이벤트
조세 부담으로부터 달아나는 노동자들

지난 몇 년 동안 비용 지출이 누적된 결과, 노동자들이 높은 세금을 피해 우리나라를 떠나기 시작했습니다. 지배 계층이 노동 계층에 부과하는 세금이 심지어 항구의 상인 계층조차 못 견딜 정도로 높아진 탓입니다. 다수의 근로자가 경제적 궁핍을 마주하게 되자, 차라리 고향 땅을 떠나는 것을 선택하고는 더 나은 기회를 찾아 타국으로 향하고 있습니다. 이러한 노동자 이탈로 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
}
}