事件
工人逃避税收负担

在过去数年犯下的孽债积累下,工人们已经因为高额税收而逃离我们的国境。寡头统治集团征收的重税已成为我国各港口工人阶级甚至商人难以承受之重。面对经济困境,许多工人选择背井离乡,到其他地方寻找更好的机会。工人的外流加剧了Country国内的社会经济矛盾,进一步助长了不满情绪并最终导致了叛乱。
允许劳工迁移修正类型option 1
允许农民迁移修正类型option 1
劳工社会阶级immediate, trigger
农民社会阶级immediate, trigger定义in_game/events/disaster/ciompi_revolt.txt:266
267type = country_event
268category = disaster_event
269title = ciompi_revolt.5.title 工人逃避税收负担
270desc = ciompi_revolt.5.desc 在过去数年犯下的孽债积累下,工人们已经因为高额税收而逃离我们的国境。寡头统治集团征收的重税已成为我国各港口工人阶级甚至商人难以承受之重。面对经济困境,许多工人选择背井离乡,到其他地方寻找更好的机会。工人的外流加剧了Country国内的社会经济矛盾,进一步助长了不满情绪并最终导致了叛乱。
271outcome = neutral
273fire_only_once = yes
274image = "gfx/interface/illustrations/disaster/peasants_war.dds"
275trigger = {
276exists = capital
277capital = {
}
287any_neighbor_country = {
288at_war = no
289exists = capital
290capital.province_definition != root.capital.province_definition
}
}
294immediate = {
299every_pop = {
300limit = {
301location.province = root.capital.province
303trigger_if = {
304limit = {
304root.modifier:global_peasants_migration_allowed = yes
}
305pop_satisfaction < 0.6
}
307trigger_else = {
307pop_satisfaction < 0.5
}
}
309save_temporary_scope_as = target_pop
310root = {
311change_variable = {
313add = {
314value = scope:target_pop.pop_size
315if = {
316limit = {
316root.modifier:global_peasants_migration_allowed = yes
}
317multiply = 0.03
}
319else = {
319multiply = 0.02
}
}
}
}
}
330every_pop = {
331limit = {
332location.province = root.capital.province
334trigger_if = {
335limit = {
335root.modifier:global_laborers_migration_allowed = yes
}
336pop_satisfaction < 0.6
}
338trigger_else = {
338pop_satisfaction < 0.5
}
}
340save_temporary_scope_as = target_pop
341root = {
342change_variable = {
344add = {
345value = scope:target_pop.pop_size
346if = {
347limit = {
347root.modifier:global_laborers_migration_allowed = yes
}
348multiply = 0.03
}
350else = {
350multiply = 0.02
}
}
}
}
}
356random_neighbor_country = {
357limit = {
358at_war = no
359capital.province_definition != root.capital.province_definition
}
361save_scope_as = target_country
}
363ruler ?= {
364save_scope_as = target_character
}
}