Скриптовый эффект

apply_pu_opponents_estate_satisfaction_hit

apply_pu_opponents_estate_satisfaction_hitin_game/common/scripted_effects/international_organization_effects.txt:636
Требуетio_current_lawПеременнаяcustom description

Определениеin_game/common/scripted_effects/international_organization_effects.txt:636

637custom_description = {
638text = apply_pu_opponents_estate_satisfaction_hit_text
639value = $value$
640save_scope_as = target_io
641if = {
642limit = {
643resolution_is_active = resolution:policy_vote
644has_variable = io_current_law
}
646every_international_organization_member = {
647limit = {
647scope:target_io = {
647has_voted_for = {
647voter = prev
647resolution = resolution:policy_vote
}
}
}
648add_estate_satisfaction = {
648value = $value$
}
649add_estate_satisfaction = {
649value = $value$
}
650add_estate_satisfaction = {
650value = $value$
}
}
}
}