
国難このバージョンで変更
チョンピの乱
ギルドに属さない労働者、および職人で構成される「チョンピ」が公然たる反乱をほのめかし、フィレンツェは不安定な時代に直面した。彼らチョンピは重税に苦しみながらも、ギルドに属していないため政治的な代表権がないのだ。このような社会不安が蔓延すれば、わが国の社会全体が混乱に陥る可能性がある……
フィレンツェ国家can start補正
定義in_game/common/disasters/ciompi_revolt.txt:1
3image = "gfx/interface/illustrations/disaster/ciompi_revolt.dds"
7fire_only_once = yes
9can_start = {
11OR = {
12produced_in_country:fine_cloth > 0
13produced_in_country:wool > 0
}
15OR = {
16AND = {
17estate(estate_type:burghers_estate) = {
17estate_tax_rate > 0.25
}
18estate(estate_type:peasants_estate) = {
18estate_tax_rate > 0.25
}
}
20AND = {
21estate_satisfaction:burghers_estate <= 0.6
22estate_satisfaction:peasants_estate <= 0.6
}
}
25stability < 30
26has_any_active_disaster = no
27NOT = {
27has_reform = government_reform:peasant_republic_reform
}
}
34modifier = {
}
49on_monthly = {
51random_list = {
5213 = {
52custom_tooltip = an_event_occurs_tt この国難に関連するイベントが発生する可能性がある
}
5387 = {
53custom_tooltip = no_event_occurs_tt イベントは発生しない
}
}
56hidden_effect = {
57random_list = {
641000 = {
64custom_tooltip = no_event_occurs_tt イベントは発生しない
}
}
}
}




