
Aktion
Weitere Steuern verlangen
Player Parliament bitten, uns zu erlauben, mehr Steuern von den Concept einzutreiben.
Erforderliche Debattenunterstützung (Parlamentsbitte)ModifikatorartallowParlament bestätigte SteuernStatischer ModifikatorallowDefinitionin_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
}
}
}