Map Painting #1
This commit is contained in:
parent
bdd0a6d5a2
commit
85062cf1bf
222 changed files with 1164 additions and 998 deletions
6
common/countries/Aquatuanie.txt
Normal file
6
common/countries/Aquatuanie.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Arañellos.txt
Normal file
6
common/countries/Arañellos.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Bretagne.txt
Normal file
6
common/countries/Bretagne.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Gajaritas.txt
Normal file
6
common/countries/Gajaritas.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Garanatai.txt
Normal file
6
common/countries/Garanatai.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 250 250 250 }
|
||||
6
common/countries/Occatanje.txt
Normal file
6
common/countries/Occatanje.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Parlouwello.txt
Normal file
6
common/countries/Parlouwello.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/RepUnidMontañas.txt
Normal file
6
common/countries/RepUnidMontañas.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/UnionSF.txt
Normal file
6
common/countries/UnionSF.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/WGTotalitarians.txt
Normal file
6
common/countries/WGTotalitarians.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 255 255 255 }
|
||||
|
|
@ -25,4 +25,8 @@ LAN = {
|
|||
BOR = {
|
||||
color = rgb { 40 75 38 }
|
||||
color_ui = rgb { 40 75 38 }
|
||||
}
|
||||
GAR = {
|
||||
color = rgb { 255 255 255 }
|
||||
color_ui = rgb { 255 255 255 }
|
||||
}
|
||||
|
|
@ -8,4 +8,15 @@ BOR = "countries/BSOFS.txt"
|
|||
YXN = "countries/Yxginn.txt"
|
||||
CAT = "countries/Castaria.tct"
|
||||
ESK = "countries/Estalakerden.txt"
|
||||
SDV = "countries/Sudvinnen.txt"
|
||||
SDV = "countries/Sudvinnen.txt"
|
||||
|
||||
BTN = "countries/Bretagne.txt"
|
||||
AQT = "countries/Aquatuanie.txt"
|
||||
OCT = "countries/Occatanje.txt"
|
||||
ANL = "countries/Arañellos.txt"
|
||||
RUM = "countries/RepUnidMontañas.txt"
|
||||
GAJ = "countries/Gajaritas.txt"
|
||||
PAR = "countries/Parlouwello.txt"
|
||||
WGT = "countries/WGTotalitarians.txt"
|
||||
USF = "countries/UnionSF.txt"
|
||||
GAR = "countries/Garanatai .txt"
|
||||
25
history/countries/ANL- Arañellos.txt
Normal file
25
history/countries/ANL- Arañellos.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/AQT - Aquatuanie.txt
Normal file
25
history/countries/AQT - Aquatuanie.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/BTN - Bretagne.txt
Normal file
25
history/countries/BTN - Bretagne.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/GAJ - Gajaritas.txt
Normal file
25
history/countries/GAJ - Gajaritas.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/GAR - Garanatai.txt
Normal file
25
history/countries/GAR - Garanatai.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/OCT - Occatanje.txt
Normal file
25
history/countries/OCT - Occatanje.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/PAR - Parlouwello.txt
Normal file
25
history/countries/PAR - Parlouwello.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/RUM - RepUnidMontañas.txt
Normal file
25
history/countries/RUM - RepUnidMontañas.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/USF - UnionSF.txt
Normal file
25
history/countries/USF - UnionSF.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/WGT - WGTotalitarians.txt
Normal file
25
history/countries/WGT - WGTotalitarians.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 = {
|
||||
#
|
||||
}
|
||||
}
|
||||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = BTN
|
||||
owner = BTN
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = BTN
|
||||
owner = BTN
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = AQT
|
||||
owner = AQT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = OCT
|
||||
owner = OCT
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = PAR
|
||||
owner = PAR
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = GAJ
|
||||
owner = GAJ
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ANL
|
||||
owner = ANL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = ANL
|
||||
owner = ANL
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,8 @@ state={
|
|||
buildings_max_level_factor=1.000
|
||||
manpower=1000
|
||||
state_category = rural
|
||||
history={
|
||||
add_core_of = RUM
|
||||
owner = RUM
|
||||
}
|
||||
}
|
||||
|
|
|
|||
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