
DisasterChanged this version
Time of Troubles
It is a dark period of social and economic unrest. Our nation is struggling with famine and war, as well as trying to brook opposition to the clergy and nobles. Beset on all sides by the dogs of strife, our realm is about to be ripped apart and devoured...
ReformationAgecan start
MuscovyCountrycan start
RussiaFormable Countrycan start
MonarchyGovernment Typecan startdead_heir_variableVariableon monthlydmitry_event_cd_variableVariableon monthlyModifiers
Definitionin_game/common/disasters/time_of_troubles.txt:1
3image = "gfx/interface/illustrations/disaster/time_of_troubles.dds"
7fire_only_once = yes
9can_start = {
15has_any_active_disaster = no
17OR = {
18government_power < 60
19stability < 25
}
}
26modifier = {
}
32on_start = {
33set_variable = {
35value = {
36add = stability
37add = 20
38min = 0
39max = 75
}
}
42set_variable = {
44value = {
45add = government_power
46add = 25
47min = 50
48max = 90
}
}
}
54on_monthly = {
56random_list = {
579 = {
57custom_tooltip = an_event_occurs_tt An Event relevant to this Disaster may occur
}
5891 = {
58custom_tooltip = no_event_occurs_tt No Event occurs
}
}
60hidden_effect = {
61random_list = {
62900 = {
}
848 = {
85trigger = {
86any_rebel = {
87rebel_name_key = fake_dmitry_pretender_rebels
88any_character_supporting_rebel = {
88count > 0
}
}
91ruler_or_regent ?= {
91exists = dynasty
}
92any_rival = {
}
}
98random_rival = {
99limit = {
100at_war = no
101NOT = {
101has_truce_with = ROOT
}
}
}
}
1078 = {
108trigger = {
109any_rebel = {
110rebel_name_key = fake_dmitry_pretender_rebels
111any_character_supporting_rebel = {
111count > 0
}
}
114ruler_or_regent ?= {
114exists = dynasty
}
115any_enemy = {
116at_war = no
117NOT = {
117has_truce_with = ROOT
}
}
}
121random_enemy = {
122limit = {
123at_war = no
124NOT = {
124has_truce_with = ROOT
}
}
}
}
1308 = {
131trigger = {
132any_neighbor_country = {
133NOT = {
133has_truce_with = ROOT
}
135at_war = no
136is_subject = no
137OR = {
138opinion = {
139target = ROOT
140value <= 5
}
142is_rival_of = root
143is_enemy_of = root
}
}
}
147random_neighbor_country = {
148limit = {
149NOT = {
149has_truce_with = ROOT
}
151at_war = no
152is_subject = no
153OR = {
154opinion = {
155target = ROOT
156value <= 5
}
158is_rival_of = root
159is_enemy_of = root
}
}
}
}
}
}
}
173on_end = {
}


