On actionНовое в этой версии
on_pre_war_declared
root = country, scope:actor = country who declares the war, scope:recipient = country who gets declared on - fires before the war is actually created
Определениеin_game/common/on_action/_hardcoded.txt:2011
2012effect = {
2013if = {
2019scope:actor = {
2020union ?= {
2021save_scope_as = pu_io
}
2027heir ?= {
2028if = {
2029limit = {
2029is_adult = yes
}
2030save_scope_as = target_character
}
}
2033if = {
2034limit = {
2034NOT = {
2034exists = scope:target_character
}
}
2035create_character = {}
}
2045if = {
2046limit = {
2046exists = scope:target_character
}
2047set_new_ruler_no_update = scope:target_character
}
}
}
}