Big Chungus has been Introduced
This commit is contained in:
parent
ddf74dfdde
commit
7b4760a163
2018 changed files with 8121 additions and 1 deletions
33
Allfixer.py
Normal file
33
Allfixer.py
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
# assign directory
|
||||||
|
directory = './history/states'
|
||||||
|
amount = 3000
|
||||||
|
# iterate over files in
|
||||||
|
# that directory
|
||||||
|
for filename in os.scandir(directory):
|
||||||
|
if filename.is_file() and amount != 0:
|
||||||
|
amount -= 1
|
||||||
|
file = open(filename, "r")
|
||||||
|
content = file.read()
|
||||||
|
if not "history" in content:
|
||||||
|
content_split = content.split("\n")
|
||||||
|
if content_split[-1] == "}":
|
||||||
|
content_split[-1] = "\thistory={"
|
||||||
|
content_split.append("\t\tadd_core_of = ABC")
|
||||||
|
elif content_split[-2] == "}":
|
||||||
|
content_split[-2] = "\thistory={"
|
||||||
|
content_split[-1] = ("\t\tadd_core_of = ABC")
|
||||||
|
content_split.append("\t\towner = ABC")
|
||||||
|
content_split.append("\t}")
|
||||||
|
content_split.append("}")
|
||||||
|
print(content, content_split)
|
||||||
|
print("\n\n")
|
||||||
|
file.close()
|
||||||
|
file = open(filename, "w")
|
||||||
|
file.write("")
|
||||||
|
file.close()
|
||||||
|
file = open(filename, "a")
|
||||||
|
for x in content_split:
|
||||||
|
file.write(f"{x}\n")
|
||||||
|
file.close()
|
||||||
6
common/countries/Nomads.txt
Normal file
6
common/countries/Nomads.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Gartiva
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 255 255 255 }
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
ABC = {
|
||||||
|
color = rgb { 255 255 255 }
|
||||||
|
color_ui = rgb { 255 255 255 }
|
||||||
|
}
|
||||||
TST = {
|
TST = {
|
||||||
color = rgb { 57 113 228 }
|
color = rgb { 57 113 228 }
|
||||||
color_ui = rgb { 74 147 255 }
|
color_ui = rgb { 74 147 255 }
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
ABC = "countries/Nomads.txt"
|
||||||
|
|
||||||
AVI = "countries/Avvnie.txt"
|
AVI = "countries/Avvnie.txt"
|
||||||
GRT = "countries/Gartiva.txt"
|
GRT = "countries/Gartiva.txt"
|
||||||
BRK = "countries/Barkenia.txt"
|
BRK = "countries/Barkenia.txt"
|
||||||
|
|
|
||||||
23
history/countries/ABC - Nomads.txt
Normal file
23
history/countries/ABC - Nomads.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 0
|
||||||
|
fascism = 0
|
||||||
|
communism = 0
|
||||||
|
neutrality = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Big Chungus"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,9 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
}
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@ state={
|
||||||
buildings_max_level_factor=1.000
|
buildings_max_level_factor=1.000
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
|
history={
|
||||||
|
add_core_of = ABC
|
||||||
|
owner = ABC
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
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