Rosenkrieg
KatastropheIn dieser Version geändert

Rosenkrieg

war_of_the_rosesin_game/common/disasters/war_of_the_roses.txt:1

England wird vom Streit zweier Nebenlinien der Herrscherdynastie entzweigerissen: die „weiße Rose“ des Hauses York und die „rote Rose“ des Hauses lancaster dynasty streiten sich darum, wer den höheren Erbanspruch auf den Thron hat. Ihr Kampf um die Macht könnte sich über Jahrzehnte hinziehen und Auswirkungen auf den gesamten Adelsstand haben, was die Stabilität unseres England Flavor Ranks bedroht!

ErfordertEnglandLandcan startGroßreichLandesrangon monthlyKönigreichLandesrangon monthlysupports_house_of_lancasterVariableon monthlysupports_house_of_yorkVariableon monthly

Modifikatoren

Definitionin_game/common/disasters/war_of_the_roses.txt:1

3image = "gfx/interface/illustrations/disaster/war_of_the_roses.dds"
5monthly_spawn_chance = monthly_spawn_chance_very_high (0.05)
7fire_only_once = yes
9can_start = {
10has_any_active_disaster = no
11tag = ENG
12current_year > 1399
13current_year < 1500
15dynasty_exists = york_dynasty
16dynasty_exists = lancaster_dynasty
18dynasty:york_dynasty ?= {
19any_character_in_dynasty = {
19is_alive = yes
}
}
21dynasty:lancaster_dynasty ?= {
22any_character_in_dynasty = {
22is_alive = yes
}
}
25ruler ?= {
26is_adult = yes
27OR = {
28dynasty = dynasty:plantagenet_dynasty
29dynasty = dynasty:lancaster_dynasty
}
}
33OR = {
34ruler ?= {
35OR = {
36fertility <= 0
37NOT = {
37any_child = {
37is_alive = yes
}
}
}
}
40AND = {
41legitimacy < 70
42stability < 35
}
}
}
48can_end = {
}
51modifier = {
}
56on_start = {
58if = {
59limit = {
60dynasty:york_dynasty ?= {
61NOT = {
62any_character_in_dynasty = {
63is_alive = yes
64is_adult = yes
65is_female = no
}
}
}
}
70create_character = {
71dynasty = dynasty:york_dynasty
72female = no
73age = {
18
25
}
74birth_location = location:york
}
}
77if = {
78limit = {
79dynasty:lancaster_dynasty ?= {
80NOT = {
81any_character_in_dynasty = {
82is_alive = yes
83is_adult = yes
84is_female = no
}
}
}
}
89create_character = {
90dynasty = dynasty:lancaster_dynasty
91female = no
92age = {
18
25
}
93birth_location = location:lancaster
}
}
97trigger_event_silently = war_of_the_roses.1
100dynasty:lancaster_dynasty = {
101if = {
102limit = {
102dynasty_head ?= {
102is_ruler = yes
}
}
103random_character_in_dynasty = {
104limit = {
105is_alive = yes
106is_adult = yes
107is_female = no
108is_ruler = no
109is_heir = no
}
111rebel = {
112save_scope_as = lancaster_rebel
}
}
}
116else = {
117dynasty_head ?= {
118rebel = {
119save_scope_as = lancaster_rebel
}
}
}
}
124dynasty:york_dynasty = {
125if = {
126limit = {
126dynasty_head ?= {
126is_ruler = yes
}
}
127random_character_in_dynasty = {
128limit = {
129is_alive = yes
130is_adult = yes
131is_female = no
132is_ruler = no
133is_heir = no
}
135rebel = {
136save_scope_as = york_rebel
}
}
}
140else = {
141dynasty_head ?= {
142rebel = {
143save_scope_as = york_rebel
}
}
}
}
149set_variable = {
149value = 1
}
}
152on_end = {
153trigger_event_silently = war_of_the_roses.100
}
156on_monthly = {
159every_rebel = {
160limit = {
161OR = {
162rebel_name_key = york_rebel_name
163rebel_name_key = lancaster_rebel_name
}
165rebel_size = 0
}
167prev = {
167destroy_rebel = prev
}
}
171if = {
172limit = {
173has_variable = supports_house_of_lancaster
174dynasty:york_dynasty ?= {
175dynasty_head ?= {
176is_adult = no
}
}
}
180destroy_rebel = scope:york_rebel
}
183if = {
184limit = {
185has_variable = supports_house_of_york
186dynasty:lancaster_dynasty ?= {
187dynasty_head ?= {
188is_adult = no
}
}
}
192destroy_rebel = scope:lancaster_rebel
}
196if = {
197limit = {
198has_variable = supports_house_of_lancaster
199dynasty:lancaster_dynasty ?= {
200dynasty_head ?= {
201is_adult = no
}
}
}
205destroy_rebel = scope:lancaster_rebel
206remove_variable = supports_house_of_lancaster
}
209if = {
210limit = {
211has_variable = supports_house_of_york
212dynasty:york_dynasty ?= {
213dynasty_head ?= {
214is_adult = no
}
}
}
218destroy_rebel = scope:york_rebel
219remove_variable = supports_house_of_york
}
223random_list = {
22425 = {
224custom_tooltip = an_event_occurs_tt Ein Ereignis mit Bedeutung für diese Katastrophe könnte auftreten
}
22575 = {
225custom_tooltip = no_event_occurs_tt Kein Ereignis tritt ein
}
}
227hidden_effect = {
228random_list = {
229100 = {
229trigger_event_silently = war_of_the_roses.2
}
230300 = {
231custom_tooltip = {
232text = wotr_support_for_pretenders Erklärung für Prätendenten
233trigger_event_silently = war_of_the_roses.3
234trigger_event_silently = war_of_the_roses.4
}
}
237100 = {
238custom_tooltip = {
239text = wotr_support_for_pretender_deeepens Unterstützung für Prätendenten wächst
240trigger_event_silently = war_of_the_roses.15
241trigger_event_silently = war_of_the_roses.16
}
}
244100 = {
244trigger_event_silently = war_of_the_roses.5
}
245100 = {
245trigger_event_silently = war_of_the_roses.6
}
246100 = {
246trigger_event_silently = war_of_the_roses.8
}
247100 = {
247trigger_event_silently = war_of_the_roses.9
}
251100 = {
252custom_tooltip = {
253text = wotr_foreign_power_intervenes Ein fremdes Land greift ein
254random_country = {
255limit = {
256capital.sub_continent = root.capital.sub_continent
257OR = {
258country_rank = country_rank:rank_kingdom
259country_rank = country_rank:rank_empire
260is_neighbor_of = root
}
262NOT = {
262has_variable = supports_house_of_york
}
263NOT = {
263has_variable = supports_house_of_lancaster
}
264is_during_bankruptcy = no
}
267if = {
268limit = {
269root = {
270has_variable = supports_house_of_york
271exists = scope:lancaster_rebel
}
}
274trigger_event_silently = war_of_the_roses.12
}
276if = {
277limit = {
278root = {
279has_variable = supports_house_of_lancaster
280exists = scope:york_rebel
}
}
283trigger_event_silently = war_of_the_roses.13
}
}
}
}
}
}
291trigger_event_silently = war_of_the_roses.18
}
© 2026 Soft Santa Cruz, S.L.U.. Alle Rechte vorbehalten. Inoffizielles Fanprojekt, nicht mit Paradox Interactive verbunden. Spielinhalte © Paradox Interactive. Über · Datenschutz · Impressum