admin gov works
This commit is contained in:
parent
051293284c
commit
6ef778b2b5
32 changed files with 6304 additions and 103 deletions
|
|
@ -24,7 +24,7 @@ force_join_faction_interaction = {
|
|||
is_valid_showing_failures_only = {
|
||||
scope:actor = {
|
||||
trigger_if = {
|
||||
limit = { government_allows = administrative }
|
||||
limit = { has_government = administrative_government }
|
||||
custom_tooltip = {
|
||||
text = force_join_faction_admin_requirement_desc
|
||||
OR = {
|
||||
|
|
@ -113,8 +113,8 @@ force_join_faction_interaction = {
|
|||
#Spend influence
|
||||
send_option = {
|
||||
is_shown = {
|
||||
scope:actor = { government_allows = administrative }
|
||||
scope:actor.top_liege ?= { government_allows = administrative }
|
||||
scope:actor = { has_government = administrative_government }
|
||||
scope:actor.top_liege ?= { has_government = administrative_government }
|
||||
}
|
||||
is_valid = { # Convincing someone with influence is not available if they hate you or love the liege
|
||||
scope:actor ?= { influence >= { value = scope:actor.monumental_influence_value multiply = 2 } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue