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
|
|
@ -19,6 +19,7 @@ has_same_vassal_stance_as_trigger = {
|
|||
zealot = { scope:vassal_temp = { has_vassal_stance = zealot } }
|
||||
minority = { scope:vassal_temp = { has_vassal_stance = minority } }
|
||||
barons_and_minor_landholders = { scope:vassal_temp = { has_vassal_stance = barons_and_minor_landholders } }
|
||||
belligerent = { scope:vassal_temp = { has_vassal_stance = belligerent } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -38,7 +39,7 @@ vassal_follows_directive_valid_trigger = {
|
|||
scope:directive_vassal = {
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:directive_liege = { has_government = administrative_government }
|
||||
scope:directive_liege = { government_has_flag = government_is_administrative }
|
||||
}
|
||||
is_vassal_of = scope:directive_liege
|
||||
}
|
||||
|
|
@ -62,7 +63,7 @@ vassal_follows_directive_trigger = {
|
|||
}
|
||||
custom_tooltip = {
|
||||
text = has_admin_gov
|
||||
has_government = administrative_government
|
||||
government_has_flag = government_is_administrative
|
||||
}
|
||||
}
|
||||
opinion = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue