admin gov works

This commit is contained in:
Magpie490 2025-02-20 11:52:45 +00:00
parent 0fa21d7e79
commit 82db99534c
33 changed files with 6305 additions and 104 deletions

View file

@ -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 } }