parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -4128,8 +4128,10 @@ scripted_trigger ach_coronation_0016_eligible_artifact = {
|
|||
NOR = {
|
||||
artifact_slot_type = helmet
|
||||
artifact_slot_type = regalia
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
has_variable = 1025_treasure_map
|
||||
}
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:host }
|
||||
artifact_durability > 10
|
||||
}
|
||||
|
||||
|
|
@ -4340,7 +4342,6 @@ ach_coronation.0016 = {
|
|||
}
|
||||
}
|
||||
ordered_character_artifact = { # Try and give away the worst one first
|
||||
limit = { artifact_can_be_gift_to_trigger = { RECIPIENT = scope:host } }
|
||||
order_by = {
|
||||
value = 1
|
||||
if = {
|
||||
|
|
@ -5370,7 +5371,6 @@ scripted_trigger ach_coronation_0018_eligible_family_member_trigger = {
|
|||
scripted_trigger ach_coronation_0018_grantable_title_trigger = {
|
||||
tier = tier_county
|
||||
this != scope:host.capital_county
|
||||
is_landless_type_title = no
|
||||
}
|
||||
|
||||
scripted_effect ach_coronation_0018_choose_title_effect = {
|
||||
|
|
@ -6356,13 +6356,6 @@ ach_coronation.0020 = {
|
|||
|
||||
trigger = {
|
||||
involved_activity = {
|
||||
activity_host = {
|
||||
any_held_title = {
|
||||
tier = tier_county
|
||||
this != prev.capital_county
|
||||
is_landless_type_title = no
|
||||
}
|
||||
}
|
||||
any_attending_character = {
|
||||
ach_coronation_0018_eligible_family_member_trigger = yes
|
||||
}
|
||||
|
|
@ -6715,9 +6708,11 @@ ach_coronation.0022 = {
|
|||
# Ongoing plague
|
||||
any_sub_realm_county = {
|
||||
count >= 3
|
||||
any_county_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > minor
|
||||
any_county_province = {
|
||||
any_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > minor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6743,9 +6738,11 @@ ach_coronation.0022 = {
|
|||
# Ongoing plague
|
||||
any_sub_realm_county = {
|
||||
count >= 10
|
||||
any_county_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > minor
|
||||
any_county_province = {
|
||||
any_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > minor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6758,9 +6755,11 @@ ach_coronation.0022 = {
|
|||
# Ongoing plague
|
||||
any_sub_realm_county = {
|
||||
count >= 3
|
||||
any_county_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > major
|
||||
any_county_province = {
|
||||
any_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity > major
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6789,9 +6788,11 @@ ach_coronation.0022 = {
|
|||
limit = {
|
||||
any_sub_realm_county = {
|
||||
count >= 4
|
||||
any_county_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity = apocalyptic
|
||||
any_county_province = {
|
||||
any_province_epidemic = {
|
||||
count >= 1
|
||||
outbreak_intensity = apocalyptic
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6912,6 +6913,7 @@ ach_coronation.0022 = {
|
|||
}
|
||||
}
|
||||
}
|
||||
custom_tooltip = available_because_intent_tt
|
||||
flavor = ach_coronation.0022.a.coronation_disrupt_loyalists.flavor
|
||||
reason = activity_intent
|
||||
skill = diplomacy
|
||||
|
|
@ -7020,7 +7022,7 @@ ach_coronation.0022 = {
|
|||
option = { # It's not our goodly Host's fault!
|
||||
name = ach_coronation.0022.a.offer_support
|
||||
trigger = { has_activity_intent = coronation_offer_support }
|
||||
reason = activity_intent
|
||||
custom_tooltip = available_because_intent_tt
|
||||
flavor = ach_coronation.0022.a.offer_support.flavor
|
||||
|
||||
add_piety = medium_piety_loss
|
||||
|
|
|
|||
|
|
@ -684,7 +684,7 @@ ach_maintenance_events.0105 = { #Host excommunicated, notify guests
|
|||
}
|
||||
|
||||
immediate = {
|
||||
scope:host.faith.religious_head = { save_scope_as = hof }
|
||||
faith.religious_head = { save_scope_as = hof }
|
||||
}
|
||||
|
||||
option = {
|
||||
|
|
@ -710,7 +710,7 @@ ach_maintenance_events.0106 = { #Host excommunicated, notify host
|
|||
}
|
||||
|
||||
immediate = {
|
||||
scope:hof.faith.religious_head = { save_scope_as = hof }
|
||||
faith.religious_head = { save_scope_as = hof }
|
||||
}
|
||||
|
||||
option = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue