
행동
증세 요청
계층에 세금을 더 많이 부과할 수 있게 해 달라고 Player Parliament에 요청합니다.
의회 요청 시 쟁점 지지도 필요량보정치 유형allow의회에서 세금 승인정적 보정치allow정의in_game/common/generic_actions/parliament.txt:288
289type = parliament
291sound = PARLIAMENT_REQUEST_MORE_TAXES
293ai_tick = daily
294ai_tick_frequency = 100
297automation_tick = daily
298automation_tick_frequency = 1
299player_automated_category = parliament
302allow = {
303scope:actor = {
304is_active_parliament = yes
}
}
310effect = {
311scope:actor = {
312add_country_modifier = {
}
313change_parliament_issue_support = {
315multiply = -1
}
}
}
320ai_will_do = {
321add = {
322if = {
323limit = {
324scope:actor = {
325OR = {
326parliament_issue_support > 0.9
327stability >= 20
}
329higher_temporary_taxes_needed >= 0.05
330NOT = {
331any_country_in_diplomatic_range = {
332scope:actor = {
333wants_casus_belli_with = prev
}
335NOT = {
336has_target_casus_belli_on_us = scope:actor
}
}
}
}
}
342value = 10
}
}
}