
KatastropheIn dieser Version geändert
Hordenbürgerkrieg
Wieder einmal wird die Autorität unseres Herrschers infrage gestellt! Ein rivalisierender Kriegsfürst droht der Horde mit einem Bürgerkrieg, um sich den Thron selbst anzueignen. Die Horde muss gegen ihre eigenen abtrünnigen Kämpfer in den Krieg ziehen …
SteppenhordeRegierungsartcan startPlant einen AufstandStatischer Modifikatoron endhorde_civil_war_disaster_counterVariableon starthorde_civil_war_pretender_variableVariableon endpretender_rebel_characterVariableon endModifikatoren
Definitionin_game/common/disasters/horde_civil_war.txt:1
3image = "gfx/interface/illustrations/disaster/horde_civil_war.dds"
6can_start = {
7has_any_active_disaster = no
9is_rebel_country = no
10is_subject = no
11OR = {
12horde_unity <= 40
13AND = {
14horde_unity <= 75
15OR = {
16has_regent = yes
17AND = {
18has_heir = yes
19horde_unity <= 60
}
}
}
}
24in_civil_war = no
25OR = {
26at_war = no
27capital.province = {
28any_location_in_province = {
29OR = {
30NOT = {
30owner = root
}
31AND = {
32owner = root
33controller = root
}
}
}
}
}
39capital = {
40custom_tooltip = {
41text = horde_civil_war_capital_has_neighbor_province_tt Hauptsitz hat Zugang zu einer benachbarten Provinz
42OR = {
43any_coast_border_location = {
44hidden_trigger = {
45province ?= {
46root.capital.province != this
}
}
}
50any_connected_location = {
51hidden_trigger = {
52province ?= {
53root.capital.province != this
}
}
}
}
}
}
}
64modifier = {
}
73on_start = {
74if = {
}
}
83on_end = {
84every_character = {
}
88if = {
}
94if = {
}
}
103on_monthly = {
105random_list = {
10616 = {
106custom_tooltip = an_event_occurs_tt Ein Ereignis mit Bedeutung für diese Katastrophe könnte auftreten
}
10784 = {
107custom_tooltip = no_event_occurs_tt Kein Ereignis tritt ein
}
}
110hidden_effect = {
111random_list = {
112250 = {
}
}
}
}





