
CatastropheModifié dans cette version
Guerre civile de la horde
Une fois encore, l'autorité de notre souverain est remise en question ! Un seigneur de guerre rival menace de mener une guerre civile afin de s'emparer du trône. La horde n'a pas d'autre choix que d'entrer en guerre contre ses propres soldats renégats...
Horde des steppesType de régime politiquecan startRébellion à l'horizonModificateur statiqueon endhorde_civil_war_disaster_counterVariableon starthorde_civil_war_pretender_variableVariableon endpretender_rebel_characterVariableon endModificateurs
Définitionin_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 La capitale a accès à une province limitrophe
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 Un Événement lié à cette Catastrophe pourrait survenir
}
10784 = {
107custom_tooltip = no_event_occurs_tt Aucun Événement n'a lieu
}
}
110hidden_effect = {
111random_list = {
112250 = {
}
}
}
}





