admin gov works
This commit is contained in:
parent
051293284c
commit
6ef778b2b5
32 changed files with 6304 additions and 103 deletions
|
|
@ -22,11 +22,11 @@ start_slander_interaction = {
|
|||
scope:actor = {
|
||||
is_adult = yes
|
||||
is_imprisoned = no
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
scope:recipient = {
|
||||
NOT = { this = scope:actor }
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
top_liege = scope:actor.top_liege
|
||||
}
|
||||
}
|
||||
|
|
@ -323,10 +323,10 @@ start_promote_interaction = {
|
|||
scope:actor = {
|
||||
is_adult = yes
|
||||
is_imprisoned = no
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
scope:recipient = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
top_liege = scope:actor.top_liege
|
||||
}
|
||||
}
|
||||
|
|
@ -922,11 +922,11 @@ start_challenge_status_interaction = {
|
|||
|
||||
is_shown = {
|
||||
scope:actor = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
scope:recipient != scope:actor
|
||||
scope:recipient = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
top_liege = scope:actor.top_liege
|
||||
}
|
||||
}
|
||||
|
|
@ -1049,7 +1049,7 @@ start_challenge_status_interaction = {
|
|||
is_scheme_category = political
|
||||
}
|
||||
}
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
|
||||
auto_accept = yes
|
||||
|
|
@ -1151,7 +1151,7 @@ start_expand_power_base_interaction = {
|
|||
scope:actor = {
|
||||
is_adult = yes
|
||||
is_imprisoned = no
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
this = scope:recipient
|
||||
exists = house.house_head
|
||||
house.house_head = {
|
||||
|
|
@ -1304,9 +1304,9 @@ start_depose_interaction = {
|
|||
|
||||
is_shown = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
scope:actor = { government_allows = administrative }
|
||||
scope:actor = { has_government = administrative_government }
|
||||
scope:recipient = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
primary_title.tier >= tier_empire # Target has to be the emperor
|
||||
this != scope:actor
|
||||
top_liege.primary_title = scope:actor.top_liege.primary_title # This hides the tooltip
|
||||
|
|
@ -1600,7 +1600,7 @@ start_foster_legitimacy_interaction = {
|
|||
scope:actor = {
|
||||
is_adult = yes
|
||||
is_imprisoned = no
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
|
||||
NOT = {
|
||||
|
|
@ -1610,7 +1610,7 @@ start_foster_legitimacy_interaction = {
|
|||
scope:recipient = {
|
||||
this = scope:actor.liege
|
||||
is_adult = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1765,7 +1765,7 @@ start_damage_legitimacy_interaction = {
|
|||
scope:actor = {
|
||||
is_adult = yes
|
||||
is_imprisoned = no
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
|
||||
NOT = {
|
||||
|
|
@ -1775,7 +1775,7 @@ start_damage_legitimacy_interaction = {
|
|||
scope:recipient = {
|
||||
this = scope:actor.liege
|
||||
is_adult = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2725,12 +2725,12 @@ start_raid_estate_interaction = {
|
|||
is_highlighted = { scope:actor.var:raid_estate_permission ?= scope:recipient.house }
|
||||
|
||||
is_shown = {
|
||||
scope:actor = { government_allows = administrative }
|
||||
scope:actor = { has_government = administrative_government }
|
||||
scope:recipient.house.house_head ?= {
|
||||
exists = house
|
||||
NOT = { house = scope:actor.house }
|
||||
top_liege = scope:actor.top_liege
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
}
|
||||
}
|
||||
|
|
@ -2986,7 +2986,7 @@ start_teach_governor_interaction = {
|
|||
cooldown_against_recipient = { years = 15 }
|
||||
|
||||
is_shown = {
|
||||
scope:actor = { government_allows = administrative }
|
||||
scope:actor = { has_government = administrative_government }
|
||||
scope:recipient != scope:actor
|
||||
scope:recipient = {
|
||||
is_alive = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue