The debugging will continue until stability improves

This commit is contained in:
Heidesommer 2026-05-22 22:45:00 -04:00
parent bd75dc0b38
commit b21331e150
39 changed files with 25050 additions and 13859 deletions

View file

@ -1009,7 +1009,7 @@ pagan_conversion_pulse = {
}
events = {
global_religion.0001 #Pagan reformed by neighbor, spouse, soulmate, friend, or geographic location
# global_religion.0001 #Pagan reformed by neighbor, spouse, soulmate, friend, or geographic location
}
}

View file

@ -4087,63 +4087,63 @@ on_explicit_claim_gain = {
}
}
# Struggle Catalyst
if = { # FP2
limit = {
NOT = { scope:transfer_type = flag:inheritance }
root = {
any_character_struggle = {
is_struggle_type = iberian_struggle
involvement = involved
}
}
title:e_spain = { any_in_de_jure_hierarchy = { this = scope:title } }
}
root = {
every_character_struggle = {
involvement = involved
limit = {
activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
CATALYST = catalyst_gain_claim_on_title_fp2
CHAR = root
}
}
activate_struggle_catalyst = {
catalyst = catalyst_gain_claim_on_title_fp2
character = root
}
}
}
}
else_if = { # FP3
limit = {
NOT = { scope:transfer_type = flag:inheritance }
root = {
any_character_struggle = {
is_struggle_type = persian_struggle
involvement = involved
}
}
title:e_persia = { any_in_de_jure_hierarchy = { this = scope:title } }
}
root = {
every_character_struggle = {
involvement = involved
limit = {
activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
CATALYST = catalyst_gain_claim_on_title_fp3
CHAR = root
}
}
activate_struggle_catalyst = {
catalyst = catalyst_gain_claim_on_title_fp3
character = root
}
log_debug_variable_for_persian_struggle_effect = { VAR = unrest_catalyst_gain_claim_on_title_fp3 }
}
}
}
# if = { # FP2
# limit = {
# NOT = { scope:transfer_type = flag:inheritance }
#
# root = {
# any_character_struggle = {
# is_struggle_type = iberian_struggle
# involvement = involved
# }
# }
# title:e_spain = { any_in_de_jure_hierarchy = { this = scope:title } }
# }
# root = {
# every_character_struggle = {
# involvement = involved
# limit = {
# activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
# CATALYST = catalyst_gain_claim_on_title_fp2
# CHAR = root
# }
# }
# activate_struggle_catalyst = {
# catalyst = catalyst_gain_claim_on_title_fp2
# character = root
# }
# }
# }
# }
# else_if = { # FP3
# limit = {
# NOT = { scope:transfer_type = flag:inheritance }
#
# root = {
# any_character_struggle = {
# is_struggle_type = persian_struggle
# involvement = involved
# }
# }
# title:e_persia = { any_in_de_jure_hierarchy = { this = scope:title } }
# }
# root = {
# every_character_struggle = {
# involvement = involved
# limit = {
# activate_struggle_catalyst_secondary_character_involvement_involved_trigger = {
# CATALYST = catalyst_gain_claim_on_title_fp3
# CHAR = root
# }
# }
# activate_struggle_catalyst = {
# catalyst = catalyst_gain_claim_on_title_fp3
# character = root
# }
# log_debug_variable_for_persian_struggle_effect = { VAR = unrest_catalyst_gain_claim_on_title_fp3 }
# }
# }
# }
}
}