idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
|
|
@ -175,7 +175,10 @@ can_be_combatant_based_on_gender_trigger = {
|
|||
has_trait = shieldmaiden
|
||||
}
|
||||
# Event-based special exceptions
|
||||
has_character_modifier = ignores_gender_army_rules
|
||||
OR = {
|
||||
has_character_modifier = ignores_gender_army_rules
|
||||
has_character_modifier = mpo_destined_leader_modifier
|
||||
}
|
||||
AND = {
|
||||
$ARMY_OWNER$ = { culture = { has_cultural_parameter = high_prowess_ignores_knight_restrictions } }
|
||||
NOT = { $ARMY_OWNER$ = { culture = { has_cultural_parameter = minimum_prowess_for_knights } } }
|
||||
|
|
@ -1255,6 +1258,12 @@ valid_demand_conversion_conditions_trigger = {
|
|||
}
|
||||
}
|
||||
}
|
||||
scope:actor = {
|
||||
NAND = {
|
||||
has_trait = nomadic_philosophy
|
||||
has_trait = zealous
|
||||
}
|
||||
}
|
||||
|
||||
custom_description = {
|
||||
text = "is_head_of_religion"
|
||||
|
|
@ -1376,6 +1385,25 @@ is_reincarnation_trigger = {
|
|||
|
||||
# Used in faith scope, COUNT is number of faiths to at least have and CHARACTER is who must own them
|
||||
num_realm_holy_sites_faithful_holders = {
|
||||
$CHARACTER$ = { save_temporary_scope_as = root_scope }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
exists = $CHARACTER$.confederation
|
||||
}
|
||||
custom_description = {
|
||||
text = direct_realm_holy_sites_held_by_faithful_confederation
|
||||
subject = $CHARACTER$
|
||||
object = this
|
||||
value = 1
|
||||
any_holy_site = {
|
||||
county = {
|
||||
save_temporary_scope_as = current_holy_site
|
||||
is_holy_site_controlled_by = $CHARACTER$
|
||||
holder.faith = $CHARACTER$.faith
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
custom_description = {
|
||||
text = number_realm_holy_sites_held_by_faithful
|
||||
subject = $CHARACTER$
|
||||
|
|
@ -1384,7 +1412,17 @@ num_realm_holy_sites_faithful_holders = {
|
|||
any_holy_site = {
|
||||
count >= $COUNT$
|
||||
county = {
|
||||
is_holy_site_controlled_by = $CHARACTER$
|
||||
save_temporary_scope_as = current_holy_site
|
||||
OR = {
|
||||
is_holy_site_controlled_by = $CHARACTER$
|
||||
$CHARACTER$.confederation ?= {
|
||||
any_confederation_member = {
|
||||
scope:current_holy_site = {
|
||||
is_holy_site_controlled_by = prev
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
holder.faith = $CHARACTER$.faith
|
||||
}
|
||||
}
|
||||
|
|
@ -1410,15 +1448,19 @@ can_create_temporal_head_of_faith_title_trigger = {
|
|||
}
|
||||
|
||||
can_create_spiritual_head_of_faith_title_trigger = {
|
||||
num_realm_holy_sites_faithful_holders = {
|
||||
COUNT = holy_sites_to_create_spiritual_head_of_faith
|
||||
CHARACTER = ROOT
|
||||
}
|
||||
root = { piety_level >= medium_piety_level }
|
||||
trigger_if = {
|
||||
limit = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||
NOT = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||
}
|
||||
num_realm_holy_sites_faithful_holders = {
|
||||
COUNT = holy_sites_to_create_spiritual_head_of_faith
|
||||
CHARACTER = ROOT
|
||||
}
|
||||
root = { piety_level >= medium_piety_level }
|
||||
trigger_if = {
|
||||
limit = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||
NOT = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||
}
|
||||
NAND = {
|
||||
exists = religious_head
|
||||
has_doctrine_parameter = maintains_head_of_faith_on_creation
|
||||
}
|
||||
}
|
||||
|
||||
# this = Person trying to create the title
|
||||
|
|
@ -1705,6 +1747,7 @@ has_tolerant_faith_or_culture_trigger = {
|
|||
OR = {
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
culture = { has_cultural_parameter = less_likely_to_force_conversion }
|
||||
has_trait = nomadic_philosophy
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1829,8 +1872,21 @@ has_holy_building = {
|
|||
has_building_or_higher = holy_site_great_mosque_of_djenne_01
|
||||
has_building_or_higher = holy_site_great_mosque_of_samarra_01
|
||||
has_building_or_higher = holy_site_prophetic_mosque_01
|
||||
has_building_or_higher = brihadeeswarar_temple_01
|
||||
has_building_or_higher = shwedagon_pagoda_01
|
||||
has_building_or_higher = ananda_temple_01
|
||||
has_building_or_higher = the_friday_mosque_01
|
||||
has_building_or_higher = dome_of_the_rock_01
|
||||
has_building_or_higher = temple_in_jerusalem_01
|
||||
has_building_or_higher = cluny_abbey_01
|
||||
has_building_or_higher = damascus_mosque_01
|
||||
has_building_or_higher = jokhang_01
|
||||
has_building_or_higher = beta_giyorgis_01
|
||||
has_building_or_higher = holy_wisdom_01
|
||||
has_building_or_higher = duomo_florence_01
|
||||
has_building_or_higher = konark_temple_01
|
||||
has_building_or_higher = wawel_cathedral_01
|
||||
has_building_or_higher = vatapi_caves_01
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue