スクリプトエフェクト
council_of_trent_proposal_effect
カトリック教会国際組織if
トリエント公会議局面if定義in_game/common/scripted_effects/situation_effects.txt:519
520if = {
521limit = {
522exists = scope:recipient
523exists = scope:target
524exists = scope:vote
}
533add_to_global_variable_list = {
533name = council_of_trent_voting_for_debate
533target = scope:proposer
}
534remove_list_global_variable = {
534name = council_of_trent_unvoters
534target = scope:proposer
}
}
537every_international_organization_member = {
538limit = {
538NOT = {
538this = scope:proposer
}
}
539add_to_global_variable_list = {
539name = council_of_trent_unvoters
539target = this
}
}
}
}