Event
Rise of the English civil war rebels

The tensions between Target Character 1 and the English civil war rebels have reached a boiling point. Discontent over central authority, taxation, and religious policies has galvanized factions within the Country Adjective Court Title, leading to an open revolt.
Parliamentarian rebels, in support of Target Character 2, have taken up arms against the Country Adjective status quo, demanding greater influence and the curbing of state prerogatives. Their cause has gained significant support among influential Nobility, Burghers, and the disaffected masses. The future of Country now hangs in the balance, as the nation is plunged into the throes of civil war.
Definitionin_game/events/disaster/english_civil_war.txt:62
63image = "gfx/interface/illustrations/disaster/english_civil_war.dds"
64type = country_event
65category = disaster_event
66title = english_civil_war.251.title Rise of the English civil war rebels
67desc = english_civil_war.251.desc The tensions between Target Character 1 and the English civil war rebels have reached a boiling point. Discontent over central authority, taxation, and religious policies has galvanized factions within the Country Adjective Court Title, leading to an open revolt.
Parliamentarian rebels, in support of Target Character 2, have taken up arms against the Country Adjective status quo, demanding greater influence and the curbing of state prerogatives. Their cause has gained significant support among influential Nobility, Burghers, and the disaffected masses. The future of Country now hangs in the balance, as the nation is plunged into the throes of civil war.
Parliamentarian rebels, in support of Target Character 2, have taken up arms against the Country Adjective status quo, demanding greater influence and the curbing of state prerogatives. Their cause has gained significant support among influential Nobility, Burghers, and the disaffected masses. The future of Country now hangs in the balance, as the nation is plunged into the throes of civil war.
68outcome = neutral
69historical_info = english_civil_war.251.historical_info The English Civil War (1642-1651) stemmed from conflicts between King Charles I and the Parliament over royal authority, taxation, and religious reforms. Charles's autocratic rule, dismissal of procedures, and imposition of unpopular policies fueled widespread discontent.
The war pitted Royalists (supporters of the monarchy) against Parliamentarians, advocating constitutional governance. It resulted in the execution of Charles I, the abolition of the monarchy, and the establishment of the Commonwealth under Oliver Cromwell. Ultimately, the conflict reshaped English political structure, weakening the monarchy's power and laying the foundation for modern parliamentary democracy, though tensions persisted until the monarchy's restoration in 1660.
The war pitted Royalists (supporters of the monarchy) against Parliamentarians, advocating constitutional governance. It resulted in the execution of Charles I, the abolition of the monarchy, and the establishment of the Commonwealth under Oliver Cromwell. Ultimately, the conflict reshaped English political structure, weakening the monarchy's power and laying the foundation for modern parliamentary democracy, though tensions persisted until the monarchy's restoration in 1660.
70immediate = {
71ruler_or_regent = {
71save_scope_as = target_character_1
}
72set_variable = {
}
80create_rebel = {
81category = pretender
82name = parliamentarist_rebels Parliamentarians
83save_scope_as = english_civil_war_rebels_scope
}
85ordered_character = {
86limit = {
87is_adult = yes
88is_ruler = no
89is_regent = no
90is_heir = no
}
92order_by = {
93value = total_abilities
}
99max = 1
100save_scope_as = target_character_2
107change_character_allegiance = scope:english_civil_war_rebels_scope
}
109ordered_province = {
110limit = {
111region = root.capital.region
112NOT = {
113any_location_in_province = {
113is_capital = yes
}
}
115population > 0
}
117order_by = {
118value = {
119add = population
120if = {
121limit = {
121province_satisfaction > 0.1
}
122divide = province_satisfaction
}
124else = {
124divide = 0.1
}
}
}
128hidden_effect = {
129every_location_in_province = {
131every_pop = {
132limit = {
133owner = root
}
136change_pop_allegiance = scope:english_civil_war_rebels_scope
}
}
}
}
}