Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -192,7 +192,7 @@ tour_grounds_events.6000 = {
|
|||
trigger_if = {
|
||||
limit = {
|
||||
NOT = { is_incestuous_trigger = yes }
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = incestuous FAITH = root.faith GENDER_CHARACTER = root }
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = trait:incestuous FAITH = root.faith GENDER_CHARACTER = root }
|
||||
}
|
||||
NOT = { is_close_or_extended_family_of = scope:stop_host_scope }
|
||||
}
|
||||
|
|
@ -392,6 +392,8 @@ scripted_trigger tg_6100_location_has_cathedral_trigger = {
|
|||
has_building_or_higher = holy_wisdom_01
|
||||
has_building_or_higher = duomo_florence_01
|
||||
has_building_or_higher = wawel_cathedral_01
|
||||
has_building_or_higher = holy_site_st_peters_basilica_01
|
||||
has_building_or_higher = mont_st_michel_02
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -404,6 +406,8 @@ scripted_trigger tg_6100_location_has_mosque_trigger = {
|
|||
has_building_or_higher = holy_site_great_mosque_of_samarra_01
|
||||
has_building_or_higher = holy_site_prophetic_mosque_01
|
||||
has_building_or_higher = damascus_mosque_01
|
||||
has_building_or_higher = qutb_minar_03
|
||||
has_building_or_higher = yazd_mosque_01
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2186,6 +2186,15 @@ cultural_festival.2060 = {
|
|||
}
|
||||
any_character_artifact = { #you bring something with you
|
||||
is_equipped = no
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:stop_host_scope = {
|
||||
highest_held_title_tier > tier_kingdom #No point in giving a court artifact if this is a character without a court.
|
||||
}
|
||||
}
|
||||
ep1_artifact_is_court_artifact_trigger = no
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2212,6 +2221,7 @@ cultural_festival.2060 = {
|
|||
random_character_artifact = {
|
||||
limit = {
|
||||
is_equipped = no
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:stop_host_scope = {
|
||||
|
|
@ -2236,6 +2246,7 @@ cultural_festival.2060 = {
|
|||
}
|
||||
alternative_limit = {
|
||||
is_equipped = no
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:stop_host_scope = {
|
||||
|
|
@ -2248,6 +2259,7 @@ cultural_festival.2060 = {
|
|||
}
|
||||
alternative_limit = {
|
||||
is_equipped = no
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:stop_host_scope = {
|
||||
|
|
@ -3551,7 +3563,7 @@ cultural_festival.2110 = {
|
|||
trigger = {
|
||||
has_activity_intent = reduce_stress_intent
|
||||
}
|
||||
custom_tooltip = available_because_intent_tt
|
||||
reason = activity_intent
|
||||
stress_impact = {
|
||||
base = major_stress_impact_loss #your reward
|
||||
callous = minor_stress_impact_gain
|
||||
|
|
@ -5371,6 +5383,7 @@ cultural_festival.3040 = {
|
|||
artifact_type = dagger
|
||||
artifact_type = sword
|
||||
}
|
||||
artifact_can_be_gift_advance_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -5384,6 +5397,7 @@ cultural_festival.3040 = {
|
|||
artifact_type = dagger
|
||||
artifact_type = sword
|
||||
}
|
||||
artifact_can_be_gift_advance_trigger = yes
|
||||
}
|
||||
save_scope_as = sword_in_the_stone_scope
|
||||
}
|
||||
|
|
@ -8819,12 +8833,15 @@ cultural_festival.4300 = { #Vassal: Decide which gift to give
|
|||
has_any_artifact = yes
|
||||
any_character_artifact = {
|
||||
category = inventory
|
||||
NOT = { has_variable = historical_unique_artifact }
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:visiting_liege }
|
||||
}
|
||||
}
|
||||
random_character_artifact = {
|
||||
limit = {
|
||||
category = inventory
|
||||
NOT = { has_variable = historical_unique_artifact }
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:visiting_liege }
|
||||
}
|
||||
save_scope_as = existing_artifact
|
||||
}
|
||||
|
|
@ -9171,21 +9188,20 @@ cultural_festival.4302 = { #Liege: Pick the gift for Vassal, mirror of cultural_
|
|||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
root = {
|
||||
has_any_artifact = yes
|
||||
any_character_artifact = {
|
||||
category = inventory
|
||||
NOT = { has_variable = historical_unique_artifact }
|
||||
NOT = { has_variable = received_as_cultural_gift } #make sure you don't give back the thing you just got
|
||||
}
|
||||
has_any_artifact = yes
|
||||
any_character_artifact = {
|
||||
category = inventory
|
||||
NOT = { has_variable = historical_unique_artifact }
|
||||
NOT = { has_variable = received_as_cultural_gift } #make sure you don't give back the thing you just got
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
}
|
||||
}
|
||||
random_character_artifact = {
|
||||
limit = {
|
||||
category = inventory
|
||||
artifact_owner = root
|
||||
NOT = { has_variable = historical_unique_artifact }
|
||||
NOT = { has_variable = received_as_cultural_gift }
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:stop_host_scope }
|
||||
}
|
||||
save_scope_as = existing_artifact
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1739,7 +1739,10 @@ tour_travel.3120 = {
|
|||
chance = 50
|
||||
set_variable = inn_artifact_var
|
||||
scope:vassal_inn = {
|
||||
random_character_artifact = { save_scope_as = vassal_artifact }
|
||||
random_character_artifact = {
|
||||
limit = { artifact_can_be_gift_to_trigger = { RECIPIENT = root } }
|
||||
save_scope_as = vassal_artifact
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2043,7 +2046,7 @@ tour_travel.3130 = {
|
|||
trigger = {
|
||||
has_activity_intent = justice_intent
|
||||
}
|
||||
custom_tooltip = available_because_intent_tt
|
||||
reason = activity_intent
|
||||
capital_province.county = {
|
||||
add_county_modifier = {
|
||||
modifier = peasant_influx_modifier
|
||||
|
|
@ -2272,7 +2275,7 @@ tour_travel.3140 = {
|
|||
}
|
||||
|
||||
##################################################
|
||||
# Danger! Ghino di Tacco-ish local ruler invites you to a banquet before stealing from you, then he confesses there are not that many options here to survive and needs money for his family and subjects. Changed the story so much that's almost unrecognisible, apologies.
|
||||
# Danger! Ghino di Tacco-ish local ruler invites you to a banquet before stealing from you, then he confesses there are not that many options here to survive and needs money for his family and subjects. Changed the story so much that's almost unrecognizable, apologies.
|
||||
# by Veronica Pazos
|
||||
# 3110-3111
|
||||
##################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue