revert Alignment
This commit is contained in:
Vannifar 2026-04-25 10:02:11 +02:00
parent 15a5108e23
commit c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions

View file

@ -891,6 +891,8 @@ coronation_events.0100 = {
trigger_event = coronation_events.0110
}
}
# Cleanup of variable checks
remove_variable = learning_oath_1_university_exists
if = {
limit = {
@ -1069,30 +1071,7 @@ coronation_events.0110 = {
}
# Other
triggered_desc = {
trigger = {
scope:host = {
ai_compassion >= low_positive_ai_value
}
}
desc = coronation_events.0110.desc.fallback_compassionate
}
triggered_desc = {
trigger = {
scope:host = {
ai_honor > low_positive_ai_value
}
}
desc = coronation_events.0110.desc.fallback_honorable
}
triggered_desc = {
trigger = {
scope:host = {
ai_energy < low_negative_ai_value
}
}
desc = coronation_events.0110.desc.fallback_feckless
}
desc = coronation_events.0110.desc.fallback
}
desc = coronation_events.0110.desc.outro
}
@ -1431,89 +1410,54 @@ coronation_events.0175 = {
trigger = scope:find_oath
flag:diplomacy_oath_1 = {
coronation_oath_reward_effect = { VARIABLE = diplomacy_oath_1 }
add_character_modifier = oath_of_alliances
}
flag:diplomacy_oath_2 = {
coronation_oath_reward_effect = { VARIABLE = diplomacy_oath_2 }
add_character_modifier = oath_of_children
}
flag:martial_oath_1 = {
coronation_oath_reward_effect = { VARIABLE = martial_oath_1 }
add_character_modifier = oath_of_reconquest
}
flag:martial_oath_2 = {
coronation_oath_reward_effect = { VARIABLE = martial_oath_2 }
add_character_modifier = oath_of_conquest
}
flag:stewardship_oath_1 = {
coronation_oath_reward_effect = { VARIABLE = stewardship_oath_1 }
add_character_modifier = oath_of_peace
}
flag:stewardship_oath_2 = {
coronation_oath_reward_effect = { VARIABLE = stewardship_oath_2 }
add_character_modifier = oath_of_buildings
}
flag:learning_oath_1 = {
coronation_oath_reward_effect = { VARIABLE = learning_oath_1 }
}
flag:purge_pretenders_oath = {
coronation_oath_reward_effect = { VARIABLE = purge_pretenders_oath }
add_character_modifier = oath_of_purge_pretenders
if = {
limit = {
government_has_flag = government_is_administrative
}
house ?= {
add_house_modifier = oath_of_purge_pretenders_house
}
}
}
flag:end_the_struggle_oath = {
coronation_oath_reward_effect = { VARIABLE = end_the_struggle_oath }
add_character_modifier = oath_of_end_the_struggle
}
flag:greatest_hunter_oath = {
coronation_oath_reward_effect = { VARIABLE = greatest_hunter_oath }
add_character_modifier = oath_greatest_hunter
}
flag:heir_preparation_oath = {
coronation_oath_reward_effect = { VARIABLE = heir_preparation_oath }
add_character_modifier = oath_heir_preparation
primary_heir ?= {
add_character_modifier = oath_heir_preparation_heir
}
}
flag:install_claimants_oath = {
coronation_oath_reward_effect = { VARIABLE = install_claimants_oath }
add_character_modifier = oath_install_claimants
}
flag:mend_the_fracture_oath = {
coronation_oath_reward_effect = { VARIABLE = mend_the_fracture_oath }
add_character_modifier = oath_mend_the_fracture
culture = {
add_culture_tradition = oath_mend_the_fracture_tradition
}
var:mend_the_fracture_oath_target_culture = {
add_culture_tradition = oath_mend_the_fracture_tradition
}
}
flag:provide_for_the_warriors_oath = {
coronation_oath_reward_effect = { VARIABLE = provide_for_the_warriors_oath }
add_character_modifier = oath_provide_for_the_warriors
}
flag:provide_for_the_faithful_oath = {
coronation_oath_reward_effect = { VARIABLE = provide_for_the_faithful_oath }
add_character_modifier = oath_provide_for_the_faithful
}
flag:provide_for_the_poor_oath = {
coronation_oath_reward_effect = { VARIABLE = provide_for_the_poor_oath }
add_character_modifier = oath_provide_for_the_poor
}
flag:repent_oath = {
coronation_oath_reward_effect = { VARIABLE = repent_oath }
add_character_modifier = oath_repent
}
}
}
@ -2166,7 +2110,6 @@ coronation_events.0205 = {
geographical_region = graphical_india
culture ?= { has_building_gfx = iranian_building_gfx }
culture ?= { has_building_gfx = indian_building_gfx }
culture ?= { has_building_gfx = tibetan_building_gfx }
AND = {
geographical_region = world_europe_west_iberia
faith ?= { religion = religion:islam_religion }
@ -2232,7 +2175,6 @@ coronation_events.0205 = {
save_scope_as = value_target
}
activity_location = { save_scope_as = location }
activity_host = { save_scope_as = bg_override_char }
#Guards for orderly east asian ceremonies in the palace
if = {
limit = {
@ -5077,19 +5019,19 @@ coronation_events.0312 = { #Guest ending event
trigger = {
exists = scope:high_magnificence
}
desc = coronation_events.0312.desc.high_magnificence
desc = coronation_events.0310.desc.high_magnificence
}
triggered_desc = {
trigger = {
exists = scope:mid_magnificence
}
desc = coronation_events.0312.desc.mid_magnificence
desc = coronation_events.0310.desc.mid_magnificence
}
triggered_desc = {
trigger = {
exists = scope:low_magnificence
}
desc = coronation_events.0312.desc.low_magnificence
desc = coronation_events.0310.desc.low_magnificence
}
}
}
@ -5228,30 +5170,3 @@ coronation_events.0400 = { # HoF supports anointment
}
}
}
#Invalidated from host's primary title change
coronation_events.0401 = {
type = letter_event
opening = {
desc = coronation_events.0401.opening
}
desc = {
first_valid = {
triggered_desc = {
trigger = {
scope:host = {
highest_held_title_tier >= tier_kingdom
}
}
desc = coronation_events.0401.desc
}
desc = coronation_events.0401.desc_title_loss
}
}
sender = scope:host
option = {
name = coronation_events.0401.a
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff