on_actions = { # ------------------------------------------------------------------------- # Civil-war start — strip SPA state from both sides immediately. # Direct effect call (no event hop) for the lowest possible overhead. # ------------------------------------------------------------------------- on_civil_war_started = { effect = { if = { limit = { original_tag = NKO } NKO_spa_suppress_for_collapse = yes } if = { limit = { FROM = { original_tag = NKO } } FROM = { NKO_spa_suppress_for_collapse = yes } } } } }