Map Painting #5
This commit is contained in:
parent
05cde5958c
commit
bba77756cc
124 changed files with 793 additions and 182 deletions
6
common/countries/Costilliere.txt
Normal file
6
common/countries/Costilliere.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Costilliere
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 180 150 20 }
|
||||
6
common/countries/F'ish.txt
Normal file
6
common/countries/F'ish.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#F'ish
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 23 32 202 }
|
||||
6
common/countries/Isletueteriqui.txt
Normal file
6
common/countries/Isletueteriqui.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Isletueteriqui
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 51 231 24 }
|
||||
6
common/countries/Itzerla.txt
Normal file
6
common/countries/Itzerla.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Itzerla
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 151 }
|
||||
6
common/countries/Lammbouir.txt
Normal file
6
common/countries/Lammbouir.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Lammbouir
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 132 112 232 }
|
||||
6
common/countries/Norlorqs.txt
Normal file
6
common/countries/Norlorqs.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Norlorqs
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 101 202 162 }
|
||||
6
common/countries/Norriquiva.txt
Normal file
6
common/countries/Norriquiva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Norriquiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 245 21 163 }
|
||||
6
common/countries/Piratecove.txt
Normal file
6
common/countries/Piratecove.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Piratecove
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 20 20 20 }
|
||||
6
common/countries/Ruinaires.txt
Normal file
6
common/countries/Ruinaires.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Ruinaires
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 240 20 110 }
|
||||
6
common/countries/Sarroui.txt
Normal file
6
common/countries/Sarroui.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Sarroui
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 20 30 220 }
|
||||
6
common/countries/Surriquiva.txt
Normal file
6
common/countries/Surriquiva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Surriquiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 210 102 42 }
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#France
|
||||
#test
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 57 113 228 }
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Uldriklands.txt
Normal file
6
common/countries/Uldriklands.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Uldriklands
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 50 198 23 }
|
||||
6
common/countries/Unitedmercenaries.txt
Normal file
6
common/countries/Unitedmercenaries.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Unitedmercenaries
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 70 5 10 }
|
||||
6
common/countries/Unitrevita.txt
Normal file
6
common/countries/Unitrevita.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Unitrevita
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 102 203 153 }
|
||||
|
|
@ -33,4 +33,79 @@ BOR = {
|
|||
GAR = {
|
||||
color = rgb { 255 255 255 }
|
||||
color_ui = rgb { 255 255 255 }
|
||||
}
|
||||
|
||||
LMB = {
|
||||
color = rgb { 132 112 232 }
|
||||
color_ui = rgb { 132 112 232 }
|
||||
}
|
||||
|
||||
RUI = {
|
||||
color = rgb { 240 20 110 }
|
||||
color_ui = rgb { 240 20 110 }
|
||||
}
|
||||
|
||||
CTL = {
|
||||
color = rgb { 180 150 20 }
|
||||
color_ui = rgb { 180 150 20 }
|
||||
}
|
||||
|
||||
PIR = {
|
||||
color = rgb { 20 20 20 }
|
||||
color_ui = rgb { 20 20 20 }
|
||||
}
|
||||
|
||||
UMB = {
|
||||
color = rgb { 70 5 10 }
|
||||
color_ui = rgb { 70 5 10 }
|
||||
}
|
||||
|
||||
SGM = {
|
||||
color = rgb { 250 }
|
||||
color_ui = rgb { 250 }
|
||||
}
|
||||
|
||||
NLQ = {
|
||||
color = rgb { 101 202 162 }
|
||||
color_ui = rgb { 101 202 162 }
|
||||
}
|
||||
|
||||
UDL = {
|
||||
color = rgb { 50 198 23 }
|
||||
color_ui = rgb { 50 198 23 }
|
||||
}
|
||||
|
||||
SUI = {
|
||||
color = rgb { 20 30 220 }
|
||||
color_ui = rgb { 20 30 220 }
|
||||
}
|
||||
|
||||
ITZ = {
|
||||
color = rgb { 151 }
|
||||
color_ui = rgb { 151 }
|
||||
}
|
||||
|
||||
IQI = {
|
||||
color = rgb { 51 231 24 }
|
||||
color_ui = rgb { 51 231 24 }
|
||||
}
|
||||
|
||||
NQV = {
|
||||
color = rgb { 245 21 163 }
|
||||
color_ui = rgb { 245 21 163 }
|
||||
}
|
||||
|
||||
SQV = {
|
||||
color = rgb { 210 102 42 }
|
||||
color_ui = rgb { 210 102 42 }
|
||||
}
|
||||
|
||||
UTV = {
|
||||
color = rgb { 102 203 153 }
|
||||
color_ui = rgb { 102 203 153 }
|
||||
}
|
||||
|
||||
FSH = {
|
||||
color = rgb { 23 32 202 }
|
||||
color_ui = rgb { 23 32 202 }
|
||||
}
|
||||
6
common/countries/Ösigvmutan.txt
Normal file
6
common/countries/Ösigvmutan.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Ösigvmutan
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 250 }
|
||||
17
common/country_tags/01_countries.txt
Normal file
17
common/country_tags/01_countries.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## GENERATED
|
||||
|
||||
LMB = "countries/Lammbouir.txt"
|
||||
RUI = "countries/Ruinaires.txt"
|
||||
CTL = "countries/Costilliere.txt"
|
||||
PIR = "countries/Piratecove.txt"
|
||||
UMB = "countries/Unitedmercenaries.txt"
|
||||
SGM = "countries/Ösigvmutan.txt"
|
||||
NLQ = "countries/Norlorqs.txt"
|
||||
UDL = "countries/Uldriklands.txt"
|
||||
SUI = "countries/Sarroui.txt"
|
||||
ITZ = "countries/Itzerla.txt"
|
||||
IQI = "countries/Isletueteriqui.txt"
|
||||
NQV = "countries/Norriquiva.txt"
|
||||
SQV = "countries/Surriquiva.txt"
|
||||
UTV = "countries/Unitrevita.txt"
|
||||
FSH = "countries/F'ish.txt"
|
||||
25
history/countries/CTL - Costilliere.txt
Normal file
25
history/countries/CTL - Costilliere.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/FSH - F'ish.txt
Normal file
25
history/countries/FSH - F'ish.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/IQI - Isletueteriqui.txt
Normal file
25
history/countries/IQI - Isletueteriqui.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/ITZ - Itzerla.txt
Normal file
25
history/countries/ITZ - Itzerla.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/LMB - Lammbouir.txt
Normal file
25
history/countries/LMB - Lammbouir.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/NLQ - Norlorqs.txt
Normal file
25
history/countries/NLQ - Norlorqs.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/NQV - Norriquiva.txt
Normal file
25
history/countries/NQV - Norriquiva.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/PIR - Piratecove.txt
Normal file
25
history/countries/PIR - Piratecove.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/RUI - Ruinaires.txt
Normal file
25
history/countries/RUI - Ruinaires.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/SGM - Ösigvmutan.txt
Normal file
25
history/countries/SGM - Ösigvmutan.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/SQV - Surriquiva.txt
Normal file
25
history/countries/SQV - Surriquiva.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/SUI - Sarroui.txt
Normal file
25
history/countries/SUI - Sarroui.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/UDL - Uldriklands.txt
Normal file
25
history/countries/UDL - Uldriklands.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/UMB - Unitedmercenaries.txt
Normal file
25
history/countries/UMB - Unitedmercenaries.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/UTV - Unitrevita.txt
Normal file
25
history/countries/UTV - Unitrevita.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
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = LMB
|
||||
owner = LMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = LMB
|
||||
owner = LMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = LMB
|
||||
owner = LMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = ITZ
|
||||
owner = ITZ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NQV
|
||||
owner = NQV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SQV
|
||||
owner = SQV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NQV
|
||||
owner = NQV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NQV
|
||||
owner = NQV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UTV
|
||||
owner = UTV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UTV
|
||||
owner = UTV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UTV
|
||||
owner = UTV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = IQI
|
||||
owner = IQI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SQV
|
||||
owner = SQV
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = IQI
|
||||
owner = IQI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = FSH
|
||||
owner = FSH
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = PIR
|
||||
owner = PIR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UMB
|
||||
owner = UMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NLQ
|
||||
owner = NLQ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = RUI
|
||||
owner = RUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NLQ
|
||||
owner = NLQ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NLQ
|
||||
owner = NLQ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UMB
|
||||
owner = UMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = CTL
|
||||
owner = CTL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UMB
|
||||
owner = UMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UMB
|
||||
owner = UMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UDL
|
||||
owner = UDL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = RUI
|
||||
owner = RUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NLQ
|
||||
owner = NLQ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UDL
|
||||
owner = UDL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = RUI
|
||||
owner = RUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SGM
|
||||
owner = SGM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UMB
|
||||
owner = UMB
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = RUI
|
||||
owner = RUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = NLQ
|
||||
owner = NLQ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SGM
|
||||
owner = SGM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = SUI
|
||||
owner = SUI
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ state={
|
|||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ABC
|
||||
owner = ABC
|
||||
add_core_of = UDL
|
||||
owner = UDL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
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