스크립트 효과이번 버전 변경

on_bribe_default_effect

on_bribe_default_effectin_game/common/scripted_effects/country_effects.txt:2356
요구 조건동군연합 병합 수준보정치 유형if 1integrated_in_union변수if 1

정의in_game/common/scripted_effects/country_effects.txt:2356

2357if = {
2358limit = {
2359exists = union
2360union ?= {
}
2363exists = scope:recipient
}
2365if = {
2366limit = {
2366scope:recipient = {
2366has_variable = integrated_in_union
}
}
2367save_temporary_scope_value_as = {
2368name = union_cost_factor_multiplier
2369value = {
2370value = union.modifier:union_integration_level
2371subtract = scope:recipient.var:integrated_in_union
}
}
}
2375else = {
2376save_temporary_scope_value_as = {
2377name = union_cost_factor_multiplier
2378value = union.modifier:union_integration_level
}
}
2381if = {
2382limit = {
2383country_economical_base > 0
}
2385save_temporary_scope_value_as = {
2386name = union_special_status_multiplier
2387value = {
2388value = scope:recipient.country_economical_base
2389divide = country_economical_base
2390add = 1
}
}
}
}
2395if = {
2396limit = {
2396exists = scope:union_cost_factor_multiplier
}
2397add_government_power = {
2399multiply = scope:union_cost_factor_multiplier
2400if = {
2401limit = {
2401exists = scope:union_special_status_multiplier
}
2402multiply = scope:union_special_status_multiplier
}
}
2406scope:recipient = {
2407add_gold_to_estate = {
2408estate_type = scope:target
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지