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
70
common/scripted_triggers/00_government_triggers.txt
Normal file
70
common/scripted_triggers/00_government_triggers.txt
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
|
||||
should_apply_tribal_development_penalty_trigger = {
|
||||
government_has_flag = government_is_tribal
|
||||
NOR = {
|
||||
any_liege_or_above = {
|
||||
OR = {
|
||||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_clan
|
||||
}
|
||||
}
|
||||
any_vassal_or_below = {
|
||||
OR = {
|
||||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_clan
|
||||
}
|
||||
}
|
||||
any_neighboring_top_liege_realm_owner = {
|
||||
OR = {
|
||||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_clan
|
||||
}
|
||||
tier_difference = {
|
||||
target = prev
|
||||
value < -1
|
||||
}
|
||||
}
|
||||
scope:county ?= {
|
||||
holder ?= {
|
||||
any_neighboring_realm_same_rank_owner = {
|
||||
OR = {
|
||||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_clan
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
faith_qualifies_for_west_african_pagan_feudalisation_trigger = {
|
||||
faith = {
|
||||
# Unreformed West African Pagans are our targets.
|
||||
OR = {
|
||||
religion = religion:akom_religion
|
||||
religion = religion:west_african_religion
|
||||
religion = religion:west_african_bori_religion
|
||||
religion = religion:west_african_orisha_religion
|
||||
religion = religion:west_african_roog_religion
|
||||
}
|
||||
custom_tooltip = {
|
||||
text = faith_qualifies_for_west_african_pagan_feudalisation_trigger.tt
|
||||
has_doctrine_parameter = unreformed
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
should_use_temple_character_background_trigger = {
|
||||
trigger_if = {
|
||||
limit = { is_landed = yes }
|
||||
government_has_flag = government_is_theocracy
|
||||
}
|
||||
trigger_else = {
|
||||
OR = {
|
||||
has_trait = order_member
|
||||
has_council_position = councillor_court_chaplain
|
||||
government_has_flag = government_is_theocracy
|
||||
is_clergy = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue