イベントこのバージョンで変更
独立の炎

Countryを襲った混乱は、ついに避けられぬ結末を迎えた。すなわち、Target Countryは崩壊したのだ。内紛によって弱体化した我々の地域に対する支配力は緩み、現地の支配者たちは我々の支配から脱却する機会を掴んだ。彼らの旗は高く掲げられ、その指導者たちは主権について語り、軍隊は新たに手に入れた自由を守るために陣を構えている。
いま、我々は選択を迫られている。この反乱を鎮圧し、我々のものを取り戻すために残る力を奮い起こすか、あるいは損失を受け入れて内部の問題に専念し、ほかのFlavor Rankがこの事態に便乗することを防ぐかだ。
定義in_game/events/disaster/decline_of_empire_events.txt:101
102type = country_event
103category = disaster_event
104title = decline_of_empire.3.title 独立の炎
105desc = decline_of_empire.3.desc Countryを襲った混乱は、ついに避けられぬ結末を迎えた。すなわち、Target Countryは崩壊したのだ。内紛によって弱体化した我々の地域に対する支配力は緩み、現地の支配者たちは我々の支配から脱却する機会を掴んだ。彼らの旗は高く掲げられ、その指導者たちは主権について語り、軍隊は新たに手に入れた自由を守るために陣を構えている。
いま、我々は選択を迫られている。この反乱を鎮圧し、我々のものを取り戻すために残る力を奮い起こすか、あるいは損失を受け入れて内部の問題に専念し、ほかのFlavor Rankがこの事態に便乗することを防ぐかだ。
いま、我々は選択を迫られている。この反乱を鎮圧し、我々のものを取り戻すために残る力を奮い起こすか、あるいは損失を受け入れて内部の問題に専念し、ほかのFlavor Rankがこの事態に便乗することを防ぐかだ。
106outcome = neutral
108trigger = {
109at_war = no
110any_owned_location = {
111province = {
112NOT = {
113any_location_in_province = {
113is_capital = yes
}
}
}
117any_core_in_location = {
118NOT = {
118country_exists = this
}
}
}
}
122image = "gfx/interface/illustrations/disaster/decline_of_empire.dds"
124immediate = {
125ordered_owned_location = {
126limit = {
127province = {
128NOT = {
129any_location_in_province = {
129is_capital = yes
}
}
}
133any_core_in_location = {
134NOT = {
134country_exists = this
}
}
}
137order_by = {
138value = population
139if = {
140limit = {
140average_satisfaction <= 0
}
141divide = 0.05
}
143else = {
143divide = average_satisfaction
}
}
145max = 1
146check_range_bounds = no
147save_scope_as = target_location
152random_core_in_location = {
153limit = {
153NOT = {
153country_exists = this
}
}
154save_scope_as = target_country
}
}
157create_country_from_cores_in_our_locations = scope:target_country
167ruler_or_regent = {
167save_scope_as = target_character
}
168scope:target_country.ruler_or_regent ?= {
168save_scope_as = target_character2
}
173every_owned_location = {
174limit = {
175is_capital = no
176is_neighbor_of = scope:target_country
177area = scope:target_country.capital.area
178is_coastal = no
179NOT = {
179is_connected_to = root.capital
}
}
181add_core = scope:target_country
182change_integration_level = core
183change_location_owner = scope:target_country
}
}