
国難このバージョンで変更
遊牧民の内紛
再び我々の統治者の権威が問われている! ある対立する将軍が、玉座を奪おうと内紛を起こして遊牧民を脅かしているのだ。我々は、自らが生み出した反逆者たちとの戦いに赴かなければならない……
ステップ遊牧民政体can start反乱の画策静的補正on endhorde_civil_war_disaster_counter変数on starthorde_civil_war_pretender_variable変数on endpretender_rebel_character変数on end補正
定義in_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 首都が近隣の州にアクセスできる
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 この国難に関連するイベントが発生する可能性がある
}
10784 = {
107custom_tooltip = no_event_occurs_tt イベントは発生しない
}
}
110hidden_effect = {
111random_list = {
112250 = {
}
}
}
}





