
DisasterChanged this version
Ciompi Revolt
Florence faces a time of uncertainty as the Ciompi threaten open revolt. The Ciompi — made up of laborers, craftsmen, and artisans without guild associations — bear the burden of heavy taxation, yet have no political representation due to their lack of guild memberships. Such widespread unrest has the potential to plunge our entire society into discord...
FlorenceCountrycan startModifiers
Definitionin_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 An Event relevant to this Disaster may occur
}
5387 = {
53custom_tooltip = no_event_occurs_tt No Event occurs
}
}
56hidden_effect = {
57random_list = {
641000 = {
64custom_tooltip = no_event_occurs_tt No Event occurs
}
}
}
}




