activities
This commit is contained in:
parent
e45ce89e32
commit
b3eb4c105e
3 changed files with 24 additions and 6 deletions
|
|
@ -9,7 +9,10 @@
|
|||
|
||||
activity_feast = {
|
||||
is_shown = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
highest_held_title_tier > tier_barony
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -67,7 +70,10 @@ activity_feast = {
|
|||
is_alive = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
NOT = { is_incapable = yes }
|
||||
}
|
||||
# If no one shows up
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@
|
|||
}
|
||||
top_liege != this
|
||||
}
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
|
|
@ -44,7 +47,10 @@
|
|||
is_valid = {
|
||||
scope:host = {
|
||||
is_imprisoned = no
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
NOT = { is_incapable = yes }
|
||||
}
|
||||
# If no one shows up
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
activity_wedding = {
|
||||
is_shown = {
|
||||
highest_held_title_tier > tier_barony
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
|
|
@ -89,7 +92,10 @@
|
|||
}
|
||||
scope:host = {
|
||||
# The host becoming unlanded will invalidate
|
||||
is_landed_or_landless_administrative = yes
|
||||
OR = {
|
||||
is_landed_or_landless_administrative = yes
|
||||
has_government = landless_minority_government
|
||||
}
|
||||
# The new host being only a baron will invalidate
|
||||
highest_held_title_tier >= tier_county
|
||||
# Incapable host will invalidate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue