
DesastreCambiado en esta versión
Guerra civil en la horda
¡Han vuelto a poner en duda la autoridad de quien nos gobierna! Un caudillo rival amenaza a la horda con una guerra civil, ansioso por reclamar el trono. La horda debe marchar a la guerra contra sus propios guerreros renegados.
Horda de la estepaTipo gubernamentalcan startTramando una rebeliónModificador estáticoon endhorde_civil_war_disaster_counterVariableon starthorde_civil_war_pretender_variableVariableon endpretender_rebel_characterVariableon endModificadores
Definiciónin_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 capital tiene acceso a una provincia vecina
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 Puede que se produzca un Event relacionado con este Disaster.
}
10784 = {
107custom_tooltip = no_event_occurs_tt No se produce ningún Event.
}
}
110hidden_effect = {
111random_list = {
112250 = {
}
}
}
}





