Compare commits
3 commits
Floddstatt
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
375946b367 | ||
|
|
194725747e |
||
| 3f7a77f3cf |
118 changed files with 1773 additions and 1267 deletions
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
This is the github project for the Hearts of Iron 4 mod "Years Gone By" Set in a dystopian future where the world has been bombed back into a sort of futuristic yet primitive stage. It draws inspiration from Fallout, The walking dead, and other similar end-of-the-world stories. But in this story the focus is not on the single people surviving the wasteland, rather this mod tries to use Hearts of Iron to simulate the rise of new nations following the rebirth of humanity, hundreds of years after the old world order fell apart.
|
||||||
|
|
@ -1,135 +0,0 @@
|
||||||
autonomy_state = {
|
|
||||||
id = fs_core_member
|
|
||||||
|
|
||||||
default = no #Will be a possible option for peace deals
|
|
||||||
is_puppet = yes
|
|
||||||
|
|
||||||
use_overlord_color = yes
|
|
||||||
|
|
||||||
min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet.
|
|
||||||
|
|
||||||
manpower_influence = 0.5
|
|
||||||
|
|
||||||
rule = {
|
|
||||||
can_not_declare_war = yes
|
|
||||||
can_decline_call_to_war = no
|
|
||||||
units_deployed_to_overlord = no
|
|
||||||
can_be_spymaster = no
|
|
||||||
contributes_operatives = yes
|
|
||||||
can_create_collaboration_government = no
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
autonomy_manpower_share = 0.2
|
|
||||||
can_master_build_for_us = 1
|
|
||||||
extra_trade_to_overlord_factor = 0.5
|
|
||||||
overlord_trade_cost_factor = -0.25
|
|
||||||
cic_to_overlord_factor = 0.1
|
|
||||||
mic_to_overlord_factor = 0.1
|
|
||||||
research_sharing_per_country_bonus_factor = 0.05
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_subject_wants_higher = {
|
|
||||||
factor = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_overlord_wants_lower = {
|
|
||||||
factor = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
allowed = {
|
|
||||||
OVERLORD = {
|
|
||||||
has_idea = floddstatt_leader
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
use_for_peace_conference_weight = {
|
|
||||||
base = 0
|
|
||||||
modifier = {
|
|
||||||
add = 10
|
|
||||||
FROM = {
|
|
||||||
has_wargoal_against = { target = ROOT type = puppet_wargoal_focus }
|
|
||||||
} # Adds 10 to the chance if the overlord has a wargoal to puppet the country.
|
|
||||||
}
|
|
||||||
modifier = {
|
|
||||||
factor = 2
|
|
||||||
tag = ENG # Multiplies the chance by 2 if the subject is UK.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
can_take_level = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
|
|
||||||
can_lose_level = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
autonomy_state = {
|
|
||||||
id = fs_border_state
|
|
||||||
|
|
||||||
default = no #Will be a possible option for peace deals
|
|
||||||
is_puppet = yes
|
|
||||||
|
|
||||||
use_overlord_color = no
|
|
||||||
|
|
||||||
min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet.
|
|
||||||
|
|
||||||
manpower_influence = 0.5
|
|
||||||
|
|
||||||
rule = {
|
|
||||||
can_not_declare_war = yes
|
|
||||||
can_decline_call_to_war = no
|
|
||||||
units_deployed_to_overlord = no
|
|
||||||
can_be_spymaster = no
|
|
||||||
contributes_operatives = yes
|
|
||||||
can_create_collaboration_government = no
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
autonomy_manpower_share = 0.2
|
|
||||||
can_master_build_for_us = 1
|
|
||||||
extra_trade_to_overlord_factor = 0.5
|
|
||||||
overlord_trade_cost_factor = -0.25
|
|
||||||
cic_to_overlord_factor = 0.1
|
|
||||||
mic_to_overlord_factor = 0.1
|
|
||||||
research_sharing_per_country_bonus_factor = 0.05
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_subject_wants_higher = {
|
|
||||||
factor = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_overlord_wants_lower = {
|
|
||||||
factor = 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
allowed = {
|
|
||||||
OVERLORD = {
|
|
||||||
has_idea = floddstatt_leader
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
use_for_peace_conference_weight = {
|
|
||||||
base = 0
|
|
||||||
modifier = {
|
|
||||||
add = 10
|
|
||||||
FROM = {
|
|
||||||
has_wargoal_against = { target = ROOT type = puppet_wargoal_focus }
|
|
||||||
} # Adds 10 to the chance if the overlord has a wargoal to puppet the country.
|
|
||||||
}
|
|
||||||
modifier = {
|
|
||||||
factor = 2
|
|
||||||
tag = ENG # Multiplies the chance by 2 if the subject is UK.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
can_take_level = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
|
|
||||||
can_lose_level = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
}
|
|
||||||
6
common/countries/Auvurgen.txt
Normal file
6
common/countries/Auvurgen.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Auvurgen
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 62 100 245 }
|
||||||
6
common/countries/Illria.txt
Normal file
6
common/countries/Illria.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Illria
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 100 100 100 }
|
||||||
6
common/countries/Litgarten.txt
Normal file
6
common/countries/Litgarten.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Litgarten
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 56 186 235 }
|
||||||
6
common/countries/Moskva.txt
Normal file
6
common/countries/Moskva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Moskva
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 100 100 100 }
|
||||||
6
common/countries/Novgorod.txt
Normal file
6
common/countries/Novgorod.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Novgorod
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 21 205 35 }
|
||||||
6
common/countries/Ostarruthian Empire.txt
Normal file
6
common/countries/Ostarruthian Empire.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Ostarruthian Empire
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 100 100 100 }
|
||||||
|
|
@ -135,6 +135,7 @@ GCT = {
|
||||||
color_ui = rgb { 21 31 102 }
|
color_ui = rgb { 21 31 102 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
LSA = {
|
LSA = {
|
||||||
color = rgb { 232 212 192 }
|
color = rgb { 232 212 192 }
|
||||||
color_ui = rgb { 232 212 192 }
|
color_ui = rgb { 232 212 192 }
|
||||||
|
|
@ -443,4 +444,39 @@ GAL = {
|
||||||
ISL = {
|
ISL = {
|
||||||
color = rgb { 100 100 100 }
|
color = rgb { 100 100 100 }
|
||||||
color_ui = rgb { 100 100 100 }
|
color_ui = rgb { 100 100 100 }
|
||||||
|
}
|
||||||
|
|
||||||
|
NGD = {
|
||||||
|
color = rgb { 21 205 35 }
|
||||||
|
color_ui = rgb { 21 205 35 }
|
||||||
|
}
|
||||||
|
|
||||||
|
LIN = {
|
||||||
|
color = rgb { 56 186 235 }
|
||||||
|
color_ui = rgb { 56 186 235 }
|
||||||
|
}
|
||||||
|
|
||||||
|
AUU = {
|
||||||
|
color = rgb { 62 100 245 }
|
||||||
|
color_ui = rgb { 62 100 245 }
|
||||||
|
}
|
||||||
|
|
||||||
|
ILL = {
|
||||||
|
color = rgb { 100 100 100 }
|
||||||
|
color_ui = rgb { 100 100 100 }
|
||||||
|
}
|
||||||
|
|
||||||
|
MOS = {
|
||||||
|
color = rgb { 100 100 100 }
|
||||||
|
color_ui = rgb { 100 100 100 }
|
||||||
|
}
|
||||||
|
|
||||||
|
OST = {
|
||||||
|
color = rgb { 100 100 100 }
|
||||||
|
color_ui = rgb { 100 100 100 }
|
||||||
|
=======
|
||||||
|
FLA = {
|
||||||
|
color = rgb { 190 170 0 }
|
||||||
|
color_ui = rgb { 190 170 0 }
|
||||||
|
>>>>>>> Stashed changes
|
||||||
}
|
}
|
||||||
6
common/countries/flanders.txt
Normal file
6
common/countries/flanders.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#flanders
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 190 170 0 }
|
||||||
|
|
@ -19,6 +19,7 @@ FAL = "countries/Falandia.txt"
|
||||||
SVL = "countries/Sarvundland.txt"
|
SVL = "countries/Sarvundland.txt"
|
||||||
TTR = "countries/TallRepublic.txt"
|
TTR = "countries/TallRepublic.txt"
|
||||||
GTL = "countries/Gaestertland.txt"
|
GTL = "countries/Gaestertland.txt"
|
||||||
|
<<<<<<< Updated upstream
|
||||||
GCT = "countries/Gunther Cult.txt"
|
GCT = "countries/Gunther Cult.txt"
|
||||||
LSA = "countries/Linguisatia.txt"
|
LSA = "countries/Linguisatia.txt"
|
||||||
VTR = "countries/Vasterreich.txt"
|
VTR = "countries/Vasterreich.txt"
|
||||||
|
|
@ -81,4 +82,14 @@ CEE = "countries/Castyrian Empire.txt"
|
||||||
ZDS = "countries/Zaladoslavie.txt"
|
ZDS = "countries/Zaladoslavie.txt"
|
||||||
RDS = "countries/Regencia del sud.txt"
|
RDS = "countries/Regencia del sud.txt"
|
||||||
GAL = "countries/Galicia.txt"
|
GAL = "countries/Galicia.txt"
|
||||||
ISL = "countries/Ísland.txt"
|
ISL = "countries/Ísland.txt"
|
||||||
|
NGD = "countries/Novgorod.txt"
|
||||||
|
LIN = "countries/Litgarten.txt"
|
||||||
|
AUU = "countries/Auvurgen.txt"
|
||||||
|
ILL = "countries/Illria.txt"
|
||||||
|
MOS = "countries/Moskva.txt"
|
||||||
|
OST = "countries/Ostarruthian Empire.txt"
|
||||||
|
=======
|
||||||
|
GCT = "countries/Günther Cult.txt"
|
||||||
|
FLA = "countries/flanders.txt"
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
floddstatt_general = {
|
|
||||||
|
|
||||||
allowed = {
|
|
||||||
OR = {
|
|
||||||
original_tag = BOR
|
|
||||||
original_tag = AVI
|
|
||||||
original_tag = GRT
|
|
||||||
original_tag = BRK
|
|
||||||
original_tag = CUM
|
|
||||||
original_tag = LAN
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
available = {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
custom_tooltip = {
|
|
||||||
text = {
|
|
||||||
localisation_key = "fg_election_desc"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
priority = 100
|
|
||||||
picture = GFX_decision_category_picture
|
|
||||||
icon = POL_category
|
|
||||||
visible_when_empty = yes
|
|
||||||
}
|
|
||||||
|
|
@ -1,265 +0,0 @@
|
||||||
floddstatt_general = {
|
|
||||||
|
|
||||||
fg_debug_checkelectiontimeout = {
|
|
||||||
available = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
is_debug = yes
|
|
||||||
}
|
|
||||||
complete_effect = {
|
|
||||||
country_event = { id = floddstatt.1 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fg_capital_encouragement = {
|
|
||||||
available = {
|
|
||||||
has_idea = floddstatt_leader
|
|
||||||
}
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fg_election = {
|
|
||||||
activation = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
visible = {
|
|
||||||
always = yes
|
|
||||||
}
|
|
||||||
available = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
icon = mission_icon
|
|
||||||
is_good = yes
|
|
||||||
days_mission_timeout = 180
|
|
||||||
timeout_effect = {
|
|
||||||
add_political_power = 100
|
|
||||||
country_event = { id = floddstatt.1 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
grt_fg_campaign_across_the_border_ = {
|
|
||||||
|
|
||||||
icon = eng_propaganda_campaigns
|
|
||||||
|
|
||||||
days_remove = 20
|
|
||||||
|
|
||||||
available = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
political_power_daily > 0.25
|
|
||||||
has_political_power > 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
original_tag = GRT
|
|
||||||
}
|
|
||||||
|
|
||||||
# target_array = subjects #Turn into some sort of floddstatt list maybe?
|
|
||||||
|
|
||||||
target_trigger = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -5
|
|
||||||
flod_grt_support_grow_s = yes
|
|
||||||
custom_effect_tooltip = flod_add_support_s
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
political_power_cost = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
factor = 1
|
|
||||||
modifier = { political_power_daily < 0.6 factor = 0}
|
|
||||||
modifier = { political_power_daily > 1 factor = 0}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
brk_fg_campaign_across_the_border_ = {
|
|
||||||
|
|
||||||
icon = eng_propaganda_campaigns
|
|
||||||
|
|
||||||
days_remove = 20
|
|
||||||
|
|
||||||
available = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
political_power_daily > 0.25
|
|
||||||
has_political_power > 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
original_tag = BRK
|
|
||||||
}
|
|
||||||
|
|
||||||
# target_array = subjects #Turn into some sort of floddstatt list maybe?
|
|
||||||
|
|
||||||
target_trigger = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -5
|
|
||||||
flod_brk_support_grow_s = yes
|
|
||||||
custom_effect_tooltip = flod_add_support_s
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
political_power_cost = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
factor = 1
|
|
||||||
modifier = { political_power_daily < 0.6 factor = 0}
|
|
||||||
modifier = { political_power_daily > 1 factor = 0}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
cum_fg_campaign_across_the_border_ = {
|
|
||||||
|
|
||||||
icon = eng_propaganda_campaigns
|
|
||||||
|
|
||||||
days_remove = 20
|
|
||||||
|
|
||||||
available = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
political_power_daily > 0.25
|
|
||||||
has_political_power > 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
original_tag = CUM
|
|
||||||
}
|
|
||||||
|
|
||||||
# target_array = subjects #Turn into some sort of floddstatt list maybe?
|
|
||||||
|
|
||||||
target_trigger = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -5
|
|
||||||
flod_cum_support_grow_s = yes
|
|
||||||
custom_effect_tooltip = flod_add_support_s
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
political_power_cost = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
factor = 1
|
|
||||||
modifier = { political_power_daily < 0.6 factor = 0}
|
|
||||||
modifier = { political_power_daily > 1 factor = 0}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
lan_fg_campaign_across_the_border_ = {
|
|
||||||
|
|
||||||
icon = eng_propaganda_campaigns
|
|
||||||
|
|
||||||
days_remove = 20
|
|
||||||
|
|
||||||
available = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
political_power_daily > 0.25
|
|
||||||
has_political_power > 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
original_tag = LAN
|
|
||||||
}
|
|
||||||
|
|
||||||
# target_array = subjects #Turn into some sort of floddstatt list maybe?
|
|
||||||
|
|
||||||
target_trigger = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -5
|
|
||||||
flod_lan_support_grow_s = yes
|
|
||||||
custom_effect_tooltip = flod_add_support_s
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
political_power_cost = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
factor = 1
|
|
||||||
modifier = { political_power_daily < 0.6 factor = 0}
|
|
||||||
modifier = { political_power_daily > 1 factor = 0}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
avi_fg_campaign_across_the_border_ = {
|
|
||||||
|
|
||||||
icon = eng_propaganda_campaigns
|
|
||||||
|
|
||||||
days_remove = 20
|
|
||||||
|
|
||||||
available = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
political_power_daily > 0.25
|
|
||||||
has_political_power > 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
visible = {
|
|
||||||
original_tag = AVI
|
|
||||||
}
|
|
||||||
|
|
||||||
# target_array = subjects #Turn into some sort of floddstatt list maybe?
|
|
||||||
|
|
||||||
target_trigger = {
|
|
||||||
FROM = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
complete_effect = {
|
|
||||||
add_political_power = -5
|
|
||||||
flod_avi_support_grow_s = yes
|
|
||||||
custom_effect_tooltip = flod_add_support_s
|
|
||||||
}
|
|
||||||
|
|
||||||
modifier = {
|
|
||||||
political_power_cost = 0.2
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
factor = 1
|
|
||||||
modifier = { political_power_daily < 0.6 factor = 0}
|
|
||||||
modifier = { political_power_daily > 1 factor = 0}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
on_actions = {
|
|
||||||
on_startup = {
|
|
||||||
effect = {
|
|
||||||
every_country = {
|
|
||||||
limit = {
|
|
||||||
has_idea = floddstatt_leader
|
|
||||||
}
|
|
||||||
flod_set_election_standard = yes
|
|
||||||
}
|
|
||||||
every_country = {
|
|
||||||
limit = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
}
|
|
||||||
activate_mission = fg_election
|
|
||||||
country_event = { id = floddstatt.0 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
opinion_modifiers = {
|
|
||||||
current_ruler_negative = {
|
|
||||||
value = -50
|
|
||||||
days = 181
|
|
||||||
}
|
|
||||||
long_ruler_negative = {
|
|
||||||
value = -100
|
|
||||||
days = 181
|
|
||||||
}
|
|
||||||
bid_for_change = {
|
|
||||||
value = 25
|
|
||||||
days = 181
|
|
||||||
}
|
|
||||||
moderate_campaign = {
|
|
||||||
value = 25
|
|
||||||
days = 181
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,198 +0,0 @@
|
||||||
flod_set_election_standard = {
|
|
||||||
set_global_flag = flod_elections_in_motion_flag
|
|
||||||
set_variable = { global.GRT_ele_support = 1 }
|
|
||||||
set_variable = { global.BRK_ele_support = 1 }
|
|
||||||
set_variable = { global.CUM_ele_support = 1 }
|
|
||||||
set_variable = { global.LAN_ele_support = 1 }
|
|
||||||
set_variable = { global.AVI_ele_support = 1 }
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_election_result = {
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
check_variable = { var = global.GRT_ele_support value = global.BRK_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.GRT_ele_support value = global.CUM_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.GRT_ele_support value = global.LAN_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.GRT_ele_support value = global.AVI_ele_support compare = greater_than }
|
|
||||||
}
|
|
||||||
GRT = {
|
|
||||||
add_ideas = floddstatt_leader
|
|
||||||
puppet = BRK
|
|
||||||
puppet = CUM
|
|
||||||
puppet = LAN
|
|
||||||
puppet = AVI
|
|
||||||
puppet = BOR
|
|
||||||
|
|
||||||
set_autonomy = { target = BRK autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = CUM autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = LAN autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = AVI autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BOR autonomy_state = fs_border_state }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
check_variable = { var = global.BRK_ele_support value = global.GRT_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.BRK_ele_support value = global.CUM_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.BRK_ele_support value = global.LAN_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.BRK_ele_support value = global.AVI_ele_support compare = greater_than }
|
|
||||||
}
|
|
||||||
BRK = {
|
|
||||||
add_ideas = floddstatt_leader
|
|
||||||
puppet = GRT
|
|
||||||
puppet = CUM
|
|
||||||
puppet = LAN
|
|
||||||
puppet = AVI
|
|
||||||
puppet = BOR
|
|
||||||
|
|
||||||
set_autonomy = { target = GRT autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = CUM autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = LAN autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = AVI autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BOR autonomy_state = fs_border_state }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
check_variable = { var = global.CUM_ele_support value = global.GRT_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.CUM_ele_support value = global.BRK_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.CUM_ele_support value = global.LAN_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.CUM_ele_support value = global.AVI_ele_support compare = greater_than }
|
|
||||||
}
|
|
||||||
CUM = {
|
|
||||||
add_ideas = floddstatt_leader
|
|
||||||
puppet = BRK
|
|
||||||
puppet = GRT
|
|
||||||
puppet = LAN
|
|
||||||
puppet = AVI
|
|
||||||
puppet = BOR
|
|
||||||
|
|
||||||
set_autonomy = { target = BRK autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = GRT autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = LAN autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = AVI autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BOR autonomy_state = fs_border_state }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
check_variable = { var = global.LAN_ele_support value = global.GRT_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.LAN_ele_support value = global.BRK_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.LAN_ele_support value = global.CUM_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.LAN_ele_support value = global.AVI_ele_support compare = greater_than }
|
|
||||||
}
|
|
||||||
LAN = {
|
|
||||||
add_ideas = floddstatt_leader
|
|
||||||
puppet = BRK
|
|
||||||
puppet = CUM
|
|
||||||
puppet = GRT
|
|
||||||
puppet = AVI
|
|
||||||
puppet = BOR
|
|
||||||
|
|
||||||
set_autonomy = { target = BRK autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = CUM autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = GRT autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = AVI autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BOR autonomy_state = fs_border_state }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
check_variable = { var = global.AVI_ele_support value = global.GRT_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.AVI_ele_support value = global.BRK_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.AVI_ele_support value = global.CUM_ele_support compare = greater_than }
|
|
||||||
check_variable = { var = global.AVI_ele_support value = global.LAN_ele_support compare = greater_than }
|
|
||||||
}
|
|
||||||
AVI = {
|
|
||||||
add_ideas = floddstatt_leader
|
|
||||||
puppet = GRT
|
|
||||||
puppet = BRK
|
|
||||||
puppet = CUM
|
|
||||||
puppet = LAN
|
|
||||||
puppet = BOR
|
|
||||||
|
|
||||||
set_autonomy = { target = GRT autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BRK autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = CUM autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = LAN autonomy_state = fs_core_member }
|
|
||||||
set_autonomy = { target = BOR autonomy_state = fs_border_state }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
flod_set_election_standard = yes
|
|
||||||
}
|
|
||||||
|
|
||||||
### Add Support For Nation In Floddstatt
|
|
||||||
|
|
||||||
# GRT
|
|
||||||
|
|
||||||
flod_grt_support_grow_s = {
|
|
||||||
add_to_variable = { global.GRT_ele_support = 1}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_grt_support_grow_m = {
|
|
||||||
add_to_variable = { global.GRT_ele_support = 3}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_grt_support_grow_l = {
|
|
||||||
add_to_variable = { global.GRT_ele_support = 5}
|
|
||||||
}
|
|
||||||
|
|
||||||
# BRK
|
|
||||||
|
|
||||||
flod_brk_support_grow_s = {
|
|
||||||
add_to_variable = { global.BRK_ele_support = 1}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_brk_support_grow_m = {
|
|
||||||
add_to_variable = { global.BRK_ele_support = 3}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_brk_support_grow_l = {
|
|
||||||
add_to_variable = { global.BRK_ele_support = 5}
|
|
||||||
}
|
|
||||||
|
|
||||||
# CUM ;3
|
|
||||||
|
|
||||||
flod_cum_support_grow_s = {
|
|
||||||
add_to_variable = { global.CUM_ele_support = 1}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_cum_support_grow_m = {
|
|
||||||
add_to_variable = { global.CUM_ele_support = 3}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_cum_support_grow_l = {
|
|
||||||
add_to_variable = { global.CUM_ele_support = 5}
|
|
||||||
}
|
|
||||||
|
|
||||||
# LAN
|
|
||||||
|
|
||||||
flod_lan_support_grow_s = {
|
|
||||||
add_to_variable = { global.LAN_ele_support = 1}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_lan_support_grow_m = {
|
|
||||||
add_to_variable = { global.LAN_ele_support = 3}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_lan_support_grow_l = {
|
|
||||||
add_to_variable = { global.LAN_ele_support = 5}
|
|
||||||
}
|
|
||||||
|
|
||||||
# AVI
|
|
||||||
|
|
||||||
flod_avi_support_grow_s = {
|
|
||||||
add_to_variable = { global.AVI_ele_support = 1}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_avi_support_grow_m = {
|
|
||||||
add_to_variable = { global.AVI_ele_support = 3}
|
|
||||||
}
|
|
||||||
|
|
||||||
flod_avi_support_grow_l = {
|
|
||||||
add_to_variable = { global.AVI_ele_support = 5}
|
|
||||||
}
|
|
||||||
57
counlocfix.py
Normal file
57
counlocfix.py
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
import re
|
||||||
|
|
||||||
|
# Input and output file paths
|
||||||
|
input_file_path = "./localisation/english/countries_l_english.yml"
|
||||||
|
output_file_path = "./localisation/english/countries_l_english_new.yml"
|
||||||
|
|
||||||
|
# Read the content of the input file
|
||||||
|
with open(input_file_path, 'r') as file:
|
||||||
|
lines = file.readlines()
|
||||||
|
|
||||||
|
# Prepare a dictionary to store the tag definitions
|
||||||
|
tags = {}
|
||||||
|
|
||||||
|
# Regular expression pattern to match the lines
|
||||||
|
pattern = re.compile(r'(\w+)_neutrality:0 "(.*)"')
|
||||||
|
pattern_def = re.compile(r'(\w+)_neutrality_DEF:0 "(.*)"')
|
||||||
|
|
||||||
|
# Extract neutrality definitions
|
||||||
|
for line in lines:
|
||||||
|
match = pattern.match(line.strip())
|
||||||
|
if match:
|
||||||
|
tag = match.group(1)
|
||||||
|
name = match.group(2)
|
||||||
|
if tag not in tags:
|
||||||
|
tags[tag] = {'neutrality': name}
|
||||||
|
|
||||||
|
match_def = pattern_def.match(line.strip())
|
||||||
|
if match_def:
|
||||||
|
tag = match_def.group(1)
|
||||||
|
definition = match_def.group(2)
|
||||||
|
if tag not in tags:
|
||||||
|
tags[tag] = {}
|
||||||
|
tags[tag]['neutrality_DEF'] = definition
|
||||||
|
|
||||||
|
# Write the new content to the output file
|
||||||
|
with open(output_file_path, 'w') as file:
|
||||||
|
# Write original content
|
||||||
|
for line in lines:
|
||||||
|
file.write(line)
|
||||||
|
|
||||||
|
file.write("\n\n# Additional Ideology Definitions\n\n")
|
||||||
|
|
||||||
|
for tag, definitions in tags.items():
|
||||||
|
if 'neutrality' in definitions and 'neutrality_DEF' in definitions:
|
||||||
|
c_name = definitions['neutrality']
|
||||||
|
c_def = definitions['neutrality_DEF']
|
||||||
|
|
||||||
|
file.write("\n") # Write a blank line for spacing
|
||||||
|
file.write(f"{tag}_neutrality:0 \"{c_name}\"\n")
|
||||||
|
file.write(f"{tag}_neutrality_DEF:0 \"{c_def}\"\n")
|
||||||
|
file.write(f"{tag}_democratic:0 \"{c_name}\"\n")
|
||||||
|
file.write(f"{tag}_democratic_DEF:0 \"{c_def}\"\n")
|
||||||
|
file.write(f"{tag}_communism:0 \"{c_name}\"\n")
|
||||||
|
file.write(f"{tag}_communism_DEF:0 \"{c_def}\"\n")
|
||||||
|
file.write(f"{tag}_fascism:0 \"{c_name}\"\n")
|
||||||
|
file.write(f"{tag}_fascism_DEF:0 \"{c_def}\"\n")
|
||||||
|
file.write("\n") # Write a blank line for spacing
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
add_namespace = floddstatt
|
|
||||||
|
|
||||||
country_event = {
|
|
||||||
id = floddstatt.0
|
|
||||||
title = floddstatt.0.t
|
|
||||||
desc = floddstatt.0.d
|
|
||||||
picture = GFX_report_event_generic_picture
|
|
||||||
|
|
||||||
is_triggered_only = yes
|
|
||||||
|
|
||||||
trigger = {
|
|
||||||
always = no
|
|
||||||
}
|
|
||||||
|
|
||||||
immediate = {
|
|
||||||
# Add any immediate effects here
|
|
||||||
}
|
|
||||||
|
|
||||||
option = {
|
|
||||||
name = floddstatt.0.a
|
|
||||||
add_political_power = 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
country_event = {
|
|
||||||
id = floddstatt.1
|
|
||||||
title = floddstatt.1.t
|
|
||||||
desc = floddstatt.1.d
|
|
||||||
picture = GFX_report_event_generic_picture
|
|
||||||
|
|
||||||
is_triggered_only = yes
|
|
||||||
|
|
||||||
trigger = {
|
|
||||||
has_completed_mission = floddstatt_general_fg_vote
|
|
||||||
}
|
|
||||||
|
|
||||||
immediate = {
|
|
||||||
clr_global_flag = flod_elections_in_motion_flag
|
|
||||||
every_country = {
|
|
||||||
limit = {
|
|
||||||
OR = {
|
|
||||||
has_idea = floddstatt_member
|
|
||||||
has_idea = floddstatt_border
|
|
||||||
}
|
|
||||||
NOT = {
|
|
||||||
has_idea = floddstatt_leader
|
|
||||||
}
|
|
||||||
}
|
|
||||||
overlord = {
|
|
||||||
add_political_power = 300
|
|
||||||
set_autonomy = {
|
|
||||||
target = PREV
|
|
||||||
autonomous_state = autonomy_free
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
option = {
|
|
||||||
name = floddstatt.1.a
|
|
||||||
flod_election_result = yes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
25
history/countries/AUU - Auvurgen.txt
Normal file
25
history/countries/AUU - Auvurgen.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
25
history/countries/FLA - flanders.txt
Normal file
25
history/countries/FLA - flanders.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -42,28 +42,3 @@ puppet = CUM
|
||||||
puppet = LAN
|
puppet = LAN
|
||||||
puppet = AVI
|
puppet = AVI
|
||||||
puppet = BOR
|
puppet = BOR
|
||||||
|
|
||||||
set_autonomy = {
|
|
||||||
target = BRK
|
|
||||||
autonomy_state = fs_core_member
|
|
||||||
}
|
|
||||||
|
|
||||||
set_autonomy = {
|
|
||||||
target = CUM
|
|
||||||
autonomy_state = fs_core_member
|
|
||||||
}
|
|
||||||
|
|
||||||
set_autonomy = {
|
|
||||||
target = LAN
|
|
||||||
autonomy_state = fs_core_member
|
|
||||||
}
|
|
||||||
|
|
||||||
set_autonomy = {
|
|
||||||
target = AVI
|
|
||||||
autonomy_state = fs_core_member
|
|
||||||
}
|
|
||||||
|
|
||||||
set_autonomy = {
|
|
||||||
target = BOR
|
|
||||||
autonomy_state = fs_core_member
|
|
||||||
}
|
|
||||||
25
history/countries/ILL - Illria.txt
Normal file
25
history/countries/ILL - Illria.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
25
history/countries/LIN - Litgarten.txt
Normal file
25
history/countries/LIN - Litgarten.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
25
history/countries/MOS - Moskva.txt
Normal file
25
history/countries/MOS - Moskva.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
25
history/countries/NGD - Novgorod.txt
Normal file
25
history/countries/NGD - Novgorod.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
25
history/countries/OST - Ostarruthian Empire.txt
Normal file
25
history/countries/OST - Ostarruthian Empire.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = ILL
|
||||||
owner = ABC
|
owner = ILL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = ILL
|
||||||
owner = ABC
|
owner = ILL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = ILL
|
||||||
owner = ABC
|
owner = ILL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = ILL
|
||||||
owner = ABC
|
owner = ILL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = NGD
|
||||||
owner = ABC
|
owner = NGD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = AUU
|
||||||
owner = ABC
|
owner = AUU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = LIN
|
||||||
owner = ABC
|
owner = LIN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = MOS
|
||||||
owner = ABC
|
owner = MOS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = OST
|
||||||
owner = ABC
|
owner = OST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue