From bed27d9b3cef66f9cf4fadd1167c4829231ea43b Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 17:53:07 -0400 Subject: [PATCH 001/439] feat: add new pop types --- common/pop_types/_pop_types.info | 25 ------- common/pop_types/_pop_types.md | 80 ++++++++++++++++++++++ common/pop_types/cwp_academics.txt | 1 + common/pop_types/cwp_administrators.txt | 1 + common/pop_types/cwp_clergy.txt | 1 + common/pop_types/cwp_engineers.txt | 1 + common/pop_types/cwp_executives.txt | 1 + common/pop_types/cwp_informal_workers.txt | 1 + common/pop_types/cwp_investors.txt | 1 + common/pop_types/cwp_managers.txt | 1 + common/pop_types/cwp_officers.txt | 1 + common/pop_types/cwp_professionals.txt | 1 + common/pop_types/cwp_service_workers.txt | 1 + common/pop_types/cwp_servicemembers.txt | 1 + common/pop_types/cwp_technicians.txt | 35 ++++++++++ common/pop_types/{ => old}/academics.txt | 0 common/pop_types/{ => old}/aristocrats.txt | 0 common/pop_types/{ => old}/bureaucrats.txt | 0 common/pop_types/{ => old}/capitalists.txt | 0 common/pop_types/{ => old}/clergymen.txt | 0 common/pop_types/{ => old}/clerks.txt | 0 common/pop_types/{ => old}/criminals.txt | 0 common/pop_types/{ => old}/engineers.txt | 0 common/pop_types/{ => old}/farmers.txt | 0 common/pop_types/{ => old}/laborers.txt | 0 common/pop_types/{ => old}/machinists.txt | 0 common/pop_types/{ => old}/officers.txt | 0 common/pop_types/{ => old}/peasants.txt | 0 common/pop_types/{ => old}/shopkeepers.txt | 0 common/pop_types/{ => old}/soldiers.txt | 0 30 files changed, 127 insertions(+), 25 deletions(-) delete mode 100644 common/pop_types/_pop_types.info create mode 100644 common/pop_types/_pop_types.md create mode 100644 common/pop_types/cwp_academics.txt create mode 100644 common/pop_types/cwp_administrators.txt create mode 100644 common/pop_types/cwp_clergy.txt create mode 100644 common/pop_types/cwp_engineers.txt create mode 100644 common/pop_types/cwp_executives.txt create mode 100644 common/pop_types/cwp_informal_workers.txt create mode 100644 common/pop_types/cwp_investors.txt create mode 100644 common/pop_types/cwp_managers.txt create mode 100644 common/pop_types/cwp_officers.txt create mode 100644 common/pop_types/cwp_professionals.txt create mode 100644 common/pop_types/cwp_service_workers.txt create mode 100644 common/pop_types/cwp_servicemembers.txt create mode 100644 common/pop_types/cwp_technicians.txt rename common/pop_types/{ => old}/academics.txt (100%) rename common/pop_types/{ => old}/aristocrats.txt (100%) rename common/pop_types/{ => old}/bureaucrats.txt (100%) rename common/pop_types/{ => old}/capitalists.txt (100%) rename common/pop_types/{ => old}/clergymen.txt (100%) rename common/pop_types/{ => old}/clerks.txt (100%) rename common/pop_types/{ => old}/criminals.txt (100%) rename common/pop_types/{ => old}/engineers.txt (100%) rename common/pop_types/{ => old}/farmers.txt (100%) rename common/pop_types/{ => old}/laborers.txt (100%) rename common/pop_types/{ => old}/machinists.txt (100%) rename common/pop_types/{ => old}/officers.txt (100%) rename common/pop_types/{ => old}/peasants.txt (100%) rename common/pop_types/{ => old}/shopkeepers.txt (100%) rename common/pop_types/{ => old}/soldiers.txt (100%) diff --git a/common/pop_types/_pop_types.info b/common/pop_types/_pop_types.info deleted file mode 100644 index abf979f59..000000000 --- a/common/pop_types/_pop_types.info +++ /dev/null @@ -1,25 +0,0 @@ -#example = { # profession name -# texture = "gfx/interface/icons/pops_icons/example.dds" # profession icon -# color = { 12 251 123 } # profession color -# strata = middle # strata that profession belongs to -# start_quality_of_life = 10 # basic quality of life -# wage_weight = 3 # importance of the pop's wage -# literacy_target = 0.80 # wage for dependents -# consumption_mult = 1 # goods consumption multiplier (default = 1) -# dependent_wage = 0.5 # per year -# unemployment = yes # can pop be unemployed -# unemployment_wealth = 5 # unemployed pops whose wealth drops to or below this level switches to this profession -# -# # 50% - 100% politically engaged -# political_engagement_base = 0.5 # basic political engagement -# political_engagement_literacy_factor = 1.0 # literacy to political engagement -# -# political_engagement_mult = { value = 1 } # scripted value to escalate dynamic terrain value -# -# qualifications_growth_desc = "ENGINEERS_QUALIFICATIONS_DESC" # Qualifications growth desc localization -# qualifications = {} # Qualifications scripted values list -# -# portrait_age = { value = 30 } # Age for portrait -# portrait_pose = { value = 0 } # Pose for portrait -# portrait_is_female = { always = yes } # Is portrait female or male -#} diff --git a/common/pop_types/_pop_types.md b/common/pop_types/_pop_types.md new file mode 100644 index 000000000..dbde1f813 --- /dev/null +++ b/common/pop_types/_pop_types.md @@ -0,0 +1,80 @@ +example = { + +- replace example with the profession name (_eg. engineers_) + +**texture** = "gfx/interface/icons/pops_icons/example.dds + +- profession icon + +**color** = { 12 251 123 } + +- profession color RGB + +**strata** = middle + +- strata that profession belongs to + +**start_quality_of_life** = 10 + +- basic quality of life + +**wage_weight** = 3 + +- importance of the pop's wage + +**literacy_target** = 0.80 + +- wage for dependents + +**consumption_mult** = 1 + +- goods consumption multiplier +- _(default = 1)_ + +**dependent_wage** = 0.5 + +- per year + +**unemployment** = yes + +- can pop be unemployed + +**unemployment_wealth** = 5 + +- unemployed pops whose wealth drops to or below this level switches to this profession + +_50% - 100% politically engaged_ + +**political_engagement_base** = 0.5 + +- basic political engagement + +**political_engagement_literacy_factor** = 1.0 + +- literacy to political engagement + +**political_engagement_mult** = { value = 1 } + +- scripted value to escalate dynamic terrain value + +**qualifications_growth_desc** = "ENGINEERS_QUALIFICATIONS_DESC" + +- Qualifications growth desc localization + +**qualifications** = { } + +- Qualifications scripted values list + +**portrait_age** = { _value_ = 30 } + +- Age for portrait + +**portrait_pose** = { _value_ = 0 } + +- Pose for portrait + +**portrait_is_female** = { _always_ = yes } + +- Is portrait female or male + +} diff --git a/common/pop_types/cwp_academics.txt b/common/pop_types/cwp_academics.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_academics.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_administrators.txt b/common/pop_types/cwp_administrators.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_administrators.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_clergy.txt b/common/pop_types/cwp_clergy.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_clergy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_engineers.txt b/common/pop_types/cwp_engineers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_engineers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_executives.txt b/common/pop_types/cwp_executives.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_executives.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_informal_workers.txt b/common/pop_types/cwp_informal_workers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_informal_workers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_investors.txt b/common/pop_types/cwp_investors.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_investors.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_managers.txt b/common/pop_types/cwp_managers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_managers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_officers.txt b/common/pop_types/cwp_officers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_officers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_professionals.txt b/common/pop_types/cwp_professionals.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_professionals.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_service_workers.txt b/common/pop_types/cwp_service_workers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_service_workers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_servicemembers.txt b/common/pop_types/cwp_servicemembers.txt new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/common/pop_types/cwp_servicemembers.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/common/pop_types/cwp_technicians.txt b/common/pop_types/cwp_technicians.txt new file mode 100644 index 000000000..4df09de02 --- /dev/null +++ b/common/pop_types/cwp_technicians.txt @@ -0,0 +1,35 @@ +technicians = { + texture = this + color = { + 0 + 0 + 0 + } + strata = poor + start_quality_of_life = 5 + wage_weight = 3 + literacy_target = 0.5 + consumption_mult = 1 + dependent_wage = 0.5 + unemployment = yes + unemployment_wealth = 5 + # 50% - 100% political engagement + political_engagement_base = 0.5 + political_engagement_literacy_factor = 1 + political_engagement_mult = { + value = 1 + } + qualifications_growth_desc = TECHNICIANS_QUALIFICATIONS_GROWTH_DESC + qualifications = { + } + # portraits + portrait_age = { + value = 30 + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/academics.txt b/common/pop_types/old/academics.txt similarity index 100% rename from common/pop_types/academics.txt rename to common/pop_types/old/academics.txt diff --git a/common/pop_types/aristocrats.txt b/common/pop_types/old/aristocrats.txt similarity index 100% rename from common/pop_types/aristocrats.txt rename to common/pop_types/old/aristocrats.txt diff --git a/common/pop_types/bureaucrats.txt b/common/pop_types/old/bureaucrats.txt similarity index 100% rename from common/pop_types/bureaucrats.txt rename to common/pop_types/old/bureaucrats.txt diff --git a/common/pop_types/capitalists.txt b/common/pop_types/old/capitalists.txt similarity index 100% rename from common/pop_types/capitalists.txt rename to common/pop_types/old/capitalists.txt diff --git a/common/pop_types/clergymen.txt b/common/pop_types/old/clergymen.txt similarity index 100% rename from common/pop_types/clergymen.txt rename to common/pop_types/old/clergymen.txt diff --git a/common/pop_types/clerks.txt b/common/pop_types/old/clerks.txt similarity index 100% rename from common/pop_types/clerks.txt rename to common/pop_types/old/clerks.txt diff --git a/common/pop_types/criminals.txt b/common/pop_types/old/criminals.txt similarity index 100% rename from common/pop_types/criminals.txt rename to common/pop_types/old/criminals.txt diff --git a/common/pop_types/engineers.txt b/common/pop_types/old/engineers.txt similarity index 100% rename from common/pop_types/engineers.txt rename to common/pop_types/old/engineers.txt diff --git a/common/pop_types/farmers.txt b/common/pop_types/old/farmers.txt similarity index 100% rename from common/pop_types/farmers.txt rename to common/pop_types/old/farmers.txt diff --git a/common/pop_types/laborers.txt b/common/pop_types/old/laborers.txt similarity index 100% rename from common/pop_types/laborers.txt rename to common/pop_types/old/laborers.txt diff --git a/common/pop_types/machinists.txt b/common/pop_types/old/machinists.txt similarity index 100% rename from common/pop_types/machinists.txt rename to common/pop_types/old/machinists.txt diff --git a/common/pop_types/officers.txt b/common/pop_types/old/officers.txt similarity index 100% rename from common/pop_types/officers.txt rename to common/pop_types/old/officers.txt diff --git a/common/pop_types/peasants.txt b/common/pop_types/old/peasants.txt similarity index 100% rename from common/pop_types/peasants.txt rename to common/pop_types/old/peasants.txt diff --git a/common/pop_types/shopkeepers.txt b/common/pop_types/old/shopkeepers.txt similarity index 100% rename from common/pop_types/shopkeepers.txt rename to common/pop_types/old/shopkeepers.txt diff --git a/common/pop_types/soldiers.txt b/common/pop_types/old/soldiers.txt similarity index 100% rename from common/pop_types/soldiers.txt rename to common/pop_types/old/soldiers.txt From bfcdc9f671aed0ba04e6c20038639023a6504be4 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 17:58:41 -0400 Subject: [PATCH 002/439] feat: update metadata --- .metadata/metadata.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.metadata/metadata.json b/.metadata/metadata.json index a69984cd3..f011442df 100644 --- a/.metadata/metadata.json +++ b/.metadata/metadata.json @@ -34,6 +34,8 @@ "common/history/states", "common/history/trade_routes", "common/scripted_effects", + "common/pop_types", + "common/pop_needs", "common/objective_subgoals", "common/ideologies", "common/laws", From 64db98145aaa98f2fe0f8a84bc79200370073431 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 17:59:27 -0400 Subject: [PATCH 003/439] feat: add new ig icons --- gfx/interface/icons/ig_icons/armed_forces.dds | Bin 40128 -> 40128 bytes .../icons/ig_icons/armed_forces_30.dds | Bin 1152 -> 1152 bytes .../icons/ig_icons/civil_servants.dds | Bin 0 -> 40128 bytes .../icons/ig_icons/civil_servants_30.dds | Bin 0 -> 1152 bytes .../icons/ig_icons/conglomerates.dds | Bin 40128 -> 0 bytes .../icons/ig_icons/conglomerates_30.dds | Bin 1152 -> 0 bytes gfx/interface/icons/ig_icons/corporatists.dds | Bin 0 -> 40128 bytes .../icons/ig_icons/corporatists_30.dds | Bin 0 -> 1152 bytes gfx/interface/icons/ig_icons/crab.dds | Bin 0 -> 40128 bytes gfx/interface/icons/ig_icons/devout.dds | Bin 213388 -> 0 bytes gfx/interface/icons/ig_icons/devout_30.dds | Bin 4864 -> 0 bytes gfx/interface/icons/ig_icons/elites.dds | Bin 40128 -> 40128 bytes gfx/interface/icons/ig_icons/elites_30.dds | Bin 1152 -> 1152 bytes .../icons/ig_icons/entrepreneurs.dds | Bin 40128 -> 40128 bytes .../icons/ig_icons/entrepreneurs_30.dds | Bin 1152 -> 1152 bytes .../icons/ig_icons/intelligence_community.dds | Bin 0 -> 40128 bytes .../ig_icons/intelligence_community_30.dds | Bin 0 -> 1152 bytes gfx/interface/icons/ig_icons/moralists.dds | Bin 0 -> 40128 bytes gfx/interface/icons/ig_icons/moralists_30.dds | Bin 0 -> 1152 bytes .../{vanguardists.dds => organized_labor.dds} | Bin ...uardists_30.dds => organized_labor_30.dds} | Bin gfx/interface/icons/ig_icons/patriots.dds | Bin 0 -> 40128 bytes gfx/interface/icons/ig_icons/patriots_30.dds | Bin 0 -> 1152 bytes .../icons/ig_icons/professionals.dds | Bin 0 -> 40128 bytes .../icons/ig_icons/professionals_30.dds | Bin 0 -> 1152 bytes .../{rural_folk.dds => rural_communities.dds} | Bin ...l_folk_30.dds => rural_communities_30.dds} | Bin .../icons/ig_icons/socialist_old.dds | Bin 40128 -> 0 bytes gfx/interface/icons/ig_icons/socialists.dds | Bin 40128 -> 0 bytes .../icons/ig_icons/socialists_30.dds | Bin 1152 -> 0 bytes gfx/interface/icons/ig_icons/urbanites.dds | Bin 0 -> 40128 bytes gfx/interface/icons/ig_icons/urbanites_30.dds | Bin 0 -> 1152 bytes 32 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 gfx/interface/icons/ig_icons/civil_servants.dds create mode 100644 gfx/interface/icons/ig_icons/civil_servants_30.dds delete mode 100644 gfx/interface/icons/ig_icons/conglomerates.dds delete mode 100644 gfx/interface/icons/ig_icons/conglomerates_30.dds create mode 100644 gfx/interface/icons/ig_icons/corporatists.dds create mode 100644 gfx/interface/icons/ig_icons/corporatists_30.dds create mode 100644 gfx/interface/icons/ig_icons/crab.dds delete mode 100644 gfx/interface/icons/ig_icons/devout.dds delete mode 100644 gfx/interface/icons/ig_icons/devout_30.dds create mode 100644 gfx/interface/icons/ig_icons/intelligence_community.dds create mode 100644 gfx/interface/icons/ig_icons/intelligence_community_30.dds create mode 100644 gfx/interface/icons/ig_icons/moralists.dds create mode 100644 gfx/interface/icons/ig_icons/moralists_30.dds rename gfx/interface/icons/ig_icons/{vanguardists.dds => organized_labor.dds} (100%) rename gfx/interface/icons/ig_icons/{vanguardists_30.dds => organized_labor_30.dds} (100%) create mode 100644 gfx/interface/icons/ig_icons/patriots.dds create mode 100644 gfx/interface/icons/ig_icons/patriots_30.dds create mode 100644 gfx/interface/icons/ig_icons/professionals.dds create mode 100644 gfx/interface/icons/ig_icons/professionals_30.dds rename gfx/interface/icons/ig_icons/{rural_folk.dds => rural_communities.dds} (100%) rename gfx/interface/icons/ig_icons/{rural_folk_30.dds => rural_communities_30.dds} (100%) delete mode 100644 gfx/interface/icons/ig_icons/socialist_old.dds delete mode 100644 gfx/interface/icons/ig_icons/socialists.dds delete mode 100644 gfx/interface/icons/ig_icons/socialists_30.dds create mode 100644 gfx/interface/icons/ig_icons/urbanites.dds create mode 100644 gfx/interface/icons/ig_icons/urbanites_30.dds diff --git a/gfx/interface/icons/ig_icons/armed_forces.dds b/gfx/interface/icons/ig_icons/armed_forces.dds index 709bce9406e8022578a1c361a0c173969d82edfc..e7088b3e23a2d09385f9613ed2f41d53e62f6e92 100644 GIT binary patch literal 40128 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 J;Lqjn{|j2lzp?-T diff --git a/gfx/interface/icons/ig_icons/armed_forces_30.dds b/gfx/interface/icons/ig_icons/armed_forces_30.dds index 91b114ae2e65e7f976fad92f05aa731c60bdbf7a..eb94a3d224203041b9cf310bbcdb1965386e00f0 100644 GIT binary patch literal 1152 zcmb7DZ%kWN6hDux?b|{M3vFj*$dkW;C7Q)-iDGO~oVLakSl?r?X)TNy>MF!PO+*&N zO!vWP=}2|PEK9_yG#HV|GsXl)%sO-(pq7=b$xy=}22IDHn_c>PJhxas?TaUQ@8);! zIp=rI@7_~aw@>H+08Ks*_t45d*vx+a-vkO_p>_N1yYCpCf5+X-=J4wPBFAx>BH102 zoi*P~6AoG*&GE|IwIrfvoUnfA?Sk3an~1nBjSF=C*87Ipf)wIHD)I%LSDy^mYnwInVro)7_mH?mjdxw;f=( z**jvP2-%XEH`> zdB}g|=oYY?D6_m-W{d(5y}09|{Ni#buCRK2{`T^c@I=p*ptpV5=Gtl>3I5TXKI-8t5mATjnku#mG0^mn4S#{qBM{& zB@k^(%)cH$KlqzsTcoY`=+O@OTY`87&J?NvJ|cdHeihNViTciY;>%-<-(@H`JEDzy zv?-4nAU?mZq2sCWXKSUnhAducb_JhZv8|cV zo6gj022~g>qvcio$Ery`P#rW6E#hk*|A?7-Tv8y2t_nI(w@+E=7|angR&~)-{Cd}n z0Ex>zFK<4q$&Zb=WA{=0)V`gZGsg6$=g(=aN<6ivv+#pZAFr%O%nw~GzR`;_=waS zD)0xF6ZkJ3tkAqkWLcaTBYsi*Z$u=THz2J0In)|sPl~Xeu(}oRuV^i)$UOoOBwX|h oJ}_DE@Z<%$KNsO0FZI#930A0KU|?Vu;9!sg(jd&h0wPEU3P3F&tu7HErdV|gU=;-mG6Km^Ab_bDD1H}% z=OmSrb0xU4LGHO~Dt3NbqRy$y6W&Z#U8gLZ=Rc; zyg&E#WJQj+2CY@+89YC!yx>2pRSeSq=K!hx5xKf8OXXf?%js?f22<9~#&?X_x8H8L z5W~MUQQ%*;-t=n>b(2*5n$)|R85qJt!(#;RTu56Sw#og&mPCQCQ+t!0pD8(--pE_4 zRqe=eh(}xZJIFmgP3mtZ1KkrI7DLEA|7{twuZH+u)tR%@@!{v9qFP4Ze=VNV1u~)( z7{aG6RsFA9_KROq!$EhBi{X6M#s-!1{4pmd9Vyb8}uIdksKETDTMfPj$wuNhb}d)nvtWi>l;ELwa}SM-CK{=eEE;vn-?xtkK+ zv)^d>8=$1h4dkzgh>H5BrTv4E%{29NcauaPx6%aW0|wC>&wpC(Rn5S#bkBwb?5`Kj zy*b_Y#)>QjhKQJua6OlX+hc9SQd(e=cqwH?R=EcA;zqf%Y?cx8)@qcV?cmdU~cvT%Q%i!@z1(>8B zDS+aO^z{9e!E)jgp#I!73JhC;`ZJ#TH|1{2z1_QpfnnAE&`^z6Cr=&(^3{OuX{ZYg U)nf3N1hS7=lRWzfg%7pm0TcrXV*mgE diff --git a/gfx/interface/icons/ig_icons/civil_servants.dds b/gfx/interface/icons/ig_icons/civil_servants.dds new file mode 100644 index 0000000000000000000000000000000000000000..b4da02c9add83253da5769242eda8c9ca4397a68 GIT binary patch literal 40128 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 IeW3pNfAtL&2><{9 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/civil_servants_30.dds b/gfx/interface/icons/ig_icons/civil_servants_30.dds new file mode 100644 index 0000000000000000000000000000000000000000..2333cfcfd69e5674f35920f78fea7066aae2de63 GIT binary patch literal 1152 zcmcgrT}V@L6hGV4-9ggLv;_OO)-rtPi%bj(Gwfkf^x^KTNF>F;#S|*UnzXW~3epV~ zHU!&B!Amhj98s7^Fa*g_nWEyN9{O0|(wsBhb~^uSlOBBOrNjN;chCQv-}#+$Zed}u zP!9lVo`Ws)W;Z0T$G@9EAuP1;tp32N(fq1k<&TIl{M-Bgu>c_Ub>&JPQ%3D{#2=<= z#MTbTgC;E^UiiYW6o_NQJ3NSp$sawtG#FMR7H}Y1$~e&3w7R1yh%BEZF5?DDagqFi zZFFK;-DL=uL3kB zq^Um5>ShqjY^}Wlpu~w&^C>a(`C^FWd_T^IQcD}7L;2C66PIZ=>-d!ktf>IdlWB52 zrpf9C%<~ezLbNJ3Ei~d{JDwW`AbO`#2IAR)m0^_uemo*?oA4&lD^LD)7IT@i4T5g8J}J+>URW&gE4Ipu%l%iWREl_gJ#7GXheL|vbnm5o7^$zp z96Zg5p8pk(AU!{}qjma%cKdN;_a@eUO$MYi--KNRXX$9vGM_2x_5f=c- zH?Zu?jAv;6RM0X4;sbCKexo>O)zV7K^CGONz&%;z+p_M_c_tuZ821mXKQzGfSO{;Z ax@}_mvWY*Da6F&y`ttcW9(zvwpa{kHkG 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

~3=izaNuzInFHjqfF^IpAYh0y({+k zdDxHHrJ{c%j|;F*glv$1pNaS%(n#k2637#m{CiT!w<|GUyeRG8L>F2vHL?B>|L=_$ zTgqs{3oir^#Qug`k-zPd$3u81ICI8_pFdP<6#RU!aQEI30qlK*4@<#C34cU;EP;mw ze;mgR3Aa5+_P@FnZ{(+Zp{lhEngEMFnJ4>>%TtBh$X_7;o&h~yx~0hHdoHI->5p3D zJhwj=^;69okk3B!^uaZ4TcV<_^u+n;x}a^X9{2;0FnA|7-jezbCW#5%@;{$o7%2ckug6b@2BXO7VL*m%&ey zcI?V2LB0`JY9xO<*C+4A)Do(=;n?qGJX&<%)m7j>jfgKDxAXw`|HO$5#=j&lik%(P z868gYAz7|>Abv!-o@8GO{EdV_uRk+1!Uq4TaeAQ0&pSs=Jm5$Euk>1qSx?y?pl#R} z0owRnE5;l1o5@33C%_&^Fph9$t$M%am#Tw>dVez>B7cv2oahfB ze-Qj3QhW>YB-f(lr2H=G&+Ar;mi3=#i{(B1{w-#KAJ@A zh(9FGPgXzNpW<`>w)`leclaNskNl_8(ZcULuNU%_9az7%K=J%|I-NL**7LUX1@nGj=%qp4f#{A^wZ{6QRD6)02LM>M--!8_7 zP|d&vD(WkHK|U0wrAl}a@gV2x3beksiSb)6;0NWXrLM`Sk2}^o3fdXhk(3-?Kakt` z`tA*(YJ9I6-`mfj9uE9Y(GIGASjGANzE#hmzQ1SHgS*qmA9A#Zc;2)MjDyFGp0~yG zrjb2`U;B{Ho9>19_>0Dbw`v7>yQWXAg-#?fWpq49@vX6AYyY6<$}cl|Eqk$;@6=P#S#AJ@%JwYKX0OR>JL9IV%>)c;xv z`^0n(=g9=&JnQGrg_He4{1e2bp9@v~K90A;?0sL?e>E4dQdxha9%!1mX>{5q_WUCa zDZv-;2Ynp*jdH#}*|Vspmh>;eLx4tU9~>;~NOI)@-+p?;E9w5BL#)=u{&6d)K92l9 zbbf$Zd&5X&ecU(wJ(KR^8w`Jl^7kxmuAaRkN;f-a(+n}*;CTh}`RCOCqVaGj7`{yL zEo)PF55yyqFrSN6Vtpzbe*ky!igJFsfA1$+oB=jp*LyzxE*>*l=kt4fn%Eda3^zxr zuT<&bAO9YI|DiA9Ij<>iALMom?{1o~j_+3xup^-eG`f*?V#3cC_2roOX ze&DS)CVbRdaGrToLqD;8^nq;Po9aiYJ`R81*Zhv*#;iQ8*pDCvo>Ime)VB@P|6h(b zTyK8;|NVX4>s#6RNrVrwpE~J$m}@ISQ;`n=_V$SSUtVah62zPF1I{x2X(3MY z_&tZW`_)=D>P;vht=0h_=YA1>?rzu%5P$+ce!%l2|9@ZKpT;lFz_;Cx2_MSeTlx}* zCq0LJfL^da9MC@+ZW7PWcy$fFqo6BKiRZ&e?W@H0nwz-y$-a0BbTsZ4&gWLdn}1rb L@3vlFH-G;RrSm#k diff --git a/gfx/interface/icons/ig_icons/conglomerates_30.dds b/gfx/interface/icons/ig_icons/conglomerates_30.dds deleted file mode 100644 index c6e232383cf7b759692e712129e0e30d0e46d5a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1152 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 G$NvLWF8kR4 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/corporatists_30.dds b/gfx/interface/icons/ig_icons/corporatists_30.dds new file mode 100644 index 0000000000000000000000000000000000000000..977bf0dfb0e247b8d9da82a633fa8c755caebec6 GIT binary patch literal 1152 zcmb7@ZEQ6O2vPxR92`cU#nPD@HsjTxsh+v(OkWEY~ zB=$kQtaK$?WpNWmHZR#kZA-kRapNUn-Zt79W3)TY)9E)~oaEm2_dMtP&&%^%t96ZO z9{{9^0%X!Jdw^%J|2Gqbuu$tdY2H7h#ec3Q7Q^2FWS`HMQmvG!O7Wtd!yw23XP&lD zDGLw9HZ4FC$Xb2g`1OOOv6qop(+l$Fc}@1|;Qp{T9{$S`-%0)p`*UP83G%7cA5tLK zW6rHIJ8zOd0GF)bV>7WNNn<=C`O*-;=d;P9LyE+hba6u@G!N$t;Z0DmGLV@%=c zokNJ|9mSZ$L@8EX6mK|b(`2-h{7@}2rVO0!x;xr-c!kRJ?P)w`T%M@+J!4uCwZ{fs zk!a=sV^P%Wm-bP-d-#p>-c&&lvc-w77)L{+sDJW5UIEMQm}w-XeN?=hpTFb2Quekh z5<7_?I1E1D(hxO^139xvkE0IKTZ42Sj-I}UtQxx^@A-V!o9v1NQ@*rSjn_8zUON-t zPW|cidQHlMoZ;!MUy;pMwA+E-?T(Tl_V$5LFf$OS?ol?ts;}ll9+qE{GU6M{Ri(^$ zh2jme#%BD1P59G`iFt7xcv@IJ_5$mJUG|~@Pv4t`4N8=#+1A#iEb7Xd; z*;-{e>;IIs2eG3yHf6>W5CR1mc{Q)OBFd*Wex~~+ua$IP6j!gZ%^3a8<}W*hF3Q$D zBkaG-R3uyba5pW~qQBWB@FH+Y{nErf2T9)A?5M6hTldNPmX+Jz(V+q~HaH6=wGoC& zQtljJdN!$OdvG$#f1X&T0kBnO?`R$xveX)-c&}1oWar}~6IH|9ouCJzl#Hp}^z8{JweV%wiMtgbI;N~no1aOgf;+$HY8q}%hC?DHT ah1(~X|7OxZMV!=oxMxH!$zhhC_WuBV+nH?u literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/crab.dds b/gfx/interface/icons/ig_icons/crab.dds new file mode 100644 index 0000000000000000000000000000000000000000..59e7450b2fae5729dd126a9ad6a3a4eb2c17f1ac GIT binary patch literal 40128 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 X>jwX;xm)_<4f@7>aOU{`m>>QZt|6)y literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/devout.dds b/gfx/interface/icons/ig_icons/devout.dds deleted file mode 100644 index 561cf425db9b43c611b97e8bd4345100da26e69e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 213388 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�fU{7$5lPi)l;!KZ=npCC4RCC0-$h zAx247?!X!yqwW)-{1|=AX;$7^1COR#yUqEYn9A33Do%PBFa0F74$j;F&Z#Z^n*{7W&uwvi_`nzl zZKhouhZpdaHEpL203Ogr@+0yUxMKZ`zQ;UY#z8AL@;r;?T&`n$hB}z8E&t;a`_%XJ ze>p28w;CZ^h!iM>j26i2dI=qcTLj`-Vl3B(v~fhj_%|-D?|>WlcKU~YV%)r^fbSR~ z_z0l_@E6#7@yW&>Hc!_1*lPIWIbZ%p z{v*oPZ^^?|$E}sm(Dy7q6#oa8iXWOE90FgoJ*RM-X*?WbHlI(|f1X8t)UD?|f4Sw> zo4?tmTgSh2>)H9E`8&eQj!T)QZg;5V0dvBLuWX%7zf1em)uvSLL-`564{vOqu5EmS zjmNaM{zbe;0aEtf-C`MBaxps4iVl3XHI!E&Yg2WfSZ(?b{ANxPn<$&b2 zKqwT*->6|t5{3x<1Z)vL1lz>eEd7DaYU785@NZgNZeXjhS#X1zF8$P1An&06=*QUt zzJqb|x?w&KK9{oC@531BkhSZIui!wObjK5icw+T%#Z}Zxqs5UZ)sl#_I8LnN+U^+X zBj-`8jTNuRd*KH8G;6*eqP!-we4=s=`5~RlTt{>n4z4+!V74m0%3n0=uh(67?FHpU zXKwl0SKhj_!)-s#ZJhPdrVA+=ADnA--j03nJNnI}#eQlBHDu5D9-sM5dwu<`J*MNd zop!(()`hEh_FVJCw1yX!8ybTwQe0KEhW`fPeOdu}R(P)7u@bKL%SV`5Nh9CVyBd~D zcEng2LYP3jI!b8mL%ycZUliKnED7P?xLnB%Y?d2W-J@;lDvt?c1Y&`3fqpIT)Z_Mz z!TIBVLH>*$5T}RAwiA=YC>9BmJ`-=DXXr2b9x0%2@Q3rsBRB_rjnrYRMdjuW9lRe2-X=ZG1+)a*ZtcJ@~{vwgEXv z)h7Lilzc{^cmm4ABWhV`3;q5yaCpz7;_iI4kN7lRV4nMAf!fCd0(r=t0=ZvXoFyUr zn--TFZqDIy<5snYS|jl=an*2vJaV3pBoqntL%kn(VP4UM_k&gQBu>JP+qgw~7A!wP z?rif~VlLTc^qsmEYjlwF;Y8d5Z>w*N+gVPC4?J7tK4V23H7jqlnVmnz%%ip|1dA{B zc;Q$xGk27YwKkqhF z+8A*X^;%*m8(ZmqxEJn=co7cR*iqk2Z)CnD^R9Sz5jnlad-!h4`Q#kLRuvkr$Coh1 zlB08~HTR`Vwcen#QQy1u&M&W4+bRWW9ONPX!dQX&d0zqBbh|*VPQT#S@$YV*X|rwl z7fQgDv&#+q_?HCydIzDqKuu++fNdkLiWPE&nw|qYADkLL z7}I8a1DhTt`%CO)>rJxx_yFubJ_VqEC3;>7yX@IN+2-Cs$|tyHpg0j!G}iJ39t32M z^z0KaI0lbc<5yOlh}ZM8$$uO0c-M<+<1uLx;|<3&ck<+<;KzTk=4^r~T&J3nev4cj z`;V>1_woD0P05QjUtW5iC?7~XMIAX>zK`p(zeK)(^8q;rT*;R1mnxR3l)ordzEQq$ zuAZ4^jsVZQ_$e3T-NAu6#&aRO+hxWFQ|3PYqI?K>NU@MC1Pk862w|XrZNf%jtMKP; zF4D#k3FBY9d=fW^b;-x!2L8Rj@Psg4m?2=}Y+QAB_ggp3NFVh}#`I>13w{|Rj91c7 zMn#@&L2uRDxN$JL->`M}9)|3Wsi>YfB4OHPbZluwJDW&XbEE) z)XU%lZPBwJssY5xmqnA$u-3V7+vY-QEAbXOPkU4KeRzRCf-Cu&x5BZCjhb65ek@Qu zpi(hbu4;7EoArJO&5JD8u>#F;$<=qV8Ux-NGQRIIwXs&n6Ns|{1#A&E=|Q1~Kz#(8 zh3&$Ik*~LLL_+u%E&q%g#JYD0U4{Dv#&q%bB=Q$ z35O67|x#f56= zezra*E%vcRn#j`0p&9CFb2;bM#*edjHBozh8IlbJu3I zvqH!cq6BOaHFRu~n~PwxuwB@&HjYRL|Dxs7xIsQhZIRfQe0-GPBLoZN9MmJ{5A%EQ z1!5?4Np&mh3-Ae%HRRx)oB~b|j{x!pd z9d16{up{*MnN9wtctfDgd1yCn#do3a_%-q(o4+g8;(qWg%t_LK{aUgn!ZU-{A(esz(L5;VsM+sL|v9Yllwje>SvY@_WJ3 zXXbfOiy~*RdA0NmTTD&?FKmrT_8I;2oIBOVGUz0+5qU&F=1998qVs0tjIyy4--R!5 zVMfkKJC}r*YNo(?x?;Jw1~1ciBvNDL>H2Rdy*u<`hIo=;E_tt^c9TF&YQYP##gB7>RfazX4aGR6D@0Fz<>y0^Y>b zGe?*48qLquHs9skOnu*zo4_6BD9f+NU*Kyv7hWMRcvPih74jjVaP{o>C(U}~yxKTl zzy>7?A%d?!&5(Q@f8LrSZme}>&Q2eS|I(B<$OaD)2$2w|EqM<6C9AFq1w z$?kjO=1+Skv_kbKaUxK2pxk+ap_T{AxuyH!kL5-PV-(VLVlBR7bKM%%W#K~hC<~v| zVFsY{-pNCaSMrmV12c8pJ7t)emh_~V5H-k5j2>jq^VPZVDt3XFsn{|{J|kJaBi;Is zr3b^`e_%-0Q)=rfp-EUKEEO7sm8$cuA3m+$Gh3fcd4KoUv(155b8JmFUU>%fvm~_> z|A6k(<^=f-KEs=AV!%)R%-j`*4^?Mu=*AYmc=(fcOkn>YrFm5*0#77vtj6s_Ss zKfH^A=cTB7!4aM_Cf3rkyi5JxeSA#sqiQF)NWPFL1Pl0YY*lNHxUm)-xj|^-h=lOJ zSU!y#ZcKG0H-hwgu|l>`*{SF4n?p*+{km*RkktWl+DL4x>>+j5Ak~n_FQ&u~vARAZ zOZ8U8M8sf>QLs%uGFx$$Ps&sFT+T=T0lB@m_H)c9^(o~f!;N412)pf{IYQgRJ-&o% zG7chs7Ok6YR-KI1yQeju{dByUo}ij;`*!eRp@1!}5vqkcfqhMPb-rcms$&ViJMem* zIq+JpS+GCE#(ef(bU)k|d3OpilyVL1KJgfO4AVm-^PFA$3KZ9 zz0YaY49(}5 zDE%H~bw6C=70mCz-lO}$%5AOx(0-0tj%Xk86z9xT3>6?=keAO?UCKXegqbegpAz?k znJW0Ei5to<$X7UrI14{DGjEh#bN%pY9&FJCcJbu0a^t$awnxWngseK%)? z=Q{9b!S)cnLzQ>c>woAP{eRczp-$V>)+zzNjsN~6j&#$0{K%(qM2Fj!Pm#d?lp9lZ zEw~XQ;5W)|>-5!i*~@%>vha|`eOG9FPc=$pA_)APx;z0|4Dd-84T zGsKrH`45|uE3V4IhX}-489Ig^Ayy(jf**iwz%{bvf5_=e^iaeH zGoqe6qxQm$LIEzo?=WGW5Ztnj9cJvNMDJ#6n4328mDMNXKHB?AmO1&oB2&LF#Kus> zKI8?&Q!(?2xAa`cN_1Gfk^W}MClG%z=08vOiBEBLJEIBTqxZAO$Dr$Z`W}2@oA?PI zv3OUQ-oLGPwQSW~6YYabT%Q^_HGyn=jyRfBJMA|;2Xv&)(Atm8(`WLLF~T6BzW_%V zA8E~z>-CvYQahKVEk}&Q$CS zG)YS|Pf5NbT3~I*GUP9)JK-b9GZGsZM`H|4?`v0V6{a{SqE>O1YOx{8&u8bW21SiZ zbt&}U56BPstA+*mOg)Qps9OPiMxee2IL3EVm-*@)Z=n{Ed1GI`;il{A)o!?vB18!A zocbub1OfzN6z(rmD7&ZUZEKniM!mD~e3Cizja;+u)htuJga4^j>?9;D@|Mo}S$_g2 zY^*D(r8}*J<9jlN}DN&wOxJI#+zF)bCu|;wje;bQ6 z=y{Y{&6ljy`J4wgs|9>fbm^pD_ITiK*N+ei^lwL>9H`=cs$&sFQ0CLm2;4Hpaa;>M8*Co(h2M( zx=(EudrIuZXU@gXFkgx}A(tVY_m?k0@8QUFjScddadFEBYQ6$BEpO%Qto?M3t#Qeh z%#&YQaxm1aI~#8bmrZ~B&W<-X=^ly&{6@GiL*Smq3B)2`f&fpb$JzVTctfRs)DurH zlnl}@rYg}*}b5EFq5@@&CpRemBYuue{g{l6XDBs2R`K>fvBfrV_m!qcj-=j8H3)FrY zs|^u8i6gE3$PGHDjUy6*mQUiwP1@hOPW5TrsOWs(9a|#H#{IDQRHOl=n`he`oY)Cn zXUu~7D>}_s1lW z_8|ejj1h=U(5+;lNONc#vln^4y<5KH!p|$sh70l5FXAU-7iivzblo$q!T$_W(+W^L zMIOR)B3`O*PqpX3j~dm!(f<;Bg?vgr=PITu)#vKXIwpSt@GV?}F%iz?n)s~LrPP*H zBhzm(PX+Khpka6Lue|0we(0KZ*VL%ppTrSjEjJ(OpzT|PFA3O4Y$Y}m9r?U2ET4@n+q#ai)CxY>k=m91vq1)S@Pu zIjU35l}(>zW2Vubm`kw~u@}C8yn$SrZR;DPSN>T&B=$icl+G?&rxV5FHX zPT_BCZmwg*TEt`QhhNmV!ev_<_6O_z(qVrdI=Sy*wV8M$r{x}IYmMK48v_OG0P#jw zp_|Z4fG==_xXWJ%7w|i!J^OdqP`G0HZ%%$+|DW?pnzi59{xs<;xmISApK@l#I22bk zPq+GBB|lcNk!PaNYo0NjW^)YHnJrK73vhyS%2a1#jV}VZ;sV!7QQXFMsqzkv*XaCm zt@$ndMv7uQ5UsjM>T(~&lyQHUmonnyb=SAAQ@dS`1Z$hvkvI}xiA}gypx?2L=mGlB zUT}3po1eRdd&frLPw}hN`)(6D3B3jMX1Fj_Ab*V!vW1FHy>8zeRy^j1tIkE6EiWXR zWyeCLj~WA)ub-v77=I8f9xz@oo^Qwg{PpD2`(u%j#!h%-&Zr-wjP0by971Wk9S*%;+VI6p#V^ z-AQnB5%l5n>_c3;fDG`bUlj1K=mvHay%;KBV`mAjUX*uzpu>*jhABVW_ENH0b3VpY zY!CE|ze)EQ*FaCHPhrpD3Goj306ajq$(yG#exYr~`G}V|$6srke=7%PT%6;9$~oNl z$y@VCe3jF14tWI}A#SsEE%_DVH8?m!zhAm#mRWWv^uxJn!!KQb!?pEle}O;@9xQkZ zqXc5AJ_5EAUZ5Mu;A;Z56n%js4+&2RQ-nYvPQVXU&4_*C?4dVv|GMs(SdDQrN0;}{ zPZuBboQU+dXti>8aUyjY&xm--_WLVF^7xe)=`*@spmR7cPsdW_ANX#u&f(m=l{#O? zE?-OIN%#=rDL9C|iDf>Q`~~aa3f0IZ%UE4IaUtB9qW2R;nWNv#dnYJi*iqWt(stqi z*N4*2_{weqa&UbJcC(#;u6*7W?wNasAJ~eo2@1JY?34e~Rx;8(!l4mwFZ(V&vUX2g1d9`dCyup9KhiTGzJHJGqiK*D0 z6f@XNhzQP#6jVron`%VE~;6JewUlP!f+Xegx{-t%CiS5M(=Lt2j1>?`{yp;Mr zww-(+Q|m(MH#r0~Sz@jn$kOZUH-X-<5n@ZH#= z@#od%a)JJ&U#APm16#p;x;_LMU^m?uOPimo#pMS!;wAz8z<2Zzu$RLHZvlIoEEL`U zSm!NyE4_cc=9y^Id^$q$i*j+*W*OI@ub5ZPoG9{d;vMWdxrOT!?0)$L^q-vDNBuTF z;&D5VaB8CFV2LBdOw+W@ade+GbFC&TW^zBXkMZ(J>U)02SG35+x!M?&Z0rq&YVkXY3-mEz% zo5;U;Uc_Iq)oj(Sf;{}t`Q$1&x<;9{iM_HKeN_k7oP+9#n)}RqDHuQUQtmZcwQNsr z7gnu#HmYmm%ULHa^)?%oBPtetKYO9q^DX~n2*-nj$pU#6GQmD_&)5oNf&D~RK5q;6 zjBP*$=mxQcYb&v>UaXEs2=_=q?kqsR46GDX)q3GsYZ(2GfYVcc`(p~I7dQTjcq0i*i zZhVC<;|mJJkxFrb_$i~&N9THS4>$hGU&VL`{9*12^)Kcv&Q$G+|77FYD{5qV{&>FL zW3A6zkKdRhdxdOforH-)_7ZZ&sa+GPS#dYz`PyJl2kP z&n=S=QEovD1wW|E5c{%*JLDUTb#Ojw^xseU0`Zhzi@w7RIN+TsUf@6EJE&K=pNSEI z#0R*+cc|rZ?YKo#P4SihQ@c0NEIgq9Ph0BsqfXs#U8Q!H3B(YQ0z986JSm_9J%qaj zYyx)Df zfo`+5`?W7;xd*Q9mn;6N-om?om{X6nT9BKrT!ODr+SEN6l;DD znd3vSBh(E!Z??vT7#l+NjHQOFZn5)~RCDw@d4K8J`;Jnz8{6S4j1V3Yx(nnWZT$GV z4!F4oHWJ%9RG20NfAK3{$g15Q^!ARIlFX80!5VARe_S;C+B}e4(DsA;2KgX<1CUe0 z8T<)g&ItSQ_2@pi2V58*@tDmsh?OiC#DR(81^Xw(JfUsIK0I>|r;88NZi%rOGo-Hz zHu{_8XTwZ`{6^VU&2Me=`enaIJ8x3E%Y{sVn!+pru5(ZHe^0@Uv9II?KGg+0aXEs2 z!Oy@c^amMXL-0p%4;{l6mwfHcFE>w(81zQ+66#kx+u^G@CH@-Uo~0Ttag%Znea@EN z;{!_N6RI{b20qLB2hM>b?8_2|Qgj{8=Uljg&qk(^@*C6&iKAS3&n+9L`jzHlO5O<# z;*rinUdVc~KBM0)Nr zpO@A>8*5UVHC|gMpDkO3Z9?A}!z2GD#-*l6y$at>yv6Z=Y}tE_)44vMTms)=#|p&< z_`*K?$7J!u%}W>y#P7JgVV;$J4vIWq*GybC&1`%=&TM)y-qh@wW&CqS{I35K_wG`g zD+KzTxX`W75Ia09^b+94Z36d9zHyy^zi@fcdd+^0<6qzs{-&b<#~u{m9DWIo;HU6c zrHZwhW+y%M4dNn~2W*#Xu0K2gb=v~DZML!!yabAtaSwYEqPh17x zBIPGCntT+KO}E#DJNS**1yju&aRa$i7l{`)l9ZpvX@6jm>Upvy*fGxE^-_vC{H>f1 z294^mwxzvcTKfpY1?~wSNqmKT+Ttru3_;(MlXVgL3-tR`Ay`OxVDLRn#hd;AT)4^K z)G3b1U&}ks^o~N=uu$~}K7Nku7MLmh4U{jRQ?6$)v}WFjC!X@?H#$yULLNb_g?Z~7 z2maZfnwG8YD*s>{g!AAa;~w@r?VFK5%2e*2Wtz`~nUd`@;MecF^t)@1+FB*#2ysG? zzX1`78Hodx1Z`kvh4dI1|@IidDD@eNa*^hVU>GGAPdz$N4ax8N8Y!5<+j{1bjE zN`NEfx7_~4=J5Q{KOm1NT;s32Tyxe1d;zGE?$1}9O?F&)2)yC>5aws`{ss@o<5QJa zCoG(HIY!FTd;nr38$*>+tCDY)tdS+apRkYEEP1j1(?NYgY&A#cE{`C8u5zqzhmH5)N9oqa{E$9UIjtty>zen5Tpo0bMVxSN&Sr$Gr z;l8uE>wQ0RZ*cdKGvE)(Ne!)Xr)lkM;`W zO~i*IghvFp!M)M%#MQ02(N3Q&KfZOA$g;JT(mYoH7drqd9S>l$(7!UgUUz9$@M>qTEi30VO^kooTE0#-sqWO z$-w4c(*NK})jlK#8F8{@Rl8@Kov)^tEf-1iA)s5_PNs5o~;rI@6gIUTE=|jdV{H52_p*-~{#ZS_Gw#SA& zX2yg*YDR|)wD|^gD)No-E&Hdb&wa%Y`~0k~gPzQ*9&Z*On`^dwJ>D!jI+r~Cul=6t zc1CTi74n5dVV>YEj1nFd`Uun=;Ko-4xPeW;Z(Qbv^vjW6ISGrV>3`h49OX}r?n9?o zj&L65BP+fS$8HzUCFF&F8ZJx`uqm+uFJo$y$g`+hNuIC;VD@D|hZ;!s5+rbH9D(n)Rn5ARnBJ7_o zx#Pbhn85IP91oQN%58ENx#wO}*3 zcVvKFL?*#+Qi^?L|H(Dn zI9d`WsQi%pVuI#Uv37F`xH36@u&qhqC-^=*2vRH^qzqZrtZLO z(|lI%-`q3P1Xqv$aPYMIUyyH`ueKEm$wG+WE1=leLwsQuf%|g%{2#axS~bxLshZ$~ zRZnzeZ}mTl)5MdhPV541|FRE3R#$Qa&f%A^yV#WB0)7ksh0L(gRSym6vNvy;_aCa| z8_GBE4xbs;Pt7H$x@U-Sfg-WK=1kpVh`Oz^9n1h>Dj!35*z9r{;z>)l^jUbQ9Q_sdQOn`Os? zH3v?4Q#k1$sRJxAw#RKvCNr}UZUHK^f|e{;;2 z7%Fe1-6nS@ejp!jI1*&Gy_{%PJRN4j>n55JGavfKmu|VSQEe&_QiU)9e>Ya3zxxSY zg}Vf}fsg!0Zpde($X}!_^>$L1dg*_7ee^$yKK64?v#;IO_gq=I9N{|n5v~hI&@22D z92qHi33G)60l!u|#;^aG{1twGC7vpfk0@PFOvRiko*&fz=q@Ioqs}LtR_w|?wZn2| zZiSvrmTd6N;;iLDplaPQ%J9f^tI7MBHeJRaeX7%}Sv+0FcQ@Lw~8RFOfyW+-5wWUmG zZ41Zi^AiI8ubbfZH?j0Ta6@s6^%b%8Q=IVHiH_{CVykIRl913aMY)K#lhx#7KkNJd z9gbjw9}`@=60B`&SH5uLbqlA*41T3lxkl}F)vtE&ER+84M7|T|8O;Y_!Q->tg~6MwrwUUdBIH@mAa*6Iedh44?Cm z88-Vt9UG|_Ok?73KrxjM{hp&ahSaXq|HRI$XBIF9Jj@-u6njWp|@k2ckNXOgS@ z;`V#Kx>0SY5VC}5f!fhTfwt0S+J3h{e}5u36o)v;i>Em$@)_|9r#jL(NA}s#?>edn zIT1CJ9K|tClH#l+oriDH@@X8wPjwZD=>`e-G5lGWfXqs6)A(U><@oPz)$;%c-bgo% zCqis2Rk((CJZP+Ass6WNzW#e!HCZ?isyK4l{VDOEMhLYo_)&H_=xh30P%!+FS!eIs#GsCN57Y2 zPW~{@tbZc#=VBtt?df2+bsfi1;5o_ctUXP zN~E^&bLE|T+`6uE!;GJt{!xKB^sOw-V++&smON{yoIyGtE|6=(3-YjF#a8SK)joVn z0Aow?8N{HTdiOB#Wt=IXUb1Mi_@j5LR*io*Ja@#!d%EAcT)$Z=WC}3?egmSzjmHJJ z45#5Xu><#UrJvQV&-G$;MiM}O+&GIGrdyxsrEQlZ^tZndDkKW%X!(%wy|<>+PI^^! zt-o!#7-u%W7^|^65TklikXdqgu89ygf-1+F{Pp5W)i{%;n5jZz7x2S3Q{xwDXlDv+wmZv+vC`v+Yu%+5K9oWV7=buUZ{Cm z=}(!ARofh~Oj8-;W7>gnI1t& zI0qiZHB45FHO+pnV6~qv`41fVXTEp1&P6Y=-SI-6P#aq~=D9OJE;P^nqQsndJI`!* zE=GB|a&Oh00+mN#E8N&~M!tN8;;NuBc%p4_Bfep>a&?UZF85MQHQj8w82dr-3jf#p zJk)Wuu3ypeJ4sp--{JS+>2Tpu!Sx$1H?SqN|6{g9pW7CX1U|_gqF-i^i!x>C*f5Ra{@d9`c*S_G1NN zefqnLKy86I!R5xa+J^Vn%qbh|gjY{+qUt6o?~t!p?rjlKH_>u~8B-6C5 znlJuE`#t=aV$aWA;Uix8Iq8bGxNZyJAi9OWLf2g1d!M!+5#TUf4i?~c(Jgm=X?bp= z*LTkTq|iL~>r!*>=S7Mkqf8(i$YTzsVov!AJMT<#QN3AnNj&+9^&6_;r8G{{v+vP* zhBo?lvlEA$W}dySjf{w=;)Hnua>DQ9%kZ(-kuE|THzb7r!Q%Ec`h;HLYh8}qrtOYG zccGtvy&f)16p%l@Bw9!na)naOuUIrQ_KA}VchC9h&P$0O?t3%U?9uq`PUR_kUQaRG zzMiQ1N{lJls=3Ai%pmPeaatIFT#XR5Xb{B^AV1H=oZ0=_Czz#h`) z_%k@$O`yMT5k4t~z9vOAsSL$Pth3}hqQwQpbdGe*ZnIWC%CzCwpKwd4rVFlVw@v!(G<!#;oKis4_j~f+BZF@1n9DFO??0q9m_2MMe!V*pCc7GEwfBc6t;|D#h+N8@3I7q)w z7O;o3p{LMMpndfB7le=Xb&PyQntTHJ^~|DC%FD-Cy{9%6r#ddjnR^9@r}#{Lm+z!5 zo$5r&#}J3{IeUe->b_p815dR`k}uMN+^&=ve(Wv*?!sYY1*efylz@#d@Ar78ZQEZ= z_~SD_D>C5JkMpel!-J#W%Q6>!S!`bTU4?n+kJaY2Ki673|LYR7`CQzu<|Yn1-pXfW z>3YO(AwqzFj7A7>v%kYrm@>9J(E*^^KCaRe_~>PNNxG+$_9@6LdH`+&ke~cTd z8zZHwZW~dnxg^D-oiLrpIjkd9*TRS7G!d2vTw}5V9zmXGq3&&#xV$#Zqa|WC``{RNSUVf*> z>i?_n)`$;P7B9b3W%%rJO!7TE|AZp2$4dNKpZzt;I|$Y`UqVG z+JT&inelP75m~_vx6j+SAz}PC7FS+wf5Q=U51WJSxm`fsU4;9D0Rnbvm_Xl>ho~N6^}gCZ4Gm-wO-wOz+H{nU!yr+IXW*%;2N_8 zjP-Eg5rN+&R=^(8=WzHs;c|a_rw?_!)1PwubB8PMnCMK`dS>A$jdhH%m?hl?^Hjr% zR=$z6XtI;ttQbr_BYq)cA5#>MO?Ajo_?*4m%jW1YIya_%l8w1$D!1o5TCS8C@`AJY zH8|W`fYZYT+)Py!vjnVIS)ke^>tg+LO`WAMMqDtG-hy z6bi(faYC?wyy4zRVUU2&>Lp;yuxW6W_8=#h8}zT+Zq{wfe_sNw+>jwUhpj=b*dFAJ zywOeizMFuZ!bZZAr-ZQr{pBm5+w+8Qf%q#?fG_kfHWVJ@wygP#zknCfLhHUCuFr6z zuK+jb_pb`H>3V@S+IDOFUO9rs{BlP)!Bt~bvznsX?IgR7bJx=Oc@^Xv9$&#ZSxuU2 zqP!zb97)h|xBy?$8_8R|G~Z;J{Eo)hbuMuic?mgt>3To?^krQ`UT_s%{EC2_&{JfD zza1rb3)l}hlHIx6t@WGFC4Bd_KjSMrc;!#kADw=?;P?4Ue4e|f$8C*z&s&Agg%_DZ zf)FO)iy$cS#%I7mavu7GxD#83j9SN2$f-3q^s#OEzmR~-5!T2PxuS>IM&ym%zE!wO z=q%7D*mZ0ddN4#7A&e8?3cf!;pij|_5CP6a3Q;ZV2(3c}?CT5xTid$t(XlQ9zj=#5 zJ3eL)BWgVLSn5<^+IB%ML7g_Dc7oOaJmnI4--Ptr+s0Bc^%EV{k8ExNmqM$@TTYd% z(-@)7;d7XfzD)7eT3`7M&-e0I`#1$chWMk!m6&CT z)vsy)t7$*n`%>Bu@)!G@et1aN=Ig(3ZIzCd2>4y>3A{i?#8TLv3BquJYa;hv!o33W zp>MEdw851T+;!W?x^4O2OQ5wpkuQCZys?j866k-IC$2x~t$qCja_GkdxH4S8c8(X| z3%ZXTMNjB!z&86Q31fs|0)0O~;F@mV!wr7>27&gp6Kp%N`@~SQN=7T58tnvV&PY_< z1SeVutsG}_57x2bLwv&|CrRhCo~M19|Ds%cl4`k{ccOi4vkq5|GFQGPPTTmBlqJ-A zy)<6pZR4(Fedav&x3q)yxN?HSw6}xMP3SKS65t4=3KY=!gzK(r4+pXY{3zgavH*v| z1kS}-As=M$U%5GScU^<^R0|T%OSPpT?6rbew)dm%9u13HJ-= z_&@=Dr(cN&h{cAt0(@XU$MHcA3dB=f2kvq0*4!YDp)GFPwE1se+_oSmmm}D5Y{=aL z_X0;aESf%JN^P)qVKW2 zw+UYrT)XJ@z1t=o`phhDo7$^Iv=cwqnj^@9dnBL29*hwt30{KhPhDRMf5r;K1(z57 zw2ds0>nF+PlY9nkYFqyQk$~I(tX-a9E9n<>0sDnM+$_KqbQ{}GU&5Ep0)5+6Kv!C$ zi$22%&Vyg@jB9Yc|0KKU$_S1i7vfQuBgmnPfUUqr;49Jnr-b3HaHTJG{ROha7rFkl zwQT4Iev^K2+n~+1<=-FySN^Q&5Bi1v!Dix9T&`gA=|k*4x=yU&a)v&>Q(z6?1INE6 zaK793T+6kK|0(_N%Eh%EE=RaG?io9QZGb1}{+0fe&+NySa-Qo;|C!C;cUtp;-)~#~ z{Ss)+6IUl%a|OL_%@_QD%Ng|lN^p#G&?mm<^5Q?O|6RGDv#mM8{lR@~gzHn?7!)3K z7g%=@-~{;`eB%61vl;I1v2I&FyAo*KPi&(fE?>|S{0lno@&*pH2KzaObHSDV;yH4Ym;_uMxpIxp{4-p6uKW2v z?AC2_-L|*36W9QkC$2C3iuSp1ed-sr4`0f;@WQnl@WQ>WyVkC@rA-3=krHrqn00HO zxW2Tt|7^Y8+LvDGE4WtM(k6kcMFOok;%>WKLHDnO>s#G(-SyQXkGA`0lfb7*z}5Hv zul1*0qwQFm1llCfCV@5yv`L^%0&Nm#lR%pU+9c2>fi?-WNuW&vZ4zjcK$`^GB+w>- zHVL#zpiKh*S_!yy{D1AQv|Zhm0PZ+6MiE z9sX0B6IAMTViL_1m4f%bD=?L3_~(puUq=qNkhuDogt(N={Mf=g>0`Gqv!W~xLc+^&k{xmy#?mU z!>?-!b^VG(2~LsyjYy|zNwQPDEY(@KBG+QU@*JnGG1DnuoahwJ57$?&u4UDcOlRG( zJZHz*a%b1mRnG3GtDPOE%bcBOE1Ydw?>JNL?0KffuD6{oakiW)a<<#!mCo#lu?Pch zd{yWsp!0#Z-Em9ql8rfU9)EGw?*bzx@7KO1V3NueN2= zi2}*GQnD{~wwx?-HXhG+Jo_r_{*5}$u}vomZNIEJlI83@SLf_JQ-LV3Rm4kh13xiM zNKP*fKKa(K4w_efvgf11x~Oky-;OWbaQ)6bXP5l`!Z$aWEbKt+agECB9gkt#EmzyJ`9v{d zaQ!&XIiug`dET1cWpDoAPshcL%|>!FJ5N`cfrI*)!s<}-+Ryfwv#+l;`_C`XvH2z_ za^hiqCsm+xiOYEY=L=!+e%CysJ~*qsIRE-4>o2fX>PyR2bc6oDzg=z1s>AZq@e!JXRc_`Cab0pi@%)aA=)|O>f&PEK_Dq>u6jp0JrJ>5FYfARZU|M@`O(Ew%l$`{`O!-IVy9Yp-oj=LQOc1)fHMJ5{E3lsKyoXY16fYgwwNe zu~D|N*4opZ#DD4+Z0p)1IXdm?T2>v-a#kM9uzi5Mxo>oE^NA91qS*EYyg)zcm)Q}7 zLzWv~)SBnj2MOd71x=gtF1`BGU1sOmYP0uTy<}czww@?6k3BiSR4q+3XI@|P;ntI7 zAMI41aL%!>H-9+Md+2U`m%tU$4H3Eu_!0X1n$^3Don7)}yA)60w}^$epRRB=9xHIx zT!s8tp}s)Rnh&Hq8+4D@f%V7owJ+D%a5Ufg3TzeonzmW{;Btd^2;3)(6{7FF`_=`| zerv;TUVM9t^uNwyleAucxWEj2{C-o@oMcYC()`i3(-q=KmF36@#aZ>u8Q<3T=L?Af z@$y3gK8gNrFCQbHQDfVt>xvh}wk>dX<)JK{a&;}MbWfY)!`G-!)*Q)mmhDS+mhMe* zRv*fCmhVrq{$t~@LaUSM<xbu8~duRu~?wC;wKCg;K)rvJGekQ)*mf!8g|EPou@v@be8Q+*5Rvb!A`+@`U5_! zJ(4efqR)qNWETo_@A--=iS^5!lu|<4kL4Vbq}NIP9_qgG(hoNO`K{mVHQP>=OYXG> zo3u-^U%EBZ^na+gnZGjG+A#TN15SN?g*p4m8uRS8Hk!sw`9Icm*XW(T1hByZxn&oD zT(cc|u}<8D7pv5^6$dh8Uo+IsOdY1X>x|EVS$b@I{* zb5ec5`qWD+&G|RhnLTG3{%~i9uWeV~*6MoE0ye9M01w-5P@AkjQ@@};%l4)?jr+jW zXRkIXj=~nKgBR)>d^&c^ zeT=SQq{~LvFw1sid_;fLHKiEUqs%j}tu^OgUng6&);#^{8v9xC?E53fJ$gj_u|U_0 z7l;w?A=D|`Z#-7yoca28`LrC{7i$maS$?dNkGt9y*?Rd2`E$v=d4GoO8`&DW-XgmV zUtHek-ifWS>751Q+#sQ3$%d@gzxmreMmEhTPHy2xiBUhB#hcT`k6xyX)l+ z*`U6F8_0gsaq5=iAKc z!@1%_sr4N@6-(i}7jMWg{T}RXa>{}w|5fS_`eBth{n85YWw~OkmGUz+rfyB*uWq~Z zt4+FQnlMG^FWfHJ7^`Ykl+}xs2eX}qo$6EKyS$!y1F(ml~wUAQTsWSCN zf!#-6Z9JxUU!VO$FzI%z<5sPykCRU)JoaS2m9PI|`(Mv}YnAL&kvLKzUKAVU(dNLj z3(c;RHD)^E11A3h=}kay%1&X2nA{XgwD^v4e69a~S9TVCM1Ph4s;`_9yx`ycFO;?n)Z ziDq;3g=OaO^NWpY$BKt5t&chT#wx|fl_nuC;8k6-N{AB13Di&E$c;k#%F0UT(1rEZ zu3}po_g;Pe9Qy^m)*R0{@pz2v?US4636Aw!VjO?O0{YJAn z^TrCZU_-(m`V8o@LD$X|sGkfKx(oObThnS5KbrQY$)9JcU#`A*7am}^_@^czh;)+>LXw>(s|n!jrxCzy7Oj=DF{!HQS`$J5-Z8dU2^aC_4o=&c3?R z)Gbf4{V{CJBWByN3VVz`BPL#RIA6%KKIi^SxCCxoEuzi?gghQp;l z{Kjv0n!Oh^&Y`}*1|4~RiTw2nbNc0G`RREP*1{-j~C(wkLbVZm7i~Z|Ail}mwuO7pMhUEa&d_{B>xOY z_B~T?ruYvtJ$iT17-1iiQ5I-z8h(GZ`e5aOY$Gn3=6xAvt?bs>H&>WF&(8lSAawLa z{l+qZf+2otpg{cuKhmygUxst+;%1EjVAig#1-WCduvIQs@FB!pie0%`{5UxW^1ycZ z3psVGl3sf2zjml*yF@jsdim%@vQ_Gj7Zz*2!ZLI0#U*Cj(Q?}lJ$rYxW46HwlWk72 z;aH*kMuAzcevyAN>y$qpzNGKJyu=*1xWH62NB`=Eo33A{|0HC-5YFpKp^JdcYKPxg zzCTO(IpwaaYr$6G&#_PVbNa@UuNOFJWwW?hV$F|@1K#&QmxbrQz2co0ezaCKsalP7 z)X9G@Revmz4_~GjYO(lIV-~JUHGTT`Fg<#8F@5{@G-IbdVOAf=HR^ApJi_Sr6eAZJ z$=95CRekvKQnTeu8Ql5cv0;4==|AtNpJ1~_2>5l{A%3K*z3I*y--Sk3*Mje+Kd6t; zH>(bM>bxryU-`}@<+HZxHm!+0?Kogc;jAOydv~`v{>oz2Y8%uSOKcyoeNfnYzD|5u zXmTrqO|Sd9nZ6J7w0LaD1EzX)tWn&iz9^8r%2Hh=$81tv<;1H?&E9A0%$Cz-M!#)l zM~!<{zgH(j3!{X~^(?rtT5Vmawq9)ualGvKWsa;8Kj6u7?bqVkDtD}dJT1R@XU?~u z|Nd&TN4#K+Tys(6FBYh7i@jQ;y5W57uQFb|m}z2*yuYvCa{FVXw&@SckCg{C#;m?rb`|>b6^i5W=gaqM zd`IggyHeCYSx$Nd;s3{S4s1sF{SS6qeE7wNcMe{xSAJbDKe5cP_!h( z+Nv(y?lBKNcE5R8V}yNVv!b)T&GLQeX2t$2vvg0Y*?P9j9D8Mv*?pl#+vR5Ep=?86 zl{AO_PQOQgkQ>q;m+cj{3LjFv8R}eJ%d$PGPUD_5`mUi+-QRj1$N~$kVT#modS{@xj9eA!j7wcML;`C`q^rz?K5`$Cm`N0r%kq1KLdXda5$aHPUD|ygE<$LbjPJeaAP{t&TURzq!Qb6m?r-&HT-A=8-4vH)DMU zncdG1$4WW07gtnJC%Eo63!mCOmVh z&D%5UX4`Ag4-3Q**-Rs!W|r(s{@bHZ^;xIi#&M4o;3{Ld*GA?}bFj5n+fuhB#%b6Q zZ-LI$cw)$Fbf50H>|kvNX&kU@<({k`9e!!PYJo+vD;Y*LVWW7=R7k%ce!Q>o2^wLZ z{?1af`dGHzFL}uZ#i>6An#YFqHy7S+GEE24Y+qGvP=Dl1u`yS8?o`>QSn(#pz$w+0 zWwT=Gn~wrx$33mz$A?T4F8h##qUlccCPLw>YoQN_<3W|~uO+7c2VdTy^Q{YxzFPm6 zz0Xyt-jOStl4R|QVq=q48>BJ7KBlrc+MN6TGP7Vuy!8RKTVt$@AAjlr^XSli=InQt zm^#T>F`Zc`p5!#lvERd%RjPj^U&{}8LO)}(BJ!rbC5huhm^*b%m21<^baU{f8l&qN$;wp8CY7uSF^>-EXXC6(KVNAUY>)HUxx?9}YJH@R^|#L> zl&%i5eqJ%GS){(gZt+_g^|OER<(qG+QX80T1Xnu?aQ7PhzE)S)qIkzCQeUtxT^Hi~ zpZ2~3IKt_u=vC(~q~(3#ieFHPusBmX{g?!C>p zhA6-aSO`d)PF*|JT1kJXQrsJYy3iWvt5^j(okN@i+z+e+e1U@Uj;QAjKT!(aPLcGW z?VxR_>W=|`uN2{FuHw}5)lyecF3JWXK#LeDBNn#ngoDRs@zQ(!ke#UE?+?U^3cSy* zSBo`x-XWpb2eOka?KossP!Ce4!9V+KjrrmMTmvWH4p<6I0VY(9L48%+7pjy1@Ij?M zw(;3OTh6$gzP=d{gmv%Iwj*i3+kG})+F3mBEAWh{@dK-*?K-dg!w<=&{m)a8c3|CN^0P$02wgSL!p$4QbN?I|Q3z zu=m;Y0Iq|37u){jB1z z)F<7L3(`T-WGG$4=6VT>9qUBT!`WisT%Mq=sn`=O=elBV6m(X&{N2KOo#E+sIt64< z{#MizB9Eg#92jFKbymZ{M94&nC_~IxwKoR#BU$>(syLe`aUFbk!3$Ue$T(e_$uM{#8(0MF0Ah_-&FdI?uHqBgV%k{j-@&>@mbB}B;WolQ+D0^=fSrdw zMLSO3C&=ggY-YJySUZ`1{?s4Z4fLb7G;>cGp1Vk9{9Mh9hf5}X4saG z_*Nrp>{+q7?vI>%twHiKV>arfM({Q0CoF8%in9I)&>~jyHu=61^F2(D7})Gc8S`5M68qvefDT-nA}uHb@_5j1z1ebM>ux3 zCB0#yxHnY5&ycZ8DeMnEU$bytbpqFt3@{#ITtpdWoHV8ybhz}bsJC1K&8d$WYw@0k zIiQ&^aeP_V$@Di5K2aof4d=wp_;be9gzgcVnv6AHtdy;=sZlno3Cz>Sf-mrf(IuaM{dV zkN&#mpS_P}4$m8WQO-B%!Fi(}Rg1Z=BpvV@zlS}7ZJ=F`l{SF%Shs1J=zS#fi(_}6 z$MX#6lgIME`aKa+N9A;?MeeR3Q2_a%jEwvqmhJQ^u7}UQ`vV(*nE>O~G1b8D@ULQ& zkSyuTQ~nuiEd!i^RBO+5CojF#XlNNql=L7kW35YIjYZyDDu-Oqc3`bV@;~)Z{b8(Y z9ZwpT2heIY=&{DsL=3%HCaMoW-yMn(y=OC|3}JmhnQ{Hpapd)bt>al>ew;U>JP=rwJQvW<08M^2do7cd*wO@nmv5scXfs; z%p-M3QD2BCmuQjm#K?Lr!wfXO3IP_$`l%KwHnTS^s zWFL8;MRrFZ`UnzHXJ zeIZJ26K{t~T{U9MxlW=6O4eH$Kd|pg?lm3eC4U!q7W|wGUMBx?uE@WX4ay5?Qnep; z95O=tK|Q9&_bb;e1x=QUhkscikK1!GN67xrM?R3U(^n)mc!`Wwm7u;NJxFg!+kKHz zZx!`uKR35segN0Rds7r<6M(Wz|9s4}(%oT-fAS8FhrT0i2Yq{MAPT59vtRyLVQ;V@ z2Yj2^u9AFAUgkXNK$~L73vGNoq23jIm?;6M0H%Xu}dH(Q21YfHrbE4gCV!-)S* zr-;06=qJbpbyRvw0N^h&+f-6Mu(pZ*HIm+>c^&$$gO2kEvv?fWM4Rpd&>yD_xeXXI zIxDr=PYD>N2l;JLM!3$mqxTZ#cI?D;5-!Z0i7Wh>0j;DG2iY@oX=RBaxJKpMz z#0GB>TjL>hdrp^H>MhO{=bb!U(jNkykJtfo%U8&pNNM(kjnPQHCq0Z7%@s|EBac2) zh<*Y^V!an=;vx+7<%D`Ly){4{lMC9H;2fj{W0Lp^kN0t% zJ=o92I3xhr0Lc64cpVcBHX8Qanq#>Ym=3H0Jbxg-rpGxR0rk@`yNBL1g882fNG ziIAU zTXK`HNI)zRRp~0?YCS~l;Rq2|;3oBzcl>ryv|BSAYw&pdFA~S`c=`%Fo;D~G{ZL+p z?F;NaeK35^ZVUM5yrnbty`++fIKcdPg3etb4A5VXtI+^S2`OD20oCw!D zU*mkyo)7c1pNPTSrM3D=KBugZ4z%Bijb3tY!}QLWUpEnp`R#+fDD4au3l`21No5|Q ze1C{Yk#gZLGC-4}UXA>m-3gx;pBWdjPxhAr8KT^k?+Jwu3_H>p_|HWvXE7$s2Yi9C z7=tjD;=0vHEJ$aI4+`l0lDGecd>dcqA#E?|LAoUF^v0Zd58HOk;|QG+;D?dlDH{_DYSoKOE~P zkjIXIYi9P#xbCh4xQ?|2m=D|ujFlLK58!50Y zsja@?|6$*l{jg8ciTxFH!++RC+a3h@z&hEW7HctKBDviCt%aL3dWz#Q0T>uY0D8CREw55{#5WAjvy25XPtov=IA8ppG7?kkF6AJ++*yQ{ zISJ}2%0?L8^SgsjW*HoPH@pa+=z^u^>Q{Ax8q7Ov41F)i0Wl(PX`oH&b(tyXR>L<4 zfDZFVjH$(XJl8Too57IJ&Fz;xfNSJtPBlOoF#@IlTx0mLuAPt;LOVflo+%em;C<>M$^qpe5B$qH4=HsL!NvAMt8);61vc`P^oRwm`X5dH zY}UM~=h5$(O*Y2QHJpeS7U$c*hW1scxQw2XE0J5Qij#A^^R|wW&aL*RB z;QP`+#5RrIe_ddFUkCc+nhxcec4Q7fy+z&oW24CkEqD*w2;lt$+Q;-ot7r9Tiyc0u z9wDz&k3`kD$$1YdvJ+9zLF9i8=0Bp+MTF=ag{BC!D0L9QCH6vHU<)1OD_S3n6@!l_ zi?VL@yXf~gF~{iMGZp)^pC#?|5;2f7@;+&n06!q5#YYtM2Ev{MKt~0_eq%imbD!1e zkF_g}s5yvdP7Z`h-BoueOvIHq{}z2#05Jgd)@pz{_YUC4M3XPmg7;-j0p9CKp0(iK zCT)?!U&!;EbLxNUr>JUIsh6Tbmsr>nHDo3r*9Nj+E9HkY@XgvT{D6Sm9in7VEe=1G zCH7rOGuV2qeiVK80lm=s`$~HP-#zwhHf%WK4ZL^84C@p}60rz3Qx5e;WN30`v)O0n%g^zxb#hHwgWKyR z`_ytiIk)6<&NJx{26>^b3e2|^e%Zq^;FDn`yfd~5uQW?Z6Uv9wVeoN_1_H6}8~We# zmrQTQoMZ#^g^1icrrg$Cb3psIQ@_j?c|D9Ru;vK4$cA3Z?(UVtV8Tw_$r z_eFhyxaSy(dn|aSWglt6m>uy;x9T%%uhpl}H|;xVLOEFl@cH8(Dowsj3nN_TCcqO& zn0)u7n&euS*BVcSiI_Tf5nJzpc#pm+V+d#HDcFlD7ZF}5CpgZjQM%rB3F}ab!OmVqB!z=CU_s~lO2Ar z-LT`JMRu3pb)AI!hR|IZ?Y@XV;9tQn)9uE3Z=VXbB}nW%%4dx<@PV93s)3?db zq=}Rj(1doJ@)J_#Aex6FK6BHW4q+}R7lD8^z?h$Q${q;2b<#v#tj^(;$KKS5+M^-x zue`wPi~|vOKxUGgJV6UDDF@|yf^eUhHeC&w3xQ1!78Uz=?@$f>1{>7sEno9?`F*NM z-u5s&E3P$00Hg_RJZVCEG737tn*1Nnu_+)}e1y4s- zI>SeD6hXzDSNKerW70+idXNsBdr#;lKhS}nC4Hc?{IXy_KnoRYN5w(SHEo*JXmRi2g!Eq)1u=7ARj!WF>3BSWt)E*DHno;G>^K(5u44^&X`DXyP1LV!`v+?|l zy}9N_UU3Fur_H{*F0aGu?LAK=iu4X2$=jU&$ST+g(1W~BdoV%=U(CM;Y_}I=gEqrE z9drSGC@VZBw$4@P_NWXoMRus0HeQEwjQBfzj*#bOtTq*x3s6?b6G>|}&u<$zpYTBu zbX9(jzno*vZ|MN;uk6O!G3K50DC(u1QG*^_&*z%43Tup5D{J&X%;GM>DiG`78X~|` zeUHU|p4aG2n&bhL&n*CXfjmhW`92%Z&+9M(wgTGw=1nOt>hXEI>wJ_*Zt=kU+asQH z7^VSq6z#KHqJ?lt*epDfw@NyArdkTm)UCoTVT*82wz%$BZIkvRwcS%RJrpVu^$suM zzFis45eTX#z0r zrLOos8_!R^GzRQ$nKU83_F&NKo#&!NTAQcjtME$rPq5q3wcszvM=)Y+siUBaq)dQ5 z9-xIQXfZ4!me5bIC$Jm&1HPi>1nybvbo<@i_fD?HIpP2pU>(4C`OE$dWtBAHyetMR z02Pq6W~?V3HMhk6`^&jt_e@`R& zPXycn+9=u!$|c7?&LzrBvGQVAAlG2IUdFju3Ty+^K=yjeh5K?lyg$(mKrZ$KN}4nr z36`%V_^uLk(e1`FDXpHc_q@O82D{-d!mFG_2xyVg;tATgh~QFtvHNm@$Zz(#fPNDI z2jGVyAJkXW-HQM#AbgJTjHar?>VMQ6(}2%yL;z?ISUAk@GM<1@*?ZLBdso38=#%H7UYErwj=b^Ag#0%11-ac>ywyuE%RxD2`#2(55L zY{WGID-l#;CxZ13^1Jv3H_>!DRCGTY^XEIKOe#g6TEG%80)7bggJZt~pwG7+@B~sV z-A(qjJQQ-Z?0`x{)H=aVTf#0N)`qR7t)PCQ9FP{21^+y2p)RqN$HmnTCAyrfDt%7!$z*`fhS2}n0fYdB z?%ECK^n(G{%J-_EqqyeoBNBGH$=9q7Z^(j!2&;5NoP_(2KoVqydN!raLlpM=iG5Ed zerVxf+=jlWJL$jBkD*UN9{9fft8usn@+oZyWrRAL&jDn5MVcNv@O08Yk35e&39thi z9sJsCE8&)6A?3p@3HAbX@yei&yB&0~5}|rK(fJsjWjL(*bm7`rhtW?CKp%#_0&N0q z!!RwJOqA4C4201$WSKn<`3g-qS5#(pKm_-jMC4lkqW?k+?j_Ri z!gF7BSg(PNAPuNjLm&^-QS=2fU$?&y^artC(eEv?dSL4-?O`L~`$9HI zi->9mvF~SzqW^M?!6(Lyy15XbKA^r~zwDp3VZvs&WlE6FPJwP$5*l5Vq$W4{Ijhr4 z$=T(tXp3xc*cUXR{L&9w1JL%yO_?^iw)1r4A0GU5w#e`ImGYn|wG$fHhEUKU5dH+^ zRRa{@_o!OOe|pB4JwD~$$>sQeJV08E$SZkK@(5mk2#q{3q8~pzDyJHF?AQm?g-G9rrdtVEv118TaMQqRR4b9Qp_iZo=f_?5B^if z*$8pq*+jADsd%g%-Jp!5 zwYp2)mEYs7q_ue{k$RF-(u6vdJ^<%%3qYNk?H^-4^!Pi)S5N;YTQm%5Mc27#vHzJA zarTXT@yP4BpXxe%pPIjTdM%Dk1?Z>Q0+ciADB7_RT5$Y7v^GK$+BM2B`H{R$S#bq| zfkYq=ag=_+vgsYs#XBC?_xe3w-sk^9jL!B+Gn+*X_&pXF@oT@Ln_+V>|Bi~PXosRH zvs2~dh(0fy`T8`M|FaD z`5!fe;mFgeZ+nKA4&Zmj;86hm6pq6Lpzfo+V1MI*A0jPqS+eokc#Y&o#?91UM!+h7 zeCYuA0wDnBJsC&`(g5mZ&XF@feP9HT2ie#7fE+9Ez9a0nlakWnrX)Ahe!EK~Ho400 z;u~F*{2nhQ1;6EVc`8ZGZc5334`LHZlMy>d-N!G;>!Gj-1qZGq{p##*^8eg=Jp4&p zuT@=`;R5`Y08oy2+lv5_`A0Mdu^Pf)p# z2T3~~OBv(;<+xpCIMuqSB>JewAc*UD5HlZ67pQO!-CqBEyZc<#LO%=c7 z&5AnR0?(>$QM?mqdLp-l-P(M;9r2v!%`Xi2j8Nh4i@zi%eWc`H8 z`~No1CFfugza$p&-6j%V<50Hj8W9;OU5&Os6;WKGPI*^BWEU*1$TnoDW-W$ioIUzVs%FhT!zQ5UH=XpqT(w=-le&GD`m7gaA zW1S8d;t#5g@CA8+v?2JOJVJWiY@Wa=eri9>z)v&q(+vDH13%5c4}Jzl{HHJbQ2g%4 z)EGC>Cte6F0v2C?<#+t;dvB^p8znHxRtbu>S3=@k6?K#yKHK5Fi{cw>!|S7uG6%3- zv3hYdUL$Y0Wn$D?Q^to;Y^_B3`=(IzRm7y*$>on^X)OJ!(V_7+QxlX?K4zecylNSD+ z`-`7`>78SuyeZz$e?oul5!BU8EmWVuZ=Ce|vP;9pUHbVRD(7G5Q%*nCEawHk zjY`}5Xc6k~q3$$l?j1s{vHjCe7#=)*Ipv!~k`Egrbs zf?7T8qT^uRAF;+lqM2;6Sas{rg;wR_OS_c^p4cgAfqEtEV^rF}nLIg;V;8GYL$LHZ z%9NyhKlZ$hLe{Xt}b7_sE)?~)0{mm#}8d@ zl4BrG?LAwBuScitexv~P-U?6$hqcu571X#_b{)&*$r*=GFNN+tS^n&!sIND4rBUQn zhlt$|mSG$qXP^ zYeL4cAJj8I4PUB((P^mhB5Q^Yatx3U)G1V&_Hvn7t{d8Vt8IE-{?lOt#wTkSrWC6T z`%YJgOBln&m-|sax977ZCi8aVc-~K*om(9|?#P8&SvS2KHQh(6vDPVT$)jGctn0|} zr0P_ZjTwMPVNKM77k;@*){i~%c$G*+ec3%j<+4uv<1h7zv(I-LwDGQIaV*!|7r6Rc zOxQJ)EoOCx6V51?stam%cUbHT*{hYy+kg)WkvWR^aXEH1ZX}vGkmj^CxZJjG0r@FaE0QucuKX zkacEdec5wWvgVVW`({}$lXXn-U(_vaM~x5Nr}Gxx*Nv<82JS~4D9C&B=nMj9A?+#K z97}E;Z-dG8ADbhHypg zxs_{;W$tw5VQ)U1Dr*6HmJt{+CjWO2LyZ710SE^Fc_l2Ia*zT}?=h>H=uCe|WYoYmsSc`tt^=18;@N`#^--vwQ z$n(vyr0N4ugCj$tW-#uf2@}TizT8USR@6xutzpP9us#&#lIP@FyHjkI=h26rZ$K{p zY|(Nw6*b$|qsB$8tOb^W-0#i%S)&5E=bAMlAjVeazec@L)_=KXZoPuSZ2{a_Jc@M@ zm=hoQh*?*KHhdP~Uq6ueTpxIab!W=DB1Lkczc_HI1pB|@P!Gscv>!o!N#x0AEws(n zYmvh^P9BTeYr;F+>J<8L0`5(#^2f{QG~{Jekds$&4m78X(}qQMoy`10$54i>5t3Bw zE9wUmk!w61&y+@q_!4i?bvz5t`9|aU>saBbwG#U7NLjZ6b=X8qp2suj!w;AlmFLE} z8I^{7xUzP{;+3;`zh=ellP9J3pUL}sC&tlrDpP3U9YxHM?XjRo$I%P}^GdTG zM^YJb?o_Cd?=24eh5aEl0dJt6FkpdK_%_bXs5InER;u<$8RtDI)0G>H$`4#B`kZ;+ zn~?WCIN4F=lV|R7j)OJ9cAdyH@ICX(*X@rNevvlFr#V~~CZ}2b0c1S|eJwX$JC8BU zs5ItdFKCtakN45G`-N}s8+m^K&y#bPUGPd>~1*qs{=w*^b=y z>UevhM|~UqjygA=FIqXf5`FP`EzZrTH1btqsTa@1XGYxe>eOdDPp4t-k&_(xetG@m zAp$v_QC|noRn`W|9OWISQX%`XBBu#^K0Aig}&%#@jmaUG~`@WyrQ;I z9=R?O*tkFL<@zIW*jt3$xX8UKbA2;EE^@IlA835BrzmRC%KWU%{mFc~%nQvNd3nBlAptJoec%xqg`iGvF})gJW~M@%&*I1%W+(4jqe}P7oT@p4p0x?^cJmm<2j^^ z~@_V)GL=E-6{#NOp5o-h{&k6{iD=B#1f8|I^7&L&Ojj;GLP7_byzTyrxUpPgC^1Z;6%IfOhU z23~9U^;{&(hZll9&CGidj=T$c0oo?&_WyJv9XJLfz;lzm@vhh!w@<^%F^20oRkXNv?(OBic<#AQXz&o- zXW~CzymDp_*4W!yPelE{Y~*cVE)?bxVEzr}LtzdSJ!r*T0!5tx|6{Udb~(;LdFQiS z|4AJ@GKPg5gN5_5_JThDkC|H`1bZ`?gNJ!6c2$e+O62o=a{A#+>o^m=c;$&51mhq5vk_)m?6ylMn^ZgpMO zS$Qz%<4`^JdLS18_m^`2D6gHg7@OU*v^Dgb%x2ENCq28_`)%$o&cpuJ zV(fM0-hA#aF2??2=1qvJca!_nYY%HbaPVDQg8!`ts9U~E<2dGGUx}*nkov#54=ohq z;C@-sVI)tA%truva6d?l-tHCTevQZfxOO|mWYgU73s>Af0q;2<+h#79njc&4^vAM6 z6=;Axh}er*iaqU_*qh5SaF1Iw_ULkdXnctS`EoNrd-Yu!$1wwNa*r@Qfc+_kKeQo_lkRSUo4Qd3v*fR@YduhlhSd#IWTpu@$?DdWe!Sc3B^|O#{GERF>mQ~U3Rm_ z`(=ah1A6>m_dT&M3412>&~w-~mfVcIp@%fD-+J4`C>*~G_)q9z#x~UHs>s|OM?20$ ze4N{hea+aHrOF@Pqm|j|DXI>s-k&<_u3{W#1x%m6Y{mo)_FI95N@Am%qRHKkuca;} zzdM;)FKX#MAM;5{tGnFu$^Ew)ot;Q;_qdi+<@B>TMpKhRYjfmF?$`LPGLA03XdDae z2X(qB-~%L@+b^jN&9EASi?dOPS-Gn*hA1Exn#AU zn>@!?(*H)z%|1rvglpZ@C)BSuiw5ZWrZ$d;xRE)ysTcH9=U>bK>B2aQdWx_7{GD3W zt~jNxCsC>GPEd;LBiPrh#O$Cd8)x%|h(sSfKHrD?mrCE^a;0T3_gkH7|M}r(Q;y=f zp_0bP@weSR$@bifJs))JFEH$WpzK}f0L!-B1>?`Z(EF{Q1scTj7kuV|_hz?Puf97p z&ZF$?^Bsnky*Y-VD-8xm_pK!+D~zV?dwBR+nQt?Y0X*Na_iTyMJCx7AFYP&6a^>)a zN>SI7YPj%Xuc&NJeiGlCw(QIJ*3UZdIR)MyFKdgU{8=16U;PI>BO)4mGQ_zTc8Q*2 zMSsHgPKi01i9HYI;q8q#&e85Og^GuI+hh-wRpz5FwHwajK5ufKN*u=h_Y+Ul8gO5$ z4L#3mJDh#vC%``j(0|9#EdF<4$AO$n4?oi^jy+Z*YmxVzE)d6`s1*ebVL!+3W(|XM zscyV=4P_~5>DFDrybI`gjb^5h3pZq*n#VHFm!k>w{}HFP?tGC%_+yI<@@U%8I_oS6Ms0w2w8r zVnj}TkZ3uPjQX`$4?``@@LcDoaoj>4e4`C@>_|uJ>b+6#aUGWH$y|HRtO*c}N8@EJ zJg#k~RQtSv;~4AQaB~gY!kASXTjlW&t}Ajam33s|iaiXK`y=F<9oP4A+tnZAI6r_s z#0@p)5c69n-*sC=YLoA0`KZ&tdL>+&)na{+x#_u9$hE=D)_|+G-#IA`ozsuJp*DBP zjA^EJCiPhR`eF@?`Pq~89v@~S?>g7J(t(mbjbWqJl2UYjqicL4HxnS80|AboCw?}dc zGPc(g*%|^)%|0*3;O06S~mfTx#dDDm`nb+qs-pk7wpCndY;6^Ss-mk-H%Qd!v&OSFG4H=g!Tx zOCts^CH$qh%lDa8o95E@rqB9K^&^j?f6JI=0pHJAIt>q!&QX?|&sA1#o~IbCV0Utz zlrcKvgd65vcJK|`H@$Az-8`fFlsWTfC{w51eJgPLeKYS>=FVrx@%6UR!bIshnynPp zh2NT88s3;uqHQVPnS4iOThiAL#y8vS*T`q}Vza!L4LqRxbLWAA*Ha1t&2%l1|MGa) z6s7M}zLHX?iaPpO&DFjW#h;`Us?(B-RsS+}u(V&R6t{%mx^p1y;i}FAQQeaua%+Q6 z1;si1OPgT6V}%lt<1(wNH}=h{{#c>!i85qVtDd!TUQ612t!>z5tf&)hHmuWw7o9D{V&?1}PYO<})Z}nO+EjY*8DpqHIGPT*`!%a3zT)xsd zKFnS)^=>oUC97vGoO+ifVpEfivnPaQZuefYYUW0)ZGE|K#Xr9e%5|)_$wZRY_aDZ2Z>*^LTgFRwb)c8)30y kjbdTHYO<~?{QX7CXHQ;dwa8SHy`z1@_QmUb!nRxfA7MH4e*gdg diff --git a/gfx/interface/icons/ig_icons/devout_30.dds b/gfx/interface/icons/ig_icons/devout_30.dds deleted file mode 100644 index 80302f1796f4eb33ee36f5b5ca53e3f52fa2fb66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeHLc~H|w6b@1)1r?AZNDxA}PYIw1CZb#-mI$I4u&DKja#&OszZcI#VmOVWxlhO}=b)-+TLI_qY3Y6ECkI z#!3o>qOLK3Vu&SS9Fkz*U&ROCxxv$>Q7Ho`4D_7v+M9f)P~gq$RfVcCo|GT)aR&Zr z20lTfI?@1Xgrp%=ko^q}D@WtViPPO`y#ign^$TH(QIKqh{swaf-{*wr_!W*K> zmtTYZz?sC_g_`>PsH-#5#XRqJ&k0B^jQ)L5T*&=9AcNSI14^dZLjBV5NMS@3vz>iS8YxN_nk3uRT6$yJm z{?gm`UR;ET*x7fvGrVQIx!lH(`BSdtZ%%!Fv%LYd^)y0JP?0%AS%o^t>(s59m)q(J zy5iR?esZ-<21hSeb#JQ7mB*z;K6?tyFlwA_ChBS^aImT-)`n5HyJV1F9N%8JHLd+{ z)6SQvIkD}R?;VGd9qFCq8GCVEC8(*${iMU0=v36yRs(4pVmmIh9){|AVRuGp;)|c# zWsp%8*LnHr0azF}<2>q`DR8`unGyc7bB`;bx^Y9#mB)ucd}w|5dQnoxb@?%mN?6B=42aQ=P`6jdg73JSiIpSxcTCtJkO@S7M4YZBy2 zN=ojitEl{8!%qzQY5$EpsJyfePPU36edDtBh?Tr24fn*buelI*H|K)5Q2--MXpyM< zse;Dr5Rn}G>z=DQAZkp4nyXn5n=||Q%xJ$ywKwxXa&{F6W$}<-w-}gK`U2EcMBY-x zem+YoUC>c}JP}HdB!IAS1w^EC<-t)C9&Wvm07XZZLC(H#NU8`0W9#AHpg$e?UqEsI z%VVnZ#Z{6;u)HJ$(swL`l9MqI6veq~YEM6uQ9BP-ZsEbw!T^|;F$p}voS$HfH&X3i z3X^9v(#&qe-le%=FfSGRUF8q4#XR_0^f?%r)7GLrFf7Tli=Q8jAa-Vf)Ymo86!?a_f#+No zaOXJ#d$I#KbF5*6sUF!=rhOGfe?7n8u~I)CyNl!N2tGls5HQ~Ztj93VppEQNDw6CM zBOL?HJoXe8IFGXiBeUUvXEgZp*!5^*Ao~i^udy~wBXo?1?V0g@PVH7K%E?sj6%hgiO@nv1HVKJkzjm*c}epu}_$eA`6NzPSAB*}q)w_eElBllYS*FIz) z4M2Xx|8xd)^fgT!*;bJjBaO!N^(zL>@klACO6*E53g3pYeK{jk%66}+OD>FhCOwtc zg0b4Y)gG#;X4%|QC-<8+L3*>Z9^AZGVZDu=66zgy>ia!%w&$pP$=<@Y%<@Db#`b1? zDwkDe?9APqEI)8s(k0$k@S^5u`B{u5IsQW!BCJhoKG-CBSzeXddE`pP%kA~KJ~qQj4RX*Z;B=q)pk~>ca-x^&-}IeRWK`=({9X@HO{o#rYJ-t&IRZ z!(l-mh*kIIjgcip^vB1I20&G~uXj5jiikUONpoVCW{8+ZoQnI>|o@hw2cj z^1wkPWxfm5!Bmx5(cIM0?sg=fy#sEjr`rZe%B9G-u;6zLSV_x|O%d(RyPs8>n1j`~ ze+wwB5ynWi9A4Xzy*;K%g*uSr%2&{)sq05)^6oCl4&ECO$*!X_bzI)q80PvGmQIYB zG^Umf(~6!jR6}j(8ym;R$%>}0rOYs+Q`3uMg`>yWYrA?nm@Zi}v)IIzZsHR#*6vS! CYK5)< diff --git a/gfx/interface/icons/ig_icons/elites.dds b/gfx/interface/icons/ig_icons/elites.dds index 72569bbaf56897c3886c9357ca9c6bf2941322e5..6fe05967e191f2323a2ef586569ec0af164f96fa 100644 GIT binary patch literal 40128 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 literal 40128 zcmeHw4_s7by8k;fq%ep~DT&yhu^<$e%-v9-6145N;-<3dFylzTj@z!`y0K6RjLO8c zWlgOl5Tc`!(nbS>wT_C4P`BEw+}vvNUnT3B5nBEo8HSlTzwdK~_ngt+?e2BAy}NgR zoe$T&Pw$y?-apUx`S(8WbAI^4x!PrnvB8>f_BQ^P{x8FhfBuF`i{FId|9)tgm-3(f zT=Sp)SMfh8@UIRRzvDalKc5ff4cnF+8N{C9^P>Viiv4h+HaLH-pC~g|$8Vph2+{(Z zL-e*N7Nqq#gMJBO^+(%Ai}$+|7GIUQ`uMhS5kXpDORma1CoG9%!RPaF&yQZo->159ThtL{ zpW76m_bwmCY1OZYf8UzO=@GAjKKyY!r*HduP}nmIKRkZxVtT$SCHoZ1SPho0hD_7x z1Qsa%^}Cr$#_n)}c8_OUd~E+Vv@dU;8m<$R?9~B!&zsZ2bsen!B|pG|_RrqL{SM~X z;}71yqWx0(E_xo?cMr6G(hRzXB?(JgZhi(*G4^TDc^;SEG=Cq#pzwfJ|oc_b$%+;SP-5bH_b2qjvo;6I%mR1x0xTE}QUb!O^Q{dkU+8@ad z`(h8p3xeQpej?Tx$?E?S_~iy4=sTPvipN{Zb%GF_uLaJ71s1PfqIWfTiqI_43+%DQ zjnL2h{x)lDaTh2~>&@OGCO8~29aroKp-ZhhOb&-5iMJoJ8O+HMkxEW4uphFGYj1Dm zw9y_{&HOsu*+BH!M7*WFd2Vs8(&0GdKVI1&oEMDt&6?aUjPudv@eg1K3kcukU95l7 zitk_CAD)pa;$2^Y`8t=_EaPV$&1b;s;`65_{0Py9IUQUN~J&JG*Uhu`V1fAoA@ zj)$Lwk^H|N9FFyM)zo}?P3DH(OAkbdv?C)c%e{Z{#F-nw-;mcjSHv6s*dy_K1>r8| zXyzQxEJEK%x|QWPM=Xx4m-+or^To`@fXu(!tZPgjA_wqrq^P&R<&x>x;)4Ypf*|pC zs@YSdbGMA=_s<92(j@c$WOHgU_+7gHklFL=PfJ`fRCYXG^4-({a^@ zZ2pcY6{iUgBK!vK7issUc!>l)LhrX&dU`l*ZiuT!XUhdor!oWYTh=hI*r0YeUJra; zxwZV95LZ1qJlDh6tn>EDqS@Z`S~KQbzoN5CGy8+Yrsx(eexq}!u9~TWK3btn6KQ>R z_ILUR6NBp?B`=f-u&}+s_lTzr#xAcHEn@eXr{G}0SO$BA(?y;FG)nwL{2xkB zHjA{x|C7zQzoUuq-xD5Mn`C)k27M9w`vF?b?>AeWq#vZ;$5p4A-7VuJn)HLKw^h1- z0q_8PO6`P)j@G7n{yd^XpJ!}HtH%3tL)&{Cj&hmyR(S*Ed7O@`uCq2eWc(bm)mg*U z>K?(*U_BCk^yY%}4ngQNsuqEc!x|8NyyGrxc0>P+svb@DT*=T^w%M*?;+JzEpLDt!|5IQ7P=OU%(QeY{ zoKY2A{;z01R}j%v60+V03rh5|J#(;NhpE4DOgLYEPtguj3mAygBL8z-eI^|fbzSv`CelB? za-(V`{G-FRsp0zELd)sM71Pp<(JhZ)elT2p#67Twzr%~9Ulf=5$Acf*wnX*#pa~og z;UDgIq%8i-x0>`f{NKPw&)-HeV2bm8jWbFq$;azj4w$-1vh{p@E*6xTlpQiZlRkj? z?c(jk|LzcbBQ419lKl4+ML>P95`KSL@#t{Ym@Dy@W(H&Rx!}J5W7>?>@xKE)3@(wb zfWIF}4L)5l_1`V|2Rp1}-^uy~-T{OA%!EK@MLb@-K&Dp{Z6^Ca z*e=q>OK2thamWWa=z;!9?P{%RdW{wSzfK2z*>`ke#*tfogwcR*guK_X)tbzwQlU@r zAE^I~RkHI1jH%r+p8CPREXgU2x6PV40XHV|`8aHwZ0_-TVPewn87l=odOJE=L+PHL zo-|H-fv5JnqNMTP0sZ%z*4EaJi_vFa1b*%SegPL2>9SYOn%(>2p9bOwzf!_JTV64R z^Fxqd{(a*Em*e4S#5u4|jA3U1S4?uzcP=68vxJmihk~w1(=NYefFm zrSSXvY_Q*4$;8j1ec`oLXx!t7ziA}UXAQ5K+!ilZUL@JB27|dtkohmJy2M=XXo(2& zrzM{3C8yJ=2LIx!kNFg3 z$?4tAu}|lB;0XaJB3wBQ!xrlp6JT`*A|FCVo8TPC+|8doaZGPe89lSlw z?zOcyjZ5M**?%!QhvQTKY~ba*kXCKglyoxYR-c4@re4&skMOO}z2?`j$E>nF_V0$5 z@W;0O^zO$OeUIb8cU@`kto64k#CW8xCV}JOI_J2tQPwU=K8<|(Vy4Lc1N=t(-vS4h z&o9wxwOW!-q#s;v{|mg`Q?O9OEQON&L-IeLPsb-qIEU+v#9Wf$xpOOIX` zC}rBr__`y%hkRrKov!y8rhVqr`NZ=Du(x3UJ$^oO+G;cnTdWNy`|4~7;hIp@iHB?tP=DKl_|&jFt4pj+<>h7}0I=XHwc1h*77;(nc(@po%$N@Z zxPbpk1{Fv4AjOCI?}2d>WDqY$2k=rM>X%KDexbh8#rZ2p{p->T5dRDHABG$V+DqRT<*_TJJFw`F zq#u^qe-|5N-PFkWagEijZ49yZ4;Iv#AYVIpJK@2Rq?PzLu6Uji;m#SneY*+zAU{X4 zw@zpon+N{l?S~qmpIj-CoW8#0gckhY7+i0rUC~}*hC0!G0e(uKz4jV|nfSdkHvqeT zdfculz3?9_B|6=Ov6hBc+#BP+!1FzL{vVPn=N;L*ekos{Gxt7x?&z(P6b3Oqs&g*7 zuz&KlnX83E4P^f~)mwd)Z_s|n$QMAnl33@!enwgg_z&29DG=Nb@zVYVXn);Baew35 zr^!BRWEYa%Klph6AofYKmiV>j@T9%|#LdwwX9oQist zNxs}+*31aS1KCILKP3LA^}+I_@aOk8FVwgaA|(A%{-)k+Mf^&X|K;a~>&@grSW5cm zle|w#BmcP`2G+3sv)2~cwViJ07j#dzYH)pCBINnBaK^GhABsf0V1iq{8NYV9-7&tO zPdE?(4!YrE@UJT&@|17UY8u5|?e9)ahT+8RuREPadqs(C&y8v^+UrC3$=hzU!yJ>w zv$J8X4d#&~Zx1)eRYRYa3;s%xU(F4NY#Dn5;gD~vXwQ>Bv!aW!e&ealf3k#U1osDX zOZI32bJI_%(g-iP27~cG)UBH0z3by|#&~M*z7r!^=gjTvj(2N=bbl(-GJE0Nm|`tc zLO~o8^-sqwhky?NDT>eU9roMJ(~^?L1noB^OS4yK^oD#3@SXfz7fAWa?p*p={#6K4=6wiJvbB(nByl*i0r8H*P{g{8)D?0zO=d%D?2Y#-ShHpe>Q zu<+mKv>VJ_2A%HXeoS$>SECo>ONF^(PL_MC$G#bnV^y$R0AL+6%uZi%PTC(<46Pe- z5Fr)nHP}bDMww~f{ba2aPs_Vt`2C6Zj{26hYnjWL5XHxL*T<>$*9+zTl_8$$Ym(R7 zXiuvq#^(Jq+l_XeTgC&mqgm=d(e;gv0)Bs)-CI?bnhrgpP>-r z-L9Gxp-*ueY2^N@=ozmalgH;RC^o*-bgBQ~aH!RMe&gUj0ADqnhP}i(3k^YkF{2`k ztY@%m3~#@qdUI?_ltR)E%Ni~ebQwPG6`G(AEa4O8!{4-YmE?90wXAfV{4kNc1(N^w zvHGK=4|xAoY&zweNOU;M+|aPM_B!6)6;&D&efEs{7xaEtO-zsPoufkEMqy{e@z@BJ zQsVcukZ+`Kc>j#{QPpsdr1k~CgWIipiMJD-m#35XpX_lHg(*cM;e}5L!ExZ(G9i(_rry^7A`)s+Uho>`_hmDfCDA^5u^x zRF7VN5Py8UU~Tc@^gKmr%_kxA6aDcoUryOyu*iXUMh(Ururn2`_zu-=ZAD!dUrt*>ubWgXZOz>Eg7Cb+$`qmj47VzD5o2>BfSKeU{%7ek#TaphBw=1+v z;Q-eUuO(?HBvD&Nt^m-(HS~ z$U;oSLYuVnqoW0LVpGoUa{wwRsk@!8$j{Uem zp2XjM;CF{mp2wfR6LgMF7Zr?WY40huZZ%nG|3!SChLu^b#eRI_ll=ZR?6+h4{jLjv z@-rKS{`5QSQPZYPd%fbswa2WfYpkg&F+Y0jZ!5xn^IziQ^7$FdN}mnI%ejc(70xZK zUDE)2GX{A1z~6V&_wK4&%1``E)6^pChr`X2fEQn%KM-*yto&ShDzs%zVV4+>_ASZ1 zoz^?XCEH_W_~%LhhL1;-AC|5{nfBVSKU2kEgd_ELO;pA+EP2Z0sEDu;ygzb-uvVs)|RY8;Y?73e|LL$wrNMetu2_!zYE%<4MpW8knz z_fhy@>6tsD4CV&lurTj|uZW&MbVRWh0RcUwJk~GS+JF3yQyFUnKl)!}x3Oz06$Zqc zB9jwR`1~G1yfq;i@gnSZ!;{dqH{V{o7}u#000;iaU(3d&2z&ItgU*?M^L#A^UP|_^ zKhEdtWUQ()VrlK}v*@1-{c9(C?7dYd<|96+j0C>}&lm~&6!zGI=^X)Y;M2H@@x8Sp zk-q}-uTb!z`D%^wv#na@bh#vX5m$XG6BDK2<0E^rOAPqqVYueo);w92vwNRd3Vzb(%qy9vnDs%T`ESQZ&|Z`CTi?8DZ(Rxe3qJn;@GaWogZ)kW z!=d`ZQ&42wy0uZVpGAE!X2S+Pp83efaJxIkarydj!L;y^I_X&(SG?FDi(P7QK=R2Bui)hutVkEhrS%Hz76s`2L{vq%I*(C?Ip!!_7cq% zUA+H6>YM3E;A7d|b#L(dzaH7Di9V}|eiHUXOiWA-_6t@Co>lM<`)rMk9&mH;i3{v~ zwt`;?g6=EaJ=?uB1$fHAHR#R{C$q<{Kg6H6nAy+l!WJT@uYG0arX?)@2+0GmlWs=@ z`)C_NxTEpd7$)eR7!-S7diiRRHW>1BS!_>@;mKzudF5Yq;~B-Z`HB+YEhQyck|&3e z4fY+5TOc1&YOtf}177^CzBKzA=z%JN?5_+w)NKD;n~(TZ zf55OO<$wFcu0Kw9F*xM;jR0a@R+fmSIux&k{bLxcXw z=y1{}Z-y^}K2b^W;Vbn|6xUDunf394F?{{bUq9ht^$lG#|DydZc&@&U`cr1DHa`F7 zo^Ia1-lBsAdKX3Ls1>3P@u-d@+5V0#hQ6?LW?;NZZH6+wId!zCFZ`g7zr9iLi2nRl z@OQ~tfTiH2e0>zi$j%3$`b^Rc5d5Ax)dUVN=5Pw?yHU8oKzfw91 z{>LYK>m>d=rUp1BJUo|HGsfj|eeLTzD)g`NjjVnX`d<|y&ki9!BT&}VH~Z{}^0UL2 zLcbac3rke9uD`>iHz~R{Pbq#qk;X&*(v{B7mEM0%)mtXp#Gj4g z{q4IVVsiulYDe~ck?6WAJ1+b@0oDSnxct*uZ-gT`s{g%TPp54 z_}G6xK77^Ui9feJULft~2@gHrrHIK;Og3v-N=lR@pXzJ}3vzMs{?PuMv%RH7rjf7e zKzuf+Ps36v{#0TxApfFLJ9~8^>AL}aAx?RlZOm8&{9WunoPV+0GkiYw9{{JqxR0W1 zhCaXlwZ)L%U48GtSO0eVNqiap;p=rdtzi((A@aF(eCo6M(pod!KlQcOUVFFy zz1BeYs=xv};x8fmhVd?@sBYR%lC;CC0+^W1>EaoX+)SE?dNJ}R|%=pmaeH6ISQ zKaer>_|zMY*IBjX&rA0EPUOQxBqvDz3F!}4jZ^Y(M`Hh8=k`nb-HiSF6l|#ZAMG6a zwne>?@_BMf3JVvrWv?a{$@wgQZ9Fks0FJjz55P7#ly|i~}Y0U_F zKbF%ayfd;8@&fT{lO{PKIRf@_n1zLFM^z6mo-re1=GVhD(QcS94^Vsn_KRZJZ|?dw z@jRaGt+8jWZQ$dddlKNtA9`ZgV#rrqd_IXEbWPTEz6Ug_Qt?|9Qq$co5;EZ?5t-(kIBb3{MErC!-LrNI&oq_+`2! z4EGvfKh8t{`S>mr(0HML2KZ+=_JaT)9jCpvL$;UxJoN!ir&X`9-il~g;3Lb>dKPY3 z-|&{U(DZsm%$6AYYa{L7sNcz+cq4O-6t6iOSsF9}{< z+p5-4JWF+MW#hzhNu|`XVwqar=dv0FJEav+tq*h!5pl&1QcP|Ko~pO)?MDB0kOeM~rvX=%oFi z!?qK!cNJ1TnAg^3!~PtEq|MzwfV_HRI9En>Pz5S$IAC$H}m# zU>+B~6}d(=rF*mNKMj8Lu0s{c2f6&Y()IXz@2^u)e5TIM-|r;*YSC{`tbu(T5fv3h z`;UkpXoeS03!n5{c6J~c?!58$Q^ubKmI_HpTYb(IsOr(m6E-8IemHm zMLQO=39N+D) z`n_q!jCY>m{6q5#`7@8xhi%sI(ED$wo`8H7dH=bnc{$?UbOn333;L!7{QZ-Y6n#0X zDMLIU8wT-6X5N%oCd;#XDc&DqZwDSEe)&#N&(|>7oQDVYFK2@qJBQw8hQEg8GpxU= z`v>XEk4fvNP(FJ7kyrk4{zh=NzS$p9%@yr^DSu}DfW1%p9`H!m?TtSB5aR7V#20`L z%PIA#-%r676|(h69?eU??0ow!)Kl;+ov${D?K)TV0Y>?Y@eS~oVQx776ourh_{a?M zpF#Jmqw{#~Rj+XVxmgL}J6m1G=`#_NdT0HvOHmW_=TiP6EPC~pnXBX1HEhN*8 zdSI+#{Xc1-^~lK`&±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 literal 1152 zcmZ>930A0KU|?Vu;9!sg(jd&h0wPEU3P3F&tu7HErdV|gU=;-mG6Km^Ab_bDC_XoX z=Oh)+Ni6H5!0x%qc57Si>KF5izhwdWs>};MuvBt0WZ&KvUcE$OEyMbCUhg){br(|R zjG1#pBK&~$hD{^d$2#$1k{ld{iFR6R) znk0_XdONpDyxYcmdyDMtU)@0Whlhm_a*yP(x)=ICn)EHITLcyw8X77wc!0t~#RwQ4 z;lTLGWXu$L{!sphUXUU~^xvNkU5+fvy}3d5c1bk@Lu6!FNHZhnoDZF|ckp>JFti?B zy42)t``nug=iZW;!oUy{5d|~_0&vBz)Qf$OCgdfg{GRN@VYtxqtoplci7MGmYSD9& z1+MaPb6VbEEivf-z9?!=v%o){89UgYzGzVK-lTG?`=~@EBQvw)j&A|(?nQ6!bf*ZE zmTlSMbYpq#jqS3xe*)t#A|@n^ko}JtPEKI)oTsu27+$KPS3^JWOE&N~$U9mC!UXu{!j>>l78wsL8^!n!OB}8Y;FX9V_pvtE|0wGs}@f<#bYv zEHwNCfZ+iOKSK7S%V#_?OS%nAQu4s?+X~dL{KlUt7s#&yhBw3i&`{^y|BY_|`8$#r W7#iY3L#3eh2b<$FJ$@Ar?-=RSyh za?U;X+;d*f^ZIdq-0<)j-pd3*=%MQ=e2o9oe_{@L4gKl@kd zj~e_o;$k`eZ^c?+a{lniefzTacO!iBYj=hRYJlrLcVpNO>EgbF96zL;d`+BxzlNnp zyApnwr_b*JJTG7}OJC6QmvOS2l>S$ie>#8G7=&9CG) zJEa#SIhOYmJjXG;#-3jz$$P$F$B`bu=WllP5w}qOD5D?by|eBaF8`3{{KmycxIDkq zXR__wh;dxr58gL9^WcU1IQ}$b^8Eehx(Q6ax?+IO-zN-wj>Cx9>!EAx0`c!TqLT z>WQ;M+``7CNY88f=waZq-Fbcfd3V<(I~Xt`+9ZJE?rVQEt!W!-wvd>Py+AD^$h|3jcp&d;NHQejARAWH+$)za1X> zwIGz?V(A6z4eLd*+MnUm#RcoT&~FUqz5Y#_2^YgRkX})t#x?7ayjn@GS?}-f?#?jE zTO?%1L@{iBr64ITT47jCQo)>E6%`dMy(VeH9Fxf%a!upCEdNN06z+ol&D}YQ_#i|Y zjZ<7m{x3hp-gj+}BjUjaKjQNLY2cBp{TIe?dAH5H`D5W%!|n21;35{)J~JIfEslUZ z6l9wYbjG&fwZ)VOjc~7EGO-rel+ohT3_>uh^KJ1#wswX``mXh%_F;H>&`~cchhfTJ zjZ2M9Xg`KM19ZOB-VBcf7OMk17|stG8DOy}_n*y~;*Lb|UtOD9L-GHIpL9 zUzOw*0vFFC`F1ynPiMXde$7qT?@fGO_@Q6c3F{CKu8)?xWK9>J?Y)Mz-z4ZqKTF_g zl7BsJ5PG3;`stn`ENB$|NEm;?U!|+DPAsGM|Njby?jO3}R9;@ro<~@;*$yx~5jZO$ zA%S7yPb4me+56rO)A;U+i>2QvPFZhm_vi9V@-K>Svt;3Pam{+$;VT{N4>yX<#0TCU zi}wzA72T4hq}L?XC&zOQQ@F^SWD~QxSh_i>ASuzrA19cTQsz`tlxFvm#{Z0HN&dqO z#z(Z1^S`S5z7Jso`fFn^NBO@LdL*Oh!Wg%Kk~|m-R(*Hup|KFO0veCan$pj{{TS5} z#UjXm?@~n`Pbc-#+N2b@MkK${(MB_q#}=RWdm^P?!IZCw^CNYP0QM++Y4JgFsS^hO z+5N4Qj`}mK^ZglYQPM{SAYH5A1wp`qncpvCt(ld#CuBj8SQqHV@QF!#LW~y6A%?F# znIBSD?V+u;He3(Idrw#kd2u(HQZJSqTbN}PGYYAC3;j=x$$Zc1xv>Na^xW9s)@AAA*X6Y~GQ+Yb0v5HItK zt#52DExn`!L+%gARx4Q7}ORm$&`kPkOX5n5CbV z>?5~Qh9&#x-cnxP)^*PbH9#!gR@LeQy72O1QgpseD!eD8+6&FY^Y001@Tybcn3QP& zfvWu9R4oVsJ$QKu)!zy6q%iF7mrnLqj6bhWLiI4TPjVnjKY;O~qQ)4GL15TInfUGc`h@zsaO#YFbFHkq!UX%Fqe^B2LKWw_p$QbN#AtdK)TTw>{|2Vw_B;d_8ByS>+*6g54r$PUvy_P z>wixgj|Cx_VQD;1R^&_e4_vcZx-sHWL9bEDJ3Xhx2idv&oSL+zFFlv#KM}N6vX?%- zPJe53ll6xwy6Pt2{eBvqFYzzlxaA1&WFLX)my(YNYXwPP;EforognL<&7Vr?PssYf zXsm?ACMNayYkm-wH^L|$rPs=xF@6f=H`TEEv`xwnf;}9-aR2a=AvGiXwG0p4KPDnr z^*-^L-a_TD|3424o@C07$Hpk*6+HDq+j%?j|<7el;!uye9>_G zgV5BbULY}y4r){C+Ck8_q(wOIm03iaW2G%v>7zYqj`*<4y;{TbmbKH z4{Xa8Jm06kAheVJtzX5*YwMbk0kKhvyp9ZL@WJ@T`H)KTl^DhQ^R(o@yRP8<3ID-0 zTakyhNwA;reDO=^4SwI^Gn@V~OM1gW&xA^R65@>FUxe4!B>m_Y4g0AXH#COj{xh#e z9M0ZQ*_XF4Vg{xar(Ie?fcH7>#d!3E};G-KdH4iBHfMH|aHX z!oR<*i-1@qs!#Kz#nq9p?I;vl8%pV{~kyzP4Yz+l3809uTH=0BO%?jHh%W~a-!1>v6R135HaF+2q0!JYUY14{FRvSQpH8&=>nxN1 z*`s2ngudCE$A@P6W?ma!so=PNS%|lK@btNT9OJi%PVwAd!*kso?{_ZmnE_Bps^`V~ z)E0lWSb6^6AHJAdy#L^2R{y=Ro0C&(|5n8CrlzC^$Lc&PV`q}SFdCaW#RhTqx?o8^ zkiL*SLLK;Wo@NI$tUXCzRGSi)Fnl-kg<-m4&)p5a>?$)FSo%GGd6e|qE{6Muw}n_i zx2~5eT#gGph5pb_(J^7d(36gQnd~C-h1C~)`F429^83E2qS`3_u_XUZN<8P#&a*kK za2SzGy3Xco$|%Qxt;Wq&3a-ug@A%QaqwrOjD~YW9)K_mTii=n3Gce`GqRIf1iTM8h zs^b0wQ;;((GV+;jj(j-nQ=9gJN+b;-|uzZ&iRlRq6=uY+A>*t>H@q` zU}Ox#2k<`8#(UQ=EN*>XQ2Q6U04aXN`82d>k|1WCaTPnWwJ)P2>l)HmLb>?G>>bB} zX>PUb+9b;-Xt}{aOCk-p?+ic=B0{o+wY){hwoh8VgLLDdF>-F+pR|AGLPeW&3y? zjVot!hJil<*C+9rk3rtwIL6vPCBhhCZi(miYv;TbLb|`AZ^ne9e+vwJJZlRBoKhYmi&o#B$?4z+D5Fe^cpO(x1^u}%y zAB3>5hv7fGQ=8gvK#J@?3_p?GeT`ShSjPWN=fMYPancXLuG>_67#Y-@9vjcvON!6b zM{@r$4SX;bxW35JYjaxs$zK=GPz!V$BkP0gC@(rg*E-sKkS&N%7b^?hjM^wWcz_ zo#oFDS`dWCn;1SBk{@I=*Nk8|IDAitrKY-qVT`wvD*WA1N4b8+i2mW0F0n<8Zpy0XGT@3%c8TD@zyft2v{U*YGgT63|KT!R2LjUl848uRTzVUc=iELll>)$qs zO9 zGw4s90E*bEbO8ojti0REKbN1kd>e*Ad^wi+@q0dg%6zE#k(Eb$5XCw!j}jkh0=a+u zYkcSrKGaky@;fH{;pj4u}1a&TtBzzXaCn#lIihxqEx{MAqM3 z^M^$C8CUdn*G$Zx6&Q{0QGDWNb>~S*UnqPz8L}Xtv?DWtmA3%)vOZer|7iiUF|KKP zv-D{J4PNEt&DPF2J64$M-CvG=0OMs;Y;2(}n!Z~1IXWBwtOP-!_`#}EhJyW z2eD4kAGg+6a}FGAZf5C}|4#G=jsI$XkUv54g8AnyUme*rgyw5uJ{gv{fe#BToDbro zUtX>mC!{B>h4B*yqTPn@JuRE9sK!lQL(D1J?O^`kGAs ze7u(UU@kbs^4s-;iVr$ph%1**;zOm1U$TBEjGwd{Gs z2h3k^zDfGQT*>WulJ9$Sc60e9`OYqV*_+*O=L5%-zi#vQ*Oc^>i2BlU&WHVme#8fk z7vuRIHW0$zUcur0!^_`lZay+;78fB!^Pdl_Mm<>;eg+4CMBW*&k&JH;m1-`5X!9W3R4{D&ZG zOz+*(5T8VREbcF^nU95DcCoVhbSHmh(Q?`TQu!;y7n3zJf$`(O9rA3K_Z+oy(RUgPbb;yJnGowV;b zKQBEo%JS6CdN4t* z`NP=#XX3mG^YN}`j>e(<(@Db|F!`^@U&HPXLV4r>Fl=zfh(92m`(JhNk8nSKpDj+9 z>WlodSb6k5z-~_Xw$ICw>sP??Kawdw??;Sr1G8>~GW`9Yw(qd$dap6V-az+6E$d-R z5G$1Vj#ut!$xS^{%=^pG@k8hh@P+gR@kMMwy`bWgC*1}4&x&KuqxsTV^@_hU3i1zq zaGIqrfWEeL)rHzB!(2WVx(md&*z{)8C&RDr9Utp?obe-2`_u`)7nV;v3;D<6xcx=` zD=x|=U7LXKM1PD!e&UCw@7OudzBKoNXz6}~VRNtAO{wD)eUWXRb=dY3W5bS*lF&-qw#zryx&Cb^a*AK3?l0A#d+cTiW-wJ=cYeId`-La2Yi4SD2z35XK zoFq1X%lP3rTU54I__OJBI~zNSQ4A5`Fa=-j2P#LuDCD+JefJMb^5e1XZ)UiExHqK9HCVxW zf=Vx?XYOmtvV`I;@*g7W1!4NplH8}J-h3kk^~G>AeT&c36MhxzxV&x)0AE(!{EEqM zXG;HLniky*nxArW)tg!QBYhjZ#A>Czi61eMVf8G1{FGrr`L41uhTGu3RaU!eZ7JJV zScKkhUWdMlHbh2l@qqnx*_Z1R56S-0h7up3PV{IZ>Du@k^#{`z6u)qFef;rB8rV;1 zDgD^{SRP9o2z}AVt56y*^x}6i1;42Z44M{W;Qrp?aEj+8a(N*8$*gz%fW42cs>Pq= z?;oecwtr-`>&TxV{_F~hsh+s#gj6b$jTQb!HW!b3j?WMN?X)gr>}OlWggS4uzv~h4 z8~OQ%clv4GZB_dB^YNpGsQX*uLv}KkudVwL57OuSTd9xEm)3hROniVn!}+j)=Hn31 zX6c*p{;oNzxIaaFsH|4}l`#<~L#Q?^Kgm~ESQsDA<6iyl8v2EKnZeNi-C1|}%S^9qX=Lf9fOoolPKQeL_zyI#Vk3zn7arrXB zUNV`K@ncN*^^o%NOX=)>@*f~?{Qf;;A8TD*S$clZG@6e!iQmcg&nx5a(PKa`y>NbW z?)0pibu_(H@(Afd861Ue(Gua662|({7(x|#~a!vc?A;x-dR<|`S|z7 zK|vRPXoNn1JO_Wk9>l0()l*@rS&PcmoB?l>fN&`-WU}b8MZ5O>Q~>rpymF3{Heb^cq7JT_lZd;Uyt#s zlO$9pJhO8h`G+?4{I(GEM_9eUFs-NAwyP|M;Wn%<>qt)*Z3{~!eM0_^0s17p+x5K@ zO`cqzXnMRg;@rx+za;x;+O(hYfu2qmwa^jM6SskgKmOhIiFHjdzFWpmGZCiB0 zk3H|bhezoh{Ob-%q507(qo>CixP5SC^eEpZmHl?bf0Qq^9;*+n=co@;#@o=X&k7%W zaFg33k?22!n*v$>eCP``ANGVygDl=m=soDkHwTya|jvGAI|of zRaEpJ=>uvFmVZpR9{S-5m+vvKfBJ7Y#pN0CvXIQIXwLVOAqxXaRsQ+DX>JP$b&j8rdT6zP?e?YwMg9+Om{QKPluFRT|+Fs1$ zp~Ti%XZv>Dg@f~k3EL_a`FGaOv|m6!K=J2O3|Nl|f99S4kUqI3P78XhC#owP7z%x| zQHghHy;e+lS6}ijd!F373LnUxS~)ql8%s~yM`s|#g4cUVERlPF) z7R-t0E2#o|f04eJrLvC?!@v08>eXwWHAdDK?0I8*l!w%HUFQ1r z!-t*XPxkWLo=NhOnwvjw^bi`4SbtG`No=X8V7Q3vHCzm56n-FF#lr>f`o56=&>*_QG8>>x(9lkeW)*Yw%Bb;D}bj^6ouWbj{Uy{A` z#PZ?n`R)Sgi-JK6uk}nTiXOFq$45)QZK}3?+8_>n<1viCKl1T6#SlU7k4t9U&^I0x zqE+!ITa_o~8=#*zX1gB~Jjal~P5jyDxiN73FJc|%+d{d>^5ycmYxANTY882DT- zcRY-@hr|a2wAu3stL=x4GC$H;`a?4v?R9D|lWIOJ5B*hLSI6IH58|_dfu5W%hhT3y z@M8kmQ#F;We3HM)YVk6|#Fr`?#M9nBHauUgKVC~Yau@7TE>9G{4KRsDmY>G+>`RAH zA-R3`M^yT&_4CY^9Q6nBp)t0R-%s@sN;@vG`;9116cZ8{J_-9oJs(tHX!U}6z>p_D zkMxDjnwiD0WG`Jxk7bzrInZMk!@(2CUfjjoV;a^+S5_+XjS?R$BRpAt#J7WJ{_}%} z9QonpGWW&wR*#REJiO}*|0JzwDZ{llyXwSGJZ*z#&UTRh{GbM(us3uJ{oC{Ej4Vqk%|FLM9vAfjIhtL@v+`YqDJORAB(xV^0JWRxOGamXP z#&^6FpEX1or@NHynAkRnKVPqzoENjI=pB+j#5)WJy;_oIEGXjowYXVq6fdv4kg#s0 z&?#Chtb98k{1rUP*W|9uABfdH6kjS}=?}v`Ez2q3_QYQJ7pNXIfc!qh53x?c3nhPC znZMt>a~Rh9Jw1)(Zwq-8`#&_?KWz(v2V43kw542LTgWi_2OnQ=!5@r|()0XxFZLF; zm6e%Ue&T~oZ0GMs^4-#<`0F&^mY5#P?H`Iy*65?S{coG;-4o*j_t#0kVLFeG4<|z& zrRwnfn-HImHa^b#YrIj42i36pNPK8o63;N^Q@uLAQS`@Rj6blC^(_62!P}vI$zF9> z9}oS6>HLaqt)dv3)!vKd&xP#dnCd~1>nz*r`1n0g(>mh2rHZ}1%zac|bebX$;_Ca7 zwYzklOP{0Xl@+k(F9?_x5EHN1hhHEbG2nDO=kw_~^X2iiMsT?#^eP=00RLrHSlAmw zF7KFFy5c62f6ZMhrhK9Q9k;he2&;;grWJ61msdw#TD(ue^W z>$UQhOfDHNub&JPW_BA_P<&+bc~;-O`u>qmrEY3uxN~a1u=$HOeWf2G2$iT{ar@+> z_dUDLGGwhc`dhE>vSIQG*WoSQHR|~87tsH)e^Ts)-(mbU8{^PsQhkL+yl)mZ)G?e< zI2-YR_xN~_v1Lz?I=)qm{xL=;a(>q43=>*Z^A{7~|02GY&C0u#q7_!bAY`~0@s+4p ze~w>+yw(__;e*Qcp?H0~(JV0h$V(cm*HreGki8a$tStRp3O#Q+uMe$fYgW~V_+T_E z`&DW)o^o%a@VEVW6km$QYEy>E|F;;8+Zm?y57_>~(+7dCt}miKT|zf+)Whp>@Fme? z+R-sJe?wq%DetEK;pb4b@0DE=1g0pHTnaz5YorNm#wzw5yM zhw}1@ZI{K#xvyi2ZKUtZcZFpO!iQtObs-avl|NWms13ceg7ftc+S;P%v;xK7cz)Df z{l0IN_)!4)W$p7;(B}^8E#&x=5|7y|+4r}s*dgU!FZB8S70efs{;e9e(PjL%ihbwO zH*e+_Dw`cKo=)StdOg%) zr+9Ej9PQsw>QDZR`)VbAMfwHqGuIDfuUM^F3G8`$gYtvs#z%3C`TT(GCgpt*pYz4- zJbk3^F|X26W&8+)eI!bk+&;9v1L1DYUusY21L$Bmy?^+EAX*=j`i-YW*U;Jv)}289 z)t_Al1z0Z!aXt*y=$;X$%JL7oXf!U8iOUjXuU1oFVp3o4`=`WrNnZY zuONHy!-u}7^$}cN#df+yC!}SJ(Aqj_f=e!96vl6;hcJda5RXvXf3#kxwCU0p-#@b5 zcYN$R%O9{Wo8oUHgcnAKHY@y?*R!@LHLW0;@yE9O`&{?HWNjMi6MU}{FPQgOP&eoU z6MLRCe-{(S?Uk5}X17jUWf!xqM~7bR=ZWzm8TQ>OPuNq1^0mCQ5Bdc*u6#Gh2- zDg15lAv1yHC;Mq}f?|)1jhjdDQ(SU?OhdY{;NIR06Ccbqj`52?4|jp3OMI`Zu1L1P zIL8m;$K-C!=znE=w0Aew%O1$Uc+sq2tUm`~)fo1%v7fMt?C%mgKO*<~fgBGj^7_fe zn{}dfo!DU*ChSnf2S)jx?-^E~&Ffbb4*Oaa4{!0gYY3fxF#G+6RwCRL_{UM;-$PoE zL#00!^aMFn{3!ki>zVOG`dJ-6%%61BN8Ns;Kh*wR9PF>CsOad;A7{1pzz@?ei+Vb? zk5)i%06!t%hXxmGk7Zjz3PmvxrOMZ#opD<%hg#|soUw)0>)nZmIBka>(!dA!=rQ7O+k&_p1dWV&NfkFACi8svi?1gu_+@S3$7U+{8HK+>OXhzW6-LCWyB8*w~yV&kKDs7JDJ zSFXmcAGrTT{Eo%`3sygIt5&#xi{TcZqdxWJ<=)XJJuQ*=ISPJ2p5q>OfxP|#KT7QU zXm{er$w`$z!;e#^*z+hI%1tc!$dMn(?my3uIN1AYer(xq*y@DI9#*G2W9mP3x-%yGfzsdjGXD>I@H}?E`2MKxo;u%6+J8XltUb@> zoD5NqKcpWppRm;S+4ddBkM$JNB!9!GtvcH;lIrjLJZGHtEA?af->|m_tMA_LkG;Kn zUK_9P`HrSK+h?M94&`C|bkJ{@X5jolv_i74Zm&N!Wn@A>IP-zwO&Mt^&Do~r?vnl} zh@tuuKbC3QllzTZpx9ScLvuC5bXx2W>WTe(T;IWd!g^mtAODme4PO38&k(=Q?Sr4O z7%$>+&FJnZug>~|@q^+&YQFs(KTe%e=Eqq&;|J+8if7)AALLIs@B@6XSWB^MLqxci$7gqs~C@Qu+C*yBAMXaY-*ZK6!NrI_DnLi*t zSZ!Sij4ylOPpocSnjn5pe!08%&F~#PF`blX%M*mj&psK-^dEa3(-*8hZ`<_;!#uzJ zeR=(*`flp{+FoCq3Hv)P==ycSKR4AC6tMb`euHy{OYR}Eud-mTG5taF>*Rmjjvq`v zu>K8sNiXROhOKLg45UB6kAfJ?KQMk|XhDu~%KQV?Md-AHTQ%6v-?Oq(Si2W}Xf{=d&ish}AM&Gpj)%i}1kU!=jU>+?V|0{3+#KdI20xr19*%ru_LZ~#Shgju z5XVUzX6>_V%gjR4>eVJS_SW9szM9~~56S*6CygeTK>RSlJ9ze!sqK-lH)($^jnDJ@ z9NTyH`bi#dj_U5XAN;??Q@abt@!0Xe+_bPx zSr64di{|I<>SusGfpCqU)ra_C10fiucm>>vM8*$VulP&+ApNlVT57O?$WeE?Jv#j`EXu8mH#2;__bX~9JD?7eS9v17teSu6AxwGCZ>iRg;!{{Z>B`zCv+i7uG8zd2@uj*& zj!sY>^4BT+ay$J&@m+QQEr5SY<+1wb!#}0*DDGWay>eAY^XpN##%N(|s_ad)doIqK z8=jT|dkD|v82Vj}C3{4bep}q5es;jV*#S~I8f3saoy#cvu>L*VVfXi(_(A?~HWolD z^`901c}x(^AP0V?1?=dF@J!gS9ouy7_+jN~dflb_GVks$rRUN5Yy11qe2KdLl6|MD zKf@z6j`0s`9E9;__+jTmI;-Da#4DPx--+>q=BIy+AI-Q>1?fu5*yynTH7#Qa@D*D> z;mD>Xq(9IfSnp=o>z7tAW7J)I{`!;i9o6Ekt)jSYxPav?oDVHtIG-%LK8)3m&L@C9 zSjKRJPlH#x*=(8ho-7X*)R*MpVM!j8c)}kkzMNLT=O=B?x8%}zLF*aS@)j7>;@?Hb z0oupo#diCNVX-<#u!&fIb2wYug!vcZ2gTQ_hBflTc}H=YuT0|YauLIx8ujz97leHrz~-ZN6iUZBJpKr{V(%FUcamrNWO5% z`vF;BL20e_oh&2yxEHNQV(%N z{W0uyM}D~UdhzZr@I!o{{Rz@r;1|V z`hp)=@A{x{3G>%M+@5$)NTd0eC2aip{*ji}r!YnMxAEWy?0r^VP12Ro>h+m4zY&?N z#Ft6mVEtqn<_D!lj|__N2}8X<8NGeQ!!e!~R{njOWuyHTE}uy8EAWrY|AfLJYcJUv z?d-$(2f(K47M@P~y>I~Gx3}X5$)B3f;qx5%VZizclD5RJp-%%Xi)j4`jTc#cG9DA3 z_4q5R->;n)eW&S*Jm5U5&ZDmMPD`0_rJkSH@~@lFAD`59o^j#_$y-)t{5QP)xAJ3C z#zQIoAOw59#0RUGrJ?h$Cg*n}KHv&_)P>dqD)VzUCSm_u%d9?jBNa+iAT)^9RASzD1e8*81q<-t8a3=g+-0s|uDJ zQS8lkN5cFVrNozyS;ej5t##tYj6dGh*@^jay98euJ-cUEwld%P&~v1}%6NTgej)f! zUDwT-+gAi*{r$86Z|oN~7-nd$2Zc5(`yZw8I%4^7`}q^{V1R}hvUXEOw#mx*Lj5P8 z|9&e!76eQWpm;E=?;i9g&2PPXwWW0fS}1)c@x$G;`DDM`eZa55|3ox^pAUTi{c|Un z=D*eXS$Ug3md`gyx0f%L)jqut@0VuB|L**x0gIl*K{K_`AEms$B!3kDXZ0s+G-E!( z&X2)U-v34YL8FP9A8~7OKBY~=% z{<|GN(wy|iUijlU4usF|lD&-il!L6j2%9RD^9*SJhBSR=?=k!ObyPuqKCQ39aKr6w zy1%qk%jc6R-Xy5j#}QWhuQi5Nhxj*+cs_wkih&5bugbONvWBQOI zccDF-S$)W!(Ffy;K18e;u@iMYnW&7fCr@bYWz|U%wMbK_cgAVzux=E zIrco9=a@TZ@@ua%{O2B652jl0Vtf9+S?(>mepKI_8hrtKo+tK;sn_?@dPtIgmR=a~ zm{5-O#m8I3tD%rGiZ>=Un@p#I9rtrRYTwUA`jYH9S-&nHUJHziswG{t-k_rH_Wp;n zebq+tMAOw=z7~+Z>(B7@NxL29*MGu?Nhc{kZ*TA+8^QEy~(XKz*Lf+TGy$k!T z{2)G%{Id4Eh4vJ)vbcQKW~9;lwe7d_L+4BRS&1|sN6{k258bcm4~Y*5xYK!}uTOrh zzhqBAVa(`8`&Cu@E23$?>a0FeyhLSBJv6Vu3-saob--}i&!DWg%E}5CE_5mWy2OuL zw&t!U2CcEo4jsQ1_7~m%N3G*}Sq;r!!^C5JVC}^)wa?O3ioJDeGZiSIpUUtdD{M?Jpn#rR%vP}vVc=a1DK3gG%=L&O3)&x*@$ z+ay~5otnk!dmZvmz0WZ50p`1dzG%7>s~YbYV1&r#>*FLosLCh#2i>@Y5>7~{^Ha*7 z7Er0uXLw!^Ab%dkQ?b9O&U{+DIut|Bbvr+N%N+f4y|C;(zc$Z(vVV>P8OWaB*IOV= z79hiNd;SzZq@nc`DLj5^nJBLp>Gu=;f&DhB_91>i-6t%xuP>qV70AAt)ScpkE_{8F zJ^pduLl|#yxelWJs?ZmNNnh;g=eS?B#1`|Q?Q(;d@DHs}c0t)+(co3x7tPDpON;Y0 zu&0Xn_}xCITH?=Mgp}&U_UJ0FVb~uXmi(?y%(|P{ugc_Id-veTcl%GMXIQEge%%iD z7HadB9Vz~brEhY>dUMtK;&m;bN&C5I{V=vO@^~4w59w>x-%S1)E(-SnpLT8gxRdsC ziQ>jF^8VnHqh)>aDC$J^Sg02JgWDAUBuqY^m-pAM9yp&@_5F^{MOaLEvEEJA9|iJ$ z%x*dj%}-%Qi;pifpZmWPQ+!`t-ojtO#2$5i=lg%Hezcy6?myEhUQL*KV*}y(`b6W= z5F9>$^PgFNZ5}*z_POD1ynl-aO}-<%XV{UhgCqQS{GfgQsH@bzeI*ZMX>k%4mH0Y3X73#oE&ugWtI;G33zsC67Pu>N;674)&I!Pdfi_5%H~}R60Lh zZ-#zrqY`vNzc@NSQ1L%>zK_DcQv7#1Kc_55Z)WeO^KC^7F5kZVq$k#YSVJ-YiS^#G ziPc`xd0%E$zcu>WP0{22&F#+>$71%{IvZtw+I8EuQ`XsS)DExVJR!K(SZ^)2=Rxv+ z3EM4-VkeyboISrio!`%}Q~J|)if1}L-}!mY^*hJvZ-4%|6vz5;d|l^4Eza(5xJ)}L z?BBb=`+oGvFbPZFH=y_b2*GJw53~B*28&yt6X>*{kIab3(6x1rgum>Fk=j?pgfFFc z+CG+&#dR{q`gW;&j=zbO>PPbtlwVx_Ce90W&u)bL8e_AvignlbTDPyMVg38TfZDXw zD+WG)v$L_Ot`l}~!asZ=?>D)=eLrLjbSYi*Hds3w4tb9nsAu@}oa(-j*pK(gx0I)C zsKg%-==ey-{i@?!F5x_!Z|!`*7chh;C|)+a0Q{c@2SG0V_WWS!{QN8ZhqGTE`8I>boG|DbjyjKIyzWl7E&S4L+1tRF;YM{m3JI z;lEbj?-75iB=V`i_M(v(pRivl^7xEZH&aK{@bT>9n=~KPaPc+7%P?QS$CEwM_$??{ z8gKvSSRUV%`(^#`+p+WgvVKtRm)39K13Iidr1dAifMxxm+>h14bn*M0pC{`pC7t3U z>io`_+FPA2>jUL}XS@XciSFgkr~dsp{8<cb&yhB~Yuyiq#^o7EosYB*V@vF|%diP^7p5rM$&eMq6 z?t#r$s`U{1jmtoV6F7Px0U21y1)nm;Wip^koGvkV0@^DZ?PZ_eYfq~3nh~e)p^EG$9H_+l zcj!MfLUcjd1%^-0sgn6q1GyA>jj8VI4fk(Wvz z(xB%E0-c{785t8RqhHq_?aLhF=i_kxF8nVe`6ngV-zVu49AL4+qeZ8-zn*RVA@pLb z%WhhK0{5EppVq^uzo$pzQF53fU+6#NH}m)~otJ>=f3&1rW5VEDHN*Kqkpb@bgMt?X z`I{=hbGnj@sYkd-zx{iMs`18oX^Y4lh(hQtj#RF)u+V^PtRhw z#p@W&2Oeg))eGyLARr8r{|tfU@jb%W@4@Y*2CucSFPeGznIrz_hL`2{<1{bWPkJ8D z+izHf^Y`%jSEcsw9yMea>5If0Q|ebApItZc#t_=SY&8D8M=A8hfB5`&PvO$P{GPft zocN$u?KkQl;TcpvD<)oUU3_1X>@{2r|C;{Tx6+Xx`&ZsrlpuDLBK|6^Pondy!%*10 zh<9xSUx-g+4^H*-yf*1Q1+jV3>XIfW^;Xj z@euJVgN-HX{45Mg4)8~VF${SQ@&|($&cpYV_E%qy>>+@+)wrs-)`zRU*-Fv~4|T|N(pW8zPC>D+XdPJAeR`wEwT zdLHISdHQeR!**|FK7#mATAt3|m*l_GmXN@nM>sXwn8Gmep|o5XFQoD8ikQmMN&ZdN zt}Hbcvu5(~kK{kQbTyCP$?>HF{C%DIK=_u}$e$nj{4kssU@TzeH_k7^{05rC-hQ`! z_wro;_;yxy&o^Tp8Bcsj$9|Emcg2jbs_du1noE-yAB?np+kTBP^a;ssTEgW&Fr?BS z?ZMYGRbo7c`|+FokLV4K{1{iVZ)JS5vK}C6!|7$ws5|1kF9=OEOuy#D`YAp8ffIz;{|7z%cOv;+??o z&*_KN_+l1ICq9&yCZ;n?^1mcLgSVF)56R~3N%Egv+RXV#*eWXPafuJjBKpc+Kf;*K z=j8>5_j2%;B|bDa^LVSB5Bz;b5BY~Q-m~(CCOGne{B7)K=kN2bSAn#irt4LqTei@9 zJlR_~zS3~eTQ|abSy^xWpr&*Z&SM@v!O4EQHe(psPuX(s3c_1YM)=Tt9m7XQSNa>x zT^!SX{yWhhQBM4b+AtP>nQLL?6Rux!mY1Ij{77A$*j-qVw-M(pq#`$tqZIzq-SNDI zZy($|i}-Tse%W8CzJ>KGIG;q~i_n|%Wr1|QNEYu8N{>ud*<;WzZuctZNk_{5s)n^d z^3Ui8QT4rL=kvW}HU*n|a443oTDQq))BR1Y zj`k6{uZiWS=Xcn$5*ViS8l~l{xqU+TWz~G8#E0_cSeBpo&=If5FX;ns)%stO|E5c} zES8^eR#qx+Uy}cG;u-#YNgoL1{P~1mE^o#T0r~w1cbE=viIez%4UQ~*ZQo&(k&jOl zUxnR2*X7s(HqKYy3Fo4Z-MNu)Dq%LWY}}UmE=@>0*u*T z{~l37d^yPY^7;+%PWocR{bcaT_9cgyY~t69~aD$^X~r zZiZ)1dcj9&4dTb={#7P-cb5L&@?-1<^D8*tkJl$^!?+Fp6|Zb(@VI2E|c zYDCmazDU1#`W-5B7sllsJhD}?#~{wab58oDVF>t=T6B={$F>S?&Q4t_`A?=@HGI4q z8RUue83`N*MO1r*QUlmqg!p4L{E732_~PQK_@DCkU$uNZBYDQnoF9ZMOiud3(v`x> zCq7)xoSDEd<taQIN&eOQK?sv| z#O@~yuvCo`u)vXF;zxV5^8OMZRD6`>U*Q|!=4LUA-EWU4@$qNum|;SCyiw26>lXV6 zX4Ur|(=yifg*vl;zfkaQ=sSht{mqNM6WfXcqut4SuaAr}9`19j-27$&Ki}j}zmX5u zW_<2niu1Xcd=VecSXgZY;fkam>gtsA&;1cT(K6hUb`UxA5aqYDwgx{`VZJpv{D&;1mW#hqgIlCEuZI8GJHS$ zd$PwuU0QPK{44VR$$xnZ{>${*Ow zpW7FtpRixZ$nulCXO}AHyGino4Z|#*^g;IT%Q>G%Lf)ypSbDB+6|KMH=?epz9oBad zKjIStsK%;swG`$NUfG^--_dtm#&kVeG4m zS9WA7-zzKv9}ZdC?X8J;+RCvjv$K`&wMVVom$a<2ql5YTr<2g0VS?a?`FqkgG+$5g zu^f*wvd_*l{c>p><`YvleMS50&1m3dO|Z|Bs&>o%zuqX`pc?6flR;}}y%j&-g5($R z0JNc8D833`rf+%=hI?6Bz$b? zKB4~vw6CiY4>lOq_I*q>A3^eO{@NnKrKPKf-MXYeDoHC))yPn>M9QK`_J4VKg>VF zk5cdK?W{hQ_4<{FmvQ}YV}0;48tzzn)XGy!-QAV_8&NCu%e?WyZ6!T;8OaO7V^h5)&3xgh|MR6eT;6k=cn}p#wJDn$sWXUjGPa&zQ%|NM3$evXN=`$0>ehg2dc+0 z#p~5r&TrxA^gR%Ky;UiXstkXxcPwf8#PYI>gxJb z`hHh_FWH|El3)4{MqS9i>>n777bfKH#QBGQbKRitQNcpt*h8mll=BcDcER_rv+{?> zFP7?G;3kwd`r$mde)K-H+t+>t#T|dLX^9eFy*49nlGUo5f3^F`qoZ4w#B=!~`A7KB zo!x(BJnh%Byuolw8u(xi?#-}n_xyfP4_v;857nygIsbi?4!WMbJ@Mtv?5i4BQ|kRS z12$|}f!R4&CGw?TxnU{JKdVr%WobwInN*IKS(a8^tlgr<0ar|XK7a8_%TiOtAqz_% zyE0{2VzY^Vad+&pf~155TPI5|NIE?S$)ya}0NZTV4z1vpNBa0Q_(H*J%>bNmJa*PO z!bW4HFu7YKZ#U76QIX0V5udcdkf$9ev@G`^?Kd=;YK-Cu zszI(6^T%{?drlW1*(+QgTYOqcKk#^E)&03cs6SYb=x`pP8hb(?ARN!_8(NQz6*%1f zAzW@#^a0_7XvLnY21a>Y{@3_ac|m@v-<4NSMbLU~Trswd`0e$KWba_bkFhgeSh;4- zkD>Em|I~v&p9W^{++8X1@qTp=$iGFwPrAg;6e0hty)>Tx9;1Oim^h!>yUfJaGj*mQ z9KA&Q0&*W8M~jXGNs2dd>nizH6`-#u}{#^(bxAY-<$0d0zR0#xV_XW z@!?+12eOycd>EY{@H8IJpEq^YNGCotq=9Z+queP!;y-{`lwm-#U;kW6|4{HLCv3Sx ztY79>p7Z^|PU(e<9P`&epQ!6Y`b3S1AA}wGgZ(9ayj-5x_h-KUWt8SZGTCpezn|+- zGOOsOqK^vu_B*z)PC0+%@KA02yv4;L%ilaPALjuVcRr8vDM2Tr?Rg<={`}(eQDeX- z!pm_!&WKH-WdC>=jU^vJim_yH>;uHN+he^wz1W_g`~k|}g?5=c=T<1ON9ZsbXMZYg zeSNr}KsX!E`%hTzKl5t3hL;bf_>s|g*f0B^yK9v5Ojh;D9=q>`f@55deSFrop1=S7 znnBN~<=;bynHP%je^X*q2qm-Bd>W~7#E-l5YbwN%hAjUxZd#o0qu}|y9M2C*cK>DUod0he`#p{9748r_7takdOP zv?O6yj6|19XpPZrG_-5D{|ILct_8*u0BrljPLWKF}h@a@&W_yx%SzVW zLfaUdt*OU+vx>dJMrA$}WUMBnYe@5`D7|m%Z{n!DBx)r-Z-&+X_O3I+_xaX;;+LQ1 zgYw6}-X0uEYBm~b)`{}bJ*_oQxjRGovot~q3c|x#mxQxwkM4`gd`z#`yUT;IpFCiH zsSxf*LSC|;O-d2yW!VQ!<3r1=@lC$1D*Q>xBqSN_N&Q#ebq0Ta;)mOVAO6$ylajMf zR*3$A)W0&lp45u=y<{Y%V`d5b$J_Q+ zj6p=UZjCVXw7XmazXyW<8ODB9py~cmVNTHrbP{M=MVPNZ7iULhGPbH{K|Ypc6Qb7} zlKaaC-@km(-jn#D{{u?Gh5q@|@v^?+{>zW=Q-yHmHudpx{-p6?;F|D=rf4+OeNUSrTvuJvN;i50l~#`|8MN z-mK8xnIYvW-z5b_%5m5~u)lrmfN}Nd+KXLjtK?Fd!c*XPx<9bya{=yjMTi#>=%mcR zbT26(*Lqksn(ZFAG}AMXkZR+_p~Tl-G-}#@^hcY>FcRODGtayov{U&0I|DTNXP0#N z?38okv0eA?y88U9gq)m9Y1{p?n@LQ*rj4Bf`GR#vE)8BW$x*9}$>8iYoqj#mC)l22 z=j}I!89?P}mNZmo|3_b+!Ie+M4tVNbq5WV9I``ao62#3fD;)(o)Gpi0(>jAh0eOG( zpT{ph_V{|`;SOPZRi2uyM-DCanYAvQ+^3Q*|Pxt z0n5IVyHgeBMMVBQoST&WxPEC0>!=2o5;F3Y{Rs=KR_n6%#+F59NA$Vfv2tDV(x#hU z@t=pnC7|4k{_7H?OV%CHY!&w(pU;n1T}+bYzCiaA8yxmBH0GyTn3S0#C$e{$W+$9; zjg&-YrbQ7VWn5LbZ;6PQlSyara*92Oc)UE~__X5eAfneXjC|epnD=|Sgv zgWvRCd6;ui|Mtb>+t@9;(4UGh1>3n%jfTk4efK3Oq!x=Hf7x3L(#Rgx+0+wnk46`| zbB~QRTBOqHUp2O9&7Hfu>HH)bvX)5W&j&BR=SPzdA8xK{7a5*5|2KOVo(xuTaazdZH# z)1#q3m#Wch^df zS>(n;rXaaKBcowA$(|J2lr!ze>Yw*(mGetKN)`1}Md#(Jo=?xQ%T}*ag?K9z0>4CM zk4Qgzq_b0?r)I*Q!6net{vnpj$*hw|W9WE5ci;&}M3F2U4nd}Y5M83dAob7rwYxts zV5(|f3{;*lo-*a@E$_I=kN-Z+{&ch_+~4D4IpcuJ7U*9|ORk5y(F4h>tsiQNME<(q z8yVo&+M>KXkr12B7SQ56cB03*ja|O=_cIhSsVMJ{Z(W*gfP4w#S(=@cd1PN{sX!lI zos`M4=9JUU_|~V*oiA;I{xUXLEPDn#ziQfLnYbR@ell~FXkVi1+$Hq)`)JRZ5l@v> zrj8e$?|%A?21&qd$zjCz3c|g;;jeK`^yD5g%}&2|($JYK&?9gk%O&y` zwU6LVU;XtJ-e2y3KW@M!z5BN_hkN`<-VVl~2UfjuG=6t#@mluRlAQ=yIt(WWuhG z*QD0h4raOFT6D8L(6>ks=+n7#6)JIM6>n6touZJF8G>0Cmer< zn1T=wD6nzy0Qfr(6fVtPHX#Pr;kzLm4YFxLXvV%~%^HR5hl#zQD_qR8FT;B8XT309RS#NLe5TQR^X~P~ZwOU2_Jp}nkPEH=_{DWoCG0UJU zMHp{JMuuKCd+?p_4L1DK>~nth`t;Wir3aCkf)CyF;Wg!TRl=c-XPd@CpJ9QWzawh0 z-v7Wsj7RDf!t8Uh+k(@_E260VU}<8OUpIFy`Yt#I+L_RJ=gs)fo=w;?L9!&5!@q?y5a03A3nmHpNoPovQG1|o{iO4&Q%hf* zZxq(U^{oGF$w-xQMEZ2O!W;72%Rf{;_S$ui3pAC76gPc4hm!}plf6!7Xuz1r^csxN zV!TGG2c6X4@5qDwZh${<#lL1tQKa2RF^S`En{!R$FC@@_%XbA4TZKZ}A`jx!w9xwx6rM>lj$>KZ&LOgwk@cMeeV&|EO|Hqa_fJdm zJ$ZEo*M8!+BM{DtEXeYJeHT!`FrU(3^6~PE@2uXbBGNwjr}9z8y6+!R>4#m{@g@3o zLZUJw(_2cEO6Pv!VYDdkP0Cy)uQq1r_bEzz9ZesEVztQ1s|<6m$E@=g;x~!=*G*N; zmJQdxP#mAZ$$Noo@ozq%BRZQqoiKK9Qr^txcOo;@1nv&$wyfAe^ErjwdL?IETR5`8 zXT_iY{B{ER4~B7W$A?~BR9|G84s$b%al%d{`Ar%`*x#cV_sYkTls|OkED6|w-g@Q(nII>s$wtmj3@cUsY*7Q(q`jQ z=Dhz48xpX@y#HYfIOm-I8MP1YDjXf?Ey)4L@FTplFv8HuI?V!o8vBphVy&>j9(W1< zz?rn^@(iQJ(lBVzj%g)1ktblyLp*he-$>`ZDG}|Px&b3we3ooDl8gITj$ZjyEu``y zRa7vScz-|>nBEBfSK3d&KV~(L_ynfUgN1)NrF|Uy0o8+1M-X47`HGFh=f8g`e$#R~ z9yG`Nx>G;uBK(`pSXWy`h-fc-RT-Jtl$D$)^gk(k3G}yB9AAH$@^iV{{Y}|P+2hAw zzy91+-`2$#@22b^d9pskc-a3${iTIc(f(0=!TUSrazZLFK-atIm|x!W#o5!rZ)G;Y z--*hka-%@jbrvOj<*hL5#;mW*;y;pRtr-?G~vK?;bEc9Ta0Bq~($G zIgztv6TYDF0T`&y4UyJXy4YYkpXa4z%rjEUM~?OzoP6pG$xM`_;ahim6OVD1(4X6# zM!YC5*v(#+$e)!y>}G#U}BcQ zAEiQmWy1H@N^kWC{Ps|Pz$nU-YM18lOgGvzu;ltBB*()@UDd?>uZ1^I?m zb9C23LEe&8B|?8kzS6Pirrj>;>rJcc4DRx=X?52vG?fplwM=}Tqnnyowu4AxzywK| z&rYKMzp21x0)5<>2K}u|)cgL~qVd?Xa zWK*`QtKaOSCFEh?S^E4Tf8Jgd?Z;;4v9&$;vtsMD87o(AZxqH`XL`Zp>zj)Kpd+~I zOj(A@ZvJPTNpHAs{J3#RkawETNm+sY5!X0L&xuf&aJ~AC@g&2)b^ku!+TU;Q-0trq zKA-2IDH8pO^D5pxp!Qe+^xap^u5&aVy3ue!C6&oU{{Z%=maQsR3iD0vp)RNM-7mV? z8&&2`|0w7`>>e4P4=IvOYx)_x654)wcDC8-smbp_d|BYMUajkElad&pITF7P_h8~>`$O_hhp`r=>p zxk;G~2CY`;?;P;E9hX4Q&7PA9<`?u%)N17QytErd+I_Ilp)@s8*bnXqpdL&IreevBRA_3(tBasAizAK%dZx8lF^(o zX6SfR1Aqr3_3K4{uT-*Ro$lzbiiP>y(R2Jn&$B+G>rB(-G8n8v|3+jM8CW(2|M46N z|G{wIJ_x*>(jH^#OmxL9F^)$e9s2vD-b|3dKGiW1q%CLKWj;Qm!^OY-pDPdFH@+O{ zk^&kJO~raZJeZqaezl7G3ySTqFGKJT&R5X_?9l`8Ux@TwrpE$0|CHl2{1w;(Oxr|@ z{N&DWL*K&wOyi$z5wkWIO?*2pKs$1x? zGP=R=--|-N#JY6BQq~oN(bD)DV@Mqb54@-GW;7b^N^2UMY#}1vtIiY>Nbz16?|M2P zDX-K7*}dradH?R*E(?b8?C6Q%Ngd3ZL}4?2Bo^e$CG zP2&Y>j}>73*tJAWHm|QA@g)4sGCT7+wmepIkKzTy_XufX+DFrP^~~r_#Jj1#`KDYy zlU>2@PjBG;agxiiq2|8*ioQiJK^}SPKbP*G-|fvui{qDuBOV&jH~xTxnNs3rpJ^qQ zr@Gzt`w!$SwTH$0w`<4t*%FzW+*z0^4+r2$;GdML&PDoL@Eo0sy2dM|!u`PPrJ1GR zW`Ul9c&F9PpPhpJV1c>Mzl{VxbK=m;pGy!AqHhcD_owOeY)VRsaDOS{$5l;B!9Dzn zCxMPxz=$;EcYIH5FEG6;ZSIb~{fW{twQ7R!eqeeXIF5++9HmRGu4LhUSK1+ywWLIB zzYh8w8!kr7f4|Oj$VA2ki1DLgnRTXcd*68V*+qtNRXW{C*%KE~6R{XXLI)w9%?D26HX2!K5lYG3Q% z>16$-A&~*pf-S}KHd{e}-F55)>)ggB7y8DnTv_I(U%S%E-YD}D_<{1T6PG~u>T8i- zk}@M<{~s3li=&T@8!tT1@jI0tC%1xQi?a_v-;YbZO#ONGRiC8nmx92q$#26KVV{YU zaQ?5w#W>BVU-(=f9hC`-u8CphTt_@FSOI;H$I+fMolyPzP9Wk1q#W(T&xU<-HjpMs zlq^$^_#ZoS)mu^N-@!s0Z)dyc_wy88Y0qN^C1FDU0@EQ6O=i(wJ7hWt4Q_Rlk1T`L z(In0fl@}!v_QLy=wv;q2?W3~{hz8qe{zpwbVn(FD9XAeFo0{|Y!l}QIsMQ)IgZ4jI z|J&(mfxpWJ0aWEg>R`B_~uq*!j`p5C{KFh^{n$+ldzI#99?OB5? zoaX-?zis2U7#4R4@M;3D1AyQBzzz`AOvr&Yra$a<1p&orwR*Z6OM& z!#Tf=a@3L4c?s`Yh}GfLv{E_{@s-Q?SlSIfUwtM`O>_pMW$4*e55Bi0&u0hPLpnlx z$&d42bV|%G^>{!33(=2JmZnZzxhQD>rthp^srps&lys;&w&$Nw&O{8MCRirqPv z!%q>SF3t?htg5Ptt7=E*%nslKgV2MP($_=gTOBk z`1R7^bJ+Mkd%-hKGZqkuJB0ZeDXYC1tVtE|T{Atmx57m z?42$6k4c&1u_DB{pq;(3Tch(?mYphZ&?ho2gKDE3_8Y-_XnYL)`K6@fmU!bBt{y5| zCyc+!gT@EyMEu{i0A7DqEa&#iu$~8NuIIn%LD~@^2Hu4T_?zL`lx9i0V#WIo@V^$; z6F#S3&f}xRe5mY!+66Ih28sCHQv+YmSX{H^f*PF<06yLoE}bB`xPI{q1~u`jV3=kX zi&cexmLop4R~Y|6@PCQ1LBtOf8T5vug-nHTzb;LWSVMXFIj7lyeD2c+4G#rY z$HW+~_@Cc7ZQ-O)NFz5Nqb{m)!c*_NxF7x_V=D;na2-3xVh>Hq%#T}H(uZ%UGfmdE zoZa1*|1%8Nmj5osD17g*VVL%4GPBpUyw>NKMfq|Tc0WT_hVfale19lX`ojETnB4X6 zLi@!>q>hS674dT0E_3Ny> zZMwoR%cxiXm;caTnk|(YO*B1C(H14~21o8e5T*CX*p0`-2hr!QhWaiZL zl2Z5|H!1BgCMk0^>=R2&=g(+u zhOaq+{9y5t0N)_A`i5lsbhF*a;h|`L(-z__V>>o_&@Zmo#hAiMpdVZcN+RD4e?Fzp z-cQOrXd=3llnYJ;;!`YJ_2NsarA=1ruWo*~em(LZMFz-EN>=rkgDCzhCz8fD&^_%y zvSi)a_|L`tMfp3`yq6ZKa3GY*T@3F`G z{I5fh4+|2I!u^fFS0ts_#PzB(O)>0!qs;o}E^|A@R~#~>%JI1j??Q^NxP9~GbS>#6 z%m+{P(Xz>vsW}l(%@yuoQMUYJ=r$4HP2^vhLqxA;SPnfJ(39oao=Uxc?sJ~`tVL0 z(ndU4ZDpf{{yEa1A+1d!KRKWuu%9dt?o)m$EiF9&`$igr?|*61X_KSxFTXiJ?|ZU( z(5HXI_bC2L;+ONdJN~PGK5AfgZ7P))q5mDDWib+jpxUAD!@_M0@+*iFs>r#_-;Kp| ziT=q!`=BqPg^IEQ51 z6T0m49}O>w(Q=nCAOCC``gGl9?C-+&zEE7xTU=Aj?e}99cBbPoq9$8Z2@b?(y00-S&s?n=jzoQUB3b9~Ixk>raXgch{fGvKJdVJ6$f|ZAgqoK9S0|B}=dG zeu$_w_jX;-VLuoLetM$UUyptz2yhd~`^%UwhA#ux6`>zm)}6rjxu6gVksV)3rB{;_oYc-|D4}9z=6Kcu^m|3HpiVS3QL9 zdp?MG)c}u)0zDIWx?rT31Ug@KJ?|Yhg{AGm{IR{IB(;?Y;c)H4{Wvg~qb~&EJ_EWy zUG$ew_UdCCotVg6@Tuuud~t&053v8yzXI3J?J+dJLHRx0`_}r2Q#R;B7aD?py*axx zjjgJR?g+QYKUMjLZ!oEe9to*mNiyCKoz>_6a!=zgp}*fpOZ*}h%yYv7w2a)Hr$oqr z<^uu>Y&NH>Ya83SHoDG4Gy2k%>?11Qi7?TDw!-(5bse&_v$X~8 zYEic4CD8Z~+G9GX|KQAd;EC@lG4P_x`FROexxHVN3M^t zkd{F=M>$kp^WWn36P+Q`cjCIUZs$w9HAvb}S+gyeTTkFAd)J$%vEFYCRy`gapU{P8h#-H;Kby@uR0C$Sd zE7zmGyAjb`Y~s^OSWis01kYD^pK}`jasmFH9_>|l_4)Hlvjfw!-0}+}U{9HG zHTEFC&UOq8On)fQ0zB&7=NeVYyA1DLfcDa2zZgIs{ycbAey}k9{`32Nv>(xIGP&&^ zj{Eug+TTDv;GTxxbafSPgUQ}y8b9fSM`pe7&EVNvwIU0MqDc-fGBM$j$+0NowjXXYM6XZO1+G`m=Hb5WJ_P!X%`CnZ^dq&6)Js(4$@4Y#|BRBPfi;K8=HzwTmYYkUV zGIA@<$6%NSdCib&8XtQ|$lnBGG2G%~uD2%sN#Qp^vKjnb5FYY6>}8H6oVi1_4a;>* z8>?CO8bo%O)*58AKu-_Zkz-eRpFBzRH#XF(Bawe7H!AZJz{4=OTU_(MW}z}SXO{&j zR+WhHiMq5Y+A|%%SF~BAF@%sJ)5~0Ycb(my=i_T%WS@)oby{tw?~-8&*Nw`Q185%& zUg_cEAJbl$8MS8T4zWFoFF#86=3alB=9e9m?4=K9o|#AODQlOx^J%l)e{LrHyR0nz z(854N-ESZKoAoQY%3Z>I_opSk5!By`74Em)1!oKUM?UNg;LQu1ACLj1)jr3D8m5!8 z2EG26PXib4L3I=-pTIY*`rq(Hs+|Dmzc~M8q5a)mpH|WM!+Pu&TLJ>Y1^a3}EF=zJ z|2_6q|Ni%jz0D?Lee9Q7MF<0PCtcJ^mA9olJ6_*#SLdNT#zP<$$_ z@5+8j?wzwkjHgV7{8`NGX~F-B)cQ>|TE|)M`?j%VHbORq7(cb|tO0OFHS7GT|A_W% zU-ZmB+JlmYquB!nd#@?8!k*yzv(eNM*YGaj(;HN>QZgWB3FM#RJxe9G)*p4uLi}%J zp3j$=d&#WU*Lcy2n8{C|(BgLH*;Nhfr?~lOjS3`=+8o ztoOJheTo+PS>UTbJ}ZW`17r*cM&hu>ywi`r>&cL zCMQhHFZAb+A4+?WHS6@6B9WiYQ9K#yYXv;nt`762XyDBkL!YL;pBr**5Q+_pWcFO% z{zz01;PGen>3jGGuva&E2>khpV$B9!xkPa4^w=wuuTDceNxr5 zdtv=hd_C&XAIJFqZuyrCi&)?uU%5F7>)WXErPg71ct8OB4>k4Qzckqs5HAq*RhD52 zIDi}x=AX*PWKs>4#n0$u?diBN4Ow68Z|3Vu+Mz#Czmah@KDyN}x>dUd@&SCRjqQ|8 zARa2oaPa@mvNyI1@3$vxi2Zpvnw%YTca3g-DCNdRquGSfPdT1n_pYN_kb%_7=o%aDeMOxXozI<<2 z8Y;}D9Ig`dtN9fkAKL#s1HQGt-QW1W=VK6G-Rx%1x8BFa@04F)e+>bD^=M{8e-4QG z67`aR+Zs=J#?$(zw=jKF-|3D5PkFX#j%Y7;PHZ(&`_hc~1nRN&+8^ciqwoZ*SH^5Z zVvZce8StOfcz;F=;%zeOfAraF-`C&%_o@GG($MM*u0N<}fxP3-Bz%wVhXTI(OH)Te zX;ae*VLgUxE91uOJ}Tz3hC`zh>F<&SeK;e+PrDV0lZHT;c$hhyjwTD zJ?%~C8;WoAUh=;5vevu7>dc!ADe1tu5>9uBYYNBaJ=40GMnQhIXF_0U)7 z`?x*ufprg_af??fv7Q&8vV{Hx62BJKjUEOa5bZ|uc$q%@^K88DUT=Ng$G_pZLtBF1 zz~^ayuHH@FOt0J$Oyhr2(2c`tr?j`f8cgjy+Mij{%YSjtC!Bk$HzRY&)h!s*=>1s0U2M_-$9(MpMI5s24$gARkp#+fEDek@DjIjeNu+9^qc^ z-t_>D_s*8s;?z_>hF^Cr*~FULX16Cyms{>DOmx0;9_PWSH5D}e(@Dx)l}jcoKvVu< zsz}o{*Qc*W*Svjkj`mL~uW^M1lkAOoK4a~RYxT#d3H?2**pjgj_<)DOA2!@?_T%}7@_!lV zE8dpMw<@;_pYWa=K3^i8kXrAC_mT`5G0z?Ug=TNM^S8uzJ2~U_{12V4 zANstEG~QbOG33huF%eIR^~Qe&9_Q@hXOug8?ZdV^d+|6JFNW*Y7Nkk-u9wG9ya?23 zL(Ry^_TrnlHbnb4{n~9pyl|_^H_L$fzYs3oh%VCozR1+n)X*r%2aTUw9S&B9`d6*F z<0S{;3rHtsdByL4@XYGJywfr~W>KGypz#y-x=7E#`7FWgS7LsA)P;zrUapOb z2tuzgp6}Shfm}W&%aB9s-DRsg;=5-1wl10oeuF)!KlV#fTNwWsOZ^cAUZ~R()JtxC zhtdt8i#yVgZ##PNF+5N0P1jr1(qlv(L;Yo#%P}WO_6#=Fdp?a%!wJ)dl}kygCEx;co990RJ!Fw-4H!Z{bYb&!@J*np)F= z_<4MXDtxLM=7HXD@ex(kG$*@w3>cHz8?E=mx7B|)TEed{6LxJBkH7lE41T>oSD>DF zr|;h0@ff72t9Qp=Nu&y+JOB6Z|Lsmo`o()+muWU{2EKMWI*#eFrM2?;U^ z>FUK_Idd7)nuZjH?Ycu2gJ+LqwNt z7R91}Xz#{dh(G2HAgZZ!{!<$MA_xC9=h%DKLnj#u{GW8QC_g%hX7iDn4Pv}scNM{a z<`X?VzrgoyaZ4ROrWo@-4G*gF98cKRpA(iW?YEpun*JhL3mi3%lIlbd6vz6b5ht*7u(}{hQr&{=XS(d#@iU@HXeUP*V|yMwp)%JuZy1Tmt{gY@qY_OCg;nb^-s6S7v*UhZMA~h0^m@LDqaYhXN+5-)1X?-BA zH`M8nF=~DGJ{n)4^NI5y#Qa$u@@JVVRxH2iGPi8Q66y_2K}h$KPM;=vKIh5#LG*o` z&*}GO&>cC0=Lqv@^G3XT$uM6vzGe6PWr)c>{GHLqw?!AkO(#sa_XmzgVK3Bx`-;DIv|+TlN1kdOUM zYhw%KhdmuPLyl_w+(xezGbsPj{2K$jXT2BdXCpIxdHrn*U_a#dzZW2X3W-dt2k3x3 zrCVW6*?-O4{wuiLXORCux>J8R>d5Kgv%c}?-bXyM-o?j{Dq#=e^}hEL3S+J1R_r*K zXk5b{1^xAby>$GP))`L6Nt?@>U60I`O+9N4O(z`FW%=>%%A)IUx#?(<+K%||48E%9VzmTbr}W_iwf|I)%&zE)#malC`!#@N;jWoUzh+B3F*@Q{ue;IZIOQvV>sU`SMz zZ2yJ(`BM_VjlnSy#yf=ZuJl~8E~^(Wuu=m4oQeDa;)68ak?R=}z~ik{WSDk_JY=m= z#N#c&{-+G)(9J6S=KpvyTco81Wuty>uaHpDN z((&7XCv{3<@O^SR&VT9~rIrR^eF|d}W8d88UG`>Ae5*hH97KCrxQKCM{ z=duigu_96hkGFa=OmA2itCW+Nm+aJ@-Qc4~{I}Yu*Zp}|QMqgRl@DRA5-mMoq?zCU zi?Dx$yY2s3&_9Sri+EHTZ>$I#`}=QEk4p2sdcy}QV>R+uQH$>RvR3{u^>?A44LvKi zH%R=|F*Lv6>6v@{;xOd%08yp;O`=Z6C`i`(q01(T{$&68A4Iy4FWM@`7cTpjtKyez zJo^mnK^osnY-G1xFv<4Zg?LI5@LjD`Uwpc@XAbfsVK|Sgjf>B84xEB`V@8ItLEpr( z!DH(rIz&%H>~Lskf11DL<9!&u)O%%^dw#Khe`q|4=C1^KIX$Q~Pp2u!66o(-GY=!* zcu^ahDu4d@6y~ZcZ7Vf@GGQ;__$85l55zIChD5sE24iB^9`-PeI>jK^(}iVY|Is!v#Kc{eJYM-JP=>$p*>cQ?TA|xYpHIq z?Lz%Pw7F;qwddf^C!hDF0@WYc?#KY*U0nUeP_9>#M;T5)XdA2oLcR?VrNf7h+QqVPEy?a~hv= z?rmNw(3Ox6{R%VNivA*BzWasPhXY~1R(~6S^GLA8Q+th`kFik+JQ46RYRrcX4$uXE zX{}~)aSugX(R!7u_Y(Cp>05#afvyI?__SB;VF%Wm@&}Di-AgXtQa`{=F8&hc<3Ei? z{N$GXC8_uKGKBGdJ4BOTf8Vbpd_03GxQ5~(dVbpPqp1DOkjwXIuAH0amHT24x4wpL z^n9_)z8Ce-uZplfJl!G4gUx0;E37BoKdi15V!UMv@>QK#$%lpe!?XwD#+O-3PxqK{ zexM_|BVjr*pg!lO_oDsN02$!$0+2_E3WqK2|J&bR}t0mY^V;~=whH&+Hku=^3cmXg^$hW)UgZlG_7mbh9 zY|#ndt5eYPcrwNOBKt?a{&7XWWq3Ygfv}dJrlPw!P(I{`vrD=q1aCd&a=AMgZ*6NlRHdHzc7yC`vB%ydvUUsu25e+>J)89f=h|>5Cr^z zp(7!ninXWpp0`WeLprbe6nEZkPGm2BK?l4h&TsC+v-Mv;YTtNh3SSfW^-=%^8@b`& zXYij23K-`3Rz6?lFwG!RE5l^9@pL_C3+M|}KE6!|{TRd1B4NPE$0IvLd+EQ$3vvGO z*)<#e@Hp^a1x#lYpI=-C{D7?h=W$WIJ+AERg1EUzxC{J#ATBdDtP=roCpUsI=JfrO zFjMA}*l}5N{_};gGy+hn+k^~ls7B*sPEQ3KKZS8TW+{DZPxld;j{uy4`NNH*x9NFU zR9;Z;qUdow%+-e;PCFg9(#9~K@%8J756qK8{g5#&{stu=A_sW;HgPaP@k(4Do`CBO z{u1Wz-<{^p_tb0__j8Y#C?>VM7A}krc;5Wrc3%-s)I{rJTQhtq9s~ZIt=rkP4gAZF zd?g{a&CypMKG`t*(UQ*g#H+pMUry0J2fRzQaev_DoYC`Fxzw1rrCC`S@7+1M;GN&} z*6Y~{Y#%Qz&O2LkzlQrhJI30T?`Kplx%AF9*uyY~nTr&kit~h~Xy;-5`|zoBfALiU zPt;p)vC*(TZo#;wrk*LAfag}eOzS0p_sLrD1J7?BFKx|xrx(8(4*8fUk|hf9iLqkHX3dR{wyj9$WgO2+^n8u8Q^fo@k!wEOI;m7Loufqu4C+;ASl zeBwN=+~>wM-sl9k^Y5RAJiK8oGjsJG#6w*eOEVl66YhU1BK7~hyxjfq7h)|< zDJjrD^itFPXWB5}2_E77Z@NDtJeBx}WY+m$*G#1_9?9%V@9O-%e2!!o&F9SgtMPfR zb^Il~f4k9tK>pYrf7=zi|T=$as`Uv~GCIRCQR8om_%I@~v={#VOBT{dloTsGg z>FpLjngaaK{T1wCfuAO0e~Fp#P1(oYX88Bru)l(cF~&lgz{_hXkhkWEm3+|=y56qvf=Ow;AY&hm8M4|Y-(Ellh!dR-` z1-cUc#R9XgtOn;F>)>J^K>V84=XLIO7HhjyUgv=Sr}A~qdFE6wGs{LH`*X$mEFM!|_W2_9I4@W%cKwekwYI!HVO|&2SpZB-hldBI9?>7&l`;Usle*(V&{2YJ&BEo@52k5W-TAmY8*6ySrm93J?L@Y2wLxhaC3zaZ$2G&AHG1$Ptkft#G6^{e@#o1b>4s4Ui+Tky=SO*L-il< z>a<==?B72+pWpZXe*yoNRkQI!L7yfz@$u9|#NRmlO&e`N^~ix()VD&VpF?~#I)2lT zO3t6KtQg)H-<8p*RaPP140DQc_-!#NCl?g^V6@?w&{{elGo|^7T!da>cOB&Qe+T>r zf_%Qe4fTCnV&3}%^GDZDGGz5F_`d%Ar}3Fv)=z=;!+FRwo>qYQbM2t(r?|gV!q%n9%XkT5XpEutvp5CaE&VCN@a~l7m`SfqRasCkSp_IQkyz1gx=R@Cb zKK%F0#QD8_=k5&wqDF5ds5@m>Gj znga@wCgulZ_Xqq#-}}D){B)n6fxotXQWCVzUH`)rzQsQnI0f+rH@xK?RVW_*@}tpI zUa*|rl?v2v;=H#ISlgi4;CK1+Y(0Bv^*cOG?IGN^j;P>iy1UWm|48dU)4d+noXnZhOgFTzS&q$;X-->6IO49zF@qIt> z@Bhxf|LXY}Vu)CyANW|lC9x1(L=X$?P?LEkk9`gL7{$Aa`dj5aLg*YYu)lGexGpS|Y6zL13ICf>l2T{$l7T?N zBfgZQVsYM!1K_M`aVAcw~>6Ho^I1?LVubD zbN=LFDjxwh7({1L?}qaWD4rJq2r*uS>f)&j##uiW_#^C%EczC!U4NKiL+A3I0! z`ZPa)?L*Z6m9ZxLK3RiE15Zx350O5A{f1#n`)J?+Q7-E$7{0s>E`p=#Z#7}RD?`|Oz*Db5r*mvH>E3(;= zq4c~BFi0-T6Oas-v^de=m%Un5vZa{ay)up2#5{Ztqtc zJ5Tq~iLuJxmn41e<`MdP*7ea(-b1WqPNow1=bm)g%N&gZb-DAz zaQ;eREUlR8+izZgd>lS{v{X26Y=ri{aVVF3c4gGxuVSWr! YVyZ_9P@rWGZolRCW`E+RAD5s0AE?y(5C8xG diff --git a/gfx/interface/icons/ig_icons/entrepreneurs_30.dds b/gfx/interface/icons/ig_icons/entrepreneurs_30.dds index f8df847a10b4451de54e2a61c857b9b1b70daad7..b4f3b25342d26b036106fa29c7f097276f14a14f 100644 GIT binary patch literal 1152 zcmb7@Ye;gV*!riI~XQPwDmjO&1ja;!jAeQ~CsUQa9tjRY- z?(+y@O&)P#Q`PMDH^Yed2+!)kgngF8R|yhgP&!gZ^+h*5Q!k2hdXE3Vx@xw*aOpb6*Mg_^n|k*b5~FdA{0juZ zVpzvTdA}j5XIkMnF~I5$mXBV#AqtBF32DR}s7y=W)kj`ne`X;SlhjtL;!hs`833|3 zE&ndsdfP)0^y#2y$T5T>OQ?e6Mi2Cj4z?kVC+^7rXtY|bGOu$^g6l59C39LfK#b97 zl=-J&@1k8_TfM%{aF7D^4&-OWCdcQvHDeEo0?K_kOwVL8o8wwuU%>DM?Ap$O$L)3} z7mWBAuWkqU*wD}*>jiD+v>j;K>1rjl!#-?vXk#_PoTomKxT7BnivV1Lb4=?a9_hz5 zMVi>JLRqu=$RS%uw0*~xQV96{{#zfF`!3l>#ckyPW;4$#o`gfv7kgwG^;4@*Y|uXn zKSyd|%VRB&{Ts6i)Q+05s zqcjVegu7PlsAvm0?Go0jlW8!h{_~A@pW&ZF)vf{-!Bg&0T literal 1152 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/intelligence_community_30.dds b/gfx/interface/icons/ig_icons/intelligence_community_30.dds new file mode 100644 index 0000000000000000000000000000000000000000..42cbecc7e64fdea2ef61ad6edbb0abda519b3a40 GIT binary patch literal 1152 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 LX8DJ2%<%mOG?t2H literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/vanguardists.dds b/gfx/interface/icons/ig_icons/organized_labor.dds similarity index 100% rename from gfx/interface/icons/ig_icons/vanguardists.dds rename to gfx/interface/icons/ig_icons/organized_labor.dds diff --git a/gfx/interface/icons/ig_icons/vanguardists_30.dds b/gfx/interface/icons/ig_icons/organized_labor_30.dds similarity index 100% rename from gfx/interface/icons/ig_icons/vanguardists_30.dds rename to gfx/interface/icons/ig_icons/organized_labor_30.dds diff --git a/gfx/interface/icons/ig_icons/patriots.dds b/gfx/interface/icons/ig_icons/patriots.dds new file mode 100644 index 0000000000000000000000000000000000000000..4bec01a039ea8e8682735c94fb3a0cb0137bc100 GIT binary patch literal 40128 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/patriots_30.dds b/gfx/interface/icons/ig_icons/patriots_30.dds new file mode 100644 index 0000000000000000000000000000000000000000..b9ff9f798a526857d677d616ccef0fc00aa06a10 GIT binary patch literal 1152 zcmb7Ce{2(V6n~x9t(HM<(rLGHT)}o}PeO3P3*o16nS_9y5%(jxIbtFmf@$}|l)$cizALGJ@sBUL@8$D- z@B2RQ^WLkh+|2C*fIQX$PtxD`fH98$ZyY@_o>p!Vo_pYH_JOyVOT@rxLD%&K<*G+h z>!*JG9Y9>M;gI{X>RCFEm`rmZ3XxCq|N13~h{5hSXA#4nNRM4!tgppBJaL@jdAs?M zfVydX|1_?OQM|dX)KqKadt%%+N&axaoULHy24P8(9zB}jd*LjC{dl->%hMa8!<2uC z5aZd8BjJYJCY<|Wz@vRZ`PbP@u>6+W8;d7mqiKLbpU;=K3+J}sOrPQB$%@CYCG~s` zKbGVy--cY``g;dcgV=HL+6ZUKb;!HSP}S+II^f(r1Rw~4XpgGish<+5It2K#YkM#a zA3jw2{xRpKAV7hQ`LEvBhOQi5TTxMQW_~oTT!_zIqyBW&cJxgAgYEi$oXYo;GBe8} zHZhJ83_ZPkU-5PD6 zTr>DhWXxMef8>;H(#@{0z8+k5yET6M^z8J&2tZFyZP!#9XQ*Ggi}c80r9XjHB`Zmy z!3VSjk6*;}&E>6sM2WB0*X2`h9C@d+de*s-@=G6U{&aBx@WAjLKLhM&lx1`P$4}&N?0JA=>qNPEkl63G<4WQ`(OVXI?;9E( zrY^~C9GLi~;`|Fow*I}xs~>CtuobeEufkiE+HC!*W_+r*pu zkmgFpEuwr%L{X@n44j+K=;1*$<=n&(>x)+h%l6W|#exDR$+kGCMGL6^-Lj&vBlygZ zYW-4!k1ga~B}1`xyo=i!KL_aViO9J-^H}YqM|+j9B#KgojSfW1UMfde=+P5;((5qt zo6I(T(Vf0j4Gxo+>US|F>y_SxTJ=2M`U)Tvl0p_#JufwPIwOavUMci-(d_7T>d4|{ zq|a<(T;&H)A3x>M8p;2LFQjDoUY0ZaCuDIN!J-p?7H_0|Rzy)W`z5bKt#|ZOd?Df7 z2COJ;C@I}Z`hf7mJ8+5hC~GzJ81bt^AJM*ewDp9$31{;?wfla27LT3D=okM54k)Jq literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/professionals.dds b/gfx/interface/icons/ig_icons/professionals.dds new file mode 100644 index 0000000000000000000000000000000000000000..bfeb8581aff0dd731619cf1397187722eaf15b88 GIT binary patch literal 40128 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 YVyZ_9P@rWGZolRCW`E+RAD5s0AE?y(5C8xG literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/ig_icons/professionals_30.dds b/gfx/interface/icons/ig_icons/professionals_30.dds new file mode 100644 index 0000000000000000000000000000000000000000..f8df847a10b4451de54e2a61c857b9b1b70daad7 GIT binary patch literal 1152 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 HcKQE*cHOc$ diff --git a/gfx/interface/icons/ig_icons/socialists.dds b/gfx/interface/icons/ig_icons/socialists.dds deleted file mode 100644 index ff28fcd60355de0e9d5f97b8957c97c7af019eb6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40128 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 diff --git a/gfx/interface/icons/ig_icons/socialists_30.dds b/gfx/interface/icons/ig_icons/socialists_30.dds deleted file mode 100644 index bd26d770e9e9f615dded8c6c71a9ca2929e33915..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1152 zcmZ>930A0KU|?Vu;9!sg(jd&h0wPEU3P3F&tu7HErdV|gU=;-mG6Km^Ab_cW@i`eh zC#iS}sWeG|P{XI_|dThbV zz!0wWrunPMfBk3NhaCm3D==_}JZ=4Zv;FS@o!tx!F%dBZjBE@!x3|r`33XpQy8U+; zI;TsVoUP&k^v_n)tD$Ru?!Levowjt?qity}KprV~c~%4i2fiSn~f| z%YUwOT7g5ImseHi=1I$dh2J*6-o;{hp!~*$U#*NbB5RJE(!PAW@S)ZEe7O|`a-YAP z`?Ts11B1GmxxMVm#=i&a{~XWUrN|Ky{Ff*@W z5IVSXg5KHx|2Y;VN(5PPF}VKt^I2TK=En1xK>ZIYV%QJy-?<4ie_1Cm{NpgwH@bVc z89XN}0VZ(;4xoR54w5}sx#`SgOGCx(`x{4W c$i01RA_IfM_0Uka&Ff`vkYFFW{q*Jo0Gtv>Hvj+t diff --git a/gfx/interface/icons/ig_icons/urbanites.dds b/gfx/interface/icons/ig_icons/urbanites.dds new file mode 100644 index 0000000000000000000000000000000000000000..6cda256b6736456ce52861de3b9d0bfd6d6d5b2c GIT binary patch literal 40128 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 Date: Thu, 27 Apr 2023 19:32:55 -0400 Subject: [PATCH 004/439] fix: remove intellectuals from pop types --- gfx/interface/icons/ig_icons/intellectuals.dds | Bin 213388 -> 0 bytes .../icons/ig_icons/intellectuals_30.dds | Bin 4864 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 gfx/interface/icons/ig_icons/intellectuals.dds delete mode 100644 gfx/interface/icons/ig_icons/intellectuals_30.dds diff --git a/gfx/interface/icons/ig_icons/intellectuals.dds b/gfx/interface/icons/ig_icons/intellectuals.dds deleted file mode 100644 index 80e764a659aaef0a1ca9c9e4de8cf9858dcbdd57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 213388 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 diff --git a/gfx/interface/icons/ig_icons/intellectuals_30.dds b/gfx/interface/icons/ig_icons/intellectuals_30.dds deleted file mode 100644 index 076092383ac3898a52f76347d51fb58c0b6c37b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeHKc~H|=9_NOHBS1JpNH~%ZNJt1b36~^9B9H*#2mt|?h(K0QP(Thjz$;l=hHyFN3k)SkEwbv_UWTn^A$(ZljeK5V#h`zO2&sXndy#I@qHW8VqOs?YHA zi+U_*?jfLq#-G2l+(%?Ky}zB57mwKjs$*&ddV%NO<0`gpw|;-Fr#ddHgEa_yb8mJD@QT&BN#! zk&KAGquBBy>$*OVY3cnEWF~N_@GCwu@x7;1*$sxy%#{2PCy8mkT!k1Z8Jq#k4<(Abzjj8}Ye>z^PmC(i!rk*{Wj+dI+z z-~iFyWe1n<8!*6I#0x6gPX(5=4a2uc-(t-n12ao6kkMYVB?m{hN#DDC4`e^!QbFaW z<^Smqa6b^;eVf6U2Bdncn>38L>}HoJPVqavUU zomDp{N%}#>RSd(~QF5Se0bCBK^w_My9WdvLCm6PB=g|r1B#0_b-Ie&!)Z?flpZ!1z zm7#S-ZZAbhVxKIXIBrn9H8~`2`Fv9QUbp7Zey4M-h8#Lo_yAA9ptmE^P+!!|Af9Vt|<8?hRI>hy7~qid5r^C z*xR&UfDU?xknTzX%^{q-rDNPKNOD@xb73~{o%27LIx+j0zi+(=Z6YALLsuGxI9syF zExT%zUEF!wEr0i2H+AbBM&9nP>3NM`m^ri3!QtDk>C47!f+y2bz3PsC?bmVcXI|^a zk2#H}f97eL0NUrHoow_wK(gpRdn86^WemBQwpQdoJ2)$q`^u!d!Y|>_gLYr z?X$hNc4OWZhcRB+Ao%Y<0ri0^9cSoru}^f4QI3J;Mg^k$4xQVTjxTh%B%nE?eQgg!`wZ283#=1r zo10=P8!ss|-JhlIJ#Z<$zGXKUzUhpZrnUFIA6?P-q3YCCSE`@zORTvEL??Z63? zAE5m2rSK5T6v-{xgRUZJEGVG772UOHy-cE;y7#-sq@e$SUW$~q-gc6wUo1DPI1?0X z1zV~&LuuoYzA4Ls%2>Uo?byDT8p20~_EZ<%#vza?%TzEE)@=x_*>~D0GEwOoyEaAN z81EKZx4-pOwjrBpY7#pS9ENrZJH4o$t19oI%X7Et8JQ5BV=~mdf~JO7*}}W(xM}K} znKjyX-zV`UdEt9bPLYCRGA!sEp=9XdB%ELLmcI(RlyI5+chmP~!Iw;NJ&XAz!pY5b6_RfSwt*=`#ypHG)( zi=MY}6zR0^U7Zd5J%a;+&ZGSVCI{t{zkui+7Q(JNGHokNjsNB2Gr>;0Hpq4T&QD3c w5h&+ggtarx*e6jLPU83w+(glIUv Date: Thu, 27 Apr 2023 19:33:10 -0400 Subject: [PATCH 005/439] fix: poor strata --- common/pop_types/cwp_informal_workers.txt | 61 +++++++- common/pop_types/cwp_laborers.txt | 70 +++++++++ common/pop_types/cwp_service_workers.txt | 77 +++++++++- common/pop_types/cwp_servicemembers.txt | 57 ++++++- common/pop_types/cwp_technicians.txt | 82 ++++++++-- common/pop_types/old/farmers.txt | 140 ++++++++--------- common/pop_types/old/laborers.txt | 136 ++++++++--------- common/pop_types/old/machinists.txt | 174 +++++++++++----------- common/pop_types/old/peasants.txt | 113 +++++++------- common/pop_types/old/soldiers.txt | 105 ++++++------- 10 files changed, 663 insertions(+), 352 deletions(-) create mode 100644 common/pop_types/cwp_laborers.txt diff --git a/common/pop_types/cwp_informal_workers.txt b/common/pop_types/cwp_informal_workers.txt index 5f282702b..3eb978a1f 100644 --- a/common/pop_types/cwp_informal_workers.txt +++ b/common/pop_types/cwp_informal_workers.txt @@ -1 +1,60 @@ - \ No newline at end of file +informal_workers = { + #todo add icon + texture = gfx/interface/icons/pops_icons/peasants.dds + color = { + 138 + 175 + 207 + } + strata = poor + subsistence_income = yes + can_always_hire = yes + ignores_employment_proportionality = yes + start_quality_of_life = 5 + wage_weight = 0.2 + consumption_mult = 0.1 # The portion of Informal Worker buy packages that are added as state region consumption + dependent_wage = 0.25 # per year + unemployment = no + # 0% - 50% politically engaged + political_engagement_base = 0 + political_engagement_literacy_factor = 0.5 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + if = { + limit = { + owner = { + NOT = { + has_technology_researched = counterculture + } + } + } + value = 1.5 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_laborers.txt b/common/pop_types/cwp_laborers.txt new file mode 100644 index 000000000..0e9a6deda --- /dev/null +++ b/common/pop_types/cwp_laborers.txt @@ -0,0 +1,70 @@ +laborers = { + #todo add new icon + texture = gfx/interface/icons/pops_icons/laborers.dds + color = { + 94 + 63 + 58 + } + strata = poor + unemployment = yes + unemployment_wealth = 5 + can_always_hire = yes + start_quality_of_life = 5 + wage_weight = 1 + dependent_wage = 0.5 # per year + # 0% - 70% politically engaged + political_engagement_base = 0 + political_engagement_literacy_factor = 0.7 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = NO_LABOR_MOVEMENT + value = 1 + if = { + limit = { + owner = { + NOT = { + has_technology_researched = pre_war_ideological_thought + } + } + } + value = 0.5 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + if = { + limit = { + owner = { + has_technology_researched = counterculture + } + } + value = 1.5 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_service_workers.txt b/common/pop_types/cwp_service_workers.txt index 5f282702b..89fd37e3b 100644 --- a/common/pop_types/cwp_service_workers.txt +++ b/common/pop_types/cwp_service_workers.txt @@ -1 +1,76 @@ - \ No newline at end of file +service_workers = { + #todo add new icon + texture = gfx/interface/icons/pops_icons/farmers.dds + color = { + 88 + 181 + 209 + } + strata = poor + start_quality_of_life = 7 + wage_weight = 1.5 + dependent_wage = 0.5 # per year + unemployment = yes + # 40% - 80% politically engaged + political_engagement_base = 0.4 + political_engagement_literacy_factor = 0.4 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + if = { + limit = { + owner = { + has_technology_researched = counterculture + } + } + value = 1.5 + } + } + } + qualifications_growth_desc = SERVICE_WORKERS_QUALIFICATIONS_DESC + qualifications = { + # baseline: wealth (max 30) / 2, norm 10 for Peasants with Wealth 10 + add = { + value = wealth + max = 30 + divide = 2 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + OR = { + is_pop_type = peasants + is_pop_type = laborers + } + } + multiply = { + value = 2 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_servicemembers.txt b/common/pop_types/cwp_servicemembers.txt index 5f282702b..dd9184ca8 100644 --- a/common/pop_types/cwp_servicemembers.txt +++ b/common/pop_types/cwp_servicemembers.txt @@ -1 +1,56 @@ - \ No newline at end of file +servicemembers = { + #todo update icon + texture = gfx/interface/icons/pops_icons/soldiers.dds + color = { + 137 + 114 + 143 + } + strata = poor + start_quality_of_life = 7 + #fixme the following line isn't in the documentation for pops, but it's in the game files + can_always_hire = yes + wage_weight = 1.5 + dependent_wage = 0.5 # per year + unemployment = yes + # 20% - 80% politically engaged + political_engagement_base = 0.2 + political_engagement_literacy_factor = 0.6 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + if = { + limit = { + owner = { + has_technology_researched = counterculture + } + } + value = 1.5 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = 40 + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_technicians.txt b/common/pop_types/cwp_technicians.txt index 4df09de02..891a8187f 100644 --- a/common/pop_types/cwp_technicians.txt +++ b/common/pop_types/cwp_technicians.txt @@ -1,30 +1,86 @@ technicians = { - texture = this + #todo update icon + texture = gfx/interface/icons/pops_icons/machinists.dds color = { - 0 - 0 - 0 + 199 + 139 + 168 } strata = poor - start_quality_of_life = 5 - wage_weight = 3 - literacy_target = 0.5 - consumption_mult = 1 + start_quality_of_life = 7 + wage_weight = 1.5 + literacy_target = 0.1 dependent_wage = 0.5 unemployment = yes - unemployment_wealth = 5 - # 50% - 100% political engagement - political_engagement_base = 0.5 - political_engagement_literacy_factor = 1 + # 20% - 80% political engagement + political_engagement_base = 0.2 + political_engagement_literacy_factor = .6 + #todo add more political engagement factors political_engagement_mult = { value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = NO_LABOR_MOVEMENT + value = 1 + if = { + limit = { + owner = { + not = { + #todo this is nonsensical since all nations will have this tech unlocked at start + has_technology_researched = pre_war_ideological_thought + } + } + } + value = 0.5 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + if = { + limit = { + owner = { + has_technology_researched = counterculture + } + } + value = 1.5 + } + } } qualifications_growth_desc = TECHNICIANS_QUALIFICATIONS_GROWTH_DESC qualifications = { + # baseline: ( literacy - 0.1 ) * 20, norm 8 for Laborers with Literacy 30% + add = { + value = literacy_rate + subtract = 0.1 + min = 0 + multiply = 20 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + is_pop_type = laborers + } + multiply = { + value = 2 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } } # portraits portrait_age = { - value = 30 + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } } portrait_pose = { value = 0 diff --git a/common/pop_types/old/farmers.txt b/common/pop_types/old/farmers.txt index 089d5f986..61bbe97c1 100644 --- a/common/pop_types/old/farmers.txt +++ b/common/pop_types/old/farmers.txt @@ -1,74 +1,66 @@ -farmers = { - texture = "gfx/interface/icons/pops_icons/farmers.dds" - color = hsv{ 0.54 0.58 0.82 } - strata = poor - start_quality_of_life = 7 - wage_weight = 1.5 - dependent_wage = 0.5 # per year - unemployment = yes - - # 40% - 80% politically engaged - political_engagement_base = 0.40 - political_engagement_literacy_factor = 0.40 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - - if = { - limit = { - owner = { - has_technology_researched = counterculture - } - } - value = 1.5 - } - } - } - - qualifications_growth_desc = "FARMERS_QUALIFICATIONS_DESC" - qualifications = { - # baseline: wealth (max 30) / 2, norm 10 for Peasants with Wealth 10 - add = { - value = wealth - max = 30 - divide = 2 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - if = { - limit = { - OR = { - is_pop_type = peasants - is_pop_type = laborers - } - } - multiply = { - value = 2 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# farmers = { +# texture = "gfx/interface/icons/pops_icons/farmers.dds" +# color = hsv{ 0.54 0.58 0.82 } +# strata = poor +# start_quality_of_life = 7 +# wage_weight = 1.5 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 40% - 80% politically engaged +# political_engagement_base = 0.40 +# political_engagement_literacy_factor = 0.40 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1.0 +# if = { +# limit = { +# owner = { +# has_technology_researched = counterculture +# } +# } +# value = 1.5 +# } +# } +# } +# qualifications_growth_desc = "FARMERS_QUALIFICATIONS_DESC" +# qualifications = { +# # baseline: wealth (max 30) / 2, norm 10 for Peasants with Wealth 10 +# add = { +# value = wealth +# max = 30 +# divide = 2 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# if = { +# limit = { +# OR = { +# is_pop_type = peasants +# is_pop_type = laborers +# } +# } +# multiply = { +# value = 2 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file diff --git a/common/pop_types/old/laborers.txt b/common/pop_types/old/laborers.txt index 1dfcef694..39e9b92e3 100644 --- a/common/pop_types/old/laborers.txt +++ b/common/pop_types/old/laborers.txt @@ -1,68 +1,68 @@ -laborers = { - texture = "gfx/interface/icons/pops_icons/laborers.dds" - color = hsv{ 0.02 0.38 0.37 } - strata = poor - unemployment = yes - unemployment_wealth = 5 - - can_always_hire = yes - start_quality_of_life = 5 - wage_weight = 1 - dependent_wage = 0.5 # per year - - # 0% - 70% politically engaged - political_engagement_base = 0.0 - political_engagement_literacy_factor = 0.7 - - political_engagement_mult = { - value = 1.0 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "NO_LABOR_MOVEMENT" - value = 1.0 - - if = { - limit = { - owner = { - NOT = { has_technology_researched = pre_war_ideological_thought } - } - } - value = 0.5 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - - if = { - limit = { - owner = { - has_technology_researched = counterculture - } - } - value = 1.5 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# laborers = { +# texture = "gfx/interface/icons/pops_icons/laborers.dds" +# color = { +# 0.02 +# 0.38 +# 0.37 +# } +# strata = poor +# unemployment = yes +# unemployment_wealth = 5 +# can_always_hire = yes +# start_quality_of_life = 5 +# wage_weight = 1 +# dependent_wage = 0.5 # per year +# # 0% - 70% politically engaged +# political_engagement_base = 0 +# political_engagement_literacy_factor = 0.7 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "NO_LABOR_MOVEMENT" +# value = 1 +# if = { +# limit = { +# owner = { +# NOT = { +# has_technology_researched = pre_war_ideological_thought +# } +# } +# } +# value = 0.5 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1 +# if = { +# limit = { +# owner = { +# has_technology_researched = counterculture +# } +# } +# value = 1.5 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } diff --git a/common/pop_types/old/machinists.txt b/common/pop_types/old/machinists.txt index 81e29ac2a..5a9208ba0 100644 --- a/common/pop_types/old/machinists.txt +++ b/common/pop_types/old/machinists.txt @@ -1,87 +1,87 @@ -machinists = { - texture = "gfx/interface/icons/pops_icons/machinists.dds" - color = hsv{ 0.92 0.40 0.78 } - strata = poor - start_quality_of_life = 7 - wage_weight = 1.5 - literacy_target = 0.10 - dependent_wage = 0.5 # per year - unemployment = yes - - # 20% - 80% politically engaged - political_engagement_base = 0.20 - political_engagement_literacy_factor = 0.6 - - political_engagement_mult = { - value = 1.0 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "NO_LABOR_MOVEMENT" - value = 1.0 - - if = { - limit = { - owner = { - NOT = { has_technology_researched = pre_war_ideological_thought } - } - } - value = 0.5 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - - if = { - limit = { - owner = { - has_technology_researched = counterculture - } - } - value = 1.5 - } - } - } - - qualifications_growth_desc = "MACHINISTS_QUALIFICATIONS_DESC" - qualifications = { - # baseline: ( literacy - 0.1 ) * 20, norm 8 for Laborers with Literacy 30% - add = { - value = literacy_rate - subtract = 0.1 - min = 0 - multiply = 20 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = laborers - } - multiply = { - value = 2 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# machinists = { +# texture = "gfx/interface/icons/pops_icons/machinists.dds" +# color = { +# 0.92 +# 0.4 +# 0.78 +# } +# strata = poor +# start_quality_of_life = 7 +# wage_weight = 1.5 +# literacy_target = 0.1 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 20% - 80% politically engaged +# political_engagement_base = 0.2 +# political_engagement_literacy_factor = 0.6 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "NO_LABOR_MOVEMENT" +# value = 1 +# if = { +# limit = { +# owner = { +# NOT = { +# has_technology_researched = pre_war_ideological_thought +# } +# } +# } +# value = 0.5 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1 +# if = { +# limit = { +# owner = { +# has_technology_researched = counterculture +# } +# } +# value = 1.5 +# } +# } +# } +# qualifications_growth_desc = "MACHINISTS_QUALIFICATIONS_DESC" +# qualifications = { +# # baseline: ( literacy - 0.1 ) * 20, norm 8 for Laborers with Literacy 30% +# add = { +# value = literacy_rate +# subtract = 0.1 +# min = 0 +# multiply = 20 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = laborers +# } +# multiply = { +# value = 2 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file diff --git a/common/pop_types/old/peasants.txt b/common/pop_types/old/peasants.txt index 735a3db6a..cdfad8a7f 100644 --- a/common/pop_types/old/peasants.txt +++ b/common/pop_types/old/peasants.txt @@ -1,55 +1,58 @@ -peasants = { - texture = "gfx/interface/icons/pops_icons/peasants.dds" - color = hsv{ 0.58 0.338 0.812 } - strata = poor - subsistence_income = yes - can_always_hire = yes - ignores_employment_proportionality = yes - start_quality_of_life = 5 - wage_weight = 0.2 - consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption - dependent_wage = 0.25 # per year - unemployment = no - - # 0% - 50% politically engaged - political_engagement_base = 0.0 - political_engagement_literacy_factor = 0.5 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - - if = { - limit = { - owner = { - NOT = { has_technology_researched = counterculture } - } - } - value = 1.5 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# peasants = { +# texture = "gfx/interface/icons/pops_icons/peasants.dds" +# color = { +# 0.58 +# 0.338 +# 0.812 +# } +# strata = poor +# subsistence_income = yes +# can_always_hire = yes +# ignores_employment_proportionality = yes +# start_quality_of_life = 5 +# wage_weight = 0.2 +# consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption +# dependent_wage = 0.25 # per year +# unemployment = no +# # 0% - 50% politically engaged +# political_engagement_base = 0 +# political_engagement_literacy_factor = 0.5 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1 +# if = { +# limit = { +# owner = { +# NOT = { +# has_technology_researched = counterculture +# } +# } +# } +# value = 1.5 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } diff --git a/common/pop_types/old/soldiers.txt b/common/pop_types/old/soldiers.txt index 3c7aca5c1..68d647e2c 100644 --- a/common/pop_types/old/soldiers.txt +++ b/common/pop_types/old/soldiers.txt @@ -1,52 +1,53 @@ -soldiers = { - texture = "gfx/interface/icons/pops_icons/soldiers.dds" - color = hsv{ 0.8 0.20 0.56 } - strata = poor - start_quality_of_life = 7 - can_always_hire = yes - wage_weight = 1.5 - dependent_wage = 0.5 # per year - unemployment = yes - - # 20% - 80% politically engaged - political_engagement_base = 0.20 - political_engagement_literacy_factor = 0.6 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - - if = { - limit = { - owner = { - has_technology_researched = counterculture - } - } - value = 1.5 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = 40 - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# soldiers = { +# texture = "gfx/interface/icons/pops_icons/soldiers.dds" +# color = { +# 0.8 +# 0.2 +# 0.56 +# } +# strata = poor +# start_quality_of_life = 7 +# can_always_hire = yes +# wage_weight = 1.5 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 20% - 80% politically engaged +# political_engagement_base = 0.2 +# political_engagement_literacy_factor = 0.6 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1 +# if = { +# limit = { +# owner = { +# has_technology_researched = counterculture +# } +# } +# value = 1.5 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = 40 +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file From a845c296a547dbe1f9ac522b1cbfb5ec4e62e8c5 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 20:06:14 -0400 Subject: [PATCH 006/439] feat: middle strata --- common/pop_types/cwp_academics.txt | 98 +++++++++- common/pop_types/cwp_administrators.txt | 114 +++++++++++- common/pop_types/cwp_clergy.txt | 93 +++++++++- common/pop_types/cwp_engineers.txt | 93 +++++++++- common/pop_types/cwp_laborers.txt | 2 +- common/pop_types/cwp_managers.txt | 84 ++++++++- common/pop_types/cwp_officers.txt | 90 ++++++++- common/pop_types/cwp_professionals.txt | 93 +++++++++- common/pop_types/cwp_service_workers.txt | 2 +- common/pop_types/old/academics.txt | 190 +++++++++---------- common/pop_types/old/bureaucrats.txt | 222 +++++++++++------------ common/pop_types/old/clergymen.txt | 178 +++++++++--------- common/pop_types/old/clerks.txt | 108 +++++------ common/pop_types/old/criminals.txt | 96 +++++----- common/pop_types/old/engineers.txt | 169 +++++++++-------- common/pop_types/old/officers.txt | 166 ++++++++--------- common/pop_types/old/shopkeepers.txt | 154 ++++++++-------- 17 files changed, 1295 insertions(+), 657 deletions(-) diff --git a/common/pop_types/cwp_academics.txt b/common/pop_types/cwp_academics.txt index 5f282702b..4db0454cd 100644 --- a/common/pop_types/cwp_academics.txt +++ b/common/pop_types/cwp_academics.txt @@ -1 +1,97 @@ - \ No newline at end of file +academics = { + #todo update icon + texture = gfx/interface/icons/pops_icons/academics.dds + color = { + 94 + 46 + 64 + } + strata = middle + start_quality_of_life = 12 + wage_weight = 4 + literacy_target = 0.8 + education_access = 0.5 + dependent_wage = 0.5 # per year + unemployment = yes + # 70% - 100% politically engaged + political_engagement_base = 0.7 + political_engagement_literacy_factor = 0.3 + #todo add more political engagement modifiers + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + } + qualifications_growth_desc = ACADEMICS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + literacy_rate > 0.2 + } + # baseline: ( literacy - 0.2 ) * 10 + ( wealth / 10 ), norm 5 + add = { + value = literacy_rate + subtract = 0.2 + multiply = 20 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + add = { + value = wealth + divide = 10 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + is_pop_type = clerks + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + is_pop_type = aristocrats + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + culture_accepted = no + } + multiply = { + value = 0.1 + desc = QUALIFICATIONS_CULTURAL_DISCRIMINATION + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY + value = -1 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_administrators.txt b/common/pop_types/cwp_administrators.txt index 5f282702b..362384a7b 100644 --- a/common/pop_types/cwp_administrators.txt +++ b/common/pop_types/cwp_administrators.txt @@ -1 +1,113 @@ - \ No newline at end of file +administrators = { + #todo update icon + texture = gfx/interface/icons/pops_icons/bureaucrats.dds + color = { + 102 + 128 + 77 + } + strata = middle + start_quality_of_life = 10 + wage_weight = 4 + literacy_target = 0.4 + dependent_wage = 0.5 # per year + unemployment = yes + # 50% - 100% politically engaged + political_engagement_base = 0.5 + political_engagement_literacy_factor = 0.5 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = POP_WORKPLACE + if = { + limit = { + pop_employment_building_group = bg_trade + } + value = 0.5 + } + else = { + value = 1 + } + } + } + qualifications_growth_desc = ADMINISTRATORS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + literacy_rate > 0.2 + } + # baseline: ( literacy - 0.2 ) * 10 * ( 2 if accepted culture and religion), norm 6 for Literacy 50% and Accepted C/R + add = { + value = literacy_rate + subtract = 0.2 + multiply = 20 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + culture_accepted = yes + religion_accepted = yes + } + multiply = { + value = 2 + desc = POTENTIALS_CULTURAL_RELIGIOUS_ACCEPTANCE + } + } + if = { + limit = { + is_pop_type = clerks + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + is_pop_type = clergymen + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + culture_accepted = no + } + multiply = { + value = 0.1 + desc = QUALIFICATIONS_CULTURAL_DISCRIMINATION + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY + value = -1 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_clergy.txt b/common/pop_types/cwp_clergy.txt index 5f282702b..43214bf08 100644 --- a/common/pop_types/cwp_clergy.txt +++ b/common/pop_types/cwp_clergy.txt @@ -1 +1,92 @@ - \ No newline at end of file +clergy = { + #todo update icon + texture = gfx/interface/icons/pops_icons/clergymen.dds + color = { + 232 + 204 + 111 + } + strata = middle + start_quality_of_life = 8 + wage_weight = 3 + literacy_target = 0.8 + education_access = 0.5 + dependent_wage = 0.5 # per year + unemployment = yes + # 50% - 100% politically engaged + political_engagement_base = 0.5 + political_engagement_literacy_factor = 0.5 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + } + qualifications_growth_desc = CLERGY_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + literacy_rate > 0.2 + } + # baseline: ( literacy - 0.2 ) * 20, norm 6 for Literacy 50% and Accepted Religion + add = { + value = literacy_rate + subtract = 0.2 + multiply = 20 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + is_pop_type = academics + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + is_pop_type = aristocrats + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + religion_accepted = no + } + multiply = { + value = 0.05 + desc = POTENTIALS_RELIGIOUS_DISCRIMINATION + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY + value = -1 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_engineers.txt b/common/pop_types/cwp_engineers.txt index 5f282702b..439e17cd8 100644 --- a/common/pop_types/cwp_engineers.txt +++ b/common/pop_types/cwp_engineers.txt @@ -1 +1,92 @@ - \ No newline at end of file +engineers = { + texture = gfx/interface/icons/pops_icons/engineers.dds + color = { + 196 + 131 + 84 + } + strata = middle + start_quality_of_life = 12 + wage_weight = 3 + literacy_target = 0.8 + dependent_wage = 0.5 # per year + unemployment = yes + # 50% - 100% politically engaged + political_engagement_base = 0.5 + political_engagement_literacy_factor = 1 + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + } + } + qualifications_growth_desc = ENGINEERS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + literacy_rate > 0.2 + } + # baseline: ( literacy - 0.2 ) * 5 + ( wealth / 20 ), norm 2.5 for Wealth 20 and Literacy 50% + add = { + value = literacy_rate + subtract = 0.2 + multiply = 10 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + add = { + value = wealth + divide = 20 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + is_pop_type = technicians + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + or = { + is_pop_type = managers + is_pop_type = administrators + } + } + multiply = { + value = 4 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY + value = -2 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_laborers.txt b/common/pop_types/cwp_laborers.txt index 0e9a6deda..83707c0ed 100644 --- a/common/pop_types/cwp_laborers.txt +++ b/common/pop_types/cwp_laborers.txt @@ -10,7 +10,7 @@ unemployment = yes unemployment_wealth = 5 can_always_hire = yes - start_quality_of_life = 5 + start_quality_of_life = 6 wage_weight = 1 dependent_wage = 0.5 # per year # 0% - 70% politically engaged diff --git a/common/pop_types/cwp_managers.txt b/common/pop_types/cwp_managers.txt index 5f282702b..4fe76b6f9 100644 --- a/common/pop_types/cwp_managers.txt +++ b/common/pop_types/cwp_managers.txt @@ -1 +1,83 @@ - \ No newline at end of file +shopkeepers = { + #todo update icon + texture = gfx/interface/icons/pops_icons/shopkeepers.dds + color = { + 123 + 224 + 169 + } + strata = middle + start_quality_of_life = 8 + wage_weight = 2 + literacy_target = 0.2 + dependent_wage = 0.5 # per year + unemployment = yes + # 30% - 90% politically engaged + political_engagement_base = 0.3 + political_engagement_literacy_factor = 0.6 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = POP_WORKPLACE + if = { + limit = { + pop_employment_building_group = bg_trade + } + value = 0.25 + } + else = { + value = 1 + } + } + } + qualifications_growth_desc = MANAGERS_QUALIFICATIONS_DESC + qualifications = { + # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 + add = { + value = wealth + subtract = 5 + min = 0 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + is_pop_type = clerks + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + is_pop_type = farmers + } + multiply = { + value = 4 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_officers.txt b/common/pop_types/cwp_officers.txt index 5f282702b..226bb72b1 100644 --- a/common/pop_types/cwp_officers.txt +++ b/common/pop_types/cwp_officers.txt @@ -1 +1,89 @@ - \ No newline at end of file +officers = { + #todo update icon + texture = gfx/interface/icons/pops_icons/officers.dds + color = { + 92 + 79 + 45 + } + strata = middle + start_quality_of_life = 10 + wage_weight = 5 + literacy_target = 0.5 + dependent_wage = 0.5 # per year + unemployment = yes + # 70% - 100% politically engaged + political_engagement_base = 0.7 + political_engagement_literacy_factor = 0.3 + #todo add more political engagement modifiers + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + } + qualifications_growth_desc = OFFICERS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + OR = { + culture_accepted = yes + is_pop_type = servicemembers + } + } + # baseline: ( literacy - 0.2 ) * 10, norm 2 for Soldiers with Literacy 30% + add = { + value = literacy_rate + subtract = 0.2 + min = 0 + multiply = 10 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + or = { + is_pop_type = investors + is_pop_type = executives + } + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + owner = { + has_law = law_type:law_irregular_army + } + NOR = { + is_pop_type = investors + is_pop_type = executives + } + } + multiply = { + value = 0.1 + desc = QUALIFICATIONS_OFFICERS_PEASANT_LEVIES + } + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_professionals.txt b/common/pop_types/cwp_professionals.txt index 5f282702b..46e570cd0 100644 --- a/common/pop_types/cwp_professionals.txt +++ b/common/pop_types/cwp_professionals.txt @@ -1 +1,92 @@ - \ No newline at end of file +professionals = { + texture = gfx/interface/icons/pops_icons/engineers.dds + color = { + 84 + 149 + 196 + } + strata = middle + start_quality_of_life = 12 + wage_weight = 3 + literacy_target = 0.8 + dependent_wage = 0.5 # per year + unemployment = yes + # 50% - 100% politically engaged + political_engagement_base = 0.5 + political_engagement_literacy_factor = 1 + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = HAS_POLITICAL_AGITATION + value = 1 + } + } + qualifications_growth_desc = PROFESSIONALS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + literacy_rate > 0.2 + } + # baseline: ( literacy - 0.2 ) * 5 + ( wealth / 20 ), norm 2.5 for Wealth 20 and Literacy 50% + add = { + value = literacy_rate + subtract = 0.2 + multiply = 10 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + add = { + value = wealth + divide = 20 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + is_pop_type = technicians + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + or = { + is_pop_type = managers + is_pop_type = administrators + } + } + multiply = { + value = 4 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY + value = -2 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_service_workers.txt b/common/pop_types/cwp_service_workers.txt index 89fd37e3b..081548892 100644 --- a/common/pop_types/cwp_service_workers.txt +++ b/common/pop_types/cwp_service_workers.txt @@ -7,7 +7,7 @@ 209 } strata = poor - start_quality_of_life = 7 + start_quality_of_life = 6 wage_weight = 1.5 dependent_wage = 0.5 # per year unemployment = yes diff --git a/common/pop_types/old/academics.txt b/common/pop_types/old/academics.txt index 621e12383..6495f6576 100644 --- a/common/pop_types/old/academics.txt +++ b/common/pop_types/old/academics.txt @@ -1,95 +1,95 @@ -academics = { - texture = "gfx/interface/icons/pops_icons/academics.dds" - color = hsv{ 0.94 0.51 0.37 } - strata = middle - start_quality_of_life = 10 - wage_weight = 4 - literacy_target = 0.80 - education_access = 0.5 - dependent_wage = 0.5 # per year - unemployment = yes - - - # 70% - 100% politically engaged - political_engagement_base = 0.7 - political_engagement_literacy_factor = 0.3 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - } - - qualifications_growth_desc = "ACADEMICS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - literacy_rate > 0.2 - } - # baseline: ( literacy - 0.2 ) * 10 + ( wealth / 10 ), norm 5 - add = { - value = literacy_rate - subtract = 0.2 - multiply = 20 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - add = { - value = wealth - divide = 10 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - if = { - limit = { - is_pop_type = clerks - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = aristocrats - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - culture_accepted = no - } - multiply = { - value = 0.1 - desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" - value = -1 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# academics = { +# texture = "gfx/interface/icons/pops_icons/academics.dds" +# color = { +# 0.94 +# 0.51 +# 0.37 +# } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 4 +# literacy_target = 0.8 +# education_access = 0.5 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 70% - 100% politically engaged +# political_engagement_base = 0.7 +# political_engagement_literacy_factor = 0.3 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "ACADEMICS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# literacy_rate > 0.2 +# } +# # baseline: ( literacy - 0.2 ) * 10 + ( wealth / 10 ), norm 5 +# add = { +# value = literacy_rate +# subtract = 0.2 +# multiply = 20 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# add = { +# value = wealth +# divide = 10 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = clerks +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = aristocrats +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# culture_accepted = no +# } +# multiply = { +# value = 0.1 +# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" +# value = -1 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file diff --git a/common/pop_types/old/bureaucrats.txt b/common/pop_types/old/bureaucrats.txt index 13e748e9c..01353bb7e 100644 --- a/common/pop_types/old/bureaucrats.txt +++ b/common/pop_types/old/bureaucrats.txt @@ -1,111 +1,111 @@ -bureaucrats = { - texture = "gfx/interface/icons/pops_icons/bureaucrats.dds" - color = hsv{ 0.25 0.4 0.5 } - strata = middle - start_quality_of_life = 10 - wage_weight = 4 - literacy_target = 0.40 - dependent_wage = 0.5 # per year - unemployment = yes - - # 50% - 100% politically engaged - political_engagement_base = 0.5 - political_engagement_literacy_factor = 0.5 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "POP_WORKPLACE" - - if = { - limit = { - pop_employment_building_group = bg_trade - } - value = 0.5 - } - else = { - value = 1 - } - } - } - - qualifications_growth_desc = "BUREAUCRATS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - literacy_rate > 0.2 - } - # baseline: ( literacy - 0.2 ) * 10 * ( 2 if accepted culture and religion), norm 6 for Literacy 50% and Accepted C/R - add = { - value = literacy_rate - subtract = 0.2 - multiply = 20 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - culture_accepted = yes - religion_accepted = yes - } - multiply = { - value = 2 - desc = "POTENTIALS_CULTURAL_RELIGIOUS_ACCEPTANCE" - } - } - if = { - limit = { - is_pop_type = clerks - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = clergymen - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - culture_accepted = no - } - multiply = { - value = 0.1 - desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" - value = -1 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} +# bureaucrats = { +# texture = "gfx/interface/icons/pops_icons/bureaucrats.dds" +# color = { +# 0.25 +# 0.4 +# 0.5 +# } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 4 +# literacy_target = 0.4 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 50% - 100% politically engaged +# political_engagement_base = 0.5 +# political_engagement_literacy_factor = 0.5 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "POP_WORKPLACE" +# if = { +# limit = { +# pop_employment_building_group = bg_trade +# } +# value = 0.5 +# } +# else = { +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "BUREAUCRATS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# literacy_rate > 0.2 +# } +# # baseline: ( literacy - 0.2 ) * 10 * ( 2 if accepted culture and religion), norm 6 for Literacy 50% and Accepted C/R +# add = { +# value = literacy_rate +# subtract = 0.2 +# multiply = 20 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# culture_accepted = yes +# religion_accepted = yes +# } +# multiply = { +# value = 2 +# desc = "POTENTIALS_CULTURAL_RELIGIOUS_ACCEPTANCE" +# } +# } +# if = { +# limit = { +# is_pop_type = clerks +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = clergymen +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# culture_accepted = no +# } +# multiply = { +# value = 0.1 +# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" +# value = -1 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file diff --git a/common/pop_types/old/clergymen.txt b/common/pop_types/old/clergymen.txt index cb9a3e633..6e1480bed 100644 --- a/common/pop_types/old/clergymen.txt +++ b/common/pop_types/old/clergymen.txt @@ -1,88 +1,90 @@ -clergymen = { - texture = "gfx/interface/icons/pops_icons/clergymen.dds" - color = hsv{ 0.13 0.52 0.91 } - strata = middle - start_quality_of_life = 10 - wage_weight = 3 - literacy_target = 0.80 - education_access = 0.5 - dependent_wage = 0.5 # per year - unemployment = yes - - # 50% - 100% politically engaged - political_engagement_base = 0.5 - political_engagement_literacy_factor = 0.5 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - } - - qualifications_growth_desc = "CLERGYMEN_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - literacy_rate > 0.2 - } - # baseline: ( literacy - 0.2 ) * 20, norm 6 for Literacy 50% and Accepted Religion - add = { - value = literacy_rate - subtract = 0.2 - multiply = 20 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = academics - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = aristocrats - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - religion_accepted = no - } - multiply = { - value = 0.05 - desc = "POTENTIALS_RELIGIOUS_DISCRIMINATION" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" - value = -1 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# clergymen = { +# texture = "gfx/interface/icons/pops_icons/clergymen.dds" +# color = { +# 0.13 +# 0.52 +# 0.91 +# } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 3 +# literacy_target = 0.8 +# education_access = 0.5 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 50% - 100% politically engaged +# political_engagement_base = 0.5 +# political_engagement_literacy_factor = 0.5 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "CLERGYMEN_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# literacy_rate > 0.2 +# } +# # baseline: ( literacy - 0.2 ) * 20, norm 6 for Literacy 50% and Accepted Religion +# add = { +# value = literacy_rate +# subtract = 0.2 +# multiply = 20 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = academics +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = aristocrats +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# religion_accepted = no +# } +# multiply = { +# value = 0.05 +# desc = "POTENTIALS_RELIGIOUS_DISCRIMINATION" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" +# value = -1 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file diff --git a/common/pop_types/old/clerks.txt b/common/pop_types/old/clerks.txt index cef5614d7..1d9ad9c5e 100644 --- a/common/pop_types/old/clerks.txt +++ b/common/pop_types/old/clerks.txt @@ -1,60 +1,60 @@ -clerks = { - texture = "gfx/interface/icons/pops_icons/clerks.dds" - strata = poor - start_quality_of_life = 7 - color = hsv{ 0.28 0.40 0.75 } - wage_weight = 1.5 - literacy_target = 0.20 - dependent_wage = 0.5 # per year - unemployment = yes +# clerks = { +# texture = "gfx/interface/icons/pops_icons/clerks.dds" +# strata = poor +# start_quality_of_life = 7 +# color = hsv{ 0.28 0.40 0.75 } +# wage_weight = 1.5 +# literacy_target = 0.20 +# dependent_wage = 0.5 # per year +# unemployment = yes - # 20% - 80% politically engaged - political_engagement_base = 0.20 - political_engagement_literacy_factor = 0.6 +# # 20% - 80% politically engaged +# political_engagement_base = 0.20 +# political_engagement_literacy_factor = 0.6 - political_engagement_mult = { - value = 1 +# political_engagement_mult = { +# value = 1 - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1.0 - if = { - limit = { - owner = { - has_technology_researched = counterculture - } - } - value = 1.5 - } - } - } +# if = { +# limit = { +# owner = { +# has_technology_researched = counterculture +# } +# } +# value = 1.5 +# } +# } +# } - qualifications_growth_desc = "CLERKS_QUALIFICATIONS_DESC" - qualifications = { - # baseline: literacy * 20, norm 10 for Laborers with Literacy 25% - add = { - value = literacy_rate - multiply = 20 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = laborers - } - multiply = { - value = 2 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - } +# qualifications_growth_desc = "CLERKS_QUALIFICATIONS_DESC" +# qualifications = { +# # baseline: literacy * 20, norm 10 for Laborers with Literacy 25% +# add = { +# value = literacy_rate +# multiply = 20 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = laborers +# } +# multiply = { +# value = 2 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# } - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file diff --git a/common/pop_types/old/criminals.txt b/common/pop_types/old/criminals.txt index 2898737ea..6a28d9567 100644 --- a/common/pop_types/old/criminals.txt +++ b/common/pop_types/old/criminals.txt @@ -1,55 +1,55 @@ -criminals = { - texture = "gfx/interface/icons/pops_icons/peasants.dds" - color = hsv{ 0.58 0.338 0.812 } - strata = poor - subsistence_income = yes - can_always_hire = yes - ignores_employment_proportionality = yes - start_quality_of_life = 5 - wage_weight = 0.2 - consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption - dependent_wage = 0.25 # per year - unemployment = no +# criminals = { +# texture = "gfx/interface/icons/pops_icons/peasants.dds" +# color = hsv{ 0.58 0.338 0.812 } +# strata = poor +# subsistence_income = yes +# can_always_hire = yes +# ignores_employment_proportionality = yes +# start_quality_of_life = 5 +# wage_weight = 0.2 +# consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption +# dependent_wage = 0.25 # per year +# unemployment = no - # 0% - 50% politically engaged - political_engagement_base = 0.0 - political_engagement_literacy_factor = 0.5 +# # 0% - 50% politically engaged +# political_engagement_base = 0.0 +# political_engagement_literacy_factor = 0.5 - political_engagement_mult = { - value = 1 +# political_engagement_mult = { +# value = 1 - add = { - desc = "POP_STARVATION" +# add = { +# desc = "POP_STARVATION" - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1.0 - if = { - limit = { - owner = { - NOT = { has_technology_researched = counterculture } - } - } - value = 1.5 - } - } - } +# if = { +# limit = { +# owner = { +# NOT = { has_technology_researched = counterculture } +# } +# } +# value = 1.5 +# } +# } +# } - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file diff --git a/common/pop_types/old/engineers.txt b/common/pop_types/old/engineers.txt index 413a678ac..d20622470 100644 --- a/common/pop_types/old/engineers.txt +++ b/common/pop_types/old/engineers.txt @@ -1,88 +1,81 @@ -engineers = { - texture = "gfx/interface/icons/pops_icons/engineers.dds" - color = hsv{ 0.07 0.57 0.77 } - strata = middle - start_quality_of_life = 10 - wage_weight = 3 - literacy_target = 0.80 - dependent_wage = 0.5 # per year - unemployment = yes - - # 50% - 100% politically engaged - political_engagement_base = 0.5 - political_engagement_literacy_factor = 1.0 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "HAS_POLITICAL_AGITATION" - value = 1.0 - } - } - - qualifications_growth_desc = "ENGINEERS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - literacy_rate > 0.2 - } - # baseline: ( literacy - 0.2 ) * 5 + ( wealth / 20 ), norm 2.5 for Wealth 20 and Literacy 50% - add = { - value = literacy_rate - subtract = 0.2 - multiply = 10 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - add = { - value = wealth - divide = 20 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - if = { - limit = { - is_pop_type = machinists - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = clerks - } - multiply = { - value = 4 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" - value = -2 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} +# engineers = { +# texture = "gfx/interface/icons/pops_icons/engineers.dds" +# color = hsv{ 0.07 0.57 0.77 } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 3 +# literacy_target = 0.80 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 50% - 100% politically engaged +# political_engagement_base = 0.5 +# political_engagement_literacy_factor = 1.0 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "HAS_POLITICAL_AGITATION" +# value = 1.0 +# } +# } +# qualifications_growth_desc = "ENGINEERS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# literacy_rate > 0.2 +# } +# # baseline: ( literacy - 0.2 ) * 5 + ( wealth / 20 ), norm 2.5 for Wealth 20 and Literacy 50% +# add = { +# value = literacy_rate +# subtract = 0.2 +# multiply = 10 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# add = { +# value = wealth +# divide = 20 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = machinists +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = clerks +# } +# multiply = { +# value = 4 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" +# value = -2 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file diff --git a/common/pop_types/old/officers.txt b/common/pop_types/old/officers.txt index afe5d5b46..731e50cde 100644 --- a/common/pop_types/old/officers.txt +++ b/common/pop_types/old/officers.txt @@ -1,83 +1,83 @@ -officers = { - texture = "gfx/interface/icons/pops_icons/officers.dds" - color = { - 92 - 79 - 45 - } - strata = middle - start_quality_of_life = 10 - wage_weight = 5 - literacy_target = 0.5 - dependent_wage = 0.5 # per year - unemployment = yes - # 70% - 100% politically engaged - political_engagement_base = 0.7 - political_engagement_literacy_factor = 0.3 - political_engagement_mult = { - value = 1 - add = { - desc = "POP_STARVATION" - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - } - qualifications_growth_desc = "OFFICERS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - OR = { - culture_accepted = yes - is_pop_type = soldiers - } - } - # baseline: ( literacy - 0.2 ) * 10, norm 2 for Soldiers with Literacy 30% - add = { - value = literacy_rate - subtract = 0.2 - min = 0 - multiply = 10 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = aristocrats - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - owner = { - has_law = law_type:law_irregular_army - } - NOT = { - is_pop_type = aristocrats - } - } - multiply = { - value = 0.1 - desc = "QUALIFICATIONS_OFFICERS_PEASANT_LEVIES" - } - } - } - } - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { - value = 0 - } - portrait_is_female = { - always = yes - } -} +# officers = { +# texture = "gfx/interface/icons/pops_icons/officers.dds" +# color = { +# 92 +# 79 +# 45 +# } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 5 +# literacy_target = 0.5 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 70% - 100% politically engaged +# political_engagement_base = 0.7 +# political_engagement_literacy_factor = 0.3 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "OFFICERS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# OR = { +# culture_accepted = yes +# is_pop_type = soldiers +# } +# } +# # baseline: ( literacy - 0.2 ) * 10, norm 2 for Soldiers with Literacy 30% +# add = { +# value = literacy_rate +# subtract = 0.2 +# min = 0 +# multiply = 10 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = aristocrats +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# owner = { +# has_law = law_type:law_irregular_army +# } +# NOT = { +# is_pop_type = aristocrats +# } +# } +# multiply = { +# value = 0.1 +# desc = "QUALIFICATIONS_OFFICERS_PEASANT_LEVIES" +# } +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { +# value = 0 +# } +# portrait_is_female = { +# always = yes +# } +# } \ No newline at end of file diff --git a/common/pop_types/old/shopkeepers.txt b/common/pop_types/old/shopkeepers.txt index 36b933490..38e02a7ec 100644 --- a/common/pop_types/old/shopkeepers.txt +++ b/common/pop_types/old/shopkeepers.txt @@ -1,81 +1,73 @@ -shopkeepers = { - texture = "gfx/interface/icons/pops_icons/shopkeepers.dds" - color = hsv{ 0.41 0.45 0.88 } - strata = middle - start_quality_of_life = 10 - wage_weight = 2 - literacy_target = 0.20 - dependent_wage = 0.5 # per year - unemployment = yes - - # 30% - 90% politically engaged - political_engagement_base = 0.3 - political_engagement_literacy_factor = 0.6 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - multiply = { - desc = "POP_WORKPLACE" - - if = { - limit = { - pop_employment_building_group = bg_trade - } - value = 0.25 - } - else = { - value = 1 - } - } - } - - qualifications_growth_desc = "SHOPKEEPERS_QUALIFICATIONS_DESC" - qualifications = { - # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 - add = { - value = wealth - subtract = 5 - min = 0 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - if = { - limit = { - is_pop_type = clerks - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = farmers - } - multiply = { - value = 4 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} +# shopkeepers = { +# texture = "gfx/interface/icons/pops_icons/shopkeepers.dds" +# color = hsv{ 0.41 0.45 0.88 } +# strata = middle +# start_quality_of_life = 10 +# wage_weight = 2 +# literacy_target = 0.20 +# dependent_wage = 0.5 # per year +# unemployment = yes +# # 30% - 90% politically engaged +# political_engagement_base = 0.3 +# political_engagement_literacy_factor = 0.6 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# multiply = { +# desc = "POP_WORKPLACE" +# if = { +# limit = { +# pop_employment_building_group = bg_trade +# } +# value = 0.25 +# } +# else = { +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "SHOPKEEPERS_QUALIFICATIONS_DESC" +# qualifications = { +# # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 +# add = { +# value = wealth +# subtract = 5 +# min = 0 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = clerks +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = farmers +# } +# multiply = { +# value = 4 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file From ba58253f20beee06150494dc24acab4f443051e3 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 20:10:52 -0400 Subject: [PATCH 007/439] feat: rich strata --- common/pop_types/cwp_executives.txt | 114 +++++++++++++++- common/pop_types/cwp_investors.txt | 98 +++++++++++++- common/pop_types/old/aristocrats.txt | 179 ++++++++++++------------ common/pop_types/old/capitalists.txt | 196 +++++++++++++-------------- 4 files changed, 394 insertions(+), 193 deletions(-) diff --git a/common/pop_types/cwp_executives.txt b/common/pop_types/cwp_executives.txt index 5f282702b..8c6080991 100644 --- a/common/pop_types/cwp_executives.txt +++ b/common/pop_types/cwp_executives.txt @@ -1 +1,113 @@ - \ No newline at end of file +executives = { + texture = gfx/interface/icons/pops_icons/capitalists.dds + color = { + 85 + 120 + 125 + } + strata = rich + start_quality_of_life = 18 + wage_weight = 6 + literacy_target = 0.7 + dependent_wage = 0 # per year + unemployment = yes + # 70% - 100% politically engaged + political_engagement_base = 0.7 + political_engagement_literacy_factor = 0.3 + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = POP_WORKPLACE + if = { + limit = { + pop_employment_building_group = bg_trade + } + value = 0.75 + } + else = { + value = 1 + } + } + } + qualifications_growth_desc = EXECUTIVES_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + wealth > 10 + } + # baseline: ( wealth - 10 ) / 10 + ( literacy * 2 ), norm 2 for Wealth 20 and Literacy 50% + add = { + value = wealth + subtract = 10 + divide = 5 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + add = { + value = literacy_rate + multiply = 2 + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + or = { + is_pop_type = managers + is_pop_type = officers + } + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + or = { + is_pop_type = engineers + is_pop_type = professionals + is_pop_type = academics + } + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + culture_accepted = no + } + multiply = { + value = 0.1 + desc = QUALIFICATIONS_CULTURAL_DISCRIMINATION + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY + value = -2 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_investors.txt b/common/pop_types/cwp_investors.txt index 5f282702b..8f38c0339 100644 --- a/common/pop_types/cwp_investors.txt +++ b/common/pop_types/cwp_investors.txt @@ -1 +1,97 @@ - \ No newline at end of file +investors = { + texture = gfx/interface/icons/pops_icons/aristocrats.dds + color = { + 49 + 76 + 117 + } + strata = rich + start_quality_of_life = 20 + working_adult_ratio = 0.2 + wage_weight = 6 + literacy_target = 0.6 + dependent_wage = 0 # per year + unemployment = yes + # 70% - 100% politically engaged + political_engagement_base = 0.7 + political_engagement_literacy_factor = 0.3 + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + } + qualifications_growth_desc = INVESTORS_QUALIFICATIONS_DESC + qualifications = { + if = { + limit = { + wealth > 10 + } + # baseline: ( wealth - 10 ) / 10 + literacy, norm 1.5 for Wealth 20 and Literacy 50% + add = { + value = wealth + subtract = 10 + divide = 5 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + add = { + value = literacy_rate + desc = QUALIFICATIONS_LITERACY_FACTOR + } + if = { + limit = { + is_pop_type = administrators + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + or = { + is_pop_type = professionals + is_pop_type = officers + } + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + culture_accepted = no + } + multiply = { + value = 0.1 + desc = QUALIFICATIONS_CULTURAL_DISCRIMINATION + } + } + } + else = { + value = { + desc = QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY + value = -2 + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/old/aristocrats.txt b/common/pop_types/old/aristocrats.txt index f0fc7bc9f..5f1365839 100644 --- a/common/pop_types/old/aristocrats.txt +++ b/common/pop_types/old/aristocrats.txt @@ -1,93 +1,86 @@ -aristocrats = { - texture = "gfx/interface/icons/pops_icons/aristocrats.dds" - color = hsv{ 0.60 0.58 0.46 } - strata = rich - start_quality_of_life = 20 - working_adult_ratio = 0.2 - wage_weight = 6 - literacy_target = 0.60 - dependent_wage = 0.0 # per year - unemployment = yes - - # 70% - 100% politically engaged - political_engagement_base = 0.7 - political_engagement_literacy_factor = 0.3 - - political_engagement_mult = { - value = 1 - - add = { - desc = "POP_STARVATION" - - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } - - } - - qualifications_growth_desc = "ARISTOCRATS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - wealth > 10 - } - # baseline: ( wealth - 10 ) / 10 + literacy, norm 1.5 for Wealth 20 and Literacy 50% - add = { - value = wealth - subtract = 10 - divide = 5 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - add = { - value = literacy_rate - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = bureaucrats - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = officers - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - culture_accepted = no - } - multiply = { - value = 0.1 - desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" - value = -2 - } - } - } - - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} +# aristocrats = { +# texture = "gfx/interface/icons/pops_icons/aristocrats.dds" +# color = hsv{ 0.60 0.58 0.46 } +# strata = rich +# start_quality_of_life = 20 +# working_adult_ratio = 0.2 +# wage_weight = 6 +# literacy_target = 0.60 +# dependent_wage = 0.0 # per year +# unemployment = yes +# # 70% - 100% politically engaged +# political_engagement_base = 0.7 +# political_engagement_literacy_factor = 0.3 +# political_engagement_mult = { +# value = 1 +# add = { +# desc = "POP_STARVATION" +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } +# } +# qualifications_growth_desc = "ARISTOCRATS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# wealth > 10 +# } +# # baseline: ( wealth - 10 ) / 10 + literacy, norm 1.5 for Wealth 20 and Literacy 50% +# add = { +# value = wealth +# subtract = 10 +# divide = 5 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# add = { +# value = literacy_rate +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = bureaucrats +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = officers +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# culture_accepted = no +# } +# multiply = { +# value = 0.1 +# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" +# value = -2 +# } +# } +# } +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file diff --git a/common/pop_types/old/capitalists.txt b/common/pop_types/old/capitalists.txt index bee0f2ffc..21bf49685 100644 --- a/common/pop_types/old/capitalists.txt +++ b/common/pop_types/old/capitalists.txt @@ -1,106 +1,106 @@ -capitalists = { - texture = "gfx/interface/icons/pops_icons/capitalists.dds" - color = hsv{ 0.52 0.32 0.49 } - strata = rich - start_quality_of_life = 20 - wage_weight = 6 - literacy_target = 0.70 - dependent_wage = 0.0 # per year - unemployment = yes +# capitalists = { +# texture = "gfx/interface/icons/pops_icons/capitalists.dds" +# color = hsv{ 0.52 0.32 0.49 } +# strata = rich +# start_quality_of_life = 20 +# wage_weight = 6 +# literacy_target = 0.70 +# dependent_wage = 0.0 # per year +# unemployment = yes - # 70% - 100% politically engaged - political_engagement_base = 0.7 - political_engagement_literacy_factor = 0.3 +# # 70% - 100% politically engaged +# political_engagement_base = 0.7 +# political_engagement_literacy_factor = 0.3 - political_engagement_mult = { - value = 1 +# political_engagement_mult = { +# value = 1 - add = { - desc = "POP_STARVATION" +# add = { +# desc = "POP_STARVATION" - if = { - limit = { - standard_of_living < 5 - } - value = 1 - } - } +# if = { +# limit = { +# standard_of_living < 5 +# } +# value = 1 +# } +# } - multiply = { - desc = "POP_WORKPLACE" +# multiply = { +# desc = "POP_WORKPLACE" - if = { - limit = { - pop_employment_building_group = bg_trade - } - value = 0.75 - } - else = { - value = 1 - } - } - } +# if = { +# limit = { +# pop_employment_building_group = bg_trade +# } +# value = 0.75 +# } +# else = { +# value = 1 +# } +# } +# } - qualifications_growth_desc = "CAPITALISTS_QUALIFICATIONS_DESC" - qualifications = { - if = { - limit = { - wealth > 10 - } - # baseline: ( wealth - 10 ) / 10 + ( literacy * 2 ), norm 2 for Wealth 20 and Literacy 50% - add = { - value = wealth - subtract = 10 - divide = 5 - desc = "QUALIFICATIONS_WEALTH_FACTOR" - } - add = { - value = literacy_rate - multiply = 2 - desc = "QUALIFICATIONS_LITERACY_FACTOR" - } - if = { - limit = { - is_pop_type = shopkeepers - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - is_pop_type = engineers - } - multiply = { - value = 5 - desc = "QUALIFICATIONS_FAVORED_TYPE" - } - } - if = { - limit = { - culture_accepted = no - } - multiply = { - value = 0.1 - desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" - } - } - } - else = { - value = { - desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" - value = -2 - } - } - } +# qualifications_growth_desc = "CAPITALISTS_QUALIFICATIONS_DESC" +# qualifications = { +# if = { +# limit = { +# wealth > 10 +# } +# # baseline: ( wealth - 10 ) / 10 + ( literacy * 2 ), norm 2 for Wealth 20 and Literacy 50% +# add = { +# value = wealth +# subtract = 10 +# divide = 5 +# desc = "QUALIFICATIONS_WEALTH_FACTOR" +# } +# add = { +# value = literacy_rate +# multiply = 2 +# desc = "QUALIFICATIONS_LITERACY_FACTOR" +# } +# if = { +# limit = { +# is_pop_type = shopkeepers +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# is_pop_type = engineers +# } +# multiply = { +# value = 5 +# desc = "QUALIFICATIONS_FAVORED_TYPE" +# } +# } +# if = { +# limit = { +# culture_accepted = no +# } +# multiply = { +# value = 0.1 +# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" +# } +# } +# } +# else = { +# value = { +# desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" +# value = -2 +# } +# } +# } - portrait_age = { - integer_range = { - min = define:NPortrait|GRACEFUL_AGING_START - max = define:NPortrait|GRACEFUL_AGING_END - } - } - portrait_pose = { value = 0 } - portrait_is_female = { always = yes } -} \ No newline at end of file +# portrait_age = { +# integer_range = { +# min = define:NPortrait|GRACEFUL_AGING_START +# max = define:NPortrait|GRACEFUL_AGING_END +# } +# } +# portrait_pose = { value = 0 } +# portrait_is_female = { always = yes } +# } \ No newline at end of file From 9bfa6962da9886c16640e778436489dc6b5b2dd0 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 20:19:25 -0400 Subject: [PATCH 008/439] rich: strata first pass --- .../character_traits/personality_traits.txt | 2 +- common/modifiers/00_static_modifiers.txt | 4 +- common/pop_types/cwp_academics.txt | 5 +- common/pop_types/cwp_clergy.txt | 5 +- common/production_methods/01_industry.txt | 8 +- common/production_methods/02_agro.txt | 16 +- common/production_methods/03_mines.txt | 10 +- common/production_methods/04_plantations.txt | 22 +- common/production_methods/06_urban_center.txt | 69 +- common/production_methods/07_government.txt | 5 +- common/production_methods/08_monuments.txt | 6 +- .../production_methods/09_misc_resource.txt | 14 +- common/production_methods/10_canals.txt | 8 +- .../11_private_infrastructure.txt | 31 +- common/production_methods/12_subsistence.txt | 41 +- common/production_methods/13_construction.txt | 16 +- .../scripted_triggers/00_clothes_triggers.txt | 8 +- .../00_scripted_triggers.txt | 6 +- common/technology/technologies/30_society.txt | 22 +- documentation/modifiers.log | 912 +++++++++--------- .../portrait_animations/animations.txt | 906 +++++++++-------- .../portrait_modifiers/01_headgear.txt | 2 +- gui/texticons.gui | 8 +- .../english/CWP/CWP_ideology_l_english.yml | 2 +- localization/english/content_1_l_english.yml | 18 +- localization/english/interfaces_l_english.yml | 6 +- localization/english/modifiers_l_english.yml | 96 +- localization/english/parties_l_english.yml | 12 +- localization/english/pop_types_l_english.yml | 26 +- 29 files changed, 1181 insertions(+), 1105 deletions(-) diff --git a/common/character_traits/personality_traits.txt b/common/character_traits/personality_traits.txt index 7e3dfc82c..8c7749cfd 100644 --- a/common/character_traits/personality_traits.txt +++ b/common/character_traits/personality_traits.txt @@ -379,7 +379,7 @@ romantic = { unit_offense_mult = -0.1 } country_modifier = { - country_aristocrats_pol_str_mult = 0.25 + country_investors_pol_str_mult = 0.25 } interest_group_modifier = { } diff --git a/common/modifiers/00_static_modifiers.txt b/common/modifiers/00_static_modifiers.txt index af0d4e5b0..4fdcc5e9a 100644 --- a/common/modifiers/00_static_modifiers.txt +++ b/common/modifiers/00_static_modifiers.txt @@ -23,8 +23,8 @@ base_values = { state_expected_sol_from_literacy = 5 state_farmers_investment_pool_contribution_add = 0.05 state_shopkeepers_investment_pool_contribution_add = 0.05 - state_aristocrats_investment_pool_contribution_add = 0.1 - state_capitalists_investment_pool_contribution_add = 0.2 + state_investors_investment_pool_contribution_add = 0.1 + state_executives_investment_pool_contribution_add = 0.2 country_construction_add = 5 building_mobilization_cost_mult = 0.6 building_economy_of_scale_level_cap_add = 20 diff --git a/common/pop_types/cwp_academics.txt b/common/pop_types/cwp_academics.txt index 4db0454cd..1e799aae5 100644 --- a/common/pop_types/cwp_academics.txt +++ b/common/pop_types/cwp_academics.txt @@ -58,7 +58,10 @@ } if = { limit = { - is_pop_type = aristocrats + or = { + is_pop_type = investors + is_pop_type = executives + } } multiply = { value = 5 diff --git a/common/pop_types/cwp_clergy.txt b/common/pop_types/cwp_clergy.txt index 43214bf08..42acd81d9 100644 --- a/common/pop_types/cwp_clergy.txt +++ b/common/pop_types/cwp_clergy.txt @@ -53,7 +53,10 @@ } if = { limit = { - is_pop_type = aristocrats + or = { + is_pop_type = investors + is_pop_type = executives + } } multiply = { value = 5 diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 6301add8f..7dad05b6c 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -4847,10 +4847,10 @@ pm_publicly_traded_industry = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -4863,10 +4863,10 @@ pm_privately_owned_industry = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 89cda1df1..cfe64abb0 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -487,16 +487,16 @@ pm_ai_analyzed_harvesting = { ## Ownership PMG pm_privately_owned_farm = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_aristocrats_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_aristocrats_shares_add = 5 + building_investors_shares_add = 5 building_clergymen_shares_add = 2 building_farmers_shares_add = 0.25 } @@ -505,7 +505,7 @@ pm_privately_owned_farm = { pm_publicly_traded_farm = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -518,12 +518,12 @@ pm_publicly_traded_farm = { building_output_bonds_add = 5 } level_scaled = { - building_employment_aristocrats_add = 100 - building_employment_capitalists_add = 100 + building_employment_investors_add = 100 + building_employment_executives_add = 100 } unscaled = { - building_aristocrats_shares_add = 5 - building_capitalists_shares_add = 5 + building_investors_shares_add = 5 + building_executives_shares_add = 5 building_clergymen_shares_add = 2 building_farmers_shares_add = 0.25 } diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index cdf0b0499..ac41af728 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -1384,17 +1384,17 @@ pm_privately_owned_mine = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } pm_publicly_traded_mine = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -1407,10 +1407,10 @@ pm_publicly_traded_mine = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 1843f7ceb..8b2a57037 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -42,7 +42,6 @@ pm_mechanized_harvesting_coffee = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -161,7 +160,6 @@ pm_mechanized_harvesting_cotton = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -280,7 +278,6 @@ pm_mechanized_harvesting_opium = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -399,7 +396,6 @@ pm_mechanized_harvesting_tea = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -518,7 +514,6 @@ pm_mechanized_harvesting_tobacco = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -637,7 +632,6 @@ pm_mechanized_harvesting_sugar = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -754,7 +748,6 @@ pm_mechanized_harvesting_fruit = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -873,7 +866,6 @@ pm_mechanized_harvesting_silk = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -1016,16 +1008,16 @@ pm_intermodal_containers_plantation = { ##### Ownership pm_privately_owned_plantation = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_aristocrats_add = 100 + building_employment_investors_add = 100 } unscaled = { - building_aristocrats_shares_add = 10 + building_investors_shares_add = 10 building_clergymen_shares_add = 2 building_farmers_shares_add = 0.25 } @@ -1047,12 +1039,12 @@ pm_publicly_traded_plantation = { building_output_bonds_add = 5 } level_scaled = { - building_employment_aristocrats_add = 50 - building_employment_capitalists_add = 50 + building_employment_investors_add = 50 + building_employment_executives_add = 50 } unscaled = { - building_aristocrats_shares_add = 10 - building_capitalists_shares_add = 5 + building_investors_shares_add = 10 + building_executives_shares_add = 5 building_clergymen_shares_add = 2 building_farmers_shares_add = 0.25 } diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index 3644b2f9e..5bb462593 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -213,7 +213,6 @@ pm_professional_service_districts = { } ## Planning Methods - pm_no_planning = { texture = "gfx/interface/icons/production_method_icons/no_planning.dds" } @@ -387,7 +386,7 @@ pm_banned_religious_services = { ## Ownership pm_privately_owned_urban_center = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -1000,7 +999,6 @@ pm_mega_resorts = { } ### Tourism Supporting Industries - pm_no_supporting_industry = { texture = "gfx/interface/icons/production_method_icons/traditional_art.dds" state_modifiers = { @@ -1053,7 +1051,6 @@ pm_resort_cities = { } ### Entertainment - pm_no_entertainment = { texture = "gfx/interface/icons/production_method_icons/traditional_art.dds" } @@ -1073,7 +1070,7 @@ pm_entertainment = { } state_modifiers = { unscaled = { - state_expected_sol_mult = 0.10 + state_expected_sol_mult = 0.1 } } } @@ -1092,7 +1089,7 @@ pm_entertainment_and_gambling = { } state_modifiers = { unscaled = { - state_expected_sol_mult = 0.20 + state_expected_sol_mult = 0.2 } } } @@ -1110,14 +1107,13 @@ pm_entertainment_productions = { } state_modifiers = { unscaled = { - state_expected_sol_mult = 0.30 + state_expected_sol_mult = 0.3 } } } ####################### Financial Services ####################### #### Base Finance PMG - # TODO: re-do employment modifiers, technology pm_traditional_financial_services = { texture = "gfx/interface/icons/production_method_icons/traditional_art.dds" @@ -1303,7 +1299,6 @@ pm_full_commercial_banking = { } #### Investment Services - pm_no_investment_services = { texture = "gfx/interface/icons/production_method_icons/unused/disabled.dds" disallowing_laws = { @@ -1320,10 +1315,10 @@ pm_certified_investors = { } state_modifiers = { unscaled = { - state_capitalists_investment_pool_efficiency_mult = 0.2 - state_capitalists_investment_pool_contribution_add = 0.05 - state_aristocrats_investment_pool_efficiency_mult = 0.2 - state_aristocrats_investment_pool_contribution_add = 0.05 + state_executives_investment_pool_efficiency_mult = 0.2 + state_executives_investment_pool_contribution_add = 0.05 + state_investors_investment_pool_efficiency_mult = 0.2 + state_investors_investment_pool_contribution_add = 0.05 } } } @@ -1339,10 +1334,10 @@ pm_public_investor_services = { } state_modifiers = { unscaled = { - state_capitalists_investment_pool_efficiency_mult = 0.1 - state_capitalists_investment_pool_contribution_add = 0.025 - state_aristocrats_investment_pool_efficiency_mult = 0.1 - state_aristocrats_investment_pool_contribution_add = 0.025 + state_executives_investment_pool_efficiency_mult = 0.1 + state_executives_investment_pool_contribution_add = 0.025 + state_investors_investment_pool_efficiency_mult = 0.1 + state_investors_investment_pool_contribution_add = 0.025 state_shopkeepers_investment_pool_efficiency_mult = 0.1 state_shopkeepers_investment_pool_contribution_add = 0.025 state_academics_investment_pool_efficiency_mult = 0.1 @@ -1368,10 +1363,10 @@ pm_mutual_funds = { } state_modifiers = { unscaled = { - state_capitalists_investment_pool_efficiency_mult = 0.05 - state_capitalists_investment_pool_contribution_add = 0.01 - state_aristocrats_investment_pool_efficiency_mult = 0.05 - state_aristocrats_investment_pool_contribution_add = 0.01 + state_executives_investment_pool_efficiency_mult = 0.05 + state_executives_investment_pool_contribution_add = 0.01 + state_investors_investment_pool_efficiency_mult = 0.05 + state_investors_investment_pool_contribution_add = 0.01 state_shopkeepers_investment_pool_efficiency_mult = 0.05 state_shopkeepers_investment_pool_contribution_add = 0.01 state_academics_investment_pool_efficiency_mult = 0.05 @@ -1393,6 +1388,7 @@ pm_mutual_funds = { } } } + ####################### Media Industry ####################### #### Base Media PMG pm_magazines_media = { @@ -1484,7 +1480,6 @@ pm_virtual_reality_media = { } ## News Media PMG - pm_independent_news = { texture = "gfx/interface/icons/production_method_icons/photographic_art.dds" unlocking_laws = { @@ -1574,17 +1569,17 @@ pm_privately_owned_urban = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } pm_publicly_traded_urban = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -1597,10 +1592,10 @@ pm_publicly_traded_urban = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -1869,10 +1864,10 @@ pm_privatized_hospital = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 10 + building_executives_shares_add = 10 } } } @@ -1935,9 +1930,7 @@ pm_slums_base = { } } - ############### Skyscrapers ############### - # TODO: Employment pm_leased_buildings = { texture = "gfx/interface/icons/production_method_icons/skyscraper_trade_nexus.dds" @@ -2055,7 +2048,6 @@ pm_business_cities = { } ### Skyscraper Focus - pm_consulting_focus = { texture = "gfx/interface/icons/production_method_icons/consulting_focus.dds" unlocking_production_methods = { @@ -2133,26 +2125,25 @@ pm_training_focus = { } ### Skyscraper Ownership PMG - pm_privately_owned_skyscraper = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } pm_publicly_traded_skyscraper = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -2165,10 +2156,10 @@ pm_publicly_traded_skyscraper = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 8efca8707..3cec17b0b 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -280,7 +280,7 @@ pm_hereditary_bureaucrats = { } building_modifiers = { level_scaled = { - building_employment_aristocrats_add = 500 + building_employment_investors_add = 500 } } } @@ -316,7 +316,6 @@ pm_religious_bureaucrats = { pm_higher_education = { texture = "gfx/interface/icons/production_method_icons/higher_education.dds" ai_value = 1 - country_modifiers = { workforce_scaled = { country_weekly_innovation_add = 3 @@ -524,8 +523,8 @@ pm_humanities_education = { } } } -##### Research Focus +##### Research Focus pm_independent_research_focus = { texture = "gfx/interface/icons/production_method_icons/independent_research_focus.dds" disallowing_laws = { diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index 1aaaca31e..babc70c4e 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -279,13 +279,13 @@ pm_base_monte_carlo_casinos = { building_output_tourism_add = 200 } level_scaled = { - building_employment_capitalists_add = 3500 - building_employment_aristocrats_add = 500 + building_employment_executives_add = 3500 + building_employment_investors_add = 500 building_employment_clerks_add = 9000 building_employment_shopkeepers_add = 8000 } unscaled = { - building_aristocrats_shares_add = 2 + building_investors_shares_add = 2 building_government_shares_add = 1 } } diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index 112d6cc63..41485cb06 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -157,7 +157,6 @@ pm_mechanized_harvesting_rubber = { pollution_generation = 10 unlocking_technologies = { early_agriculture - } building_modifiers = { workforce_scaled = { @@ -439,7 +438,6 @@ pm_dense_oil_pumping = { } } - ##### Natural Gas pm_natural_gas_pumps = { texture = "gfx/interface/icons/production_method_icons/simple_oil_extraction.dds" @@ -507,23 +505,23 @@ pm_dense_natural_gas_pumping = { # Ownership pm_privately_owned_misc = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } pm_publicly_traded_misc = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -536,10 +534,10 @@ pm_publicly_traded_misc = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/10_canals.txt b/common/production_methods/10_canals.txt index 5f8189e2c..5222ca809 100644 --- a/common/production_methods/10_canals.txt +++ b/common/production_methods/10_canals.txt @@ -166,10 +166,10 @@ pm_canal_privately_owned = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 500 + building_employment_executives_add = 500 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -189,10 +189,10 @@ pm_canal_publicly_traded = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 500 + building_employment_executives_add = 500 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index f5f5bb470..6d9a15062 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -207,7 +207,6 @@ pm_maglev_trains = { } ## Prioritization PMG - pm_cargo_prioritization = { texture = "gfx/interface/icons/production_method_icons/cargo_prioritization.dds" ai_value = 20000 @@ -254,23 +253,23 @@ pm_passenger_prioritization = { ## Ownership pm_privately_owned_building_infrastructure = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } pm_publicly_traded_building_infrastructure = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -283,10 +282,10 @@ pm_publicly_traded_building_infrastructure = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -402,10 +401,10 @@ pm_trade_center_privately_owned = { building_modifiers = { level_scaled = { building_employment_clerks_add = 200 - building_employment_capitalists_add = 50 + building_employment_executives_add = 50 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -528,7 +527,7 @@ pm_reusable_rockets = { pm_space_elevator = { texture = "gfx/interface/icons/generic_icons/unused/lack.dds" unlocking_technologies = { - reusable_space_shuttle #space_elevators TODO: tech doesn't exist + reusable_space_shuttle #space_elevators TODO: tech doesn't exist } building_modifiers = { workforce_scaled = { @@ -547,16 +546,16 @@ pm_space_elevator = { # Spaceport Ownership PMG pm_privately_owned_spaceport = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -1214,7 +1213,6 @@ pm_international_hub = { } ## Airport Ownership PMG - pm_privately_owned_airport = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" disallowing_laws = { @@ -1223,10 +1221,10 @@ pm_privately_owned_airport = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 + building_employment_executives_add = 200 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -1288,4 +1286,3 @@ pm_worker_cooperatives_airport = { } } } - diff --git a/common/production_methods/12_subsistence.txt b/common/production_methods/12_subsistence.txt index 438a4284c..c601b4d11 100644 --- a/common/production_methods/12_subsistence.txt +++ b/common/production_methods/12_subsistence.txt @@ -5,8 +5,8 @@ building_output_grain_add = 1.8 building_output_fabric_add = 0.25 building_output_wood_add = 0.25 - building_output_services_add = 1.0 - building_output_housing_add = 1.0 + building_output_services_add = 1 + building_output_housing_add = 1 } level_scaled = { building_employment_peasants_add = 14500 @@ -66,11 +66,11 @@ pm_base_building_subsistence_orchards = { building_modifiers = { workforce_scaled = { building_output_grain_add = 0.4 - building_output_fruit_add = 1.0 + building_output_fruit_add = 1 building_output_fabric_add = 0.125 building_output_wood_add = 0.33 - building_output_services_add = 1.0 - building_output_housing_add = 1.0 + building_output_services_add = 1 + building_output_housing_add = 1 } level_scaled = { building_employment_peasants_add = 14500 @@ -263,8 +263,8 @@ pm_base_building_subsistence_rice_paddies = { building_output_grain_add = 3.6 building_output_fabric_add = 0.5 building_output_wood_add = 0.5 - building_output_services_add = 2.0 - building_output_housing_add = 2.0 + building_output_services_add = 2 + building_output_housing_add = 2 } level_scaled = { building_employment_peasants_add = 34500 @@ -321,7 +321,7 @@ pm_home_workshops_building_subsistence_rice_paddies = { pm_privately_owned_building_subsistence = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" - disallowing_laws = { + disallowing_laws = { law_cooperative_ownership law_command_economy law_interventionism @@ -330,17 +330,17 @@ pm_privately_owned_building_subsistence = { building_modifiers = { level_scaled = { building_employment_clergymen_add = 300 - building_employment_aristocrats_add = 300 + building_employment_investors_add = 300 } unscaled = { - building_aristocrats_shares_add = 1 + building_investors_shares_add = 1 } } } pm_smallholder_owner_building_subsistence = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_traditionalism law_cooperative_ownership law_command_economy @@ -424,8 +424,8 @@ pm_gmo_seeds_subsistence_farms = { building_output_grain_add = 1.8 building_output_fabric_add = 0.25 building_output_wood_add = 0.25 - building_output_services_add = 1.0 - building_output_housing_add = 1.0 + building_output_services_add = 1 + building_output_housing_add = 1 } level_scaled = { building_employment_peasants_add = 14500 @@ -444,11 +444,11 @@ pm_gmo_seeds_subsistence_orchards = { building_modifiers = { workforce_scaled = { building_output_grain_add = 0.4 - building_output_fruit_add = 1.0 + building_output_fruit_add = 1 building_output_fabric_add = 0.125 building_output_wood_add = 0.33 - building_output_services_add = 1.0 - building_output_housing_add = 1.0 + building_output_services_add = 1 + building_output_housing_add = 1 } level_scaled = { building_employment_peasants_add = 14500 @@ -459,7 +459,6 @@ pm_gmo_seeds_subsistence_orchards = { } } - pm_advanced_husbandry_subsistence_pastures = { texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" unlocking_technologies = { @@ -483,7 +482,6 @@ pm_advanced_husbandry_subsistence_pastures = { } } - pm_gmo_seeds_subsistence_fishing_villages = { texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" unlocking_technologies = { @@ -507,7 +505,6 @@ pm_gmo_seeds_subsistence_fishing_villages = { } } - pm_gmo_seeds_subsistence_rice_paddies = { texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" unlocking_technologies = { @@ -518,8 +515,8 @@ pm_gmo_seeds_subsistence_rice_paddies = { building_output_grain_add = 3.6 building_output_fabric_add = 0.5 building_output_wood_add = 0.5 - building_output_services_add = 2.0 - building_output_housing_add = 2.0 + building_output_services_add = 2 + building_output_housing_add = 2 } level_scaled = { building_employment_peasants_add = 34500 @@ -528,4 +525,4 @@ pm_gmo_seeds_subsistence_rice_paddies = { building_subsistence_output_add = 4 } } -} \ No newline at end of file +} diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index 49586564e..913fa83df 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -156,7 +156,7 @@ pm_sustainable_building_materials = { building_modifiers = { workforce_scaled = { building_input_tools_add = 30 - building_input_wood_add = 30 + building_input_wood_add = 30 building_input_steel_add = 60 building_input_glass_add = 40 building_input_aluminum_add = 50 @@ -203,19 +203,19 @@ pm_landlord_owned_housing = { } building_modifiers = { level_scaled = { - building_employment_capitalists_add = 200 - building_employment_aristocrats_add = 200 + building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_capitalists_shares_add = 1 - building_aristocrats_shares_add = 1 + building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } pm_publicly_traded_housing = { texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" - disallowing_laws = { + disallowing_laws = { law_command_economy law_cooperative_ownership } @@ -228,10 +228,10 @@ pm_publicly_traded_housing = { building_output_bonds_add = 5 } level_scaled = { - building_employment_capitalists_add = 400 + building_employment_executives_add = 400 } unscaled = { - building_capitalists_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/scripted_triggers/00_clothes_triggers.txt b/common/scripted_triggers/00_clothes_triggers.txt index cdbcfe5e8..1ce361ee3 100644 --- a/common/scripted_triggers/00_clothes_triggers.txt +++ b/common/scripted_triggers/00_clothes_triggers.txt @@ -971,8 +971,8 @@ upper_clothes_pop_trigger = { exists = scope:pop scope:pop = { OR = { - is_pop_type = aristocrats - is_pop_type = capitalists + is_pop_type = investors + is_pop_type = executives is_pop_type = academics } } @@ -1048,10 +1048,10 @@ slaves_clothes_pop_trigger = { } } -aristocrats_clothes_pop_trigger = { +investors_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = aristocrats + is_pop_type = investors } } diff --git a/common/scripted_triggers/00_scripted_triggers.txt b/common/scripted_triggers/00_scripted_triggers.txt index 726db8482..83c6101c6 100644 --- a/common/scripted_triggers/00_scripted_triggers.txt +++ b/common/scripted_triggers/00_scripted_triggers.txt @@ -18,9 +18,9 @@ country_has_voting_franchise = { modifier:country_voting_power_from_literacy_add > 0 modifier:country_voting_power_wealth_threshold_add > 0 modifier:country_academics_voting_power_add > 0 - modifier:country_aristocrats_voting_power_add > 0 + modifier:country_investors_voting_power_add > 0 modifier:country_bureaucrats_voting_power_add > 0 - modifier:country_capitalists_voting_power_add > 0 + modifier:country_executives_voting_power_add > 0 modifier:country_clergymen_voting_power_add > 0 modifier:country_clerks_voting_power_add > 0 modifier:country_engineers_voting_power_add > 0 @@ -196,7 +196,7 @@ violate_sovereignty_war_check = { countries_are_valid_rivals = { has_overlapping_interests = scope:target_country trigger_if = { - limit = { + limit = { country_rank = rank_value:superpower } scope:target_country = { diff --git a/common/technology/technologies/30_society.txt b/common/technology/technologies/30_society.txt index 80c32db34..2bfeab57d 100644 --- a/common/technology/technologies/30_society.txt +++ b/common/technology/technologies/30_society.txt @@ -370,8 +370,8 @@ international_monetary_system = { modifier = { state_tax_capacity_mult = 0.05 country_consumption_tax_cost_mult = -0.1 - state_aristocrats_investment_pool_efficiency_mult = 0.15 - state_capitalists_investment_pool_efficiency_mult = 0.25 + state_investors_investment_pool_efficiency_mult = 0.15 + state_executives_investment_pool_efficiency_mult = 0.25 } unlocking_technologies = { central_bank_independence @@ -959,8 +959,8 @@ public_choice_theory = { category = society modifier = { country_gold_reserve_limit_mult = 0.1 - state_aristocrats_investment_pool_efficiency_mult = 0.1 - state_capitalists_investment_pool_efficiency_mult = 0.25 + state_investors_investment_pool_efficiency_mult = 0.1 + state_executives_investment_pool_efficiency_mult = 0.25 state_bureaucrats_investment_pool_efficiency_mult = 0.05 country_trade_route_quantity_mult = 0.25 } @@ -1539,9 +1539,9 @@ microfoundations = { texture = "gfx/interface/icons/invention_icons/society/microfoundations.dds" category = society modifier = { - state_aristocrats_investment_pool_contribution_add = 0.05 + state_investors_investment_pool_contribution_add = 0.05 state_bureaucrats_investment_pool_contribution_add = 0.05 - state_capitalists_investment_pool_contribution_add = 0.05 + state_executives_investment_pool_contribution_add = 0.05 state_clergymen_investment_pool_contribution_add = 0.05 state_engineers_investment_pool_contribution_add = 0.05 state_farmers_investment_pool_contribution_add = 0.05 @@ -2300,9 +2300,9 @@ cryptocurrency = { category = society modifier = { state_academics_investment_pool_efficiency_mult = 0.4 - state_aristocrats_investment_pool_efficiency_mult = 0.25 + state_investors_investment_pool_efficiency_mult = 0.25 state_bureaucrats_investment_pool_efficiency_mult = 0.1 - state_capitalists_investment_pool_efficiency_mult = 0.25 + state_executives_investment_pool_efficiency_mult = 0.25 state_clergymen_investment_pool_efficiency_mult = 0.05 state_engineers_investment_pool_efficiency_mult = 0.25 state_farmers_investment_pool_efficiency_mult = 0.1 @@ -2586,7 +2586,7 @@ victoria_3 = { category = society modifier = { state_birth_rate_mult = -0.01 - building_group_bg_media_throughput_mult = 0.10 + building_group_bg_media_throughput_mult = 0.1 } unlocking_technologies = { triple_a_videogames @@ -2605,9 +2605,9 @@ quantum_econometrics = { category = society modifier = { state_academics_investment_pool_efficiency_mult = 0.5 - state_aristocrats_investment_pool_efficiency_mult = 0.5 + state_investors_investment_pool_efficiency_mult = 0.5 state_bureaucrats_investment_pool_efficiency_mult = 0.25 - state_capitalists_investment_pool_efficiency_mult = 0.5 + state_executives_investment_pool_efficiency_mult = 0.5 state_clergymen_investment_pool_efficiency_mult = 0.1 state_engineers_investment_pool_efficiency_mult = 0.5 state_farmers_investment_pool_efficiency_mult = 0.25 diff --git a/documentation/modifiers.log b/documentation/modifiers.log index d33a5c6c2..557768dd7 100644 --- a/documentation/modifiers.log +++ b/documentation/modifiers.log @@ -961,18 +961,18 @@ Tag: state_academics_investment_pool_contribution_add, Categories: state Tag: state_academics_investment_pool_efficiency_mult, Categories: state Tag: building_academics_shares_add, Categories: building Tag: building_academics_shares_mult, Categories: building -Tag: country_aristocrats_pol_str_mult, Categories: country -Tag: country_aristocrats_voting_power_add, Categories: country -Tag: state_aristocrats_mortality_mult, Categories: state -Tag: state_aristocrats_dependent_wage_mult, Categories: state -Tag: building_employment_aristocrats_add, Categories: building -Tag: building_employment_aristocrats_mult, Categories: building -Tag: building_aristocrats_fertility_mult, Categories: building -Tag: building_aristocrats_mortality_mult, Categories: building -Tag: state_aristocrats_investment_pool_contribution_add, Categories: state -Tag: state_aristocrats_investment_pool_efficiency_mult, Categories: state -Tag: building_aristocrats_shares_add, Categories: building -Tag: building_aristocrats_shares_mult, Categories: building +Tag: country_investors_pol_str_mult, Categories: country +Tag: country_investors_voting_power_add, Categories: country +Tag: state_investors_mortality_mult, Categories: state +Tag: state_investors_dependent_wage_mult, Categories: state +Tag: building_employment_investors_add, Categories: building +Tag: building_employment_investors_mult, Categories: building +Tag: building_investors_fertility_mult, Categories: building +Tag: building_investors_mortality_mult, Categories: building +Tag: state_investors_investment_pool_contribution_add, Categories: state +Tag: state_investors_investment_pool_efficiency_mult, Categories: state +Tag: building_investors_shares_add, Categories: building +Tag: building_investors_shares_mult, Categories: building Tag: country_bureaucrats_pol_str_mult, Categories: country Tag: country_bureaucrats_voting_power_add, Categories: country Tag: state_bureaucrats_mortality_mult, Categories: state @@ -985,18 +985,18 @@ Tag: state_bureaucrats_investment_pool_contribution_add, Categories: state Tag: state_bureaucrats_investment_pool_efficiency_mult, Categories: state Tag: building_bureaucrats_shares_add, Categories: building Tag: building_bureaucrats_shares_mult, Categories: building -Tag: country_capitalists_pol_str_mult, Categories: country -Tag: country_capitalists_voting_power_add, Categories: country -Tag: state_capitalists_mortality_mult, Categories: state -Tag: state_capitalists_dependent_wage_mult, Categories: state -Tag: building_employment_capitalists_add, Categories: building -Tag: building_employment_capitalists_mult, Categories: building -Tag: building_capitalists_fertility_mult, Categories: building -Tag: building_capitalists_mortality_mult, Categories: building -Tag: state_capitalists_investment_pool_contribution_add, Categories: state -Tag: state_capitalists_investment_pool_efficiency_mult, Categories: state -Tag: building_capitalists_shares_add, Categories: building -Tag: building_capitalists_shares_mult, Categories: building +Tag: country_executives_pol_str_mult, Categories: country +Tag: country_executives_voting_power_add, Categories: country +Tag: state_executives_mortality_mult, Categories: state +Tag: state_executives_dependent_wage_mult, Categories: state +Tag: building_employment_executives_add, Categories: building +Tag: building_employment_executives_mult, Categories: building +Tag: building_executives_fertility_mult, Categories: building +Tag: building_executives_mortality_mult, Categories: building +Tag: state_executives_investment_pool_contribution_add, Categories: state +Tag: state_executives_investment_pool_efficiency_mult, Categories: state +Tag: building_executives_shares_add, Categories: building +Tag: building_executives_shares_mult, Categories: building Tag: country_clergymen_pol_str_mult, Categories: country Tag: country_clergymen_voting_power_add, Categories: country Tag: state_clergymen_mortality_mult, Categories: state @@ -1145,15 +1145,15 @@ Tag: building_group_bg_manufacturing_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_academics_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_academics_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_investors_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_investors_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_investors_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_executives_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_executives_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_executives_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_clergymen_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_clergymen_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_clergymen_standard_of_living_add, Categories: building @@ -1194,15 +1194,15 @@ Tag: country_subsidies_bg_light_industry, Categories: country Tag: building_group_bg_light_industry_academics_fertility_mult, Categories: building Tag: building_group_bg_light_industry_academics_mortality_mult, Categories: building Tag: building_group_bg_light_industry_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_investors_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_investors_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_investors_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_light_industry_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_light_industry_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_executives_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_executives_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_executives_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_clergymen_fertility_mult, Categories: building Tag: building_group_bg_light_industry_clergymen_mortality_mult, Categories: building Tag: building_group_bg_light_industry_clergymen_standard_of_living_add, Categories: building @@ -1249,15 +1249,15 @@ Tag: country_subsidies_bg_heavy_industry, Categories: country Tag: building_group_bg_heavy_industry_academics_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_academics_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_investors_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_investors_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_investors_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_executives_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_executives_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_executives_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_clergymen_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_clergymen_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_clergymen_standard_of_living_add, Categories: building @@ -1298,15 +1298,15 @@ Tag: building_group_bg_agriculture_fertility_mult, Categories: building Tag: building_group_bg_agriculture_academics_fertility_mult, Categories: building Tag: building_group_bg_agriculture_academics_mortality_mult, Categories: building Tag: building_group_bg_agriculture_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_investors_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_investors_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_investors_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_agriculture_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_agriculture_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_executives_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_executives_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_executives_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_clergymen_fertility_mult, Categories: building Tag: building_group_bg_agriculture_clergymen_mortality_mult, Categories: building Tag: building_group_bg_agriculture_clergymen_standard_of_living_add, Categories: building @@ -1351,15 +1351,15 @@ Tag: country_subsidies_bg_rye_farms, Categories: country Tag: building_group_bg_rye_farms_academics_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_academics_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_investors_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_investors_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_investors_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_executives_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_executives_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_executives_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_clergymen_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_clergymen_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_clergymen_standard_of_living_add, Categories: building @@ -1406,15 +1406,15 @@ Tag: country_subsidies_bg_wheat_farms, Categories: country Tag: building_group_bg_wheat_farms_academics_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_academics_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_investors_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_investors_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_investors_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_executives_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_executives_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_executives_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_clergymen_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_clergymen_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_clergymen_standard_of_living_add, Categories: building @@ -1461,15 +1461,15 @@ Tag: country_subsidies_bg_rice_farms, Categories: country Tag: building_group_bg_rice_farms_academics_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_academics_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_investors_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_investors_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_investors_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_executives_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_executives_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_executives_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_clergymen_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_clergymen_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_clergymen_standard_of_living_add, Categories: building @@ -1516,15 +1516,15 @@ Tag: country_subsidies_bg_maize_farms, Categories: country Tag: building_group_bg_maize_farms_academics_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_academics_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_investors_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_investors_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_investors_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_executives_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_executives_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_executives_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_clergymen_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_clergymen_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_clergymen_standard_of_living_add, Categories: building @@ -1571,15 +1571,15 @@ Tag: country_subsidies_bg_millet_farms, Categories: country Tag: building_group_bg_millet_farms_academics_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_academics_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_investors_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_investors_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_investors_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_executives_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_executives_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_executives_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_clergymen_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_clergymen_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_clergymen_standard_of_living_add, Categories: building @@ -1626,15 +1626,15 @@ Tag: country_subsidies_bg_subsistence_agriculture, Categories: country Tag: building_group_bg_subsistence_agriculture_academics_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_academics_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_investors_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_investors_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_investors_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_executives_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_executives_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_executives_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_clergymen_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_clergymen_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_clergymen_standard_of_living_add, Categories: building @@ -1677,15 +1677,15 @@ Tag: building_group_bg_ranching_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_academics_fertility_mult, Categories: building Tag: building_group_bg_ranching_academics_mortality_mult, Categories: building Tag: building_group_bg_ranching_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_ranching_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_ranching_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_investors_fertility_mult, Categories: building +Tag: building_group_bg_ranching_investors_mortality_mult, Categories: building +Tag: building_group_bg_ranching_investors_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_ranching_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_ranching_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_ranching_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_ranching_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_executives_fertility_mult, Categories: building +Tag: building_group_bg_ranching_executives_mortality_mult, Categories: building +Tag: building_group_bg_ranching_executives_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_clergymen_fertility_mult, Categories: building Tag: building_group_bg_ranching_clergymen_mortality_mult, Categories: building Tag: building_group_bg_ranching_clergymen_standard_of_living_add, Categories: building @@ -1730,15 +1730,15 @@ Tag: country_subsidies_bg_livestock_ranches, Categories: country Tag: building_group_bg_livestock_ranches_academics_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_academics_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_investors_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_investors_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_investors_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_executives_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_executives_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_executives_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_clergymen_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_clergymen_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_clergymen_standard_of_living_add, Categories: building @@ -1785,15 +1785,15 @@ Tag: country_subsidies_bg_subsistence_ranching, Categories: country Tag: building_group_bg_subsistence_ranching_academics_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_academics_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_investors_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_investors_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_investors_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_executives_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_executives_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_executives_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_clergymen_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_clergymen_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_clergymen_standard_of_living_add, Categories: building @@ -1834,15 +1834,15 @@ Tag: building_group_bg_plantations_fertility_mult, Categories: building Tag: building_group_bg_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_plantations_clergymen_standard_of_living_add, Categories: building @@ -1887,15 +1887,15 @@ Tag: country_subsidies_bg_coffee_plantations, Categories: country Tag: building_group_bg_coffee_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_clergymen_standard_of_living_add, Categories: building @@ -1942,15 +1942,15 @@ Tag: country_subsidies_bg_cotton_plantations, Categories: country Tag: building_group_bg_cotton_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_clergymen_standard_of_living_add, Categories: building @@ -1997,15 +1997,15 @@ Tag: country_subsidies_bg_silk_plantations, Categories: country Tag: building_group_bg_silk_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_clergymen_standard_of_living_add, Categories: building @@ -2052,15 +2052,15 @@ Tag: country_subsidies_bg_opium_plantations, Categories: country Tag: building_group_bg_opium_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_clergymen_standard_of_living_add, Categories: building @@ -2107,15 +2107,15 @@ Tag: country_subsidies_bg_tea_plantations, Categories: country Tag: building_group_bg_tea_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_clergymen_standard_of_living_add, Categories: building @@ -2162,15 +2162,15 @@ Tag: country_subsidies_bg_tobacco_plantations, Categories: country Tag: building_group_bg_tobacco_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_clergymen_standard_of_living_add, Categories: building @@ -2217,15 +2217,15 @@ Tag: country_subsidies_bg_sugar_plantations, Categories: country Tag: building_group_bg_sugar_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_clergymen_standard_of_living_add, Categories: building @@ -2272,15 +2272,15 @@ Tag: country_subsidies_bg_banana_plantations, Categories: country Tag: building_group_bg_banana_plantations_academics_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_academics_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_investors_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_investors_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_investors_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_executives_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_executives_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_executives_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_clergymen_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_clergymen_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_clergymen_standard_of_living_add, Categories: building @@ -2321,15 +2321,15 @@ Tag: building_group_bg_mining_fertility_mult, Categories: building Tag: building_group_bg_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_mining_clergymen_standard_of_living_add, Categories: building @@ -2366,15 +2366,15 @@ Tag: country_subsidies_bg_gold_mining, Categories: country Tag: building_group_bg_gold_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_clergymen_standard_of_living_add, Categories: building @@ -2417,15 +2417,15 @@ Tag: country_subsidies_bg_coal_mining, Categories: country Tag: building_group_bg_coal_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_clergymen_standard_of_living_add, Categories: building @@ -2468,15 +2468,15 @@ Tag: country_subsidies_bg_iron_mining, Categories: country Tag: building_group_bg_iron_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_clergymen_standard_of_living_add, Categories: building @@ -2519,15 +2519,15 @@ Tag: country_subsidies_bg_lead_mining, Categories: country Tag: building_group_bg_lead_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_clergymen_standard_of_living_add, Categories: building @@ -2570,15 +2570,15 @@ Tag: country_subsidies_bg_phosphorus_mining, Categories: country Tag: building_group_bg_phosphorus_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_clergymen_standard_of_living_add, Categories: building @@ -2625,15 +2625,15 @@ Tag: country_subsidies_bg_uranium_mining, Categories: country Tag: building_group_bg_uranium_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_clergymen_standard_of_living_add, Categories: building @@ -2680,15 +2680,15 @@ Tag: country_subsidies_bg_copper_mining, Categories: country Tag: building_group_bg_copper_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_clergymen_standard_of_living_add, Categories: building @@ -2735,15 +2735,15 @@ Tag: country_subsidies_bg_rare_earth_elements_mining, Categories: country Tag: building_group_bg_rare_earth_elements_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_clergymen_standard_of_living_add, Categories: building @@ -2790,15 +2790,15 @@ Tag: country_subsidies_bg_bauxite_mining, Categories: country Tag: building_group_bg_bauxite_mining_academics_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_academics_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_investors_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_investors_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_investors_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_executives_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_executives_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_executives_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_clergymen_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_clergymen_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_clergymen_standard_of_living_add, Categories: building @@ -2839,15 +2839,15 @@ Tag: building_group_bg_logging_fertility_mult, Categories: building Tag: building_group_bg_logging_academics_fertility_mult, Categories: building Tag: building_group_bg_logging_academics_mortality_mult, Categories: building Tag: building_group_bg_logging_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_logging_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_logging_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_investors_fertility_mult, Categories: building +Tag: building_group_bg_logging_investors_mortality_mult, Categories: building +Tag: building_group_bg_logging_investors_standard_of_living_add, Categories: building Tag: building_group_bg_logging_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_logging_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_logging_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_logging_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_logging_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_executives_fertility_mult, Categories: building +Tag: building_group_bg_logging_executives_mortality_mult, Categories: building +Tag: building_group_bg_logging_executives_standard_of_living_add, Categories: building Tag: building_group_bg_logging_clergymen_fertility_mult, Categories: building Tag: building_group_bg_logging_clergymen_mortality_mult, Categories: building Tag: building_group_bg_logging_clergymen_standard_of_living_add, Categories: building @@ -2890,15 +2890,15 @@ Tag: country_subsidies_bg_rubber, Categories: country Tag: building_group_bg_rubber_academics_fertility_mult, Categories: building Tag: building_group_bg_rubber_academics_mortality_mult, Categories: building Tag: building_group_bg_rubber_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_rubber_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_rubber_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_investors_fertility_mult, Categories: building +Tag: building_group_bg_rubber_investors_mortality_mult, Categories: building +Tag: building_group_bg_rubber_investors_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_rubber_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_rubber_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_rubber_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_rubber_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_executives_fertility_mult, Categories: building +Tag: building_group_bg_rubber_executives_mortality_mult, Categories: building +Tag: building_group_bg_rubber_executives_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_clergymen_fertility_mult, Categories: building Tag: building_group_bg_rubber_clergymen_mortality_mult, Categories: building Tag: building_group_bg_rubber_clergymen_standard_of_living_add, Categories: building @@ -2939,15 +2939,15 @@ Tag: building_group_bg_fishing_fertility_mult, Categories: building Tag: building_group_bg_fishing_academics_fertility_mult, Categories: building Tag: building_group_bg_fishing_academics_mortality_mult, Categories: building Tag: building_group_bg_fishing_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_fishing_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_fishing_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_investors_fertility_mult, Categories: building +Tag: building_group_bg_fishing_investors_mortality_mult, Categories: building +Tag: building_group_bg_fishing_investors_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_fishing_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_fishing_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_fishing_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_fishing_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_executives_fertility_mult, Categories: building +Tag: building_group_bg_fishing_executives_mortality_mult, Categories: building +Tag: building_group_bg_fishing_executives_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_clergymen_fertility_mult, Categories: building Tag: building_group_bg_fishing_clergymen_mortality_mult, Categories: building Tag: building_group_bg_fishing_clergymen_standard_of_living_add, Categories: building @@ -2994,15 +2994,15 @@ Tag: country_subsidies_bg_fossil_fuels, Categories: country Tag: building_group_bg_fossil_fuels_academics_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_academics_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_investors_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_investors_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_investors_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_executives_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_executives_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_executives_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_clergymen_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_clergymen_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_clergymen_standard_of_living_add, Categories: building @@ -3044,15 +3044,15 @@ Tag: country_subsidies_bg_oil_rig, Categories: country Tag: building_group_bg_oil_rig_academics_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_academics_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_investors_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_investors_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_investors_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_executives_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_executives_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_executives_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_clergymen_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_clergymen_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_clergymen_standard_of_living_add, Categories: building @@ -3099,15 +3099,15 @@ Tag: country_subsidies_bg_natural_gas_well, Categories: country Tag: building_group_bg_natural_gas_well_academics_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_academics_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_investors_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_investors_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_investors_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_executives_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_executives_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_executives_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_clergymen_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_clergymen_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_clergymen_standard_of_living_add, Categories: building @@ -3148,15 +3148,15 @@ Tag: building_group_bg_service_fertility_mult, Categories: building Tag: building_group_bg_service_academics_fertility_mult, Categories: building Tag: building_group_bg_service_academics_mortality_mult, Categories: building Tag: building_group_bg_service_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_service_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_service_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_service_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_service_investors_fertility_mult, Categories: building +Tag: building_group_bg_service_investors_mortality_mult, Categories: building +Tag: building_group_bg_service_investors_standard_of_living_add, Categories: building Tag: building_group_bg_service_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_service_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_service_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_service_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_service_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_service_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_service_executives_fertility_mult, Categories: building +Tag: building_group_bg_service_executives_mortality_mult, Categories: building +Tag: building_group_bg_service_executives_standard_of_living_add, Categories: building Tag: building_group_bg_service_clergymen_fertility_mult, Categories: building Tag: building_group_bg_service_clergymen_mortality_mult, Categories: building Tag: building_group_bg_service_clergymen_standard_of_living_add, Categories: building @@ -3203,15 +3203,15 @@ Tag: country_subsidies_bg_urban_facilities, Categories: country Tag: building_group_bg_urban_facilities_academics_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_academics_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_investors_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_investors_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_investors_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_executives_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_executives_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_executives_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_clergymen_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_clergymen_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_clergymen_standard_of_living_add, Categories: building @@ -3258,15 +3258,15 @@ Tag: country_subsidies_bg_arts, Categories: country Tag: building_group_bg_arts_academics_fertility_mult, Categories: building Tag: building_group_bg_arts_academics_mortality_mult, Categories: building Tag: building_group_bg_arts_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_arts_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_arts_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_investors_fertility_mult, Categories: building +Tag: building_group_bg_arts_investors_mortality_mult, Categories: building +Tag: building_group_bg_arts_investors_standard_of_living_add, Categories: building Tag: building_group_bg_arts_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_arts_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_arts_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_arts_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_arts_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_executives_fertility_mult, Categories: building +Tag: building_group_bg_arts_executives_mortality_mult, Categories: building +Tag: building_group_bg_arts_executives_standard_of_living_add, Categories: building Tag: building_group_bg_arts_clergymen_fertility_mult, Categories: building Tag: building_group_bg_arts_clergymen_mortality_mult, Categories: building Tag: building_group_bg_arts_clergymen_standard_of_living_add, Categories: building @@ -3313,15 +3313,15 @@ Tag: country_subsidies_bg_media, Categories: country Tag: building_group_bg_media_academics_fertility_mult, Categories: building Tag: building_group_bg_media_academics_mortality_mult, Categories: building Tag: building_group_bg_media_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_media_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_media_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_media_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_media_investors_fertility_mult, Categories: building +Tag: building_group_bg_media_investors_mortality_mult, Categories: building +Tag: building_group_bg_media_investors_standard_of_living_add, Categories: building Tag: building_group_bg_media_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_media_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_media_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_media_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_media_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_media_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_media_executives_fertility_mult, Categories: building +Tag: building_group_bg_media_executives_mortality_mult, Categories: building +Tag: building_group_bg_media_executives_standard_of_living_add, Categories: building Tag: building_group_bg_media_clergymen_fertility_mult, Categories: building Tag: building_group_bg_media_clergymen_mortality_mult, Categories: building Tag: building_group_bg_media_clergymen_standard_of_living_add, Categories: building @@ -3368,15 +3368,15 @@ Tag: country_subsidies_bg_financial_services, Categories: country Tag: building_group_bg_financial_services_academics_fertility_mult, Categories: building Tag: building_group_bg_financial_services_academics_mortality_mult, Categories: building Tag: building_group_bg_financial_services_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_investors_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_investors_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_investors_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_financial_services_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_financial_services_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_executives_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_executives_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_executives_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_clergymen_fertility_mult, Categories: building Tag: building_group_bg_financial_services_clergymen_mortality_mult, Categories: building Tag: building_group_bg_financial_services_clergymen_standard_of_living_add, Categories: building @@ -3423,15 +3423,15 @@ Tag: country_subsidies_bg_tourism, Categories: country Tag: building_group_bg_tourism_academics_fertility_mult, Categories: building Tag: building_group_bg_tourism_academics_mortality_mult, Categories: building Tag: building_group_bg_tourism_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_tourism_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_tourism_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_investors_fertility_mult, Categories: building +Tag: building_group_bg_tourism_investors_mortality_mult, Categories: building +Tag: building_group_bg_tourism_investors_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_tourism_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_tourism_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_tourism_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_tourism_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_executives_fertility_mult, Categories: building +Tag: building_group_bg_tourism_executives_mortality_mult, Categories: building +Tag: building_group_bg_tourism_executives_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_clergymen_fertility_mult, Categories: building Tag: building_group_bg_tourism_clergymen_mortality_mult, Categories: building Tag: building_group_bg_tourism_clergymen_standard_of_living_add, Categories: building @@ -3478,15 +3478,15 @@ Tag: country_subsidies_bg_telecommunications, Categories: country Tag: building_group_bg_telecommunications_academics_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_academics_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_investors_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_investors_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_investors_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_executives_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_executives_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_executives_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_clergymen_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_clergymen_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_clergymen_standard_of_living_add, Categories: building @@ -3533,15 +3533,15 @@ Tag: country_subsidies_bg_healthcare, Categories: country Tag: building_group_bg_healthcare_academics_fertility_mult, Categories: building Tag: building_group_bg_healthcare_academics_mortality_mult, Categories: building Tag: building_group_bg_healthcare_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_investors_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_investors_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_investors_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_healthcare_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_healthcare_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_executives_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_executives_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_executives_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_clergymen_fertility_mult, Categories: building Tag: building_group_bg_healthcare_clergymen_mortality_mult, Categories: building Tag: building_group_bg_healthcare_clergymen_standard_of_living_add, Categories: building @@ -3588,15 +3588,15 @@ Tag: country_subsidies_bg_power, Categories: country Tag: building_group_bg_power_academics_fertility_mult, Categories: building Tag: building_group_bg_power_academics_mortality_mult, Categories: building Tag: building_group_bg_power_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_power_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_power_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_power_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_power_investors_fertility_mult, Categories: building +Tag: building_group_bg_power_investors_mortality_mult, Categories: building +Tag: building_group_bg_power_investors_standard_of_living_add, Categories: building Tag: building_group_bg_power_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_power_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_power_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_power_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_power_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_power_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_power_executives_fertility_mult, Categories: building +Tag: building_group_bg_power_executives_mortality_mult, Categories: building +Tag: building_group_bg_power_executives_standard_of_living_add, Categories: building Tag: building_group_bg_power_clergymen_fertility_mult, Categories: building Tag: building_group_bg_power_clergymen_mortality_mult, Categories: building Tag: building_group_bg_power_clergymen_standard_of_living_add, Categories: building @@ -3643,15 +3643,15 @@ Tag: country_subsidies_bg_nuclear_power, Categories: country Tag: building_group_bg_nuclear_power_academics_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_academics_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_investors_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_investors_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_investors_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_executives_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_executives_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_executives_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_clergymen_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_clergymen_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_clergymen_standard_of_living_add, Categories: building @@ -3694,15 +3694,15 @@ Tag: country_subsidies_bg_government, Categories: country Tag: building_group_bg_government_academics_fertility_mult, Categories: building Tag: building_group_bg_government_academics_mortality_mult, Categories: building Tag: building_group_bg_government_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_government_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_government_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_government_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_government_investors_fertility_mult, Categories: building +Tag: building_group_bg_government_investors_mortality_mult, Categories: building +Tag: building_group_bg_government_investors_standard_of_living_add, Categories: building Tag: building_group_bg_government_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_government_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_government_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_government_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_government_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_government_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_government_executives_fertility_mult, Categories: building +Tag: building_group_bg_government_executives_mortality_mult, Categories: building +Tag: building_group_bg_government_executives_standard_of_living_add, Categories: building Tag: building_group_bg_government_clergymen_fertility_mult, Categories: building Tag: building_group_bg_government_clergymen_mortality_mult, Categories: building Tag: building_group_bg_government_clergymen_standard_of_living_add, Categories: building @@ -3749,15 +3749,15 @@ Tag: country_subsidies_bg_technology, Categories: country Tag: building_group_bg_technology_academics_fertility_mult, Categories: building Tag: building_group_bg_technology_academics_mortality_mult, Categories: building Tag: building_group_bg_technology_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_technology_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_technology_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_investors_fertility_mult, Categories: building +Tag: building_group_bg_technology_investors_mortality_mult, Categories: building +Tag: building_group_bg_technology_investors_standard_of_living_add, Categories: building Tag: building_group_bg_technology_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_technology_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_technology_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_technology_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_technology_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_executives_fertility_mult, Categories: building +Tag: building_group_bg_technology_executives_mortality_mult, Categories: building +Tag: building_group_bg_technology_executives_standard_of_living_add, Categories: building Tag: building_group_bg_technology_clergymen_fertility_mult, Categories: building Tag: building_group_bg_technology_clergymen_mortality_mult, Categories: building Tag: building_group_bg_technology_clergymen_standard_of_living_add, Categories: building @@ -3804,15 +3804,15 @@ Tag: country_subsidies_bg_bureaucracy, Categories: country Tag: building_group_bg_bureaucracy_academics_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_academics_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_investors_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_investors_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_investors_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_executives_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_executives_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_executives_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_clergymen_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_clergymen_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_clergymen_standard_of_living_add, Categories: building @@ -3859,15 +3859,15 @@ Tag: country_subsidies_bg_nuclear_research, Categories: country Tag: building_group_bg_nuclear_research_academics_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_academics_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_investors_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_investors_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_investors_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_executives_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_executives_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_executives_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_clergymen_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_clergymen_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_clergymen_standard_of_living_add, Categories: building @@ -3914,15 +3914,15 @@ Tag: country_subsidies_bg_military_research, Categories: country Tag: building_group_bg_military_research_academics_fertility_mult, Categories: building Tag: building_group_bg_military_research_academics_mortality_mult, Categories: building Tag: building_group_bg_military_research_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_military_research_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_military_research_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_investors_fertility_mult, Categories: building +Tag: building_group_bg_military_research_investors_mortality_mult, Categories: building +Tag: building_group_bg_military_research_investors_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_military_research_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_military_research_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_military_research_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_military_research_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_executives_fertility_mult, Categories: building +Tag: building_group_bg_military_research_executives_mortality_mult, Categories: building +Tag: building_group_bg_military_research_executives_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_clergymen_fertility_mult, Categories: building Tag: building_group_bg_military_research_clergymen_mortality_mult, Categories: building Tag: building_group_bg_military_research_clergymen_standard_of_living_add, Categories: building @@ -3969,15 +3969,15 @@ Tag: country_subsidies_bg_humanities_research, Categories: country Tag: building_group_bg_humanities_research_academics_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_academics_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_investors_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_investors_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_investors_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_executives_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_executives_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_executives_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_clergymen_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_clergymen_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_clergymen_standard_of_living_add, Categories: building @@ -4023,15 +4023,15 @@ Tag: building_group_bg_trade_standard_of_living_add, Categories: building Tag: building_group_bg_trade_academics_fertility_mult, Categories: building Tag: building_group_bg_trade_academics_mortality_mult, Categories: building Tag: building_group_bg_trade_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_trade_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_trade_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_investors_fertility_mult, Categories: building +Tag: building_group_bg_trade_investors_mortality_mult, Categories: building +Tag: building_group_bg_trade_investors_standard_of_living_add, Categories: building Tag: building_group_bg_trade_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_trade_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_trade_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_trade_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_trade_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_executives_fertility_mult, Categories: building +Tag: building_group_bg_trade_executives_mortality_mult, Categories: building +Tag: building_group_bg_trade_executives_standard_of_living_add, Categories: building Tag: building_group_bg_trade_clergymen_fertility_mult, Categories: building Tag: building_group_bg_trade_clergymen_mortality_mult, Categories: building Tag: building_group_bg_trade_clergymen_standard_of_living_add, Categories: building @@ -4073,15 +4073,15 @@ Tag: building_group_bg_infrastructure_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_academics_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_academics_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_investors_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_investors_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_investors_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_executives_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_executives_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_executives_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_clergymen_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_clergymen_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_clergymen_standard_of_living_add, Categories: building @@ -4128,15 +4128,15 @@ Tag: country_subsidies_bg_public_infrastructure, Categories: country Tag: building_group_bg_public_infrastructure_academics_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_academics_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_investors_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_investors_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_investors_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_executives_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_executives_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_executives_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_clergymen_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_clergymen_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_clergymen_standard_of_living_add, Categories: building @@ -4183,15 +4183,15 @@ Tag: country_subsidies_bg_construction, Categories: country Tag: building_group_bg_construction_academics_fertility_mult, Categories: building Tag: building_group_bg_construction_academics_mortality_mult, Categories: building Tag: building_group_bg_construction_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_construction_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_construction_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_investors_fertility_mult, Categories: building +Tag: building_group_bg_construction_investors_mortality_mult, Categories: building +Tag: building_group_bg_construction_investors_standard_of_living_add, Categories: building Tag: building_group_bg_construction_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_construction_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_construction_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_construction_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_construction_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_executives_fertility_mult, Categories: building +Tag: building_group_bg_construction_executives_mortality_mult, Categories: building +Tag: building_group_bg_construction_executives_standard_of_living_add, Categories: building Tag: building_group_bg_construction_clergymen_fertility_mult, Categories: building Tag: building_group_bg_construction_clergymen_mortality_mult, Categories: building Tag: building_group_bg_construction_clergymen_standard_of_living_add, Categories: building @@ -4237,15 +4237,15 @@ Tag: country_subsidies_bg_housing, Categories: country Tag: building_group_bg_housing_academics_fertility_mult, Categories: building Tag: building_group_bg_housing_academics_mortality_mult, Categories: building Tag: building_group_bg_housing_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_housing_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_housing_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_investors_fertility_mult, Categories: building +Tag: building_group_bg_housing_investors_mortality_mult, Categories: building +Tag: building_group_bg_housing_investors_standard_of_living_add, Categories: building Tag: building_group_bg_housing_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_housing_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_housing_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_housing_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_housing_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_executives_fertility_mult, Categories: building +Tag: building_group_bg_housing_executives_mortality_mult, Categories: building +Tag: building_group_bg_housing_executives_standard_of_living_add, Categories: building Tag: building_group_bg_housing_clergymen_fertility_mult, Categories: building Tag: building_group_bg_housing_clergymen_mortality_mult, Categories: building Tag: building_group_bg_housing_clergymen_standard_of_living_add, Categories: building @@ -4292,15 +4292,15 @@ Tag: country_subsidies_bg_private_infrastructure, Categories: country Tag: building_group_bg_private_infrastructure_academics_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_academics_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_investors_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_investors_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_investors_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_executives_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_executives_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_executives_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_clergymen_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_clergymen_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_clergymen_standard_of_living_add, Categories: building @@ -4347,15 +4347,15 @@ Tag: country_subsidies_bg_canals, Categories: country Tag: building_group_bg_canals_academics_fertility_mult, Categories: building Tag: building_group_bg_canals_academics_mortality_mult, Categories: building Tag: building_group_bg_canals_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_canals_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_canals_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_investors_fertility_mult, Categories: building +Tag: building_group_bg_canals_investors_mortality_mult, Categories: building +Tag: building_group_bg_canals_investors_standard_of_living_add, Categories: building Tag: building_group_bg_canals_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_canals_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_canals_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_canals_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_canals_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_executives_fertility_mult, Categories: building +Tag: building_group_bg_canals_executives_mortality_mult, Categories: building +Tag: building_group_bg_canals_executives_standard_of_living_add, Categories: building Tag: building_group_bg_canals_clergymen_fertility_mult, Categories: building Tag: building_group_bg_canals_clergymen_mortality_mult, Categories: building Tag: building_group_bg_canals_clergymen_standard_of_living_add, Categories: building @@ -4402,15 +4402,15 @@ Tag: country_subsidies_bg_monuments, Categories: country Tag: building_group_bg_monuments_academics_fertility_mult, Categories: building Tag: building_group_bg_monuments_academics_mortality_mult, Categories: building Tag: building_group_bg_monuments_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_monuments_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_monuments_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_investors_fertility_mult, Categories: building +Tag: building_group_bg_monuments_investors_mortality_mult, Categories: building +Tag: building_group_bg_monuments_investors_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_monuments_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_monuments_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_monuments_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_monuments_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_executives_fertility_mult, Categories: building +Tag: building_group_bg_monuments_executives_mortality_mult, Categories: building +Tag: building_group_bg_monuments_executives_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_clergymen_fertility_mult, Categories: building Tag: building_group_bg_monuments_clergymen_mortality_mult, Categories: building Tag: building_group_bg_monuments_clergymen_standard_of_living_add, Categories: building @@ -4457,15 +4457,15 @@ Tag: country_subsidies_bg_military, Categories: country Tag: building_group_bg_military_academics_fertility_mult, Categories: building Tag: building_group_bg_military_academics_mortality_mult, Categories: building Tag: building_group_bg_military_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_military_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_military_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_military_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_military_investors_fertility_mult, Categories: building +Tag: building_group_bg_military_investors_mortality_mult, Categories: building +Tag: building_group_bg_military_investors_standard_of_living_add, Categories: building Tag: building_group_bg_military_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_military_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_military_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_military_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_military_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_military_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_military_executives_fertility_mult, Categories: building +Tag: building_group_bg_military_executives_mortality_mult, Categories: building +Tag: building_group_bg_military_executives_standard_of_living_add, Categories: building Tag: building_group_bg_military_clergymen_fertility_mult, Categories: building Tag: building_group_bg_military_clergymen_mortality_mult, Categories: building Tag: building_group_bg_military_clergymen_standard_of_living_add, Categories: building @@ -4512,15 +4512,15 @@ Tag: country_subsidies_bg_army, Categories: country Tag: building_group_bg_army_academics_fertility_mult, Categories: building Tag: building_group_bg_army_academics_mortality_mult, Categories: building Tag: building_group_bg_army_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_army_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_army_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_army_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_army_investors_fertility_mult, Categories: building +Tag: building_group_bg_army_investors_mortality_mult, Categories: building +Tag: building_group_bg_army_investors_standard_of_living_add, Categories: building Tag: building_group_bg_army_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_army_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_army_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_army_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_army_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_army_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_army_executives_fertility_mult, Categories: building +Tag: building_group_bg_army_executives_mortality_mult, Categories: building +Tag: building_group_bg_army_executives_standard_of_living_add, Categories: building Tag: building_group_bg_army_clergymen_fertility_mult, Categories: building Tag: building_group_bg_army_clergymen_mortality_mult, Categories: building Tag: building_group_bg_army_clergymen_standard_of_living_add, Categories: building @@ -4567,15 +4567,15 @@ Tag: country_subsidies_bg_air, Categories: country Tag: building_group_bg_air_academics_fertility_mult, Categories: building Tag: building_group_bg_air_academics_mortality_mult, Categories: building Tag: building_group_bg_air_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_air_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_air_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_air_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_air_investors_fertility_mult, Categories: building +Tag: building_group_bg_air_investors_mortality_mult, Categories: building +Tag: building_group_bg_air_investors_standard_of_living_add, Categories: building Tag: building_group_bg_air_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_air_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_air_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_air_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_air_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_air_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_air_executives_fertility_mult, Categories: building +Tag: building_group_bg_air_executives_mortality_mult, Categories: building +Tag: building_group_bg_air_executives_standard_of_living_add, Categories: building Tag: building_group_bg_air_clergymen_fertility_mult, Categories: building Tag: building_group_bg_air_clergymen_mortality_mult, Categories: building Tag: building_group_bg_air_clergymen_standard_of_living_add, Categories: building @@ -4622,15 +4622,15 @@ Tag: country_subsidies_bg_conscription, Categories: country Tag: building_group_bg_conscription_academics_fertility_mult, Categories: building Tag: building_group_bg_conscription_academics_mortality_mult, Categories: building Tag: building_group_bg_conscription_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_conscription_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_conscription_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_investors_fertility_mult, Categories: building +Tag: building_group_bg_conscription_investors_mortality_mult, Categories: building +Tag: building_group_bg_conscription_investors_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_conscription_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_conscription_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_conscription_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_conscription_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_executives_fertility_mult, Categories: building +Tag: building_group_bg_conscription_executives_mortality_mult, Categories: building +Tag: building_group_bg_conscription_executives_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_clergymen_fertility_mult, Categories: building Tag: building_group_bg_conscription_clergymen_mortality_mult, Categories: building Tag: building_group_bg_conscription_clergymen_standard_of_living_add, Categories: building @@ -4677,15 +4677,15 @@ Tag: country_subsidies_bg_navy, Categories: country Tag: building_group_bg_navy_academics_fertility_mult, Categories: building Tag: building_group_bg_navy_academics_mortality_mult, Categories: building Tag: building_group_bg_navy_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_navy_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_navy_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_investors_fertility_mult, Categories: building +Tag: building_group_bg_navy_investors_mortality_mult, Categories: building +Tag: building_group_bg_navy_investors_standard_of_living_add, Categories: building Tag: building_group_bg_navy_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_navy_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_navy_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_navy_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_navy_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_executives_fertility_mult, Categories: building +Tag: building_group_bg_navy_executives_mortality_mult, Categories: building +Tag: building_group_bg_navy_executives_standard_of_living_add, Categories: building Tag: building_group_bg_navy_clergymen_fertility_mult, Categories: building Tag: building_group_bg_navy_clergymen_mortality_mult, Categories: building Tag: building_group_bg_navy_clergymen_standard_of_living_add, Categories: building @@ -4732,15 +4732,15 @@ Tag: country_subsidies_bg_skyscraper, Categories: country Tag: building_group_bg_skyscraper_academics_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_academics_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_investors_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_investors_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_investors_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_executives_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_executives_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_executives_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_clergymen_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_clergymen_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_clergymen_standard_of_living_add, Categories: building @@ -4787,15 +4787,15 @@ Tag: country_subsidies_bg_monuments_hidden, Categories: country Tag: building_group_bg_monuments_hidden_academics_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_academics_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_investors_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_investors_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_investors_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_executives_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_executives_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_executives_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_clergymen_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_clergymen_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_clergymen_standard_of_living_add, Categories: building @@ -4842,15 +4842,15 @@ Tag: country_subsidies_bg_nuclear_weapons, Categories: country Tag: building_group_bg_nuclear_weapons_academics_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_academics_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_investors_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_investors_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_investors_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_executives_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_executives_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_executives_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_clergymen_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_clergymen_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_clergymen_standard_of_living_add, Categories: building @@ -4897,15 +4897,15 @@ Tag: country_subsidies_bg_chemical_weapons, Categories: country Tag: building_group_bg_chemical_weapons_academics_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_academics_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_investors_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_investors_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_investors_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_executives_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_executives_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_executives_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_clergymen_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_clergymen_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_clergymen_standard_of_living_add, Categories: building @@ -4952,15 +4952,15 @@ Tag: country_subsidies_bg_biological_weapons, Categories: country Tag: building_group_bg_biological_weapons_academics_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_academics_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_academics_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_aristocrats_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_aristocrats_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_aristocrats_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_investors_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_investors_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_investors_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_bureaucrats_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_bureaucrats_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_bureaucrats_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_capitalists_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_capitalists_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_capitalists_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_executives_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_executives_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_executives_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_clergymen_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_clergymen_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_clergymen_standard_of_living_add, Categories: building diff --git a/gfx/portraits/portrait_animations/animations.txt b/gfx/portraits/portrait_animations/animations.txt index 53b07b6c4..b379da33e 100644 --- a/gfx/portraits/portrait_animations/animations.txt +++ b/gfx/portraits/portrait_animations/animations.txt @@ -1,85 +1,90 @@ ################################### # Default Personality Animations # ################################### - idle = { male = { - default = { head = "idle_entry" torso = "idle_entry" } - + default = { + head = "idle_entry" + torso = "idle_entry" + } ################################### # POP Animations # ################################### - basket_pop_idle = { - animation = { head = "idle_head_pop_basket" torso = "idle_body_basket" } - + animation = { + head = "idle_head_pop_basket" + torso = "idle_body_basket" + } weight = { base = 0 - modifier = { add = 50 poor_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = basket_attachment } - } - - saber_pop_idle= { - animation = { head = "idle_head_pop_saber" torso = "idle_body_saber" } - + portrait_modifier = { + animations_props = basket_attachment + } + } + saber_pop_idle = { + animation = { + head = "idle_head_pop_saber" + torso = "idle_body_saber" + } weight = { base = 0 - modifier = { add = 110 officers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { - animations_props = saber_attachment + portrait_modifier = { + animations_props = saber_attachment } } - shovels_pop_idle = { - animation = { head = "idle_head_pop_hattop" torso = "idle_body_shovels" } - - + animation = { + head = "idle_head_pop_hattop" + torso = "idle_body_shovels" + } weight = { base = 0 - modifier = { add = 100 laborers_clothes_pop_trigger = yes - struggling_pop_trigger = no + struggling_pop_trigger = no } } - portrait_modifier = { animations_props = shovel_attachment } - - } - + portrait_modifier = { + animations_props = shovel_attachment + } + } holyscripture_pop_idle = { - animation = { head = "idle_head_pop_holyscripture" torso = "idle_body_holyscripture" } - + animation = { + head = "idle_head_pop_holyscripture" + torso = "idle_body_holyscripture" + } weight = { base = 0 - modifier = { add = 100 clergy_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = holyscripture_attachment } + portrait_modifier = { + animations_props = holyscripture_attachment + } } - bureaucrat_pop_idle = { - animation = { head = "idle_head_pop_calipers" torso = "idle_body_General_VS_Right_Cross" } - + animation = { + head = "idle_head_pop_calipers" + torso = "idle_body_General_VS_Right_Cross" + } weight = { base = 0 - modifier = { add = 100 bureaucrats_clothes_pop_trigger = yes @@ -87,163 +92,178 @@ idle = { } } } - rifle_pop_idle = { - animation = { head = "idle_head_pop_holyscripture" torso = "idle_body_rifle" } - + animation = { + head = "idle_head_pop_holyscripture" + torso = "idle_body_rifle" + } weight = { base = 0 - modifier = { add = 110 soldier_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = rifle_attachment } + portrait_modifier = { + animations_props = rifle_attachment + } } - pitchfork_pop_idle = { - animation = { head = "idle_head_pop_wrench" torso = "idle_body_pitchfork" } - + animation = { + head = "idle_head_pop_wrench" + torso = "idle_body_pitchfork" + } weight = { base = 0 - modifier = { add = 110 farmers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = pitchfork_attachment } + portrait_modifier = { + animations_props = pitchfork_attachment + } } - shackles_pop_idle = { - animation = { head = "idle_head_pop_shackles" torso = "idle_body_shackles" } - + animation = { + head = "idle_head_pop_shackles" + torso = "idle_body_shackles" + } weight = { base = 0 - modifier = { add = 110 slaves_clothes_pop_trigger = yes } } - portrait_modifier = { animations_props = shackles_attachment } + portrait_modifier = { + animations_props = shackles_attachment + } } - - crudehoe_pop_idle = { - animation = { head = "idle_head_pop_pitchfork" torso = "idle_body_pitchfork" } - + animation = { + head = "idle_head_pop_pitchfork" + torso = "idle_body_pitchfork" + } weight = { base = 0 - modifier = { add = 150 peasants_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = crudehoe_attachment } + portrait_modifier = { + animations_props = crudehoe_attachment + } } - walkingcane_pop_idle = { - animation = { head = "idle_head_pop_walkingcane" torso = "idle_body_walkingcane" } - + animation = { + head = "idle_head_pop_walkingcane" + torso = "idle_body_walkingcane" + } weight = { base = 0 - modifier = { add = 110 upper_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = walkingcane_attachment } + portrait_modifier = { + animations_props = walkingcane_attachment + } } - wrench_pop_idle = { - animation = { head = "idle_head_pop_wrench" torso = "idle_body_wrench" } - + animation = { + head = "idle_head_pop_wrench" + torso = "idle_body_wrench" + } weight = { base = 0 - - modifier = { + modifier = { add = 110 machinists_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = wrench_attachment } + portrait_modifier = { + animations_props = wrench_attachment + } } - ledger_pop_idle = { - animation = { head = "idle_head_pop_ledger" torso = "idle_body_ledger" } - + animation = { + head = "idle_head_pop_ledger" + torso = "idle_body_ledger" + } weight = { base = 0 - modifier = { add = 110 clerks_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = ledger_attachment } + portrait_modifier = { + animations_props = ledger_attachment + } } - caliper_pop_idle = { - animation = { head = "idle_head_pop_calipers" torso = "idle_body_calipers" } - + animation = { + head = "idle_head_pop_calipers" + torso = "idle_body_calipers" + } weight = { base = 0 - modifier = { add = 110 engineers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = caliper_attachment } + portrait_modifier = { + animations_props = caliper_attachment + } } - sack_pop_idle = { - animation = { head = "idle_head_pop_sack" torso = "idle_body_sack" } - + animation = { + head = "idle_head_pop_sack" + torso = "idle_body_sack" + } weight = { base = 0 - modifier = { add = 100 laborers_clothes_pop_trigger = yes } } - portrait_modifier = { animations_props = sack_attachment } + portrait_modifier = { + animations_props = sack_attachment + } } - - butcher_pop_idle = { - animation = { head = "idle_head_pop_apron" torso = "idle_body_apron" } - + animation = { + head = "idle_head_pop_apron" + torso = "idle_body_apron" + } weight = { base = 0 - modifier = { add = 110 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - } - parasol_pop_idle = { - animation = { head = "idle_head_pop_parasol" torso = "idle_body_parasol" } - + animation = { + head = "idle_head_pop_parasol" + torso = "idle_body_parasol" + } weight = { base = 0 - modifier = { add = 100 upper_clothes_pop_trigger = yes @@ -251,356 +271,385 @@ idle = { struggling_pop_trigger = no } } - portrait_modifier = { animations_props = parasol_attachment } + portrait_modifier = { + animations_props = parasol_attachment + } } - fan_pop_idle = { - animation = { head = "idle_head_pop_fan" torso = "idle_body_fan" } - + animation = { + head = "idle_head_pop_fan" + torso = "idle_body_fan" + } weight = { base = 0 - modifier = { add = 50 middle_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = handheldfan_attachment } + portrait_modifier = { + animations_props = handheldfan_attachment + } } - flowers_pop_idle = { - animation = { head = "idle_head_pop_flowers" torso = "idle_body_flowers" } - + animation = { + head = "idle_head_pop_flowers" + torso = "idle_body_flowers" + } weight = { base = 0 - modifier = { add = 50 middle_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = bundleofflowers_attachment } + portrait_modifier = { + animations_props = bundleofflowers_attachment + } } - apron_pop_idle = { - animation = { head = "idle_head_pop_apron" torso = "idle_body_apron" } - + animation = { + head = "idle_head_pop_apron" + torso = "idle_body_apron" + } weight = { base = 0 - modifier = { add = 110 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = no } - } + } } - hattop_pop_idle = { - animation = { head = "idle_head_pop_hattop" torso = "idle_body_hattop" } - + animation = { + head = "idle_head_pop_hattop" + torso = "idle_body_hattop" + } weight = { base = 0 - modifier = { add = 100 - aristocrats_clothes_pop_trigger = yes + investors_clothes_pop_trigger = yes european_clothes_pop_trigger = yes struggling_pop_trigger = no } - } - } - - + } + } hatacademic_pop_idle = { - animation = { head = "idle_head_pop_hatacademic" torso = "idle_body_hatacademic" } - + animation = { + head = "idle_head_pop_hatacademic" + torso = "idle_body_hatacademic" + } weight = { base = 0 - modifier = { add = 100 upper_clothes_pop_trigger = yes european_clothes_pop_trigger = yes struggling_pop_trigger = no } - } + } } - hatmonocle_pop_idle = { - animation = { head = "idle_head_pop_hatmonocle" torso = "idle_body_hatmonocle" } + animation = { + head = "idle_head_pop_hatmonocle" + torso = "idle_body_hatmonocle" + } weight = { base = 0 - modifier = { add = 100 - aristocrats_clothes_pop_trigger = yes + investors_clothes_pop_trigger = yes european_clothes_pop_trigger = yes struggling_pop_trigger = no } - } + } } - - - - ################################### # POP Animations for Struggling/Starving ################################### - saber_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_saber" torso = "idle_body_struggle_saber" } - + animation = { + head = "idle_head_struggle_pop_saber" + torso = "idle_body_struggle_saber" + } weight = { base = 0 - modifier = { add = 150 officers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { - animations_props = saber_attachment + portrait_modifier = { + animations_props = saber_attachment } } - shovels_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_shovels" torso = "idle_body_struggle_shovels" } - + animation = { + head = "idle_head_struggle_pop_shovels" + torso = "idle_body_struggle_shovels" + } weight = { base = 0 - modifier = { add = 150 laborers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = shovel_attachment } - } - + portrait_modifier = { + animations_props = shovel_attachment + } + } holyscripture_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_holyscripture" torso = "idle_body_struggle_holyscripture" } - + animation = { + head = "idle_head_struggle_pop_holyscripture" + torso = "idle_body_struggle_holyscripture" + } weight = { base = 0 - modifier = { add = 150 clergy_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = holyscripture_attachment } + portrait_modifier = { + animations_props = holyscripture_attachment + } } - umbrella_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_umbrella" torso = "idle_body_struggle_umbrella" } - + animation = { + head = "idle_head_struggle_pop_umbrella" + torso = "idle_body_struggle_umbrella" + } weight = { base = 0 - modifier = { add = 150 bureaucrats_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = umbrella_attachment } + portrait_modifier = { + animations_props = umbrella_attachment + } } - rifle_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_pitchfork" torso = "idle_body_struggle_shovels" } - + animation = { + head = "idle_head_struggle_pop_pitchfork" + torso = "idle_body_struggle_shovels" + } weight = { base = 0 - modifier = { add = 150 soldier_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = rifle_attachment } + portrait_modifier = { + animations_props = rifle_attachment + } } - pitchfork_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_pitchfork" torso = "idle_body_struggle_pitchfork" } - + animation = { + head = "idle_head_struggle_pop_pitchfork" + torso = "idle_body_struggle_pitchfork" + } weight = { base = 0 - modifier = { add = 150 farmers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = pitchfork_attachment } - } - - - + portrait_modifier = { + animations_props = pitchfork_attachment + } + } crudehoe_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_shovels" torso = "idle_body_struggle_shovels" } - + animation = { + head = "idle_head_struggle_pop_shovels" + torso = "idle_body_struggle_shovels" + } weight = { base = 0 - modifier = { add = 150 peasants_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = crudehoe_attachment } + portrait_modifier = { + animations_props = crudehoe_attachment + } } - crudehoe_pop_idle_struggle_02 = { - animation = { head = "idle_head_struggle_pop_pitchfork" torso = "idle_body_struggle_pitchfork" } - + animation = { + head = "idle_head_struggle_pop_pitchfork" + torso = "idle_body_struggle_pitchfork" + } weight = { base = 0 - modifier = { add = 200 peasants_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = crudehoe_attachment } + portrait_modifier = { + animations_props = crudehoe_attachment + } } - walkingcane_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_pitchfork" torso = "idle_body_struggle_walkingcane" } - + animation = { + head = "idle_head_struggle_pop_pitchfork" + torso = "idle_body_struggle_walkingcane" + } weight = { base = 0 - modifier = { add = 100 upper_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = walkingcane_attachment } + portrait_modifier = { + animations_props = walkingcane_attachment + } } - wrench_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_wrench" torso = "idle_body_struggle_wrench" } - + animation = { + head = "idle_head_struggle_pop_wrench" + torso = "idle_body_struggle_wrench" + } weight = { base = 0 - modifier = { add = 150 machinists_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = wrench_attachment } + portrait_modifier = { + animations_props = wrench_attachment + } } - ledger_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_ledger" torso = "idle_body_struggle_ledger" } - + animation = { + head = "idle_head_struggle_pop_ledger" + torso = "idle_body_struggle_ledger" + } weight = { base = 0 - modifier = { add = 150 clerks_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = ledger_attachment } + portrait_modifier = { + animations_props = ledger_attachment + } } - caliper_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_calipers" torso = "idle_body_struggle_calipers" } - + animation = { + head = "idle_head_struggle_pop_calipers" + torso = "idle_body_struggle_calipers" + } weight = { base = 0 - modifier = { add = 150 engineers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = caliper_attachment } + portrait_modifier = { + animations_props = caliper_attachment + } } - butcher_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_butcher" torso = "idle_body_struggle_butcher" } - + animation = { + head = "idle_head_struggle_pop_butcher" + torso = "idle_body_struggle_butcher" + } weight = { base = 0 - modifier = { add = 150 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = butcherknife_attachment } + portrait_modifier = { + animations_props = butcherknife_attachment + } } - - basket_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_basket" torso = "idle_body_struggle_basket" } - + animation = { + head = "idle_head_struggle_pop_basket" + torso = "idle_body_struggle_basket" + } weight = { base = 0 - modifier = { add = 150 poor_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = basket_attachment } + portrait_modifier = { + animations_props = basket_attachment + } } - fan_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_fan" torso = "idle_body_struggle_fan" } - + animation = { + head = "idle_head_struggle_pop_fan" + torso = "idle_body_struggle_fan" + } weight = { base = 0 - modifier = { add = 150 middle_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = handheldfan_attachment } + portrait_modifier = { + animations_props = handheldfan_attachment + } } - flowers_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_flowers" torso = "idle_body_struggle_flowers" } - + animation = { + head = "idle_head_struggle_pop_flowers" + torso = "idle_body_struggle_flowers" + } weight = { base = 0 - modifier = { add = 150 middle_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = bundleofflowers_attachment } + portrait_modifier = { + animations_props = bundleofflowers_attachment + } } - parasol_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_parasol" torso = "idle_body_struggle_parasol" } - + animation = { + head = "idle_head_struggle_pop_parasol" + torso = "idle_body_struggle_parasol" + } weight = { base = 0 - modifier = { add = 150 upper_clothes_pop_trigger = yes @@ -608,44 +657,46 @@ idle = { struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = parasol_attachment } + portrait_modifier = { + animations_props = parasol_attachment + } } - apron_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_apron" torso = "idle_body_struggle_apron" } - + animation = { + head = "idle_head_struggle_pop_apron" + torso = "idle_body_struggle_apron" + } weight = { base = 0 - modifier = { add = 150 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = yes } - } + } } - hattop_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_hattop" torso = "idle_body_struggle_hattop" } - + animation = { + head = "idle_head_struggle_pop_hattop" + torso = "idle_body_struggle_hattop" + } weight = { base = 0 - modifier = { add = 150 - aristocrats_clothes_pop_trigger = yes + investors_clothes_pop_trigger = yes european_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - } - + } hatacademic_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_hatacademic" torso = "idle_body_struggle_hatacademic" } - + animation = { + head = "idle_head_struggle_pop_hatacademic" + torso = "idle_body_struggle_hatacademic" + } weight = { base = 0 - modifier = { add = 150 upper_clothes_pop_trigger = yes @@ -654,61 +705,58 @@ idle = { } } } - hatmonocle_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_hatmonocle" torso = "idle_body_struggle_hatmonocle" } - + animation = { + head = "idle_head_struggle_pop_hatmonocle" + torso = "idle_body_struggle_hatmonocle" + } weight = { base = 0 - modifier = { add = 150 - aristocrats_clothes_pop_trigger = yes + investors_clothes_pop_trigger = yes european_clothes_pop_trigger = yes struggling_pop_trigger = yes } } } - ############### For content design: Not hooked up they are for game events. was told events currently not supported by code date 2022 feb #### Event Animations #### #### General Emotions Animations #### - ########general_emotions_happy_idle = { ######## animation = { head = "idle_head_emotions_happy" torso = "idle_body_emotions_happy" } ########} - ########general_emotions_scheming_idle = { ######## animation = { head = "idle_head_emotions_scheming" torso = "idle_body_emotions_scheming" } ########} - ########general_emotions_boastful_idle = { ######## animation = { head = "idle_head_emotions_boastful" torso = "idle_body_emotions_boastful" } ########} - ########general_emotions_proud_idle = { ######## animation = { head = "idle_head_emotions_proud" torso = "idle_body_emotions_proud" } ########} - } - boy = { - default = { head = "idle1" torso = "idle1" } + default = { + head = "idle1" + torso = "idle1" + } } - female = { - default = { head = "idle3" torso = "idle3" } - + default = { + head = "idle3" + torso = "idle3" + } ################################### # POP Animations # ################################### - parasol_pop_idle = { - animation = { head = "idle_head_pop_parasol" torso = "idle_body_parasol" } - + animation = { + head = "idle_head_pop_parasol" + torso = "idle_body_parasol" + } weight = { base = 0 - modifier = { add = 100 upper_clothes_pop_trigger = yes @@ -716,30 +764,34 @@ idle = { struggling_pop_trigger = no } } - portrait_modifier = { animations_props = parasol_attachment } + portrait_modifier = { + animations_props = parasol_attachment + } } - butcher_pop_idle = { - animation = { head = "idle_head_pop_apron" torso = "idle_body_butcher" } - + animation = { + head = "idle_head_pop_apron" + torso = "idle_body_butcher" + } weight = { base = 0 - modifier = { add = 110 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = butcherknife_attachment } + portrait_modifier = { + animations_props = butcherknife_attachment + } } - fan_pop_idle = { - animation = { head = "idle_head_pop_fan" torso = "idle_body_fan" } - + animation = { + head = "idle_head_pop_fan" + torso = "idle_body_fan" + } weight = { base = 0 - modifier = { add = 50 OR = { @@ -749,87 +801,100 @@ idle = { struggling_pop_trigger = no } } - portrait_modifier = { animations_props = handheldfan_attachment } + portrait_modifier = { + animations_props = handheldfan_attachment + } } - flowers_pop_idle = { - animation = { head = "idle_head_pop_flowers" torso = "idle_body_flowers" } - + animation = { + head = "idle_head_pop_flowers" + torso = "idle_body_flowers" + } weight = { base = 0 - modifier = { add = 50 middle_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = bundleofflowers_attachment } + portrait_modifier = { + animations_props = bundleofflowers_attachment + } } sack_pop_idle = { - animation = { head = "idle_head_pop_sack" torso = "idle_body_sack" } - + animation = { + head = "idle_head_pop_sack" + torso = "idle_body_sack" + } weight = { base = 0 - modifier = { add = 60 laborers_clothes_pop_trigger = yes } } - portrait_modifier = { animations_props = sack_attachment } + portrait_modifier = { + animations_props = sack_attachment + } } - basket_pop_idle = { - animation = { head = "idle_head_pop_basket" torso = "idle_body_basket" } - + animation = { + head = "idle_head_pop_basket" + torso = "idle_body_basket" + } weight = { base = 0 - modifier = { add = 50 poor_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = basket_attachment } + portrait_modifier = { + animations_props = basket_attachment + } } - shackles_pop_idle = { - animation = { head = "idle_head_pop_shackles" torso = "idle_body_shackles" } - + animation = { + head = "idle_head_pop_shackles" + torso = "idle_body_shackles" + } weight = { base = 0 - modifier = { add = 110 slaves_clothes_pop_trigger = yes } } - portrait_modifier = { animations_props = shackles_attachment } + portrait_modifier = { + animations_props = shackles_attachment + } } - pitchfork_pop_idle = { - animation = { head = "idle_head_pop_hattop" torso = "idle_body_pitchfork" } - + animation = { + head = "idle_head_pop_hattop" + torso = "idle_body_pitchfork" + } weight = { base = 0 - modifier = { add = 110 laborers_clothes_pop_trigger = yes struggling_pop_trigger = no } } - portrait_modifier = { animations_props = pitchfork_attachment } + portrait_modifier = { + animations_props = pitchfork_attachment + } } - apron_pop_idle = { - animation = { head = "idle_head_pop_saber" torso = "idle_body_hatmonocle" } - + animation = { + head = "idle_head_pop_saber" + torso = "idle_body_hatmonocle" + } weight = { base = 0 - modifier = { add = 110 soldier_clothes_pop_trigger = yes @@ -837,28 +902,27 @@ idle = { } } } - hattop_pop_idle = { - animation = { head = "idle_head_pop_hattop" torso = "idle_body_hatmonocle" } - + animation = { + head = "idle_head_pop_hattop" + torso = "idle_body_hatmonocle" + } weight = { base = 0 - modifier = { add = 150 - aristocrats_clothes_pop_trigger = yes + investors_clothes_pop_trigger = yes struggling_pop_trigger = no } } - } - holy_pop_idle = { - animation = { head = "idle_head_pop_ledger" torso = "idle_body_General_VS_Left_Cross" } - + animation = { + head = "idle_head_pop_ledger" + torso = "idle_body_General_VS_Left_Cross" + } weight = { base = 0 - modifier = { add = 100 clergy_clothes_pop_trigger = yes @@ -866,12 +930,13 @@ idle = { } } } - officer_pop_idle = { - animation = { head = "idle_head_pop_ledger" torso = "idle_body_General_VS_Left_HandsHips" } - + officer_pop_idle = { + animation = { + head = "idle_head_pop_ledger" + torso = "idle_body_General_VS_Left_HandsHips" + } weight = { base = 0 - modifier = { add = 100 officers_clothes_pop_trigger = yes @@ -879,17 +944,16 @@ idle = { } } } - ################################### # POP Animations for Struggling/Starving# ################################### - parasol_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_parasol" torso = "idle_body_struggle_parasol" } - + animation = { + head = "idle_head_struggle_pop_parasol" + torso = "idle_body_struggle_parasol" + } weight = { base = 0 - modifier = { add = 150 upper_clothes_pop_trigger = yes @@ -897,88 +961,99 @@ idle = { struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = parasol_attachment } + portrait_modifier = { + animations_props = parasol_attachment + } } - butcher_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_butcher" torso = "idle_body_struggle_butcher" } - + animation = { + head = "idle_head_struggle_pop_butcher" + torso = "idle_body_struggle_butcher" + } weight = { base = 0 - modifier = { add = 150 shopkeepers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = butcherknife_attachment } + portrait_modifier = { + animations_props = butcherknife_attachment + } } - fan_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_fan" torso = "idle_body_struggle_fan" } - + animation = { + head = "idle_head_struggle_pop_fan" + torso = "idle_body_struggle_fan" + } weight = { base = 0 - modifier = { add = 150 middle_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = handheldfan_attachment } + portrait_modifier = { + animations_props = handheldfan_attachment + } } - flowers_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_flowers" torso = "idle_body_struggle_flowers" } - + animation = { + head = "idle_head_struggle_pop_flowers" + torso = "idle_body_struggle_flowers" + } weight = { base = 0 - modifier = { add = 150 middle_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = bundleofflowers_attachment } + portrait_modifier = { + animations_props = bundleofflowers_attachment + } } - apron_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_apron" torso = "idle_body_struggle_hatmonocle" } - + animation = { + head = "idle_head_struggle_pop_apron" + torso = "idle_body_struggle_hatmonocle" + } weight = { base = 0 - modifier = { add = 150 laborers_clothes_pop_trigger = yes struggling_pop_trigger = yes } - } + } } - - crudehoe_pop_idle_struggle = { - animation = { head = "idle_head_struggle_pop_hatmonocle" torso = "idle_body_struggle_crudehoe" } - + crudehoe_pop_idle_struggle = { + animation = { + head = "idle_head_struggle_pop_hatmonocle" + torso = "idle_body_struggle_crudehoe" + } weight = { base = 0 - modifier = { add = 150 peasants_clothes_pop_trigger = yes struggling_pop_trigger = yes } } - portrait_modifier = { animations_props = shovel_attachment } + portrait_modifier = { + animations_props = shovel_attachment + } } - apron_pop_idle = { - animation = { head = "idle_head_pop_holyscripture" torso = "idle_body_struggle_butcher" } - + apron_pop_idle = { + animation = { + head = "idle_head_pop_holyscripture" + torso = "idle_body_struggle_butcher" + } weight = { base = 0 - modifier = { add = 110 soldier_clothes_pop_trigger = yes @@ -986,111 +1061,132 @@ idle = { } } } - - ############### For content design: Not hooked up they are for game events. was told events currently not supported by code date 2022 feb - #### Event Animations #### - + ############### For content design: Not hooked up they are for game events. was told events currently not supported by code date 2022 feb + #### Event Animations #### ####general_emotions_happy_idle = { - ######## animation = { head = "idle_head_emotions_happy" torso = "idle_body_emotions_happy" } - ######## } - + ######## animation = { head = "idle_head_emotions_happy" torso = "idle_body_emotions_happy" } + ######## } ####general_emotions_scheming_idle = { - ######## animation = { head = "idle_head_emotions_scheming" torso = "idle_body_emotions_scheming" } - ######## } - + ######## animation = { head = "idle_head_emotions_scheming" torso = "idle_body_emotions_scheming" } + ######## } ####general_emotions_boastful_idle = { - ######## animation = { head = "idle_head_emotions_boastful" torso = "idle_body_emotions_boastful" } - ######## } - + ######## animation = { head = "idle_head_emotions_boastful" torso = "idle_body_emotions_boastful" } + ######## } ####general_emotions_proud_idle = { - ######## animation = { head = "idle_head_emotions_proud" torso = "idle_body_emotions_proud" } - ######## } - - + ######## animation = { head = "idle_head_emotions_proud" torso = "idle_body_emotions_proud" } + ######## } } - girl = boy } ### COMMANDER VS LEFT commander_vs_left = { - male = { - default = { head = "idle_entry" torso = "idle_entry" } - - General_VS_Left_Saber= { - - animation = { head = "idle_head_General_VS_Left_Saber" torso = "idle_body_General_VS_Left_Saber" } - - portrait_modifier = { - animations_props = saber_attachment + default = { + head = "idle_entry" + torso = "idle_entry" + } + General_VS_Left_Saber = { + animation = { + head = "idle_head_General_VS_Left_Saber" + torso = "idle_body_General_VS_Left_Saber" + } + portrait_modifier = { + animations_props = saber_attachment } } - General_VS_Left_Point = { - animation = { head = "idle_head_General_VS_Left_Point" torso = "idle_body_General_VS_Left_Point" } - } - + animation = { + head = "idle_head_General_VS_Left_Point" + torso = "idle_body_General_VS_Left_Point" + } + } General_VS_Left_Fist = { - animation = { head = "idle_head_General_VS_Left_Fist" torso = "idle_body_General_VS_Left_Fist" } + animation = { + head = "idle_head_General_VS_Left_Fist" + torso = "idle_body_General_VS_Left_Fist" + } } - General_VS_Left_Cross = { - animation = { head = "idle_head_General_VS_Left_Cross" torso = "idle_body_General_VS_Left_Cross" } + animation = { + head = "idle_head_General_VS_Left_Cross" + torso = "idle_body_General_VS_Left_Cross" + } } - General_VS_Left_HandsHips = { - animation = { head = "idle_head_General_VS_Left_HandsHips" torso = "idle_body_General_VS_Left_HandsHips" } + animation = { + head = "idle_head_General_VS_Left_HandsHips" + torso = "idle_body_General_VS_Left_HandsHips" + } } } - female = { - default = { head = "idle_entry" torso = "idle_entry" } + default = { + head = "idle_entry" + torso = "idle_entry" + } } - boy = { - default = { head = "idle1" torso = "idle1" } + default = { + head = "idle1" + torso = "idle1" + } } girl = boy } ### COMMANDER VS RIGHT commander_vs_right = { - male = { - default = { head = "idle_entry" torso = "idle_entry" } - - General_VS_Right_Saber= { - animation = { head = "idle_head_General_VS_Right_Saber" torso = "idle_body_General_VS_Right_Saber" } - - portrait_modifier = { - animations_props = saber_attachment + default = { + head = "idle_entry" + torso = "idle_entry" + } + General_VS_Right_Saber = { + animation = { + head = "idle_head_General_VS_Right_Saber" + torso = "idle_body_General_VS_Right_Saber" + } + portrait_modifier = { + animations_props = saber_attachment } } - General_VS_Right_Point = { - animation = { head = "idle_head_General_VS_Right_Point" torso = "idle_body_General_VS_Right_Point" } - } - + animation = { + head = "idle_head_General_VS_Right_Point" + torso = "idle_body_General_VS_Right_Point" + } + } General_VS_Right_Fist = { - animation = { head = "idle_head_General_VS_Right_Fist" torso = "idle_body_General_VS_Right_Fist" } + animation = { + head = "idle_head_General_VS_Right_Fist" + torso = "idle_body_General_VS_Right_Fist" + } } - General_VS_Right_Cross = { - animation = { head = "idle_head_General_VS_Right_Cross" torso = "idle_body_General_VS_Right_Cross" } + animation = { + head = "idle_head_General_VS_Right_Cross" + torso = "idle_body_General_VS_Right_Cross" + } } - General_VS_Right_HandsHips = { - animation = { head = "idle_head_General_VS_Right_HandsHips" torso = "idle_body_General_VS_Right_HandsHips" } + animation = { + head = "idle_head_General_VS_Right_HandsHips" + torso = "idle_body_General_VS_Right_HandsHips" + } } } - female = { - default = { head = "idle_entry" torso = "idle_entry" } + default = { + head = "idle_entry" + torso = "idle_entry" + } } - boy = { - default = { head = "idle1" torso = "idle1" } + default = { + head = "idle1" + torso = "idle1" + } } girl = boy } diff --git a/gfx/portraits/portrait_modifiers/01_headgear.txt b/gfx/portraits/portrait_modifiers/01_headgear.txt index 50916778f..c681468d0 100644 --- a/gfx/portraits/portrait_modifiers/01_headgear.txt +++ b/gfx/portraits/portrait_modifiers/01_headgear.txt @@ -741,7 +741,7 @@ add = 100 exists = scope:pop scope:pop = { - is_pop_type = aristocrats + is_pop_type = investors culture = { has_discrimination_trait = mongol_language } diff --git a/gui/texticons.gui b/gui/texticons.gui index db302bd17..99493d350 100644 --- a/gui/texticons.gui +++ b/gui/texticons.gui @@ -1078,7 +1078,7 @@ texticon = { } texticon = { - icon = aristocrats + icon = investors iconsize = { offset = { 0 50 } texture = "gfx/interface/icons/pops_icons/aristocrats.dds" @@ -1087,7 +1087,7 @@ texticon = { } texticon = { - icon = aristocrats + icon = investors iconsize = { offset = { 0 5 } texture = "gfx/interface/icons/pops_icons/aristocrats_15.dds" @@ -1114,7 +1114,7 @@ texticon = { } texticon = { - icon = capitalists + icon = executives iconsize = { offset = { 0 50 } texture = "gfx/interface/icons/pops_icons/capitalists.dds" @@ -1123,7 +1123,7 @@ texticon = { } texticon = { - icon = capitalists + icon = executives iconsize = { offset = { 0 5 } texture = "gfx/interface/icons/pops_icons/capitalists_15.dds" diff --git a/localization/english/CWP/CWP_ideology_l_english.yml b/localization/english/CWP/CWP_ideology_l_english.yml index 2ca2e448f..b31ea281a 100644 --- a/localization/english/CWP/CWP_ideology_l_english.yml +++ b/localization/english/CWP/CWP_ideology_l_english.yml @@ -90,7 +90,7 @@ ideology_political_islamist: "Political Islamist" ideology_political_islamist_desc: "#Lore Political Islamists seek to enforce islamic rule within the apparatus of the state. They range from democratic to autocratic and theocratic, they are more concerned with the merging of religion and state and making sure whatever form the government takes it sticks to islamic principles. This means they are usually very conservative and strongly against secularization and atheism in society.#!" ideology_progressive: "Progressive" -ideology_progressive_desc: "#Lore Progressivism is a system that stands between liberalism and socialism, It is an ideology that believes in advanced human development through social reform and support systems. While not fully laissez-fair no one would accuse them of being state capitalists believing that their is nothing inherently wrong with the capitalist system provided that the workers interests are not ignored totally. They also support progressive social reforms being against discrimination and poverty in society and believe that the state can help society reach its fullest potential.#! " +ideology_progressive_desc: "#Lore Progressivism is a system that stands between liberalism and socialism, It is an ideology that believes in advanced human development through social reform and support systems. While not fully laissez-fair no one would accuse them of being state executives believing that their is nothing inherently wrong with the capitalist system provided that the workers interests are not ignored totally. They also support progressive social reforms being against discrimination and poverty in society and believe that the state can help society reach its fullest potential.#! " ideology_reactionary_leader: "Reactionary" ideology_reactionary_leader_desc: "#Lore Reactionaries desire a return to the previous order of society, usually one of tradition and values. Whatever piece of the past they wish to return to they view as a golden age, and believe that nothing good will come by pushing dangerously into the future with no regard for tradition. Reactionaries are less an ideology and more of a force bent on resisting change itself.#!" diff --git a/localization/english/content_1_l_english.yml b/localization/english/content_1_l_english.yml index 16cea9742..5fcd87332 100644 --- a/localization/english/content_1_l_english.yml +++ b/localization/english/content_1_l_english.yml @@ -433,7 +433,7 @@ je_communism_1:0 "Path to Socialism" je_communism_1_reason:0 "The voices of the proletariat cry out for liberty, for equality, and for bread. Workers of the world unite!" je_communism_2:0 "The People's Revolution" - je_communism_2_reason:0 "The people still suffer under the tyrant heel of kings, priests, and capitalists. We must overthrow the reactionary government and establish a worker's paradise." + je_communism_2_reason:0 "The people still suffer under the tyrant heel of kings, priests, and executives. We must overthrow the reactionary government and establish a worker's paradise." communism.1.t:0 "Triumph of the [SCOPE.gsInterestGroup('unions').GetName]" communism.1.desc:0 "With socialist ideas sweeping across [ROOT.GetCountry.GetName], [SCOPE.sCharacter('union_leader').GetFullName], of the [SCOPE.gsInterestGroup('unions').GetName], has been appointed to a leading position in the government. There is sufficient momentum for a rapid policy change." communism.1.f:1 ""The proletariat is everywhere assuming a threatening attitude, and is beginning to count the ranks of its enemy, far weaker in numbers than itself, and to demand the actualization of its rights. All people and all men are filled with a kind of premonition, and everyone whose vital organs are not paralyzed faces with shuddering expectation the approaching future which will utter the redeeming word."" # Bakunin @@ -466,7 +466,7 @@ je_5_year_plan_goal:0 "Achieve [JournalEntry.GetTotalGoalValue] [concept_gdp]" communism.3.t:0 "The Vanguard Advances" communism.3.d:0 "Reactionary elements within the [SCOPE.gsInterestGroup('new_vanguard_ig').GetName] have at long last been purged. We can be assured that their new leader, [SCOPE.sCharacter('new_vanguard_leader').GetFullName], will be loyal to the state and to socialism." - communism.3.f:0 ""The dictatorship of the proletariat, i.e., the organization of the vanguard of the oppressed as the ruling class for the purpose of suppressing the oppressors, cannot result merely in an expansion of democracy. It must impose a series of restrictions on the freedom of the oppressors, the exploiters, the capitalists."" # Lenin + communism.3.f:0 ""The dictatorship of the proletariat, i.e., the organization of the vanguard of the oppressed as the ruling class for the purpose of suppressing the oppressors, cannot result merely in an expansion of democracy. It must impose a series of restrictions on the freedom of the oppressors, the exploiters, the executives."" # Lenin communism.3.a:0 "Loyalty must be absolutely guaranteed." communism.3.b:0 "They have an important role to play." new_vanguard.tt:0 "The [SCOPE.gsInterestGroup('new_vanguard_ig').GetName] will always select Vanguardist leaders." @@ -748,7 +748,7 @@ labor_rights.1.d:1 "[SCOPE.gsInterestGroup('serf_mistreaters').GetName] in [SCOPE.sState('serf_state').GetName] have become notorious for brutalizing their serfs. Peasants complain of harsh punishments, impossible workloads, and even sometimes torture and murder." labor_rights.1.f:0 ""She got thirty lashes for dropping the tea."\n"People have been going missing on the estate on the hill."\n"There's a dungeon below the basements, my cousin swears upon it! They torture us and drink our blood!"" labor_rights.1.a:0 "These indignities must end." - labor_rights.1.b:0 "We will punish the aristocrats with the full force of the law." + labor_rights.1.b:0 "We will punish the investors with the full force of the law." serf_mistreaters_demonized:0 "Abuse of Serfs Punished" serf_mistreaters_demonized_enactment:0 "Abuse of Serfs" anti_serfdom_debate:0 "Serfdom Opposed" @@ -776,15 +776,15 @@ enactment_strikes_deterred_modifier:0 "Orderly Protests Over Worker Safety" worker_protection_negotiations:0 "Worker Safety Negotiated" labor_rights.5.t:0 "Worker Safety Negotiations" - labor_rights.5.d:0 "[SCOPE.gsInterestGroup('capitalists_scope').GetName] have agreed to state-mediated negotiations with the [SCOPE.gsInterestGroup('unions_scope').GetName] over the implementation of [SCOPE.sLaw('current_law_scope').GetName]." + labor_rights.5.d:0 "[SCOPE.gsInterestGroup('executives_scope').GetName] have agreed to state-mediated negotiations with the [SCOPE.gsInterestGroup('unions_scope').GetName] over the implementation of [SCOPE.sLaw('current_law_scope').GetName]." labor_rights.5.f:0 ""Our profit margins are going to suffer, you must understand this. That won't be good for anybody, including you. Why we may even have to let some of you go, and how will you feed your families then?"\n\n"Do you know what's really bad for business? Angry workers. Injured workers. Dead workers."" labor_rights.5.a:0 "Support the [SCOPE.gsInterestGroup('unions_scope').GetName]." - labor_rights.5.b:0 "Make concessions to the [SCOPE.gsInterestGroup('capitalists_scope').GetName]." + labor_rights.5.b:0 "Make concessions to the [SCOPE.gsInterestGroup('executives_scope').GetName]." labor_rights.6.t:0 "Strikebreakers" - labor_rights.6.d:0 "The [SCOPE.gsInterestGroup('capitalists_scope').GetName] are paying a group of armed thugs calling themselves a private investigation agency to break up [SCOPE.gsInterestGroup('unions_scope').GetName] agitation for [SCOPE.sLaw('current_law_scope').GetName]." + labor_rights.6.d:0 "The [SCOPE.gsInterestGroup('executives_scope').GetName] are paying a group of armed thugs calling themselves a private investigation agency to break up [SCOPE.gsInterestGroup('unions_scope').GetName] agitation for [SCOPE.sLaw('current_law_scope').GetName]." labor_rights.6.f:0 ""We're just making sure that everyone is following the law here. We don't want one of those angry workers firing a shot or starting a riot. We're just here to keep the peace, for the right price. And maybe in the process some legs get broken, some skulls get cracked. That's just the cost of public safety."" labor_rights.6.a:0 "Arrest them for assault." - labor_rights.6.b:0 "We cannot risk angering the [SCOPE.gsInterestGroup('capitalists_scope').GetName] further." + labor_rights.6.b:0 "We cannot risk angering the [SCOPE.gsInterestGroup('executives_scope').GetName] further." strikebreakers_called_off:0 "Arrested Strikebreakers" strikbreakers_enactment:0 "Strikebreakers" strikebreakers_allowed:0 "Allowed Strikebreakers" @@ -940,7 +940,7 @@ philanthropy_law:0 "Philanthropy" philanthropy_mod:0 "Giving Generously" tax.6.t:0 "Temporary Embarrassment" - tax.6.d:1 "Ambitious [concept_middle_strata] citizens are opposing [SCOPE.sLaw('current_law_scope').GetName] on the grounds that when they inevitably become wealthy capitalists, they will be excessively taxed." + tax.6.d:1 "Ambitious [concept_middle_strata] citizens are opposing [SCOPE.sLaw('current_law_scope').GetName] on the grounds that when they inevitably become wealthy executives, they will be excessively taxed." tax.6.f:0 ""Why are you opposing the law, my friend? You're not rich!"\n\n"Not yet, but as soon as my next business venture takes off I will be a wealthy man. And when that happens, I surely would not want to be taxed so highly."" tax.6.a:0 "They should be more realistic." tax.6.b:0 "Sway them with a tax cut." @@ -1107,7 +1107,7 @@ no_new_constitution:0 "Due Process" 1848.4.t:0 "The Rise of Radicalism" 1848.4.d:0 "Under the leadership of [SCOPE.sCharacter('radical_leader_scope').GetFullName], the Radical movement is becoming very widespread in [ROOT.GetCountry.GetName]. Whether we support or oppose them, this heralds a time of great change and reaction." - 1848.4.f:0 ""The people of the [ROOT.GetCountry.GetAdjectiveNoFormatting] nation have a right to rule themselves, free from the clutches of kings and aristocrats who hoard hereditary power. We have made our demands clear; they will be met, or we shall take to the streets. We will win our freedom with the blood of martyrs if we have to."" + 1848.4.f:0 ""The people of the [ROOT.GetCountry.GetAdjectiveNoFormatting] nation have a right to rule themselves, free from the clutches of kings and investors who hoard hereditary power. We have made our demands clear; they will be met, or we shall take to the streets. We will win our freedom with the blood of martyrs if we have to."" 1848.4.a:0 "Support the conservative establishment." 1848.4.b:0 "Support the radical movement." suppressing_radicals:0 "Suppressing Radicals" diff --git a/localization/english/interfaces_l_english.yml b/localization/english/interfaces_l_english.yml index c4fa6ee99..fddefb0fa 100644 --- a/localization/english/interfaces_l_english.yml +++ b/localization/english/interfaces_l_english.yml @@ -2463,9 +2463,9 @@ POP_STARVATION:0 "Starvation" POP_DISCRIMINATED:1 "[Concept('concept_discrimination','$concept_discriminated_against$')]" POP_NOT_DISCRIMINATED:0 "Not [Concept('concept_discrimination','$concept_discriminated$')]" - POP_ARISTOCRATS:0 "$aristocrats$ [concept_profession]" + POP_INVESTORS:0 "$investors$ [concept_profession]" POP_BUREAUCRATS:0 "$bureaucrats$ [concept_profession]" - POP_CAPITALISTS:0 "$capitalists$ [concept_profession]" + POP_EXECUTIVES:0 "$executives$ [concept_profession]" POP_CLERGYMEN:0 "$clergymen$ [concept_profession]" POP_CLERKS:0 "$clerks$ [concept_profession]" POP_ENGINEERS:0 "$engineers$ [concept_profession]" @@ -5598,7 +5598,7 @@ QUALIFICATIONS_WORKFORCE_FACTOR:0 "#b ×$WORKFORCE_FACTOR|v2$#! from the Workforce size of [Pop.GetNumWorkforce|vD]" QUALIFICATIONS_OFFICERS_PEASANT_LEVIES:0 "From [GetLawType('law_peasant_levies').GetName]" - QUALIFICATIONS_OFFICERS_PEASANT_LEVIES_DESC:0 "Most [GetPopType('officers').GetName] [concept_pop_qualifications] will originate from [GetPopType('aristocrats').GetName]" + QUALIFICATIONS_OFFICERS_PEASANT_LEVIES_DESC:0 "Most [GetPopType('officers').GetName] [concept_pop_qualifications] will originate from [GetPopType('investors').GetName]" STATUS_TITLE:2 "#title [Concept('concept_discrimination','Acceptance')]#!" GROWTH_TITLE:0 "#title Growth#!" diff --git a/localization/english/modifiers_l_english.yml b/localization/english/modifiers_l_english.yml index bafe33b13..90665bad2 100644 --- a/localization/english/modifiers_l_english.yml +++ b/localization/english/modifiers_l_english.yml @@ -482,18 +482,18 @@ modifier_country_discourage_consumption_cost_mult:0 "Discourage Consumption Cost" modifier_country_discourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" - modifier_building_employment_aristocrats_add:0 "$aristocrats$ Per Level" - modifier_building_employment_aristocrats_add_desc:1 "Modifies the amount of $aristocrats$ a building can hire per level" - modifier_building_employment_aristocrats_mult:0 "$modifier_building_employment_aristocrats_add$" - modifier_building_employment_aristocrats_mult_desc:0 "$modifier_building_employment_aristocrats_add_desc$" + modifier_building_employment_investors_add:0 "$investors$ Per Level" + modifier_building_employment_investors_desc:1 "Modifies the amount of $investors$ a building can hire per level" + modifier_building_employment_investors_mult:0 "$modifier_building_employment_investors + modifier_building_employment_investors_mult_desc:0 "$modifier_building_employment_investors_add_desc$" modifier_building_employment_bureaucrats_add:0 "$bureaucrats$ Per Level" modifier_building_employment_bureaucrats_add_desc:1 "Modifies the amount of $bureaucrats$ a building can hire per level" modifier_building_employment_bureaucrats_mult:0 "$modifier_building_employment_bureaucrats_add$" modifier_building_employment_bureaucrats_mult_desc:0 "$modifier_building_employment_bureaucrats_add_desc$" - modifier_building_employment_capitalists_add:0 "$capitalists$ Per Level" - modifier_building_employment_capitalists_add_desc:1 "Modifies the amount of $capitalists$ a building can hire per level" - modifier_building_employment_capitalists_mult:0 "$modifier_building_employment_capitalists_add$" - modifier_building_employment_capitalists_mult_desc:0 "$modifier_building_employment_capitalists_add_desc$" + modifier_building_employment_executives_add:0 "$executives$ Per Level" + modifier_building_employment_executives_add_desc:1 "Modifies the amount of $executives$ a building can hire per level" + modifier_building_employment_executives_mult:0 "$modifier_building_employment_executives_add$" + modifier_building_employment_executives_mult_desc:0 "$modifier_building_employment_executives_add_desc$" modifier_building_employment_clergymen_add:0 "$clergymen$ Per Level" modifier_building_employment_clergymen_add_desc:1 "Modifies the amount of $clergymen$ a building can hire per level" modifier_building_employment_clergymen_mult:0 "$modifier_building_employment_clergymen_add$" @@ -665,12 +665,12 @@ working_conditions:0 "Dangerous Working Conditions" child_labor:0 "Child Labor" - modifier_state_aristocrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" - modifier_state_aristocrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" + modifier_state_investors_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" + modifier_state_investors_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" modifier_state_bureaucrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" modifier_state_bureaucrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" - modifier_state_capitalists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" - modifier_state_capitalists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" + modifier_state_executives_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" + modifier_state_executives_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" modifier_state_clergymen_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" modifier_state_clergymen_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" modifier_state_clerks_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" @@ -700,12 +700,12 @@ modifier_state_dependent_wage_add_desc:0 "An increase or decrease in Dependents Income" modifier_state_dependent_wage_mult:0 "Dependents Income" modifier_state_dependent_wage_mult_desc:0 "An increase or decrease in Dependents Income" - modifier_state_aristocrats_dependent_wage_mult:0 "$aristocrats$ Dependents Income" - modifier_state_aristocrats_dependent_wage_mult_desc:0 "An increase or decrease in an $aristocrats$ Dependents Income" + modifier_state_investors_dependent_wage_mult:0 "$investorsts Income" + modifier_state_investors_dependent_wage_mult_desc:0 "An increase or decrease in an $investors$ Dependents Income" modifier_state_bureaucrats_dependent_wage_mult:0 "$bureaucrats$ Dependents Income" modifier_state_bureaucrats_dependent_wage_mult_desc:0 "An increase or decrease in a $bureaucrats$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult:0 "$capitalists$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult_desc:0 "An increase or decrease in a $capitalists$ Dependents Income" + modifier_state_executives_dependent_wage_mult:0 "$executives$ Dependents Income" + modifier_state_executives_dependent_wage_mult_desc:0 "An increase or decrease in a $executives$ Dependents Income" modifier_state_clergymen_dependent_wage_mult:0 "$clergymen$ Dependents Income" modifier_state_clergymen_dependent_wage_mult_desc:0 "An increase or decrease in a $clergymen$ Dependents Income" modifier_state_clerks_dependent_wage_mult:0 "$clerks$ Dependents Income" @@ -731,12 +731,12 @@ modifier_state_machinists_dependent_wage_mult:0 "$machinists$ Dependents Income" modifier_state_machinists_dependent_wage_mult_desc:0 "An increase or decrease in a $machinists$ Dependents Income" - modifier_building_aristocrats_shares_add:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_add_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_add:1 "$investorsept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_add_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_add:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_add_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_add:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_add_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clerks_shares_add:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" @@ -766,12 +766,12 @@ modifier_building_government_shares_add:0 "$concept_government_ownership_shares$" modifier_building_government_shares_add_desc:0 "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" - modifier_building_aristocrats_shares_mult:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_mult_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_mult:1 "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_mult_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_mult:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_mult_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_mult:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_mult_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clerks_shares_mult:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" @@ -797,12 +797,12 @@ modifier_building_machinists_shares_mult:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_machinists_shares_mult_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_country_aristocrats_pol_str_mult:1 "[concept_political_strength] of $aristocrats$" - modifier_country_aristocrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $aristocrats$" + modifier_country_investors_pol_str_mult:1 "[concept_political_strength] of $investors$" + modifier_country_investors_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $investors$" modifier_country_bureaucrats_pol_str_mult:1 "[concept_political_strength] of $bureaucrats$" modifier_country_bureaucrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $bureaucrats$" - modifier_country_capitalists_pol_str_mult:1 "[concept_political_strength] of $capitalists$" - modifier_country_capitalists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $capitalists$" + modifier_country_executives_pol_str_mult:1 "[concept_political_strength] of $executives$" + modifier_country_executives_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $executives$" modifier_country_clergymen_pol_str_mult:1 "[concept_political_strength] of $clergymen$" modifier_country_clergymen_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clergymen$" modifier_country_clerks_pol_str_mult:1 "[concept_political_strength] of $clerks$" @@ -828,12 +828,12 @@ modifier_country_machinists_pol_str_mult:1 "[concept_political_strength] of $machinists$" modifier_country_machinists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $machinists$" - modifier_country_aristocrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $aristocrats$" - modifier_country_aristocrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $aristocrats$ in Elections" + modifier_country_investors_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $investors$" + modifier_country_investors_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $investors$ in Elections" modifier_country_bureaucrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $bureaucrats$" modifier_country_bureaucrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $bureaucrats$ in Elections" - modifier_country_capitalists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $capitalists$" - modifier_country_capitalists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $capitalists$ in Elections" + modifier_country_executives_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $executives$" + modifier_country_executives_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $executives$ in Elections" modifier_country_clergymen_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergymen$" modifier_country_clergymen_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" modifier_country_clerks_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clerks$" @@ -899,12 +899,12 @@ modifier_building_machinists_mortality_mult_desc:1 "$modifier_state_machinists_mortality_mult_desc$" modifier_building_engineers_mortality_mult:1 "$modifier_state_engineers_mortality_mult$" modifier_building_engineers_mortality_mult_desc:1 "$modifier_state_engineers_mortality_mult_desc$" - modifier_building_aristocrats_mortality_mult:1 "$modifier_state_aristocrats_mortality_mult$" - modifier_building_aristocrats_mortality_mult_desc:1 "$modifier_state_aristocrats_mortality_mult_desc$" + modifier_building_investors_mortality_mult:1 "$modifier_state_investors_mortality_mult$" + modifier_building_investors_mortality_mult_desc:1 "$modifier_state_investors_mortality_mult_desc$" modifier_building_bureaucrats_mortality_mult:1 "$modifier_state_bureaucrats_mortality_mult$" modifier_building_bureaucrats_mortality_mult_desc:1 "$modifier_state_bureaucrats_mortality_mult_desc$" - modifier_building_capitalists_mortality_mult:1 "$modifier_state_capitalists_mortality_mult$" - modifier_building_capitalists_mortality_mult_desc:1 "$modifier_state_capitalists_mortality_mult_desc$" + modifier_building_executives_mortality_mult:1 "$modifier_state_executives_mortality_mult$" + modifier_building_executives_mortality_mult_desc:1 "$modifier_state_executives_mortality_mult_desc$" modifier_building_clergymen_mortality_mult:1 "$modifier_state_clergymen_mortality_mult$" modifier_building_clergymen_mortality_mult_desc:1 "$modifier_state_clergymen_mortality_mult_desc$" modifier_building_clerks_mortality_mult:1 "$modifier_state_clerks_mortality_mult$" @@ -932,12 +932,12 @@ modifier_building_machinists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" modifier_building_engineers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" modifier_building_engineers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_aristocrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" - modifier_building_aristocrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" + modifier_building_investors_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" + modifier_building_investors_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" modifier_building_bureaucrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" modifier_building_bureaucrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" - modifier_building_capitalists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" - modifier_building_capitalists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" + modifier_building_executives_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" + modifier_building_executives_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" modifier_building_clergymen_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" modifier_building_clergymen_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" modifier_building_clerks_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" @@ -1674,20 +1674,20 @@ modifier_state_academics_investment_pool_contribution_add_desc:0 "How much of their profits $academics$ will invest" modifier_state_academics_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" - modifier_state_aristocrats_investment_pool_contribution_add:0 "$aristocrats$ [concept_investment_pool] contribution" - modifier_state_aristocrats_investment_pool_efficiency_mult:1 "$aristocrats$ [concept_investment_pool] contribution efficiency" - modifier_state_aristocrats_investment_pool_contribution_add_desc:0 "How much of their profits $aristocrats$ will invest" - modifier_state_aristocrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $aristocrats$ will contribute to the [concept_investment_pool]" + modifier_state_investors_investment_pool_contribution_add:0 "$investors$ [concept_investment_pool] contribution" + modifier_state_investors_investment_pool_efficiency_mult:1 "$investors$ [concept_investment_pool] contribution efficiency" + modifier_state_investors_investment_pool_contribution_add_desc:0 "How much of their profits $investors$ will invest" + modifier_state_investors_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $investors$ will contribute to the [concept_investment_pool]" modifier_state_bureaucrats_investment_pool_contribution_add:0 "$bureaucrats$ [concept_investment_pool] contribution" modifier_state_bureaucrats_investment_pool_efficiency_mult:1 "$bureaucrats$ [concept_investment_pool] contribution efficiency" modifier_state_bureaucrats_investment_pool_contribution_add_desc:0 "How much of their profits $bureaucrats$ will invest" modifier_state_bureaucrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $bureaucrats$ will contribute to the [concept_investment_pool]" - modifier_state_capitalists_investment_pool_contribution_add:0 "$capitalists$ [concept_investment_pool] contribution" - modifier_state_capitalists_investment_pool_efficiency_mult:1 "$capitalists$ [concept_investment_pool] contribution efficiency" - modifier_state_capitalists_investment_pool_contribution_add_desc:0 "How much of their profits $capitalists$ will invest" - modifier_state_capitalists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $capitalists$ will contribute to the [concept_investment_pool]" + modifier_state_executives_investment_pool_contribution_add:0 "$executives$ [concept_investment_pool] contribution" + modifier_state_executives_investment_pool_efficiency_mult:1 "$executives$ [concept_investment_pool] contribution efficiency" + modifier_state_executives_investment_pool_contribution_add_desc:0 "How much of their profits $executives$ will invest" + modifier_state_executives_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $executives$ will contribute to the [concept_investment_pool]" modifier_state_clergymen_investment_pool_contribution_add:0 "$clergymen$ [concept_investment_pool] contribution" modifier_state_clergymen_investment_pool_efficiency_mult:1 "$clergymen$ [concept_investment_pool] contribution efficiency" diff --git a/localization/english/parties_l_english.yml b/localization/english/parties_l_english.yml index fcc6e34fe..e24116497 100644 --- a/localization/english/parties_l_english.yml +++ b/localization/english/parties_l_english.yml @@ -247,8 +247,8 @@ from_anti_slavery: "Pertinent Anti-Slavery Ideology" from_meritocracy: "Pertinent Meritocratic Ideology" from_capitalism: "Has the Laissez-Faire Ideology, or Leader has the Market Liberal Ideology" - from_powerful_capitalists: "Has the Laissez-Faire Ideology and is Powerful" - from_powerful_capitalists_other: "Stronger Industrialist Interest Group" + from_powerful_executives: "Has the Laissez-Faire Ideology and is Powerful" + from_powerful_executives_other: "Stronger Industrialist Interest Group" from_powerful_devout: "Is Powerful" from_powerful_devout_other: "Religious Leader Ideology" from_antireligious: "Anti-Religious Ideology" @@ -283,10 +283,10 @@ from_abolitionist_leader: "Leader is an Abolitionist" from_conservative_ig: "Conservative Ideology" from_progressive_con: "Progressive Leader Ideology" - from_capitalists_suffrage: "Universal Suffrage Law" - from_capitalists_tax: "Graduated Taxation Law" - from_capitalists_health: "Public Health Insurance Law" - from_capitalists_schools: "Public Schools Law" + from_executives_suffrage: "Universal Suffrage Law" + from_executives_tax: "Graduated Taxation Law" + from_executives_health: "Public Health Insurance Law" + from_executives_schools: "Public Schools Law" from_devout_separation: "Total Separation Law" from_patriarchy: "Women's Suffrage Law" from_patriarchy_lesser: "Women in the Workplace Law" diff --git a/localization/english/pop_types_l_english.yml b/localization/english/pop_types_l_english.yml index 4971f672e..220a4fbc4 100644 --- a/localization/english/pop_types_l_english.yml +++ b/localization/english/pop_types_l_english.yml @@ -1,16 +1,16 @@ l_english: - aristocrats: "@aristocrats! $aristocrats_no_icon$" - aristocrats_only_icon: "@aristocrats!" - aristocrats_no_icon: "Aristocrats" - aristocrats_desc: "Wealthy landowners, old money with old connections. As owners of farms and plantations, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Landowners." + investors: "@investors! $investors_no_icon$" + investors_only_icon: "@investors!" + investors_no_icon: "investors" + investors_desc: "Wealthy landowners, old money with old connections. As owners of farms and plantations, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Landowners." bureaucrats: "@bureaucrats! $bureaucrats_no_icon$" bureaucrats_only_icon: "@bureaucrats!" bureaucrats_no_icon: "Bureaucrats" bureaucrats_desc: "Officials responsible for administration of government functions and infrastructure. Politically, they tend to align with the Intelligentsia or Petite Bourgeoisie." - capitalists: "@capitalists! $capitalists_no_icon$" - capitalists_only_icon: "@capitalists!" - capitalists_no_icon: "Capitalists" - capitalists_desc: "Captains of industry, new money for a new era. As owners of mines and manufactories, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Industrialists." + executives: "@executives! $executives_no_icon$" + executives_only_icon: "@executives!" + executives_no_icon: "executives" + executives_desc: "Captains of industry, new money for a new era. As owners of mines and manufactories, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Industrialists." clergymen: "@clergymen! $clergymen_no_icon$" clergymen_only_icon: "@clergymen!" clergymen_no_icon: "Clergymen" @@ -60,14 +60,14 @@ machinists_no_icon: "Machinists" machinists_desc: "Manual workers with stable employment operating machinery in manufacturies, mines, mechanized farms and other sectors. Politically, they tend to be a driving force in the Trade Unions." - ACADEMICS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $academics$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $clerks$#! and #v $aristocrats$#! have a particularly easy time becoming #v $academics$#!." - ARISTOCRATS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $aristocrats$#!. Potential increases with greater [concept_wealth] and to a lesser degree [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $officers$#! and #v $bureaucrats$#! have a particularly easy time becoming #v $aristocrats$#!." + ACADEMICS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $academics$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $clerks$#! and #v $investors$#! have a particularly easy time becoming #v $academics$#!." + investors_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $investors$#!. Potential increases with greater [concept_wealth] and to a lesser degree [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $officers$#! and #v $bureaucrats$#! have a particularly easy time becoming #v $investors$#!." BUREAUCRATS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $bureaucrats$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time, while it goes faster for those of both [concept_accepted_culture] and [concept_accepted_religion]. #v $clerks$#! and #v $clergymen$#! have a particularly easy time becoming #v $bureaucrats$#!." - CAPITALISTS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $capitalists$#!. Potential increases with greater [concept_wealth] and [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $shopkeepers$#! and #v $engineers$#! have a particularly easy time becoming #v $capitalists$#!." - CLERGYMEN_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $clergymen$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_religion] faces [concept_discrimination] take a much longer time, while it goes faster for those of [concept_accepted_religion]. #v $academics$#! and #v $aristocrats$#! have a particularly easy time becoming #v $clergymen$#!." + executives_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $executives$#!. Potential increases with greater [concept_wealth] and [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $shopkeepers$#! and #v $engineers$#! have a particularly easy time becoming #v $executives$#!." + CLERGYMEN_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $clergymen$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_religion] faces [concept_discrimination] take a much longer time, while it goes faster for those of [concept_accepted_religion]. #v $academics$#! and #v $investors$#! have a particularly easy time becoming #v $clergymen$#!." CLERKS_QUALIFICATIONS_DESC: "Any pop can become #v $clerks$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $clerks$#!." ENGINEERS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $engineers$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. #v $machinists$#! and #v $clerks$#! have a particularly easy time becoming #v $engineers$#!." FARMERS_QUALIFICATIONS_DESC: "Any pop can become #v $farmers$#!. Potential increases with greater [concept_wealth]. #v $peasants$#! and #v $laborers$#! have a particularly easy time becoming #v $farmers$#!." MACHINISTS_QUALIFICATIONS_DESC: "Pops with minimal [concept_literacy] can become #v $machinists$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $machinists$#!." - OFFICERS_QUALIFICATIONS_DESC: "Only #v $soldiers$#! or pops of [concept_accepted_culture] can become #v $officers$#!. Potential increases with greater [concept_literacy]. #v $aristocrats$#! have a particularly easy time becoming #v $officers$#!." + OFFICERS_QUALIFICATIONS_DESC: "Only #v $soldiers$#! or pops of [concept_accepted_culture] can become #v $officers$#!. Potential increases with greater [concept_literacy]. #v $investors$#! have a particularly easy time becoming #v $officers$#!." SHOPKEEPERS_QUALIFICATIONS_DESC: "Only pops with some [concept_wealth] can become #v $shopkeepers$#!. Potential increases with greater [concept_wealth]. #v $clerks$#! and #v $farmers$#! have a particularly easy time becoming #v $shopkeepers$#!." From 28afbaf1056d2451dee0a0b44631c455d731df07 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Thu, 27 Apr 2023 20:40:35 -0400 Subject: [PATCH 009/439] feat: middle strata first pass --- common/character_traits/cwp_traits.txt | 2 +- .../character_traits/personality_traits.txt | 2 +- common/modifier_types/00_modifier_types.txt | 34 ++ common/modifiers/00_static_modifiers.txt | 5 + common/modifiers/cwp_corruption_modifier.txt | 4 +- common/production_methods/01_industry.txt | 416 +++++++-------- common/production_methods/02_agro.txt | 4 +- common/production_methods/03_mines.txt | 4 +- common/production_methods/04_plantations.txt | 4 +- common/production_methods/06_urban_center.txt | 20 +- common/production_methods/07_government.txt | 78 +-- common/production_methods/08_monuments.txt | 12 +- .../production_methods/09_misc_resource.txt | 4 +- common/production_methods/10_canals.txt | 2 +- .../11_private_infrastructure.txt | 16 +- common/production_methods/12_subsistence.txt | 4 +- common/production_methods/13_construction.txt | 16 +- .../00_starting_pop_literacy.txt | 40 +- common/scripted_effects/cwp_atheism.txt | 137 ++--- .../scripted_triggers/00_clothes_triggers.txt | 6 +- .../00_scripted_triggers.txt | 2 +- common/technology/technologies/30_society.txt | 8 +- documentation/modifiers.log | 472 +++++++++--------- events/law_events/law_events_01.txt | 2 +- .../portrait_animations/animations.txt | 4 +- gui/texticons.gui | 4 +- localization/english/content_1_l_english.yml | 6 +- localization/english/content_4_l_english.yml | 4 +- localization/english/interfaces_l_english.yml | 2 +- localization/english/laws_l_english.yml | 14 +- localization/english/modifiers_l_english.yml | 72 +-- localization/english/pop_types_l_english.yml | 12 +- 32 files changed, 750 insertions(+), 662 deletions(-) diff --git a/common/character_traits/cwp_traits.txt b/common/character_traits/cwp_traits.txt index aafc2a072..16d58e940 100644 --- a/common/character_traits/cwp_traits.txt +++ b/common/character_traits/cwp_traits.txt @@ -121,7 +121,7 @@ career_bureaucrat = { command_modifier = { } country_modifier = { - country_bureaucrats_pol_str_mult = 0.1 + country_administrators_pol_str_mult = 0.1 country_bureaucracy_mult = 0.15 } interest_group_modifier = { diff --git a/common/character_traits/personality_traits.txt b/common/character_traits/personality_traits.txt index 8c7749cfd..051ba224d 100644 --- a/common/character_traits/personality_traits.txt +++ b/common/character_traits/personality_traits.txt @@ -34,7 +34,7 @@ persistent = { unit_morale_loss_mult = -0.15 } country_modifier = { - country_bureaucrats_pol_str_mult = 0.25 + country_administrators_pol_str_mult = 0.25 } interest_group_modifier = { interest_group_in_opposition_approval_add = -1 diff --git a/common/modifier_types/00_modifier_types.txt b/common/modifier_types/00_modifier_types.txt index 455f75443..537f4d929 100644 --- a/common/modifier_types/00_modifier_types.txt +++ b/common/modifier_types/00_modifier_types.txt @@ -757,6 +757,28 @@ building_group_bg_manufacturing_engineers_standard_of_living_add = { percent = no } +building_group_bg_mining_professionals_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + +building_group_bg_manufacturing_professionals_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + +building_group_bg_mining_professionals_standard_of_living_add = { + good = yes + percent = no +} + +building_group_bg_manufacturing_professionals_standard_of_living_add = { + good = yes + percent = no +} + building_group_bg_automobile_manufactories_laborers_mortality_mult = { good = no percent = yes @@ -775,6 +797,12 @@ building_group_bg_automobile_manufactories_engineers_mortality_mult = { num_decimals = 0 } +building_group_bg_automobile_manufactories_professionals_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + building_group_bg_motor_industry_laborers_mortality_mult = { good = no percent = yes @@ -793,6 +821,12 @@ building_group_bg_motor_industry_engineers_mortality_mult = { num_decimals = 0 } +building_group_bg_motor_industry_professionals_mortality_mult = { + good = no + percent = yes + num_decimals = 0 +} + state_building_slums_max_level_add = { good = yes percent = no diff --git a/common/modifiers/00_static_modifiers.txt b/common/modifiers/00_static_modifiers.txt index 4fdcc5e9a..e1080c1f8 100644 --- a/common/modifiers/00_static_modifiers.txt +++ b/common/modifiers/00_static_modifiers.txt @@ -48,20 +48,25 @@ working_conditions = { building_group_bg_mining_laborers_mortality_mult = 0.1 building_group_bg_mining_machinists_mortality_mult = 0.05 building_group_bg_mining_engineers_mortality_mult = 0.02 + building_group_bg_mining_professionals_mortality_mult = 0.02 building_group_bg_logging_laborers_mortality_mult = 0.1 building_group_bg_logging_machinists_mortality_mult = 0.05 building_group_bg_logging_engineers_mortality_mult = 0.02 + building_group_bg_logging_professionals_mortality_mult = 0.02 building_group_bg_fossil_fuels_laborers_mortality_mult = 0.1 building_group_bg_fossil_fuels_machinists_mortality_mult = 0.05 building_group_bg_fossil_fuels_engineers_mortality_mult = 0.02 + building_group_bg_fossil_fuels_professionals_mortality_mult = 0.02 building_group_bg_light_industry_laborers_mortality_mult = 0.05 building_group_bg_light_industry_machinists_mortality_mult = 0.02 building_group_bg_heavy_industry_laborers_mortality_mult = 0.1 building_group_bg_heavy_industry_machinists_mortality_mult = 0.05 building_group_bg_heavy_industry_engineers_mortality_mult = 0.02 + building_group_bg_heavy_industry_professionals_mortality_mult = 0.02 building_group_bg_infrastructure_laborers_mortality_mult = 0.1 building_group_bg_infrastructure_machinists_mortality_mult = 0.05 building_group_bg_infrastructure_engineers_mortality_mult = 0.02 + building_group_bg_infrastructure_professionals_mortality_mult = 0.02 } malnourishment = { diff --git a/common/modifiers/cwp_corruption_modifier.txt b/common/modifiers/cwp_corruption_modifier.txt index fedb4686f..89bf89835 100644 --- a/common/modifiers/cwp_corruption_modifier.txt +++ b/common/modifiers/cwp_corruption_modifier.txt @@ -16,5 +16,5 @@ anti_corruption_drive_conducted = { anti_corruption_purge_conducted = { corruption_baseline = -20 corruption_growth = -0.5 - state_bureaucrats_mortality_mult = 0.15 -} \ No newline at end of file + state_administrators_mortality_mult = 0.15 +} diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 7dad05b6c..51def78a3 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -12,7 +12,7 @@ pm_improved_food_manufactories = { level_scaled = { # profit = 1100 (6.3) building_employment_laborers_add = 6000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 } } } @@ -33,7 +33,7 @@ pm_genetically_modified_foods = { level_scaled = { # profit = 1750 (10.1) building_employment_laborers_add = 4000 - building_employment_machinists_add = 5000 + building_employment_technicians_add = 5000 } } } @@ -57,7 +57,7 @@ pm_packaging_fish = { building_output_groceries_add = 20 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -78,7 +78,7 @@ pm_commercial_forklifts_fish = { building_output_groceries_add = 35 } level_scaled = { - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 250 } } @@ -101,8 +101,9 @@ pm_food_scanning_fish = { building_output_groceries_add = 50 } level_scaled = { - building_employment_machinists_add = 600 - building_employment_engineers_add = 400 + building_employment_technicians_add = 600 + building_employment_engineers_add = 200 + building_employment_professionals_add = 200 } } } @@ -125,8 +126,9 @@ pm_universal_product_code_fish = { building_output_groceries_add = 65 } level_scaled = { - building_employment_machinists_add = 200 - building_employment_engineers_add = 800 + building_employment_technicians_add = 200 + building_employment_engineers_add = 400 + building_employment_professionals_add = 400 } } } @@ -150,7 +152,8 @@ pm_rfids_fish = { building_output_groceries_add = 90 } level_scaled = { - building_employment_engineers_add = 1000 + building_employment_engineers_add = 500 + building_employment_professionals_add = 500 } } } @@ -174,7 +177,7 @@ pm_packaging_meat = { building_output_groceries_add = 25 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -195,7 +198,7 @@ pm_commercial_forklifts_meat = { building_output_groceries_add = 40 } level_scaled = { - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 250 } } @@ -218,8 +221,9 @@ pm_food_scanning_meat = { building_output_groceries_add = 55 } level_scaled = { - building_employment_machinists_add = 600 - building_employment_engineers_add = 400 + building_employment_technicians_add = 600 + building_employment_engineers_add = 200 + building_employment_professionals_add = 200 } } } @@ -242,8 +246,9 @@ pm_universal_product_code_meat = { building_output_groceries_add = 70 } level_scaled = { - building_employment_machinists_add = 200 - building_employment_engineers_add = 800 + building_employment_technicians_add = 200 + building_employment_engineers_add = 400 + building_employment_professionals_add = 400 } } } @@ -267,7 +272,8 @@ pm_rfids_meat = { building_output_groceries_add = 95 } level_scaled = { - building_employment_engineers_add = 1000 + building_employment_engineers_add = 500 + building_employment_professionals_add = 500 } } } @@ -291,7 +297,7 @@ pm_packaging_fruit = { building_output_groceries_add = 25 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -312,7 +318,7 @@ pm_commercial_forklifts_fruit = { building_output_groceries_add = 40 } level_scaled = { - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 250 } } @@ -335,8 +341,9 @@ pm_food_scanning_fruit = { building_output_groceries_add = 55 } level_scaled = { - building_employment_machinists_add = 600 - building_employment_engineers_add = 400 + building_employment_technicians_add = 600 + building_employment_engineers_add = 200 + building_employment_professionals_add = 200 } } } @@ -359,8 +366,9 @@ pm_universal_product_code_fruit = { building_output_groceries_add = 70 } level_scaled = { - building_employment_machinists_add = 200 - building_employment_engineers_add = 800 + building_employment_technicians_add = 200 + building_employment_engineers_add = 400 + building_employment_professionals_add = 400 } } } @@ -384,7 +392,8 @@ pm_rfids_fruit = { building_output_groceries_add = 95 } level_scaled = { - building_employment_engineers_add = 1000 + building_employment_engineers_add = 500 + building_employment_professionals_add = 500 } } } @@ -412,7 +421,7 @@ pm_basic_distillation_liquor = { # profit = 300 (22.3) building_employment_laborers_add = 3000 building_employment_shopkeepers_add = 1000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -433,7 +442,7 @@ pm_patent_stills_liquor = { level_scaled = { building_employment_laborers_add = 2000 building_employment_shopkeepers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -461,7 +470,7 @@ pm_basic_distillation_wine = { # profit = 300 (22.3) building_employment_laborers_add = 3000 building_employment_shopkeepers_add = 1000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -482,7 +491,7 @@ pm_patent_stills_wine = { level_scaled = { building_employment_laborers_add = 2000 building_employment_shopkeepers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -522,7 +531,7 @@ pm_synthetic_fiber_production_textiles = { level_scaled = { # profit = 1400 (8.0) building_employment_laborers_add = 8000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -545,7 +554,7 @@ pm_spinnerets_textiles = { level_scaled = { # profit = 1800 (10.3) building_employment_laborers_add = 6500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 500 } } @@ -571,8 +580,9 @@ pm_technical_textiles_textiles = { level_scaled = { # profit = 2100 (12.1) building_employment_laborers_add = 5000 - building_employment_machinists_add = 3000 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 500 + building_employment_professionals_add = 500 } } } @@ -599,8 +609,9 @@ pm_3d_printed_clothes_textiles = { level_scaled = { # profit = 3000 (17.3) building_employment_laborers_add = 4000 - building_employment_machinists_add = 3500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 3500 + building_employment_engineers_add = 750 + building_employment_professionals_add = 750 } } } @@ -622,8 +633,9 @@ pm_nylon = { building_output_high_quality_fabric_add = 35 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_machinists_add = 500 + building_employment_laborers_add = 3500 + building_employment_technicians_add = 500 + building_employment_managers_add = 500 building_employment_engineers_add = 500 } } @@ -646,8 +658,10 @@ pm_polyester = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1000 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 500 + building_employment_academics_add = 300 + building_employment_professionals_add = 200 } } } @@ -668,8 +682,10 @@ pm_carbon_fibers = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 1500 + building_employment_engineers_add = 625 + building_employment_academics_add = 625 + building_employment_professionals_add = 250 } } } @@ -690,8 +706,10 @@ pm_conducive_smart_fabric = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 850 + building_employment_academics_add = 850 + building_employment_professionals_add = 300 } } } @@ -718,7 +736,7 @@ pm_styrene_butadiene = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 1500 } } @@ -740,7 +758,7 @@ pm_silicone = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -761,7 +779,7 @@ pm_fiber_production_furniture = { level_scaled = { # profit = 1100 (6.3) building_employment_laborers_add = 4500 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -785,7 +803,7 @@ pm_synthetic_fiber_production_furniture = { level_scaled = { # profit = 1400 (7.5) building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -809,7 +827,7 @@ pm_spinnerets_furniture = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -833,7 +851,7 @@ pm_technical_textiles_furniture = { } level_scaled = { building_employment_laborers_add = 2500 - building_employment_machinists_add = 1750 + building_employment_technicians_add = 1750 building_employment_engineers_add = 750 } } @@ -859,7 +877,7 @@ pm_3d_printed_furniture = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -887,7 +905,7 @@ pm_household_appliance_manufacturing = { } level_scaled = { building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -910,7 +928,7 @@ pm_mass_appliance_manufacturing = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -952,7 +970,7 @@ pm_float_glass_process = { } level_scaled = { building_employment_laborers_add = 8000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -976,7 +994,7 @@ pm_bottom_blown_converters_glass = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1001,7 +1019,7 @@ pm_oxygen_concentrators_glass = { } level_scaled = { building_employment_laborers_add = 5000 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 1500 } } @@ -1026,7 +1044,7 @@ pm_laminated_glass = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -1063,7 +1081,7 @@ pm_power_tools = { } level_scaled = { building_employment_laborers_add = 7000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -1084,7 +1102,7 @@ pm_robotics_integrated_manufacturing = { } level_scaled = { building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1103,7 +1121,7 @@ pm_powered_assembly_lines_industry_tools = { } level_scaled = { building_employment_laborers_add = -1000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -1121,7 +1139,7 @@ pm_semi_automated_assembly_lines_industry_tools = { } level_scaled = { building_employment_laborers_add = -2000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -1140,7 +1158,7 @@ pm_turnover_conveyor_belt_system_industry_tools = { } level_scaled = { building_employment_laborers_add = -3000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -1160,7 +1178,7 @@ pm_discrete_manufacturing_industry_tools = { } level_scaled = { building_employment_laborers_add = -4000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -1180,7 +1198,7 @@ pm_lean_manufacturing_industry_tools = { } level_scaled = { building_employment_laborers_add = -5000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -1219,7 +1237,7 @@ pm_laminated_paper = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 } } } @@ -1240,7 +1258,7 @@ pm_pre_war_fertilizer_plant = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 2000 } } @@ -1262,7 +1280,7 @@ pm_organophosphates_fertilizer = { level_scaled = { # employment building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 3000 } } @@ -1286,7 +1304,7 @@ pm_synthetic_fertilizers = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 4000 } } @@ -1308,7 +1326,7 @@ pm_early_steelmaking = { level_scaled = { # employment building_employment_laborers_add = 7000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -1332,7 +1350,7 @@ pm_basic_oxygen_steelmaking = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1357,7 +1375,7 @@ pm_bottom_blown_converters = { level_scaled = { # employment building_employment_laborers_add = 5000 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 1500 } } @@ -1382,7 +1400,7 @@ pm_oxygen_concentrators_steelmaking = { level_scaled = { # employment building_employment_laborers_add = 4500 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -1406,7 +1424,7 @@ pm_vacuum_arc_remelting = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 3500 + building_employment_technicians_add = 3500 building_employment_engineers_add = 2500 } } @@ -1431,7 +1449,7 @@ pm_hall_heroult_process = { level_scaled = { # employment building_employment_laborers_add = 7000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -1457,7 +1475,7 @@ pm_hoopes_process = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1483,7 +1501,7 @@ pm_prebaked_carbon_anodes = { level_scaled = { # employment building_employment_laborers_add = 4500 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -1509,7 +1527,7 @@ pm_vacuum_arc_remelting_aluminum_refining = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -1528,7 +1546,7 @@ pm_combustion_gas_engines_motors = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -1550,7 +1568,7 @@ pm_high_compression_engines_motors = { } level_scaled = { building_employment_laborers_add = 5500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 2000 } } @@ -1572,7 +1590,7 @@ pm_transverse_engines_motors = { } level_scaled = { building_employment_laborers_add = 4500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 2500 } } @@ -1594,7 +1612,7 @@ pm_stirling_engines_motors = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 3000 } } @@ -1620,7 +1638,7 @@ pm_computer_adjusted_measurements_motors = { } level_scaled = { # employment - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -1641,7 +1659,7 @@ pm_integrated_circuit_motors_motors = { } level_scaled = { # employment - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1662,7 +1680,7 @@ pm_laser_measurement_devices_motors = { } level_scaled = { # employment - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 1500 } } @@ -1684,7 +1702,7 @@ pm_pre_war_automobiles = { level_scaled = { # employment building_employment_laborers_add = 6500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 } } @@ -1707,7 +1725,7 @@ pm_automobile_standardization = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1731,7 +1749,7 @@ pm_compact_cars = { level_scaled = { # employment building_employment_laborers_add = 5500 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 1000 } } @@ -1758,7 +1776,7 @@ pm_multi_purpose_vehicles = { level_scaled = { # employment building_employment_laborers_add = 5000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 1000 } } @@ -1785,7 +1803,7 @@ pm_self_driving_cars = { level_scaled = { # employment building_employment_laborers_add = 4500 - building_employment_machinists_add = 3500 + building_employment_technicians_add = 3500 building_employment_engineers_add = 1000 } } @@ -1812,7 +1830,7 @@ pm_fully_autonomous_cars = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 1000 } } @@ -1837,7 +1855,7 @@ pm_pre_war_luxury_cars = { } level_scaled = { # employment - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 } } @@ -1860,7 +1878,7 @@ pm_luxury_car_luxury_automobiles = { } level_scaled = { # employment - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 } } } @@ -1882,7 +1900,7 @@ pm_luxury_car_sports_cars = { } level_scaled = { # employment - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 500 } } @@ -1907,7 +1925,7 @@ pm_luxury_cars_supercars = { } level_scaled = { # employment - building_employment_machinists_add = 2250 + building_employment_technicians_add = 2250 building_employment_engineers_add = 750 } } @@ -1934,7 +1952,7 @@ pm_luxury_cars_hypercars = { } level_scaled = { # employment - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -1961,7 +1979,7 @@ pm_luxury_cars_advanced_hypercar = { } level_scaled = { # employment - building_employment_machinists_add = 1750 + building_employment_technicians_add = 1750 building_employment_engineers_add = 1250 } } @@ -2023,7 +2041,7 @@ pm_cargo_ships = { level_scaled = { # employment building_employment_laborers_add = 7000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -2045,7 +2063,7 @@ pm_standardized_design_ships = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -2070,7 +2088,7 @@ pm_container_ships = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -2095,7 +2113,7 @@ pm_super_container_ships = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -2136,7 +2154,7 @@ pm_aircraft_carriers_prod = { level_scaled = { # employment building_employment_laborers_add = 21000 - building_employment_machinists_add = 4500 + building_employment_technicians_add = 4500 building_employment_engineers_add = 1500 } } @@ -2161,7 +2179,7 @@ pm_fleet_carriers_prod = { level_scaled = { # employment building_employment_laborers_add = 18000 - building_employment_machinists_add = 6000 + building_employment_technicians_add = 6000 building_employment_engineers_add = 3000 } } @@ -2187,7 +2205,7 @@ pm_supercarriers_prod = { level_scaled = { # employment building_employment_laborers_add = 15000 - building_employment_machinists_add = 9000 + building_employment_technicians_add = 9000 building_employment_engineers_add = 4500 } } @@ -2214,7 +2232,7 @@ pm_advanced_hull_carriers_prod = { level_scaled = { # employment building_employment_laborers_add = 12000 - building_employment_machinists_add = 12000 + building_employment_technicians_add = 12000 building_employment_engineers_add = 4500 } } @@ -2251,7 +2269,7 @@ pm_wartime_designs = { level_scaled = { # employment building_employment_laborers_add = 5000 - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 250 } } @@ -2277,7 +2295,7 @@ pm_post_war_designs = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 1250 + building_employment_technicians_add = 1250 building_employment_engineers_add = 750 } } @@ -2304,7 +2322,7 @@ pm_modernised_designs = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1750 + building_employment_technicians_add = 1750 building_employment_engineers_add = 1250 } } @@ -2331,7 +2349,7 @@ pm_advanced_designs = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 2250 + building_employment_technicians_add = 2250 building_employment_engineers_add = 1750 } } @@ -2371,7 +2389,7 @@ pm_wartime_submarines_prod = { level_scaled = { # employment building_employment_laborers_add = 1750 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 250 } } @@ -2397,7 +2415,7 @@ pm_attack_submarines = { level_scaled = { # employment building_employment_laborers_add = 1250 - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 500 } } @@ -2424,7 +2442,7 @@ pm_nuclear_submarines_prod = { level_scaled = { # employment building_employment_laborers_add = 1000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -2452,7 +2470,7 @@ pm_advanced_mission_submarines_prod = { level_scaled = { # employment building_employment_laborers_add = 500 - building_employment_machinists_add = 1250 + building_employment_technicians_add = 1250 building_employment_engineers_add = 750 } } @@ -2490,7 +2508,7 @@ pm_pre_war_tanks_prod = { level_scaled = { # employment building_employment_laborers_add = 4500 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -2513,7 +2531,7 @@ pm_1st_gen_mbt_ami = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 500 } } @@ -2538,7 +2556,7 @@ pm_2nd_gen_mbt_ami = { level_scaled = { # employment building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -2563,7 +2581,7 @@ pm_3rd_gen_mbt_ami = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -2589,7 +2607,7 @@ pm_35th_gen_mbt_ami = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1250 + building_employment_technicians_add = 1250 building_employment_engineers_add = 750 } } @@ -2615,7 +2633,7 @@ pm_4th_gen_mbt_ami = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -2653,7 +2671,7 @@ pm_wartime_halftacks_production = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 500 } } @@ -2678,7 +2696,7 @@ pm_apc_production = { level_scaled = { # employment building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -2703,7 +2721,7 @@ pm_ifv_production = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -2730,7 +2748,7 @@ pm_modern_ifv_production = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1250 + building_employment_technicians_add = 1250 building_employment_engineers_add = 750 } } @@ -2758,7 +2776,7 @@ pm_automated_armored_fighting_vehicle_production = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -2793,7 +2811,7 @@ pm_early_military_aircraft_prod = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_engineers_add = 250 } } @@ -2818,7 +2836,7 @@ pm_jet_fighters_prod = { level_scaled = { # employment building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -2844,7 +2862,7 @@ pm_2nd_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1250 + building_employment_technicians_add = 1250 building_employment_engineers_add = 750 } } @@ -2870,7 +2888,7 @@ pm_3rd_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2750 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 750 } } @@ -2896,7 +2914,7 @@ pm_4th_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 } } @@ -2922,7 +2940,7 @@ pm_45th_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 } } @@ -2948,7 +2966,7 @@ pm_5th_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -2974,7 +2992,7 @@ pm_6th_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -3000,7 +3018,7 @@ pm_7th_gen_jet_fighters = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -3042,7 +3060,7 @@ pm_bipolar_transistors = { } level_scaled = { building_employment_laborers_add = 7000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 2500 } } @@ -3064,7 +3082,7 @@ pm_circuit_integrated_electronics = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 3000 } } @@ -3088,7 +3106,7 @@ pm_small_surface_mount_parts = { } level_scaled = { building_employment_laborers_add = 5000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 3500 } } @@ -3112,7 +3130,7 @@ pm_multilayer_surface_boards = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 4000 } } @@ -3260,7 +3278,7 @@ pm_semi_automatic_rifles = { level_scaled = { # employment building_employment_laborers_add = 4000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -3282,7 +3300,7 @@ pm_battle_rifles = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -3305,7 +3323,7 @@ pm_assault_rifles = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -3330,7 +3348,7 @@ pm_carbine_assault_rifles = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -3357,7 +3375,7 @@ pm_pre_war_artillery_prod = { level_scaled = { # employment building_employment_laborers_add = 4500 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -3378,7 +3396,7 @@ pm_post_war_artillery_prod = { level_scaled = { # employment building_employment_laborers_add = 3500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 } } } @@ -3400,7 +3418,7 @@ pm_self_propelled_artillery_prod = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } } @@ -3423,7 +3441,7 @@ pm_multiple_launch_rocket_system = { level_scaled = { # employment building_employment_laborers_add = 2500 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 } } } @@ -3447,7 +3465,7 @@ pm_guided_missile_launchers = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 } } } @@ -3468,7 +3486,7 @@ pm_rudimentary_explosives = { level_scaled = { # employment building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -3491,7 +3509,7 @@ pm_teflon_chemicals = { level_scaled = { # employment building_employment_laborers_add = 3000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1000 } } @@ -3516,7 +3534,7 @@ pm_plastic_explosives = { level_scaled = { # employment building_employment_laborers_add = 2500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1500 } } @@ -3541,7 +3559,7 @@ pm_advanced_explosives = { level_scaled = { # employment building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -3568,7 +3586,7 @@ pm_pre_war_ammunition = { } level_scaled = { building_employment_laborers_add = 3500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -3595,7 +3613,7 @@ pm_standardized_cartridges = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1000 } } @@ -3623,7 +3641,7 @@ pm_polymer_coatings = { } level_scaled = { building_employment_laborers_add = 2500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1500 } } @@ -3651,7 +3669,7 @@ pm_depleted_uranium_projectiles = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -3679,7 +3697,7 @@ pm_tungsten_carbide_projectiles = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2500 } } @@ -3697,7 +3715,7 @@ pm_oil_refineries = { } level_scaled = { building_employment_laborers_add = 8000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 500 } } @@ -3717,7 +3735,7 @@ pm_dense_oil_transportation = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 3000 } } @@ -3740,7 +3758,7 @@ pm_rudimentary_polymers = { building_output_plastics_add = 50 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1000 } } @@ -3759,7 +3777,7 @@ pm_transition_metal_catalysts = { building_output_plastics_add = 125 } level_scaled = { - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 2000 } } @@ -3778,7 +3796,7 @@ pm_dense_thermoplastics = { building_output_plastics_add = 200 } level_scaled = { - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 3000 } } @@ -3797,7 +3815,7 @@ pm_saturated_elastomers = { building_output_plastics_add = 275 } level_scaled = { - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 4000 } } @@ -3817,7 +3835,7 @@ pm_integrated_circuits_semiconductors = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 3000 } } @@ -3838,7 +3856,7 @@ pm_single_chip_processors_semiconductors = { } level_scaled = { building_employment_laborers_add = 5000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 3500 } } @@ -3859,7 +3877,7 @@ pm_microprocessors_semiconductors = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 4000 } } @@ -3879,7 +3897,7 @@ pm_miniaturized_microprocessors_semiconductors = { building_output_semiconductors_add = 155 } level_scaled = { - building_employment_machinists_add = 6000 + building_employment_technicians_add = 6000 building_employment_engineers_add = 3000 } } @@ -3899,7 +3917,7 @@ pm_specialized_microprocessors_semiconductors = { building_output_semiconductors_add = 200 } level_scaled = { - building_employment_machinists_add = 5500 + building_employment_technicians_add = 5500 building_employment_engineers_add = 3000 building_employment_academics_add = 500 } @@ -3920,7 +3938,7 @@ pm_system_on_a_chip_semiconductors = { building_output_semiconductors_add = 250 } level_scaled = { - building_employment_machinists_add = 5000 + building_employment_technicians_add = 5000 building_employment_engineers_add = 3000 building_employment_academics_add = 1000 } @@ -3941,7 +3959,7 @@ pm_sub_3_nanometer_semiconductors = { building_output_semiconductors_add = 300 } level_scaled = { - building_employment_machinists_add = 4500 + building_employment_technicians_add = 4500 building_employment_engineers_add = 3000 building_employment_academics_add = 1500 } @@ -3962,7 +3980,7 @@ pm_photonic_integration_semiconductors = { building_output_semiconductors_add = 350 } level_scaled = { - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 3000 building_employment_academics_add = 2000 } @@ -3992,7 +4010,7 @@ pm_pre_war_aircraft = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1750 + building_employment_technicians_add = 1750 building_employment_engineers_add = 250 } } @@ -4013,7 +4031,7 @@ pm_passenger_jets = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -4034,7 +4052,7 @@ pm_supersonic_jets = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -4055,7 +4073,7 @@ pm_wide_body_passenger_jets = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 } } @@ -4210,7 +4228,7 @@ pm_brute_force_calutron_separation_refineries = { } level_scaled = { building_employment_laborers_add = 5500 - building_employment_machinists_add = 3500 + building_employment_technicians_add = 3500 building_employment_engineers_add = 1000 } } @@ -4229,7 +4247,7 @@ pm_calutron = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 4500 + building_employment_technicians_add = 4500 building_employment_engineers_add = 1500 } } @@ -4253,7 +4271,7 @@ pm_alkaline_batteries = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -4274,7 +4292,7 @@ pm_lithium_iron_batteries = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 3500 + building_employment_technicians_add = 3500 building_employment_engineers_add = 1500 } } @@ -4293,7 +4311,7 @@ pm_modern_medicine = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 building_employment_academics_add = 500 } @@ -4311,7 +4329,7 @@ pm_synthetic_medicines = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 building_employment_academics_add = 1000 } @@ -4399,7 +4417,7 @@ pm_mechanical_computers = { } level_scaled = { building_employment_laborers_add = 6500 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 } } @@ -4420,7 +4438,7 @@ pm_stored_program_computers = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 } } @@ -4443,7 +4461,7 @@ pm_transistor_computers = { } level_scaled = { building_employment_laborers_add = 5500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 } } @@ -4465,7 +4483,7 @@ pm_microcomputers = { } level_scaled = { building_employment_laborers_add = 5000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 } } @@ -4487,7 +4505,7 @@ pm_advanced_computers = { } level_scaled = { building_employment_laborers_add = 4500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 } } @@ -4509,7 +4527,7 @@ pm_quantum_computers = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_engineers_add = 1500 } } @@ -4533,7 +4551,7 @@ pm_cathode_ray_tubes = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 250 building_employment_academics_add = 250 } @@ -4556,7 +4574,7 @@ pm_dot_sequential_color_system = { } level_scaled = { building_employment_laborers_add = 3500 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 500 building_employment_academics_add = 500 } @@ -4581,7 +4599,7 @@ pm_light_emitting_diodes = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 building_employment_academics_add = 500 } @@ -4606,7 +4624,7 @@ pm_mobile_communications = { } level_scaled = { building_employment_laborers_add = 2500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 500 building_employment_academics_add = 500 } @@ -4632,7 +4650,7 @@ pm_early_personal_devices = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 building_employment_academics_add = 500 } @@ -4658,7 +4676,7 @@ pm_multimedia_integration = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 1500 building_employment_academics_add = 500 } @@ -4683,7 +4701,7 @@ pm_internet_communication_devices = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 2000 building_employment_academics_add = 500 } @@ -4736,7 +4754,7 @@ pm_powered_assembly_lines_industry = { } level_scaled = { building_employment_laborers_add = -1000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -4758,7 +4776,7 @@ pm_semi_automated_assembly_lines_industry = { } level_scaled = { building_employment_laborers_add = -2000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -4780,7 +4798,7 @@ pm_turnover_conveyor_belt_system_industry = { } level_scaled = { building_employment_laborers_add = -3000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -4803,7 +4821,7 @@ pm_discrete_manufacturing_industry = { } level_scaled = { building_employment_laborers_add = -4000 - building_employment_machinists_add = -1000 + building_employment_technicians_add = -1000 } } } @@ -4826,7 +4844,7 @@ pm_lean_manufacturing_industry = { } level_scaled = { building_employment_laborers_add = -4000 - building_employment_machinists_add = -2000 + building_employment_technicians_add = -2000 } } } @@ -4885,7 +4903,7 @@ pm_government_run_industry = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -4904,7 +4922,7 @@ pm_state_run_cooperatives_industry = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { @@ -4985,7 +5003,7 @@ pm_graphical_user_interfaces = { building_employment_engineers_mult = -0.1 building_employment_shopkeepers_mult = -0.1 building_employment_officers_mult = -0.1 - building_employment_bureaucrats_mult = -0.1 + building_employment_administrators_mult = -0.1 } } } @@ -5009,7 +5027,7 @@ pm_email_servers = { building_employment_engineers_mult = -0.2 building_employment_shopkeepers_mult = -0.2 building_employment_officers_mult = -0.2 - building_employment_bureaucrats_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -5033,7 +5051,7 @@ pm_ai_integrated_software = { building_employment_engineers_mult = -0.35 building_employment_shopkeepers_mult = -0.35 building_employment_officers_mult = -0.35 - building_employment_bureaucrats_mult = -0.35 + building_employment_administrators_mult = -0.35 } } } @@ -5057,7 +5075,7 @@ pm_autonomous_ai = { building_employment_engineers_mult = -0.5 building_employment_shopkeepers_mult = -0.5 building_employment_officers_mult = -0.5 - building_employment_bureaucrats_mult = -0.5 + building_employment_administrators_mult = -0.5 } } } diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index cfe64abb0..262ad5a56 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -544,7 +544,7 @@ pm_government_run_farm = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -563,7 +563,7 @@ pm_state_run_cooperatives_farms = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_farmers_add = 200 } unscaled = { diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index ac41af728..e5ccb3b17 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -1429,7 +1429,7 @@ pm_government_run_mine = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -1448,7 +1448,7 @@ pm_state_run_cooperatives_mine = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 8b2a57037..32b5a0f47 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -1065,7 +1065,7 @@ pm_government_run_plantation = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 150 + building_employment_administrators_add = 150 } unscaled = { building_government_shares_add = 1 @@ -1084,7 +1084,7 @@ pm_state_run_cooperatives_plantation = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 50 + building_employment_administrators_add = 50 building_employment_farmers_add = 100 } unscaled = { diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index 5bb462593..e3fd133e7 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -227,7 +227,7 @@ pm_local_planning = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_throughput_mult = 0.005 } } @@ -242,7 +242,7 @@ pm_regional_planning = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 2000 + building_employment_administrators_add = 2000 building_throughput_mult = 0.01 } } @@ -256,7 +256,7 @@ pm_centralized_planning = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 3000 + building_employment_administrators_add = 3000 building_throughput_mult = 0.015 } } @@ -416,7 +416,7 @@ pm_government_run_urban_center = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 } unscaled = { building_government_shares_add = 1 @@ -435,7 +435,7 @@ pm_state_run_cooperatives_urban_center = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 building_employment_shopkeepers_add = 250 } unscaled = { @@ -1614,7 +1614,7 @@ pm_government_run_urban = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -1633,7 +1633,7 @@ pm_state_run_cooperatives_urban = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { @@ -1880,7 +1880,7 @@ pm_government_run_hospital = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -1897,7 +1897,7 @@ pm_charity_hospital = { building_modifiers = { level_scaled = { building_employment_clergymen_add = 200 - building_employment_bureaucrats_add = 50 + building_employment_administrators_add = 50 } unscaled = { building_clergymen_shares_add = 1 @@ -2171,7 +2171,7 @@ pm_government_run_skyscraper = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 3cec17b0b..cf2234d14 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -6,7 +6,7 @@ pm_anchorage = { level_scaled = { building_employment_laborers_add = 1000 building_employment_clerks_add = 700 - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } } country_modifiers = { @@ -35,7 +35,7 @@ pm_basic_port = { level_scaled = { building_employment_laborers_add = 6000 building_employment_clerks_add = 3000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } country_modifiers = { @@ -65,7 +65,7 @@ pm_industrial_port = { building_employment_laborers_add = 4000 building_employment_machinists_add = 1000 building_employment_clerks_add = 2000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } country_modifiers = { @@ -96,7 +96,7 @@ pm_container_port = { building_employment_laborers_add = 1500 building_employment_machinists_add = 500 building_employment_clerks_add = 1000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } country_modifiers = { @@ -129,7 +129,7 @@ pm_smart_port = { building_employment_laborers_add = 1500 building_employment_machinists_add = 500 building_employment_clerks_add = 1000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } country_modifiers = { @@ -164,7 +164,7 @@ pm_informal_bureaucracy = { } level_scaled = { building_employment_clerks_add = 2500 - building_employment_bureaucrats_add = 2500 + building_employment_administrators_add = 2500 } } } @@ -187,7 +187,7 @@ pm_modern_bureaucracy = { } level_scaled = { building_employment_clerks_add = 2000 - building_employment_bureaucrats_add = 3000 + building_employment_administrators_add = 3000 } } } @@ -214,7 +214,7 @@ pm_computerized_bureaucracy = { } level_scaled = { building_employment_clerks_add = 1750 - building_employment_bureaucrats_add = 2750 + building_employment_administrators_add = 2750 } } } @@ -241,7 +241,7 @@ pm_word_processors = { } level_scaled = { building_employment_clerks_add = 1500 - building_employment_bureaucrats_add = 3000 + building_employment_administrators_add = 3000 } } } @@ -267,7 +267,7 @@ pm_paperless_offices = { } level_scaled = { building_employment_clerks_add = 1250 - building_employment_bureaucrats_add = 3250 + building_employment_administrators_add = 3250 } } } @@ -292,7 +292,7 @@ pm_professional_bureaucrats = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 } } } @@ -796,7 +796,7 @@ pm_informal_command_organization = { } level_scaled = { building_employment_officers_add = 1500 - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_soldiers_add = 800 } } @@ -816,7 +816,7 @@ pm_structured_high_command = { } level_scaled = { building_employment_officers_add = 3500 - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 building_employment_soldiers_add = 2500 } } @@ -837,7 +837,7 @@ pm_early_command_and_control = { } level_scaled = { building_employment_officers_add = 5000 - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 building_employment_soldiers_add = 3000 } } @@ -859,7 +859,7 @@ pm_computerized_command_and_control = { } level_scaled = { building_employment_officers_add = 6500 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_employment_soldiers_add = 4000 } } @@ -880,7 +880,7 @@ pm_digital_strategic_command_and_control = { } level_scaled = { building_employment_officers_add = 8000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_employment_soldiers_add = 4500 } } @@ -901,7 +901,7 @@ pm_ai_assisted_command_systems = { } level_scaled = { building_employment_officers_add = 10000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_employment_soldiers_add = 5000 } } @@ -922,7 +922,7 @@ pm_decentralized_logistics_organization = { } level_scaled = { building_employment_officers_add = 1000 - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 building_employment_soldiers_add = 1500 } } @@ -943,7 +943,7 @@ pm_organised_logistics = { } level_scaled = { building_employment_officers_add = 1500 - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 building_employment_soldiers_add = 2500 } } @@ -965,7 +965,7 @@ pm_extended_logistics_structure = { } level_scaled = { building_employment_officers_add = 2500 - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 building_employment_soldiers_add = 4500 } } @@ -988,7 +988,7 @@ pm_global_logistics_structure = { } level_scaled = { building_employment_officers_add = 4000 - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 building_employment_soldiers_add = 8000 } } @@ -1012,7 +1012,7 @@ pm_computer_controled_logistics_managment = { } level_scaled = { building_employment_officers_add = 5000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_employment_soldiers_add = 10000 } } @@ -1035,7 +1035,7 @@ pm_algorithmic_supply_allocation = { } level_scaled = { building_employment_officers_add = 5000 - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 building_employment_soldiers_add = 10000 } } @@ -1228,7 +1228,7 @@ pm_centralized_protection = { workforce_scaled = { } level_scaled = { - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 building_employment_soldiers_add = 250 building_employment_officers_add = 50 } @@ -1251,7 +1251,7 @@ pm_converted_civilian_ships = { building_input_cargo_ships_add = 100 } level_scaled = { - building_employment_bureaucrats_add = 400 + building_employment_administrators_add = 400 building_employment_soldiers_add = 400 building_employment_officers_add = 100 } @@ -1277,7 +1277,7 @@ pm_dedicated_command_ships = { building_input_telecommunications_add = 100 } level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 building_employment_soldiers_add = 500 building_employment_officers_add = 200 } @@ -1303,7 +1303,7 @@ pm_emergency_command_aircraft = { building_input_telecommunications_add = 200 } level_scaled = { - building_employment_bureaucrats_add = 600 + building_employment_administrators_add = 600 building_employment_soldiers_add = 600 building_employment_officers_add = 300 } @@ -1326,7 +1326,7 @@ pm_head_of_state_protection = { workforce_scaled = { } level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 } } state_modifiers = { @@ -1346,7 +1346,7 @@ pm_government_protection = { workforce_scaled = { } level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 } } state_modifiers = { @@ -1366,7 +1366,7 @@ pm_multiple_branch_preservation = { workforce_scaled = { } level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } state_modifiers = { @@ -1386,7 +1386,7 @@ pm_widespread_government_contingency = { workforce_scaled = { } level_scaled = { - building_employment_bureaucrats_add = 2500 + building_employment_administrators_add = 2500 } } state_modifiers = { @@ -1409,7 +1409,7 @@ pm_informal_diplomatic_structure = { building_input_paper_add = 250 } level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 } } state_modifiers = { @@ -1430,7 +1430,7 @@ pm_formalized_diplomatic_service = { building_input_paper_add = 500 } level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } state_modifiers = { @@ -1451,7 +1451,7 @@ pm_flexible_diplomatic_service = { building_input_paper_add = 750 } level_scaled = { - building_employment_bureaucrats_add = 2500 + building_employment_administrators_add = 2500 } } state_modifiers = { @@ -1473,7 +1473,7 @@ pm_modernised_diplomatic_service = { building_input_computers_add = 250 } level_scaled = { - building_employment_bureaucrats_add = 5000 + building_employment_administrators_add = 5000 } } state_modifiers = { @@ -1494,7 +1494,7 @@ pm_confidential_courier_system = { building_input_paper_add = 150 } level_scaled = { - building_employment_bureaucrats_add = 150 + building_employment_administrators_add = 150 } } state_modifiers = { @@ -1516,7 +1516,7 @@ pm_diplomatic_flights = { building_input_commercial_aircraft_add = 100 } level_scaled = { - building_employment_bureaucrats_add = 250 + building_employment_administrators_add = 250 } } state_modifiers = { @@ -1539,7 +1539,7 @@ pm_encrypted_diplomatic_signals = { building_input_computers_add = 50 } level_scaled = { - building_employment_bureaucrats_add = 500 + building_employment_administrators_add = 500 } } state_modifiers = { @@ -1563,7 +1563,7 @@ pm_encrypted_diplomatic_intranet = { building_input_telecommunications_add = 500 } level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } state_modifiers = { diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index babc70c4e..d9e1c5b12 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -80,7 +80,7 @@ pm_default_building_forbidden_city = { building_output_tourism_add = 200 } level_scaled = { - building_employment_bureaucrats_add = 1600 + building_employment_administrators_add = 1600 building_employment_clergymen_add = 400 } unscaled = { @@ -144,7 +144,7 @@ pm_default_building_statue_of_liberty = { building_output_tourism_add = 200 } level_scaled = { - building_employment_bureaucrats_add = 200 + building_employment_administrators_add = 200 } unscaled = { building_government_shares_add = 1 @@ -164,7 +164,7 @@ pm_default_building_taj_mahal = { building_output_tourism_add = 200 } level_scaled = { - building_employment_bureaucrats_add = 200 + building_employment_administrators_add = 200 } unscaled = { building_government_shares_add = 1 @@ -215,7 +215,7 @@ pm_default_building_white_house = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } } } @@ -239,7 +239,7 @@ pm_default_building_national_mall = { building_output_tourism_add = 100 } level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } unscaled = { building_government_shares_add = 1 @@ -259,7 +259,7 @@ pm_default_building_kremlin = { building_output_tourism_add = 100 } level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } unscaled = { building_government_shares_add = 1 diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index 41485cb06..c78c83e3e 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -556,7 +556,7 @@ pm_government_run_misc = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -575,7 +575,7 @@ pm_state_run_cooperatives_misc = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { diff --git a/common/production_methods/10_canals.txt b/common/production_methods/10_canals.txt index 5222ca809..25c12ac43 100644 --- a/common/production_methods/10_canals.txt +++ b/common/production_methods/10_canals.txt @@ -204,7 +204,7 @@ pm_canal_government_run = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 1000 + building_employment_administrators_add = 1000 } unscaled = { building_government_shares_add = 1 diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index 6d9a15062..fa1d44929 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -299,7 +299,7 @@ pm_government_run_building_infrastructure = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 5 @@ -318,7 +318,7 @@ pm_state_run_cooperatives_railway = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { @@ -420,7 +420,7 @@ pm_trade_center_state_run_cooperative = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 75 + building_employment_administrators_add = 75 building_employment_clerks_add = 175 } unscaled = { @@ -461,7 +461,7 @@ pm_trade_center_government_run = { building_modifiers = { level_scaled = { building_employment_clerks_add = 125 - building_employment_bureaucrats_add = 125 + building_employment_administrators_add = 125 } unscaled = { building_government_shares_add = 1 @@ -574,7 +574,7 @@ pm_government_run_spaceport = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -593,7 +593,7 @@ pm_state_run_cooperatives_spaceport = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { @@ -1243,7 +1243,7 @@ pm_government_run_airport = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 300 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -1262,7 +1262,7 @@ pm_state_run_cooperatives_airport = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_employment_shopkeepers_add = 200 } unscaled = { diff --git a/common/production_methods/12_subsistence.txt b/common/production_methods/12_subsistence.txt index c601b4d11..78e248655 100644 --- a/common/production_methods/12_subsistence.txt +++ b/common/production_methods/12_subsistence.txt @@ -385,7 +385,7 @@ pm_government_run_building_subsistence = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 600 + building_employment_administrators_add = 600 } unscaled = { building_government_shares_add = 1 @@ -404,7 +404,7 @@ pm_state_run_cooperatives_subsistence = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 200 + building_employment_administrators_add = 200 building_employment_peasants_add = 400 } unscaled = { diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index 913fa83df..066a7190b 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -14,7 +14,7 @@ building_input_steel_add = 20 } level_scaled = { - building_employment_bureaucrats_add = 750 + building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_laborers_add = 3500 } @@ -50,7 +50,7 @@ pm_prefabricated_buildings = { building_input_electricity_add = 10 } level_scaled = { - building_employment_bureaucrats_add = 750 + building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_machinists_add = 750 building_employment_laborers_add = 2750 @@ -88,7 +88,7 @@ pm_tube_structural_buildings = { building_input_electricity_add = 20 } level_scaled = { - building_employment_bureaucrats_add = 750 + building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_machinists_add = 1500 building_employment_engineers_add = 750 @@ -127,7 +127,7 @@ pm_pressed_concrete = { building_input_electricity_add = 25 } level_scaled = { - building_employment_bureaucrats_add = 750 + building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_engineers_add = 1500 building_employment_machinists_add = 2000 @@ -164,7 +164,7 @@ pm_sustainable_building_materials = { building_input_electricity_add = 30 } level_scaled = { - building_employment_bureaucrats_add = 750 + building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_engineers_add = 1500 building_employment_machinists_add = 1500 @@ -186,7 +186,7 @@ pm_base_housing = { texture = "gfx/interface/icons/production_method_icons/wooden_buildings.dds" building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 building_output_housing_add = 50 } } @@ -250,7 +250,7 @@ pm_government_owned_housing = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 400 + building_employment_administrators_add = 400 } unscaled = { building_government_shares_add = 1 @@ -269,7 +269,7 @@ pm_state_run_cooperatives_housing = { } building_modifiers = { level_scaled = { - building_employment_bureaucrats_add = 200 + building_employment_administrators_add = 200 building_employment_shopkeepers_add = 200 } unscaled = { diff --git a/common/scripted_effects/00_starting_pop_literacy.txt b/common/scripted_effects/00_starting_pop_literacy.txt index 78793e353..09f697755 100644 --- a/common/scripted_effects/00_starting_pop_literacy.txt +++ b/common/scripted_effects/00_starting_pop_literacy.txt @@ -1,8 +1,5 @@ ### NOTE: This file only exist to set a baseline for the simulation, the ACTUAL literacy of pops is calculated during setup so starting literacy January 1, 1836 will NOT match the values set in this file - - # Very high literacy - # Examples: Sweden, Netherlands effect_starting_pop_literacy_very_high = { every_scope_pop = { @@ -13,7 +10,7 @@ effect_starting_pop_literacy_very_high = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -51,7 +48,9 @@ effect_starting_pop_literacy_very_high = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -70,7 +69,7 @@ effect_starting_pop_literacy_high = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -108,7 +107,9 @@ effect_starting_pop_literacy_high = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -127,7 +128,7 @@ effect_starting_pop_literacy_middling = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -165,7 +166,9 @@ effect_starting_pop_literacy_middling = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -184,7 +187,7 @@ effect_starting_pop_literacy_low = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -222,7 +225,9 @@ effect_starting_pop_literacy_low = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -241,7 +246,7 @@ effect_starting_pop_literacy_very_low = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -279,7 +284,9 @@ effect_starting_pop_literacy_very_low = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -298,7 +305,7 @@ effect_starting_pop_literacy_baseline = { if = { limit = { OR = { - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = academics is_pop_type = clergymen is_pop_type = engineers @@ -326,7 +333,9 @@ effect_starting_pop_literacy_baseline = { # People in Unincorporated territories at half if = { limit = { - state = { is_incorporated = no } + state = { + is_incorporated = no + } } multiply = 0.5 } @@ -334,4 +343,3 @@ effect_starting_pop_literacy_baseline = { } } } - diff --git a/common/scripted_effects/cwp_atheism.txt b/common/scripted_effects/cwp_atheism.txt index ee754eb9f..8b3b1ce5f 100644 --- a/common/scripted_effects/cwp_atheism.txt +++ b/common/scripted_effects/cwp_atheism.txt @@ -1,67 +1,90 @@ effect_atheism_activate = { activate_law = law_type:law_state_atheism - set_state_religion = rel:atheist - - every_scope_pop = { - limit = { - is_pop_type = machinists - } - change_pop_religion = { target = rel:atheist value = 0.15 } - } - every_scope_pop = { - limit = { - is_pop_type = bureaucrats - } - change_pop_religion = { target = rel:atheist value = 0.25 } - } - every_scope_pop = { - limit = { - is_pop_type = academics - } - change_pop_religion = { target = rel:atheist value = 0.35 } - } - every_scope_pop = { - limit = { - and = { - literacy_rate > 0.60 - NOT = { - is_pop_type = clergymen - } - } - } - change_pop_religion = { target = rel:atheist value = 0.15 } + set_state_religion = rel:atheist + every_scope_pop = { + limit = { + is_pop_type = machinists + } + change_pop_religion = { + target = rel:atheist + value = 0.15 + } + } + every_scope_pop = { + limit = { + is_pop_type = administrators + } + change_pop_religion = { + target = rel:atheist + value = 0.25 + } + } + every_scope_pop = { + limit = { + is_pop_type = academics + } + change_pop_religion = { + target = rel:atheist + value = 0.35 + } + } + every_scope_pop = { + limit = { + and = { + literacy_rate > 0.6 + NOT = { + is_pop_type = clergymen } + } + } + change_pop_religion = { + target = rel:atheist + value = 0.15 + } + } } effect_atheism_activate_law = { set_state_religion = rel:atheist - every_scope_pop = { - limit = { - is_pop_type = machinists - } - change_pop_religion = { target = rel:atheist value = 0.15 } - } - every_scope_pop = { - limit = { - is_pop_type = bureaucrats - } - change_pop_religion = { target = rel:atheist value = 0.25 } - } - every_scope_pop = { - limit = { - is_pop_type = academics - } - change_pop_religion = { target = rel:atheist value = 0.35 } - } - every_scope_pop = { - limit = { - and = { - literacy_rate > 0.60 - NOT = { - is_pop_type = clergymen - } - } + every_scope_pop = { + limit = { + is_pop_type = machinists + } + change_pop_religion = { + target = rel:atheist + value = 0.15 + } + } + every_scope_pop = { + limit = { + is_pop_type = administrators + } + change_pop_religion = { + target = rel:atheist + value = 0.25 + } + } + every_scope_pop = { + limit = { + is_pop_type = academics + } + change_pop_religion = { + target = rel:atheist + value = 0.35 + } + } + every_scope_pop = { + limit = { + and = { + literacy_rate > 0.6 + NOT = { + is_pop_type = clergymen } - change_pop_religion = { target = rel:atheist value = 0.15 } } + } + change_pop_religion = { + target = rel:atheist + value = 0.15 + } + } } diff --git a/common/scripted_triggers/00_clothes_triggers.txt b/common/scripted_triggers/00_clothes_triggers.txt index 1ce361ee3..552440d7a 100644 --- a/common/scripted_triggers/00_clothes_triggers.txt +++ b/common/scripted_triggers/00_clothes_triggers.txt @@ -961,7 +961,7 @@ middle_clothes_pop_trigger = { OR = { is_pop_type = clerks is_pop_type = engineers - is_pop_type = bureaucrats + is_pop_type = administrators is_pop_type = shopkeepers } } @@ -1069,10 +1069,10 @@ engineers_clothes_pop_trigger = { } } -bureaucrats_clothes_pop_trigger = { +administrators_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = bureaucrats + is_pop_type = administrators } } diff --git a/common/scripted_triggers/00_scripted_triggers.txt b/common/scripted_triggers/00_scripted_triggers.txt index 83c6101c6..f0600ce07 100644 --- a/common/scripted_triggers/00_scripted_triggers.txt +++ b/common/scripted_triggers/00_scripted_triggers.txt @@ -19,7 +19,7 @@ country_has_voting_franchise = { modifier:country_voting_power_wealth_threshold_add > 0 modifier:country_academics_voting_power_add > 0 modifier:country_investors_voting_power_add > 0 - modifier:country_bureaucrats_voting_power_add > 0 + modifier:country_administrators_voting_power_add > 0 modifier:country_executives_voting_power_add > 0 modifier:country_clergymen_voting_power_add > 0 modifier:country_clerks_voting_power_add > 0 diff --git a/common/technology/technologies/30_society.txt b/common/technology/technologies/30_society.txt index 2bfeab57d..71da14395 100644 --- a/common/technology/technologies/30_society.txt +++ b/common/technology/technologies/30_society.txt @@ -961,7 +961,7 @@ public_choice_theory = { country_gold_reserve_limit_mult = 0.1 state_investors_investment_pool_efficiency_mult = 0.1 state_executives_investment_pool_efficiency_mult = 0.25 - state_bureaucrats_investment_pool_efficiency_mult = 0.05 + state_administrators_investment_pool_efficiency_mult = 0.05 country_trade_route_quantity_mult = 0.25 } unlocking_technologies = { @@ -1540,7 +1540,7 @@ microfoundations = { category = society modifier = { state_investors_investment_pool_contribution_add = 0.05 - state_bureaucrats_investment_pool_contribution_add = 0.05 + state_administrators_investment_pool_contribution_add = 0.05 state_executives_investment_pool_contribution_add = 0.05 state_clergymen_investment_pool_contribution_add = 0.05 state_engineers_investment_pool_contribution_add = 0.05 @@ -2301,7 +2301,7 @@ cryptocurrency = { modifier = { state_academics_investment_pool_efficiency_mult = 0.4 state_investors_investment_pool_efficiency_mult = 0.25 - state_bureaucrats_investment_pool_efficiency_mult = 0.1 + state_administrators_investment_pool_efficiency_mult = 0.1 state_executives_investment_pool_efficiency_mult = 0.25 state_clergymen_investment_pool_efficiency_mult = 0.05 state_engineers_investment_pool_efficiency_mult = 0.25 @@ -2606,7 +2606,7 @@ quantum_econometrics = { modifier = { state_academics_investment_pool_efficiency_mult = 0.5 state_investors_investment_pool_efficiency_mult = 0.5 - state_bureaucrats_investment_pool_efficiency_mult = 0.25 + state_administrators_investment_pool_efficiency_mult = 0.25 state_executives_investment_pool_efficiency_mult = 0.5 state_clergymen_investment_pool_efficiency_mult = 0.1 state_engineers_investment_pool_efficiency_mult = 0.5 diff --git a/documentation/modifiers.log b/documentation/modifiers.log index 557768dd7..78c013187 100644 --- a/documentation/modifiers.log +++ b/documentation/modifiers.log @@ -973,18 +973,18 @@ Tag: state_investors_investment_pool_contribution_add, Categories: state Tag: state_investors_investment_pool_efficiency_mult, Categories: state Tag: building_investors_shares_add, Categories: building Tag: building_investors_shares_mult, Categories: building -Tag: country_bureaucrats_pol_str_mult, Categories: country -Tag: country_bureaucrats_voting_power_add, Categories: country -Tag: state_bureaucrats_mortality_mult, Categories: state -Tag: state_bureaucrats_dependent_wage_mult, Categories: state -Tag: building_employment_bureaucrats_add, Categories: building -Tag: building_employment_bureaucrats_mult, Categories: building -Tag: building_bureaucrats_fertility_mult, Categories: building -Tag: building_bureaucrats_mortality_mult, Categories: building -Tag: state_bureaucrats_investment_pool_contribution_add, Categories: state -Tag: state_bureaucrats_investment_pool_efficiency_mult, Categories: state -Tag: building_bureaucrats_shares_add, Categories: building -Tag: building_bureaucrats_shares_mult, Categories: building +Tag: country_administrators_pol_str_mult, Categories: country +Tag: country_administrators_voting_power_add, Categories: country +Tag: state_administrators_mortality_mult, Categories: state +Tag: state_administrators_dependent_wage_mult, Categories: state +Tag: building_employment_administrators_add, Categories: building +Tag: building_employment_administrators_mult, Categories: building +Tag: building_administrators_fertility_mult, Categories: building +Tag: building_administrators_mortality_mult, Categories: building +Tag: state_administrators_investment_pool_contribution_add, Categories: state +Tag: state_administrators_investment_pool_efficiency_mult, Categories: state +Tag: building_administrators_shares_add, Categories: building +Tag: building_administrators_shares_mult, Categories: building Tag: country_executives_pol_str_mult, Categories: country Tag: country_executives_voting_power_add, Categories: country Tag: state_executives_mortality_mult, Categories: state @@ -1148,9 +1148,9 @@ Tag: building_group_bg_manufacturing_academics_standard_of_living_add, Categorie Tag: building_group_bg_manufacturing_investors_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_investors_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_administrators_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_administrators_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_executives_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_executives_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_executives_standard_of_living_add, Categories: building @@ -1197,9 +1197,9 @@ Tag: building_group_bg_light_industry_academics_standard_of_living_add, Categori Tag: building_group_bg_light_industry_investors_fertility_mult, Categories: building Tag: building_group_bg_light_industry_investors_mortality_mult, Categories: building Tag: building_group_bg_light_industry_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_administrators_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_administrators_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_executives_fertility_mult, Categories: building Tag: building_group_bg_light_industry_executives_mortality_mult, Categories: building Tag: building_group_bg_light_industry_executives_standard_of_living_add, Categories: building @@ -1252,9 +1252,9 @@ Tag: building_group_bg_heavy_industry_academics_standard_of_living_add, Categori Tag: building_group_bg_heavy_industry_investors_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_investors_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_administrators_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_administrators_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_executives_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_executives_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_executives_standard_of_living_add, Categories: building @@ -1301,9 +1301,9 @@ Tag: building_group_bg_agriculture_academics_standard_of_living_add, Categories: Tag: building_group_bg_agriculture_investors_fertility_mult, Categories: building Tag: building_group_bg_agriculture_investors_mortality_mult, Categories: building Tag: building_group_bg_agriculture_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_administrators_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_administrators_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_executives_fertility_mult, Categories: building Tag: building_group_bg_agriculture_executives_mortality_mult, Categories: building Tag: building_group_bg_agriculture_executives_standard_of_living_add, Categories: building @@ -1354,9 +1354,9 @@ Tag: building_group_bg_rye_farms_academics_standard_of_living_add, Categories: b Tag: building_group_bg_rye_farms_investors_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_investors_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_administrators_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_administrators_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_executives_standard_of_living_add, Categories: building @@ -1409,9 +1409,9 @@ Tag: building_group_bg_wheat_farms_academics_standard_of_living_add, Categories: Tag: building_group_bg_wheat_farms_investors_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_investors_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_administrators_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_administrators_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_executives_standard_of_living_add, Categories: building @@ -1464,9 +1464,9 @@ Tag: building_group_bg_rice_farms_academics_standard_of_living_add, Categories: Tag: building_group_bg_rice_farms_investors_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_investors_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_administrators_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_administrators_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_executives_standard_of_living_add, Categories: building @@ -1519,9 +1519,9 @@ Tag: building_group_bg_maize_farms_academics_standard_of_living_add, Categories: Tag: building_group_bg_maize_farms_investors_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_investors_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_administrators_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_administrators_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_executives_standard_of_living_add, Categories: building @@ -1574,9 +1574,9 @@ Tag: building_group_bg_millet_farms_academics_standard_of_living_add, Categories Tag: building_group_bg_millet_farms_investors_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_investors_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_administrators_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_administrators_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_executives_standard_of_living_add, Categories: building @@ -1629,9 +1629,9 @@ Tag: building_group_bg_subsistence_agriculture_academics_standard_of_living_add, Tag: building_group_bg_subsistence_agriculture_investors_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_investors_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_administrators_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_administrators_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_executives_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_executives_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_executives_standard_of_living_add, Categories: building @@ -1680,9 +1680,9 @@ Tag: building_group_bg_ranching_academics_standard_of_living_add, Categories: bu Tag: building_group_bg_ranching_investors_fertility_mult, Categories: building Tag: building_group_bg_ranching_investors_mortality_mult, Categories: building Tag: building_group_bg_ranching_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_ranching_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_ranching_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_administrators_fertility_mult, Categories: building +Tag: building_group_bg_ranching_administrators_mortality_mult, Categories: building +Tag: building_group_bg_ranching_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_executives_fertility_mult, Categories: building Tag: building_group_bg_ranching_executives_mortality_mult, Categories: building Tag: building_group_bg_ranching_executives_standard_of_living_add, Categories: building @@ -1733,9 +1733,9 @@ Tag: building_group_bg_livestock_ranches_academics_standard_of_living_add, Categ Tag: building_group_bg_livestock_ranches_investors_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_investors_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_administrators_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_administrators_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_executives_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_executives_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_executives_standard_of_living_add, Categories: building @@ -1788,9 +1788,9 @@ Tag: building_group_bg_subsistence_ranching_academics_standard_of_living_add, Ca Tag: building_group_bg_subsistence_ranching_investors_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_investors_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_administrators_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_administrators_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_executives_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_executives_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_executives_standard_of_living_add, Categories: building @@ -1837,9 +1837,9 @@ Tag: building_group_bg_plantations_academics_standard_of_living_add, Categories: Tag: building_group_bg_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_plantations_executives_standard_of_living_add, Categories: building @@ -1890,9 +1890,9 @@ Tag: building_group_bg_coffee_plantations_academics_standard_of_living_add, Cate Tag: building_group_bg_coffee_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_executives_standard_of_living_add, Categories: building @@ -1945,9 +1945,9 @@ Tag: building_group_bg_cotton_plantations_academics_standard_of_living_add, Cate Tag: building_group_bg_cotton_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_executives_standard_of_living_add, Categories: building @@ -2000,9 +2000,9 @@ Tag: building_group_bg_silk_plantations_academics_standard_of_living_add, Catego Tag: building_group_bg_silk_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_executives_standard_of_living_add, Categories: building @@ -2055,9 +2055,9 @@ Tag: building_group_bg_opium_plantations_academics_standard_of_living_add, Categ Tag: building_group_bg_opium_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_executives_standard_of_living_add, Categories: building @@ -2110,9 +2110,9 @@ Tag: building_group_bg_tea_plantations_academics_standard_of_living_add, Categor Tag: building_group_bg_tea_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_executives_standard_of_living_add, Categories: building @@ -2165,9 +2165,9 @@ Tag: building_group_bg_tobacco_plantations_academics_standard_of_living_add, Cat Tag: building_group_bg_tobacco_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_executives_standard_of_living_add, Categories: building @@ -2220,9 +2220,9 @@ Tag: building_group_bg_sugar_plantations_academics_standard_of_living_add, Categ Tag: building_group_bg_sugar_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_executives_standard_of_living_add, Categories: building @@ -2275,9 +2275,9 @@ Tag: building_group_bg_banana_plantations_academics_standard_of_living_add, Cate Tag: building_group_bg_banana_plantations_investors_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_investors_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_administrators_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_administrators_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_executives_standard_of_living_add, Categories: building @@ -2324,9 +2324,9 @@ Tag: building_group_bg_mining_academics_standard_of_living_add, Categories: buil Tag: building_group_bg_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_mining_executives_standard_of_living_add, Categories: building @@ -2369,9 +2369,9 @@ Tag: building_group_bg_gold_mining_academics_standard_of_living_add, Categories: Tag: building_group_bg_gold_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_executives_standard_of_living_add, Categories: building @@ -2420,9 +2420,9 @@ Tag: building_group_bg_coal_mining_academics_standard_of_living_add, Categories: Tag: building_group_bg_coal_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_executives_standard_of_living_add, Categories: building @@ -2471,9 +2471,9 @@ Tag: building_group_bg_iron_mining_academics_standard_of_living_add, Categories: Tag: building_group_bg_iron_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_executives_standard_of_living_add, Categories: building @@ -2522,9 +2522,9 @@ Tag: building_group_bg_lead_mining_academics_standard_of_living_add, Categories: Tag: building_group_bg_lead_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_executives_standard_of_living_add, Categories: building @@ -2573,9 +2573,9 @@ Tag: building_group_bg_phosphorus_mining_academics_standard_of_living_add, Categ Tag: building_group_bg_phosphorus_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_executives_standard_of_living_add, Categories: building @@ -2628,9 +2628,9 @@ Tag: building_group_bg_uranium_mining_academics_standard_of_living_add, Categori Tag: building_group_bg_uranium_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_executives_standard_of_living_add, Categories: building @@ -2683,9 +2683,9 @@ Tag: building_group_bg_copper_mining_academics_standard_of_living_add, Categorie Tag: building_group_bg_copper_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_executives_standard_of_living_add, Categories: building @@ -2738,9 +2738,9 @@ Tag: building_group_bg_rare_earth_elements_mining_academics_standard_of_living_a Tag: building_group_bg_rare_earth_elements_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_executives_standard_of_living_add, Categories: building @@ -2793,9 +2793,9 @@ Tag: building_group_bg_bauxite_mining_academics_standard_of_living_add, Categori Tag: building_group_bg_bauxite_mining_investors_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_investors_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_administrators_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_administrators_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_executives_standard_of_living_add, Categories: building @@ -2842,9 +2842,9 @@ Tag: building_group_bg_logging_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_logging_investors_fertility_mult, Categories: building Tag: building_group_bg_logging_investors_mortality_mult, Categories: building Tag: building_group_bg_logging_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_logging_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_logging_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_administrators_fertility_mult, Categories: building +Tag: building_group_bg_logging_administrators_mortality_mult, Categories: building +Tag: building_group_bg_logging_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_logging_executives_fertility_mult, Categories: building Tag: building_group_bg_logging_executives_mortality_mult, Categories: building Tag: building_group_bg_logging_executives_standard_of_living_add, Categories: building @@ -2893,9 +2893,9 @@ Tag: building_group_bg_rubber_academics_standard_of_living_add, Categories: buil Tag: building_group_bg_rubber_investors_fertility_mult, Categories: building Tag: building_group_bg_rubber_investors_mortality_mult, Categories: building Tag: building_group_bg_rubber_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_rubber_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_rubber_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_administrators_fertility_mult, Categories: building +Tag: building_group_bg_rubber_administrators_mortality_mult, Categories: building +Tag: building_group_bg_rubber_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_executives_fertility_mult, Categories: building Tag: building_group_bg_rubber_executives_mortality_mult, Categories: building Tag: building_group_bg_rubber_executives_standard_of_living_add, Categories: building @@ -2942,9 +2942,9 @@ Tag: building_group_bg_fishing_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_fishing_investors_fertility_mult, Categories: building Tag: building_group_bg_fishing_investors_mortality_mult, Categories: building Tag: building_group_bg_fishing_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_fishing_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_fishing_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_administrators_fertility_mult, Categories: building +Tag: building_group_bg_fishing_administrators_mortality_mult, Categories: building +Tag: building_group_bg_fishing_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_executives_fertility_mult, Categories: building Tag: building_group_bg_fishing_executives_mortality_mult, Categories: building Tag: building_group_bg_fishing_executives_standard_of_living_add, Categories: building @@ -2997,9 +2997,9 @@ Tag: building_group_bg_fossil_fuels_academics_standard_of_living_add, Categories Tag: building_group_bg_fossil_fuels_investors_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_investors_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_administrators_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_administrators_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_executives_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_executives_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_executives_standard_of_living_add, Categories: building @@ -3047,9 +3047,9 @@ Tag: building_group_bg_oil_rig_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_oil_rig_investors_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_investors_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_administrators_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_administrators_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_executives_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_executives_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_executives_standard_of_living_add, Categories: building @@ -3102,9 +3102,9 @@ Tag: building_group_bg_natural_gas_well_academics_standard_of_living_add, Catego Tag: building_group_bg_natural_gas_well_investors_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_investors_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_administrators_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_administrators_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_executives_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_executives_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_executives_standard_of_living_add, Categories: building @@ -3151,9 +3151,9 @@ Tag: building_group_bg_service_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_service_investors_fertility_mult, Categories: building Tag: building_group_bg_service_investors_mortality_mult, Categories: building Tag: building_group_bg_service_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_service_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_service_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_service_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_service_administrators_fertility_mult, Categories: building +Tag: building_group_bg_service_administrators_mortality_mult, Categories: building +Tag: building_group_bg_service_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_service_executives_fertility_mult, Categories: building Tag: building_group_bg_service_executives_mortality_mult, Categories: building Tag: building_group_bg_service_executives_standard_of_living_add, Categories: building @@ -3206,9 +3206,9 @@ Tag: building_group_bg_urban_facilities_academics_standard_of_living_add, Catego Tag: building_group_bg_urban_facilities_investors_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_investors_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_administrators_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_administrators_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_executives_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_executives_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_executives_standard_of_living_add, Categories: building @@ -3261,9 +3261,9 @@ Tag: building_group_bg_arts_academics_standard_of_living_add, Categories: buildi Tag: building_group_bg_arts_investors_fertility_mult, Categories: building Tag: building_group_bg_arts_investors_mortality_mult, Categories: building Tag: building_group_bg_arts_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_arts_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_arts_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_administrators_fertility_mult, Categories: building +Tag: building_group_bg_arts_administrators_mortality_mult, Categories: building +Tag: building_group_bg_arts_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_arts_executives_fertility_mult, Categories: building Tag: building_group_bg_arts_executives_mortality_mult, Categories: building Tag: building_group_bg_arts_executives_standard_of_living_add, Categories: building @@ -3316,9 +3316,9 @@ Tag: building_group_bg_media_academics_standard_of_living_add, Categories: build Tag: building_group_bg_media_investors_fertility_mult, Categories: building Tag: building_group_bg_media_investors_mortality_mult, Categories: building Tag: building_group_bg_media_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_media_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_media_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_media_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_media_administrators_fertility_mult, Categories: building +Tag: building_group_bg_media_administrators_mortality_mult, Categories: building +Tag: building_group_bg_media_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_media_executives_fertility_mult, Categories: building Tag: building_group_bg_media_executives_mortality_mult, Categories: building Tag: building_group_bg_media_executives_standard_of_living_add, Categories: building @@ -3371,9 +3371,9 @@ Tag: building_group_bg_financial_services_academics_standard_of_living_add, Cate Tag: building_group_bg_financial_services_investors_fertility_mult, Categories: building Tag: building_group_bg_financial_services_investors_mortality_mult, Categories: building Tag: building_group_bg_financial_services_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_administrators_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_administrators_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_executives_fertility_mult, Categories: building Tag: building_group_bg_financial_services_executives_mortality_mult, Categories: building Tag: building_group_bg_financial_services_executives_standard_of_living_add, Categories: building @@ -3426,9 +3426,9 @@ Tag: building_group_bg_tourism_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_tourism_investors_fertility_mult, Categories: building Tag: building_group_bg_tourism_investors_mortality_mult, Categories: building Tag: building_group_bg_tourism_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_tourism_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_tourism_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_administrators_fertility_mult, Categories: building +Tag: building_group_bg_tourism_administrators_mortality_mult, Categories: building +Tag: building_group_bg_tourism_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_executives_fertility_mult, Categories: building Tag: building_group_bg_tourism_executives_mortality_mult, Categories: building Tag: building_group_bg_tourism_executives_standard_of_living_add, Categories: building @@ -3481,9 +3481,9 @@ Tag: building_group_bg_telecommunications_academics_standard_of_living_add, Cate Tag: building_group_bg_telecommunications_investors_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_investors_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_administrators_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_administrators_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_executives_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_executives_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_executives_standard_of_living_add, Categories: building @@ -3536,9 +3536,9 @@ Tag: building_group_bg_healthcare_academics_standard_of_living_add, Categories: Tag: building_group_bg_healthcare_investors_fertility_mult, Categories: building Tag: building_group_bg_healthcare_investors_mortality_mult, Categories: building Tag: building_group_bg_healthcare_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_administrators_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_administrators_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_executives_fertility_mult, Categories: building Tag: building_group_bg_healthcare_executives_mortality_mult, Categories: building Tag: building_group_bg_healthcare_executives_standard_of_living_add, Categories: building @@ -3591,9 +3591,9 @@ Tag: building_group_bg_power_academics_standard_of_living_add, Categories: build Tag: building_group_bg_power_investors_fertility_mult, Categories: building Tag: building_group_bg_power_investors_mortality_mult, Categories: building Tag: building_group_bg_power_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_power_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_power_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_power_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_power_administrators_fertility_mult, Categories: building +Tag: building_group_bg_power_administrators_mortality_mult, Categories: building +Tag: building_group_bg_power_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_power_executives_fertility_mult, Categories: building Tag: building_group_bg_power_executives_mortality_mult, Categories: building Tag: building_group_bg_power_executives_standard_of_living_add, Categories: building @@ -3646,9 +3646,9 @@ Tag: building_group_bg_nuclear_power_academics_standard_of_living_add, Categorie Tag: building_group_bg_nuclear_power_investors_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_investors_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_administrators_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_administrators_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_executives_standard_of_living_add, Categories: building @@ -3697,9 +3697,9 @@ Tag: building_group_bg_government_academics_standard_of_living_add, Categories: Tag: building_group_bg_government_investors_fertility_mult, Categories: building Tag: building_group_bg_government_investors_mortality_mult, Categories: building Tag: building_group_bg_government_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_government_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_government_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_government_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_government_administrators_fertility_mult, Categories: building +Tag: building_group_bg_government_administrators_mortality_mult, Categories: building +Tag: building_group_bg_government_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_government_executives_fertility_mult, Categories: building Tag: building_group_bg_government_executives_mortality_mult, Categories: building Tag: building_group_bg_government_executives_standard_of_living_add, Categories: building @@ -3752,9 +3752,9 @@ Tag: building_group_bg_technology_academics_standard_of_living_add, Categories: Tag: building_group_bg_technology_investors_fertility_mult, Categories: building Tag: building_group_bg_technology_investors_mortality_mult, Categories: building Tag: building_group_bg_technology_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_technology_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_technology_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_administrators_fertility_mult, Categories: building +Tag: building_group_bg_technology_administrators_mortality_mult, Categories: building +Tag: building_group_bg_technology_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_technology_executives_fertility_mult, Categories: building Tag: building_group_bg_technology_executives_mortality_mult, Categories: building Tag: building_group_bg_technology_executives_standard_of_living_add, Categories: building @@ -3807,9 +3807,9 @@ Tag: building_group_bg_bureaucracy_academics_standard_of_living_add, Categories: Tag: building_group_bg_bureaucracy_investors_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_investors_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_administrators_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_administrators_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_executives_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_executives_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_executives_standard_of_living_add, Categories: building @@ -3862,9 +3862,9 @@ Tag: building_group_bg_nuclear_research_academics_standard_of_living_add, Catego Tag: building_group_bg_nuclear_research_investors_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_investors_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_administrators_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_administrators_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_executives_standard_of_living_add, Categories: building @@ -3917,9 +3917,9 @@ Tag: building_group_bg_military_research_academics_standard_of_living_add, Categ Tag: building_group_bg_military_research_investors_fertility_mult, Categories: building Tag: building_group_bg_military_research_investors_mortality_mult, Categories: building Tag: building_group_bg_military_research_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_military_research_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_military_research_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_administrators_fertility_mult, Categories: building +Tag: building_group_bg_military_research_administrators_mortality_mult, Categories: building +Tag: building_group_bg_military_research_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_executives_fertility_mult, Categories: building Tag: building_group_bg_military_research_executives_mortality_mult, Categories: building Tag: building_group_bg_military_research_executives_standard_of_living_add, Categories: building @@ -3972,9 +3972,9 @@ Tag: building_group_bg_humanities_research_academics_standard_of_living_add, Cat Tag: building_group_bg_humanities_research_investors_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_investors_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_administrators_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_administrators_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_executives_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_executives_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_executives_standard_of_living_add, Categories: building @@ -4026,9 +4026,9 @@ Tag: building_group_bg_trade_academics_standard_of_living_add, Categories: build Tag: building_group_bg_trade_investors_fertility_mult, Categories: building Tag: building_group_bg_trade_investors_mortality_mult, Categories: building Tag: building_group_bg_trade_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_trade_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_trade_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_administrators_fertility_mult, Categories: building +Tag: building_group_bg_trade_administrators_mortality_mult, Categories: building +Tag: building_group_bg_trade_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_trade_executives_fertility_mult, Categories: building Tag: building_group_bg_trade_executives_mortality_mult, Categories: building Tag: building_group_bg_trade_executives_standard_of_living_add, Categories: building @@ -4076,9 +4076,9 @@ Tag: building_group_bg_infrastructure_academics_standard_of_living_add, Categori Tag: building_group_bg_infrastructure_investors_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_investors_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_administrators_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_administrators_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_executives_standard_of_living_add, Categories: building @@ -4131,9 +4131,9 @@ Tag: building_group_bg_public_infrastructure_academics_standard_of_living_add, C Tag: building_group_bg_public_infrastructure_investors_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_investors_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_administrators_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_administrators_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_executives_standard_of_living_add, Categories: building @@ -4186,9 +4186,9 @@ Tag: building_group_bg_construction_academics_standard_of_living_add, Categories Tag: building_group_bg_construction_investors_fertility_mult, Categories: building Tag: building_group_bg_construction_investors_mortality_mult, Categories: building Tag: building_group_bg_construction_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_construction_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_construction_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_administrators_fertility_mult, Categories: building +Tag: building_group_bg_construction_administrators_mortality_mult, Categories: building +Tag: building_group_bg_construction_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_construction_executives_fertility_mult, Categories: building Tag: building_group_bg_construction_executives_mortality_mult, Categories: building Tag: building_group_bg_construction_executives_standard_of_living_add, Categories: building @@ -4240,9 +4240,9 @@ Tag: building_group_bg_housing_academics_standard_of_living_add, Categories: bui Tag: building_group_bg_housing_investors_fertility_mult, Categories: building Tag: building_group_bg_housing_investors_mortality_mult, Categories: building Tag: building_group_bg_housing_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_housing_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_housing_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_administrators_fertility_mult, Categories: building +Tag: building_group_bg_housing_administrators_mortality_mult, Categories: building +Tag: building_group_bg_housing_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_housing_executives_fertility_mult, Categories: building Tag: building_group_bg_housing_executives_mortality_mult, Categories: building Tag: building_group_bg_housing_executives_standard_of_living_add, Categories: building @@ -4295,9 +4295,9 @@ Tag: building_group_bg_private_infrastructure_academics_standard_of_living_add, Tag: building_group_bg_private_infrastructure_investors_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_investors_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_administrators_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_administrators_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_executives_standard_of_living_add, Categories: building @@ -4350,9 +4350,9 @@ Tag: building_group_bg_canals_academics_standard_of_living_add, Categories: buil Tag: building_group_bg_canals_investors_fertility_mult, Categories: building Tag: building_group_bg_canals_investors_mortality_mult, Categories: building Tag: building_group_bg_canals_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_canals_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_canals_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_administrators_fertility_mult, Categories: building +Tag: building_group_bg_canals_administrators_mortality_mult, Categories: building +Tag: building_group_bg_canals_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_canals_executives_fertility_mult, Categories: building Tag: building_group_bg_canals_executives_mortality_mult, Categories: building Tag: building_group_bg_canals_executives_standard_of_living_add, Categories: building @@ -4405,9 +4405,9 @@ Tag: building_group_bg_monuments_academics_standard_of_living_add, Categories: b Tag: building_group_bg_monuments_investors_fertility_mult, Categories: building Tag: building_group_bg_monuments_investors_mortality_mult, Categories: building Tag: building_group_bg_monuments_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_monuments_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_monuments_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_administrators_fertility_mult, Categories: building +Tag: building_group_bg_monuments_administrators_mortality_mult, Categories: building +Tag: building_group_bg_monuments_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_executives_fertility_mult, Categories: building Tag: building_group_bg_monuments_executives_mortality_mult, Categories: building Tag: building_group_bg_monuments_executives_standard_of_living_add, Categories: building @@ -4460,9 +4460,9 @@ Tag: building_group_bg_military_academics_standard_of_living_add, Categories: bu Tag: building_group_bg_military_investors_fertility_mult, Categories: building Tag: building_group_bg_military_investors_mortality_mult, Categories: building Tag: building_group_bg_military_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_military_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_military_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_military_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_military_administrators_fertility_mult, Categories: building +Tag: building_group_bg_military_administrators_mortality_mult, Categories: building +Tag: building_group_bg_military_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_military_executives_fertility_mult, Categories: building Tag: building_group_bg_military_executives_mortality_mult, Categories: building Tag: building_group_bg_military_executives_standard_of_living_add, Categories: building @@ -4515,9 +4515,9 @@ Tag: building_group_bg_army_academics_standard_of_living_add, Categories: buildi Tag: building_group_bg_army_investors_fertility_mult, Categories: building Tag: building_group_bg_army_investors_mortality_mult, Categories: building Tag: building_group_bg_army_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_army_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_army_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_army_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_army_administrators_fertility_mult, Categories: building +Tag: building_group_bg_army_administrators_mortality_mult, Categories: building +Tag: building_group_bg_army_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_army_executives_fertility_mult, Categories: building Tag: building_group_bg_army_executives_mortality_mult, Categories: building Tag: building_group_bg_army_executives_standard_of_living_add, Categories: building @@ -4570,9 +4570,9 @@ Tag: building_group_bg_air_academics_standard_of_living_add, Categories: buildin Tag: building_group_bg_air_investors_fertility_mult, Categories: building Tag: building_group_bg_air_investors_mortality_mult, Categories: building Tag: building_group_bg_air_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_air_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_air_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_air_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_air_administrators_fertility_mult, Categories: building +Tag: building_group_bg_air_administrators_mortality_mult, Categories: building +Tag: building_group_bg_air_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_air_executives_fertility_mult, Categories: building Tag: building_group_bg_air_executives_mortality_mult, Categories: building Tag: building_group_bg_air_executives_standard_of_living_add, Categories: building @@ -4625,9 +4625,9 @@ Tag: building_group_bg_conscription_academics_standard_of_living_add, Categories Tag: building_group_bg_conscription_investors_fertility_mult, Categories: building Tag: building_group_bg_conscription_investors_mortality_mult, Categories: building Tag: building_group_bg_conscription_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_conscription_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_conscription_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_administrators_fertility_mult, Categories: building +Tag: building_group_bg_conscription_administrators_mortality_mult, Categories: building +Tag: building_group_bg_conscription_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_executives_fertility_mult, Categories: building Tag: building_group_bg_conscription_executives_mortality_mult, Categories: building Tag: building_group_bg_conscription_executives_standard_of_living_add, Categories: building @@ -4680,9 +4680,9 @@ Tag: building_group_bg_navy_academics_standard_of_living_add, Categories: buildi Tag: building_group_bg_navy_investors_fertility_mult, Categories: building Tag: building_group_bg_navy_investors_mortality_mult, Categories: building Tag: building_group_bg_navy_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_navy_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_navy_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_administrators_fertility_mult, Categories: building +Tag: building_group_bg_navy_administrators_mortality_mult, Categories: building +Tag: building_group_bg_navy_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_navy_executives_fertility_mult, Categories: building Tag: building_group_bg_navy_executives_mortality_mult, Categories: building Tag: building_group_bg_navy_executives_standard_of_living_add, Categories: building @@ -4735,9 +4735,9 @@ Tag: building_group_bg_skyscraper_academics_standard_of_living_add, Categories: Tag: building_group_bg_skyscraper_investors_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_investors_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_administrators_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_administrators_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_executives_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_executives_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_executives_standard_of_living_add, Categories: building @@ -4790,9 +4790,9 @@ Tag: building_group_bg_monuments_hidden_academics_standard_of_living_add, Catego Tag: building_group_bg_monuments_hidden_investors_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_investors_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_administrators_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_administrators_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_executives_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_executives_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_executives_standard_of_living_add, Categories: building @@ -4845,9 +4845,9 @@ Tag: building_group_bg_nuclear_weapons_academics_standard_of_living_add, Categor Tag: building_group_bg_nuclear_weapons_investors_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_investors_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_administrators_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_administrators_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_executives_standard_of_living_add, Categories: building @@ -4900,9 +4900,9 @@ Tag: building_group_bg_chemical_weapons_academics_standard_of_living_add, Catego Tag: building_group_bg_chemical_weapons_investors_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_investors_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_administrators_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_administrators_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_executives_standard_of_living_add, Categories: building @@ -4955,9 +4955,9 @@ Tag: building_group_bg_biological_weapons_academics_standard_of_living_add, Cate Tag: building_group_bg_biological_weapons_investors_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_investors_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_investors_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_bureaucrats_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_bureaucrats_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_bureaucrats_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_administrators_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_administrators_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_administrators_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_executives_standard_of_living_add, Categories: building @@ -5005,14 +5005,14 @@ Tag: state_pop_support_law_national_militia_add, Categories: state Tag: state_pop_support_law_national_militia_mult, Categories: state Tag: state_pop_support_law_professional_army_add, Categories: state Tag: state_pop_support_law_professional_army_mult, Categories: state -Tag: state_pop_support_law_hereditary_bureaucrats_add, Categories: state -Tag: state_pop_support_law_hereditary_bureaucrats_mult, Categories: state -Tag: state_pop_support_law_politicized_bureaucrats_add, Categories: state -Tag: state_pop_support_law_politicized_bureaucrats_mult, Categories: state -Tag: state_pop_support_law_career_bureaucrats_add, Categories: state -Tag: state_pop_support_law_career_bureaucrats_mult, Categories: state -Tag: state_pop_support_law_elected_bureaucrats_add, Categories: state -Tag: state_pop_support_law_elected_bureaucrats_mult, Categories: state +Tag: state_pop_support_law_hereditary_administrators_add, Categories: state +Tag: state_pop_support_law_hereditary_administrators_mult, Categories: state +Tag: state_pop_support_law_politicized_administrators_add, Categories: state +Tag: state_pop_support_law_politicized_administrators_mult, Categories: state +Tag: state_pop_support_law_career_administrators_add, Categories: state +Tag: state_pop_support_law_career_administrators_mult, Categories: state +Tag: state_pop_support_law_elected_administrators_add, Categories: state +Tag: state_pop_support_law_elected_administrators_mult, Categories: state Tag: state_pop_support_law_child_labor_allowed_add, Categories: state Tag: state_pop_support_law_child_labor_allowed_mult, Categories: state Tag: state_pop_support_law_restricted_child_labor_add, Categories: state diff --git a/events/law_events/law_events_01.txt b/events/law_events/law_events_01.txt index 40bd33ead..f58c97887 100644 --- a/events/law_events/law_events_01.txt +++ b/events/law_events/law_events_01.txt @@ -390,7 +390,7 @@ generic_laws.5 = { add_radicals = { # bureaucracts pissed off value = large_radicals - pop_type = bureaucrats + pop_type = administrators } } } diff --git a/gfx/portraits/portrait_animations/animations.txt b/gfx/portraits/portrait_animations/animations.txt index b379da33e..1ffba4010 100644 --- a/gfx/portraits/portrait_animations/animations.txt +++ b/gfx/portraits/portrait_animations/animations.txt @@ -87,7 +87,7 @@ idle = { base = 0 modifier = { add = 100 - bureaucrats_clothes_pop_trigger = yes + administratorsors_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -431,7 +431,7 @@ idle = { base = 0 modifier = { add = 150 - bureaucrats_clothes_pop_trigger = yes + administratorsors_clothes_pop_trigger = yes struggling_pop_trigger = yes } } diff --git a/gui/texticons.gui b/gui/texticons.gui index 99493d350..417f6fb2a 100644 --- a/gui/texticons.gui +++ b/gui/texticons.gui @@ -1096,7 +1096,7 @@ texticon = { } texticon = { - icon = bureaucrats + icon = administrators iconsize = { offset = { 0 50 } texture = "gfx/interface/icons/pops_icons/bureaucrats.dds" @@ -1105,7 +1105,7 @@ texticon = { } texticon = { - icon = bureaucrats + icon = administrators iconsize = { offset = { 0 5 } texture = "gfx/interface/icons/pops_icons/bureaucrats_15.dds" diff --git a/localization/english/content_1_l_english.yml b/localization/english/content_1_l_english.yml index 5fcd87332..1f955a3c5 100644 --- a/localization/english/content_1_l_english.yml +++ b/localization/english/content_1_l_english.yml @@ -719,9 +719,9 @@ can_aus.2.t:0 "The Unification of [SCOPE.sCountry('canada_scope_1').GetName] and [SCOPE.sCountry('canada_scope_2').GetName]" can_aus.2.d:0 "[ROOT.GetCountry.GetRuler.GetPrimaryRoleTitle] [ROOT.GetCountry.GetRuler.GetFullName] has signed into law the confederation between [SCOPE.sCountry('canada_scope_1').GetName] and [SCOPE.sCountry('canada_scope_2').GetName]. This marks a great victory in our goal of unifying all of Canada." can_aus.2.a:0 "God save the [ROOT.GetCountry.GetRuler.GetPrimaryRoleTitle]!" - can_aus.3.d:0 "The ink had not even dried on the bill of unification before our bureaucrats and politicians set to work on integrating [SCOPE.sCountry('canada_annex_scope').GetName]. With the blessing of [SCOPE.sCharacter('canada_overlord_ruler').GetPrimaryRoleTitle] [SCOPE.sCharacter('canada_overlord_ruler').GetFullName], we are one step closer towards the Federation of Australia." + can_aus.3.d:0 "The ink had not even dried on the bill of unification before our administrators and politicians set to work on integrating [SCOPE.sCountry('canada_annex_scope').GetName]. With the blessing of [SCOPE.sCharacter('canada_overlord_ruler').GetPrimaryRoleTitle] [SCOPE.sCharacter('canada_overlord_ruler').GetFullName], we are one step closer towards the Federation of Australia." can_aus.3.f:0 "The bureaucracy, as they say, expands to meet the needs of the expanding bureaucracy. At least in this instance it serves a noble purpose; the emergence of an Australian nation is imminent. Backed by the Colonial Office, the local administrations, and above all else by the will of the Australian people, we cannot fail in our quest." - can_aus.4.d:1 "The ink had not even dried on the bill of unification before our bureaucrats and politicians set to work on integrating [SCOPE.sCountry('canada_scope_1').GetName] with [SCOPE.sCountry('canada_scope_2').GetName]. With the blessing of [SCOPE.sCharacter('australia_overlord_ruler').GetPrimaryRoleTitle] [SCOPE.sCharacter('australia_overlord_ruler').GetFullName], we are one step closer towards the Federation of Australia." + can_aus.4.d:1 "The ink had not even dried on the bill of unification before our administrators and politicians set to work on integrating [SCOPE.sCountry('canada_scope_1').GetName] with [SCOPE.sCountry('canada_scope_2').GetName]. With the blessing of [SCOPE.sCharacter('australia_overlord_ruler').GetPrimaryRoleTitle] [SCOPE.sCharacter('australia_overlord_ruler').GetFullName], we are one step closer towards the Federation of Australia." can_aus.5.t:0 "Canadian Confederation" can_aus.5.d:0 "The unification of Canada is complete. The various colonial governments have been integrated into one, under the administration of [ROOT.GetCountry.GetName] and with the enthusiastic approval of [SCOPE.sCountry('canada_overlord_country').GetName]." can_aus.5.f:0 "The dream of a united Canada has finally been achieved. From humble beginnings as a small colony in the vast and unknown north, the settlers have grown and adapted. They have become a people. They have forged a nation." @@ -828,7 +828,7 @@ red_tape_reduced:0 "Red Tape Mitigated" red_tape_jobs:0 "Bureaucratic Old Guard" bureaucracy.2.t:0 "Meritocracy" - bureaucracy.2.d:0 "A new guard of [SCOPE.gsInterestGroup('meritocracy_ig').GetName] bureaucrats are outshining the [SCOPE.gsInterestGroup('bureaucrat_class').GetName] in every aspect of their work. This is a very encouraging omen for the efficacy of [SCOPE.sLaw('current_law_scope').GetName]." + bureaucracy.2.d:0 "A new guard of [SCOPE.gsInterestGroup('meritocracy_ig').GetName] administrators are outshining the [SCOPE.gsInterestGroup('bureaucrat_class').GetName] in every aspect of their work. This is a very encouraging omen for the efficacy of [SCOPE.sLaw('current_law_scope').GetName]." bureaucracy.2.f:0 ""They think that just because they were born with a silver spoon in their mouth that they deserve the most important positions. But their privilege and entitlement make them lazy, nepotistic, and arrogant. We, by contrast, have had to work for all we have, and there are real consequences for failure. Advancement should be based only on merit, not on birth."" bureaucracy.2.a:0 "Clearly [SCOPE.sLaw('current_law_scope').GetName] is the correct policy." bureaucracy.2.b:0 "The [SCOPE.gsInterestGroup('bureaucrat_class').GetName] have done a shoddy job." diff --git a/localization/english/content_4_l_english.yml b/localization/english/content_4_l_english.yml index b7bfc8f3e..4eb150a3c 100644 --- a/localization/english/content_4_l_english.yml +++ b/localization/english/content_4_l_english.yml @@ -267,7 +267,7 @@ ideology_sikh_moralist:0 "Sikh Militancy" ideology_sikh_moralist_desc:0 "#lore The Sikh have a militarized movement that will support having a strong national army.#!" ideology_hindu_moralist:0 "Hindu Moralist" - ideology_hindu_moralist_desc:0 "#lore Hindu Priests believe that bureaucrats should adhere to the caste system..#!" + ideology_hindu_moralist_desc:0 "#lore Hindu Priests believe that administrators should adhere to the caste system..#!" ideology_oriental_orthodox_patriarch:1 "Oriental Orthodox Patriarchy" ideology_oriental_orthodox_patriarch_desc:1 "#lore The Oriental Orthodox Patriarchy believe that children's education should be a priority for the nation.#!" @@ -306,7 +306,7 @@ healthcare_laws.5.a:0 "Their concerns are unwarranted." healthcare_laws.5.b:0 "Their concerns should be considered." healthcare_laws.6.t:0 "Insufficient Healthcare Support" - healthcare_laws.6.d:0 "It has been brought to the Government's attention that we might not have sufficient bureaucrats available for the establishment of a Public Healthcare System." + healthcare_laws.6.d:0 "It has been brought to the Government's attention that we might not have sufficient administrators available for the establishment of a Public Healthcare System." healthcare_laws.6.f:0 ""The world does run on dreams and ideals. We have to face the facts, and we need to sort this now before it becomes a problem when this becomes law. Opening up the healthcare system to the public without being properly prepared could backfire as quickly as it could succeed."" healthcare_laws.6.a:0 "Push it through anyways." healthcare_laws.6.b:0 "Scrape what we can together." diff --git a/localization/english/interfaces_l_english.yml b/localization/english/interfaces_l_english.yml index fddefb0fa..5fc20e9a3 100644 --- a/localization/english/interfaces_l_english.yml +++ b/localization/english/interfaces_l_english.yml @@ -2464,7 +2464,7 @@ POP_DISCRIMINATED:1 "[Concept('concept_discrimination','$concept_discriminated_against$')]" POP_NOT_DISCRIMINATED:0 "Not [Concept('concept_discrimination','$concept_discriminated$')]" POP_INVESTORS:0 "$investors$ [concept_profession]" - POP_BUREAUCRATS:0 "$bureaucrats$ [concept_profession]" + POP_ADMINISTRATORS:0 "$administrators$ [concept_profession]" POP_EXECUTIVES:0 "$executives$ [concept_profession]" POP_CLERGYMEN:0 "$clergymen$ [concept_profession]" POP_CLERKS:0 "$clerks$ [concept_profession]" diff --git a/localization/english/laws_l_english.yml b/localization/english/laws_l_english.yml index 261f35060..4a855edad 100644 --- a/localization/english/laws_l_english.yml +++ b/localization/english/laws_l_english.yml @@ -385,14 +385,14 @@ lawgroup_bureaucracy:0 "Bureaucracy" lawgroup_bureaucracy_desc:0 "How your country is administered." - law_hereditary_bureaucrats:0 "Hereditary Bureaucrats" - law_hereditary_bureaucrats_desc:0 "Bureaucrats hold their position through traditional inheritance, passing on the responsibilities to their children." - law_appointed_bureaucrats:0 "Appointed Bureaucrats" - law_appointed_bureaucrats_desc:0 "Bureaucrats are appointed by rulers to serve the country's best interests in exchange for high wages." + law_hereditary_administrators:0 "Hereditary administrators" + law_hereditary_administrators_desc:0 "administrators hold their position through traditional inheritance, passing on the responsibilities to their children." + law_appointed_administrators:0 "Appointed administrators" + law_appointed_administrators_desc:0 "administrators are appointed by rulers to serve the country's best interests in exchange for high wages." law_meritocratic_bureaucracy:0 "Meritocratic Bureaucracy" - law_meritocratic_bureaucracy_desc:0 "Bureaucrats vie for positions of power through merit. Over time this creates enormous, byzantine administrations." - law_elected_bureaucrats:0 "Elected Bureaucrats" - law_elected_bureaucrats_desc:0 "Local governors are elected by their constituents, decentralizing power while making citizens easier to manage." + law_meritocratic_bureaucracy_desc:0 "administrators vie for positions of power through merit. Over time this creates enormous, byzantine administrations." + law_elected_administrators:0 "Elected administrators" + law_elected_administrators_desc:0 "Local governors are elected by their constituents, decentralizing power while making citizens easier to manage." # Colonization lawgroup_colonization:0 "Colonization" diff --git a/localization/english/modifiers_l_english.yml b/localization/english/modifiers_l_english.yml index 90665bad2..1d22adb5f 100644 --- a/localization/english/modifiers_l_english.yml +++ b/localization/english/modifiers_l_english.yml @@ -486,10 +486,10 @@ modifier_building_employment_investors_desc:1 "Modifies the amount of $investors$ a building can hire per level" modifier_building_employment_investors_mult:0 "$modifier_building_employment_investors modifier_building_employment_investors_mult_desc:0 "$modifier_building_employment_investors_add_desc$" - modifier_building_employment_bureaucrats_add:0 "$bureaucrats$ Per Level" - modifier_building_employment_bureaucrats_add_desc:1 "Modifies the amount of $bureaucrats$ a building can hire per level" - modifier_building_employment_bureaucrats_mult:0 "$modifier_building_employment_bureaucrats_add$" - modifier_building_employment_bureaucrats_mult_desc:0 "$modifier_building_employment_bureaucrats_add_desc$" + modifier_building_employment_administrators_add:0 "$administrators$ Per Level" + modifier_building_employment_administrators_add_desc:1 "Modifies the amount of $administrators$ a building can hire per level" + modifier_building_employment_administrators_mult:0 "$modifier_building_employment_administrators_add$" + modifier_building_employment_administrators_mult_desc:0 "$modifier_building_employment_administrators_add_desc$" modifier_building_employment_executives_add:0 "$executives$ Per Level" modifier_building_employment_executives_add_desc:1 "Modifies the amount of $executives$ a building can hire per level" modifier_building_employment_executives_mult:0 "$modifier_building_employment_executives_add$" @@ -667,8 +667,8 @@ modifier_state_investors_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" modifier_state_investors_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" - modifier_state_bureaucrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" - modifier_state_bureaucrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" + modifier_state_administrators_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" + modifier_state_administrators_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" modifier_state_executives_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" modifier_state_executives_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" modifier_state_clergymen_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" @@ -702,8 +702,8 @@ modifier_state_dependent_wage_mult_desc:0 "An increase or decrease in Dependents Income" modifier_state_investors_dependent_wage_mult:0 "$investorsts Income" modifier_state_investors_dependent_wage_mult_desc:0 "An increase or decrease in an $investors$ Dependents Income" - modifier_state_bureaucrats_dependent_wage_mult:0 "$bureaucrats$ Dependents Income" - modifier_state_bureaucrats_dependent_wage_mult_desc:0 "An increase or decrease in a $bureaucrats$ Dependents Income" + modifier_state_administrators_dependent_wage_mult:0 "$administrators$ Dependents Income" + modifier_state_administrators_dependent_wage_mult_desc:0 "An increase or decrease in a $administrators$ Dependents Income" modifier_state_executives_dependent_wage_mult:0 "$executives$ Dependents Income" modifier_state_executives_dependent_wage_mult_desc:0 "An increase or decrease in a $executives$ Dependents Income" modifier_state_clergymen_dependent_wage_mult:0 "$clergymen$ Dependents Income" @@ -733,8 +733,8 @@ modifier_building_investors_shares_add:1 "$investorsept_ownership_share', '$concept_ownership_shares$')]" modifier_building_investors_shares_add_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_add:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_add_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_add:1 "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_add_desc:1 "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_executives_shares_add:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_executives_shares_add_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_add:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" @@ -768,8 +768,8 @@ modifier_building_investors_shares_mult:1 "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_investors_shares_mult_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_mult:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_mult_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_mult:1 "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_mult_desc:1 "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_executives_shares_mult:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_executives_shares_mult_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_clergymen_shares_mult:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" @@ -799,8 +799,8 @@ modifier_country_investors_pol_str_mult:1 "[concept_political_strength] of $investors$" modifier_country_investors_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $investors$" - modifier_country_bureaucrats_pol_str_mult:1 "[concept_political_strength] of $bureaucrats$" - modifier_country_bureaucrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $bureaucrats$" + modifier_country_administrators_pol_str_mult:1 "[concept_political_strength] of $administrators$" + modifier_country_administrators_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $administrators$" modifier_country_executives_pol_str_mult:1 "[concept_political_strength] of $executives$" modifier_country_executives_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $executives$" modifier_country_clergymen_pol_str_mult:1 "[concept_political_strength] of $clergymen$" @@ -830,8 +830,8 @@ modifier_country_investors_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $investors$" modifier_country_investors_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $investors$ in Elections" - modifier_country_bureaucrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $bureaucrats$" - modifier_country_bureaucrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $bureaucrats$ in Elections" + modifier_country_administrators_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $administrators$" + modifier_country_administrators_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $administrators$ in Elections" modifier_country_executives_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $executives$" modifier_country_executives_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $executives$ in Elections" modifier_country_clergymen_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergymen$" @@ -901,8 +901,8 @@ modifier_building_engineers_mortality_mult_desc:1 "$modifier_state_engineers_mortality_mult_desc$" modifier_building_investors_mortality_mult:1 "$modifier_state_investors_mortality_mult$" modifier_building_investors_mortality_mult_desc:1 "$modifier_state_investors_mortality_mult_desc$" - modifier_building_bureaucrats_mortality_mult:1 "$modifier_state_bureaucrats_mortality_mult$" - modifier_building_bureaucrats_mortality_mult_desc:1 "$modifier_state_bureaucrats_mortality_mult_desc$" + modifier_building_administrators_mortality_mult:1 "$modifier_state_administrators_mortality_mult$" + modifier_building_administrators_mortality_mult_desc:1 "$modifier_state_administrators_mortality_mult_desc$" modifier_building_executives_mortality_mult:1 "$modifier_state_executives_mortality_mult$" modifier_building_executives_mortality_mult_desc:1 "$modifier_state_executives_mortality_mult_desc$" modifier_building_clergymen_mortality_mult:1 "$modifier_state_clergymen_mortality_mult$" @@ -934,8 +934,8 @@ modifier_building_engineers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" modifier_building_investors_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" modifier_building_investors_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" - modifier_building_bureaucrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" - modifier_building_bureaucrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" + modifier_building_administrators_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" + modifier_building_administrators_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" modifier_building_executives_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" modifier_building_executives_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" modifier_building_clergymen_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" @@ -1679,10 +1679,10 @@ modifier_state_investors_investment_pool_contribution_add_desc:0 "How much of their profits $investors$ will invest" modifier_state_investors_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $investors$ will contribute to the [concept_investment_pool]" - modifier_state_bureaucrats_investment_pool_contribution_add:0 "$bureaucrats$ [concept_investment_pool] contribution" - modifier_state_bureaucrats_investment_pool_efficiency_mult:1 "$bureaucrats$ [concept_investment_pool] contribution efficiency" - modifier_state_bureaucrats_investment_pool_contribution_add_desc:0 "How much of their profits $bureaucrats$ will invest" - modifier_state_bureaucrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $bureaucrats$ will contribute to the [concept_investment_pool]" + modifier_state_administrators_investment_pool_contribution_add:0 "$administrators$ [concept_investment_pool] contribution" + modifier_state_administrators_investment_pool_efficiency_mult:1 "$administrators$ [concept_investment_pool] contribution efficiency" + modifier_state_administrators_investment_pool_contribution_add_desc:0 "How much of their profits $administrators$ will invest" + modifier_state_administrators_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $administrators$ will contribute to the [concept_investment_pool]" modifier_state_executives_investment_pool_contribution_add:0 "$executives$ [concept_investment_pool] contribution" modifier_state_executives_investment_pool_efficiency_mult:1 "$executives$ [concept_investment_pool] contribution efficiency" @@ -2165,20 +2165,20 @@ modifier_state_pop_support_law_mass_conscription_mult:0 "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" modifier_state_pop_support_law_mass_conscription_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." - modifier_state_pop_support_law_hereditary_bureaucrats_add:0 "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_hereditary_bureaucrats_mult:0 "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_hereditary_administrators_add:0 "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_hereditary_administrators_mult:0 "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." - modifier_state_pop_support_law_appointed_bureaucrats_add:0 "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_appointed_bureaucrats_mult:0 "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_appointed_administrators_add:0 "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_appointed_administrators_mult:0 "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." - modifier_state_pop_support_law_elected_bureaucrats_add:0 "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_elected_bureaucrats_mult:0 "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_elected_administrators_add:0 "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_elected_administrators_mult:0 "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." modifier_state_pop_support_law_child_labor_allowed_add:0 "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" modifier_state_pop_support_law_child_labor_allowed_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." diff --git a/localization/english/pop_types_l_english.yml b/localization/english/pop_types_l_english.yml index 220a4fbc4..3870539b9 100644 --- a/localization/english/pop_types_l_english.yml +++ b/localization/english/pop_types_l_english.yml @@ -3,10 +3,10 @@ investors_only_icon: "@investors!" investors_no_icon: "investors" investors_desc: "Wealthy landowners, old money with old connections. As owners of farms and plantations, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Landowners." - bureaucrats: "@bureaucrats! $bureaucrats_no_icon$" - bureaucrats_only_icon: "@bureaucrats!" - bureaucrats_no_icon: "Bureaucrats" - bureaucrats_desc: "Officials responsible for administration of government functions and infrastructure. Politically, they tend to align with the Intelligentsia or Petite Bourgeoisie." + administrators: "@administrators! $administrators_no_icon$" + administrators_only_icon: "@administrators!" + administrators_no_icon: "administrators" + administrators_desc: "Officials responsible for administration of government functions and infrastructure. Politically, they tend to align with the Intelligentsia or Petite Bourgeoisie." executives: "@executives! $executives_no_icon$" executives_only_icon: "@executives!" executives_no_icon: "executives" @@ -61,8 +61,8 @@ machinists_desc: "Manual workers with stable employment operating machinery in manufacturies, mines, mechanized farms and other sectors. Politically, they tend to be a driving force in the Trade Unions." ACADEMICS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $academics$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $clerks$#! and #v $investors$#! have a particularly easy time becoming #v $academics$#!." - investors_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $investors$#!. Potential increases with greater [concept_wealth] and to a lesser degree [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $officers$#! and #v $bureaucrats$#! have a particularly easy time becoming #v $investors$#!." - BUREAUCRATS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $bureaucrats$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time, while it goes faster for those of both [concept_accepted_culture] and [concept_accepted_religion]. #v $clerks$#! and #v $clergymen$#! have a particularly easy time becoming #v $bureaucrats$#!." + investors_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $investors$#!. Potential increases with greater [concept_wealth] and to a lesser degree [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $officers$#! and #v $administrators$#! have a particularly easy time becoming #v $investors$#!." + administrators_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $administrators$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time, while it goes faster for those of both [concept_accepted_culture] and [concept_accepted_religion]. #v $clerks$#! and #v $clergymen$#! have a particularly easy time becoming #v $administrators$#!." executives_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $executives$#!. Potential increases with greater [concept_wealth] and [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $shopkeepers$#! and #v $engineers$#! have a particularly easy time becoming #v $executives$#!." CLERGYMEN_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $clergymen$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_religion] faces [concept_discrimination] take a much longer time, while it goes faster for those of [concept_accepted_religion]. #v $academics$#! and #v $investors$#! have a particularly easy time becoming #v $clergymen$#!." CLERKS_QUALIFICATIONS_DESC: "Any pop can become #v $clerks$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $clerks$#!." From 20f2afb081cd50540845a128a7099a737bb108ca Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Fri, 28 Apr 2023 11:01:50 -0400 Subject: [PATCH 010/439] feat: ized --- .github/actions/spelling/allow.txt | 2 +- common/combat_unit_types/00_combat_units.txt | 14 +- common/history/buildings/00_west_europe.txt | 23605 ++++++++++------ common/history/buildings/01_south_europe.txt | 11440 +++++--- common/history/buildings/02_east_europe.txt | 6181 ++-- common/history/buildings/03_north_africa.txt | 1520 +- .../buildings/04_subsaharan_africa.txt | 7743 +++-- common/history/buildings/05_north_america.txt | 16343 +++++++---- .../history/buildings/06_central_america.txt | 2367 +- common/history/buildings/07_south_america.txt | 8549 ++++-- common/history/buildings/08_middle_east.txt | 4001 ++- common/history/buildings/09_central_asia.txt | 2182 +- common/history/buildings/11_east_asia.txt | 10520 ++++--- common/history/buildings/12_indonesia.txt | 3024 +- common/history/buildings/13_australasia.txt | 2139 +- common/pop_types/cwp_artisans.txt | 86 + common/pop_types/cwp_engineers.txt | 1 + common/pop_types/cwp_managers.txt | 9 +- common/pop_types/cwp_professionals.txt | 1 + .../production_method_groups/01_industry.txt | 2 +- .../production_method_groups/05_military.txt | 18 +- .../07_government.txt | 6 +- common/production_methods/01_industry.txt | 9 +- common/production_methods/05_military.txt | 27 +- common/production_methods/07_government.txt | 6 +- .../aroai_static_data_effects.txt | 10710 +++++-- gfx/FX/coloroverlay.fxh | 2 +- .../borders/front_graphics/01_battle_type.txt | 195 +- .../{ => ARoAI}/ARoAI_decisions_l_english.yml | 0 .../{ => ARoAI}/ARoAI_events_l_english.yml | 0 .../ARoAI_game_rules_l_english.yml | 0 .../{ => ARoAI}/ARoAI_modifiers_l_english.yml | 0 .../english/CWP/CWP_inventions_l_english.yml | 2 +- .../CWP/CWP_production_methods_l_english.yml | 26 +- localization/english/government_l_english.yml | 4 +- localization/english/inventions_l_english.yml | 6 +- localization/english/modifiers_l_english.yml | 5066 ++-- 37 files changed, 74995 insertions(+), 40811 deletions(-) create mode 100644 common/pop_types/cwp_artisans.txt rename localization/english/{ => ARoAI}/ARoAI_decisions_l_english.yml (100%) rename localization/english/{ => ARoAI}/ARoAI_events_l_english.yml (100%) rename localization/english/{ => ARoAI}/ARoAI_game_rules_l_english.yml (100%) rename localization/english/{ => ARoAI}/ARoAI_modifiers_l_english.yml (100%) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 545547afe..72561fd46 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -424,7 +424,7 @@ MODIFIERDESC Monégasque monopulse Montserratian -motorised +motorized mouvement Mozambiquean mpvs diff --git a/common/combat_unit_types/00_combat_units.txt b/common/combat_unit_types/00_combat_units.txt index ea84626fa..e84c34411 100644 --- a/common/combat_unit_types/00_combat_units.txt +++ b/common/combat_unit_types/00_combat_units.txt @@ -2,15 +2,13 @@ max_manpower = 10000 type = army icon = "gfx/interface/icons/generic_icons/battalions.dds" - # TODO add images } combat_unit_flotilla = { max_manpower = 10000 type = navy - icon = "gfx/interface/icons/generic_icons/flotillas.dds" - + icon = "gfx/interface/icons/generic_icons/flotillas.dds" combat_unit_image = { trigger = { building = { @@ -32,10 +30,10 @@ combat_unit_flotilla = { has_active_production_method = pm_wartime_cruisers has_active_production_method = pm_command_cruisers has_active_production_method = pm_guided_missile_cruisers - has_active_production_method = pm_modernised_missile_cruisers + has_active_production_method = pm_modernized_missile_cruisers has_active_production_method = pm_arsenal_ships } - } + } } texture = "gfx/unit_illustrations/unit_flotilla_ironclad_ship.dds" } @@ -44,14 +42,14 @@ combat_unit_flotilla = { building = { OR = { has_active_production_method = pm_wartime_escort_ships - has_active_production_method = pm_modernised_wartime_escort_ships + has_active_production_method = pm_modernized_wartime_escort_ships has_active_production_method = pm_dedicated_asw_escort_ships has_active_production_method = pm_missile_armed_escort_ships - has_active_production_method = pm_modernised_guided_missile_escort_ships + has_active_production_method = pm_modernized_guided_missile_escort_ships has_active_production_method = pm_multi_purpose_escort_ships } } } texture = "gfx/unit_illustrations/unit_flotilla_ship_of_the_line.dds" } -} \ No newline at end of file +} diff --git a/common/history/buildings/00_west_europe.txt b/common/history/buildings/00_west_europe.txt index 14e3d76f4..d83c362ac 100644 --- a/common/history/buildings/00_west_europe.txt +++ b/common/history/buildings/00_west_europe.txt @@ -1,8260 +1,15575 @@ -BUILDINGS={ - s:STATE_SVEALAND={ - region_state:SWE={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_fishing_trawlers" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=15 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=6 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_privatized_hospital" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_tool_manufactories" - level=16 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_power_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_rye_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_sugar_beets" "pm_organophosphates" "pm_mechanized_harvesting" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_butchering_tools" "pm_open_air_stockyards" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_pre_war_artillery_prod" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_lead_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } +BUILDINGS = { + s:STATE_SVEALAND = { + region_state:SWE = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } } - } - } - s:STATE_GOTALAND={ - region_state:SWE={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_rye_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_food_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_synthetic_fiber_production_furniture" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_synthetics_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_pre_war_ammunition" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_glassworks" - level=11 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_simple_forestry" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_fishing_trawlers" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } - } - } - s:STATE_SCANIA={ - region_state:SWE={ - create_building={ - building="building_coal_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_rye_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=6 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } - } - create_building={ - building="building_fuel_refineries" - level=6 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } } - } - } - s:STATE_NORRLAND={ - region_state:SWE={ - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_copper" "pm_manual_transportation" "pm_power_tools_copper" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=14 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_GOTLAND={ - region_state:SWE={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + create_building = { + building = "building_combustion_plant" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } - } - } - s:STATE_JUTLAND={ - region_state:DEN={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_rye_farm" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_sugar_beets" "pm_privately_owned_farm" "pm_organophosphates" } - } - create_building={ - building="building_livestock_ranch" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_SOUTH_JUTLAND={ - region_state:DEN={ - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_wheat_farm" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_privately_owned_farm" "pm_organophosphates" } - } - create_building={ - building="building_fishing_wharf" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_hospitals" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } + create_building = { + building = "building_pharmaceutical_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_ZEALAND={ - region_state:DEN={ - create_building={ - building="building_livestock_ranch" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_rye_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=7 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_food_industry" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_explosives_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=4 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_tool_manufactories" - level=18 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_hospitals" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_privatized_hospital" + "pm_professional_service_industry_no" + "pm_antibiotics" + } } - } - } - s:STATE_WESTERN_NORWAY={ - region_state:NOR={ - create_building={ - building="building_fishing_wharf" - level=12 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rye_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_tool_manufactories" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_power_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } } - } - } - s:STATE_NORTHERN_NORWAY={ - region_state:NOR={ - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } + create_building = { + building = "building_rye_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_organophosphates" + "pm_mechanized_harvesting" + } } - } - } - s:STATE_FAROYAR = { - region_state:DEN = { create_building = { - building = building_port - level = 1 + building = "building_livestock_ranch" + level = 4 reserves = 1 activate_production_methods = { - pm_anchorage + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_butchering_tools" + "pm_open_air_stockyards" + "pm_privately_owned_farm" + "pm_electric_fencing" } } create_building = { - building = building_fishing_wharf - level = 1 - subsidized = yes + building = "building_port" + level = 6 reserves = 1 activate_production_methods = { - pm_simple_fishing - pm_no_whaling - pm_traditional_packaging_fishing - pm_privately_owned_misc + "pm_anchorage" } } - } - } - s:STATE_EASTERN_NORWAY={ - region_state:NOR={ - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rye_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } - } - } - s:STATE_ICELAND={ - region_state:ICL={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } } - } - } - s:STATE_GREENLAND={ - region_state:GRN={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_SOUTHERN_FINLAND={ - region_state:FIN={ - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_rye_farm" - level=17 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_sugar_beets" "pm_fertilizers" "pm_mechanized_harvesting" } - } - create_building={ - building="building_copper_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_combustion_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_privatized_hospital" "pm_professional_services_use" } - } - create_building={ - building="building_pharmaceutical_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } } - } - } - s:STATE_WEST_KARELIA={ - region_state:FIN={ - create_building={ - building="building_rye_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_sugar_beets" "pm_simple_farming" "pm_manual_harvesting" } - } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_services_use" "pm_privatized_hospital" } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_pre_war_artillery_prod" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - region_state:RUS={ - } - } - s:STATE_ALAND={ - region_state:ALA={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_rye_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } } - } - } - s:STATE_OSTROBOTHNIA={ - region_state:FIN={ - create_building={ - building="building_rye_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_privately_owned_farm" "pm_manual_harvesting" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_services_use" "pm_privatized_hospital" } + create_building = { + building = "building_lead_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } - } - region_state:RUS={ - } - } - s:STATE_HOME_COUNTIES={ - region_state:GBR={ - create_building={ - building="building_chemical_plants" - level=11 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_port" - level=11 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_infrastructure" - level=20 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=16 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_privately_owned_urban" "pm_professional_services_use" } - } - create_building={ - building="building_tool_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_power_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_motor_industry" - level=31 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_slaughterhouses" "pm_privately_owned_farm" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_steelworks" - level=26 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=67 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=16 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=25 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=30 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=38 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_professional_services_use" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_hospitals" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_pharmaceutical_industry" - level=25 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_electronics_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_ammo" "pm_teflon_chemicals" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_wartime_halftacks_production" "pm_no_automation" "pm_no_tank_prod" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_shipyards" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=10 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_coal_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_fishing_wharf" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_aircraft_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_privately_owned_industry" "pm_no_missile_production" "pm_no_aircraft_production" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_media_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_glassworks" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_radio_backpacks" "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_combat_medics" } - } - create_building={ - building="building_synthetics_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=8 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_LANCASHIRE={ - region_state:GBR={ - create_building={ - building="building_port" - level=9 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=15 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=17 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=19 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rye_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_organophosphates" "pm_no_sugar_beets" "pm_privately_owned_farm" "pm_apple_orchards" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=35 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_steelworks" - level=16 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_lead_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_lead" } - } - create_building={ - building="building_fuel_refineries" - level=15 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_explosives_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_privately_owned_industry" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_jet_fighters_prod" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_shipyards" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + s:STATE_GOTALAND = { + region_state:SWE = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } - } - } - s:STATE_WALES={ - region_state:GBR={ - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_motor_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=13 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_pre_war_tanks_prod" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + create_building = { + building = "building_rye_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } } - } - } - s:STATE_YORKSHIRE={ - region_state:GBR={ - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=13 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_iron_mine" - level=19 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rye_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=17 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_pharmaceutical_industry" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_explosives_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_pre_war_tanks_prod" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_manual_resource_extraction_lead" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_electronics_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } } - } - } - s:STATE_HIGHLANDS={ - region_state:GBR={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_rye_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - } - } - s:STATE_MIDLANDS={ - region_state:GBR={ - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rye_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_privately_owned_farm" "pm_refrigerated_rail_cars_building_livestock_ranch" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_pharmaceutical_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_electronics_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=12 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } - } - } - s:STATE_EAST_ANGLIA={ - region_state:GBR={ - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_iron_mine" - level=21 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rye_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_privately_owned_farm" "pm_unrefrigerated" "pm_electric_fencing" } - } - create_building={ - building="building_tool_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=16 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_coal_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_privately_owned_industry" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_aircraft_production" } - } - create_building={ - building="building_food_industry" - level=14 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_drydocks" - level=3 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_submarine_prod" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } - } - } - s:STATE_WEST_COUNTRY={ - region_state:GBR={ - create_building={ - building="building_port" - level=7 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_privately_owned_farm" "pm_organophosphates" } - } - create_building={ - building="building_motor_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_attack_submarines" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_pre_war_artillery_prod" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_privately_owned_industry" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_aircraft_production" } - } - create_building={ - building="building_drydocks" - level=8 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_no_submarine_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_LOWLANDS={ - region_state:GBR={ - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_coal_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rye_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=17 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=14 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=8 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=8 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_explosives_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_wartime_submarines_prod" } - } - create_building={ - building="building_media_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_synthetics_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=2 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_food_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_ULSTER={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_rye_farm" - level=19 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_privately_owned_farm" "pm_refrigerated_rail_cars_building_livestock_ranch" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_hospitals" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_shipyards" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_synthetic_fiber_production_furniture" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_MUNSTER={ - region_state:IRE={ - create_building={ - building="building_rye_farm" - level=35 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_intensive_grazing_ranch" "pm_standard_fences" "pm_unrefrigerated" "pm_slaughterhouses" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } + create_building = { + building = "building_synthetics_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_LEINSTER={ - region_state:IRE={ - create_building={ - building="building_rye_farm" - level=30 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } } - } - } - s:STATE_CONNAUGHT={ - region_state:IRE={ - create_building={ - building="building_rye_farm" - level=23 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_pre_war_ammunition" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_ILE_DE_FRANCE={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_organophosphates" "pm_mechanized_harvesting" } - } - create_building={ - building="building_construction_sector" - level=12 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_synthetic_fiber_production_textiles" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_motor_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_combustion_plant" - level=15 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=12 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_food_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_professional_services_use" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_tool_manufactories" - level=22 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_power_tools" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_paper_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_chemical_plants" - level=12 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_aircraft_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_powered_assembly_lines_industry" "pm_no_missile_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_aircraft_production" } - } - create_building={ - building="building_aluminum_refinery" - level=3 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=20 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_post_war_fighters" "pm_no_motorised" "pm_pre_war_artillery" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_small_arms_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_advanced_military_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_wartime_halftacks_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_1st_gen_mbt_ami" } - } - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_pre_war_ammunition" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_plastic_explosives" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=10 - reserves=1 - activate_production_methods={ "pm_antibiotics" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_financial_services" - level=5 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } - } - } - s:STATE_PROVENCE={ - region_state:MCO={ - } - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_privately_owned_plantation" "pm_no_transport_plantation" "pm_mechanized_harvesting_cotton" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_food_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_shipyards" - level=3 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_aircraft" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_armoured_personnel_carriers" } - } - create_building={ - building="building_advanced_military_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_1st_gen_mbt_ami" "pm_wartime_halftacks_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_silk_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_no_attack_submarines" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_cruisers" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_drydocks" - level=3 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_glassworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - } - } - s:STATE_NORMANDY={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_chemical_plants" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_fertilizer_plant" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_power_tools_iron" "pm_privately_owned_mine" "pm_manual_transportation" "pm_heavy_equipment_extraction_iron" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=4 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_no_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_simple_forestry" + } } - } - } - s:STATE_RHONE={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_power_tools_coal" "pm_privately_owned_mine" "pm_manual_transportation" "pm_heavy_equipment_extraction_coal" } - } - create_building={ - building="building_iron_mine" - level=13 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_artillery_prod" } - } - create_building={ - building="building_silk_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_pharmaceutical_industry" - level=13 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } } - } - } - s:STATE_LOIRE={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=9 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_fertilizer_plant" } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - } - } - s:STATE_PICARDY={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_no_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + create_building = { + building = "building_paper_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ALSACE_LORRAINE={ - region_state:FRA={ - create_building={ - building="building_coal_mine" - level=11 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_pharmaceutical_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_SCANIA = { + region_state:SWE = { + create_building = { + building = "building_coal_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } } - } - } - s:STATE_POITOU={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=17 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_plastics" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } - } - } - s:STATE_ARMAGNAC={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=14 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=13 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=4 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_artillery_prod" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_aluminum_refinery" - level=3 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_bauxite_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_bauxite" "pm_manual_transportation" "pm_power_tools_bauxite" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=11 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_lead_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_lead" } - } - create_building={ - building="building_hospitals" - level=11 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_glassworks" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_privately_owned_industry" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_early_military_aircraft_prod" } - } - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_ammo" } + create_building = { + building = "building_rye_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } } - } - } - s:STATE_LIMOUSIN={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } } - } - } - s:STATE_BRITTANY={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_motor_industry" - level=20 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=3 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_no_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_food_industry" - level=40 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_ammo" } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - } - } - s:STATE_BURGUNDY={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_shipyards" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_CHAMPAGNE={ - region_state:FRA={ - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } - } - } - s:STATE_FRANCHE_COMTE={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } - } - } - s:STATE_AQUITAINE={ - region_state:FRA={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_motorised" } - } - create_building={ - building="building_glassworks" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=8 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_textile_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } } - } - } - s:STATE_ORLEANS={ - region_state:FRA={ - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=3 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_fighters" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } + create_building = { + building = "building_fuel_refineries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_HOLLAND={ - region_state:NET={ - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_university" - level=16 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_hospitals" - level=6 - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_pharmaceutical_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_tool_manufactories" - level=28 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_motor_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_synthetic_fiber_production_textiles" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_livestock_ranch" - level=12 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_rye_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_organophosphates" "pm_no_sugar_beets" "pm_apple_orchards" "pm_mechanized_harvesting" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_synthetics_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_pre_war_ammunition" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_civilian_aircraft" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_post_war_fighters" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_financial_services" - level=5 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } } - } - } - s:STATE_FRIESLAND={ - region_state:NET={ - create_building={ - building="building_rye_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_oil_rig" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=16 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_paper_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_glassworks" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_shipyards" - level=3 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_post_war_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_GELRE={ - region_state:NET={ - create_building={ - building="building_coal_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=9 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_rye_farm" - level=16 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=14 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_NORRLAND = { + region_state:SWE = { + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } - } - } - s:STATE_WALLONIA={ - region_state:LUX={ - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_organophosphates" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_copper" + "pm_manual_transportation" + "pm_power_tools_copper" + } } - } - region_state:BEL={ - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_privately_owned_farm" "pm_organophosphates" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_power_tools_coal" "pm_privately_owned_mine" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_butchering_tools" "pm_open_air_stockyards" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_food_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_antibiotics" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_lead_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_lead" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } } - } - } - s:STATE_FLANDERS={ - region_state:BEL={ - create_building={ - building="building_wheat_farm" - level=34 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_motor_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_steelworks" - level=10 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=18 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_synthetics_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_glassworks" - level=11 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_pharmaceutical_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_fuel_refineries" - level=6 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_teflon_chemicals" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_disabled_distillery_wine" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } - } - } - s:STATE_AUSTRIA={ - region_state:AOZ={ - create_building={ - building="building_wheat_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_fertilizers" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_coal" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_food_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_chemical_plants" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } } - } - region_state:AUS={ - } - } - s:STATE_BOHEMIA={ - region_state:CZH={ - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_rye_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_apple_orchards" "pm_no_sugar_beets" "pm_government_run_farm" "pm_mechanized_harvesting" } - } - create_building={ - building="building_coal_mine" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_iron_mine" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_steelworks" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_textile_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_tool_manufactories" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_food_industry" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_synthetics_plant" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_formal_medical_support" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_artillery" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_chemical_plants" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } + create_building = { + building = "building_steelworks" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } - } - } - s:STATE_MORAVIA={ - region_state:CZH={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_government_run_farm" "pm_mechanized_harvesting" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_simple_forestry" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_farm" "pm_open_air_stockyards" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_electric_fencing" "pm_mechanized_slaughtering" } - } - create_building={ - building="building_food_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_pre_war_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_hospitals" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - } - } - s:STATE_STYRIA={ - region_state:BOZ={ - } - } - s:STATE_TYROL={ - region_state:FOZ={ - create_building={ - building="building_wheat_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_citrus_orchards" "pm_manual_harvesting" "pm_honey_production" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } - } - region_state:AOZ={ - } - region_state:BOZ={ - } - } - s:STATE_SOUTH_TYROL={ - region_state:ITA={ - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } } - } - } - s:STATE_WEST_POMERANIA={ - region_state:POL={ - create_building={ - building="building_rye_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_farm" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_tool_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_shipyards" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_VORPOMMERN={ - region_state:DDR={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_shipyards" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_GOTLAND = { + region_state:SWE = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } - } - } - s:STATE_HAMBURG={ - region_state:BOZ={ - create_building={ - building="building_rye_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_organophosphates" "pm_no_sugar_beets" "pm_apple_orchards" "pm_mechanized_harvesting" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_livestock_ranch" - level=9 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=32 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_chemical_plants" - level=10 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=8 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_food_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_steelworks" - level=9 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_synthetics_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } - } - } - s:STATE_EAST_SWITZERLAND={ - region_state:SWI={ - create_building={ - building="building_rye_farm" - level=14 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_sugar_beets" "pm_privately_owned_farm" "pm_fertilizers" } - } - create_building={ - building="building_logging_camp" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_butchering_tools" "pm_open_air_stockyards" "pm_privately_owned_farm" "pm_electric_fencing" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - } - } - s:STATE_WEST_SWITZERLAND={ - region_state:SWI={ - create_building={ - building="building_coal_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_power_tools_iron" "pm_privately_owned_mine" "pm_manual_transportation" "pm_heavy_equipment_extraction_iron" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_rye_farm" - level=9 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_synthetics_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_pre_war_artillery_prod" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_privatized_hospital" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_pre_war_ammunition" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_WESTPHALIA={ - region_state:BOZ={ - create_building={ - building="building_government_administration" - level=21 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rye_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_university" - level=7 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_combustion_plant" - level=11 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=13 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=9 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=11 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_synthetics_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_government_run_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_JUTLAND = { + region_state:DEN = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } } - } - region_state:AOZ={ - } - } - s:STATE_ANHALT={ - region_state:DDR={ - create_building={ - building="building_rye_farm" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools_coal" "pm_government_run_mine" "pm_manual_transportation" "pm_heavy_equipment_extraction_coal" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_steelworks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_synthetics_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_motor_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_chemical_plants" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_mechanized_slaughtering" "pm_open_air_stockyards" "pm_government_run_farm" } - } - create_building={ - building="building_paper_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } } - } - } - s:STATE_RHINELAND={ - region_state:FOZ={ - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_honey_production" "pm_manual_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_construction_sector" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_disabled_distillery_wine" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_rye_farm" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_privately_owned_farm" + "pm_organophosphates" + } } - } - } - s:STATE_NORTH_RHINE={ - region_state:BOZ={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=38 - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_privately_owned_farm" "pm_no_honey_production" "pm_organophosphates" "pm_mechanized_harvesting" } - } - create_building={ - building="building_chemical_plants" - level=12 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=13 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_steelworks" - level=12 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=13 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=13 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=14 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_tool_manufactories" - level=18 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=22 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=14 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_glassworks" - level=13 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_synthetics_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=7 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_advanced_military_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_no_armored_fighting_vehicle_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + create_building = { + building = "building_livestock_ranch" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_privately_owned_farm" + "pm_electric_fencing" + } } - } - } - s:STATE_BRANDENBURG={ - region_state:DDR={ - create_building={ - building="building_construction_sector" - level=14 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_combustion_plant" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_motor_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_rye_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_government_run_farm" "pm_mechanized_harvesting" } - } - create_building={ - building="building_coal_mine" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_infantry" } - } - create_building={ - building="building_automobile_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_tool_manufactories" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_steelworks" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_chemical_plants" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_synthetics_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - } - region_state:USA={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_rye_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_antibiotics" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_privatized_hospital" } + create_building = { + building = "building_fishing_wharf" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } - } - region_state:GBR={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + create_building = { + building = "building_furniture_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - } - region_state:FRA={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + create_building = { + building = "building_paper_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - } - } - s:STATE_SCHLESWIG_HOLSTEIN={ - region_state:BOZ={ - create_building={ - building="building_rye_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_whaling_ships" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_synthetics_plant" - level=7 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } - } - } - s:STATE_WURTTEMBERG={ - region_state:AOZ={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_wheat_farm" - level=30 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=19 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=12 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_motor_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=13 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_fertilizer_plant" } - } - create_building={ - building="building_livestock_ranch" - level=9 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_furniture_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_no_artillery" "pm_post_war_infantry" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_tanks" } - } - create_building={ - building="building_synthetics_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_computer_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_mechanical_computers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_steelworks" - level=11 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_fuel_refineries" - level=6 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } } - } - region_state:FOZ={ - create_building={ - building="building_food_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_HANNOVER={ - region_state:BOZ={ - create_building={ - building="building_rye_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_copper_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_paper_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=13 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_motor_industry" - level=19 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_textile_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=13 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=3 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_pharmaceutical_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_no_civilian_aircraft" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_SOUTH_JUTLAND = { + region_state:DEN = { + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } } - } - } - s:STATE_BAVARIA={ - region_state:AOZ={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=39 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_logging_camp" - level=23 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=19 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=14 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_motor_industry" - level=14 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=26 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_textile_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_glassworks" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=9 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=9 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=11 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=7 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_no_armored_fighting_vehicle_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_hospitals" - level=6 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } } - } - } - s:STATE_FRANCONIA={ - region_state:AOZ={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=31 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=15 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_combustion_plant" - level=14 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=12 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=24 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_chemical_plants" - level=9 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=11 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=9 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=12 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=8 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - } - } - s:STATE_SAXONY={ - region_state:DDR={ - create_building={ - building="building_coal_mine" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_iron_mine" - level=21 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools_iron" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_steelworks" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_rye_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_government_run_farm" "pm_manual_harvesting" } - } - create_building={ - building="building_phosphorus_mine" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_phosphorus" } - } - create_building={ - building="building_motor_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_chemical_plants" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=14 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_livestock_ranch" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_government_run_farm" } - } - create_building={ - building="building_furniture_manufactories" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } } - } - } - s:STATE_HESSE={ - region_state:AOZ={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=13 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=14 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=23 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_phosphorus_mine" - level=17 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_steelworks" - level=10 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_no_civilian_aircraft" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=6 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rye_farm" - level=36 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_apple_orchards" } - } - create_building={ - building="building_small_arms_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=9 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_aluminum_refinery" - level=4 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_no_armored_fighting_vehicle_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_no_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_electronics_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_computer_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_mechanical_computers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } - } - } - s:STATE_CHANNEL_ISLANDS={ - region_state:GBR={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_citrus_orchards" } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_wheat_farm" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_organophosphates" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_hospitals" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + } + } + s:STATE_ZEALAND = { + region_state:DEN = { + create_building = { + building = "building_livestock_ranch" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rye_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_food_industry" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_tool_manufactories" + level = 18 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_MANX={ - region_state:GBR={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_WESTERN_NORWAY = { + region_state:NOR = { + create_building = { + building = "building_fishing_wharf" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rye_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_WEST_MIDLANDS={ - region_state:GBR={ - create_building={ - building="building_infrastructure" - level=16 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_services_use" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=30 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=26 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_phosphorus_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_government_administration" - level=20 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_small_arms_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_pharmaceutical_industry" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=15 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_no_aircraft_production" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_motorised_reconnaissance" "pm_radio_backpacks" "pm_combat_medics" } - } - create_building={ - building="building_aluminum_refinery" - level=5 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_synthetics_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NORTHERN_NORWAY = { + region_state:NOR = { + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_BREMEN={ - region_state:BOZ={ - create_building={ - building="building_financial_services" - level=2 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_iron_mine" - level=20 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_oil_rig" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_rye_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_apple_orchards" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_FAROYAR = { + region_state:DEN = { + create_building = { + building = building_port + level = 1 + reserves = 1 + activate_production_methods = { + pm_anchorage + } + } + create_building = { + building = building_fishing_wharf + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + pm_simple_fishing + pm_no_whaling + pm_traditional_packaging_fishing + pm_privately_owned_misc + } } } } - s:STATE_THURINGIA={ - region_state:DDR={ - create_building={ - building="building_food_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_tool_manufactories" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_government_run_hospital" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_iron_mine" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_traditional_tools" "pm_manual_resource_extraction_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_oil_rig" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_logging_camp" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_livestock_ranch" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_government_run_farm" } - } - create_building={ - building="building_rye_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_sugar_beets" "pm_mechanized_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_government_run_airport" } + s:STATE_EASTERN_NORWAY = { + region_state:NOR = { + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rye_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_ICELAND = { + region_state:ICL = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + } + } + s:STATE_GREENLAND = { + region_state:GRN = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_SOUTHERN_FINLAND = { + region_state:FIN = { + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_rye_farm" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_fertilizers" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_copper_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_privatized_hospital" + "pm_professional_services_use" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + } + } + s:STATE_WEST_KARELIA = { + region_state:FIN = { + create_building = { + building = "building_rye_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_simple_farming" + "pm_manual_harvesting" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + } + region_state:RUS = { + } + } + s:STATE_ALAND = { + region_state:ALA = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_rye_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_OSTROBOTHNIA = { + region_state:FIN = { + create_building = { + building = "building_rye_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_privately_owned_farm" + "pm_manual_harvesting" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + } + region_state:RUS = { + } + } + s:STATE_HOME_COUNTIES = { + region_state:GBR = { + create_building = { + building = "building_chemical_plants" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_port" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 16 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_privately_owned_urban" + "pm_professional_services_use" + } + } + create_building = { + building = "building_tool_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_power_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } + } + create_building = { + building = "building_motor_industry" + level = 31 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_slaughterhouses" + "pm_privately_owned_farm" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_steelworks" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 67 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 38 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_professional_services_use" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_hospitals" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_ammo" + "pm_teflon_chemicals" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_no_tank_prod" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_shipyards" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_coal_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_fishing_wharf" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_privately_owned_industry" + "pm_no_missile_production" + "pm_no_aircraft_production" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_media_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_glassworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_radio_backpacks" + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_combat_medics" + } + } + create_building = { + building = "building_synthetics_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_LANCASHIRE = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rye_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_organophosphates" + "pm_no_sugar_beets" + "pm_privately_owned_farm" + "pm_apple_orchards" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_hospitals" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_steelworks" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_lead" + } + } + create_building = { + building = "building_fuel_refineries" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_privately_owned_industry" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_jet_fighters_prod" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_shipyards" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + } + s:STATE_WALES = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_pre_war_tanks_prod" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + } + s:STATE_YORKSHIRE = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_iron_mine" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rye_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_pre_war_tanks_prod" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_manual_resource_extraction_lead" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_HIGHLANDS = { + region_state:GBR = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_rye_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + } + s:STATE_MIDLANDS = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rye_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_phosphorus" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_refrigerated_rail_cars_building_livestock_ranch" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + } + s:STATE_EAST_ANGLIA = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_iron_mine" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rye_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_privately_owned_farm" + "pm_unrefrigerated" + "pm_electric_fencing" + } + } + create_building = { + building = "building_tool_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_coal_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_privately_owned_industry" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_aircraft_production" + } + } + create_building = { + building = "building_food_industry" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_drydocks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_submarine_prod" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + } + } + s:STATE_WEST_COUNTRY = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_organophosphates" + } + } + create_building = { + building = "building_motor_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_attack_submarines" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_pre_war_artillery_prod" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_privately_owned_industry" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_aircraft_production" + } + } + create_building = { + building = "building_drydocks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_no_submarine_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_LOWLANDS = { + region_state:GBR = { + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_coal_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rye_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_explosives_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_wartime_submarines_prod" + } + } + create_building = { + building = "building_media_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_ULSTER = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_rye_farm" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_refrigerated_rail_cars_building_livestock_ranch" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_hospitals" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_shipyards" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + } + s:STATE_MUNSTER = { + region_state:IRE = { + create_building = { + building = "building_rye_farm" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_intensive_grazing_ranch" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_slaughterhouses" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_LEINSTER = { + region_state:IRE = { + create_building = { + building = "building_rye_farm" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + } + } + s:STATE_CONNAUGHT = { + region_state:IRE = { + create_building = { + building = "building_rye_farm" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_ILE_DE_FRANCE = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_organophosphates" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_construction_sector" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_synthetic_fiber_production_textiles" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_combustion_plant" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_food_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_professional_services_use" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_tool_manufactories" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_power_tools" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_paper_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_chemical_plants" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_powered_assembly_lines_industry" + "pm_no_missile_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_aircraft_production" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_post_war_fighters" + "pm_no_motorized" + "pm_pre_war_artillery" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_wartime_halftacks_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_1st_gen_mbt_ami" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_pre_war_ammunition" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_plastic_explosives" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_antibiotics" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_financial_services" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_PROVENCE = { + region_state:MCO = { + } + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_privately_owned_plantation" + "pm_no_transport_plantation" + "pm_mechanized_harvesting_cotton" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_food_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_shipyards" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_aircraft" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_armoured_personnel_carriers" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_1st_gen_mbt_ami" + "pm_wartime_halftacks_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_silk_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_no_attack_submarines" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_cruisers" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_drydocks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_NORMANDY = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_chemical_plants" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_fertilizer_plant" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_power_tools_iron" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_iron" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_no_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + } + } + s:STATE_RHONE = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_power_tools_coal" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_coal" + } + } + create_building = { + building = "building_iron_mine" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_artillery_prod" + } + } + create_building = { + building = "building_silk_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_LOIRE = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_fertilizer_plant" + } + } + } + } + s:STATE_PICARDY = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_no_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + } + } + s:STATE_ALSACE_LORRAINE = { + region_state:FRA = { + create_building = { + building = "building_coal_mine" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_POITOU = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_plastics" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_ARMAGNAC = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_artillery_prod" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_bauxite_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_bauxite" + "pm_manual_transportation" + "pm_power_tools_bauxite" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_lead_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_lead" + } + } + create_building = { + building = "building_hospitals" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_glassworks" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_privately_owned_industry" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_early_military_aircraft_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + } + } + s:STATE_LIMOUSIN = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + } + } + s:STATE_BRITTANY = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_motor_industry" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_no_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_food_industry" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + } + } + s:STATE_BURGUNDY = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_CHAMPAGNE = { + region_state:FRA = { + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_FRANCHE_COMTE = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_AQUITAINE = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_motorized" + } + } + create_building = { + building = "building_glassworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_ORLEANS = { + region_state:FRA = { + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_fighters" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + } + } + s:STATE_HOLLAND = { + region_state:NET = { + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_university" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_hospitals" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 28 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_motor_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_synthetic_fiber_production_textiles" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_rye_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_organophosphates" + "pm_no_sugar_beets" + "pm_apple_orchards" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_synthetics_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_pre_war_ammunition" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_civilian_aircraft" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_post_war_fighters" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_financial_services" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_FRIESLAND = { + region_state:NET = { + create_building = { + building = "building_rye_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_oil_rig" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_paper_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_glassworks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_shipyards" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_post_war_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_GELRE = { + region_state:NET = { + create_building = { + building = "building_coal_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rye_farm" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_WALLONIA = { + region_state:LUX = { + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_organophosphates" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + } + region_state:BEL = { + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_organophosphates" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_power_tools_coal" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_butchering_tools" + "pm_open_air_stockyards" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_food_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_antibiotics" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_lead" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_FLANDERS = { + region_state:BEL = { + create_building = { + building = "building_wheat_farm" + level = 34 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_motor_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_steelworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_glassworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_teflon_chemicals" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_disabled_distillery_wine" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_AUSTRIA = { + region_state:AOZ = { + create_building = { + building = "building_wheat_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_fertilizers" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_coal" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_food_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_chemical_plants" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + } + region_state:AUS = { + } + } + s:STATE_BOHEMIA = { + region_state:CZH = { + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_rye_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_government_run_farm" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_coal_mine" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_steelworks" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_food_industry" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_formal_medical_support" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_artillery" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + } + } + s:STATE_MORAVIA = { + region_state:CZH = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_government_run_farm" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_simple_forestry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_farm" + "pm_open_air_stockyards" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_electric_fencing" + "pm_mechanized_slaughtering" + } + } + create_building = { + building = "building_food_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_pre_war_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_hospitals" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + } + } + s:STATE_STYRIA = { + region_state:BOZ = { + } + } + s:STATE_TYROL = { + region_state:FOZ = { + create_building = { + building = "building_wheat_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_citrus_orchards" + "pm_manual_harvesting" + "pm_honey_production" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + } + region_state:AOZ = { + } + region_state:BOZ = { + } + } + s:STATE_SOUTH_TYROL = { + region_state:ITA = { + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + } + } + s:STATE_WEST_POMERANIA = { + region_state:POL = { + create_building = { + building = "building_rye_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_farm" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_shipyards" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + } + } + s:STATE_VORPOMMERN = { + region_state:DDR = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_shipyards" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_HAMBURG = { + region_state:BOZ = { + create_building = { + building = "building_rye_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_organophosphates" + "pm_no_sugar_beets" + "pm_apple_orchards" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_livestock_ranch" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 32 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_chemical_plants" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_food_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_steelworks" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + } + } + s:STATE_EAST_SWITZERLAND = { + region_state:SWI = { + create_building = { + building = "building_rye_farm" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_privately_owned_farm" + "pm_fertilizers" + } + } + create_building = { + building = "building_logging_camp" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_butchering_tools" + "pm_open_air_stockyards" + "pm_privately_owned_farm" + "pm_electric_fencing" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_WEST_SWITZERLAND = { + region_state:SWI = { + create_building = { + building = "building_coal_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_power_tools_iron" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_iron" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_rye_farm" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_synthetics_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_pre_war_artillery_prod" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_privatized_hospital" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_pre_war_ammunition" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_WESTPHALIA = { + region_state:BOZ = { + create_building = { + building = "building_government_administration" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rye_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_phosphorus" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_university" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_combustion_plant" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_synthetics_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_government_run_hospital" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:AOZ = { + } + } + s:STATE_ANHALT = { + region_state:DDR = { + create_building = { + building = "building_rye_farm" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools_coal" + "pm_government_run_mine" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_coal" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_steelworks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_mechanized_slaughtering" + "pm_open_air_stockyards" + "pm_government_run_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + } + } + s:STATE_RHINELAND = { + region_state:FOZ = { + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_honey_production" + "pm_manual_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_construction_sector" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_disabled_distillery_wine" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_NORTH_RHINE = { + region_state:BOZ = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 38 + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_organophosphates" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_chemical_plants" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_steelworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_tool_manufactories" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_glassworks" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_no_armored_fighting_vehicle_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_BRANDENBURG = { + region_state:DDR = { + create_building = { + building = "building_construction_sector" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_rye_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_government_run_farm" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_coal_mine" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_infantry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_steelworks" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + } + region_state:USA = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_rye_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_antibiotics" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + } + region_state:GBR = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + } + region_state:FRA = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + } + } + s:STATE_SCHLESWIG_HOLSTEIN = { + region_state:BOZ = { + create_building = { + building = "building_rye_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_whaling_ships" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_synthetics_plant" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + } + } + s:STATE_WURTTEMBERG = { + region_state:AOZ = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_wheat_farm" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_fertilizer_plant" + } + } + create_building = { + building = "building_livestock_ranch" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_no_artillery" + "pm_post_war_infantry" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_tanks" + } + } + create_building = { + building = "building_synthetics_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_computer_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_mechanical_computers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_steelworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:FOZ = { + create_building = { + building = "building_food_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_HANNOVER = { + region_state:BOZ = { + create_building = { + building = "building_rye_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_copper_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_paper_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_motor_industry" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_textile_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_civilian_aircraft" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_BAVARIA = { + region_state:AOZ = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 39 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_logging_camp" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_textile_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_glassworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_no_armored_fighting_vehicle_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_hospitals" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_FRANCONIA = { + region_state:AOZ = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 31 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_combustion_plant" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 24 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_chemical_plants" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_SAXONY = { + region_state:DDR = { + create_building = { + building = "building_coal_mine" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 21 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools_iron" + "pm_mechanized_resource_extraction_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_steelworks" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_rye_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_government_run_farm" + "pm_manual_harvesting" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_phosphorus" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_government_run_farm" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_HESSE = { + region_state:AOZ = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_steelworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_civilian_aircraft" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rye_farm" + level = 36 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_apple_orchards" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_no_armored_fighting_vehicle_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_no_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_computer_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_mechanical_computers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_CHANNEL_ISLANDS = { + region_state:GBR = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_citrus_orchards" + } + } + } + } + s:STATE_MANX = { + region_state:GBR = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_WEST_MIDLANDS = { + region_state:GBR = { + create_building = { + building = "building_infrastructure" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_services_use" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_no_aircraft_production" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_motorized_reconnaissance" + "pm_radio_backpacks" + "pm_combat_medics" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_synthetics_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_BREMEN = { + region_state:BOZ = { + create_building = { + building = "building_financial_services" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_iron_mine" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rye_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_apple_orchards" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_THURINGIA = { + region_state:DDR = { + create_building = { + building = "building_food_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_traditional_tools" + "pm_manual_resource_extraction_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_government_run_farm" + } + } + create_building = { + building = "building_rye_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_mechanized_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_government_run_airport" + } } } } diff --git a/common/history/buildings/01_south_europe.txt b/common/history/buildings/01_south_europe.txt index e8b0b761a..1ddf2f7df 100644 --- a/common/history/buildings/01_south_europe.txt +++ b/common/history/buildings/01_south_europe.txt @@ -1,4182 +1,7616 @@ -BUILDINGS={ - s:STATE_LOMBARDY={ - region_state:ITA={ - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_fertilizers" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_explosives_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } +BUILDINGS = { + s:STATE_LOMBARDY = { + region_state:ITA = { + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_fertilizers" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_explosives_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_PIEDMONT={ - region_state:ITA={ - create_building={ - building="building_lead_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_lead" "pm_manual_transportation" "pm_power_tools_lead" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_coal_mine" - level=18 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_chemical_plants" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=22 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_combustion_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=11 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_pre_war_tanks" "pm_radio_posts" "pm_no_motorised" "pm_pre_war_artillery" "pm_no_special_reconnaissance" "pm_post_war_infantry" "pm_pre_war_military_aircraft" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + s:STATE_PIEDMONT = { + region_state:ITA = { + create_building = { + building = "building_lead_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_lead" + "pm_manual_transportation" + "pm_power_tools_lead" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_coal_mine" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_chemical_plants" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_pre_war_tanks" + "pm_radio_posts" + "pm_no_motorized" + "pm_pre_war_artillery" + "pm_no_special_reconnaissance" + "pm_post_war_infantry" + "pm_pre_war_military_aircraft" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } } } } - s:STATE_SARDINIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_SARDINIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_phosphorus" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_MALTA={ - region_state:MLT={ + s:STATE_MALTA = { + region_state:MLT = { } } - s:STATE_UMBRIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_hospitals" "pm_professional_service_industry_no" "pm_traditional_treatments" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_explosives_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_UMBRIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_hospitals" + "pm_professional_service_industry_no" + "pm_traditional_treatments" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_explosives_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CORSICA={ - region_state:FRA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + s:STATE_CORSICA = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } } - s:STATE_CAMPANIA={ - region_state:ITA={ - create_building={ - building="building_sugar_plantation" - level=14 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_silk_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_pre_war_military_aircraft" "pm_no_special_reconnaissance" "pm_radio_posts" "pm_no_formal_medical_support" } - } - create_building={ - building="building_bauxite_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } + s:STATE_CAMPANIA = { + region_state:ITA = { + create_building = { + building = "building_sugar_plantation" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_silk_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_pre_war_military_aircraft" + "pm_no_special_reconnaissance" + "pm_radio_posts" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_bauxite_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } } } - s:STATE_CALABRIA={ - region_state:ITA={ - create_building={ - building="building_sugar_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_CALABRIA = { + region_state:ITA = { + create_building = { + building = "building_sugar_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_APULIA={ - region_state:ITA={ - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=16 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_sugar_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_APULIA = { + region_state:ITA = { + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_sugar_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ABRUZZO={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } + s:STATE_ABRUZZO = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } } } } - s:STATE_SAVOY={ - region_state:FRA={ - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_motorised" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_artillery_prod" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_SAVOY = { + region_state:FRA = { + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_motorized" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_artillery_prod" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_EMILIA={ - region_state:ITA={ - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=9 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_motor_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_EMILIA = { + region_state:ITA = { + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_TUSCANY={ - region_state:ITA={ - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_silk_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_TUSCANY = { + region_state:ITA = { + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_silk_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ROMAGNA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_ROMAGNA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_LAZIO={ - region_state:ITA={ - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_combustion_plant" - level=8 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=32 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_pre_war_military_aircraft" "pm_no_special_reconnaissance" "pm_radio_posts" "pm_no_formal_medical_support" } - } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_silk_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=3 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_LAZIO = { + region_state:ITA = { + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_combustion_plant" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 32 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_pre_war_military_aircraft" + "pm_no_special_reconnaissance" + "pm_radio_posts" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_silk_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } - region_state:VAT={ + region_state:VAT = { } } - s:STATE_VENETIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=22 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=7 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_phosphorus_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=12 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_pre_war_military_aircraft" "pm_no_special_reconnaissance" "pm_radio_posts" "pm_no_formal_medical_support" } - } - create_building={ - building="building_naval_base" - level=4 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_advanced_military_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_VENETIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_pre_war_military_aircraft" + "pm_no_special_reconnaissance" + "pm_radio_posts" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_naval_base" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_SICILY={ - region_state:ITA={ - create_building={ - building="building_paper_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=14 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_sugar_plantation" - level=19 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_silk_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_textile_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" "pm_no_motorised" "pm_pre_war_military_aircraft" "pm_no_special_reconnaissance" "pm_radio_posts" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_SICILY = { + region_state:ITA = { + create_building = { + building = "building_paper_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_sugar_plantation" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_textile_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_pre_war_tanks" + "pm_no_motorized" + "pm_pre_war_military_aircraft" + "pm_no_special_reconnaissance" + "pm_radio_posts" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_TOLEDO={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_no_honey_production" "pm_manual_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_TOLEDO = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_GALICIA={ - region_state:SPA={ + s:STATE_GALICIA = { + region_state:SPA = { } } - s:STATE_ASTURIAS={ - region_state:SPA={ + s:STATE_ASTURIAS = { + region_state:SPA = { } } - s:STATE_CASTILE={ - region_state:SPA={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_CASTILE = { + region_state:SPA = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_NAVARRA={ - region_state:SPA={ + s:STATE_NAVARRA = { + region_state:SPA = { } } - s:STATE_ARAGON={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" "pm_manual_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ARAGON = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_fertilizers" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CATALONIA={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } + s:STATE_CATALONIA = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } } } } - s:STATE_BALEARES={ - region_state:SPA={ - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_BALEARES = { + region_state:SPA = { + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_ANDALUSIA={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=11 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_wheat_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_sugar_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_ANDALUSIA = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_phosphorus" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_wheat_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_iron" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_sugar_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_GRANADA={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_GRANADA = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } - region_state:GBR={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:GBR = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_BADAJOZ={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_BADAJOZ = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_VALENCIA={ - region_state:SPA={ - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_silk_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_VALENCIA = { + region_state:SPA = { + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_silk_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_BEIRA={ - region_state:POR={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_wheat_farm" - level=22 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_privately_owned_farm" "pm_fertilizers" } - } - create_building={ - building="building_tobacco_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_privatized_hospital" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_BEIRA = { + region_state:POR = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_wheat_farm" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_fertilizers" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_privatized_hospital" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ESTREMADURA={ - region_state:POR={ - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=17 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_chemical_plants" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_shipyards" - level=4 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_small_arms_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_formal_medical_support" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_artillery" } - } - create_building={ - building="building_university" - level=8 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + s:STATE_ESTREMADURA = { + region_state:POR = { + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_chemical_plants" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_shipyards" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_formal_medical_support" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_artillery" + } + } + create_building = { + building = "building_university" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } } } } - s:STATE_ALENTEJO={ - region_state:POR={ - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } - } - create_building={ - building="building_phosphorus_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_slaughterhouses" "pm_privately_owned_farm" "pm_standard_fences" "pm_unrefrigerated" "pm_intensive_grazing_ranch" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + s:STATE_ALENTEJO = { + region_state:POR = { + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_iron" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_phosphorus" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_slaughterhouses" + "pm_privately_owned_farm" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_intensive_grazing_ranch" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } } } } - s:STATE_CAPE_VERDE={ - region_state:CVD={ + s:STATE_CAPE_VERDE = { + region_state:CVD = { } } - s:STATE_CANARY_ISLANDS={ - region_state:SPA={ - create_building={ - building="building_wheat_farm" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_mechanized_harvesting" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_CANARY_ISLANDS = { + region_state:SPA = { + create_building = { + building = "building_wheat_farm" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_mechanized_harvesting" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_AZORES={ - region_state:POR={ - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_AZORES = { + region_state:POR = { + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_MADEIRA={ - region_state:POR={ - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_MADEIRA = { + region_state:POR = { + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_EASTERN_THRACE={ - region_state:TUR={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_EASTERN_THRACE = { + region_state:TUR = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_DOBRUDJA={ - region_state:ROM={ - create_building={ - building="building_tool_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_no_honey_production" "pm_manual_harvesting" "pm_citrus_orchards" } + s:STATE_DOBRUDJA = { + region_state:ROM = { + create_building = { + building = "building_tool_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_citrus_orchards" + } } } - region_state:BUL={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_wheat_farm" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_state_run_cooperatives_farms" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_state_run_cooperatives_misc" } + region_state:BUL = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_state_run_cooperatives_farms" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_state_run_cooperatives_misc" + } } } } - s:STATE_ALBANIA={ - region_state:ALB={ - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_wheat_farm" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_fertilizers" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_livestock_ranch" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_oil_rig" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_ALBANIA = { + region_state:ALB = { + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_fertilizers" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_BOSNIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_fertilizers" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_food_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_glassworks" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_cotton_plantation" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_worker_cooperative_plantation" } + s:STATE_BOSNIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_fertilizers" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_glassworks" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_worker_cooperative_plantation" + } } } } - s:STATE_NORTHERN_THRACE={ - region_state:BUL={ - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_state_run_cooperatives_farms" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_copper_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_state_run_cooperatives_mine" } - } - create_building={ - building="building_iron_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_state_run_cooperatives_mine" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_state_run_cooperatives_misc" } - } - create_building={ - building="building_cotton_plantation" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_state_run_cooperatives_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_state_run_cooperatives_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_state_run_cooperatives_airport" } + s:STATE_NORTHERN_THRACE = { + region_state:BUL = { + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_state_run_cooperatives_farms" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_copper_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_state_run_cooperatives_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_state_run_cooperatives_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_state_run_cooperatives_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_state_run_cooperatives_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_state_run_cooperatives_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_state_run_cooperatives_airport" + } } } } - s:STATE_BULGARIA={ - region_state:BUL={ - create_building={ - building="building_paper_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_state_run_cooperatives_farms" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_food_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_state_run_cooperatives_industry" } - } - create_building={ - building="building_copper_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_state_run_cooperatives_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_state_run_cooperatives_misc" } - } - create_building={ - building="building_cotton_plantation" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_state_run_cooperatives_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_BULGARIA = { + region_state:BUL = { + create_building = { + building = "building_paper_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_state_run_cooperatives_farms" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_state_run_cooperatives_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_state_run_cooperatives_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_state_run_cooperatives_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_state_run_cooperatives_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_SLOVENIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_wheat_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } + s:STATE_SLOVENIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } } } } - s:STATE_DALMATIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_livestock_ranch" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_DALMATIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_CROATIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_coal_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_CROATIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_SLAVONIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_livestock_ranch" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } + s:STATE_SLAVONIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } } } } - s:STATE_ISTRIA={ - region_state:ITA={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_ISTRIA = { + region_state:ITA = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_livestock_ranch" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_wheat_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_MONTENEGRO={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } + s:STATE_MONTENEGRO = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } } } } - s:STATE_NORTHERN_SERBIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_wheat_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_tool_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_motor_industry" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_iron_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_worker_cooperative_urban" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_textile_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } + s:STATE_NORTHERN_SERBIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_worker_cooperative_urban" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_textile_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } } } } - s:STATE_SOUTHERN_SERBIA={ - region_state:YUG={ - create_building={ - building="building_paper_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_coal_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_worker_cooperative_urban" } - } - create_building={ - building="building_livestock_ranch" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } - } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_food_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } - } - create_building={ - building="building_lead_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } + s:STATE_SOUTHERN_SERBIA = { + region_state:YUG = { + create_building = { + building = "building_paper_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_worker_cooperative_urban" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_food_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } } } } - s:STATE_CRETE={ - region_state:GRE={ + s:STATE_CRETE = { + region_state:GRE = { } } - s:STATE_WEST_AEGEAN_ISLANDS={ - region_state:GRE={ + s:STATE_WEST_AEGEAN_ISLANDS = { + region_state:GRE = { } } - s:STATE_EAST_AEGEAN_ISLANDS={ - region_state:GRE={ + s:STATE_EAST_AEGEAN_ISLANDS = { + region_state:GRE = { } } - s:STATE_ATTICA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" "pm_manual_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ATTICA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_fertilizers" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_THESSALIA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + s:STATE_THESSALIA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_SKOPIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_iron_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_worker_cooperative_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_worker_cooperative_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_worker_cooperatives_industry" } + s:STATE_SKOPIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_worker_cooperative_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_worker_cooperative_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_worker_cooperatives_industry" + } } } } - s:STATE_MACEDONIA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + s:STATE_MACEDONIA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_WESTERN_THRACE={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + s:STATE_WESTERN_THRACE = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_IONIAN_ISLANDS={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_IONIAN_ISLANDS = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_PELOPONNESE={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_PELOPONNESE = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } diff --git a/common/history/buildings/02_east_europe.txt b/common/history/buildings/02_east_europe.txt index d10f5c7c0..3dea19283 100644 --- a/common/history/buildings/02_east_europe.txt +++ b/common/history/buildings/02_east_europe.txt @@ -1,2327 +1,4124 @@ -BUILDINGS={ - s:STATE_INGRIA={ - region_state:RUS={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_government_run_airport" } - } - create_building={ - building="building_university" - level=6 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_construction_sector" - level=15 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_fuel_refineries" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_shipyards" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_explosives_industry" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_ammunition" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_plastic_explosives" } - } - create_building={ - building="building_small_arms_manufactories" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_chemical_plants" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_naval_base" - level=6 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_furniture_manufactories" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_government_run_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_glassworks" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_government_run_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_tool_manufactories" - level=17 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_drydocks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_no_submarine_prod" "pm_no_aircraft_carrier_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_professional_services_use" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_government_run_industry" } +BUILDINGS = { + s:STATE_INGRIA = { + region_state:RUS = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_government_run_airport" + } + } + create_building = { + building = "building_university" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_construction_sector" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_shipyards" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_ammunition" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_plastic_explosives" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_naval_base" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_government_run_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_glassworks" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_government_run_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_tool_manufactories" + level = 17 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_drydocks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_no_submarine_prod" + "pm_no_aircraft_carrier_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_professional_services_use" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_MOSCOW={ - region_state:RUS={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_government_run_airport" } - } - create_building={ - building="building_infrastructure" - level=12 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=15 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_automobile_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=17 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_government_run_industry" "pm_synthetic_fiber_production_textiles" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_small_arms_manufactories" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_tool_manufactories" - level=23 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=41 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_aircraft_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_government_run_industry" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_jet_fighters_prod" } - } - create_building={ - building="building_chemical_plants" - level=21 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_coal_mine" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_heavy_equipment_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_iron_mine" - level=25 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_heavy_equipment_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_electronics_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_motor_industry" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_distilleries" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_disabled_distillery_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_hospitals" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } + s:STATE_MOSCOW = { + region_state:RUS = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_government_run_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 17 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_government_run_industry" + "pm_synthetic_fiber_production_textiles" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 23 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 41 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_government_run_industry" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_jet_fighters_prod" + } + } + create_building = { + building = "building_chemical_plants" + level = 21 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_heavy_equipment_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_iron_mine" + level = 25 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_heavy_equipment_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_distilleries" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_disabled_distillery_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_hospitals" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_hospital" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_antibiotics" + } } } } - s:STATE_BREST={ - region_state:RUS={ - create_building={ - building="building_rye_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_sugar_beets" "pm_no_secondary" "pm_organophosphates" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_textile_manufactories" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_BREST = { + region_state:RUS = { + create_building = { + building = "building_rye_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_sugar_beets" + "pm_no_secondary" + "pm_organophosphates" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_textile_manufactories" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_VOLHYNIA={ - region_state:RUS={ - create_building={ - building="building_wheat_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_organophosphates" "pm_government_run_farm" "pm_manual_harvesting" "pm_honey_production" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=25 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_VOLHYNIA = { + region_state:RUS = { + create_building = { + building = "building_wheat_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_organophosphates" + "pm_government_run_farm" + "pm_manual_harvesting" + "pm_honey_production" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_KIEV={ - region_state:RUS={ - create_building={ - building="building_food_industry" - level=25 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_logging_camp" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_infrastructure" - level=12 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_advanced_military_manufactories" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_1st_gen_mbt_ami" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_chemical_plants" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=21 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_tool_manufactories" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=30 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=19 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_motor_industry" - level=40 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_synthetics_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_explosives_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_hospitals" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } - } - create_building={ - building="building_wheat_farm" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_no_secondary" "pm_government_run_farm" "pm_honey_production" "pm_manual_harvesting" "pm_simple_farming" } + s:STATE_KIEV = { + region_state:RUS = { + create_building = { + building = "building_food_industry" + level = 25 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_infrastructure" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_1st_gen_mbt_ami" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_chemical_plants" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 21 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_tool_manufactories" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 19 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 40 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_hospitals" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + create_building = { + building = "building_wheat_farm" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_no_secondary" + "pm_government_run_farm" + "pm_honey_production" + "pm_manual_harvesting" + "pm_simple_farming" + } } } } - s:STATE_BRYANSK={ - region_state:RUS={ - create_building={ - building="building_rye_farm" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_tool_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=14 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_small_arms_manufactories" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_BRYANSK = { + region_state:RUS = { + create_building = { + building = "building_rye_farm" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_tool_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_SMOLENSK={ - region_state:RUS={ - create_building={ - building="building_textile_manufactories" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_SMOLENSK = { + region_state:RUS = { + create_building = { + building = "building_textile_manufactories" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_ORSHA={ - region_state:RUS={ - create_building={ - building="building_paper_manufactories" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_post_war_fighters" "pm_no_formal_medical_support" "pm_post_war_infantry" "pm_main_battle_tanks" "pm_wartime_artillery" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_motorised" } - } - create_building={ - building="building_textile_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_ORSHA = { + region_state:RUS = { + create_building = { + building = "building_paper_manufactories" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_post_war_fighters" + "pm_no_formal_medical_support" + "pm_post_war_infantry" + "pm_main_battle_tanks" + "pm_wartime_artillery" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_motorized" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_EAST_KARELIA={ - region_state:RUS={ + s:STATE_EAST_KARELIA = { + region_state:RUS = { } } - s:STATE_ARKHANGELSK={ - region_state:RUS={ + s:STATE_ARKHANGELSK = { + region_state:RUS = { } } - s:STATE_TVER={ - region_state:RUS={ - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_logging_camp" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_paper_manufactories" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_combustion_plant" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_barracks" - level=8 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_TVER = { + region_state:RUS = { + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_paper_manufactories" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_barracks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_CRIMEA={ - region_state:RUS={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_iron_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_shipyards" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_drydocks" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_no_aircraft_carrier_prod" "pm_no_submarine_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_CRIMEA = { + region_state:RUS = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_shipyards" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_drydocks" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_no_aircraft_carrier_prod" + "pm_no_submarine_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_LUHANSK={ - region_state:RUS={ - create_building={ - building="building_food_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_wheat_farm" - level=28 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_government_run_farm" "pm_honey_production" "pm_manual_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_university" - level=4 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_coal_mine" - level=18 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_government_administration" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_copper_mine" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_steelworks" - level=35 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_LUHANSK = { + region_state:RUS = { + create_building = { + building = "building_food_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 28 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_government_run_farm" + "pm_honey_production" + "pm_manual_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_university" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_coal_mine" + level = 18 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_government_administration" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_copper_mine" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_steelworks" + level = 35 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_KURSK={ - region_state:RUS={ - create_building={ - building="building_logging_camp" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rye_farm" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_tool_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=19 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_glassworks" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_university" - level=4 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_chemical_plants" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_motor_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_KURSK = { + region_state:RUS = { + create_building = { + building = "building_logging_camp" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rye_farm" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_glassworks" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_university" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_NOVGOROD={ - region_state:RUS={ - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_steelworks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_NOVGOROD = { + region_state:RUS = { + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_steelworks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_CHERSON={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_wheat_farm" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_government_administration" - level=13 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_university" - level=4 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_steelworks" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } + s:STATE_CHERSON = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_wheat_farm" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_government_administration" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_university" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_steelworks" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } } } } - s:STATE_GALICH={ - region_state:RUS={ - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_GALICH = { + region_state:RUS = { + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_MINSK={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_rye_farm" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_textile_manufactories" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_logging_camp" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_tool_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_MINSK = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_rye_farm" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_textile_manufactories" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_ROSTOV={ - region_state:RUS={ - create_building={ - building="building_cotton_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_logging_camp" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_textile_manufactories" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_government_run_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=9 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_food_industry" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_government_run_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_explosives_industry" - level=16 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_steelworks" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_oil_rig" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_wheat_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_no_secondary" "pm_government_run_farm" "pm_honey_production" "pm_manual_harvesting" "pm_simple_farming" } + s:STATE_ROSTOV = { + region_state:RUS = { + create_building = { + building = "building_cotton_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_textile_manufactories" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_government_run_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_food_industry" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_government_run_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_explosives_industry" + level = 16 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + create_building = { + building = "building_steelworks" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_no_secondary" + "pm_government_run_farm" + "pm_honey_production" + "pm_manual_harvesting" + "pm_simple_farming" + } } } } - s:STATE_PERM={ - region_state:RUS={ - create_building={ - building="building_paper_manufactories" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_combustion_plant" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_oil_rig" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } + s:STATE_PERM = { + region_state:RUS = { + create_building = { + building = "building_paper_manufactories" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } } } } - s:STATE_ESTONIA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=4 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_naval_base" - level=2 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + s:STATE_ESTONIA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_naval_base" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_LATVIA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=4 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_LATVIA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } - s:STATE_LITHUANIA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_LITHUANIA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } - s:STATE_KRALOVEC={ - region_state:RUS={ - create_building={ - building="building_small_arms_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_powered_assembly_lines_industry" "pm_government_run_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_artillery_prod" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_KRALOVEC = { + region_state:RUS = { + create_building = { + building = "building_small_arms_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_powered_assembly_lines_industry" + "pm_government_run_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_artillery_prod" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_MAZOVIA={ - region_state:POL={ - create_building={ - building="building_rye_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_shipyards" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_motor_industry" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_steelworks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_textile_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } + s:STATE_MAZOVIA = { + region_state:POL = { + create_building = { + building = "building_rye_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_shipyards" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_steelworks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } } } } - s:STATE_SILESIA={ - region_state:POL={ - create_building={ - building="building_rye_farm" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_iron_mine" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_copper_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } + s:STATE_SILESIA = { + region_state:POL = { + create_building = { + building = "building_rye_farm" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_mechanized_resource_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_copper_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } } } } - s:STATE_CENTRAL_POLAND={ - region_state:POL={ - create_building={ - building="building_rye_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_iron_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_tool_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_textile_manufactories" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_paper_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - create_building={ - building="building_food_industry" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_CENTRAL_POLAND = { + region_state:POL = { + create_building = { + building = "building_rye_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_tool_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_textile_manufactories" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + create_building = { + building = "building_food_industry" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_LESSER_POLAND={ - region_state:POL={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rye_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_steelworks" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_glassworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_paper_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } + s:STATE_LESSER_POLAND = { + region_state:POL = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rye_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_steelworks" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } } } } - s:STATE_POMEMASURIA={ - region_state:POL={ - create_building={ - building="building_shipyards" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_rye_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_motor_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_steelworks" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_POMEMASURIA = { + region_state:POL = { + create_building = { + building = "building_shipyards" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_rye_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_steelworks" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_GREATER_POLAND={ - region_state:POL={ - create_building={ - building="building_rye_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_iron_mine" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_glassworks" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_GREATER_POLAND = { + region_state:POL = { + create_building = { + building = "building_rye_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_glassworks" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_KRAKOW={ - region_state:POL={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rye_farm" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_sugar_beets" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_iron_mine" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_oil_rig" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } + s:STATE_KRAKOW = { + region_state:POL = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rye_farm" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_sugar_beets" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } } } } - s:STATE_EAST_GALICIA={ - region_state:RUS={ - create_building={ - building="building_wheat_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_university" - level=6 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } + s:STATE_EAST_GALICIA = { + region_state:RUS = { + create_building = { + building = "building_wheat_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_university" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } } } } - s:STATE_MUKACHEVO={ - region_state:RUS={ + s:STATE_MUKACHEVO = { + region_state:RUS = { } } - s:STATE_CENTRAL_HUNGARY={ - region_state:HUN={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_barracks" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_iron_mine" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_copper_mine" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_wheat_farm" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_electric_fencing" "pm_unrefrigerated" "pm_government_run_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_government_run_airport" } + s:STATE_CENTRAL_HUNGARY = { + region_state:HUN = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_barracks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_iron_mine" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_copper_mine" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_electric_fencing" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_government_run_airport" + } } } } - s:STATE_BEKES={ - region_state:ROM={ - create_building={ - building="building_textile_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_BEKES = { + region_state:ROM = { + create_building = { + building = "building_textile_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_TRANSDANUBIA={ - region_state:HUN={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_livestock_ranch" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_government_run_farm" "pm_unrefrigerated" "pm_standard_fences" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_TRANSDANUBIA = { + region_state:HUN = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_government_run_farm" + "pm_unrefrigerated" + "pm_standard_fences" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } - region_state:AUS={ + region_state:AUS = { } - region_state:YUG={ + region_state:YUG = { } } - s:STATE_DELVIDEK={ - region_state:YUG={ + s:STATE_DELVIDEK = { + region_state:YUG = { } } - s:STATE_BANAT={ - region_state:ROM={ - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_food_industry" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_BANAT = { + region_state:ROM = { + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_food_industry" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_WEST_SLOVAKIA={ - region_state:CZH={ - create_building={ - building="building_wheat_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_government_run_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_iron_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_government_run_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_hospitals" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } + s:STATE_WEST_SLOVAKIA = { + region_state:CZH = { + create_building = { + building = "building_wheat_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_government_run_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_government_run_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_hospitals" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } } } } - s:STATE_EAST_SLOVAKIA={ - region_state:CZH={ - create_building={ - building="building_wheat_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_government_run_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_citrus_orchards" } - } - create_building={ - building="building_lead_mine" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_government_run_farm" } - } - create_building={ - building="building_hospitals" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } + s:STATE_EAST_SLOVAKIA = { + region_state:CZH = { + create_building = { + building = "building_wheat_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_government_run_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_lead_mine" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_government_run_farm" + } + } + create_building = { + building = "building_hospitals" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } } } } - s:STATE_SOUTHERN_TRANSYLVANIA={ - region_state:ROM={ - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_SOUTHERN_TRANSYLVANIA = { + region_state:ROM = { + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_NORTHERN_TRANSYLVANIA={ - region_state:ROM={ - create_building={ - building="building_paper_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_NORTHERN_TRANSYLVANIA = { + region_state:ROM = { + create_building = { + building = "building_paper_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_MOLDAVIA={ - region_state:ROM={ - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_MOLDAVIA = { + region_state:ROM = { + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } - region_state:RUS={ - create_building={ - building="building_cotton_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + region_state:RUS = { + create_building = { + building = "building_cotton_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_WALLACHIA={ - region_state:ROM={ - create_building={ - building="building_university" - level=12 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_oil_rig" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_coal_mine" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=9 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_WALLACHIA = { + region_state:ROM = { + create_building = { + building = "building_university" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_oil_rig" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_coal_mine" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_BESSARABIA={ - region_state:RUS={ - create_building={ - building="building_cotton_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_BESSARABIA = { + region_state:RUS = { + create_building = { + building = "building_cotton_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } diff --git a/common/history/buildings/03_north_africa.txt b/common/history/buildings/03_north_africa.txt index effc9e418..31c356572 100644 --- a/common/history/buildings/03_north_africa.txt +++ b/common/history/buildings/03_north_africa.txt @@ -1,147 +1,243 @@ -BUILDINGS={ - s:STATE_LOWER_EGYPT={ - region_state:EGY={ - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - } - } - s:STATE_UPPER_EGYPT={ - region_state:EGY={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_MIDDLE_EGYPT={ - region_state:EGY={ - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_EGYPTIAN_DESERT={ - region_state:EGY={ - } - } - s:STATE_MATRUH={ - region_state:EGY={ - } - } - s:STATE_SINAI={ - region_state:EGY={ - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } +BUILDINGS = { + s:STATE_LOWER_EGYPT = { + region_state:EGY = { + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + } + } + s:STATE_UPPER_EGYPT = { + region_state:EGY = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_MIDDLE_EGYPT = { + region_state:EGY = { + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_EGYPTIAN_DESERT = { + region_state:EGY = { + } + } + s:STATE_MATRUH = { + region_state:EGY = { + } + } + s:STATE_SINAI = { + region_state:EGY = { + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } create_building = { building = building_suez_canal @@ -157,488 +253,794 @@ } } } - s:STATE_ERITREA={ - region_state:ERI={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_ERITREA = { + region_state:ERI = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } - region_state:DJI={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:DJI = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_DONGOLA={ - region_state:SDN={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_DONGOLA = { + region_state:SDN = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_KORDOFAN={ - region_state:SDN={ + s:STATE_KORDOFAN = { + region_state:SDN = { } - region_state:SDN={ + region_state:SDN = { } - region_state:SDN={ + region_state:SDN = { } } - s:STATE_DARFUR={ - region_state:SDN={ + s:STATE_DARFUR = { + region_state:SDN = { } } - s:STATE_BLUE_NILE={ - region_state:SDN={ - create_building={ - building="building_millet_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_BLUE_NILE = { + region_state:SDN = { + create_building = { + building = "building_millet_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - region_state:SDN={ - } - } - s:STATE_MARRAKECH={ - region_state:MOR={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_religious_faculty" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_glassworks" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_FEZ={ - region_state:MOR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - } - s:STATE_AL_RIF={ - region_state:SPA={ - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_no_civilian_aircraft" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_INNER_MOROCCO={ - region_state:MOR={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_gold_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_gold" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - } - s:STATE_ALGIERS={ - region_state:FRA={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_copper_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_copper" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_fuel_refineries" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_plastics" } - } - create_building={ - building="building_hospitals" - level=10 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_service_industry_no" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_CONSTANTINE={ - region_state:FRA={ - create_building={ - building="building_phosphorus_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_service_industry_no" } - } - } - } - s:STATE_TLEMCEN={ - region_state:FRA={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_service_industry_no" } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } - create_building={ - building="building_pharmaceutical_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } + region_state:SDN = { + } } - s:STATE_TUNISIA={ - region_state:TUN={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_cotton_plantation" - level=13 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_privately_owned_plantation" "pm_no_transport_plantation" "pm_mechanized_harvesting_cotton" } + s:STATE_MARRAKECH = { + region_state:MOR = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers" } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_religious_faculty" + } } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_glassworks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_TRIPOLI={ - region_state:FEZ={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_FEZ = { + region_state:MOR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_LIBYA={ - region_state:LBY={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_AL_RIF = { + region_state:SPA = { + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_civilian_aircraft" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_LIBYAN_DESERT={ - region_state:LBY={ + s:STATE_INNER_MOROCCO = { + region_state:MOR = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_gold_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_gold" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } } } - s:STATE_SAHARA={ - region_state:FRA={ + s:STATE_ALGIERS = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_copper_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_copper" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_fuel_refineries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_plastics" + } + } + create_building = { + building = "building_hospitals" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_service_industry_no" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } } } - s:STATE_EAST_SAHARA={ - region_state:FRA={ + s:STATE_CONSTANTINE = { + region_state:FRA = { + create_building = { + building = "building_phosphorus_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_service_industry_no" + } + } } } - s:STATE_WEST_SAHARA={ - region_state:SPA={ + s:STATE_TLEMCEN = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_service_industry_no" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } } } - s:STATE_MAURITANIA={ - region_state:SNG={ - create_building={ - building="building_copper_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } + s:STATE_TUNISIA = { + region_state:TUN = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - create_building={ - building="building_oil_rig" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + create_building = { + building = "building_cotton_plantation" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_privately_owned_plantation" + "pm_no_transport_plantation" + "pm_mechanized_harvesting_cotton" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_INNER_MAURITANIA={ - region_state:SNG={ + s:STATE_TRIPOLI = { + region_state:FEZ = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } } } - s:STATE_EASTERN_MALI={ - region_state:SNG={ - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_LIBYA = { + region_state:LBY = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + } + } + s:STATE_LIBYAN_DESERT = { + region_state:LBY = { + } + } + s:STATE_SAHARA = { + region_state:FRA = { + } + } + s:STATE_EAST_SAHARA = { + region_state:FRA = { + } + } + s:STATE_WEST_SAHARA = { + region_state:SPA = { + } + } + s:STATE_MAURITANIA = { + region_state:SNG = { + create_building = { + building = "building_copper_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_INNER_MAURITANIA = { + region_state:SNG = { + } + } + s:STATE_EASTERN_MALI = { + region_state:SNG = { + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - create_building={ - building="building_millet_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + create_building = { + building = "building_millet_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_WESTERN_MALI={ - region_state:SNG={ - create_building={ - building="building_opium_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_WESTERN_MALI = { + region_state:SNG = { + create_building = { + building = "building_opium_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_TIMBUKTU={ - region_state:SNG={ + s:STATE_TIMBUKTU = { + region_state:SNG = { } } - s:STATE_NIGER={ - region_state:SNG={ + s:STATE_NIGER = { + region_state:SNG = { } } - s:STATE_CHAD={ - region_state:EQA={ + s:STATE_CHAD = { + region_state:EQA = { } } } diff --git a/common/history/buildings/04_subsaharan_africa.txt b/common/history/buildings/04_subsaharan_africa.txt index a7f53cecf..204597b28 100644 --- a/common/history/buildings/04_subsaharan_africa.txt +++ b/common/history/buildings/04_subsaharan_africa.txt @@ -1,2844 +1,4917 @@ -BUILDINGS={ - s:STATE_IVORY_COAST={ - region_state:SNG={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_WINDWARD_COAST={ - region_state:SNG={ - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_SENEGAL={ - region_state:SNG={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_aluminum_refinery" - level=2 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - } - } - s:STATE_GAMBIA={ - region_state:GNB={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - region_state:GAM={ - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - region_state:SNG={ - create_building={ - building="building_millet_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_SIERRA_LEONE={ - region_state:SIL={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_VOLTA={ - region_state:SNG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - } - } - s:STATE_LIBERIA={ - region_state:LIB={ - create_building={ - building="building_rubber_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_HAUSALAND={ - region_state:SOK={ - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_BENIN={ - region_state:SOK={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_YORUBA_STATES={ - region_state:SOK={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - } - s:STATE_NIGER_DELTA={ - region_state:SOK={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_oil_rig" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_intensive_grazing_ranch" "pm_barbed_wire_fences" "pm_refrigerated_storage_building_livestock_ranch" } - } - } - } - s:STATE_OUTER_HAUSALAND={ - region_state:SNG={ - create_building={ - building="building_coal_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_BORNU={ - region_state:SOK={ - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_NIGERIA={ - region_state:SOK={ - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - } - } - s:STATE_EAST_HAUSALAND={ - region_state:SOK={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coffee_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_barbed_wire_fences" "pm_refrigerated_storage_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - } - s:STATE_GUINEA={ - region_state:SNG={ - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_bauxite_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_barracks" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - } - s:STATE_GHANA={ - region_state:GLC={ - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_gold_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_TOGO={ - region_state:EWE={ - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - region_state:GLC={ - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_DAHOMEY={ - region_state:SNG={ - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - } - } - s:STATE_LINDI={ - region_state:TNZ={ - create_building={ - building="building_coffee_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_ZANZIBAR={ - region_state:TNZ={ - create_building={ - building="building_millet_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - region_state:KKY={ - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_privately_owned_farm" "pm_no_honey_production" "pm_manual_harvesting" "pm_fig_orchards" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - region_state:ZZB={ - } - } - s:STATE_TANGANYIKA={ - region_state:TNZ={ - create_building={ - building="building_coffee_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - region_state:RWD={ - } - region_state:BRD={ - } - } - s:STATE_KENYA={ - region_state:KKY={ - create_building={ - building="building_tea_plantation" - level=22 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_fig_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_RIFT_VALLEY={ - region_state:KKY={ - create_building={ - building="building_tea_plantation" - level=35 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_fig_orchards" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_OROMIA={ - region_state:ETH={ - } - } - s:STATE_AMHARA={ - region_state:ETH={ - } - } - s:STATE_GONDER={ - region_state:ETH={ - } - } - s:STATE_KAZEMBE={ - region_state:LZO={ - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_sugar_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - region_state:BMB={ - } - } - s:STATE_SOMALILAND={ - region_state:SLL={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - region_state:SML={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_SOUTH_MADAGASCAR={ - region_state:MGS={ - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } +BUILDINGS = { + s:STATE_IVORY_COAST = { + region_state:SNG = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + } + } + s:STATE_WINDWARD_COAST = { + region_state:SNG = { + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_SENEGAL = { + region_state:SNG = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + } + } + s:STATE_GAMBIA = { + region_state:GNB = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + region_state:GAM = { + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } - region_state:FRA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:SNG = { + create_building = { + building = "building_millet_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - } - } - s:STATE_NORTH_MADAGASCAR={ - region_state:MGS={ - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_UGANDA={ - region_state:BUG={ - create_building={ - building="building_coffee_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tea_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_EQUATORIA={ - region_state:SDN={ - } - } - s:STATE_GUINEA_ISLANDS={ - region_state:SAO={ - } - region_state:EQG={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_MOCAMBIQUE={ - region_state:MKU={ - create_building={ - building="building_millet_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=14 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - region_state:BMB={ - } - } - s:STATE_WADDAI={ - region_state:EQA={ - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - region_state:DLA={ - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_NORTH_CAMEROON={ - region_state:DLA={ - create_building={ - building="building_bauxite_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_SOUTH_CAMEROON={ - region_state:DLA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_UBANGI_SHARI={ - region_state:EQA={ - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_millet_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_CONGO={ - region_state:EQA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_oil_rig" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - region_state:OVM={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_CONGO_ORIENTALE={ - region_state:CNG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - } - s:STATE_KASAI={ - region_state:CNG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_iron_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - } - s:STATE_BAS_CONGO={ - region_state:CNG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_whaling_ships" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - } - s:STATE_EQUATEUR={ - region_state:CNG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_NORTH_ANGOLA={ - region_state:OVM={ - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_millet_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_SOUTH_ANGOLA={ - region_state:OVM={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_EAST_ANGOLA={ - region_state:OVM={ - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_KATANGA={ - region_state:CNG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_copper_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_GABON={ - region_state:EQA={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_oil_rig" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - } - region_state:EQG={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_ZAMBIA={ - region_state:LZO={ - create_building={ - building="building_copper_mine" - level=20 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_sugar_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_ZAMBEZIA={ - region_state:MKU={ - create_building={ - building="building_millet_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_iron_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_ZAMBEZI={ - region_state:MTB={ - create_building={ - building="building_millet_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_copper_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - } - } - s:STATE_NAMAQUALAND={ - region_state:NAM={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_copper_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_copper" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - } - } - s:STATE_HEREROLAND={ - region_state:NAM={ - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_ZULULAND={ - region_state:SAF={ - create_building={ - building="building_millet_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_intensive_grazing_ranch" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - } - region_state:BST={ - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_millet_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_VRYSTAAT={ - region_state:SAF={ - create_building={ - building="building_gold_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_gold" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_millet_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_TRANSVAAL={ - region_state:SAF={ - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_gold_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_copper_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_copper" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_combat_medics" "pm_no_communications_support" "pm_infantry_reconnaissance" } - } - create_building={ - building="building_millet_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_teflon_chemicals" } - } - create_building={ - building="building_cotton_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - } - region_state:ESW={ - } - } - s:STATE_EASTERN_CAPE={ - region_state:SAF={ - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_infantry_reconnaissance" "pm_no_communications_support" "pm_combat_medics" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=14 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers" } - } - } - } - s:STATE_CAPE_COLONY={ - region_state:SAF={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_chemical_plants" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_infantry_reconnaissance" "pm_no_communications_support" "pm_combat_medics" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - } - } - s:STATE_NORTHERN_CAPE={ - region_state:SAF={ - create_building={ - building="building_gold_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_BOTSWANA={ - region_state:TSW={ - create_building={ - building="building_millet_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coal_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - region_state:NAM={ - create_building={ - building="building_millet_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_LOURENCO_MARQUES={ - region_state:MKU={ - create_building={ - building="building_millet_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=25 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=30 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_SAINT_HELENA={ - region_state:GBR={ - } + } + } + s:STATE_SIERRA_LEONE = { + region_state:SIL = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } } - s:STATE_ASCENSION={ - region_state:GBR={ - } + s:STATE_VOLTA = { + region_state:SNG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + } + } + s:STATE_LIBERIA = { + region_state:LIB = { + create_building = { + building = "building_rubber_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_HAUSALAND = { + region_state:SOK = { + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_BENIN = { + region_state:SOK = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_YORUBA_STATES = { + region_state:SOK = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + } + } + s:STATE_NIGER_DELTA = { + region_state:SOK = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_intensive_grazing_ranch" + "pm_barbed_wire_fences" + "pm_refrigerated_storage_building_livestock_ranch" + } + } + } + } + s:STATE_OUTER_HAUSALAND = { + region_state:SNG = { + create_building = { + building = "building_coal_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_BORNU = { + region_state:SOK = { + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_NIGERIA = { + region_state:SOK = { + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + } + } + s:STATE_EAST_HAUSALAND = { + region_state:SOK = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coffee_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_barbed_wire_fences" + "pm_refrigerated_storage_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + } + } + s:STATE_GUINEA = { + region_state:SNG = { + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_bauxite_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_barracks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_GHANA = { + region_state:GLC = { + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_gold_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_TOGO = { + region_state:EWE = { + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + region_state:GLC = { + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_DAHOMEY = { + region_state:SNG = { + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + } + } + s:STATE_LINDI = { + region_state:TNZ = { + create_building = { + building = "building_coffee_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_ZANZIBAR = { + region_state:TNZ = { + create_building = { + building = "building_millet_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + region_state:KKY = { + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fig_orchards" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + region_state:ZZB = { + } + } + s:STATE_TANGANYIKA = { + region_state:TNZ = { + create_building = { + building = "building_coffee_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + region_state:RWD = { + } + region_state:BRD = { + } + } + s:STATE_KENYA = { + region_state:KKY = { + create_building = { + building = "building_tea_plantation" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_RIFT_VALLEY = { + region_state:KKY = { + create_building = { + building = "building_tea_plantation" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_OROMIA = { + region_state:ETH = { + } + } + s:STATE_AMHARA = { + region_state:ETH = { + } + } + s:STATE_GONDER = { + region_state:ETH = { + } + } + s:STATE_KAZEMBE = { + region_state:LZO = { + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_sugar_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + region_state:BMB = { + } + } + s:STATE_SOMALILAND = { + region_state:SLL = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + region_state:SML = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_SOUTH_MADAGASCAR = { + region_state:MGS = { + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + region_state:FRA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_NORTH_MADAGASCAR = { + region_state:MGS = { + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_UGANDA = { + region_state:BUG = { + create_building = { + building = "building_coffee_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tea_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_EQUATORIA = { + region_state:SDN = { + } + } + s:STATE_GUINEA_ISLANDS = { + region_state:SAO = { + } + region_state:EQG = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_MOCAMBIQUE = { + region_state:MKU = { + create_building = { + building = "building_millet_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + region_state:BMB = { + } + } + s:STATE_WADDAI = { + region_state:EQA = { + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + region_state:DLA = { + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_NORTH_CAMEROON = { + region_state:DLA = { + create_building = { + building = "building_bauxite_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_SOUTH_CAMEROON = { + region_state:DLA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_UBANGI_SHARI = { + region_state:EQA = { + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_millet_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_CONGO = { + region_state:EQA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + region_state:OVM = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_CONGO_ORIENTALE = { + region_state:CNG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_KASAI = { + region_state:CNG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_BAS_CONGO = { + region_state:CNG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_whaling_ships" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_EQUATEUR = { + region_state:CNG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_NORTH_ANGOLA = { + region_state:OVM = { + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_millet_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_SOUTH_ANGOLA = { + region_state:OVM = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_EAST_ANGOLA = { + region_state:OVM = { + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_KATANGA = { + region_state:CNG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_copper_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_GABON = { + region_state:EQA = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_oil_rig" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + } + region_state:EQG = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_ZAMBIA = { + region_state:LZO = { + create_building = { + building = "building_copper_mine" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_sugar_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_ZAMBEZIA = { + region_state:MKU = { + create_building = { + building = "building_millet_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_ZAMBEZI = { + region_state:MTB = { + create_building = { + building = "building_millet_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_copper_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + } + } + s:STATE_NAMAQUALAND = { + region_state:NAM = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_copper_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_copper" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_HEREROLAND = { + region_state:NAM = { + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_ZULULAND = { + region_state:SAF = { + create_building = { + building = "building_millet_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_intensive_grazing_ranch" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + } + region_state:BST = { + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_millet_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_VRYSTAAT = { + region_state:SAF = { + create_building = { + building = "building_gold_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_gold" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_iron" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_millet_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_TRANSVAAL = { + region_state:SAF = { + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_gold_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_copper_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_copper" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_combat_medics" + "pm_no_communications_support" + "pm_infantry_reconnaissance" + } + } + create_building = { + building = "building_millet_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_teflon_chemicals" + } + } + create_building = { + building = "building_cotton_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + } + region_state:ESW = { + } + } + s:STATE_EASTERN_CAPE = { + region_state:SAF = { + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_infantry_reconnaissance" + "pm_no_communications_support" + "pm_combat_medics" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + } + } + s:STATE_CAPE_COLONY = { + region_state:SAF = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_infantry_reconnaissance" + "pm_no_communications_support" + "pm_combat_medics" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_NORTHERN_CAPE = { + region_state:SAF = { + create_building = { + building = "building_gold_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_intensive_grazing_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_BOTSWANA = { + region_state:TSW = { + create_building = { + building = "building_millet_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + region_state:NAM = { + create_building = { + building = "building_millet_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_LOURENCO_MARQUES = { + region_state:MKU = { + create_building = { + building = "building_millet_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_SAINT_HELENA = { + region_state:GBR = { + } + } + s:STATE_ASCENSION = { + region_state:GBR = { + } } - s:STATE_TRISTAN_DA_CUNHA={ - region_state:GBR={ + s:STATE_TRISTAN_DA_CUNHA = { + region_state:GBR = { } } } diff --git a/common/history/buildings/05_north_america.txt b/common/history/buildings/05_north_america.txt index 57c8ca3e4..dbaf6c664 100644 --- a/common/history/buildings/05_north_america.txt +++ b/common/history/buildings/05_north_america.txt @@ -1,5833 +1,10864 @@ -BUILDINGS={ - s:STATE_CHESAPEAKE={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_highways" "pm_electric_trains" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_synthetics_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_styrene_butadiene" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_large_modernized_trawlers" } - } - create_building={ - building="building_maize_farm" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_organophosphates" "pm_citrus_orchards" "pm_privately_owned_farm" "pm_corn_syrup" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_fighters_naval" "pm_wartime_aircraft_carriers" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=10 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_privatized_hospital" "pm_professional_services_use" } - } - create_building={ - building="building_pharmaceutical_industry" - level=20 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_professional_services_use" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_synthetic_fiber_production_furniture" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_standardized_design_ships" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_steelworks" - level=30 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } +BUILDINGS = { + s:STATE_CHESAPEAKE = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_highways" + "pm_electric_trains" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_synthetics_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_styrene_butadiene" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_large_modernized_trawlers" + } + } + create_building = { + building = "building_maize_farm" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_organophosphates" + "pm_citrus_orchards" + "pm_privately_owned_farm" + "pm_corn_syrup" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_fighters_naval" + "pm_wartime_aircraft_carriers" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_privatized_hospital" + "pm_professional_services_use" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_professional_services_use" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_synthetic_fiber_production_furniture" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_standardized_design_ships" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_steelworks" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } } } } - s:STATE_LOUISIANA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_oil_rig" - level=9 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_explosives_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_ammunition" "pm_professional_services_use" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_plastic_explosives" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools_coal" "pm_privately_owned_mine" "pm_heavy_equipment_extraction_coal" "pm_hauling_trucks" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_privately_owned_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_phosphorus_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" } - } - create_building={ - building="building_fishing_wharf" - level=12 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_urban" "pm_no_solar_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_no_wind_power" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_motor_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } + s:STATE_LOUISIANA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_oil_rig" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_explosives_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_ammunition" + "pm_professional_services_use" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_plastic_explosives" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools_coal" + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_coal" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_privately_owned_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_fishing_wharf" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_urban" + "pm_no_solar_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_no_wind_power" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_motor_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } } } } - s:STATE_NEW_YORK={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=25 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_port" - level=12 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_university" - level=12 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_skyscraper" - level=9 - reserves=1 - activate_production_methods={ "pm_leased_buildings" "pm_consulting_focus" "pm_privately_owned_skyscraper" } - } - create_building={ - building="building_tool_manufactories" - level=35 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry_tools" "pm_privately_owned_industry" "pm_power_tools" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_infrastructure" - level=20 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=15 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_steelworks" - level=50 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=18 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_iron_mine" - level=14 - reserves=1 - activate_production_methods={ "pm_power_tools_iron" "pm_privately_owned_mine" "pm_heavy_equipment_extraction_iron" "pm_hauling_trucks" } - } - create_building={ - building="building_nuclear_weapons_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_atomic_warhead_prod" "pm_base_nuclear_silo" } - } - create_building={ - building="building_oil_rig" - level=9 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_financial_services" - level=50 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=50 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_standardized_design_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=20 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NEW_YORK = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_port" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_university" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_skyscraper" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_leased_buildings" + "pm_consulting_focus" + "pm_privately_owned_skyscraper" + } + } + create_building = { + building = "building_tool_manufactories" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry_tools" + "pm_privately_owned_industry" + "pm_power_tools" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_infrastructure" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_steelworks" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_power_tools_iron" + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_iron" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_nuclear_weapons_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_atomic_warhead_prod" + "pm_base_nuclear_silo" + } + } + create_building = { + building = "building_oil_rig" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_financial_services" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 50 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_standardized_design_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_VIRGINIAS={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=18 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=17 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_maize_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=18 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=20 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_services_use" } + s:STATE_VIRGINIAS = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } } } } - s:STATE_ALASKA={ - region_state:USA={ - create_building={ - building="building_gold_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_organophosphates_fertilizer" "pm_no_environmental_tech" "pm_professional_services_use" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_ALASKA = { + region_state:USA = { + create_building = { + building = "building_gold_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_organophosphates_fertilizer" + "pm_no_environmental_tech" + "pm_professional_services_use" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_WASHINGTON={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=11 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" "pm_organophosphates" "pm_citrus_orchards" } - } - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_tool_manufactories" - level=25 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=12 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_laminated_paper" } - } - create_building={ - building="building_aircraft_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_professional_services_use" "pm_no_missile_production" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_jet_fighters_prod" } - } - create_building={ - building="building_barracks" - level=6 - reserves=1 - activate_production_methods={ "pm_main_battle_tanks" "pm_no_formal_medical_support" "pm_wartime_artillery" "pm_post_war_infantry" "pm_armoured_personnel_carriers" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_jet_fighters" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } + s:STATE_WASHINGTON = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 11 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + "pm_organophosphates" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_tool_manufactories" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_laminated_paper" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_professional_services_use" + "pm_no_missile_production" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_jet_fighters_prod" + } + } + create_building = { + building = "building_barracks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_main_battle_tanks" + "pm_no_formal_medical_support" + "pm_wartime_artillery" + "pm_post_war_infantry" + "pm_armoured_personnel_carriers" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_jet_fighters" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } } } } - s:STATE_OREGON={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=17 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_tool_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_OREGON = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 17 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CANYON_STATES={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_uranium_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_uranium" } - } - create_building={ - building="building_coal_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_oil_rig" - level=22 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_airport" - level=2 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_aircraft_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=20 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=20 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_CANYON_STATES = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_uranium_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_uranium" + } + } + create_building = { + building = "building_coal_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_airport" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_YELLOWSTONE_TERRITORY={ - region_state:USA={ - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_YELLOWSTONE_TERRITORY = { + region_state:USA = { + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_DAKOTAS={ - region_state:USA={ - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" } - } - create_building={ - building="building_wheat_farm" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_distilleries" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_DAKOTAS = { + region_state:USA = { + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_distilleries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_GREAT_PLAINS={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=95 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_financial_services" - level=10 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_chemical_plants" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_computer_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanical_computers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=18 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_lead" "pm_power_tools_lead" "pm_hauling_trucks" } + s:STATE_GREAT_PLAINS = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 95 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_financial_services" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_chemical_plants" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_computer_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanical_computers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_lead" + "pm_power_tools_lead" + "pm_hauling_trucks" + } } } } - s:STATE_OZARK_PLATEAU={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_bauxite_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_bauxite" "pm_power_tools_bauxite" "pm_hauling_trucks" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_lead" "pm_power_tools_lead" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_aluminum_refinery" - level=20 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_renewable_energy_facility" - level=5 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_distilleries" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=50 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_professional_services_use" } + s:STATE_OZARK_PLATEAU = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_bauxite_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_bauxite" + "pm_power_tools_bauxite" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_lead" + "pm_power_tools_lead" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_distilleries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_professional_services_use" + } } } } - s:STATE_MISSISSIPPI_VALLEY={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_maize_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_phosphorus_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_standardized_design_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } + s:STATE_MISSISSIPPI_VALLEY = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_maize_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_standardized_design_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } } } } - s:STATE_WISCONSIN={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=30 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_explosives_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_shipyards" - level=10 - reserves=1 - activate_production_methods={ "pm_standardized_design_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_WISCONSIN = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_explosives_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_shipyards" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_standardized_design_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_INDIANA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=30 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_maize_farm" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_INDIANA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_tool_manufactories" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_maize_farm" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_MICHIGAN={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=9 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=25 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=13 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=15 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_aircraft_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_copper_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_copper" "pm_power_tools_copper" "pm_hauling_trucks" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=60 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_MICHIGAN = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_tool_manufactories" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_copper" + "pm_power_tools_copper" + "pm_hauling_trucks" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 60 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_OHIO={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=40 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_OHIO = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_tool_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CUMBERLAND_PLATEAU={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_religious_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=24 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=6 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_distilleries" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=30 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_CUMBERLAND_PLATEAU = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_religious_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 24 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_distilleries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_MISSISSIPPI={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_religious_bureaucrats" } - } - create_building={ - building="building_maize_farm" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=10 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_MISSISSIPPI = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_religious_bureaucrats" + } + } + create_building = { + building = "building_maize_farm" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ALABAMA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_religious_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_cotton_plantation" - level=26 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_privately_owned_plantation" "pm_mechanized_harvesting_cotton" "pm_hauling_trucks_plantation" } - } - create_building={ - building="building_iron_mine" - level=16 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_lead" "pm_power_tools_lead" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_ALABAMA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_religious_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_cotton_plantation" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_privately_owned_plantation" + "pm_mechanized_harvesting_cotton" + "pm_hauling_trucks_plantation" + } + } + create_building = { + building = "building_iron_mine" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_lead" + "pm_power_tools_lead" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_FLORIDA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_oil_rig" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=9 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=15 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=15 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_aluminum_refinery" - level=5 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_electronics_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=20 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_textile_manufactories" - level=30 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=40 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_FLORIDA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_oil_rig" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_textile_manufactories" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_GEORGIA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_cotton_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=43 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=16 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=8 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_explosives_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=10 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_uranium_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_brute_force_calutron_separation_refineries" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=20 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } + s:STATE_GEORGIA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_cotton_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 43 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 16 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_explosives_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_uranium_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_brute_force_calutron_separation_refineries" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } } } } - s:STATE_KEYSTONE={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=18 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_fuel_refineries" - level=30 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=40 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_steelworks" - level=30 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_skyscraper" - level=4 - reserves=1 - activate_production_methods={ "pm_leased_buildings" "pm_consulting_focus" "pm_privately_owned_skyscraper" } - } - create_building={ - building="building_oil_rig" - level=24 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=20 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=14 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_synthetics_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=4 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_standardized_design_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_computer_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanical_computers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=30 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_KEYSTONE = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_fuel_refineries" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_steelworks" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_skyscraper" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_leased_buildings" + "pm_consulting_focus" + "pm_privately_owned_skyscraper" + } + } + create_building = { + building = "building_oil_rig" + level = 24 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_standardized_design_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_computer_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanical_computers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ILLINOIS={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=18 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_lead_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_lead" "pm_power_tools_lead" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_tool_manufactories" - level=30 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=32 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_small_arms_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_maize_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_aircraft_manufactories" - level=27 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=40 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ILLINOIS = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_lead_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_lead" + "pm_power_tools_lead" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_tool_manufactories" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 32 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_ammo" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_maize_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 27 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_NEW_ENGLAND={ - region_state:USA={ - create_building={ - building="building_tool_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=13 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=12 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_fishing_wharf" - level=6 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=13 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_synthetics_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_financial_services" - level=5 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_standardized_design_ships" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NEW_ENGLAND = { + region_state:USA = { + create_building = { + building = "building_tool_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_fishing_wharf" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_synthetics_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_financial_services" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_standardized_design_ships" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CAROLINAS={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tobacco_plantation" - level=18 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_mechanized_harvesting_tobacco" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=30 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_steelworks" - level=15 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=32 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_pharmaceutical_industry" - level=30 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_food_industry" - level=40 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_CAROLINAS = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_mechanized_harvesting_tobacco" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_steelworks" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 32 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_food_industry" + level = 40 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_HAWAIIAN_ISLANDS={ - region_state:USA={ - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } + s:STATE_HAWAIIAN_ISLANDS = { + region_state:USA = { + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } } } } - s:STATE_ONTARIO={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=23 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_infrastructure" - level=16 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=38 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_fertilizers" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_chemical_plants" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_oil_rig" - level=8 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=28 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=9 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_phosphorus_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_power_tools_phosphorus" "pm_privately_owned_mine" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_slaughterhouses" "pm_privately_owned_farm" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_tobacco_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=16 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_power_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_steelworks" - level=12 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_glassworks" - level=67 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_pre_war_ammunition" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_teflon_chemicals" } - } - create_building={ - building="building_pharmaceutical_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=7 - reserves=1 - activate_production_methods={ "pm_antibiotics" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_paper_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=21 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=8 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_post_war_infantry" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_artillery" } - } - create_building={ - building="building_media_industry" - level=13 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ONTARIO = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_infrastructure" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 38 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_fertilizers" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_chemical_plants" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 28 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_power_tools_phosphorus" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_phosphorus" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_slaughterhouses" + "pm_privately_owned_farm" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_power_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } + } + create_building = { + building = "building_steelworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_glassworks" + level = 67 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_pre_war_ammunition" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_teflon_chemicals" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_antibiotics" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_paper_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_post_war_infantry" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_artillery" + } + } + create_building = { + building = "building_media_industry" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_NEW_BRUNSWICK={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_whaling_ships" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_infrastructure" - level=9 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_lead_mine" - level=29 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_lead" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=16 - reserves=1 - activate_production_methods={ "pm_power_tools_coal" "pm_privately_owned_mine" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_copper" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NEW_BRUNSWICK = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_whaling_ships" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_infrastructure" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_lead_mine" + level = 29 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_lead" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_power_tools_coal" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_copper" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_QUEBEC={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=20 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=6 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_power_tools_gold" "pm_privately_owned_mine" "pm_manual_transportation" "pm_mechanized_resource_extraction_gold" } - } - create_building={ - building="building_iron_mine" - level=60 - reserves=1 - activate_production_methods={ "pm_power_tools_iron" "pm_privately_owned_mine" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=23 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=11 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_glassworks" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_paper_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_power_tools_copper" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_explosives_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_financial_services" - level=2 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_QUEBEC = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_power_tools_gold" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_gold" + } + } + create_building = { + building = "building_iron_mine" + level = 60 + reserves = 1 + activate_production_methods = { + "pm_power_tools_iron" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_iron" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_glassworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_paper_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_power_tools_copper" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_explosives_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_financial_services" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_NEWFOUNDLAND={ - region_state:NEW={ + s:STATE_NEWFOUNDLAND = { + region_state:NEW = { } - region_state:FRA={ + region_state:FRA = { } } - s:STATE_ALBERTA={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=18 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=18 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=6 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_pharmaceutical_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ALBERTA = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_BRITISH_COLUMBIA={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=7 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_gold" "pm_power_tools_gold" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=27 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_BRITISH_COLUMBIA = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_gold" + "pm_power_tools_gold" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 27 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_SASKATCHEWAN={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coal_mine" - level=20 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_synthetics_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_SASKATCHEWAN = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_synthetics_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_MANITOBA={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_fuel_refineries" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_MANITOBA = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_YUKON_TERRITORY={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_gold_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_gold" "pm_power_tools_gold" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_power_tools_lead" "pm_manual_transportation" "pm_privately_owned_mine" } + s:STATE_YUKON_TERRITORY = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_gold_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_gold" + "pm_power_tools_gold" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_power_tools_lead" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } } } - s:STATE_NORTHWEST_TERRITORIES={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=14 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NORTHWEST_TERRITORIES = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_NUNAVUT={ - region_state:CAN={ - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_NUNAVUT = { + region_state:CAN = { + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_BERMUDA={ - region_state:GBR={ - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_BERMUDA = { + region_state:GBR = { + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_TEXAS={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_oil_rig" - level=26 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=31 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=15 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_maize_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=80 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=10 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_phosphorus_mine" - level=22 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_steelworks" - level=20 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_mechanized_harvesting_cotton" "pm_hauling_trucks_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_skyscraper" - level=3 - reserves=1 - activate_production_methods={ "pm_leased_buildings" "pm_consulting_focus" "pm_privately_owned_skyscraper" } - } - create_building={ - building="building_electronics_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_synthetics_plant" - level=10 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_media_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=7 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=40 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_TEXAS = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_oil_rig" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 31 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_maize_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 80 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_steelworks" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_mechanized_harvesting_cotton" + "pm_hauling_trucks_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_skyscraper" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_leased_buildings" + "pm_consulting_focus" + "pm_privately_owned_skyscraper" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_synthetics_plant" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_media_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 40 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_NEVADA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_gold_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=24 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_renewable_energy_facility" - level=15 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + s:STATE_NEVADA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_gold_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 24 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_ARIZONA={ - region_state:USA={ - create_building={ - building="building_gold_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=21 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_synthetics_plant" - level=9 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_copper" "pm_power_tools_copper" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_renewable_energy_facility" - level=5 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_media_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_aluminum_refinery" - level=5 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_ARIZONA = { + region_state:USA = { + create_building = { + building = "building_gold_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_synthetics_plant" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_copper" + "pm_power_tools_copper" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_media_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_NEW_MEXICO={ - region_state:USA={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_NEW_MEXICO = { + region_state:USA = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CALIFORNIA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=28 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_gold_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_power_tools_gold" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_oil_rig" - level=31 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=55 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=10 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=30 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_highways" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=14 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_paper_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_laminated_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=25 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=21 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_iron" "pm_power_tools_iron" "pm_hauling_trucks" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_advanced_mechanized_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_mechanized_slaughtering" "pm_electric_fencing" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=100 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_motor_industry" - level=50 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=150 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_citrus_orchards" "pm_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_synthetics_plant" - level=30 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_styrene_butadiene" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=6 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_armoured_personnel_carriers" "pm_jet_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_uranium_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_brute_force_calutron_separation_refineries" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=10 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_wartime_aircraft_carriers" "pm_wartime_fighters_naval" "pm_wartime_attack_submarines" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_steelworks" - level=15 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=10 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_renewable_energy_facility" - level=1 - reserves=1 - activate_production_methods={ "pm_no_solar_power" "pm_no_wind_power" "pm_conventional_dams" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_drydocks" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_large_modernized_trawlers" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_media_industry" - level=60 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_financial_services" - level=5 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_combustion_plant" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_distilleries" - level=20 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=20 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_CALIFORNIA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 28 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_gold_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_power_tools_gold" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 31 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 55 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_highways" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_paper_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_laminated_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_iron" + "pm_power_tools_iron" + "pm_hauling_trucks" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_advanced_mechanized_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_mechanized_slaughtering" + "pm_electric_fencing" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 100 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_motor_industry" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 150 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_citrus_orchards" + "pm_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_synthetics_plant" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_styrene_butadiene" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_armoured_personnel_carriers" + "pm_jet_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_uranium_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_brute_force_calutron_separation_refineries" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_wartime_aircraft_carriers" + "pm_wartime_fighters_naval" + "pm_wartime_attack_submarines" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_steelworks" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_renewable_energy_facility" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_solar_power" + "pm_no_wind_power" + "pm_conventional_dams" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_drydocks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_large_modernized_trawlers" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_media_industry" + level = 60 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_financial_services" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_distilleries" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_SONORA={ - region_state:MEX={ - create_building={ - building="building_copper_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_SONORA = { + region_state:MEX = { + create_building = { + building = "building_copper_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_CHIHUAHUA={ - region_state:MEX={ - create_building={ - building="building_lead_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_pharmaceutical_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_synthetics_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_CHIHUAHUA = { + region_state:MEX = { + create_building = { + building = "building_lead_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_synthetics_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_RIO_GRANDE={ - region_state:MEX={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_fishing_wharf" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=21 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fuel_refineries" - level=7 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_synthetics_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=18 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_RIO_GRANDE = { + region_state:MEX = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_fishing_wharf" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fuel_refineries" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_synthetics_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_DURANGO={ - region_state:MEX={ - create_building={ - building="building_gold_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_DURANGO = { + region_state:MEX = { + create_building = { + building = "building_gold_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_SINALOA={ - region_state:MEX={ - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } + s:STATE_SINALOA = { + region_state:MEX = { + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } } } } - s:STATE_BAJIO={ - region_state:MEX={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_maize_farm" - level=17 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_banana_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_gold_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=12 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_sugar_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_BAJIO = { + region_state:MEX = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_maize_farm" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_banana_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_gold_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_sugar_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_YUCATAN={ - region_state:MEX={ - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_rubber_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_sugar_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_YUCATAN = { + region_state:MEX = { + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_rubber_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_sugar_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_MEXICO={ - region_state:MEX={ - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_maize_farm" - level=21 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_construction_sector" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=8 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_steelworks" - level=9 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_tool_manufactories" - level=32 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=13 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_paper_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_synthetics_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coffee_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_banana_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_media_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_state_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_MEXICO = { + region_state:MEX = { + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_maize_farm" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_construction_sector" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_steelworks" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_tool_manufactories" + level = 32 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_paper_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_synthetics_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coffee_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_banana_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_media_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_state_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_VERACRUZ={ - region_state:MEX={ - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_VERACRUZ = { + region_state:MEX = { + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_GUERRERO={ - region_state:MEX={ - create_building={ - building="building_coal_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_lead_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_naval_base" - level=2 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_synthetics_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_GUERRERO = { + region_state:MEX = { + create_building = { + building = "building_coal_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_lead_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_naval_base" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_synthetics_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_OAXACA={ - region_state:MEX={ - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_lead_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } + s:STATE_OAXACA = { + region_state:MEX = { + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_lead_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } } } } - s:STATE_JALISCO={ - region_state:MEX={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_iron_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_maize_farm" - level=18 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=5 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_naval_base" - level=5 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_media_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_state_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_JALISCO = { + region_state:MEX = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_iron_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_maize_farm" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_naval_base" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_media_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_state_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ZACATECAS={ - region_state:MEX={ - create_building={ - building="building_gold_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=54 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_state_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_ZACATECAS = { + region_state:MEX = { + create_building = { + building = "building_gold_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 54 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_state_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_CHIAPAS={ - region_state:MEX={ - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_CHIAPAS = { + region_state:MEX = { + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_BAJA_CALIFORNIA={ - region_state:MEX={ - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_media_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_state_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_BAJA_CALIFORNIA = { + region_state:MEX = { + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_media_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_state_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } diff --git a/common/history/buildings/06_central_america.txt b/common/history/buildings/06_central_america.txt index 04601af64..49dd49ddd 100644 --- a/common/history/buildings/06_central_america.txt +++ b/common/history/buildings/06_central_america.txt @@ -1,863 +1,1566 @@ -BUILDINGS={ - s:STATE_SAN_SALVADOR={ - region_state:ELS={ - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_coffee_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_sugar_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_privately_owned_farm" "pm_mechanized_harvesting" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_privately_owned_farm" "pm_standard_fences" "pm_unrefrigerated" "pm_slaughterhouses" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=23 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=35 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_charity_hospital" } - } - create_building={ - building="building_aircraft_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } +BUILDINGS = { + s:STATE_SAN_SALVADOR = { + region_state:ELS = { + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_coffee_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_sugar_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_privately_owned_farm" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_privately_owned_farm" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_slaughterhouses" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_charity_hospital" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + } + } + s:STATE_GUATEMALA = { + region_state:GUA = { + create_building = { + building = "building_rubber_plantation" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_iron_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_coffee_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_livestock_ranch" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_intensive_grazing_ranch" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 65 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 27 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 70 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_media_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } + } + create_building = { + building = "building_motor_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_armored_fighting_vehicle_prod" + } + } + create_building = { + building = "building_distilleries" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_designs" + "pm_aircraft_carriers_prod" + "pm_wartime_submarines_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:BLZ = { + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_HONDURAS = { + region_state:HON = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + } + } + s:STATE_NICARAGUA = { + region_state:NIC = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + } + } + s:STATE_COSTA_RICA = { + region_state:COS = { + } + } + s:STATE_PANAMA = { + region_state:PNM = { + } + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = building_panama_canal + level = 1 + reserves = 1 + subsidized = yes + activate_production_methods = { + pm_canal_base + pm_canal_free + pm_canal_international + pm_canal_privately_owned + } + } + } + } + s:STATE_HAITI = { + region_state:HAI = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_SANTO_DOMINGO = { + region_state:DCR = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_PUERTO_RICO = { + region_state:PCO = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + } + } + s:STATE_CAYMAN_ISLANDS = { + } + s:STATE_BAHAMAS = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + } + } + s:STATE_WEST_INDIES = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } - } - } - s:STATE_GUATEMALA={ - region_state:GUA={ - create_building={ - building="building_rubber_plantation" - level=16 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_iron_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=15 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_coffee_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_livestock_ranch" - level=12 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_intensive_grazing_ranch" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=35 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=65 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=17 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=27 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=70 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=7 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_media_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } - } - create_building={ - building="building_motor_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_advanced_military_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_armored_fighting_vehicle_prod" } - } - create_building={ - building="building_distilleries" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_designs" "pm_aircraft_carriers_prod" "pm_wartime_submarines_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_cargo_ships" + } } - } - region_state:BLZ={ - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_no_environmental_tech" + "pm_professional_service_industry_no" + } } - } - } - s:STATE_HONDURAS={ - region_state:HON={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - } - } - s:STATE_NICARAGUA={ - region_state:NIC={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_privately_owned_industry" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_no_ammo" + } } - } - } - s:STATE_COSTA_RICA={ - region_state:COS={ - } - } - s:STATE_PANAMA={ - region_state:PNM={ - } - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_services_use" + "pm_privatized_hospital" + } } create_building = { - building = building_panama_canal + building = "building_infrastructure" level = 1 reserves = 1 - subsidized = yes activate_production_methods = { - pm_canal_base - pm_canal_free - pm_canal_international - pm_canal_privately_owned + "pm_electric_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" } } } - } - s:STATE_HAITI={ - region_state:HAI={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:GBR = { + create_building = { + building = "building_port" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } - } - } - s:STATE_SANTO_DOMINGO={ - region_state:DCR={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + create_building = { + building = "building_tobacco_plantation" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - } - } - s:STATE_PUERTO_RICO={ - region_state:PCO={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_port" } + create_building = { + building = "building_rice_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } - } - } - s:STATE_CAYMAN_ISLANDS={ - } - s:STATE_BAHAMAS={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - } - } - s:STATE_WEST_INDIES={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_cargo_ships" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_no_environmental_tech" "pm_professional_service_industry_no" } - } - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_privately_owned_industry" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_no_ammo" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_services_use" "pm_privatized_hospital" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } - } - region_state:GBR={ - create_building={ - building="building_port" - level=8 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_tobacco_plantation" - level=11 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_motor_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=3 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_no_aircraft_production" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } + create_building = { + building = "building_motor_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_no_aircraft_production" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } } - region_state:FRA={ - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_sugar_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_aircraft_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_no_aircraft_production" "pm_no_missile_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + region_state:FRA = { + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_sugar_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_no_aircraft_production" + "pm_no_missile_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_JAMAICA={ - region_state:JAM={ - create_building={ - building="building_bauxite_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_JAMAICA = { + region_state:JAM = { + create_building = { + building = "building_bauxite_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } - s:STATE_CUBA={ - region_state:CUB={ - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_charity_hospital" } - } - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_CUBA = { + region_state:CUB = { + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_charity_hospital" + } + } + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } diff --git a/common/history/buildings/07_south_america.txt b/common/history/buildings/07_south_america.txt index af4e5cfe8..ff8e4b775 100644 --- a/common/history/buildings/07_south_america.txt +++ b/common/history/buildings/07_south_america.txt @@ -1,3177 +1,5704 @@ -BUILDINGS={ - s:STATE_ECUADOR={ - region_state:ECU={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=9 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } +BUILDINGS = { + s:STATE_ECUADOR = { + region_state:ECU = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_GUAYANA={ - region_state:NET={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_GUAYANA = { + region_state:NET = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } - region_state:FRA={ - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_bauxite_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_bauxite" "pm_power_tools_bauxite" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_heavy_equipment_extraction_gold" "pm_manual_transportation" "pm_power_tools_gold" } + region_state:FRA = { + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_bauxite_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_bauxite" + "pm_power_tools_bauxite" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_heavy_equipment_extraction_gold" + "pm_manual_transportation" + "pm_power_tools_gold" + } } } - region_state:GBR={ - create_building={ - building="building_bauxite_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_bauxite" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_basic_port" } + region_state:GBR = { + create_building = { + building = "building_bauxite_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_bauxite" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } - s:STATE_ZULIA={ - region_state:VNZ={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ZULIA = { + region_state:VNZ = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } - region_state:CRC={ + region_state:CRC = { } } - s:STATE_MIRANDA={ - region_state:VNZ={ - create_building={ - building="building_oil_rig" - level=13 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_cotton_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } + s:STATE_MIRANDA = { + region_state:VNZ = { + create_building = { + building = "building_oil_rig" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_cotton_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } } } } - s:STATE_BOLIVAR={ - region_state:VNZ={ - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_BOLIVAR = { + region_state:VNZ = { + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_ANTIOQUIA={ - region_state:CLM={ - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=21 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=22 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } + s:STATE_ANTIOQUIA = { + region_state:CLM = { + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } } } } - s:STATE_GUAVIARE={ - region_state:CLM={ - create_building={ - building="building_coffee_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tobacco_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_GUAVIARE = { + region_state:CLM = { + create_building = { + building = "building_coffee_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_CUNDINAMARCA={ - region_state:CLM={ - create_building={ - building="building_cotton_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_CUNDINAMARCA = { + region_state:CLM = { + create_building = { + building = "building_cotton_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_CAUCA={ - region_state:CLM={ - create_building={ - building="building_banana_plantation" - level=17 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_maize_farm" - level=16 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } + s:STATE_CAUCA = { + region_state:CLM = { + create_building = { + building = "building_banana_plantation" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_maize_farm" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } } } } - s:STATE_PASTAZA={ - region_state:PEU={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } + s:STATE_PASTAZA = { + region_state:PEU = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } } } - s:STATE_TARAPACA={ - region_state:CHL={ + s:STATE_TARAPACA = { + region_state:CHL = { } } - s:STATE_ANTOFAGASTA={ - region_state:CHL={ + s:STATE_ANTOFAGASTA = { + region_state:CHL = { } } - s:STATE_SANTA_CRUZ={ - region_state:BOL={ + s:STATE_SANTA_CRUZ = { + region_state:BOL = { } } - s:STATE_LA_PAZ={ - region_state:BOL={ + s:STATE_LA_PAZ = { + region_state:BOL = { } } - s:STATE_POTOSI={ - region_state:BOL={ + s:STATE_POTOSI = { + region_state:BOL = { } } - s:STATE_CAJAMARCA={ - region_state:PEU={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_disabled_distillery_wine" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } + s:STATE_CAJAMARCA = { + region_state:PEU = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_disabled_distillery_wine" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } } } } - s:STATE_LIMA={ - region_state:PEU={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_disabled_distillery_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_LIMA = { + region_state:PEU = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_disabled_distillery_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_ICA={ - region_state:PEU={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_ICA = { + region_state:PEU = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_AREQUIPA={ - region_state:PEU={ - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_AREQUIPA = { + region_state:PEU = { + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_URUGUAY={ - region_state:URU={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_livestock_ranch" - level=10 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=1 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + s:STATE_URUGUAY = { + region_state:URU = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_livestock_ranch" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } } } } - s:STATE_JUJUY={ - region_state:ARG={ - create_building={ - building="building_lead_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=28 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } + s:STATE_JUJUY = { + region_state:ARG = { + create_building = { + building = "building_lead_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 28 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } } - region_state:BOL={ + region_state:BOL = { } } - s:STATE_ALTO_PARAGUAY={ - region_state:PRG={ - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_ALTO_PARAGUAY = { + region_state:PRG = { + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } - region_state:ARG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_media_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_media_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } } } } - s:STATE_BAJO_PARAGUAY={ - region_state:PRG={ - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_distilleries" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_BAJO_PARAGUAY = { + region_state:PRG = { + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_distilleries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_basic_distillation_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_BUENOS_AIRES={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_tool_manufactories" - level=29 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_wheat_farm" - level=17 - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_privately_owned_farm" "pm_no_honey_production" "pm_fertilizers" "pm_mechanized_harvesting" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=7 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_textile_manufactories" - level=15 - reserves=1 - activate_production_methods={ "pm_powered_assembly_lines_industry" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_food_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_media_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_state_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_glassworks" - level=12 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_livestock_ranch" - level=11 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_rudimentary_polymers" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_hospitals" - level=6 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } - } - create_building={ - building="building_financial_services" - level=3 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } + s:STATE_BUENOS_AIRES = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 29 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } + } + create_building = { + building = "building_wheat_farm" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_fertilizers" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_powered_assembly_lines_industry" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_food_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_media_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_state_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_glassworks" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_rudimentary_polymers" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_hospitals" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + create_building = { + building = "building_financial_services" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } } } } - s:STATE_PATAGONIA={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_pharmaceutical_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_oil_rig" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_PATAGONIA = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_phosphorus" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_RIO_NEGRO={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=11 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_services_use" "pm_basic_distillation_wine" "pm_patent_stills_liquor" "pm_privately_owned_industry" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_RIO_NEGRO = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_services_use" + "pm_basic_distillation_wine" + "pm_patent_stills_liquor" + "pm_privately_owned_industry" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_LA_PAMPA={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=15 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_LA_PAMPA = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_SANTA_FE={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_maize_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_fertilizers" "pm_no_corn_syrup" "pm_citrus_orchards" "pm_mechanized_harvesting" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=6 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_hospitals" - level=5 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_government_run_hospital" } - } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_SANTA_FE = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_maize_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_fertilizers" + "pm_no_corn_syrup" + "pm_citrus_orchards" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_hospitals" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_government_run_hospital" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CORRIENTES={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_maize_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=15 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_CORRIENTES = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_maize_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_TUCUMAN={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_gold_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_synthetics_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_TUCUMAN = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_gold_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_synthetics_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_CHACO={ - region_state:ARG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=13 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_corn_syrup" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_CHACO = { + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_corn_syrup" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_SANTIAGO={ - region_state:CHL={ + s:STATE_SANTIAGO = { + region_state:CHL = { } } - s:STATE_LOS_RIOS={ - region_state:CHL={ + s:STATE_LOS_RIOS = { + region_state:CHL = { } } - s:STATE_ARAUCANIA={ - region_state:CHL={ + s:STATE_ARAUCANIA = { + region_state:CHL = { } - region_state:ARG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } + region_state:ARG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } } } } - s:STATE_SOUTH_ATLANTIC_ISLANDS={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - subsidized=yes - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + s:STATE_SOUTH_ATLANTIC_ISLANDS = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + subsidized = yes + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } } - s:STATE_SOUTH_GEORGIA={ - region_state:GBR={ - create_building={ - building="building_coal_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_manual_resource_extraction_coal" "pm_manual_transportation" "pm_traditional_tools" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - subsidized=yes - activate_production_methods={ "pm_anchorage" } + s:STATE_SOUTH_GEORGIA = { + region_state:GBR = { + create_building = { + building = "building_coal_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_manual_resource_extraction_coal" + "pm_manual_transportation" + "pm_traditional_tools" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + subsidized = yes + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_BOUVET={ - region_state:NOR={ + s:STATE_BOUVET = { + region_state:NOR = { } } - s:STATE_PARA={ - region_state:BRZ={ - create_building={ - building="building_rice_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers_rice_farm" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_PARA = { + region_state:BRZ = { + create_building = { + building = "building_rice_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers_rice_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_MARANHAO={ - region_state:BRZ={ - create_building={ - building="building_rice_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_MARANHAO = { + region_state:BRZ = { + create_building = { + building = "building_rice_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_AMAZONAS={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_AMAZONAS = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_ACRE={ - region_state:BRZ={ - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_maize_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_ACRE = { + region_state:BRZ = { + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_maize_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_GOIAS={ - region_state:BRZ={ - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_GOIAS = { + region_state:BRZ = { + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_iron" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_MATO_GROSSO={ - region_state:BRZ={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_MATO_GROSSO = { + region_state:BRZ = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_RIO_GRANDE_DO_SUL={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=30 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_textiles" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_RIO_GRANDE_DO_SUL = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_textiles" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_coal" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_PARANA={ - region_state:BRZ={ - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_PARANA = { + region_state:BRZ = { + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_SANTA_CATARINA={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_SANTA_CATARINA = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_SAO_PAULO={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=25 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=50 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=30 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_synthetics_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_skyscraper" - level=1 - reserves=1 - activate_production_methods={ "pm_leased_buildings" "pm_consulting_focus" "pm_privately_owned_skyscraper" } - } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } + s:STATE_SAO_PAULO = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 25 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_synthetics_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_skyscraper" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_leased_buildings" + "pm_consulting_focus" + "pm_privately_owned_skyscraper" + } + } + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } } } } - s:STATE_MINAS_GERAIS={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=50 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_gold" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_MINAS_GERAIS = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 50 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_gold" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_RIO_DE_JANEIRO={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=30 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=26 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_steelworks" - level=10 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_financial_services" - level=3 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_RIO_DE_JANEIRO = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 26 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_steelworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_financial_services" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } - s:STATE_BAHIA={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=35 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_BAHIA = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_RIO_GRANDE_DO_NORTE={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_RIO_GRANDE_DO_NORTE = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_CEARA={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=20 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_CEARA = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_PIAUI={ - region_state:BRZ={ - create_building={ - building="building_maize_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_PIAUI = { + region_state:BRZ = { + create_building = { + building = "building_maize_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_PARAIBA={ - region_state:BRZ={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_maize_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_PARAIBA = { + region_state:BRZ = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_maize_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_PERNAMBUCO={ - region_state:BRZ={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_maize_farm" - level=35 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_no_secondary" "pm_no_corn_syrup" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_sugar_plantation" - level=42 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_PERNAMBUCO = { + region_state:BRZ = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_maize_farm" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_no_secondary" + "pm_no_corn_syrup" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_sugar_plantation" + level = 42 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } diff --git a/common/history/buildings/08_middle_east.txt b/common/history/buildings/08_middle_east.txt index 141282b49..f719ec651 100644 --- a/common/history/buildings/08_middle_east.txt +++ b/common/history/buildings/08_middle_east.txt @@ -1,1536 +1,2717 @@ -BUILDINGS={ - s:STATE_NEJD={ - region_state:NEJ={ - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } +BUILDINGS = { + s:STATE_NEJD = { + region_state:NEJ = { + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_AR_RUTBA={ - region_state:IRQ={ + s:STATE_AR_RUTBA = { + region_state:IRQ = { } - region_state:SYR={ + region_state:SYR = { } - region_state:EOT={ + region_state:EOT = { } } - s:STATE_OMAN={ - region_state:OMA={ - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + s:STATE_OMAN = { + region_state:OMA = { + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } } - s:STATE_ABU_DHABI={ - region_state:ABU={ - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + s:STATE_ABU_DHABI = { + region_state:ABU = { + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } - region_state:OMA={ + region_state:OMA = { } - region_state:BHN={ - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + region_state:BHN = { + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_YEMEN={ - region_state:YEM={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_YEMEN = { + region_state:YEM = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } - region_state:ADE={ - create_building={ - building="building_coffee_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + region_state:ADE = { + create_building = { + building = "building_coffee_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } } - s:STATE_HEDJAZ={ - region_state:NEJ={ - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_HEDJAZ = { + region_state:NEJ = { + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } - region_state:EOT={ - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + region_state:EOT = { + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_HAIL={ - region_state:NEJ={ + s:STATE_HAIL = { + region_state:NEJ = { } } - s:STATE_CYPRUS={ - region_state:CYP={ - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_CYPRUS = { + region_state:CYP = { + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_TRANSJORDAN={ - region_state:EOT={ - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } + s:STATE_TRANSJORDAN = { + region_state:EOT = { + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } } } } - s:STATE_PALESTINE={ - region_state:PAL={ - create_building={ - building="building_silk_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_PALESTINE = { + region_state:PAL = { + create_building = { + building = "building_silk_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_LEBANON={ - region_state:LEB={ - create_building={ - building="building_millet_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_LEBANON = { + region_state:LEB = { + create_building = { + building = "building_millet_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_SYRIA={ - region_state:SYR={ - create_building={ - building="building_millet_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_SYRIA = { + region_state:SYR = { + create_building = { + building = "building_millet_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_ALEPPO={ - region_state:SYR={ - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_whaling_ships" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_pharmaceutical_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_state_news" } + s:STATE_ALEPPO = { + region_state:SYR = { + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_whaling_ships" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_secular_faculty" + "pm_state_directed_research" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_state_news" + } } } - region_state:TUR={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_privately_owned_farm" "pm_refrigerated_rail_cars_building_livestock_ranch" } + region_state:TUR = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_refrigerated_rail_cars_building_livestock_ranch" + } } } } - s:STATE_BAGHDAD={ - region_state:IRQ={ + s:STATE_BAGHDAD = { + region_state:IRQ = { } } - s:STATE_MOSUL={ - region_state:IRQ={ - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_MOSUL = { + region_state:IRQ = { + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_DEIR_EZ_ZOR={ - region_state:SYR={ - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_DEIR_EZ_ZOR = { + region_state:SYR = { + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } - region_state:IRQ={ + region_state:IRQ = { } } - s:STATE_BASRA={ - region_state:IRQ={ - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } + s:STATE_BASRA = { + region_state:IRQ = { + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } } } - region_state:KUW={ - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + region_state:KUW = { + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_FARS={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_oil_rig" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } + s:STATE_FARS = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_oil_rig" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } } } } - s:STATE_LARISTAN={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fuel_refineries" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_LARISTAN = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fuel_refineries" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_SISTAN={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_SISTAN = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_KHORASAN={ - region_state:PER={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_opium_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_KHORASAN = { + region_state:PER = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_opium_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_KHUZESTAN={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_oil_rig" - level=10 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_KHUZESTAN = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_oil_rig" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_ISFAHAN={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_ISFAHAN = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_MAZANDARAN={ - region_state:PER={ - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_silk_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_MAZANDARAN = { + region_state:PER = { + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_silk_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_IRAKAJEMI={ - region_state:PER={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_wheat_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_religious_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_IRAKAJEMI = { + region_state:PER = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_religious_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_TABRIZ={ - region_state:AZR={ - create_building={ - building="building_silk_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_worker_cooperative_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_worker_cooperative_misc" } - } - create_building={ - building="building_wheat_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_worker_cooperative_farm" } + s:STATE_TABRIZ = { + region_state:AZR = { + create_building = { + building = "building_silk_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_worker_cooperative_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_worker_cooperative_misc" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_worker_cooperative_farm" + } } } - region_state:KUR={ - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_worker_cooperative_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_worker_cooperative_farm" } + region_state:KUR = { + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_worker_cooperative_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_worker_cooperative_farm" + } } } } - s:STATE_LURISTAN={ - region_state:PER={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_LURISTAN = { + region_state:PER = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } } - s:STATE_HUDAVENDIGAR={ - region_state:TUR={ - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_mechanized_harvesting" "pm_no_honey_production" "pm_privately_owned_farm" "pm_fertilizers" } - } - create_building={ - building="building_infrastructure" - level=4 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tea_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_cotton_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_small_arms_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_privately_owned_industry" "pm_no_armored_fighting_vehicle_prod" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } + s:STATE_HUDAVENDIGAR = { + region_state:TUR = { + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_mechanized_harvesting" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_fertilizers" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tea_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_privately_owned_industry" + "pm_no_armored_fighting_vehicle_prod" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } } } } - s:STATE_AYDIN={ - region_state:TUR={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_simple_farming" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_no_secondary" } - } - create_building={ - building="building_infrastructure" - level=3 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_automation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + s:STATE_AYDIN = { + region_state:TUR = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_simple_farming" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_no_secondary" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_automation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_KONYA={ - region_state:TUR={ - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_wheat_farm" - level=19 - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=3 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tobacco_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_simple_fishing" } - } - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_naval_base" - level=1 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + s:STATE_KONYA = { + region_state:TUR = { + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_simple_fishing" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_naval_base" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_KASTAMONU={ - region_state:TUR={ - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_harvesting" "pm_fertilizers" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_infrastructure" - level=7 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=18 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_cotton_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_KASTAMONU = { + region_state:TUR = { + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_harvesting" + "pm_fertilizers" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_cotton_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_DIYARBAKIR={ - region_state:TUR={ - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_citrus_orchards" "pm_privately_owned_farm" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_fertilizers" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + s:STATE_DIYARBAKIR = { + region_state:TUR = { + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_citrus_orchards" + "pm_privately_owned_farm" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_fertilizers" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } } } } - s:STATE_ADANA={ - region_state:TUR={ - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_privately_owned_farm" "pm_manual_harvesting" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_naval_base" - level=2 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + s:STATE_ADANA = { + region_state:TUR = { + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_manual_harvesting" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_naval_base" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_TRABZON={ - region_state:TUR={ - create_building={ - building="building_infrastructure" - level=10 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_copper_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_privately_owned_mine" "pm_manual_transportation" } - } - create_building={ - building="building_naval_base" - level=2 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } + s:STATE_TRABZON = { + region_state:TUR = { + create_building = { + building = "building_infrastructure" + level = 10 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_copper_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_privately_owned_mine" + "pm_manual_transportation" + } + } + create_building = { + building = "building_naval_base" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } } } } - s:STATE_ERZURUM={ - region_state:TUR={ - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=9 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_lead_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_lead" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + s:STATE_ERZURUM = { + region_state:TUR = { + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 9 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_lead_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_lead" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } } } } - s:STATE_ANKARA={ - region_state:TUR={ - create_building={ - building="building_government_administration" - level=17 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_infrastructure" - level=6 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_tea_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_advanced_military_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_tanks_prod" "pm_no_armored_fighting_vehicle_prod" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } - } - create_building={ - building="building_barracks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + s:STATE_ANKARA = { + region_state:TUR = { + create_building = { + building = "building_government_administration" + level = 17 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_infrastructure" + level = 6 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_tea_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_butchering_tools" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_tanks_prod" + "pm_no_armored_fighting_vehicle_prod" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_barracks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_KARS={ - region_state:TUR={ - create_building={ - building="building_wheat_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_privately_owned_farm" "pm_manual_harvesting" } - } - create_building={ - building="building_infrastructure" - level=1 - subsidized=no - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_airfield" "pm_privately_owned_airport" } + s:STATE_KARS = { + region_state:TUR = { + create_building = { + building = "building_wheat_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_manual_harvesting" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + subsidized = no + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_airfield" + "pm_privately_owned_airport" + } } } - region_state:RUS={ + region_state:RUS = { } } } diff --git a/common/history/buildings/09_central_asia.txt b/common/history/buildings/09_central_asia.txt index aff36359b..ea6f0b206 100644 --- a/common/history/buildings/09_central_asia.txt +++ b/common/history/buildings/09_central_asia.txt @@ -1,866 +1,1482 @@ -BUILDINGS={ - s:STATE_DAGESTAN={ - region_state:RUS={ - create_building={ - building="building_oil_rig" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } +BUILDINGS = { + s:STATE_DAGESTAN = { + region_state:RUS = { + create_building = { + building = "building_oil_rig" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } } } } - s:STATE_KUBAN={ - region_state:RUS={ - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_fuel_refineries" - level=25 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_bauxite_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_power_tools_bauxite" "pm_heavy_equipment_extraction_bauxite" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_tea_plantation" - level=40 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_lead_mine" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_oil_rig" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } + s:STATE_KUBAN = { + region_state:RUS = { + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_fuel_refineries" + level = 25 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_bauxite_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_power_tools_bauxite" + "pm_heavy_equipment_extraction_bauxite" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_tea_plantation" + level = 40 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_lead_mine" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } } } } - s:STATE_ARMENIA={ - region_state:RUS={ - create_building={ - building="building_lead_mine" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_ARMENIA = { + region_state:RUS = { + create_building = { + building = "building_lead_mine" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_AZERBAIJAN={ - region_state:RUS={ - create_building={ - building="building_bauxite_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_bauxite" "pm_power_tools_bauxite" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_oil_rig" - level=19 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_fuel_refineries" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_AZERBAIJAN = { + region_state:RUS = { + create_building = { + building = "building_bauxite_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_bauxite" + "pm_power_tools_bauxite" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_oil_rig" + level = 19 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_fuel_refineries" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_GREATER_CAUCASUS={ - region_state:RUS={ - create_building={ - building="building_tea_plantation" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_oil_rig" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } + s:STATE_GREATER_CAUCASUS = { + region_state:RUS = { + create_building = { + building = "building_tea_plantation" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } } } } - s:STATE_SAMARA={ - region_state:RUS={ - create_building={ - building="building_glassworks" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_food_industry" - level=14 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_government_run_airport" } - } - create_building={ - building="building_construction_sector" - level=16 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_explosives_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_plastic_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_infrastructure" - level=9 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_pharmaceutical_industry" - level=35 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=21 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_steelworks" - level=25 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_aircraft" "pm_jet_fighters_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_distilleries" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_basic_distillation_liquor" "pm_disabled_distillery_wine" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_oil_rig" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } + s:STATE_SAMARA = { + region_state:RUS = { + create_building = { + building = "building_glassworks" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_food_industry" + level = 14 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_government_run_airport" + } + } + create_building = { + building = "building_construction_sector" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_explosives_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_plastic_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 35 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_steelworks" + level = 25 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_aircraft" + "pm_jet_fighters_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_distilleries" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_basic_distillation_liquor" + "pm_disabled_distillery_wine" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } } } } - s:STATE_KAZAN={ - region_state:RUS={ - create_building={ - building="building_construction_sector" - level=14 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_fuel_refineries" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_uranium_refineries" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_calutron" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_combustion_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_chemical_plants" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_uranium_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_uranium" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_paper_manufactories" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_motor_industry" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_oil_rig" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } + s:STATE_KAZAN = { + region_state:RUS = { + create_building = { + building = "building_construction_sector" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_uranium_refineries" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_calutron" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_uranium_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_uranium" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_paper_manufactories" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } } } } - s:STATE_TARTARIA={ - region_state:RUS={ - create_building={ - building="building_paper_manufactories" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_government_run_airport" } - } - create_building={ - building="building_construction_sector" - level=18 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_textile_manufactories" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_synthetic_fiber_production_textiles" "pm_powered_assembly_lines_industry" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_advanced_military_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_1st_gen_mbt_ami" "pm_wartime_halftacks_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_government_administration" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_pharmaceutical_industry" - level=35 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=7 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_university" - level=7 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } - } - create_building={ - building="building_motor_industry" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } + s:STATE_TARTARIA = { + region_state:RUS = { + create_building = { + building = "building_paper_manufactories" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_government_run_airport" + } + } + create_building = { + building = "building_construction_sector" + level = 18 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_synthetic_fiber_production_textiles" + "pm_powered_assembly_lines_industry" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_advanced_military_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_1st_gen_mbt_ami" + "pm_wartime_halftacks_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_government_administration" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 35 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_university" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_state_directed_research" + "pm_secular_faculty" + } + } + create_building = { + building = "building_motor_industry" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } } } } - s:STATE_ASTRAKHAN={ - region_state:RUS={ - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_fuel_refineries" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_wheat_farm" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_farm" "pm_simple_farming" "pm_honey_production" "pm_manual_harvesting" "pm_no_secondary" } + s:STATE_ASTRAKHAN = { + region_state:RUS = { + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_fuel_refineries" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_farm" + "pm_simple_farming" + "pm_honey_production" + "pm_manual_harvesting" + "pm_no_secondary" + } } } } - s:STATE_URALSK={ - region_state:RUS={ - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } + s:STATE_URALSK = { + region_state:RUS = { + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } } } } - s:STATE_KHIVA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=6 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_military_aircraft" } - } - create_building={ - building="building_opium_plantation" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_mechanized_harvesting_opium" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_KHIVA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_military_aircraft" + } + } + create_building = { + building = "building_opium_plantation" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_mechanized_harvesting_opium" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_UZBEKIA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_fighters" } - } - create_building={ - building="building_bauxite_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_bauxite" "pm_power_tools_bauxite" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_fuel_refineries" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_industry" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_services_use" "pm_no_environmental_tech" "pm_synthetic_fiber_production_furniture" } - } - create_building={ - building="building_silk_plantation" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_opium_plantation" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_mechanized_harvesting_opium" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_tea_plantation" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } + s:STATE_UZBEKIA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_fighters" + } + } + create_building = { + building = "building_bauxite_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_bauxite" + "pm_power_tools_bauxite" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_fuel_refineries" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_industry" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_services_use" + "pm_no_environmental_tech" + "pm_synthetic_fiber_production_furniture" + } + } + create_building = { + building = "building_silk_plantation" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_opium_plantation" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_mechanized_harvesting_opium" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } } } } - s:STATE_TAJIKISTAN={ - region_state:RUS={ - create_building={ - building="building_tea_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_opium_plantation" - level=20 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_mechanized_harvesting_opium" "pm_no_transport_plantation" "pm_government_run_plantation" } + s:STATE_TAJIKISTAN = { + region_state:RUS = { + create_building = { + building = "building_tea_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_opium_plantation" + level = 20 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_mechanized_harvesting_opium" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } } } - region_state:AFH={ + region_state:AFH = { } } - s:STATE_KIRGHIZIA={ - region_state:RUS={ - create_building={ - building="building_rubber_plantation" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_tea_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_KIRGHIZIA = { + region_state:RUS = { + create_building = { + building = "building_rubber_plantation" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_TURKMENIA={ - region_state:RUS={ - create_building={ - building="building_oil_rig" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=16 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_government_run_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_heavy_equipment_extraction_phosphorus" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_opium_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_mechanized_harvesting_opium" "pm_no_transport_plantation" "pm_government_run_plantation" } + s:STATE_TURKMENIA = { + region_state:RUS = { + create_building = { + building = "building_oil_rig" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 16 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_government_run_mine" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_phosphorus" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_opium_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_mechanized_harvesting_opium" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } } } } - s:STATE_SEMIRECHE={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=4 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_post_war_fighters" } - } - create_building={ - building="building_coal_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_SEMIRECHE = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_post_war_fighters" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_JETISY={ - region_state:RUS={ - create_building={ - building="building_rubber_plantation" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_government_run_airport" "pm_airfield" } - } - create_building={ - building="building_motor_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_combustion_plant" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_government_run_urban" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_fuel_refineries" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } + s:STATE_JETISY = { + region_state:RUS = { + create_building = { + building = "building_rubber_plantation" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_government_run_airport" + "pm_airfield" + } + } + create_building = { + building = "building_motor_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_government_run_urban" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_fuel_refineries" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } } } } - s:STATE_AKMOLINSK={ - region_state:RUS={ - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_government_run_airport" "pm_airfield" } - } - create_building={ - building="building_barracks" - level=6 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_post_war_fighters" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ "pm_prefabricated_buildings" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } + s:STATE_AKMOLINSK = { + region_state:RUS = { + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_government_run_airport" + "pm_airfield" + } + } + create_building = { + building = "building_barracks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_post_war_fighters" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_prefabricated_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } } } } - s:STATE_PASHTUNISTAN={ - region_state:HND={ - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_bauxite_mine" - level=6 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_PASHTUNISTAN = { + region_state:HND = { + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_bauxite_mine" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_WESTERN_AFGHANISTAN={ - region_state:AFH={ - create_building={ - building="building_opium_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_WESTERN_AFGHANISTAN = { + region_state:AFH = { + create_building = { + building = "building_opium_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_EASTERN_AFGHANISTAN={ - region_state:AFH={ - create_building={ - building="building_opium_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_EASTERN_AFGHANISTAN = { + region_state:AFH = { + create_building = { + building = "building_opium_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_BALUCHISTAN={ - region_state:BLH={ - create_building={ - building="building_lead_mine" + s:STATE_BALUCHISTAN = { + region_state:BLH = { + create_building = { + building = "building_lead_mine" level = 5 reserves = 1 - activate_production_methods = { "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } } create_building = { - building="building_infrastructure" + building = "building_infrastructure" level = 1 reserves = 1 - activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_privately_owned_building_infrastructure" } + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_NGARI={ - region_state:TIB={ - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_NGARI = { + region_state:TIB = { + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_HIMALAYAS={ - region_state:HND={ - create_building={ - building="building_financial_services" - level=3 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_no_investment_services" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_HIMALAYAS = { + region_state:HND = { + create_building = { + building = "building_financial_services" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_no_investment_services" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } - region_state:BUH={ - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + region_state:BUH = { + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } - region_state:NPA={ - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + region_state:NPA = { + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } diff --git a/common/history/buildings/11_east_asia.txt b/common/history/buildings/11_east_asia.txt index fdccad884..e6e9f4492 100644 --- a/common/history/buildings/11_east_asia.txt +++ b/common/history/buildings/11_east_asia.txt @@ -1,3750 +1,6776 @@ -BUILDINGS={ - s:STATE_DZUNGARIA={ - region_state:ROC={ - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_lead_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - region_state:TRH={ - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_TIANSHAN={ - region_state:ROC={ - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_SICHUAN={ - region_state:ROC={ - create_building={ - building="building_opium_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers_rice_farm" } - } - } - } - s:STATE_YUNNAN={ - region_state:ROC={ - create_building={ - building="building_opium_plantation" - level=16 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_GUIZHOU={ - region_state:ROC={ - create_building={ - building="building_opium_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_SHAOZHOU={ - region_state:ROC={ - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - region_state:HKN={ - } - } - s:STATE_ALXA={ - region_state:ROC={ - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_HINGGAN={ - region_state:PRC={ - create_building={ - building="building_iron_mine" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_post_war_infantry" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_artillery" } - } - create_building={ - building="building_lead_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - } - region_state:RUS={ - } - } - s:STATE_GUANGXI={ - region_state:ROC={ - create_building={ - building="building_banana_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_BEIJING={ - region_state:PRC={ - create_building={ - building="building_cotton_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_silk_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_furniture_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_textile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=15 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_barracks" - level=10 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_artillery_prod" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_government_run_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_pre_war_ammunition" } - } - create_building={ - building="building_wheat_farm" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_lead_mine" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_chemical_plants" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_tool_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_livestock_ranch" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - } - } - s:STATE_SHENGJING={ - region_state:RUS={ - } - } - s:STATE_OUTER_MANCHURIA={ - region_state:RUS={ - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_wartime_artillery" "pm_main_battle_tanks" "pm_motorised" "pm_no_formal_medical_support" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_aircraft" } - } - create_building={ - building="building_fuel_refineries" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_naval_base" - level=6 - reserves=1 - activate_production_methods={ "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_aircraft_carrier" "pm_no_naval_aircraft" "pm_no_attack_submarines" } - } - create_building={ - building="building_gold_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_heavy_equipment_extraction_gold" "pm_government_run_mine" "pm_manual_transportation" "pm_power_tools_gold" } - } - } - } - s:STATE_SOUTHERN_MANCHURIA={ - region_state:RUS={ - } - } - s:STATE_NORTHERN_MANCHURIA={ - region_state:RUS={ - } - } - s:STATE_SHANXI={ - region_state:PRC={ - create_building={ - building="building_tea_plantation" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_construction_sector" - level=10 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_coal_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_wheat_farm" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_phosphorus_mine" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - } - } - s:STATE_NINGXIA={ - region_state:ROC={ - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=12 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_GANSU={ - region_state:ROC={ - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_XIAN={ - region_state:PRC={ - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_coal_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_government_run_mine" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - } - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_QINGHAI={ - region_state:ROC={ - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_CHONGQING={ - region_state:ROC={ - create_building={ - building="building_tea_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_GUANGDONG={ - region_state:ROC={ - create_building={ - building="building_banana_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=9 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - region_state:MAO={ - } - } - s:STATE_FUJIAN={ - region_state:ROC={ - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=21 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_ZHEJIANG={ - region_state:ROC={ - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=14 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=16 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_JIANGSU={ - region_state:PRC={ - create_building={ - building="building_silk_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_textile_manufactories" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_logging_camp" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_rice_farm" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - } - } - s:STATE_NANJING={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_HENAN={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_ZHILI={ - region_state:ROC={ - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tool_manufactories" - level=10 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=43 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_phosphorus_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - } - } - s:STATE_JIANGXI={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coal_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=13 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_SOUTHERN_ANHUI={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coal_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_NORTHERN_ANHUI={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coal_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - region_state:PRC={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - } - } - s:STATE_WESTERN_HUBEI={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_EASTERN_HUBEI={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=22 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_HUNAN={ - region_state:ROC={ - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_barracks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_FORMOSA={ - region_state:ROC={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_banana_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - } - } - s:STATE_SHANDONG={ - region_state:PRC={ - create_building={ - building="building_cotton_plantation" - level=10 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_silk_plantation" - level=30 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_government_run_misc" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_barracks" - level=5 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_small_arms_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_explosives_industry" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_wheat_farm" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_chemical_plants" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_livestock_ranch" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - } - } - s:STATE_SUZHOU={ - region_state:ROC={ - create_building={ - building="building_tea_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=11 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_rudimentary_explosives" "pm_pre_war_ammunition" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_chemical_plants" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - region_state:PRC={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_pre_war_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_tool_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - } - } - s:STATE_ULIASTAI={ - region_state:MGL={ - create_building={ - building="building_livestock_ranch" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - } - } - s:STATE_URGA={ - region_state:MGL={ - create_building={ - building="building_livestock_ranch" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_government_run_farm" } - } - } - } - s:STATE_CAMBODIA={ - region_state:VNM={ - create_building={ - building="building_silk_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_BANGKOK={ - region_state:THA={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_opium_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_rice_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_TONKIN={ - region_state:VNM={ - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_opium_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_ANNAM={ - region_state:VNM={ - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_MEKONG={ - region_state:VNM={ - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_silk_plantation" - level=14 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_LAOS={ - region_state:VNM={ - create_building={ - building="building_opium_plantation" - level=20 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_silk_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - } - s:STATE_CHIANG_MAI={ - region_state:THA={ - create_building={ - building="building_opium_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_NAKHON_RATCHASIMA={ - region_state:THA={ - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_opium_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_TENASSERIM={ - region_state:MYM={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_opium_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_rubber_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - } - region_state:THA={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_opium_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - } - } - s:STATE_KACHIN={ - region_state:MYM={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_opium_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - } - } - s:STATE_SHAN_STATES={ - region_state:MYM={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_opium_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_BURMA={ - region_state:MYM={ - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_opium_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_PEGU={ - region_state:MYM={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_opium_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_opium_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=13 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tea_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - } - } - s:STATE_SAKHALIN={ - region_state:RUS={ - } - } - s:STATE_HOKKAIDO={ - region_state:JAP={ - create_building={ - building="building_coal_mine" - level=21 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_iron_mine" - level=11 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_wheat_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_privately_owned_farm" "pm_organophosphates" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_whaling_ships" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_fishing_trawlers" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_infrastructure" - level=7 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_food_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_power_tools_gold" "pm_privately_owned_mine" "pm_manual_transportation" "pm_heavy_equipment_extraction_gold" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_privatized_hospital" "pm_professional_service_industry_no" "pm_antibiotics" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_open_air_stockyards" "pm_standard_fences" "pm_privately_owned_farm" "pm_slaughterhouses" } - } - create_building={ - building="building_explosives_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_teflon_chemicals" } - } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_rudimentary_polymers" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_lead" } - } - } - region_state:RUS={ - } - } - s:STATE_TOHOKU={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=37 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_fertilizers_rice_farm" "pm_no_honey_production" "pm_privately_owned_farm" "pm_fig_orchards" } - } - create_building={ - building="building_livestock_ranch" - level=12 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_refrigerated_rail_cars_building_livestock_ranch" "pm_privately_owned_farm" } - } - create_building={ - building="building_iron_mine" - level=13 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_advanced_mechanized_mills" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_fishing_wharf" - level=7 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_tea_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_copper_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_privately_owned_mine" "pm_manual_transportation" "pm_power_tools_copper" } - } - create_building={ - building="building_tobacco_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_hospitals" - level=9 - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_antibiotics" "pm_professional_service_industry_no" "pm_trauma_centers" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_power_tools_lead" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=6 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=6 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_KANTO={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=15 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=10 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=14 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=20 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_civilian_aircraft" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_privatized_hospital" "pm_antibiotics" "pm_professional_service_industry_no" "pm_trauma_centers" } - } - create_building={ - building="building_pharmaceutical_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_privately_owned_farm" "pm_unrefrigerated" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=35 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" "pm_professional_service_industry_no" "pm_certified_investors" } - } - } - } - s:STATE_CHUBU={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=11 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=9 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_privately_owned_farm" "pm_unrefrigerated" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_oil_rig" - level=1 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=7 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=13 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_fuel_refineries" - level=7 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_automobile_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=7 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aircraft_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_no_civilian_aircraft" "pm_early_military_aircraft_prod" "pm_no_missile_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_aluminum_refinery" - level=3 - reserves=1 - activate_production_methods={ "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=20 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=11 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_KANSAI={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=21 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=9 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=16 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_tool_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=10 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=3 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_motor_industry" - level=11 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_textile_manufactories" - level=13 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_national_airport" "pm_privately_owned_airport" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_silk_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=7 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_privately_owned_farm" "pm_unrefrigerated" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=30 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_automobile_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_explosives_industry" - level=10 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_media_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - } - } - s:STATE_KYUSHU={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_coal_mine" - level=9 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=11 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_chemical_plants" - level=7 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=8 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=3 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=12 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } - } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fuel_refineries" - level=7 - reserves=1 - activate_production_methods={ "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_copper_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_power_tools_copper" "pm_manual_transportation" "pm_mechanized_resource_extraction_copper" } - } - create_building={ - building="building_drydocks" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_aircraft_carriers_prod" "pm_no_surface_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_no_submarine_prod" } - } - } - } - s:STATE_RYUKYU_ISLANDS={ - region_state:JAP={ - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=9 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - } - } - s:STATE_CHUGOKU={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=2 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - } - s:STATE_SHIKOKU={ - region_state:JAP={ - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_fertilizers_rice_farm" "pm_fig_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_infrastructure" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_shipyards" - level=3 - reserves=1 - activate_production_methods={ "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_phosphorus_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_silk_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_fishing_trawlers" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_cotton_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_drydocks" - level=2 - reserves=1 - activate_production_methods={ "pm_no_surface_prod" "pm_aircraft_carriers_prod" "pm_no_submarine_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - } - } - s:STATE_SEOUL={ - region_state:STK={ - create_building={ - building="building_silk_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - } - region_state:NRK={ - create_building={ - building="building_logging_camp" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_BUSAN={ - region_state:STK={ - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_silk_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_YANGHO={ - region_state:STK={ - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_SARIWON={ - region_state:NRK={ - create_building={ - building="building_cotton_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_silk_plantation" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - } - } - s:STATE_PYONGYANG={ - region_state:NRK={ - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_government_run_industry" } - } - create_building={ - building="building_cotton_plantation" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_silk_plantation" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_government_run_farm" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_government_run_misc" } - } - } - region_state:STK={ - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } +BUILDINGS = { + s:STATE_DZUNGARIA = { + region_state:ROC = { + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_lead_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + region_state:TRH = { + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_TIANSHAN = { + region_state:ROC = { + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_SICHUAN = { + region_state:ROC = { + create_building = { + building = "building_opium_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers_rice_farm" + } + } + } + } + s:STATE_YUNNAN = { + region_state:ROC = { + create_building = { + building = "building_opium_plantation" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_GUIZHOU = { + region_state:ROC = { + create_building = { + building = "building_opium_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_SHAOZHOU = { + region_state:ROC = { + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:HKN = { + } + } + s:STATE_ALXA = { + region_state:ROC = { + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_HINGGAN = { + region_state:PRC = { + create_building = { + building = "building_iron_mine" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_post_war_infantry" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_artillery" + } + } + create_building = { + building = "building_lead_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + } + region_state:RUS = { + } + } + s:STATE_GUANGXI = { + region_state:ROC = { + create_building = { + building = "building_banana_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_BEIJING = { + region_state:PRC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_barracks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_artillery_prod" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_government_run_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_pre_war_ammunition" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_lead_mine" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_chemical_plants" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + } + } + s:STATE_SHENGJING = { + region_state:RUS = { + } + } + s:STATE_OUTER_MANCHURIA = { + region_state:RUS = { + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_wartime_artillery" + "pm_main_battle_tanks" + "pm_motorized" + "pm_no_formal_medical_support" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_aircraft" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_no_plastics" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_naval_base" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_wartime_escort_ships" + "pm_wartime_cruisers" + "pm_no_aircraft_carrier" + "pm_no_naval_aircraft" + "pm_no_attack_submarines" + } + } + create_building = { + building = "building_gold_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_heavy_equipment_extraction_gold" + "pm_government_run_mine" + "pm_manual_transportation" + "pm_power_tools_gold" + } + } + } + } + s:STATE_SOUTHERN_MANCHURIA = { + region_state:RUS = { + } + } + s:STATE_NORTHERN_MANCHURIA = { + region_state:RUS = { + } + } + s:STATE_SHANXI = { + region_state:PRC = { + create_building = { + building = "building_tea_plantation" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_construction_sector" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_coal_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + } + } + s:STATE_NINGXIA = { + region_state:ROC = { + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_GANSU = { + region_state:ROC = { + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_XIAN = { + region_state:PRC = { + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_government_run_mine" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + } + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_QINGHAI = { + region_state:ROC = { + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_CHONGQING = { + region_state:ROC = { + create_building = { + building = "building_tea_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_GUANGDONG = { + region_state:ROC = { + create_building = { + building = "building_banana_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:MAO = { + } + } + s:STATE_FUJIAN = { + region_state:ROC = { + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_ZHEJIANG = { + region_state:ROC = { + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_JIANGSU = { + region_state:PRC = { + create_building = { + building = "building_silk_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + } + } + s:STATE_NANJING = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_HENAN = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_ZHILI = { + region_state:ROC = { + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tool_manufactories" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 43 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + } + } + s:STATE_JIANGXI = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coal_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_SOUTHERN_ANHUI = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coal_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_NORTHERN_ANHUI = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coal_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + region_state:PRC = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + } + } + s:STATE_WESTERN_HUBEI = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_EASTERN_HUBEI = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 22 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_HUNAN = { + region_state:ROC = { + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_barracks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_FORMOSA = { + region_state:ROC = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_banana_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + } + } + s:STATE_SHANDONG = { + region_state:PRC = { + create_building = { + building = "building_cotton_plantation" + level = 10 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 30 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_government_run_misc" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_barracks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_chemical_plants" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + } + } + s:STATE_SUZHOU = { + region_state:ROC = { + create_building = { + building = "building_tea_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_rudimentary_explosives" + "pm_pre_war_ammunition" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_chemical_plants" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_fertilizer_plant" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + region_state:PRC = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_pre_war_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + } + } + s:STATE_ULIASTAI = { + region_state:MGL = { + create_building = { + building = "building_livestock_ranch" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + } + } + s:STATE_URGA = { + region_state:MGL = { + create_building = { + building = "building_livestock_ranch" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_government_run_farm" + } + } + } + } + s:STATE_CAMBODIA = { + region_state:VNM = { + create_building = { + building = "building_silk_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_BANGKOK = { + region_state:THA = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_opium_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rice_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_TONKIN = { + region_state:VNM = { + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_opium_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_ANNAM = { + region_state:VNM = { + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_MEKONG = { + region_state:VNM = { + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_silk_plantation" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_LAOS = { + region_state:VNM = { + create_building = { + building = "building_opium_plantation" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_CHIANG_MAI = { + region_state:THA = { + create_building = { + building = "building_opium_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_NAKHON_RATCHASIMA = { + region_state:THA = { + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_opium_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_TENASSERIM = { + region_state:MYM = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_opium_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_rubber_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + } + region_state:THA = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_opium_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_KACHIN = { + region_state:MYM = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_opium_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + } + } + s:STATE_SHAN_STATES = { + region_state:MYM = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_opium_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_BURMA = { + region_state:MYM = { + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_opium_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_PEGU = { + region_state:MYM = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_opium_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_opium_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + } + } + s:STATE_SAKHALIN = { + region_state:RUS = { + } + } + s:STATE_HOKKAIDO = { + region_state:JAP = { + create_building = { + building = "building_coal_mine" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_iron_mine" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_wheat_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_no_secondary" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_organophosphates" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_whaling_ships" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_fishing_trawlers" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_infrastructure" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_phosphorus" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_food_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_power_tools_gold" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_heavy_equipment_extraction_gold" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_privatized_hospital" + "pm_professional_service_industry_no" + "pm_antibiotics" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_open_air_stockyards" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_slaughterhouses" + } + } + create_building = { + building = "building_explosives_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_teflon_chemicals" + } + } + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_rudimentary_polymers" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_lead" + } + } + } + region_state:RUS = { + } + } + s:STATE_TOHOKU = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 37 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_fertilizers_rice_farm" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_fig_orchards" + } + } + create_building = { + building = "building_livestock_ranch" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_refrigerated_rail_cars_building_livestock_ranch" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_iron_mine" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_advanced_mechanized_mills" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_fishing_wharf" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tea_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_copper_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_privately_owned_mine" + "pm_manual_transportation" + "pm_power_tools_copper" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_hospitals" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_trauma_centers" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_power_tools_lead" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_KANTO = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 14 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_civilian_aircraft" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privatized_hospital" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_trauma_centers" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_unrefrigerated" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 35 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_electronics" + "pm_no_sensors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_privately_owned_urban" + "pm_professional_service_industry_no" + "pm_certified_investors" + } + } + } + } + s:STATE_CHUBU = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_unrefrigerated" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_oil_rig" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_fuel_refineries" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aircraft_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_no_civilian_aircraft" + "pm_early_military_aircraft_prod" + "pm_no_missile_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_aluminum_refinery" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_hall_heroult_process" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_KANSAI = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 21 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_tool_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_motor_industry" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_textile_manufactories" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_national_airport" + "pm_privately_owned_airport" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_silk_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_privately_owned_farm" + "pm_unrefrigerated" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 30 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_automobile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_automobiles" + "pm_no_luxury_cars" + "pm_refined_oil_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_explosives_industry" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_media_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_magazines_media" + "pm_independent_news" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_traditional_financial_services" + "pm_no_commercial_banking" + "pm_certified_investors" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + } + } + s:STATE_KYUSHU = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_coal_mine" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_chemical_plants" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_higher_education" + "pm_independent_research_focus" + "pm_secular_faculty" + } + } + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fuel_refineries" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_oil_refineries" + "pm_rudimentary_polymers" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_power_tools_copper" + "pm_manual_transportation" + "pm_mechanized_resource_extraction_copper" + } + } + create_building = { + building = "building_drydocks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_aircraft_carriers_prod" + "pm_no_surface_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_no_submarine_prod" + } + } + } + } + s:STATE_RYUKYU_ISLANDS = { + region_state:JAP = { + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 9 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + } + } + s:STATE_CHUGOKU = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + } + s:STATE_SHIKOKU = { + region_state:JAP = { + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_fertilizers_rice_farm" + "pm_fig_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_government_run_building_infrastructure" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_shipyards" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_cargo_ships" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_phosphorus" + "pm_power_tools_phosphorus" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_silk_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_fishing_trawlers" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_cotton_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_drydocks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_no_surface_prod" + "pm_aircraft_carriers_prod" + "pm_no_submarine_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + } + } + s:STATE_SEOUL = { + region_state:STK = { + create_building = { + building = "building_silk_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + } + region_state:NRK = { + create_building = { + building = "building_logging_camp" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_BUSAN = { + region_state:STK = { + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_silk_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_YANGHO = { + region_state:STK = { + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_SARIWON = { + region_state:NRK = { + create_building = { + building = "building_cotton_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + } + } + s:STATE_PYONGYANG = { + region_state:NRK = { + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_government_run_industry" + } + } + create_building = { + building = "building_cotton_plantation" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_silk_plantation" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_silk_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_government_run_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_government_run_farm" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_government_run_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_government_run_misc" + } + } + } + region_state:STK = { + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } diff --git a/common/history/buildings/12_indonesia.txt b/common/history/buildings/12_indonesia.txt index 685034ecd..58431c295 100644 --- a/common/history/buildings/12_indonesia.txt +++ b/common/history/buildings/12_indonesia.txt @@ -1,1218 +1,2020 @@ -BUILDINGS={ - s:STATE_MALAYA={ - region_state:MYY={ - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_rubber_plantation" - level=15 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=19 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=11 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } +BUILDINGS = { + s:STATE_MALAYA = { + region_state:MYY = { + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_rubber_plantation" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 19 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } - region_state:SGP={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:SGP = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_NORTH_BORNEO={ - region_state:MYY={ - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_gold_mine" - level=8 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rubber_plantation" - level=13 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } + s:STATE_NORTH_BORNEO = { + region_state:MYY = { + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_gold_mine" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rubber_plantation" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } } } - region_state:BRU={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:BRU = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_WEST_BORNEO={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_gold_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_lead_mine" - level=7 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_WEST_BORNEO = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_gold_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_lead_mine" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_lead" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_EAST_BORNEO={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=23 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_oil_rig" - level=5 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_EAST_BORNEO = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_oil_rig" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_WEST_JAVA={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=16 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_phosphorus_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_WEST_JAVA = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 16 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_EAST_JAVA={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_oil_rig" - level=3 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_EAST_JAVA = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_oil_rig" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_CENTRAL_JAVA={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tobacco_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_phosphorus_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_bauxite_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_CENTRAL_JAVA = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_bauxite_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_bauxite" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_NORTH_SUMATRA={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=23 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_coal_mine" - level=12 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_NORTH_SUMATRA = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_coal_mine" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_coal" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_SOUTH_SUMATRA={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=23 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_oil_rig" - level=4 - reserves=1 - activate_production_methods={ "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_phosphorus_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=6 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_SOUTH_SUMATRA = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 23 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_oil_rig" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_oil_rigs" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_ACEH={ - region_state:IDS={ - create_building={ - building="building_rubber_plantation" - level=13 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=3 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_phosphorus_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_phosphorus" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=15 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_ACEH = { + region_state:IDS = { + create_building = { + building = "building_rubber_plantation" + level = 13 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_phosphorus" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_WESTERN_NEW_GUINEA={ - region_state:WPP={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=6 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rice_farm" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } + s:STATE_WESTERN_NEW_GUINEA = { + region_state:WPP = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rice_farm" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } } } } - s:STATE_MOLUCCAS={ - region_state:IDS={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=7 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_MOLUCCAS = { + region_state:IDS = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_CELEBES={ - region_state:IDS={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_iron_mine" - level=27 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_CELEBES = { + region_state:IDS = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_ranch" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_iron_mine" + level = 27 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } } - s:STATE_EASTERN_NEW_GUINEA={ - region_state:PPN={ - create_building={ - building="building_port" - level=5 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_rubber_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rice_farm" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_EASTERN_NEW_GUINEA = { + region_state:PPN = { + create_building = { + building = "building_port" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_rubber_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rice_farm" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } - region_state:AST={ - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_phosphorus_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } + region_state:AST = { + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_phosphorus" + "pm_manual_transportation" + "pm_power_tools_phosphorus" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } } } } - s:STATE_SUNDA_ISLANDS={ - region_state:POR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_SUNDA_ISLANDS = { + region_state:POR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } - region_state:IDS={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:IDS = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_MINDANAO={ - region_state:PHI={ - create_building={ - building="building_coffee_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" "pm_open_air_stockyards" } - } - create_building={ - building="building_tobacco_plantation" - level=7 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rubber_plantation" - level=10 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_hereditary_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_tea_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } + s:STATE_MINDANAO = { + region_state:PHI = { + create_building = { + building = "building_coffee_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_butchering_tools" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_open_air_stockyards" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rubber_plantation" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_hereditary_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_tea_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } } } } - s:STATE_LUZON={ - region_state:PHI={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } - } - create_building={ - building="building_coffee_plantation" - level=8 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=5 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=6 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_tea_plantation" - level=6 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_combustion_plant" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_hospitals" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_banana_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_LUZON = { + region_state:PHI = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_infantry" + "pm_no_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } + } + create_building = { + building = "building_coffee_plantation" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_tea_plantation" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_combustion_plant" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_hospitals" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_banana_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_VISAYAS={ - region_state:PHI={ - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_copper_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_rubber_plantation" - level=4 - reserves=1 - activate_production_methods={ "pm_default_building_rubber_plantation" "pm_manual_harvesting_plantation" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_hospitals" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ "pm_hospitals" "pm_traditional_treatments" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_sugar_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_fertilizers_rice_farm" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_VISAYAS = { + region_state:PHI = { + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_copper_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_iron" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_rubber_plantation" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_default_building_rubber_plantation" + "pm_manual_harvesting_plantation" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_hospitals" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { + "pm_hospitals" + "pm_traditional_treatments" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_banana_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_coffee_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_cotton_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_sugar_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_fertilizers_rice_farm" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tobacco_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_WEST_MICRONESIA={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_WEST_MICRONESIA = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_EAST_MICRONESIA={ - region_state:USA={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_EAST_MICRONESIA = { + region_state:USA = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } - region_state:TVL={ + region_state:TVL = { } } - s:STATE_GUAM={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_GUAM = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_MARIANA_ISLANDS={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_MARIANA_ISLANDS = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_PALAU={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_PALAU = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_SOLOMON_ISLANDS={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_SOLOMON_ISLANDS = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_NAURU={ - region_state:AST={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_NAURU = { + region_state:AST = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_FIJI={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_FIJI = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_VANUATU={ - region_state:GBR={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_VANUATU = { + region_state:GBR = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_KANAK={ - region_state:FRA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_KANAK = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_BOUGAINVILLE={ - region_state:PPN={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_hereditary_bureaucrats" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_BOUGAINVILLE = { + region_state:PPN = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_informal_bureaucracy" + "pm_professional_service_industry_no" + "pm_hereditary_bureaucrats" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_TAHITI={ - region_state:FRA={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_basic_port" } - } - create_building={ - building="building_synthetics_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_nylon" "pm_no_rubber" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_rice_farm" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_farming_building_rice_farm" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" "pm_privately_owned_farm" } + s:STATE_TAHITI = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } + } + create_building = { + building = "building_synthetics_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_nylon" + "pm_no_rubber" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_rice_farm" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_farming_building_rice_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_manual_harvesting" + "pm_privately_owned_farm" + } } } - region_state:CHL={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } + region_state:CHL = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } - s:STATE_TONGA={ - region_state:USA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_basic_port" } + s:STATE_TONGA = { + region_state:USA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_basic_port" + } } } } - s:STATE_FRENCH_SOUTHERN_ISLANDS={ - region_state:FRA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } + s:STATE_FRENCH_SOUTHERN_ISLANDS = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } } } } diff --git a/common/history/buildings/13_australasia.txt b/common/history/buildings/13_australasia.txt index b632962a9..2b4e183de 100644 --- a/common/history/buildings/13_australasia.txt +++ b/common/history/buildings/13_australasia.txt @@ -1,781 +1,1412 @@ -BUILDINGS={ - s:STATE_NEW_SOUTH_WALES={ - region_state:AST={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_coal_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_tool_manufactories" - level=7 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_power_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry_tools" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_ammo" "pm_teflon_chemicals" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_chemical_plants" - level=8 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" "pm_organophosphates" "pm_mechanized_harvesting" } - } - create_building={ - building="building_motor_industry" - level=12 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_privately_owned_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_powered_assembly_lines_industry" } - } - create_building={ - building="building_steelworks" - level=6 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_glassworks" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=12 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=1 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_open_air_stockyards" "pm_slaughterhouses" "pm_unrefrigerated" "pm_barbed_wire_fences" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_no_formal_medical_support" "pm_post_war_infantry" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_pre_war_artillery" } +BUILDINGS = { + s:STATE_NEW_SOUTH_WALES = { + region_state:AST = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_coal_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_tool_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_power_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry_tools" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_ammo" + "pm_teflon_chemicals" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_no_secondary" + "pm_no_honey_production" + "pm_organophosphates" + "pm_mechanized_harvesting" + } + } + create_building = { + building = "building_motor_industry" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_privately_owned_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_powered_assembly_lines_industry" + } + } + create_building = { + building = "building_steelworks" + level = 6 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_glassworks" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_semi_automatic_rifles" + "pm_no_artillery_prod" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_unrefrigerated" + "pm_barbed_wire_fences" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_no_formal_medical_support" + "pm_post_war_infantry" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_pre_war_artillery" + } } } } - s:STATE_VICTORIA={ - region_state:AST={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=5 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_glassworks" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_sugar_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_tea_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } - } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ "pm_post_war_infantry" "pm_pre_war_artillery" "pm_no_armoured_integration" "pm_no_motorised" "pm_no_aircraft" "pm_no_special_reconnaissance" "pm_no_communications_support" "pm_no_formal_medical_support" } + s:STATE_VICTORIA = { + region_state:AST = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_glassworks" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_sugar_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_tea_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } + } + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_post_war_infantry" + "pm_pre_war_artillery" + "pm_no_armoured_integration" + "pm_no_motorized" + "pm_no_aircraft" + "pm_no_special_reconnaissance" + "pm_no_communications_support" + "pm_no_formal_medical_support" + } } } } - s:STATE_TASMANIA={ - region_state:AST={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_sugar_plantation" - level=3 - reserves=1 - activate_production_methods={ "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_TASMANIA = { + region_state:AST = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_sugar_plantation" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_default_building_sugar_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_QUEENSLAND={ - region_state:AST={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ "pm_power_tools" "pm_powered_assembly_lines_industry_tools" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_teflon_chemicals" "pm_no_ammo" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_powered_assembly_lines_industry" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=8 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_barbed_wire_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_glassworks" - level=1 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_infrastructure" - level=1 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_tea_plantation" - level=2 - reserves=1 - activate_production_methods={ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } + s:STATE_QUEENSLAND = { + region_state:AST = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_power_tools" + "pm_powered_assembly_lines_industry_tools" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_teflon_chemicals" + "pm_no_ammo" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_powered_assembly_lines_industry" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_organophosphates_fertilizer" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 8 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_barbed_wire_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_glassworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_infrastructure" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_tea_plantation" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_default_building_tea_plantation" + "pm_manual_harvesting_plantation" + "pm_no_transport_plantation" + "pm_privately_owned_plantation" + } } } } - s:STATE_SOUTH_AUSTRALIA={ - region_state:AST={ - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_iron_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_steelworks" - level=1 - reserves=1 - activate_production_methods={ "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_barbed_wire_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_phosphorus_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_manual_resource_extraction_phosphorus" "pm_manual_transportation" "pm_traditional_tools" } + s:STATE_SOUTH_AUSTRALIA = { + region_state:AST = { + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_iron_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_steelworks" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_early_steelmaking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_barbed_wire_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_phosphorus_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_manual_resource_extraction_phosphorus" + "pm_manual_transportation" + "pm_traditional_tools" + } } } } - s:STATE_WESTERN_AUSTRALIA={ - region_state:AST={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_coal_mine" - level=10 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ "pm_organophosphates" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_copper_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_gold_mine" - level=1 - reserves=1 - activate_production_methods={ "pm_manual_resource_extraction_gold" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=1 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_no_whaling" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_livestock_ranch" - level=11 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_barbed_wire_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_WESTERN_AUSTRALIA = { + region_state:AST = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_coal_mine" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_coal" + "pm_power_tools_coal" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_iron" + "pm_power_tools_iron" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { + "pm_organophosphates" + "pm_no_secondary" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_copper_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_copper" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_gold_mine" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_manual_resource_extraction_gold" + "pm_traditional_tools" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_forestry" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_no_whaling" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_livestock_ranch" + level = 11 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_barbed_wire_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_pre_war_glassworking" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_NORTHERN_TERRITORY={ - region_state:AST={ - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ "pm_pre_war_buildings" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_barbed_wire_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_infrastructure" - level=2 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } + s:STATE_NORTHERN_TERRITORY = { + region_state:AST = { + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_pre_war_buildings" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_barbed_wire_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_infrastructure" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } } } } - s:STATE_NORTH_ISLAND={ - region_state:NZL={ - create_building={ - building="building_wheat_farm" - level=20 - reserves=1 - activate_production_methods={ "pm_mechanized_harvesting" "pm_fertilizers" "pm_no_honey_production" "pm_privately_owned_farm" "pm_citrus_orchards" } - } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=5 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_chemical_plants" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_organophosphates_fertilizer" } - } - create_building={ - building="building_coal_mine" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } - } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } - } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } - } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } - } - create_building={ - building="building_gold_mine" - level=2 - reserves=1 - activate_production_methods={ "pm_privately_owned_mine" "pm_mechanized_resource_extraction_gold" "pm_manual_transportation" "pm_power_tools_gold" } - } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } - } - create_building={ - building="building_tool_manufactories" - level=4 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_power_tools" } - } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ "pm_privately_owned_airport" "pm_national_airport" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" "pm_preservatives_fruit" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_antibiotics" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_motor_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_privately_owned_farm" "pm_open_air_stockyards" "pm_standard_fences" "pm_unrefrigerated" "pm_slaughterhouses" } - } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } - } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ "pm_privately_owned_industry" "pm_no_ammo" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_teflon_chemicals" } + s:STATE_NORTH_ISLAND = { + region_state:NZL = { + create_building = { + building = "building_wheat_farm" + level = 20 + reserves = 1 + activate_production_methods = { + "pm_mechanized_harvesting" + "pm_fertilizers" + "pm_no_honey_production" + "pm_privately_owned_farm" + "pm_citrus_orchards" + } + } + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_chemical_plants" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_organophosphates_fertilizer" + } + } + create_building = { + building = "building_coal_mine" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_coal" + "pm_manual_transportation" + "pm_power_tools_coal" + } + } + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_iron" + "pm_manual_transportation" + "pm_power_tools_iron" + } + } + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_misc" + "pm_no_equipment" + "pm_manual_transportation" + "pm_electric_saw_mills" + } + } + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_privately_owned_misc" + "pm_traditional_packaging_fishing" + "pm_pre_war_whaling_ships" + } + } + create_building = { + building = "building_gold_mine" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_mine" + "pm_mechanized_resource_extraction_gold" + "pm_manual_transportation" + "pm_power_tools_gold" + } + } + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } + } + create_building = { + building = "building_tool_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_power_tools" + } + } + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_airport" + "pm_national_airport" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_furniture" + "pm_no_household_appliance_manufacturing" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_improved_food_manufactories" + "pm_preservatives_fish" + "pm_preservatives_meat" + "pm_preservatives_fruit" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_antibiotics" + "pm_trauma_centers" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_modern_medicine" + "pm_no_opiates" + "pm_no_recreational_drug_production" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_motor_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_combustion_gas_engines_motors" + "pm_no_electronics_motors" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_base_paper" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_farm" + "pm_open_air_stockyards" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_slaughterhouses" + } + } + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_professional_bureaucrats" + "pm_professional_service_industry_no" + "pm_modern_bureaucracy" + } + } + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { + "pm_privately_owned_industry" + "pm_no_ammo" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_teflon_chemicals" + } } } } - s:STATE_SOUTH_ISLAND={ - region_state:NZL={ - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" "pm_privately_owned_farm" } - } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ "pm_anchorage" } - } - create_building={ - building="building_infrastructure" - level=4 - reserves=1 - activate_production_methods={ "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_infrastructure" } - } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } - } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } - } - create_building={ - building="building_gold_mine" - level=4 - reserves=1 - activate_production_methods={ "pm_mechanized_resource_extraction_gold" "pm_power_tools_gold" "pm_manual_transportation" "pm_privately_owned_mine" } - } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } - } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ "pm_open_air_stockyards" "pm_slaughterhouses" "pm_standard_fences" "pm_unrefrigerated" "pm_privately_owned_farm" } - } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } - } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" "pm_privately_owned_industry" } - } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } + s:STATE_SOUTH_ISLAND = { + region_state:NZL = { + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { + "pm_fertilizers" + "pm_citrus_orchards" + "pm_no_honey_production" + "pm_mechanized_harvesting" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_anchorage" + } + } + create_building = { + building = "building_infrastructure" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_steam_trains" + "pm_paved_roads" + "pm_cargo_prioritization" + "pm_privately_owned_building_infrastructure" + } + } + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_electric_saw_mills" + "pm_no_equipment" + "pm_manual_transportation" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { + "pm_simple_fishing" + "pm_pre_war_whaling_ships" + "pm_traditional_packaging_fishing" + "pm_privately_owned_misc" + } + } + create_building = { + building = "building_gold_mine" + level = 4 + reserves = 1 + activate_production_methods = { + "pm_mechanized_resource_extraction_gold" + "pm_power_tools_gold" + "pm_manual_transportation" + "pm_privately_owned_mine" + } + } + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_trauma_centers" + "pm_antibiotics" + "pm_professional_service_industry_no" + "pm_privatized_hospital" + } + } + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { + "pm_open_air_stockyards" + "pm_slaughterhouses" + "pm_standard_fences" + "pm_unrefrigerated" + "pm_privately_owned_farm" + } + } + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { + "pm_modern_bureaucracy" + "pm_professional_service_industry_no" + "pm_professional_bureaucrats" + } + } + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_fiber_production_textiles" + "pm_no_automation" + "pm_professional_service_industry_no" + "pm_no_environmental_tech" + "pm_privately_owned_industry" + } + } + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { + "pm_coal_fired_plant" + "pm_professional_service_industry_no" + "pm_privately_owned_urban" + } } } } diff --git a/common/pop_types/cwp_artisans.txt b/common/pop_types/cwp_artisans.txt new file mode 100644 index 000000000..3aa0aac9b --- /dev/null +++ b/common/pop_types/cwp_artisans.txt @@ -0,0 +1,86 @@ +artisans = { + #todo update icon + texture = gfx/interface/icons/pops_icons/intellectuals.dds + color = { + 123 + 224 + 169 + } + strata = middle + start_quality_of_life = 8 + wage_weight = 2 + literacy_target = 0.2 + dependent_wage = 0.5 # per year + unemployment = yes + # 30% - 90% politically engaged + political_engagement_base = 0.3 + political_engagement_literacy_factor = 0.6 + #todo add more political engagement factors + political_engagement_mult = { + value = 1 + add = { + desc = POP_STARVATION + if = { + limit = { + standard_of_living < 5 + } + value = 1 + } + } + multiply = { + desc = POP_WORKPLACE + if = { + limit = { + pop_employment_building_group = bg_trade + } + value = 0.25 + } + else = { + value = 1 + } + } + } + qualifications_growth_desc = ARTISANS_QUALIFICATIONS_DESC + qualifications = { + # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 + add = { + value = wealth + subtract = 5 + min = 0 + desc = QUALIFICATIONS_WEALTH_FACTOR + } + if = { + limit = { + or = { + is_pop_type = service_workers + is_pop_type = technicians + } + } + multiply = { + value = 5 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + if = { + limit = { + is_pop_type = laborers + } + multiply = { + value = 4 + desc = QUALIFICATIONS_FAVORED_TYPE + } + } + } + portrait_age = { + integer_range = { + min = define:NPortrait|GRACEFUL_AGING_START + max = define:NPortrait|GRACEFUL_AGING_END + } + } + portrait_pose = { + value = 0 + } + portrait_is_female = { + always = yes + } +} diff --git a/common/pop_types/cwp_engineers.txt b/common/pop_types/cwp_engineers.txt index 439e17cd8..640256a3e 100644 --- a/common/pop_types/cwp_engineers.txt +++ b/common/pop_types/cwp_engineers.txt @@ -62,6 +62,7 @@ or = { is_pop_type = managers is_pop_type = administrators + is_pop_type = artisans } } multiply = { diff --git a/common/pop_types/cwp_managers.txt b/common/pop_types/cwp_managers.txt index 4fe76b6f9..790088f40 100644 --- a/common/pop_types/cwp_managers.txt +++ b/common/pop_types/cwp_managers.txt @@ -1,4 +1,4 @@ -shopkeepers = { +managers = { #todo update icon texture = gfx/interface/icons/pops_icons/shopkeepers.dds color = { @@ -51,7 +51,10 @@ } if = { limit = { - is_pop_type = clerks + or = { + is_pop_type = service_workers + is_pop_type = administrators + } } multiply = { value = 5 @@ -60,7 +63,7 @@ } if = { limit = { - is_pop_type = farmers + is_pop_type = laborers } multiply = { value = 4 diff --git a/common/pop_types/cwp_professionals.txt b/common/pop_types/cwp_professionals.txt index 46e570cd0..81104ab09 100644 --- a/common/pop_types/cwp_professionals.txt +++ b/common/pop_types/cwp_professionals.txt @@ -62,6 +62,7 @@ or = { is_pop_type = managers is_pop_type = administrators + is_pop_type = artisans } } multiply = { diff --git a/common/production_method_groups/01_industry.txt b/common/production_method_groups/01_industry.txt index 8fe7abdf6..a64932311 100644 --- a/common/production_method_groups/01_industry.txt +++ b/common/production_method_groups/01_industry.txt @@ -539,7 +539,7 @@ pmg_surface_ships_shipyard = { pm_no_surface_prod pm_wartime_designs pm_post_war_designs - pm_modernised_designs + pm_modernized_designs pm_advanced_designs } ai_selection = most_productive diff --git a/common/production_method_groups/05_military.txt b/common/production_method_groups/05_military.txt index 2a027ccd1..b6de80f3e 100644 --- a/common/production_method_groups/05_military.txt +++ b/common/production_method_groups/05_military.txt @@ -48,8 +48,8 @@ pmg_motorization = { texture = "gfx/interface/icons/generic_icons/mixed_icon_military.dds" ai_selection = most_productive production_methods = { - pm_no_motorised - pm_motorised + pm_no_motorized + pm_motorized pm_armoured_personnel_carriers pm_infantry_fighting_vehicles_carriers pm_multi_role_armored_fighting_vehicles @@ -62,7 +62,7 @@ pmg_reconnaissance = { production_methods = { pm_no_special_reconnaissance pm_infantry_reconnaissance - pm_motorised_reconnaissance + pm_motorized_reconnaissance pm_armoured_reconnaissance pm_helicopter_reconnaissance pm_drone_reconnaissance @@ -78,7 +78,7 @@ pmg_communications = { pm_radio_backpacks pm_long_range_portable_radios pm_satellite_communications - pm_computerised_communications + pm_computerized_communications } } @@ -136,10 +136,10 @@ pmg_screening_ships = { ai_selection = most_productive production_methods = { pm_wartime_escort_ships - pm_modernised_wartime_escort_ships + pm_modernized_wartime_escort_ships pm_dedicated_asw_escort_ships pm_missile_armed_escort_ships - pm_modernised_guided_missile_escort_ships + pm_modernized_guided_missile_escort_ships pm_multi_purpose_escort_ships } } @@ -152,7 +152,7 @@ pmg_cruisers = { pm_wartime_cruisers pm_command_cruisers pm_guided_missile_cruisers - pm_modernised_missile_cruisers + pm_modernized_missile_cruisers pm_arsenal_ships } } @@ -209,5 +209,5 @@ pmg_naval_command_and_control = { pm_C3_technology_enhanced_human_control pm_c3_computer_controlled pm_ai_naval_command - } -} \ No newline at end of file + } +} diff --git a/common/production_method_groups/07_government.txt b/common/production_method_groups/07_government.txt index 7951ca4ec..7d4850d4a 100644 --- a/common/production_method_groups/07_government.txt +++ b/common/production_method_groups/07_government.txt @@ -124,7 +124,7 @@ pmg_military_logistics = { ai_selection = most_productive production_methods = { pm_decentralized_logistics_organization - pm_organised_logistics + pm_organized_logistics pm_extended_logistics_structure pm_global_logistics_structure pm_computer_controled_logistics_managment @@ -185,7 +185,7 @@ pmg_diplomatic_system = { pm_informal_diplomatic_structure pm_formalized_diplomatic_service pm_flexible_diplomatic_service - pm_modernised_diplomatic_service + pm_modernized_diplomatic_service } } @@ -205,7 +205,7 @@ pmg_diplomatic_security = { production_methods = { pm_local_security_reliance pm_contracted_security_guards - pm_militarised_security_force + pm_militarized_security_force pm_standbye_special_response_teams } } diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 51def78a3..7fc618c48 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -420,8 +420,9 @@ pm_basic_distillation_liquor = { level_scaled = { # profit = 300 (22.3) building_employment_laborers_add = 3000 - building_employment_shopkeepers_add = 1000 building_employment_technicians_add = 1000 + building_employment_artisans_add = 750 + building_employment_managers_add = 250 } } } @@ -2125,7 +2126,7 @@ pm_no_aircraft_carrier_prod = { unlocking_production_methods = { pm_wartime_designs pm_post_war_designs - pm_modernised_designs + pm_modernized_designs pm_advanced_designs pm_wartime_submarines_prod pm_attack_submarines @@ -2301,7 +2302,7 @@ pm_post_war_designs = { } } -pm_modernised_designs = { +pm_modernized_designs = { texture = "gfx/interface/icons/production_method_icons/unused/refining3.dds" pollution_generation = 30 unlocking_technologies = { @@ -2361,7 +2362,7 @@ pm_no_submarine_prod = { unlocking_production_methods = { pm_wartime_designs pm_post_war_designs - pm_modernised_designs + pm_modernized_designs pm_advanced_designs pm_aircraft_carriers_prod pm_fleet_carriers_prod diff --git a/common/production_methods/05_military.txt b/common/production_methods/05_military.txt index c86a5ad2e..6f51a59d3 100644 --- a/common/production_methods/05_military.txt +++ b/common/production_methods/05_military.txt @@ -722,6 +722,7 @@ pm_9th_generation_infantry_conscription = { pm_offense_defense_readjustment } } + ## Artillery PMG pm_no_artillery = { texture = "gfx/interface/icons/production_method_icons/no_artillery.dds" @@ -1473,14 +1474,14 @@ pm_7th_generation_jet_fighters = { } #### Motorization -pm_no_motorised = { +pm_no_motorized = { texture = "gfx/interface/icons/production_method_icons/no_artillery.dds" timed_modifiers = { pm_offense_defense_readjustment } } -pm_motorised = { +pm_motorized = { texture = "gfx/interface/icons/production_method_icons/pre_war_tanks.dds" unlocking_technologies = { motorization @@ -1651,7 +1652,7 @@ pm_infantry_reconnaissance = { } } -pm_motorised_reconnaissance = { +pm_motorized_reconnaissance = { texture = "gfx/interface/icons/production_method_icons/pre_war_tanks.dds" unlocking_technologies = { light_utility_vehicles @@ -2043,7 +2044,7 @@ pm_satellite_communications = { } } -pm_computerised_communications = { +pm_computerized_communications = { texture = "gfx/interface/icons/production_method_icons/pre_war_tanks.dds" unlocking_technologies = { near_instant_communication @@ -2099,7 +2100,7 @@ pm_wartime_escort_ships = { unit_defense_add = 53 } unscaled = { - } + } } country_modifiers = { workforce_scaled = { @@ -2111,7 +2112,7 @@ pm_wartime_escort_ships = { } } -pm_modernised_wartime_escort_ships = { +pm_modernized_wartime_escort_ships = { texture = "gfx/interface/icons/production_method_icons/man_o_wars.dds" is_default = yes unlocking_technologies = { @@ -2135,7 +2136,7 @@ pm_modernised_wartime_escort_ships = { } unscaled = { building_training_rate_add = 5 - } + } } country_modifiers = { workforce_scaled = { @@ -2172,7 +2173,7 @@ pm_dedicated_asw_escort_ships = { } unscaled = { building_training_rate_add = 5 - } + } } country_modifiers = { workforce_scaled = { @@ -2210,7 +2211,7 @@ pm_missile_armed_escort_ships = { } unscaled = { building_training_rate_add = 5 - } + } } country_modifiers = { workforce_scaled = { @@ -2222,7 +2223,7 @@ pm_missile_armed_escort_ships = { } } -pm_modernised_guided_missile_escort_ships = { +pm_modernized_guided_missile_escort_ships = { texture = "gfx/interface/icons/production_method_icons/man_o_wars.dds" is_default = yes unlocking_technologies = { @@ -2248,7 +2249,7 @@ pm_modernised_guided_missile_escort_ships = { } unscaled = { building_training_rate_add = 5 - } + } } country_modifiers = { workforce_scaled = { @@ -2286,7 +2287,7 @@ pm_multi_purpose_escort_ships = { } unscaled = { building_training_rate_add = 5 - } + } } country_modifiers = { workforce_scaled = { @@ -2413,7 +2414,7 @@ pm_guided_missile_cruisers = { } } -pm_modernised_missile_cruisers = { +pm_modernized_missile_cruisers = { texture = "gfx/interface/icons/production_method_icons/man_o_wars.dds" is_default = yes unlocking_technologies = { diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index cf2234d14..c9bed56d3 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -928,7 +928,7 @@ pm_decentralized_logistics_organization = { } } -pm_organised_logistics = { +pm_organized_logistics = { texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" country_modifiers = { workforce_scaled = { @@ -1460,7 +1460,7 @@ pm_flexible_diplomatic_service = { } } -pm_modernised_diplomatic_service = { +pm_modernized_diplomatic_service = { texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" country_modifiers = { workforce_scaled = { @@ -1612,7 +1612,7 @@ pm_contracted_security_guards = { } } -pm_militarised_security_force = { +pm_militarized_security_force = { texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" country_modifiers = { workforce_scaled = { diff --git a/common/scripted_effects/aroai_static_data_effects.txt b/common/scripted_effects/aroai_static_data_effects.txt index 029f57d56..687015e67 100644 --- a/common/scripted_effects/aroai_static_data_effects.txt +++ b/common/scripted_effects/aroai_static_data_effects.txt @@ -1,3509 +1,8107 @@ # Check if a building uses a certain production method and write data into variable aroai_check_production_methods_of_building_type = { - root = { - switch = { - trigger = $id$ - 4 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 6 - } - prev = { - aroai_infrastructure_per_level_of_railway = 120 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 6000000 - } - } - else_if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 5 - } - prev = { - aroai_infrastructure_per_level_of_railway = 100 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 5000000 - } - } - else_if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 4 - } - prev = { - aroai_infrastructure_per_level_of_railway = 80 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 4000000 - } - } - else_if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 3 - } - prev = { - aroai_infrastructure_per_level_of_railway = 60 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 3000000 - } - } - else_if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 2 - } - prev = { - aroai_infrastructure_per_level_of_railway = 40 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - else_if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 < 1 - } - prev = { - aroai_infrastructure_per_level_of_railway = 20 - } - } - if = { - limit = { - has_variable = aroai_building_type_$id$_collected_data - } - change_variable = { - name = aroai_building_type_$id$_collected_data - subtract = { - value = aroai_building_type_$id$_collected_data_4 - multiply = 1000000 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 14 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_pre_war_whaling_ships - has_active_production_method = pm_large_whaling_ships - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 28 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_apple_orchards - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_sugar_beets - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 29 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_citrus_orchards - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_honey_production - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 30 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_fig_orchards - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_honey_production - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 31 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_citrus_orchards - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_corn_syrup - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 32 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_fig_orchards - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_honey_production - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 45 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_household_appliance_manufacturing - has_active_production_method = pm_mass_appliance_manufacturing - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 50 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_nylon - has_active_production_method = pm_polyester - has_active_production_method = pm_carbon_fibers - has_active_production_method = pm_conducive_smart_fabric - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_styrene_butadiene - has_active_production_method = pm_silicone - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 54 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_pre_war_luxury_cars - has_active_production_method = pm_luxury_car_luxury_automobiles - has_active_production_method = pm_luxury_car_sports_cars - has_active_production_method = pm_luxury_cars_supercars - has_active_production_method = pm_luxury_cars_hypercars - has_active_production_method = pm_luxury_cars_advanced_hypercar - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 56 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 6 - - } - prev = { - OR = { - has_active_production_method = pm_wartime_designs - has_active_production_method = pm_post_war_designs - has_active_production_method = pm_modernised_designs - has_active_production_method = pm_advanced_designs - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 5 - } - prev = { - OR = { - has_active_production_method = pm_wartime_submarines_prod - has_active_production_method = pm_attack_submarines - has_active_production_method = pm_nuclear_submarines_prod - has_active_production_method = pm_advanced_mission_submarines_prod - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 3 - } - prev = { - OR = { - has_active_production_method = pm_aircraft_carriers_prod - has_active_production_method = pm_fleet_carriers_prod - has_active_production_method = pm_supercarriers_prod - has_active_production_method = pm_advanced_hull_carriers_prod - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 4000000 - } - } - } - } - 57 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_sensor_production_1 - has_active_production_method = pm_sensor_production_2 - has_active_production_method = pm_sensor_production_3 - has_active_production_method = pm_sensor_production_4 - has_active_production_method = pm_sensor_production_5 - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 64 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_pre_war_artillery_prod - has_active_production_method = pm_post_war_artillery_prod - has_active_production_method = pm_self_propelled_artillery_prod - has_active_production_method = pm_multiple_launch_rocket_system - has_active_production_method = pm_guided_missile_launchers - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 65 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_pre_war_ammunition - has_active_production_method = pm_standardized_cartridges - has_active_production_method = pm_polymer_coatings - has_active_production_method = pm_depleted_uranium_projectiles - has_active_production_method = pm_tungsten_carbide_projectiles - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 66 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_rudimentary_polymers - has_active_production_method = pm_transition_metal_catalysts - has_active_production_method = pm_dense_thermoplastics - has_active_production_method = pm_saturated_elastomers - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - 68 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - } - prev = { - OR = { - has_active_production_method = pm_pre_war_tanks_prod - has_active_production_method = pm_1st_gen_mbt_ami - has_active_production_method = pm_2nd_gen_mbt_ami - has_active_production_method = pm_3rd_gen_mbt_ami - has_active_production_method = pm_35th_gen_mbt_ami - has_active_production_method = pm_4th_gen_mbt_ami - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - } - prev = { - OR = { - has_active_production_method = pm_wartime_halftacks_production - has_active_production_method = pm_apc_production - has_active_production_method = pm_ifv_production - has_active_production_method = pm_modern_ifv_production - has_active_production_method = pm_automated_armored_fighting_vehicle_production - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - } - } - 69 = { - if = { - limit = { - NAND = { - has_variable = aroai_building_type_$id$_collected_data - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 6 - - } - prev = { - OR = { - has_active_production_method = pm_pre_war_aircraft - has_active_production_method = pm_passenger_jets - has_active_production_method = pm_supersonic_jets - has_active_production_method = pm_wide_body_passenger_jets - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 5 - } - prev = { - OR = { - has_active_production_method = pm_early_military_aircraft_prod - has_active_production_method = pm_jet_fighters_prod - has_active_production_method = pm_2nd_gen_jet_fighters - has_active_production_method = pm_3rd_gen_jet_fighters - has_active_production_method = pm_4th_gen_jet_fighters - has_active_production_method = pm_5th_gen_jet_fighters - has_active_production_method = pm_45th_gen_jet_fighters - has_active_production_method = pm_6th_gen_jet_fighters - has_active_production_method = pm_7th_gen_jet_fighters - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 2000000 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 3 - } - prev = { - OR = { - has_active_production_method = pm_early_missile_production - has_active_production_method = pm_remote_guided_missile_production - has_active_production_method = pm_internally_missile_production - has_active_production_method = pm_passive_tracking_missile_production - has_active_production_method = pm_terrain_guidance_missile_production - has_active_production_method = pm_retransmission_guidance_missile_production - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 4000000 - } - } - } - } - 72 = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 0 - } - prev = { - OR = { - has_active_production_method = pm_recreational_drugs - } - } - } - aroai_add_to_variable = { - name = aroai_building_type_$id$_collected_data - value = 1000000 - } - } - } - } - } + root = { + switch = { + trigger = $id$ + 4 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 6 + } + prev = { + aroai_infrastructure_per_level_of_railway = 120 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 6000000 + } + } + else_if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 5 + } + prev = { + aroai_infrastructure_per_level_of_railway = 100 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 5000000 + } + } + else_if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 4 + } + prev = { + aroai_infrastructure_per_level_of_railway = 80 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 4000000 + } + } + else_if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 3 + } + prev = { + aroai_infrastructure_per_level_of_railway = 60 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 3000000 + } + } + else_if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 2 + } + prev = { + aroai_infrastructure_per_level_of_railway = 40 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + else_if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 < 1 + } + prev = { + aroai_infrastructure_per_level_of_railway = 20 + } + } + if = { + limit = { + has_variable = aroai_building_type_$id$_collected_data + } + change_variable = { + name = aroai_building_type_$id$_collected_data + subtract = { + value = aroai_building_type_$id$_collected_data_4 + multiply = 1000000 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 14 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_whaling_ships + has_active_production_method = pm_large_whaling_ships + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 28 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_apple_orchards + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_sugar_beets + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 29 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_citrus_orchards + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_honey_production + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 30 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_fig_orchards + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_honey_production + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 31 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_citrus_orchards + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_corn_syrup + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 32 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_fig_orchards + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_honey_production + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 45 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_household_appliance_manufacturing + has_active_production_method = pm_mass_appliance_manufacturing + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 50 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_nylon + has_active_production_method = pm_polyester + has_active_production_method = pm_carbon_fibers + has_active_production_method = pm_conducive_smart_fabric + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_styrene_butadiene + has_active_production_method = pm_silicone + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 54 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_luxury_cars + has_active_production_method = pm_luxury_car_luxury_automobiles + has_active_production_method = pm_luxury_car_sports_cars + has_active_production_method = pm_luxury_cars_supercars + has_active_production_method = pm_luxury_cars_hypercars + has_active_production_method = pm_luxury_cars_advanced_hypercar + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 56 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 6 + } + prev = { + OR = { + has_active_production_method = pm_wartime_designs + has_active_production_method = pm_post_war_designs + has_active_production_method = pm_modernized_designs + has_active_production_method = pm_advanced_designs + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 5 + } + prev = { + OR = { + has_active_production_method = pm_wartime_submarines_prod + has_active_production_method = pm_attack_submarines + has_active_production_method = pm_nuclear_submarines_prod + has_active_production_method = pm_advanced_mission_submarines_prod + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 3 + } + prev = { + OR = { + has_active_production_method = pm_aircraft_carriers_prod + has_active_production_method = pm_fleet_carriers_prod + has_active_production_method = pm_supercarriers_prod + has_active_production_method = pm_advanced_hull_carriers_prod + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 4000000 + } + } + } + } + 57 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_sensor_production_1 + has_active_production_method = pm_sensor_production_2 + has_active_production_method = pm_sensor_production_3 + has_active_production_method = pm_sensor_production_4 + has_active_production_method = pm_sensor_production_5 + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 64 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_artillery_prod + has_active_production_method = pm_post_war_artillery_prod + has_active_production_method = pm_self_propelled_artillery_prod + has_active_production_method = pm_multiple_launch_rocket_system + has_active_production_method = pm_guided_missile_launchers + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 65 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_ammunition + has_active_production_method = pm_standardized_cartridges + has_active_production_method = pm_polymer_coatings + has_active_production_method = pm_depleted_uranium_projectiles + has_active_production_method = pm_tungsten_carbide_projectiles + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 66 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_rudimentary_polymers + has_active_production_method = pm_transition_metal_catalysts + has_active_production_method = pm_dense_thermoplastics + has_active_production_method = pm_saturated_elastomers + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + 68 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_tanks_prod + has_active_production_method = pm_1st_gen_mbt_ami + has_active_production_method = pm_2nd_gen_mbt_ami + has_active_production_method = pm_3rd_gen_mbt_ami + has_active_production_method = pm_35th_gen_mbt_ami + has_active_production_method = pm_4th_gen_mbt_ami + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + } + prev = { + OR = { + has_active_production_method = pm_wartime_halftacks_production + has_active_production_method = pm_apc_production + has_active_production_method = pm_ifv_production + has_active_production_method = pm_modern_ifv_production + has_active_production_method = pm_automated_armored_fighting_vehicle_production + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + } + } + 69 = { + if = { + limit = { + NAND = { + has_variable = aroai_building_type_$id$_collected_data + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 6 + } + prev = { + OR = { + has_active_production_method = pm_pre_war_aircraft + has_active_production_method = pm_passenger_jets + has_active_production_method = pm_supersonic_jets + has_active_production_method = pm_wide_body_passenger_jets + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 5 + } + prev = { + OR = { + has_active_production_method = pm_early_military_aircraft_prod + has_active_production_method = pm_jet_fighters_prod + has_active_production_method = pm_2nd_gen_jet_fighters + has_active_production_method = pm_3rd_gen_jet_fighters + has_active_production_method = pm_4th_gen_jet_fighters + has_active_production_method = pm_5th_gen_jet_fighters + has_active_production_method = pm_45th_gen_jet_fighters + has_active_production_method = pm_6th_gen_jet_fighters + has_active_production_method = pm_7th_gen_jet_fighters + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 2000000 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 3 + } + prev = { + OR = { + has_active_production_method = pm_early_missile_production + has_active_production_method = pm_remote_guided_missile_production + has_active_production_method = pm_internally_missile_production + has_active_production_method = pm_passive_tracking_missile_production + has_active_production_method = pm_terrain_guidance_missile_production + has_active_production_method = pm_retransmission_guidance_missile_production + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 4000000 + } + } + } + } + 72 = { + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 0 + } + prev = { + OR = { + has_active_production_method = pm_recreational_drugs + } + } + } + aroai_add_to_variable = { + name = aroai_building_type_$id$_collected_data + value = 1000000 + } + } + } + } + } } # ------------------------- # Government administration # ------------------------- - aroai_evaluate_building_government_administration = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ---------- # University # ---------- - aroai_evaluate_building_university = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ------------------- # Construction sector # ------------------- - aroai_evaluate_building_construction_sector = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ------- # Railway # ------- - aroai_evaluate_building_infrastructure = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ---- # Port # ---- - aroai_evaluate_building_port = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # -------- # Barracks # -------- - aroai_evaluate_building_barracks = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ---------- # Naval base # ---------- - aroai_evaluate_building_naval_base = { - aroai_evaluate_with_custom_trigger = { - id = $id$ - crucial = $crucial$ - } + aroai_evaluate_with_custom_trigger = { + id = $id$ + crucial = $crucial$ + } } # ------------ # Logging camp # ------------ - aroai_evaluate_building_logging_camp = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:wood - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:wood + weight = aroai_resource_weight_1 + offset = 0 + } } # -------- # Airports # -------- - aroai_evaluate_building_airport = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tourism - weight = aroai_resource_weight_8 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tourism + weight = aroai_resource_weight_8 + offset = 0 + } } # ------------- # Fishing wharf # ------------- - aroai_evaluate_building_fishing_wharf = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fish - weight = aroai_resource_weight_4 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_resource_weight_8 - offset = 4 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:meat - weight = aroai_resource_weight_10 - offset = 6 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fish + weight = aroai_resource_weight_4 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_resource_weight_8 + offset = 4 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:meat + weight = aroai_resource_weight_10 + offset = 6 + } + } } # ----------------- # Rubber plantation # ----------------- - aroai_evaluate_building_rubber_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:rubber - weight = aroai_resource_weight_2 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:rubber + weight = aroai_resource_weight_2 + offset = 0 + } } # ------- # Oil rig # ------- - aroai_evaluate_building_oil_rig = { - if = { - limit = { - any_scope_state = { - has_potential_resource = bg_oil_rig - } - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - } - set_local_variable = { - name = aroai_saved_priority_level - value = 2 - } - set_local_variable = { - name = aroai_saved_supply_vs_demand_level - value = 1 - } - set_local_variable = { - name = aroai_saved_productivity_requirement_level - value = 1 - } - } - else = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:oil - weight = aroai_resource_weight_1 - offset = 0 - } - } + if = { + limit = { + any_scope_state = { + has_potential_resource = bg_oil_rig + } + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + } + set_local_variable = { + name = aroai_saved_priority_level + value = 2 + } + set_local_variable = { + name = aroai_saved_supply_vs_demand_level + value = 1 + } + set_local_variable = { + name = aroai_saved_productivity_requirement_level + value = 1 + } + } + else = { + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:oil + weight = aroai_resource_weight_1 + offset = 0 + } + } } # --------- # Natural Gas Well # --------- - aroai_evaluate_building_natural_gas_well = { - if = { - limit = { - any_scope_state = { - has_potential_resource = bg_natural_gas_well - } - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - } - set_local_variable = { - name = aroai_saved_priority_level - value = 2 - } - set_local_variable = { - name = aroai_saved_supply_vs_demand_level - value = 1 - } - set_local_variable = { - name = aroai_saved_productivity_requirement_level - value = 1 - } - } - else = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:natural_gas - weight = aroai_resource_weight_1 - offset = 0 - } - } + if = { + limit = { + any_scope_state = { + has_potential_resource = bg_natural_gas_well + } + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + } + set_local_variable = { + name = aroai_saved_priority_level + value = 2 + } + set_local_variable = { + name = aroai_saved_supply_vs_demand_level + value = 1 + } + set_local_variable = { + name = aroai_saved_productivity_requirement_level + value = 1 + } + } + else = { + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:natural_gas + weight = aroai_resource_weight_1 + offset = 0 + } + } } # --------- # Coal mine # --------- - aroai_evaluate_building_coal_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:coal - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:coal + weight = aroai_resource_weight_1 + offset = 0 + } } # --------- # Iron mine # --------- - aroai_evaluate_building_iron_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:iron - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:iron + weight = aroai_resource_weight_1 + offset = 0 + } } # --------- # Copper mine # --------- - aroai_evaluate_building_copper_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:copper - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:copper + weight = aroai_resource_weight_1 + offset = 0 + } } # --------- # Rare Earth Elements mine # --------- - aroai_evaluate_building_rare_earth_elements_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:rare_earth_elements - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:rare_earth_elements + weight = aroai_resource_weight_1 + offset = 0 + } } # --------- # Bauxite mine # --------- - aroai_evaluate_building_bauxite_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:bauxite - weight = aroai_resource_weight_1 - offset = 0 - } - # Unsure if this is needed, uncomment if bauxite is overproduced compared to refinery capcity - #aroai_evaluate_production_building = { - # id = $id$ - # crucial = $crucial$ - # good = mg:aluminum - # weight = aroai_resource_weight_4 - # offset = 4 - #} + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:bauxite + weight = aroai_resource_weight_1 + offset = 0 + } + # Unsure if this is needed, uncomment if bauxite is overproduced compared to refinery capcity + #aroai_evaluate_production_building = { + # id = $id$ + # crucial = $crucial$ + # good = mg:aluminum + # weight = aroai_resource_weight_4 + # offset = 4 + #} } # --------- # Uranium mine # --------- - aroai_evaluate_building_uranium_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:uranium - weight = aroai_resource_weight_4 - offset = 0 - } - # Unsure if this is needed, uncomment if uranium is overproduced compared to refinery capcity - #aroai_evaluate_production_building = { - # id = $id$ - # crucial = $crucial$ - # good = mg:refined_uranium - # weight = aroai_resource_weight_8 - # offset = 4 - #} + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:uranium + weight = aroai_resource_weight_4 + offset = 0 + } + # Unsure if this is needed, uncomment if uranium is overproduced compared to refinery capcity + #aroai_evaluate_production_building = { + # id = $id$ + # crucial = $crucial$ + # good = mg:refined_uranium + # weight = aroai_resource_weight_8 + # offset = 4 + #} } # --------- # Lead mine # --------- - aroai_evaluate_building_lead_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:lead - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:lead + weight = aroai_resource_weight_1 + offset = 0 + } } # ----------- # Phosphorus mine # ----------- - aroai_evaluate_building_phosphorus_mine = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:phosphorus - weight = aroai_resource_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:phosphorus + weight = aroai_resource_weight_1 + offset = 0 + } } # --------- # Gold mine # --------- - aroai_evaluate_building_gold_mine = { - set_local_variable = { - name = aroai_saved_priority_level - value = 6 - } - set_local_variable = { - name = aroai_saved_supply_vs_demand_level - value = 5 - } - set_local_variable = { - name = aroai_saved_productivity_requirement_level - value = 5 - } - if = { - limit = { - OR = { - always = yes - $id$ = 0 - $crucial$ = 0 - } - } - } + set_local_variable = { + name = aroai_saved_priority_level + value = 6 + } + set_local_variable = { + name = aroai_saved_supply_vs_demand_level + value = 5 + } + set_local_variable = { + name = aroai_saved_productivity_requirement_level + value = 5 + } + if = { + limit = { + OR = { + always = yes + $id$ = 0 + $crucial$ = 0 + } + } + } } # -------- # Rye farm # -------- - aroai_evaluate_building_rye_farm = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_2 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_10 - offset = 6 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_9 - offset = 5 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_2 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_10 + offset = 6 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_9 + offset = 5 + } + } } # ---------- # Wheat farm # ---------- - aroai_evaluate_building_wheat_farm = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_2 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_10 - offset = 6 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_9 - offset = 5 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_2 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_10 + offset = 6 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_9 + offset = 5 + } + } } # --------- # Rice farm # --------- - aroai_evaluate_building_rice_farm = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_2 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_10 - offset = 6 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_9 - offset = 5 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_2 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_10 + offset = 6 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_9 + offset = 5 + } + } } # ---------- # Maize farm # ---------- - aroai_evaluate_building_maize_farm = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_2 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_10 - offset = 6 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_9 - offset = 5 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_2 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_10 + offset = 6 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_9 + offset = 5 + } + } } # ----------- # Millet farm # ----------- - aroai_evaluate_building_millet_farm = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_2 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_10 - offset = 6 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_9 - offset = 5 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_2 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_10 + offset = 6 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_9 + offset = 5 + } + } } # --------------- # Livestock ranch # --------------- - aroai_evaluate_building_livestock_ranch = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fabric - weight = aroai_agriculture_weight_1 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:meat - weight = aroai_agriculture_weight_4 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fabric + weight = aroai_agriculture_weight_1 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:meat + weight = aroai_agriculture_weight_4 + offset = 0 + } } # ----------------- # Cotton plantation # ----------------- - aroai_evaluate_building_cotton_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fabric - weight = aroai_agriculture_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fabric + weight = aroai_agriculture_weight_1 + offset = 0 + } } # --------------- # Silk plantation # --------------- - aroai_evaluate_building_silk_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:high_quality_fabric - weight = aroai_agriculture_weight_5 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:high_quality_fabric + weight = aroai_agriculture_weight_5 + offset = 0 + } } # ----------------- # Banana plantation # ----------------- - aroai_evaluate_building_banana_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fruit - weight = aroai_agriculture_weight_4 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:grain - weight = aroai_agriculture_weight_8 - offset = 4 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fruit + weight = aroai_agriculture_weight_4 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:grain + weight = aroai_agriculture_weight_8 + offset = 4 + } } # ---------------- # Sugar plantation # ---------------- - aroai_evaluate_building_sugar_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sugar - weight = aroai_agriculture_weight_4 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sugar + weight = aroai_agriculture_weight_4 + offset = 0 + } } # -------------- # Tea plantation # -------------- - aroai_evaluate_building_tea_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tea - weight = aroai_agriculture_weight_5 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:coffee - weight = aroai_agriculture_weight_9 - offset = 4 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:wine - weight = aroai_agriculture_weight_9 - offset = 4 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tea + weight = aroai_agriculture_weight_5 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:coffee + weight = aroai_agriculture_weight_9 + offset = 4 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:wine + weight = aroai_agriculture_weight_9 + offset = 4 + } } # ----------------- # Coffee plantation # ----------------- - aroai_evaluate_building_coffee_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:coffee - weight = aroai_agriculture_weight_5 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tea - weight = aroai_agriculture_weight_9 - offset = 4 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:wine - weight = aroai_agriculture_weight_9 - offset = 4 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:coffee + weight = aroai_agriculture_weight_5 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tea + weight = aroai_agriculture_weight_9 + offset = 4 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:wine + weight = aroai_agriculture_weight_9 + offset = 4 + } } # ------------------ # Tobacco plantation # ------------------ - aroai_evaluate_building_tobacco_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tobacco - weight = aroai_agriculture_weight_4 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:liquor - weight = aroai_agriculture_weight_8 - offset = 4 - } - if = { - limit = { - NOT = { - is_banning_goods = g:opium - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:opium - weight = aroai_agriculture_weight_8 - offset = 4 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tobacco + weight = aroai_agriculture_weight_4 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:liquor + weight = aroai_agriculture_weight_8 + offset = 4 + } + if = { + limit = { + NOT = { + is_banning_goods = g:opium + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:opium + weight = aroai_agriculture_weight_8 + offset = 4 + } + } } # ---------------- # Opium plantation # ---------------- - aroai_evaluate_building_opium_plantation = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:opium - weight = aroai_agriculture_weight_3 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:liquor - weight = aroai_agriculture_weight_7 - offset = 4 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tobacco - weight = aroai_agriculture_weight_7 - offset = 4 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:opium + weight = aroai_agriculture_weight_3 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:liquor + weight = aroai_agriculture_weight_7 + offset = 4 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tobacco + weight = aroai_agriculture_weight_7 + offset = 4 + } } # ------------- # Food industry # ------------- - aroai_evaluate_building_food_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:groceries - weight = aroai_industry_weight_4 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:groceries + weight = aroai_industry_weight_4 + offset = 0 + } } # ---------------- # Distilleries # ---------------- - aroai_evaluate_building_distilleries = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:liquor - weight = aroai_industry_weight_4 - offset = 1 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:wine - weight = aroai_industry_weight_4 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:liquor + weight = aroai_industry_weight_4 + offset = 1 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:wine + weight = aroai_industry_weight_4 + offset = 0 + } } + # ------------- # Textile mills # ------------- - aroai_evaluate_building_textile_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:clothes - weight = aroai_industry_weight_3 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:clothes + weight = aroai_industry_weight_3 + offset = 0 + } } # ----------------------- # Furniture Manufactories # ----------------------- - aroai_evaluate_building_furniture_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:furniture - weight = aroai_industry_weight_3 - offset = 0 - } - if = { - limit = { - OR = { - has_technology_researched = household_appliance_manufacturing - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:household_appliances - weight = aroai_industry_weight_5 - offset = 1 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:furniture + weight = aroai_industry_weight_3 + offset = 0 + } + if = { + limit = { + OR = { + has_technology_researched = household_appliance_manufacturing + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:household_appliances + weight = aroai_industry_weight_5 + offset = 1 + } + } } # ---------- # Glassworks # ---------- - aroai_evaluate_building_glassworks = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:glass - weight = aroai_industry_weight_3 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:glass + weight = aroai_industry_weight_3 + offset = 0 + } } # ----------------- # Tooling workshops # ----------------- - aroai_evaluate_building_tool_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tools - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tools + weight = aroai_industry_weight_1 + offset = 0 + } } # ----------- # Paper mills # ----------- - aroai_evaluate_building_paper_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:paper - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:paper + weight = aroai_industry_weight_1 + offset = 0 + } } # --------------- # Chemical plants # --------------- - aroai_evaluate_building_chemical_plants = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:fertilizer - weight = aroai_industry_weight_2 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:fertilizer + weight = aroai_industry_weight_2 + offset = 0 + } } # ---------------- # Synthetic plants # ---------------- - aroai_evaluate_building_synthetics_plant = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:high_quality_fabric - weight = aroai_industry_weight_5 - offset = 0 - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:rubber - weight = aroai_industry_weight_2 - offset = 0 - } - } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:high_quality_fabric + weight = aroai_industry_weight_5 + offset = 0 + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:rubber + weight = aroai_industry_weight_2 + offset = 0 + } + } } # ----------- # Steel mills # ----------- - -aroai_evaluate_building_steelworks= { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:steel - weight = aroai_industry_weight_1 - offset = 0 - } +aroai_evaluate_building_steelworks = { + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:steel + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Aluminum Refinery # ------------- - aroai_evaluate_building_aluminum_refinery = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:aluminum - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:aluminum + weight = aroai_industry_weight_1 + offset = 0 + } } # -------------- # Motor industry # -------------- - aroai_evaluate_building_motor_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:engines - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:engines + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Automobile Manufactories # ------------- - aroai_evaluate_building_automobile_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:automobiles - weight = aroai_industry_weight_1 - offset = 0 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:luxury_cars - weight = aroai_industry_weight_4 - offset = 3 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:consumer_electronics - weight = aroai_industry_weight_8 - offset = 6 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:automobiles + weight = aroai_industry_weight_1 + offset = 0 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:luxury_cars + weight = aroai_industry_weight_4 + offset = 3 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:consumer_electronics + weight = aroai_industry_weight_8 + offset = 6 + } + } } # --------- # Shipyards # --------- - aroai_evaluate_building_shipyards = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:cargo_ships - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:cargo_ships + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Drydocks # ------------- - aroai_evaluate_building_drydocks = { - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 3 - aroai_building_type_$id$_collected_data_4 = 5 - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - if = { - limit = { - OR = { - aroai_is_using_military_forces = no - market.mg:surface_ships.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:surface_ships - weight = aroai_industry_weight_3 - offset = 0 - } - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 3 - aroai_building_type_$id$_collected_data_4 = 6 - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - if = { - limit = { - has_technology_researched = wartime_submarines - OR = { - aroai_is_using_military_forces = no - market.mg:submarines.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:submarines - weight = aroai_industry_weight_3 - offset = 0 - } - } - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 5 - aroai_building_type_$id$_collected_data_4 = 6 - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - if = { - limit = { - has_technology_researched = aircraft_carriers_tech - OR = { - aroai_is_using_military_forces = no - market.mg:aircraft_carriers.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:aircraft_carriers - weight = aroai_industry_weight_3 - offset = 0 - } - } - } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 3 + aroai_building_type_$id$_collected_data_4 = 5 + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + if = { + limit = { + OR = { + aroai_is_using_military_forces = no + market.mg:surface_ships.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:surface_ships + weight = aroai_industry_weight_3 + offset = 0 + } + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 3 + aroai_building_type_$id$_collected_data_4 = 6 + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + if = { + limit = { + has_technology_researched = wartime_submarines + OR = { + aroai_is_using_military_forces = no + market.mg:submarines.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:submarines + weight = aroai_industry_weight_3 + offset = 0 + } + } + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 5 + aroai_building_type_$id$_collected_data_4 = 6 + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + if = { + limit = { + has_technology_researched = aircraft_carriers_tech + OR = { + aroai_is_using_military_forces = no + market.mg:aircraft_carriers.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:aircraft_carriers + weight = aroai_industry_weight_3 + offset = 0 + } + } + } } # -------------------- # Advanced Military Manufacotries # -------------------- - aroai_evaluate_building_advanced_military_manufactories = { - if = { - limit = { - has_technology_researched = armored_warfare - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 >= 3 - } - OR = { - aroai_is_using_military_forces = no - market.mg:tanks.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tanks - weight = aroai_industry_weight_3 - offset = 0 - } - } - if = { - limit = { - has_technology_researched = half_tracks - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 >= 3 - } - OR = { - aroai_is_using_military_forces = no - market.mg:tanks.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:armored_fighting_vehicle - weight = aroai_industry_weight_3 - offset = 0 - } - } + if = { + limit = { + has_technology_researched = armored_warfare + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 >= 3 + } + OR = { + aroai_is_using_military_forces = no + market.mg:tanks.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tanks + weight = aroai_industry_weight_3 + offset = 0 + } + } + if = { + limit = { + has_technology_researched = half_tracks + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 >= 3 + } + OR = { + aroai_is_using_military_forces = no + market.mg:tanks.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:armored_fighting_vehicle + weight = aroai_industry_weight_3 + offset = 0 + } + } } # ------------------ # Electronics Manufactories # ------------------ - aroai_evaluate_building_electronics_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electronics - weight = aroai_industry_weight_1 - offset = 0 - } - if = { - limit = { - has_technology_researched = monopulse_radar - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:sensors - weight = aroai_industry_weight_3 - offset = 0 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electronics + weight = aroai_industry_weight_1 + offset = 0 + } + if = { + limit = { + has_technology_researched = monopulse_radar + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:sensors + weight = aroai_industry_weight_3 + offset = 0 + } + } } - # ------------- # Small Arms Manufactories # ------------- - aroai_evaluate_building_small_arms_manufactories = { - if = { - limit = { - OR = { - aroai_is_using_military_forces = no - market.mg:small_arms.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:small_arms - weight = aroai_industry_weight_3 - offset = 0 - } - } - if = { - limit = { - has_technology_researched = heavy_artillery - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - OR = { - aroai_is_using_military_forces = no - market.mg:artillery.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:artillery - weight = aroai_industry_weight_3 - offset = 0 - } - } + if = { + limit = { + OR = { + aroai_is_using_military_forces = no + market.mg:small_arms.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:small_arms + weight = aroai_industry_weight_3 + offset = 0 + } + } + if = { + limit = { + has_technology_researched = heavy_artillery + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + OR = { + aroai_is_using_military_forces = no + market.mg:artillery.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:artillery + weight = aroai_industry_weight_3 + offset = 0 + } + } } # --------------- # Explosives Industry # --------------- - aroai_evaluate_building_explosives_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:explosives - weight = aroai_industry_weight_1 - offset = 0 - } - if = { - limit = { - has_technology_researched = sub_machine_guns - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - OR = { - aroai_is_using_military_forces = no - market.mg:ammunition.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:ammunition - weight = aroai_industry_weight_3 - offset = 1 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:explosives + weight = aroai_industry_weight_1 + offset = 0 + } + if = { + limit = { + has_technology_researched = sub_machine_guns + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + OR = { + aroai_is_using_military_forces = no + market.mg:ammunition.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:ammunition + weight = aroai_industry_weight_3 + offset = 1 + } + } } # ------------- # Fuel Refineries # ------------- - aroai_evaluate_building_fuel_refineries = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:refined_fuel - weight = aroai_industry_weight_1 - offset = 0 - } - if = { - limit = { - has_technology_researched = nylon - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:plastics - weight = aroai_industry_weight_2 - offset = 1 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:refined_fuel + weight = aroai_industry_weight_1 + offset = 0 + } + if = { + limit = { + has_technology_researched = nylon + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:plastics + weight = aroai_industry_weight_2 + offset = 1 + } + } } # ------------- # Semiconductor Manufactories # ------------- - aroai_evaluate_building_semiconductor_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:semiconductors - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:semiconductors + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Aircraft Manufactories # ------------- - aroai_evaluate_building_aircraft_manufactories = { - if = { - limit = { - has_technology_researched = civilian_airliners - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 1 - aroai_building_type_$id$_collected_data_4 = 3 - aroai_building_type_$id$_collected_data_4 = 5 - aroai_building_type_$id$_collected_data_4 >= 7 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:commercial_aircraft - weight = aroai_industry_weight_3 - offset = 0 - } - } - if = { - limit = { - has_technology_researched = early_military_aviation - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 2 - aroai_building_type_$id$_collected_data_4 = 3 - aroai_building_type_$id$_collected_data_4 = 6 - aroai_building_type_$id$_collected_data_4 >= 7 - } - OR = { - aroai_is_using_military_forces = no - market.mg:military_aircraft.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:military_aircraft - weight = aroai_industry_weight_3 - offset = 0 - } - } - if = { - limit = { - has_technology_researched = early_guided_missiles - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 = 4 - aroai_building_type_$id$_collected_data_4 = 5 - aroai_building_type_$id$_collected_data_4 = 6 - aroai_building_type_$id$_collected_data_4 >= 7 - } - OR = { - aroai_is_using_military_forces = no - market.mg:missiles.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:missiles - weight = aroai_industry_weight_3 - offset = 2 - } - } + if = { + limit = { + has_technology_researched = civilian_airliners + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 1 + aroai_building_type_$id$_collected_data_4 = 3 + aroai_building_type_$id$_collected_data_4 = 5 + aroai_building_type_$id$_collected_data_4 >= 7 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:commercial_aircraft + weight = aroai_industry_weight_3 + offset = 0 + } + } + if = { + limit = { + has_technology_researched = early_military_aviation + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 2 + aroai_building_type_$id$_collected_data_4 = 3 + aroai_building_type_$id$_collected_data_4 = 6 + aroai_building_type_$id$_collected_data_4 >= 7 + } + OR = { + aroai_is_using_military_forces = no + market.mg:military_aircraft.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:military_aircraft + weight = aroai_industry_weight_3 + offset = 0 + } + } + if = { + limit = { + has_technology_researched = early_guided_missiles + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 = 4 + aroai_building_type_$id$_collected_data_4 = 5 + aroai_building_type_$id$_collected_data_4 = 6 + aroai_building_type_$id$_collected_data_4 >= 7 + } + OR = { + aroai_is_using_military_forces = no + market.mg:missiles.aroai_supply_vs_demand_level <= aroai_max_level_when_using_military_forces + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:missiles + weight = aroai_industry_weight_3 + offset = 2 + } + } } # ------------- # Uranium Refineries # ------------- - aroai_evaluate_building_uranium_refineries = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:uranium - weight = aroai_industry_weight_3 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:uranium + weight = aroai_industry_weight_3 + offset = 0 + } } # ------------- # Battery Manufactories # ------------- - aroai_evaluate_building_battery_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:batteries - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:batteries + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Pharmaceutical Industry # ------------- - aroai_evaluate_building_pharmaceutical_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:pharmaceuticals - weight = aroai_industry_weight_1 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:healthcare - weight = aroai_industry_weight_6 - offset = 6 - } - if = { - limit = { - OR = { - NOT = { - has_variable = aroai_building_type_$id$_collected_data - } - aroai_building_type_$id$_collected_data_4 >= 1 - } - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:recreational_drugs - weight = aroai_industry_weight_6 - offset = 6 - } - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:pharmaceuticals + weight = aroai_industry_weight_1 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:healthcare + weight = aroai_industry_weight_6 + offset = 6 + } + if = { + limit = { + OR = { + NOT = { + has_variable = aroai_building_type_$id$_collected_data + } + aroai_building_type_$id$_collected_data_4 >= 1 + } + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:recreational_drugs + weight = aroai_industry_weight_6 + offset = 6 + } + } } # ------------- # Computer Manufactories # ------------- - aroai_evaluate_building_computer_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:computers - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:computers + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------- # Consumer Electronics Manufactories # ------------- - aroai_evaluate_building_consumer_electronics_manufactories = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:consumer_electronics - weight = aroai_industry_weight_4 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:luxury_cars - weight = aroai_industry_weight_8 - offset = 6 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:consumer_electronics + weight = aroai_industry_weight_4 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:luxury_cars + weight = aroai_industry_weight_8 + offset = 6 + } } # ----------- # Power plant # ----------- - aroai_evaluate_building_combustion_plant = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_1 + offset = 0 + } } # ----------- # Nuclear Power plant # ----------- - aroai_evaluate_building_nuclear_power_plant = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_1 + offset = 0 + } } # ----------- # Renewable Energy Facility # ----------- - aroai_evaluate_building_renewable_energy_facility = { - if = { - limit = { - OR = { - any_scope_state = { - has_state_trait = state_trait_solar_fields - has_state_trait = state_trait_wind_farms - has_state_trait = state_trait_hydroelectric_dams - } - has_technology_researched = pumped_storage_hydroelectric_dams - } - } - if = { - limit = { - any_scope_state = { - OR = { - is_excellent_solar_capacity = yes - is_moderate_solar_capacity = yes - } - } - has_technology_researched = solar_panels - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_4 - offset = 0 - } - } - if = { - limit = { - any_scope_state = { - OR = { - is_excellent_wind_capacity = yes - is_moderate_wind_capacity = yes - } - } - has_technology_researched = wind_power - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_4 - offset = 0 - } - } - if = { - limit = { - any_scope_state = { - OR = { - is_excellent_hydroelectric_capacity = yes - is_moderate_hydroelectric_capacity = yes - } - } - has_technology_researched = early_electrical_generation - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_4 - offset = 0 - } - } - } + if = { + limit = { + OR = { + any_scope_state = { + has_state_trait = state_trait_solar_fields + has_state_trait = state_trait_wind_farms + has_state_trait = state_trait_hydroelectric_dams + } + has_technology_researched = pumped_storage_hydroelectric_dams + } + } + if = { + limit = { + any_scope_state = { + OR = { + is_excellent_solar_capacity = yes + is_moderate_solar_capacity = yes + } + } + has_technology_researched = solar_panels + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_4 + offset = 0 + } + } + if = { + limit = { + any_scope_state = { + OR = { + is_excellent_wind_capacity = yes + is_moderate_wind_capacity = yes + } + } + has_technology_researched = wind_power + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_4 + offset = 0 + } + } + if = { + limit = { + any_scope_state = { + OR = { + is_excellent_hydroelectric_capacity = yes + is_moderate_hydroelectric_capacity = yes + } + } + has_technology_researched = early_electrical_generation + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_4 + offset = 0 + } + } + } } - # ------------ # Telecommunications # ------------ - aroai_evaluate_building_telecommunications = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:telecommunications - weight = aroai_industry_weight_2 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:telecommunications + weight = aroai_industry_weight_2 + offset = 0 + } } # ------------ # Tourism Industry # ------------ - aroai_evaluate_building_tourism_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:tourism - weight = aroai_industry_weight_5 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:tourism + weight = aroai_industry_weight_5 + offset = 0 + } } # ------------ # Financial Services # ------------ - aroai_evaluate_building_financial_services = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:financial_services - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:financial_services + weight = aroai_industry_weight_1 + offset = 0 + } } # ------------ # Media Industry # ------------ - aroai_evaluate_building_media_industry = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:media - weight = aroai_industry_weight_5 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:media + weight = aroai_industry_weight_5 + offset = 0 + } } # ------------ # Hospitals # ------------ - aroai_evaluate_building_hospitals = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:healthcare - weight = aroai_industry_weight_1 - offset = 0 - } - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:pharmaceuticals - weight = aroai_industry_weight_6 - offset = 6 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:healthcare + weight = aroai_industry_weight_1 + offset = 0 + } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:pharmaceuticals + weight = aroai_industry_weight_6 + offset = 6 + } } # ------------ # Skyscrapers # ------------ - aroai_evaluate_building_skyscraper = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:professional_services - weight = aroai_industry_weight_8 - offset = 8 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:professional_services + weight = aroai_industry_weight_8 + offset = 8 + } } # ----------- # Geothermal Power Plant # ----------- - aroai_evaluate_building_geothermal_power_plant = { - aroai_evaluate_production_building = { - id = $id$ - crucial = $crucial$ - good = mg:electricity - weight = aroai_industry_weight_1 - offset = 0 - } + aroai_evaluate_production_building = { + id = $id$ + crucial = $crucial$ + good = mg:electricity + weight = aroai_industry_weight_1 + offset = 0 + } } # ----------------- # Special buildings # ----------------- - aroai_construct_special_buildings = { - set_variable = aroai_tried_special_buildings + set_variable = aroai_tried_special_buildings } # ----------------------------------------------------------------------------------- # Effects below were generated with a modding tool and should not be changed manually # ----------------------------------------------------------------------------------- - aroai_construct_special_buildings_compatibility = { - every_in_global_list = { - variable = aroai_compatibility_patches - switch = { - trigger = this - 1 = { aroai_construct_special_buildings_1 = yes } 2 = { aroai_construct_special_buildings_2 = yes } - 3 = { aroai_construct_special_buildings_3 = yes } 4 = { aroai_construct_special_buildings_4 = yes } - 5 = { aroai_construct_special_buildings_5 = yes } 6 = { aroai_construct_special_buildings_6 = yes } - 7 = { aroai_construct_special_buildings_7 = yes } 8 = { aroai_construct_special_buildings_8 = yes } - 9 = { aroai_construct_special_buildings_9 = yes } 10 = { aroai_construct_special_buildings_10 = yes } - 11 = { aroai_construct_special_buildings_11 = yes } 12 = { aroai_construct_special_buildings_12 = yes } - 13 = { aroai_construct_special_buildings_13 = yes } 14 = { aroai_construct_special_buildings_14 = yes } - 15 = { aroai_construct_special_buildings_15 = yes } 16 = { aroai_construct_special_buildings_16 = yes } - 17 = { aroai_construct_special_buildings_17 = yes } 18 = { aroai_construct_special_buildings_18 = yes } - 19 = { aroai_construct_special_buildings_19 = yes } 20 = { aroai_construct_special_buildings_20 = yes } - 21 = { aroai_construct_special_buildings_21 = yes } 22 = { aroai_construct_special_buildings_22 = yes } - 23 = { aroai_construct_special_buildings_23 = yes } 24 = { aroai_construct_special_buildings_24 = yes } - 25 = { aroai_construct_special_buildings_25 = yes } 26 = { aroai_construct_special_buildings_26 = yes } - 27 = { aroai_construct_special_buildings_27 = yes } 28 = { aroai_construct_special_buildings_28 = yes } - 29 = { aroai_construct_special_buildings_29 = yes } 30 = { aroai_construct_special_buildings_30 = yes } - 31 = { aroai_construct_special_buildings_31 = yes } 32 = { aroai_construct_special_buildings_32 = yes } - 33 = { aroai_construct_special_buildings_33 = yes } 34 = { aroai_construct_special_buildings_34 = yes } - 35 = { aroai_construct_special_buildings_35 = yes } 36 = { aroai_construct_special_buildings_36 = yes } - 37 = { aroai_construct_special_buildings_37 = yes } 38 = { aroai_construct_special_buildings_38 = yes } - 39 = { aroai_construct_special_buildings_39 = yes } 40 = { aroai_construct_special_buildings_40 = yes } - 41 = { aroai_construct_special_buildings_41 = yes } 42 = { aroai_construct_special_buildings_42 = yes } - 43 = { aroai_construct_special_buildings_43 = yes } 44 = { aroai_construct_special_buildings_44 = yes } - 45 = { aroai_construct_special_buildings_45 = yes } 46 = { aroai_construct_special_buildings_46 = yes } - 47 = { aroai_construct_special_buildings_47 = yes } 48 = { aroai_construct_special_buildings_48 = yes } - 49 = { aroai_construct_special_buildings_49 = yes } 50 = { aroai_construct_special_buildings_50 = yes } - 51 = { aroai_construct_special_buildings_51 = yes } 52 = { aroai_construct_special_buildings_52 = yes } - 53 = { aroai_construct_special_buildings_53 = yes } 54 = { aroai_construct_special_buildings_54 = yes } - 55 = { aroai_construct_special_buildings_55 = yes } 56 = { aroai_construct_special_buildings_56 = yes } - 57 = { aroai_construct_special_buildings_57 = yes } 58 = { aroai_construct_special_buildings_58 = yes } - 59 = { aroai_construct_special_buildings_59 = yes } 60 = { aroai_construct_special_buildings_60 = yes } - 61 = { aroai_construct_special_buildings_61 = yes } 62 = { aroai_construct_special_buildings_62 = yes } - 63 = { aroai_construct_special_buildings_63 = yes } 64 = { aroai_construct_special_buildings_64 = yes } - 65 = { aroai_construct_special_buildings_65 = yes } 66 = { aroai_construct_special_buildings_66 = yes } - 67 = { aroai_construct_special_buildings_67 = yes } 68 = { aroai_construct_special_buildings_68 = yes } - 69 = { aroai_construct_special_buildings_69 = yes } 70 = { aroai_construct_special_buildings_70 = yes } - 71 = { aroai_construct_special_buildings_71 = yes } 72 = { aroai_construct_special_buildings_72 = yes } - 73 = { aroai_construct_special_buildings_73 = yes } 74 = { aroai_construct_special_buildings_74 = yes } - 75 = { aroai_construct_special_buildings_75 = yes } 76 = { aroai_construct_special_buildings_76 = yes } - 77 = { aroai_construct_special_buildings_77 = yes } 78 = { aroai_construct_special_buildings_78 = yes } - 79 = { aroai_construct_special_buildings_79 = yes } 80 = { aroai_construct_special_buildings_80 = yes } - 81 = { aroai_construct_special_buildings_81 = yes } 82 = { aroai_construct_special_buildings_82 = yes } - 83 = { aroai_construct_special_buildings_83 = yes } 84 = { aroai_construct_special_buildings_84 = yes } - 85 = { aroai_construct_special_buildings_85 = yes } 86 = { aroai_construct_special_buildings_86 = yes } - 87 = { aroai_construct_special_buildings_87 = yes } 88 = { aroai_construct_special_buildings_88 = yes } - 89 = { aroai_construct_special_buildings_89 = yes } 90 = { aroai_construct_special_buildings_90 = yes } - 91 = { aroai_construct_special_buildings_91 = yes } 92 = { aroai_construct_special_buildings_92 = yes } - 93 = { aroai_construct_special_buildings_93 = yes } 94 = { aroai_construct_special_buildings_94 = yes } - 95 = { aroai_construct_special_buildings_95 = yes } 96 = { aroai_construct_special_buildings_96 = yes } - 97 = { aroai_construct_special_buildings_97 = yes } 98 = { aroai_construct_special_buildings_98 = yes } - 99 = { aroai_construct_special_buildings_99 = yes } 100 = { aroai_construct_special_buildings_100 = yes } - 101 = { aroai_construct_special_buildings_101 = yes } 102 = { aroai_construct_special_buildings_102 = yes } - 103 = { aroai_construct_special_buildings_103 = yes } 104 = { aroai_construct_special_buildings_104 = yes } - 105 = { aroai_construct_special_buildings_105 = yes } 106 = { aroai_construct_special_buildings_106 = yes } - 107 = { aroai_construct_special_buildings_107 = yes } 108 = { aroai_construct_special_buildings_108 = yes } - 109 = { aroai_construct_special_buildings_109 = yes } 110 = { aroai_construct_special_buildings_110 = yes } - 111 = { aroai_construct_special_buildings_111 = yes } 112 = { aroai_construct_special_buildings_112 = yes } - 113 = { aroai_construct_special_buildings_113 = yes } 114 = { aroai_construct_special_buildings_114 = yes } - 115 = { aroai_construct_special_buildings_115 = yes } 116 = { aroai_construct_special_buildings_116 = yes } - 117 = { aroai_construct_special_buildings_117 = yes } 118 = { aroai_construct_special_buildings_118 = yes } - 119 = { aroai_construct_special_buildings_119 = yes } 120 = { aroai_construct_special_buildings_120 = yes } - 121 = { aroai_construct_special_buildings_121 = yes } 122 = { aroai_construct_special_buildings_122 = yes } - 123 = { aroai_construct_special_buildings_123 = yes } 124 = { aroai_construct_special_buildings_124 = yes } - 125 = { aroai_construct_special_buildings_125 = yes } 126 = { aroai_construct_special_buildings_126 = yes } - 127 = { aroai_construct_special_buildings_127 = yes } 128 = { aroai_construct_special_buildings_128 = yes } - 129 = { aroai_construct_special_buildings_129 = yes } 130 = { aroai_construct_special_buildings_130 = yes } - 131 = { aroai_construct_special_buildings_131 = yes } 132 = { aroai_construct_special_buildings_132 = yes } - 133 = { aroai_construct_special_buildings_133 = yes } 134 = { aroai_construct_special_buildings_134 = yes } - 135 = { aroai_construct_special_buildings_135 = yes } 136 = { aroai_construct_special_buildings_136 = yes } - 137 = { aroai_construct_special_buildings_137 = yes } 138 = { aroai_construct_special_buildings_138 = yes } - 139 = { aroai_construct_special_buildings_139 = yes } 140 = { aroai_construct_special_buildings_140 = yes } - 141 = { aroai_construct_special_buildings_141 = yes } 142 = { aroai_construct_special_buildings_142 = yes } - 143 = { aroai_construct_special_buildings_143 = yes } 144 = { aroai_construct_special_buildings_144 = yes } - 145 = { aroai_construct_special_buildings_145 = yes } 146 = { aroai_construct_special_buildings_146 = yes } - 147 = { aroai_construct_special_buildings_147 = yes } 148 = { aroai_construct_special_buildings_148 = yes } - 149 = { aroai_construct_special_buildings_149 = yes } 150 = { aroai_construct_special_buildings_150 = yes } - 151 = { aroai_construct_special_buildings_151 = yes } 152 = { aroai_construct_special_buildings_152 = yes } - 153 = { aroai_construct_special_buildings_153 = yes } 154 = { aroai_construct_special_buildings_154 = yes } - 155 = { aroai_construct_special_buildings_155 = yes } 156 = { aroai_construct_special_buildings_156 = yes } - 157 = { aroai_construct_special_buildings_157 = yes } 158 = { aroai_construct_special_buildings_158 = yes } - 159 = { aroai_construct_special_buildings_159 = yes } 160 = { aroai_construct_special_buildings_160 = yes } - 161 = { aroai_construct_special_buildings_161 = yes } 162 = { aroai_construct_special_buildings_162 = yes } - 163 = { aroai_construct_special_buildings_163 = yes } 164 = { aroai_construct_special_buildings_164 = yes } - 165 = { aroai_construct_special_buildings_165 = yes } 166 = { aroai_construct_special_buildings_166 = yes } - 167 = { aroai_construct_special_buildings_167 = yes } 168 = { aroai_construct_special_buildings_168 = yes } - 169 = { aroai_construct_special_buildings_169 = yes } 170 = { aroai_construct_special_buildings_170 = yes } - 171 = { aroai_construct_special_buildings_171 = yes } 172 = { aroai_construct_special_buildings_172 = yes } - 173 = { aroai_construct_special_buildings_173 = yes } 174 = { aroai_construct_special_buildings_174 = yes } - 175 = { aroai_construct_special_buildings_175 = yes } 176 = { aroai_construct_special_buildings_176 = yes } - 177 = { aroai_construct_special_buildings_177 = yes } 178 = { aroai_construct_special_buildings_178 = yes } - 179 = { aroai_construct_special_buildings_179 = yes } 180 = { aroai_construct_special_buildings_180 = yes } - 181 = { aroai_construct_special_buildings_181 = yes } 182 = { aroai_construct_special_buildings_182 = yes } - 183 = { aroai_construct_special_buildings_183 = yes } 184 = { aroai_construct_special_buildings_184 = yes } - 185 = { aroai_construct_special_buildings_185 = yes } 186 = { aroai_construct_special_buildings_186 = yes } - 187 = { aroai_construct_special_buildings_187 = yes } 188 = { aroai_construct_special_buildings_188 = yes } - 189 = { aroai_construct_special_buildings_189 = yes } 190 = { aroai_construct_special_buildings_190 = yes } - 191 = { aroai_construct_special_buildings_191 = yes } 192 = { aroai_construct_special_buildings_192 = yes } - 193 = { aroai_construct_special_buildings_193 = yes } 194 = { aroai_construct_special_buildings_194 = yes } - 195 = { aroai_construct_special_buildings_195 = yes } 196 = { aroai_construct_special_buildings_196 = yes } - 197 = { aroai_construct_special_buildings_197 = yes } 198 = { aroai_construct_special_buildings_198 = yes } - 199 = { aroai_construct_special_buildings_199 = yes } 200 = { aroai_construct_special_buildings_200 = yes } - } - } -} - -aroai_construct_special_buildings_1 = {} aroai_construct_special_buildings_2 = {} -aroai_construct_special_buildings_3 = {} aroai_construct_special_buildings_4 = {} -aroai_construct_special_buildings_5 = {} aroai_construct_special_buildings_6 = {} -aroai_construct_special_buildings_7 = {} aroai_construct_special_buildings_8 = {} -aroai_construct_special_buildings_9 = {} aroai_construct_special_buildings_10 = {} -aroai_construct_special_buildings_11 = {} aroai_construct_special_buildings_12 = {} -aroai_construct_special_buildings_13 = {} aroai_construct_special_buildings_14 = {} -aroai_construct_special_buildings_15 = {} aroai_construct_special_buildings_16 = {} -aroai_construct_special_buildings_17 = {} aroai_construct_special_buildings_18 = {} -aroai_construct_special_buildings_19 = {} aroai_construct_special_buildings_20 = {} -aroai_construct_special_buildings_21 = {} aroai_construct_special_buildings_22 = {} -aroai_construct_special_buildings_23 = {} aroai_construct_special_buildings_24 = {} -aroai_construct_special_buildings_25 = {} aroai_construct_special_buildings_26 = {} -aroai_construct_special_buildings_27 = {} aroai_construct_special_buildings_28 = {} -aroai_construct_special_buildings_29 = {} aroai_construct_special_buildings_30 = {} -aroai_construct_special_buildings_31 = {} aroai_construct_special_buildings_32 = {} -aroai_construct_special_buildings_33 = {} aroai_construct_special_buildings_34 = {} -aroai_construct_special_buildings_35 = {} aroai_construct_special_buildings_36 = {} -aroai_construct_special_buildings_37 = {} aroai_construct_special_buildings_38 = {} -aroai_construct_special_buildings_39 = {} aroai_construct_special_buildings_40 = {} -aroai_construct_special_buildings_41 = {} aroai_construct_special_buildings_42 = {} -aroai_construct_special_buildings_43 = {} aroai_construct_special_buildings_44 = {} -aroai_construct_special_buildings_45 = {} aroai_construct_special_buildings_46 = {} -aroai_construct_special_buildings_47 = {} aroai_construct_special_buildings_48 = {} -aroai_construct_special_buildings_49 = {} aroai_construct_special_buildings_50 = {} -aroai_construct_special_buildings_51 = {} aroai_construct_special_buildings_52 = {} -aroai_construct_special_buildings_53 = {} aroai_construct_special_buildings_54 = {} -aroai_construct_special_buildings_55 = {} aroai_construct_special_buildings_56 = {} -aroai_construct_special_buildings_57 = {} aroai_construct_special_buildings_58 = {} -aroai_construct_special_buildings_59 = {} aroai_construct_special_buildings_60 = {} -aroai_construct_special_buildings_61 = {} aroai_construct_special_buildings_62 = {} -aroai_construct_special_buildings_63 = {} aroai_construct_special_buildings_64 = {} -aroai_construct_special_buildings_65 = {} aroai_construct_special_buildings_66 = {} -aroai_construct_special_buildings_67 = {} aroai_construct_special_buildings_68 = {} -aroai_construct_special_buildings_69 = {} aroai_construct_special_buildings_70 = {} -aroai_construct_special_buildings_71 = {} aroai_construct_special_buildings_72 = {} -aroai_construct_special_buildings_73 = {} aroai_construct_special_buildings_74 = {} -aroai_construct_special_buildings_75 = {} aroai_construct_special_buildings_76 = {} -aroai_construct_special_buildings_77 = {} aroai_construct_special_buildings_78 = {} -aroai_construct_special_buildings_79 = {} aroai_construct_special_buildings_80 = {} -aroai_construct_special_buildings_81 = {} aroai_construct_special_buildings_82 = {} -aroai_construct_special_buildings_83 = {} aroai_construct_special_buildings_84 = {} -aroai_construct_special_buildings_85 = {} aroai_construct_special_buildings_86 = {} -aroai_construct_special_buildings_87 = {} aroai_construct_special_buildings_88 = {} -aroai_construct_special_buildings_89 = {} aroai_construct_special_buildings_90 = {} -aroai_construct_special_buildings_91 = {} aroai_construct_special_buildings_92 = {} -aroai_construct_special_buildings_93 = {} aroai_construct_special_buildings_94 = {} -aroai_construct_special_buildings_95 = {} aroai_construct_special_buildings_96 = {} -aroai_construct_special_buildings_97 = {} aroai_construct_special_buildings_98 = {} -aroai_construct_special_buildings_99 = {} aroai_construct_special_buildings_100 = {} -aroai_construct_special_buildings_101 = {} aroai_construct_special_buildings_102 = {} -aroai_construct_special_buildings_103 = {} aroai_construct_special_buildings_104 = {} -aroai_construct_special_buildings_105 = {} aroai_construct_special_buildings_106 = {} -aroai_construct_special_buildings_107 = {} aroai_construct_special_buildings_108 = {} -aroai_construct_special_buildings_109 = {} aroai_construct_special_buildings_110 = {} -aroai_construct_special_buildings_111 = {} aroai_construct_special_buildings_112 = {} -aroai_construct_special_buildings_113 = {} aroai_construct_special_buildings_114 = {} -aroai_construct_special_buildings_115 = {} aroai_construct_special_buildings_116 = {} -aroai_construct_special_buildings_117 = {} aroai_construct_special_buildings_118 = {} -aroai_construct_special_buildings_119 = {} aroai_construct_special_buildings_120 = {} -aroai_construct_special_buildings_121 = {} aroai_construct_special_buildings_122 = {} -aroai_construct_special_buildings_123 = {} aroai_construct_special_buildings_124 = {} -aroai_construct_special_buildings_125 = {} aroai_construct_special_buildings_126 = {} -aroai_construct_special_buildings_127 = {} aroai_construct_special_buildings_128 = {} -aroai_construct_special_buildings_129 = {} aroai_construct_special_buildings_130 = {} -aroai_construct_special_buildings_131 = {} aroai_construct_special_buildings_132 = {} -aroai_construct_special_buildings_133 = {} aroai_construct_special_buildings_134 = {} -aroai_construct_special_buildings_135 = {} aroai_construct_special_buildings_136 = {} -aroai_construct_special_buildings_137 = {} aroai_construct_special_buildings_138 = {} -aroai_construct_special_buildings_139 = {} aroai_construct_special_buildings_140 = {} -aroai_construct_special_buildings_141 = {} aroai_construct_special_buildings_142 = {} -aroai_construct_special_buildings_143 = {} aroai_construct_special_buildings_144 = {} -aroai_construct_special_buildings_145 = {} aroai_construct_special_buildings_146 = {} -aroai_construct_special_buildings_147 = {} aroai_construct_special_buildings_148 = {} -aroai_construct_special_buildings_149 = {} aroai_construct_special_buildings_150 = {} -aroai_construct_special_buildings_151 = {} aroai_construct_special_buildings_152 = {} -aroai_construct_special_buildings_153 = {} aroai_construct_special_buildings_154 = {} -aroai_construct_special_buildings_155 = {} aroai_construct_special_buildings_156 = {} -aroai_construct_special_buildings_157 = {} aroai_construct_special_buildings_158 = {} -aroai_construct_special_buildings_159 = {} aroai_construct_special_buildings_160 = {} -aroai_construct_special_buildings_161 = {} aroai_construct_special_buildings_162 = {} -aroai_construct_special_buildings_163 = {} aroai_construct_special_buildings_164 = {} -aroai_construct_special_buildings_165 = {} aroai_construct_special_buildings_166 = {} -aroai_construct_special_buildings_167 = {} aroai_construct_special_buildings_168 = {} -aroai_construct_special_buildings_169 = {} aroai_construct_special_buildings_170 = {} -aroai_construct_special_buildings_171 = {} aroai_construct_special_buildings_172 = {} -aroai_construct_special_buildings_173 = {} aroai_construct_special_buildings_174 = {} -aroai_construct_special_buildings_175 = {} aroai_construct_special_buildings_176 = {} -aroai_construct_special_buildings_177 = {} aroai_construct_special_buildings_178 = {} -aroai_construct_special_buildings_179 = {} aroai_construct_special_buildings_180 = {} -aroai_construct_special_buildings_181 = {} aroai_construct_special_buildings_182 = {} -aroai_construct_special_buildings_183 = {} aroai_construct_special_buildings_184 = {} -aroai_construct_special_buildings_185 = {} aroai_construct_special_buildings_186 = {} -aroai_construct_special_buildings_187 = {} aroai_construct_special_buildings_188 = {} -aroai_construct_special_buildings_189 = {} aroai_construct_special_buildings_190 = {} -aroai_construct_special_buildings_191 = {} aroai_construct_special_buildings_192 = {} -aroai_construct_special_buildings_193 = {} aroai_construct_special_buildings_194 = {} -aroai_construct_special_buildings_195 = {} aroai_construct_special_buildings_196 = {} -aroai_construct_special_buildings_197 = {} aroai_construct_special_buildings_198 = {} -aroai_construct_special_buildings_199 = {} aroai_construct_special_buildings_200 = {} + every_in_global_list = { + variable = aroai_compatibility_patches + switch = { + trigger = this + 1 = { + aroai_construct_special_buildings_1 = yes + } + 2 = { + aroai_construct_special_buildings_2 = yes + } + 3 = { + aroai_construct_special_buildings_3 = yes + } + 4 = { + aroai_construct_special_buildings_4 = yes + } + 5 = { + aroai_construct_special_buildings_5 = yes + } + 6 = { + aroai_construct_special_buildings_6 = yes + } + 7 = { + aroai_construct_special_buildings_7 = yes + } + 8 = { + aroai_construct_special_buildings_8 = yes + } + 9 = { + aroai_construct_special_buildings_9 = yes + } + 10 = { + aroai_construct_special_buildings_10 = yes + } + 11 = { + aroai_construct_special_buildings_11 = yes + } + 12 = { + aroai_construct_special_buildings_12 = yes + } + 13 = { + aroai_construct_special_buildings_13 = yes + } + 14 = { + aroai_construct_special_buildings_14 = yes + } + 15 = { + aroai_construct_special_buildings_15 = yes + } + 16 = { + aroai_construct_special_buildings_16 = yes + } + 17 = { + aroai_construct_special_buildings_17 = yes + } + 18 = { + aroai_construct_special_buildings_18 = yes + } + 19 = { + aroai_construct_special_buildings_19 = yes + } + 20 = { + aroai_construct_special_buildings_20 = yes + } + 21 = { + aroai_construct_special_buildings_21 = yes + } + 22 = { + aroai_construct_special_buildings_22 = yes + } + 23 = { + aroai_construct_special_buildings_23 = yes + } + 24 = { + aroai_construct_special_buildings_24 = yes + } + 25 = { + aroai_construct_special_buildings_25 = yes + } + 26 = { + aroai_construct_special_buildings_26 = yes + } + 27 = { + aroai_construct_special_buildings_27 = yes + } + 28 = { + aroai_construct_special_buildings_28 = yes + } + 29 = { + aroai_construct_special_buildings_29 = yes + } + 30 = { + aroai_construct_special_buildings_30 = yes + } + 31 = { + aroai_construct_special_buildings_31 = yes + } + 32 = { + aroai_construct_special_buildings_32 = yes + } + 33 = { + aroai_construct_special_buildings_33 = yes + } + 34 = { + aroai_construct_special_buildings_34 = yes + } + 35 = { + aroai_construct_special_buildings_35 = yes + } + 36 = { + aroai_construct_special_buildings_36 = yes + } + 37 = { + aroai_construct_special_buildings_37 = yes + } + 38 = { + aroai_construct_special_buildings_38 = yes + } + 39 = { + aroai_construct_special_buildings_39 = yes + } + 40 = { + aroai_construct_special_buildings_40 = yes + } + 41 = { + aroai_construct_special_buildings_41 = yes + } + 42 = { + aroai_construct_special_buildings_42 = yes + } + 43 = { + aroai_construct_special_buildings_43 = yes + } + 44 = { + aroai_construct_special_buildings_44 = yes + } + 45 = { + aroai_construct_special_buildings_45 = yes + } + 46 = { + aroai_construct_special_buildings_46 = yes + } + 47 = { + aroai_construct_special_buildings_47 = yes + } + 48 = { + aroai_construct_special_buildings_48 = yes + } + 49 = { + aroai_construct_special_buildings_49 = yes + } + 50 = { + aroai_construct_special_buildings_50 = yes + } + 51 = { + aroai_construct_special_buildings_51 = yes + } + 52 = { + aroai_construct_special_buildings_52 = yes + } + 53 = { + aroai_construct_special_buildings_53 = yes + } + 54 = { + aroai_construct_special_buildings_54 = yes + } + 55 = { + aroai_construct_special_buildings_55 = yes + } + 56 = { + aroai_construct_special_buildings_56 = yes + } + 57 = { + aroai_construct_special_buildings_57 = yes + } + 58 = { + aroai_construct_special_buildings_58 = yes + } + 59 = { + aroai_construct_special_buildings_59 = yes + } + 60 = { + aroai_construct_special_buildings_60 = yes + } + 61 = { + aroai_construct_special_buildings_61 = yes + } + 62 = { + aroai_construct_special_buildings_62 = yes + } + 63 = { + aroai_construct_special_buildings_63 = yes + } + 64 = { + aroai_construct_special_buildings_64 = yes + } + 65 = { + aroai_construct_special_buildings_65 = yes + } + 66 = { + aroai_construct_special_buildings_66 = yes + } + 67 = { + aroai_construct_special_buildings_67 = yes + } + 68 = { + aroai_construct_special_buildings_68 = yes + } + 69 = { + aroai_construct_special_buildings_69 = yes + } + 70 = { + aroai_construct_special_buildings_70 = yes + } + 71 = { + aroai_construct_special_buildings_71 = yes + } + 72 = { + aroai_construct_special_buildings_72 = yes + } + 73 = { + aroai_construct_special_buildings_73 = yes + } + 74 = { + aroai_construct_special_buildings_74 = yes + } + 75 = { + aroai_construct_special_buildings_75 = yes + } + 76 = { + aroai_construct_special_buildings_76 = yes + } + 77 = { + aroai_construct_special_buildings_77 = yes + } + 78 = { + aroai_construct_special_buildings_78 = yes + } + 79 = { + aroai_construct_special_buildings_79 = yes + } + 80 = { + aroai_construct_special_buildings_80 = yes + } + 81 = { + aroai_construct_special_buildings_81 = yes + } + 82 = { + aroai_construct_special_buildings_82 = yes + } + 83 = { + aroai_construct_special_buildings_83 = yes + } + 84 = { + aroai_construct_special_buildings_84 = yes + } + 85 = { + aroai_construct_special_buildings_85 = yes + } + 86 = { + aroai_construct_special_buildings_86 = yes + } + 87 = { + aroai_construct_special_buildings_87 = yes + } + 88 = { + aroai_construct_special_buildings_88 = yes + } + 89 = { + aroai_construct_special_buildings_89 = yes + } + 90 = { + aroai_construct_special_buildings_90 = yes + } + 91 = { + aroai_construct_special_buildings_91 = yes + } + 92 = { + aroai_construct_special_buildings_92 = yes + } + 93 = { + aroai_construct_special_buildings_93 = yes + } + 94 = { + aroai_construct_special_buildings_94 = yes + } + 95 = { + aroai_construct_special_buildings_95 = yes + } + 96 = { + aroai_construct_special_buildings_96 = yes + } + 97 = { + aroai_construct_special_buildings_97 = yes + } + 98 = { + aroai_construct_special_buildings_98 = yes + } + 99 = { + aroai_construct_special_buildings_99 = yes + } + 100 = { + aroai_construct_special_buildings_100 = yes + } + 101 = { + aroai_construct_special_buildings_101 = yes + } + 102 = { + aroai_construct_special_buildings_102 = yes + } + 103 = { + aroai_construct_special_buildings_103 = yes + } + 104 = { + aroai_construct_special_buildings_104 = yes + } + 105 = { + aroai_construct_special_buildings_105 = yes + } + 106 = { + aroai_construct_special_buildings_106 = yes + } + 107 = { + aroai_construct_special_buildings_107 = yes + } + 108 = { + aroai_construct_special_buildings_108 = yes + } + 109 = { + aroai_construct_special_buildings_109 = yes + } + 110 = { + aroai_construct_special_buildings_110 = yes + } + 111 = { + aroai_construct_special_buildings_111 = yes + } + 112 = { + aroai_construct_special_buildings_112 = yes + } + 113 = { + aroai_construct_special_buildings_113 = yes + } + 114 = { + aroai_construct_special_buildings_114 = yes + } + 115 = { + aroai_construct_special_buildings_115 = yes + } + 116 = { + aroai_construct_special_buildings_116 = yes + } + 117 = { + aroai_construct_special_buildings_117 = yes + } + 118 = { + aroai_construct_special_buildings_118 = yes + } + 119 = { + aroai_construct_special_buildings_119 = yes + } + 120 = { + aroai_construct_special_buildings_120 = yes + } + 121 = { + aroai_construct_special_buildings_121 = yes + } + 122 = { + aroai_construct_special_buildings_122 = yes + } + 123 = { + aroai_construct_special_buildings_123 = yes + } + 124 = { + aroai_construct_special_buildings_124 = yes + } + 125 = { + aroai_construct_special_buildings_125 = yes + } + 126 = { + aroai_construct_special_buildings_126 = yes + } + 127 = { + aroai_construct_special_buildings_127 = yes + } + 128 = { + aroai_construct_special_buildings_128 = yes + } + 129 = { + aroai_construct_special_buildings_129 = yes + } + 130 = { + aroai_construct_special_buildings_130 = yes + } + 131 = { + aroai_construct_special_buildings_131 = yes + } + 132 = { + aroai_construct_special_buildings_132 = yes + } + 133 = { + aroai_construct_special_buildings_133 = yes + } + 134 = { + aroai_construct_special_buildings_134 = yes + } + 135 = { + aroai_construct_special_buildings_135 = yes + } + 136 = { + aroai_construct_special_buildings_136 = yes + } + 137 = { + aroai_construct_special_buildings_137 = yes + } + 138 = { + aroai_construct_special_buildings_138 = yes + } + 139 = { + aroai_construct_special_buildings_139 = yes + } + 140 = { + aroai_construct_special_buildings_140 = yes + } + 141 = { + aroai_construct_special_buildings_141 = yes + } + 142 = { + aroai_construct_special_buildings_142 = yes + } + 143 = { + aroai_construct_special_buildings_143 = yes + } + 144 = { + aroai_construct_special_buildings_144 = yes + } + 145 = { + aroai_construct_special_buildings_145 = yes + } + 146 = { + aroai_construct_special_buildings_146 = yes + } + 147 = { + aroai_construct_special_buildings_147 = yes + } + 148 = { + aroai_construct_special_buildings_148 = yes + } + 149 = { + aroai_construct_special_buildings_149 = yes + } + 150 = { + aroai_construct_special_buildings_150 = yes + } + 151 = { + aroai_construct_special_buildings_151 = yes + } + 152 = { + aroai_construct_special_buildings_152 = yes + } + 153 = { + aroai_construct_special_buildings_153 = yes + } + 154 = { + aroai_construct_special_buildings_154 = yes + } + 155 = { + aroai_construct_special_buildings_155 = yes + } + 156 = { + aroai_construct_special_buildings_156 = yes + } + 157 = { + aroai_construct_special_buildings_157 = yes + } + 158 = { + aroai_construct_special_buildings_158 = yes + } + 159 = { + aroai_construct_special_buildings_159 = yes + } + 160 = { + aroai_construct_special_buildings_160 = yes + } + 161 = { + aroai_construct_special_buildings_161 = yes + } + 162 = { + aroai_construct_special_buildings_162 = yes + } + 163 = { + aroai_construct_special_buildings_163 = yes + } + 164 = { + aroai_construct_special_buildings_164 = yes + } + 165 = { + aroai_construct_special_buildings_165 = yes + } + 166 = { + aroai_construct_special_buildings_166 = yes + } + 167 = { + aroai_construct_special_buildings_167 = yes + } + 168 = { + aroai_construct_special_buildings_168 = yes + } + 169 = { + aroai_construct_special_buildings_169 = yes + } + 170 = { + aroai_construct_special_buildings_170 = yes + } + 171 = { + aroai_construct_special_buildings_171 = yes + } + 172 = { + aroai_construct_special_buildings_172 = yes + } + 173 = { + aroai_construct_special_buildings_173 = yes + } + 174 = { + aroai_construct_special_buildings_174 = yes + } + 175 = { + aroai_construct_special_buildings_175 = yes + } + 176 = { + aroai_construct_special_buildings_176 = yes + } + 177 = { + aroai_construct_special_buildings_177 = yes + } + 178 = { + aroai_construct_special_buildings_178 = yes + } + 179 = { + aroai_construct_special_buildings_179 = yes + } + 180 = { + aroai_construct_special_buildings_180 = yes + } + 181 = { + aroai_construct_special_buildings_181 = yes + } + 182 = { + aroai_construct_special_buildings_182 = yes + } + 183 = { + aroai_construct_special_buildings_183 = yes + } + 184 = { + aroai_construct_special_buildings_184 = yes + } + 185 = { + aroai_construct_special_buildings_185 = yes + } + 186 = { + aroai_construct_special_buildings_186 = yes + } + 187 = { + aroai_construct_special_buildings_187 = yes + } + 188 = { + aroai_construct_special_buildings_188 = yes + } + 189 = { + aroai_construct_special_buildings_189 = yes + } + 190 = { + aroai_construct_special_buildings_190 = yes + } + 191 = { + aroai_construct_special_buildings_191 = yes + } + 192 = { + aroai_construct_special_buildings_192 = yes + } + 193 = { + aroai_construct_special_buildings_193 = yes + } + 194 = { + aroai_construct_special_buildings_194 = yes + } + 195 = { + aroai_construct_special_buildings_195 = yes + } + 196 = { + aroai_construct_special_buildings_196 = yes + } + 197 = { + aroai_construct_special_buildings_197 = yes + } + 198 = { + aroai_construct_special_buildings_198 = yes + } + 199 = { + aroai_construct_special_buildings_199 = yes + } + 200 = { + aroai_construct_special_buildings_200 = yes + } + } + } +} -aroai_perform_for_every_building_type = { - aroai_perform_for_building_type = { effect = $effect$ key = building_government_administration id = 1 - class = 1 counter = 1 order = 2 limit = 4 crucial = 10 workforce = 0 allocate = 4 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_university id = 2 - class = 1 counter = 2 order = 9 limit = 3 crucial = 8 workforce = 0 allocate = 1 branching = 1 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_construction_sector id = 3 - class = 2 counter = 3 order = 1 limit = 5 crucial = 5 workforce = 0 allocate = 1 branching = 1 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_infrastructure id = 4 - class = 2 counter = 4 order = 3 limit = 5 crucial = 99 workforce = 0 allocate = 7 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_port id = 5 - class = 2 counter = 5 order = 3 limit = 3 crucial = 99 workforce = 0 allocate = 5 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_barracks id = 6 - class = 3 counter = 6 order = 9 limit = 8 crucial = 8 workforce = 0 allocate = 2 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_naval_base id = 7 - class = 3 counter = 7 order = 9 limit = 5 crucial = 8 workforce = 0 allocate = 2 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_airport id = 13 - class = 2 counter = 13 order = 9 limit = 7 crucial = 5 workforce = 0 allocate = 1 branching = 0 scaling = 0 } - aroai_perform_for_building_type = { effect = $effect$ key = building_logging_camp id = 14 - class = 4 counter = 14 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_fishing_wharf id = 15 - class = 4 counter = 15 order = 13 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_rubber_plantation id = 16 - class = 4 counter = 16 order = 6 limit = 5 crucial = 11 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_oil_rig id = 17 - class = 4 counter = 17 order = 4 limit = 5 crucial = 11 workforce = 0 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_natural_gas_well id = 18 - class = 4 counter = 18 order = 4 limit = 5 crucial = 5 workforce = 0 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_coal_mine id = 19 - class = 4 counter = 19 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_iron_mine id = 20 - class = 4 counter = 20 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_copper_mine id = 21 - class = 4 counter = 21 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_rare_earth_elements_mine id = 22 - class = 4 counter = 22 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_lead_mine id = 23 - class = 4 counter = 23 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_bauxite_mine id = 24 - class = 4 counter = 24 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_uranium_mine id = 25 - class = 4 counter = 25 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_phosphorus_mine id = 26 - class = 4 counter = 26 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_gold_mine id = 27 - class = 4 counter = 27 order = 11 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_rye_farm id = 28 - class = 5 counter = 28 order = 10 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_wheat_farm id = 29 - class = 5 counter = 28 order = 10 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_rice_farm id = 30 - class = 5 counter = 28 order = 10 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_maize_farm id = 31 - class = 5 counter = 28 order = 10 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_millet_farm id = 32 - class = 5 counter = 28 order = 10 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_livestock_ranch id = 33 - class = 5 counter = 33 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_cotton_plantation id = 34 - class = 5 counter = 33 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_silk_plantation id = 36 - class = 5 counter = 36 order = 11 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_banana_plantation id = 37 - class = 5 counter = 37 order = 13 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_sugar_plantation id = 38 - class = 5 counter = 38 order = 13 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_tea_plantation id = 39 - class = 5 counter = 39 order = 15 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_coffee_plantation id = 40 - class = 5 counter = 40 order = 15 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_tobacco_plantation id = 41 - class = 5 counter = 41 order = 14 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_opium_plantation id = 42 - class = 5 counter = 42 order = 11 limit = 5 crucial = 5 workforce = 1 allocate = 2 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_food_industry id = 43 - class = 6 counter = 43 order = 14 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_textile_manufactories id = 44 - class = 6 counter = 44 order = 12 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_furniture_manufactories id = 45 - class = 6 counter = 45 order = 12 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_glassworks id = 46 - class = 6 counter = 46 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_tool_manufactories id = 47 - class = 6 counter = 47 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_paper_manufactories id = 48 - class = 6 counter = 48 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_chemical_plants id = 49 - class = 6 counter = 49 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_synthetics_plant id = 50 - class = 6 counter = 36 order = 12 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_steelworks id = 51 - class = 6 counter = 51 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_aluminum_refinery id = 52 - class = 6 counter = 52 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_motor_industry id = 53 - class = 6 counter = 53 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_automobile_manufactories id = 54 - class = 6 counter = 54 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_shipyards id = 55 - class = 6 counter = 55 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_drydocks id = 56 - class = 6 counter = 56 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_electronics_manufactories id = 57 - class = 6 counter = 57 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_combustion_plant id = 58 - class = 6 counter = 58 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_nuclear_power_plant id = 59 - class = 6 counter = 58 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_renewable_energy_facility id = 60 - class = 6 counter = 58 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_geothermal_power_plant id = 63 - class = 6 counter = 58 order = 4 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_small_arms_manufactories id = 64 - class = 6 counter = 64 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_explosives_industry id = 65 - class = 6 counter = 65 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_fuel_refineries id = 66 - class = 6 counter = 66 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_semiconductor_manufactories id = 67 - class = 6 counter = 67 order = 6 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_advanced_military_manufactories id = 68 - class = 6 counter = 68 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_aircraft_manufactories id = 69 - class = 6 counter = 69 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_uranium_refineries id = 70 - class = 6 counter = 70 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_battery_manufactories id = 71 - class = 6 counter = 71 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_pharmaceutical_industry id = 72 - class = 6 counter = 72 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_computer_manufactories id = 73 - class = 6 counter = 73 order = 5 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_consumer_electronics_manufactories id = 74 - class = 6 counter = 74 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_telecommunications id = 75 - class = 6 counter = 75 order = 7 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_tourism_industry id = 76 - class = 6 counter = 13 order = 15 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_financial_services id = 77 - class = 6 counter = 77 order = 8 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_media_industry id = 78 - class = 6 counter = 78 order = 15 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_hospitals id = 79 - class = 6 counter = 79 order = 8 limit = 5 crucial = 3 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_skyscraper id = 80 - class = 6 counter = 80 order = 16 limit = 1 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - aroai_perform_for_building_type = { effect = $effect$ key = building_distilleries id = 81 - class = 6 counter = 81 order = 14 limit = 5 crucial = 5 workforce = 1 allocate = 1 branching = 1 scaling = 1 } - if = { - limit = { - aroai_is_using_compatibility_patches = yes - } - aroai_perform_for_every_building_type_compatibility = { effect = $effect$ } - } +aroai_construct_special_buildings_1 = { } -aroai_perform_for_every_building_type_compatibility = { - every_in_global_list = { - variable = aroai_compatibility_patches - switch = { - trigger = this - 1 = { prev = { aroai_perform_for_every_building_type_1 = { effect = $effect$ } } } - 2 = { prev = { aroai_perform_for_every_building_type_2 = { effect = $effect$ } } } - 3 = { prev = { aroai_perform_for_every_building_type_3 = { effect = $effect$ } } } - 4 = { prev = { aroai_perform_for_every_building_type_4 = { effect = $effect$ } } } - 5 = { prev = { aroai_perform_for_every_building_type_5 = { effect = $effect$ } } } - 6 = { prev = { aroai_perform_for_every_building_type_6 = { effect = $effect$ } } } - 7 = { prev = { aroai_perform_for_every_building_type_7 = { effect = $effect$ } } } - 8 = { prev = { aroai_perform_for_every_building_type_8 = { effect = $effect$ } } } - 9 = { prev = { aroai_perform_for_every_building_type_9 = { effect = $effect$ } } } - 10 = { prev = { aroai_perform_for_every_building_type_10 = { effect = $effect$ } } } - 11 = { prev = { aroai_perform_for_every_building_type_11 = { effect = $effect$ } } } - 12 = { prev = { aroai_perform_for_every_building_type_12 = { effect = $effect$ } } } - 13 = { prev = { aroai_perform_for_every_building_type_13 = { effect = $effect$ } } } - 14 = { prev = { aroai_perform_for_every_building_type_14 = { effect = $effect$ } } } - 15 = { prev = { aroai_perform_for_every_building_type_15 = { effect = $effect$ } } } - 16 = { prev = { aroai_perform_for_every_building_type_16 = { effect = $effect$ } } } - 17 = { prev = { aroai_perform_for_every_building_type_17 = { effect = $effect$ } } } - 18 = { prev = { aroai_perform_for_every_building_type_18 = { effect = $effect$ } } } - 19 = { prev = { aroai_perform_for_every_building_type_19 = { effect = $effect$ } } } - 20 = { prev = { aroai_perform_for_every_building_type_20 = { effect = $effect$ } } } - 21 = { prev = { aroai_perform_for_every_building_type_21 = { effect = $effect$ } } } - 22 = { prev = { aroai_perform_for_every_building_type_22 = { effect = $effect$ } } } - 23 = { prev = { aroai_perform_for_every_building_type_23 = { effect = $effect$ } } } - 24 = { prev = { aroai_perform_for_every_building_type_24 = { effect = $effect$ } } } - 25 = { prev = { aroai_perform_for_every_building_type_25 = { effect = $effect$ } } } - 26 = { prev = { aroai_perform_for_every_building_type_26 = { effect = $effect$ } } } - 27 = { prev = { aroai_perform_for_every_building_type_27 = { effect = $effect$ } } } - 28 = { prev = { aroai_perform_for_every_building_type_28 = { effect = $effect$ } } } - 29 = { prev = { aroai_perform_for_every_building_type_29 = { effect = $effect$ } } } - 30 = { prev = { aroai_perform_for_every_building_type_30 = { effect = $effect$ } } } - 31 = { prev = { aroai_perform_for_every_building_type_31 = { effect = $effect$ } } } - 32 = { prev = { aroai_perform_for_every_building_type_32 = { effect = $effect$ } } } - 33 = { prev = { aroai_perform_for_every_building_type_33 = { effect = $effect$ } } } - 34 = { prev = { aroai_perform_for_every_building_type_34 = { effect = $effect$ } } } - 35 = { prev = { aroai_perform_for_every_building_type_35 = { effect = $effect$ } } } - 36 = { prev = { aroai_perform_for_every_building_type_36 = { effect = $effect$ } } } - 37 = { prev = { aroai_perform_for_every_building_type_37 = { effect = $effect$ } } } - 38 = { prev = { aroai_perform_for_every_building_type_38 = { effect = $effect$ } } } - 39 = { prev = { aroai_perform_for_every_building_type_39 = { effect = $effect$ } } } - 40 = { prev = { aroai_perform_for_every_building_type_40 = { effect = $effect$ } } } - 41 = { prev = { aroai_perform_for_every_building_type_41 = { effect = $effect$ } } } - 42 = { prev = { aroai_perform_for_every_building_type_42 = { effect = $effect$ } } } - 43 = { prev = { aroai_perform_for_every_building_type_43 = { effect = $effect$ } } } - 44 = { prev = { aroai_perform_for_every_building_type_44 = { effect = $effect$ } } } - 45 = { prev = { aroai_perform_for_every_building_type_45 = { effect = $effect$ } } } - 46 = { prev = { aroai_perform_for_every_building_type_46 = { effect = $effect$ } } } - 47 = { prev = { aroai_perform_for_every_building_type_47 = { effect = $effect$ } } } - 48 = { prev = { aroai_perform_for_every_building_type_48 = { effect = $effect$ } } } - 49 = { prev = { aroai_perform_for_every_building_type_49 = { effect = $effect$ } } } - 50 = { prev = { aroai_perform_for_every_building_type_50 = { effect = $effect$ } } } - 51 = { prev = { aroai_perform_for_every_building_type_51 = { effect = $effect$ } } } - 52 = { prev = { aroai_perform_for_every_building_type_52 = { effect = $effect$ } } } - 53 = { prev = { aroai_perform_for_every_building_type_53 = { effect = $effect$ } } } - 54 = { prev = { aroai_perform_for_every_building_type_54 = { effect = $effect$ } } } - 55 = { prev = { aroai_perform_for_every_building_type_55 = { effect = $effect$ } } } - 56 = { prev = { aroai_perform_for_every_building_type_56 = { effect = $effect$ } } } - 57 = { prev = { aroai_perform_for_every_building_type_57 = { effect = $effect$ } } } - 58 = { prev = { aroai_perform_for_every_building_type_58 = { effect = $effect$ } } } - 59 = { prev = { aroai_perform_for_every_building_type_59 = { effect = $effect$ } } } - 60 = { prev = { aroai_perform_for_every_building_type_60 = { effect = $effect$ } } } - 61 = { prev = { aroai_perform_for_every_building_type_61 = { effect = $effect$ } } } - 62 = { prev = { aroai_perform_for_every_building_type_62 = { effect = $effect$ } } } - 63 = { prev = { aroai_perform_for_every_building_type_63 = { effect = $effect$ } } } - 64 = { prev = { aroai_perform_for_every_building_type_64 = { effect = $effect$ } } } - 65 = { prev = { aroai_perform_for_every_building_type_65 = { effect = $effect$ } } } - 66 = { prev = { aroai_perform_for_every_building_type_66 = { effect = $effect$ } } } - 67 = { prev = { aroai_perform_for_every_building_type_67 = { effect = $effect$ } } } - 68 = { prev = { aroai_perform_for_every_building_type_68 = { effect = $effect$ } } } - 69 = { prev = { aroai_perform_for_every_building_type_69 = { effect = $effect$ } } } - 70 = { prev = { aroai_perform_for_every_building_type_70 = { effect = $effect$ } } } - 71 = { prev = { aroai_perform_for_every_building_type_71 = { effect = $effect$ } } } - 72 = { prev = { aroai_perform_for_every_building_type_72 = { effect = $effect$ } } } - 73 = { prev = { aroai_perform_for_every_building_type_73 = { effect = $effect$ } } } - 74 = { prev = { aroai_perform_for_every_building_type_74 = { effect = $effect$ } } } - 75 = { prev = { aroai_perform_for_every_building_type_75 = { effect = $effect$ } } } - 76 = { prev = { aroai_perform_for_every_building_type_76 = { effect = $effect$ } } } - 77 = { prev = { aroai_perform_for_every_building_type_77 = { effect = $effect$ } } } - 78 = { prev = { aroai_perform_for_every_building_type_78 = { effect = $effect$ } } } - 79 = { prev = { aroai_perform_for_every_building_type_79 = { effect = $effect$ } } } - 80 = { prev = { aroai_perform_for_every_building_type_80 = { effect = $effect$ } } } - 81 = { prev = { aroai_perform_for_every_building_type_81 = { effect = $effect$ } } } - 82 = { prev = { aroai_perform_for_every_building_type_82 = { effect = $effect$ } } } - 83 = { prev = { aroai_perform_for_every_building_type_83 = { effect = $effect$ } } } - 84 = { prev = { aroai_perform_for_every_building_type_84 = { effect = $effect$ } } } - 85 = { prev = { aroai_perform_for_every_building_type_85 = { effect = $effect$ } } } - 86 = { prev = { aroai_perform_for_every_building_type_86 = { effect = $effect$ } } } - 87 = { prev = { aroai_perform_for_every_building_type_87 = { effect = $effect$ } } } - 88 = { prev = { aroai_perform_for_every_building_type_88 = { effect = $effect$ } } } - 89 = { prev = { aroai_perform_for_every_building_type_89 = { effect = $effect$ } } } - 90 = { prev = { aroai_perform_for_every_building_type_90 = { effect = $effect$ } } } - 91 = { prev = { aroai_perform_for_every_building_type_91 = { effect = $effect$ } } } - 92 = { prev = { aroai_perform_for_every_building_type_92 = { effect = $effect$ } } } - 93 = { prev = { aroai_perform_for_every_building_type_93 = { effect = $effect$ } } } - 94 = { prev = { aroai_perform_for_every_building_type_94 = { effect = $effect$ } } } - 95 = { prev = { aroai_perform_for_every_building_type_95 = { effect = $effect$ } } } - 96 = { prev = { aroai_perform_for_every_building_type_96 = { effect = $effect$ } } } - 97 = { prev = { aroai_perform_for_every_building_type_97 = { effect = $effect$ } } } - 98 = { prev = { aroai_perform_for_every_building_type_98 = { effect = $effect$ } } } - 99 = { prev = { aroai_perform_for_every_building_type_99 = { effect = $effect$ } } } - 100 = { prev = { aroai_perform_for_every_building_type_100 = { effect = $effect$ } } } - 101 = { prev = { aroai_perform_for_every_building_type_101 = { effect = $effect$ } } } - 102 = { prev = { aroai_perform_for_every_building_type_102 = { effect = $effect$ } } } - 103 = { prev = { aroai_perform_for_every_building_type_103 = { effect = $effect$ } } } - 104 = { prev = { aroai_perform_for_every_building_type_104 = { effect = $effect$ } } } - 105 = { prev = { aroai_perform_for_every_building_type_105 = { effect = $effect$ } } } - 106 = { prev = { aroai_perform_for_every_building_type_106 = { effect = $effect$ } } } - 107 = { prev = { aroai_perform_for_every_building_type_107 = { effect = $effect$ } } } - 108 = { prev = { aroai_perform_for_every_building_type_108 = { effect = $effect$ } } } - 109 = { prev = { aroai_perform_for_every_building_type_109 = { effect = $effect$ } } } - 110 = { prev = { aroai_perform_for_every_building_type_110 = { effect = $effect$ } } } - 111 = { prev = { aroai_perform_for_every_building_type_111 = { effect = $effect$ } } } - 112 = { prev = { aroai_perform_for_every_building_type_112 = { effect = $effect$ } } } - 113 = { prev = { aroai_perform_for_every_building_type_113 = { effect = $effect$ } } } - 114 = { prev = { aroai_perform_for_every_building_type_114 = { effect = $effect$ } } } - 115 = { prev = { aroai_perform_for_every_building_type_115 = { effect = $effect$ } } } - 116 = { prev = { aroai_perform_for_every_building_type_116 = { effect = $effect$ } } } - 117 = { prev = { aroai_perform_for_every_building_type_117 = { effect = $effect$ } } } - 118 = { prev = { aroai_perform_for_every_building_type_118 = { effect = $effect$ } } } - 119 = { prev = { aroai_perform_for_every_building_type_119 = { effect = $effect$ } } } - 120 = { prev = { aroai_perform_for_every_building_type_120 = { effect = $effect$ } } } - 121 = { prev = { aroai_perform_for_every_building_type_121 = { effect = $effect$ } } } - 122 = { prev = { aroai_perform_for_every_building_type_122 = { effect = $effect$ } } } - 123 = { prev = { aroai_perform_for_every_building_type_123 = { effect = $effect$ } } } - 124 = { prev = { aroai_perform_for_every_building_type_124 = { effect = $effect$ } } } - 125 = { prev = { aroai_perform_for_every_building_type_125 = { effect = $effect$ } } } - 126 = { prev = { aroai_perform_for_every_building_type_126 = { effect = $effect$ } } } - 127 = { prev = { aroai_perform_for_every_building_type_127 = { effect = $effect$ } } } - 128 = { prev = { aroai_perform_for_every_building_type_128 = { effect = $effect$ } } } - 129 = { prev = { aroai_perform_for_every_building_type_129 = { effect = $effect$ } } } - 130 = { prev = { aroai_perform_for_every_building_type_130 = { effect = $effect$ } } } - 131 = { prev = { aroai_perform_for_every_building_type_131 = { effect = $effect$ } } } - 132 = { prev = { aroai_perform_for_every_building_type_132 = { effect = $effect$ } } } - 133 = { prev = { aroai_perform_for_every_building_type_133 = { effect = $effect$ } } } - 134 = { prev = { aroai_perform_for_every_building_type_134 = { effect = $effect$ } } } - 135 = { prev = { aroai_perform_for_every_building_type_135 = { effect = $effect$ } } } - 136 = { prev = { aroai_perform_for_every_building_type_136 = { effect = $effect$ } } } - 137 = { prev = { aroai_perform_for_every_building_type_137 = { effect = $effect$ } } } - 138 = { prev = { aroai_perform_for_every_building_type_138 = { effect = $effect$ } } } - 139 = { prev = { aroai_perform_for_every_building_type_139 = { effect = $effect$ } } } - 140 = { prev = { aroai_perform_for_every_building_type_140 = { effect = $effect$ } } } - 141 = { prev = { aroai_perform_for_every_building_type_141 = { effect = $effect$ } } } - 142 = { prev = { aroai_perform_for_every_building_type_142 = { effect = $effect$ } } } - 143 = { prev = { aroai_perform_for_every_building_type_143 = { effect = $effect$ } } } - 144 = { prev = { aroai_perform_for_every_building_type_144 = { effect = $effect$ } } } - 145 = { prev = { aroai_perform_for_every_building_type_145 = { effect = $effect$ } } } - 146 = { prev = { aroai_perform_for_every_building_type_146 = { effect = $effect$ } } } - 147 = { prev = { aroai_perform_for_every_building_type_147 = { effect = $effect$ } } } - 148 = { prev = { aroai_perform_for_every_building_type_148 = { effect = $effect$ } } } - 149 = { prev = { aroai_perform_for_every_building_type_149 = { effect = $effect$ } } } - 150 = { prev = { aroai_perform_for_every_building_type_150 = { effect = $effect$ } } } - 151 = { prev = { aroai_perform_for_every_building_type_151 = { effect = $effect$ } } } - 152 = { prev = { aroai_perform_for_every_building_type_152 = { effect = $effect$ } } } - 153 = { prev = { aroai_perform_for_every_building_type_153 = { effect = $effect$ } } } - 154 = { prev = { aroai_perform_for_every_building_type_154 = { effect = $effect$ } } } - 155 = { prev = { aroai_perform_for_every_building_type_155 = { effect = $effect$ } } } - 156 = { prev = { aroai_perform_for_every_building_type_156 = { effect = $effect$ } } } - 157 = { prev = { aroai_perform_for_every_building_type_157 = { effect = $effect$ } } } - 158 = { prev = { aroai_perform_for_every_building_type_158 = { effect = $effect$ } } } - 159 = { prev = { aroai_perform_for_every_building_type_159 = { effect = $effect$ } } } - 160 = { prev = { aroai_perform_for_every_building_type_160 = { effect = $effect$ } } } - 161 = { prev = { aroai_perform_for_every_building_type_161 = { effect = $effect$ } } } - 162 = { prev = { aroai_perform_for_every_building_type_162 = { effect = $effect$ } } } - 163 = { prev = { aroai_perform_for_every_building_type_163 = { effect = $effect$ } } } - 164 = { prev = { aroai_perform_for_every_building_type_164 = { effect = $effect$ } } } - 165 = { prev = { aroai_perform_for_every_building_type_165 = { effect = $effect$ } } } - 166 = { prev = { aroai_perform_for_every_building_type_166 = { effect = $effect$ } } } - 167 = { prev = { aroai_perform_for_every_building_type_167 = { effect = $effect$ } } } - 168 = { prev = { aroai_perform_for_every_building_type_168 = { effect = $effect$ } } } - 169 = { prev = { aroai_perform_for_every_building_type_169 = { effect = $effect$ } } } - 170 = { prev = { aroai_perform_for_every_building_type_170 = { effect = $effect$ } } } - 171 = { prev = { aroai_perform_for_every_building_type_171 = { effect = $effect$ } } } - 172 = { prev = { aroai_perform_for_every_building_type_172 = { effect = $effect$ } } } - 173 = { prev = { aroai_perform_for_every_building_type_173 = { effect = $effect$ } } } - 174 = { prev = { aroai_perform_for_every_building_type_174 = { effect = $effect$ } } } - 175 = { prev = { aroai_perform_for_every_building_type_175 = { effect = $effect$ } } } - 176 = { prev = { aroai_perform_for_every_building_type_176 = { effect = $effect$ } } } - 177 = { prev = { aroai_perform_for_every_building_type_177 = { effect = $effect$ } } } - 178 = { prev = { aroai_perform_for_every_building_type_178 = { effect = $effect$ } } } - 179 = { prev = { aroai_perform_for_every_building_type_179 = { effect = $effect$ } } } - 180 = { prev = { aroai_perform_for_every_building_type_180 = { effect = $effect$ } } } - 181 = { prev = { aroai_perform_for_every_building_type_181 = { effect = $effect$ } } } - 182 = { prev = { aroai_perform_for_every_building_type_182 = { effect = $effect$ } } } - 183 = { prev = { aroai_perform_for_every_building_type_183 = { effect = $effect$ } } } - 184 = { prev = { aroai_perform_for_every_building_type_184 = { effect = $effect$ } } } - 185 = { prev = { aroai_perform_for_every_building_type_185 = { effect = $effect$ } } } - 186 = { prev = { aroai_perform_for_every_building_type_186 = { effect = $effect$ } } } - 187 = { prev = { aroai_perform_for_every_building_type_187 = { effect = $effect$ } } } - 188 = { prev = { aroai_perform_for_every_building_type_188 = { effect = $effect$ } } } - 189 = { prev = { aroai_perform_for_every_building_type_189 = { effect = $effect$ } } } - 190 = { prev = { aroai_perform_for_every_building_type_190 = { effect = $effect$ } } } - 191 = { prev = { aroai_perform_for_every_building_type_191 = { effect = $effect$ } } } - 192 = { prev = { aroai_perform_for_every_building_type_192 = { effect = $effect$ } } } - 193 = { prev = { aroai_perform_for_every_building_type_193 = { effect = $effect$ } } } - 194 = { prev = { aroai_perform_for_every_building_type_194 = { effect = $effect$ } } } - 195 = { prev = { aroai_perform_for_every_building_type_195 = { effect = $effect$ } } } - 196 = { prev = { aroai_perform_for_every_building_type_196 = { effect = $effect$ } } } - 197 = { prev = { aroai_perform_for_every_building_type_197 = { effect = $effect$ } } } - 198 = { prev = { aroai_perform_for_every_building_type_198 = { effect = $effect$ } } } - 199 = { prev = { aroai_perform_for_every_building_type_199 = { effect = $effect$ } } } - 200 = { prev = { aroai_perform_for_every_building_type_200 = { effect = $effect$ } } } - } - } -} - -aroai_perform_for_every_building_type_1 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_2 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_3 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_4 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_5 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_6 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_7 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_8 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_9 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_10 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_11 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_12 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_13 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_14 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_15 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_16 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_17 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_18 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_19 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_20 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_21 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_22 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_23 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_24 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_25 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_26 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_27 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_28 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_29 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_30 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_31 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_32 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_33 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_34 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_35 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_36 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_37 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_38 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_39 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_40 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_41 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_42 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_43 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_44 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_45 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_46 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_47 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_48 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_49 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_50 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_51 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_52 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_53 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_54 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_55 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_56 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_57 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_58 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_59 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_60 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_61 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_62 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_63 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_64 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_65 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_66 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_67 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_68 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_69 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_70 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_71 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_72 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_73 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_74 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_75 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_76 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_77 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_78 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_79 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_80 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_81 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_82 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_83 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_84 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_85 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_86 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_87 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_88 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_89 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_90 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_91 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_92 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_93 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_94 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_95 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_96 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_97 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_98 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_99 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_100 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_101 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_102 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_103 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_104 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_105 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_106 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_107 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_108 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_109 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_110 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_111 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_112 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_113 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_114 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_115 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_116 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_117 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_118 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_119 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_120 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_121 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_122 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_123 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_124 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_125 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_126 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_127 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_128 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_129 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_130 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_131 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_132 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_133 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_134 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_135 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_136 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_137 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_138 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_139 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_140 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_141 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_142 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_143 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_144 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_145 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_146 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_147 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_148 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_149 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_150 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_151 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_152 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_153 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_154 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_155 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_156 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_157 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_158 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_159 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_160 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_161 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_162 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_163 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_164 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_165 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_166 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_167 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_168 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_169 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_170 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_171 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_172 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_173 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_174 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_175 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_176 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_177 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_178 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_179 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_180 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_181 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_182 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_183 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_184 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_185 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_186 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_187 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_188 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_189 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_190 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_191 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_192 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_193 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_194 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_195 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_196 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_197 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_198 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_199 = { if = { limit = { always = no $effect$ = 0 } } } -aroai_perform_for_every_building_type_200 = { if = { limit = { always = no $effect$ = 0 } } } \ No newline at end of file +aroai_construct_special_buildings_2 = { +} + +aroai_construct_special_buildings_3 = { +} + +aroai_construct_special_buildings_4 = { +} + +aroai_construct_special_buildings_5 = { +} + +aroai_construct_special_buildings_6 = { +} + +aroai_construct_special_buildings_7 = { +} + +aroai_construct_special_buildings_8 = { +} + +aroai_construct_special_buildings_9 = { +} + +aroai_construct_special_buildings_10 = { +} + +aroai_construct_special_buildings_11 = { +} + +aroai_construct_special_buildings_12 = { +} + +aroai_construct_special_buildings_13 = { +} + +aroai_construct_special_buildings_14 = { +} + +aroai_construct_special_buildings_15 = { +} + +aroai_construct_special_buildings_16 = { +} + +aroai_construct_special_buildings_17 = { +} + +aroai_construct_special_buildings_18 = { +} + +aroai_construct_special_buildings_19 = { +} + +aroai_construct_special_buildings_20 = { +} + +aroai_construct_special_buildings_21 = { +} + +aroai_construct_special_buildings_22 = { +} + +aroai_construct_special_buildings_23 = { +} + +aroai_construct_special_buildings_24 = { +} + +aroai_construct_special_buildings_25 = { +} + +aroai_construct_special_buildings_26 = { +} + +aroai_construct_special_buildings_27 = { +} + +aroai_construct_special_buildings_28 = { +} + +aroai_construct_special_buildings_29 = { +} + +aroai_construct_special_buildings_30 = { +} + +aroai_construct_special_buildings_31 = { +} + +aroai_construct_special_buildings_32 = { +} + +aroai_construct_special_buildings_33 = { +} + +aroai_construct_special_buildings_34 = { +} + +aroai_construct_special_buildings_35 = { +} + +aroai_construct_special_buildings_36 = { +} + +aroai_construct_special_buildings_37 = { +} + +aroai_construct_special_buildings_38 = { +} + +aroai_construct_special_buildings_39 = { +} + +aroai_construct_special_buildings_40 = { +} + +aroai_construct_special_buildings_41 = { +} + +aroai_construct_special_buildings_42 = { +} + +aroai_construct_special_buildings_43 = { +} + +aroai_construct_special_buildings_44 = { +} + +aroai_construct_special_buildings_45 = { +} + +aroai_construct_special_buildings_46 = { +} + +aroai_construct_special_buildings_47 = { +} + +aroai_construct_special_buildings_48 = { +} + +aroai_construct_special_buildings_49 = { +} + +aroai_construct_special_buildings_50 = { +} + +aroai_construct_special_buildings_51 = { +} + +aroai_construct_special_buildings_52 = { +} + +aroai_construct_special_buildings_53 = { +} + +aroai_construct_special_buildings_54 = { +} + +aroai_construct_special_buildings_55 = { +} + +aroai_construct_special_buildings_56 = { +} + +aroai_construct_special_buildings_57 = { +} + +aroai_construct_special_buildings_58 = { +} + +aroai_construct_special_buildings_59 = { +} + +aroai_construct_special_buildings_60 = { +} + +aroai_construct_special_buildings_61 = { +} + +aroai_construct_special_buildings_62 = { +} + +aroai_construct_special_buildings_63 = { +} + +aroai_construct_special_buildings_64 = { +} + +aroai_construct_special_buildings_65 = { +} + +aroai_construct_special_buildings_66 = { +} + +aroai_construct_special_buildings_67 = { +} + +aroai_construct_special_buildings_68 = { +} + +aroai_construct_special_buildings_69 = { +} + +aroai_construct_special_buildings_70 = { +} + +aroai_construct_special_buildings_71 = { +} + +aroai_construct_special_buildings_72 = { +} + +aroai_construct_special_buildings_73 = { +} + +aroai_construct_special_buildings_74 = { +} + +aroai_construct_special_buildings_75 = { +} + +aroai_construct_special_buildings_76 = { +} + +aroai_construct_special_buildings_77 = { +} + +aroai_construct_special_buildings_78 = { +} + +aroai_construct_special_buildings_79 = { +} + +aroai_construct_special_buildings_80 = { +} + +aroai_construct_special_buildings_81 = { +} + +aroai_construct_special_buildings_82 = { +} + +aroai_construct_special_buildings_83 = { +} + +aroai_construct_special_buildings_84 = { +} + +aroai_construct_special_buildings_85 = { +} + +aroai_construct_special_buildings_86 = { +} + +aroai_construct_special_buildings_87 = { +} + +aroai_construct_special_buildings_88 = { +} + +aroai_construct_special_buildings_89 = { +} + +aroai_construct_special_buildings_90 = { +} + +aroai_construct_special_buildings_91 = { +} + +aroai_construct_special_buildings_92 = { +} + +aroai_construct_special_buildings_93 = { +} + +aroai_construct_special_buildings_94 = { +} + +aroai_construct_special_buildings_95 = { +} + +aroai_construct_special_buildings_96 = { +} + +aroai_construct_special_buildings_97 = { +} + +aroai_construct_special_buildings_98 = { +} + +aroai_construct_special_buildings_99 = { +} + +aroai_construct_special_buildings_100 = { +} + +aroai_construct_special_buildings_101 = { +} + +aroai_construct_special_buildings_102 = { +} + +aroai_construct_special_buildings_103 = { +} + +aroai_construct_special_buildings_104 = { +} + +aroai_construct_special_buildings_105 = { +} + +aroai_construct_special_buildings_106 = { +} + +aroai_construct_special_buildings_107 = { +} + +aroai_construct_special_buildings_108 = { +} + +aroai_construct_special_buildings_109 = { +} + +aroai_construct_special_buildings_110 = { +} + +aroai_construct_special_buildings_111 = { +} + +aroai_construct_special_buildings_112 = { +} + +aroai_construct_special_buildings_113 = { +} + +aroai_construct_special_buildings_114 = { +} + +aroai_construct_special_buildings_115 = { +} + +aroai_construct_special_buildings_116 = { +} + +aroai_construct_special_buildings_117 = { +} + +aroai_construct_special_buildings_118 = { +} + +aroai_construct_special_buildings_119 = { +} + +aroai_construct_special_buildings_120 = { +} + +aroai_construct_special_buildings_121 = { +} + +aroai_construct_special_buildings_122 = { +} + +aroai_construct_special_buildings_123 = { +} + +aroai_construct_special_buildings_124 = { +} + +aroai_construct_special_buildings_125 = { +} + +aroai_construct_special_buildings_126 = { +} + +aroai_construct_special_buildings_127 = { +} + +aroai_construct_special_buildings_128 = { +} + +aroai_construct_special_buildings_129 = { +} + +aroai_construct_special_buildings_130 = { +} + +aroai_construct_special_buildings_131 = { +} + +aroai_construct_special_buildings_132 = { +} + +aroai_construct_special_buildings_133 = { +} + +aroai_construct_special_buildings_134 = { +} + +aroai_construct_special_buildings_135 = { +} + +aroai_construct_special_buildings_136 = { +} + +aroai_construct_special_buildings_137 = { +} + +aroai_construct_special_buildings_138 = { +} + +aroai_construct_special_buildings_139 = { +} + +aroai_construct_special_buildings_140 = { +} + +aroai_construct_special_buildings_141 = { +} + +aroai_construct_special_buildings_142 = { +} + +aroai_construct_special_buildings_143 = { +} + +aroai_construct_special_buildings_144 = { +} + +aroai_construct_special_buildings_145 = { +} + +aroai_construct_special_buildings_146 = { +} + +aroai_construct_special_buildings_147 = { +} + +aroai_construct_special_buildings_148 = { +} + +aroai_construct_special_buildings_149 = { +} + +aroai_construct_special_buildings_150 = { +} + +aroai_construct_special_buildings_151 = { +} + +aroai_construct_special_buildings_152 = { +} + +aroai_construct_special_buildings_153 = { +} + +aroai_construct_special_buildings_154 = { +} + +aroai_construct_special_buildings_155 = { +} + +aroai_construct_special_buildings_156 = { +} + +aroai_construct_special_buildings_157 = { +} + +aroai_construct_special_buildings_158 = { +} + +aroai_construct_special_buildings_159 = { +} + +aroai_construct_special_buildings_160 = { +} + +aroai_construct_special_buildings_161 = { +} + +aroai_construct_special_buildings_162 = { +} + +aroai_construct_special_buildings_163 = { +} + +aroai_construct_special_buildings_164 = { +} + +aroai_construct_special_buildings_165 = { +} + +aroai_construct_special_buildings_166 = { +} + +aroai_construct_special_buildings_167 = { +} + +aroai_construct_special_buildings_168 = { +} + +aroai_construct_special_buildings_169 = { +} + +aroai_construct_special_buildings_170 = { +} + +aroai_construct_special_buildings_171 = { +} + +aroai_construct_special_buildings_172 = { +} + +aroai_construct_special_buildings_173 = { +} + +aroai_construct_special_buildings_174 = { +} + +aroai_construct_special_buildings_175 = { +} + +aroai_construct_special_buildings_176 = { +} + +aroai_construct_special_buildings_177 = { +} + +aroai_construct_special_buildings_178 = { +} + +aroai_construct_special_buildings_179 = { +} + +aroai_construct_special_buildings_180 = { +} + +aroai_construct_special_buildings_181 = { +} + +aroai_construct_special_buildings_182 = { +} + +aroai_construct_special_buildings_183 = { +} + +aroai_construct_special_buildings_184 = { +} + +aroai_construct_special_buildings_185 = { +} + +aroai_construct_special_buildings_186 = { +} + +aroai_construct_special_buildings_187 = { +} + +aroai_construct_special_buildings_188 = { +} + +aroai_construct_special_buildings_189 = { +} + +aroai_construct_special_buildings_190 = { +} + +aroai_construct_special_buildings_191 = { +} + +aroai_construct_special_buildings_192 = { +} + +aroai_construct_special_buildings_193 = { +} + +aroai_construct_special_buildings_194 = { +} + +aroai_construct_special_buildings_195 = { +} + +aroai_construct_special_buildings_196 = { +} + +aroai_construct_special_buildings_197 = { +} + +aroai_construct_special_buildings_198 = { +} + +aroai_construct_special_buildings_199 = { +} + +aroai_construct_special_buildings_200 = { +} + +aroai_perform_for_every_building_type = { + aroai_perform_for_building_type = { + effect = $effect$ + key = building_government_administration + id = 1 + class = 1 + counter = 1 + order = 2 + limit = 4 + crucial = 10 + workforce = 0 + allocate = 4 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_university + id = 2 + class = 1 + counter = 2 + order = 9 + limit = 3 + crucial = 8 + workforce = 0 + allocate = 1 + branching = 1 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_construction_sector + id = 3 + class = 2 + counter = 3 + order = 1 + limit = 5 + crucial = 5 + workforce = 0 + allocate = 1 + branching = 1 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_infrastructure + id = 4 + class = 2 + counter = 4 + order = 3 + limit = 5 + crucial = 99 + workforce = 0 + allocate = 7 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_port + id = 5 + class = 2 + counter = 5 + order = 3 + limit = 3 + crucial = 99 + workforce = 0 + allocate = 5 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_barracks + id = 6 + class = 3 + counter = 6 + order = 9 + limit = 8 + crucial = 8 + workforce = 0 + allocate = 2 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_naval_base + id = 7 + class = 3 + counter = 7 + order = 9 + limit = 5 + crucial = 8 + workforce = 0 + allocate = 2 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_airport + id = 13 + class = 2 + counter = 13 + order = 9 + limit = 7 + crucial = 5 + workforce = 0 + allocate = 1 + branching = 0 + scaling = 0 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_logging_camp + id = 14 + class = 4 + counter = 14 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_fishing_wharf + id = 15 + class = 4 + counter = 15 + order = 13 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_rubber_plantation + id = 16 + class = 4 + counter = 16 + order = 6 + limit = 5 + crucial = 11 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_oil_rig + id = 17 + class = 4 + counter = 17 + order = 4 + limit = 5 + crucial = 11 + workforce = 0 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_natural_gas_well + id = 18 + class = 4 + counter = 18 + order = 4 + limit = 5 + crucial = 5 + workforce = 0 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_coal_mine + id = 19 + class = 4 + counter = 19 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_iron_mine + id = 20 + class = 4 + counter = 20 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_copper_mine + id = 21 + class = 4 + counter = 21 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_rare_earth_elements_mine + id = 22 + class = 4 + counter = 22 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_lead_mine + id = 23 + class = 4 + counter = 23 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_bauxite_mine + id = 24 + class = 4 + counter = 24 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_uranium_mine + id = 25 + class = 4 + counter = 25 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_phosphorus_mine + id = 26 + class = 4 + counter = 26 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_gold_mine + id = 27 + class = 4 + counter = 27 + order = 11 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_rye_farm + id = 28 + class = 5 + counter = 28 + order = 10 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_wheat_farm + id = 29 + class = 5 + counter = 28 + order = 10 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_rice_farm + id = 30 + class = 5 + counter = 28 + order = 10 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_maize_farm + id = 31 + class = 5 + counter = 28 + order = 10 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_millet_farm + id = 32 + class = 5 + counter = 28 + order = 10 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_livestock_ranch + id = 33 + class = 5 + counter = 33 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_cotton_plantation + id = 34 + class = 5 + counter = 33 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_silk_plantation + id = 36 + class = 5 + counter = 36 + order = 11 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_banana_plantation + id = 37 + class = 5 + counter = 37 + order = 13 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_sugar_plantation + id = 38 + class = 5 + counter = 38 + order = 13 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_tea_plantation + id = 39 + class = 5 + counter = 39 + order = 15 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_coffee_plantation + id = 40 + class = 5 + counter = 40 + order = 15 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_tobacco_plantation + id = 41 + class = 5 + counter = 41 + order = 14 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_opium_plantation + id = 42 + class = 5 + counter = 42 + order = 11 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 2 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_food_industry + id = 43 + class = 6 + counter = 43 + order = 14 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_textile_manufactories + id = 44 + class = 6 + counter = 44 + order = 12 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_furniture_manufactories + id = 45 + class = 6 + counter = 45 + order = 12 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_glassworks + id = 46 + class = 6 + counter = 46 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_tool_manufactories + id = 47 + class = 6 + counter = 47 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_paper_manufactories + id = 48 + class = 6 + counter = 48 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_chemical_plants + id = 49 + class = 6 + counter = 49 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_synthetics_plant + id = 50 + class = 6 + counter = 36 + order = 12 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_steelworks + id = 51 + class = 6 + counter = 51 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_aluminum_refinery + id = 52 + class = 6 + counter = 52 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_motor_industry + id = 53 + class = 6 + counter = 53 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_automobile_manufactories + id = 54 + class = 6 + counter = 54 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_shipyards + id = 55 + class = 6 + counter = 55 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_drydocks + id = 56 + class = 6 + counter = 56 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_electronics_manufactories + id = 57 + class = 6 + counter = 57 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_combustion_plant + id = 58 + class = 6 + counter = 58 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_nuclear_power_plant + id = 59 + class = 6 + counter = 58 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_renewable_energy_facility + id = 60 + class = 6 + counter = 58 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_geothermal_power_plant + id = 63 + class = 6 + counter = 58 + order = 4 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_small_arms_manufactories + id = 64 + class = 6 + counter = 64 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_explosives_industry + id = 65 + class = 6 + counter = 65 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_fuel_refineries + id = 66 + class = 6 + counter = 66 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_semiconductor_manufactories + id = 67 + class = 6 + counter = 67 + order = 6 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_advanced_military_manufactories + id = 68 + class = 6 + counter = 68 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_aircraft_manufactories + id = 69 + class = 6 + counter = 69 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_uranium_refineries + id = 70 + class = 6 + counter = 70 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_battery_manufactories + id = 71 + class = 6 + counter = 71 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_pharmaceutical_industry + id = 72 + class = 6 + counter = 72 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_computer_manufactories + id = 73 + class = 6 + counter = 73 + order = 5 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_consumer_electronics_manufactories + id = 74 + class = 6 + counter = 74 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_telecommunications + id = 75 + class = 6 + counter = 75 + order = 7 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_tourism_industry + id = 76 + class = 6 + counter = 13 + order = 15 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_financial_services + id = 77 + class = 6 + counter = 77 + order = 8 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_media_industry + id = 78 + class = 6 + counter = 78 + order = 15 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_hospitals + id = 79 + class = 6 + counter = 79 + order = 8 + limit = 5 + crucial = 3 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_skyscraper + id = 80 + class = 6 + counter = 80 + order = 16 + limit = 1 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + aroai_perform_for_building_type = { + effect = $effect$ + key = building_distilleries + id = 81 + class = 6 + counter = 81 + order = 14 + limit = 5 + crucial = 5 + workforce = 1 + allocate = 1 + branching = 1 + scaling = 1 + } + if = { + limit = { + aroai_is_using_compatibility_patches = yes + } + aroai_perform_for_every_building_type_compatibility = { + effect = $effect$ + } + } +} + +aroai_perform_for_every_building_type_compatibility = { + every_in_global_list = { + variable = aroai_compatibility_patches + switch = { + trigger = this + 1 = { + prev = { + aroai_perform_for_every_building_type_1 = { + effect = $effect$ + } + } + } + 2 = { + prev = { + aroai_perform_for_every_building_type_2 = { + effect = $effect$ + } + } + } + 3 = { + prev = { + aroai_perform_for_every_building_type_3 = { + effect = $effect$ + } + } + } + 4 = { + prev = { + aroai_perform_for_every_building_type_4 = { + effect = $effect$ + } + } + } + 5 = { + prev = { + aroai_perform_for_every_building_type_5 = { + effect = $effect$ + } + } + } + 6 = { + prev = { + aroai_perform_for_every_building_type_6 = { + effect = $effect$ + } + } + } + 7 = { + prev = { + aroai_perform_for_every_building_type_7 = { + effect = $effect$ + } + } + } + 8 = { + prev = { + aroai_perform_for_every_building_type_8 = { + effect = $effect$ + } + } + } + 9 = { + prev = { + aroai_perform_for_every_building_type_9 = { + effect = $effect$ + } + } + } + 10 = { + prev = { + aroai_perform_for_every_building_type_10 = { + effect = $effect$ + } + } + } + 11 = { + prev = { + aroai_perform_for_every_building_type_11 = { + effect = $effect$ + } + } + } + 12 = { + prev = { + aroai_perform_for_every_building_type_12 = { + effect = $effect$ + } + } + } + 13 = { + prev = { + aroai_perform_for_every_building_type_13 = { + effect = $effect$ + } + } + } + 14 = { + prev = { + aroai_perform_for_every_building_type_14 = { + effect = $effect$ + } + } + } + 15 = { + prev = { + aroai_perform_for_every_building_type_15 = { + effect = $effect$ + } + } + } + 16 = { + prev = { + aroai_perform_for_every_building_type_16 = { + effect = $effect$ + } + } + } + 17 = { + prev = { + aroai_perform_for_every_building_type_17 = { + effect = $effect$ + } + } + } + 18 = { + prev = { + aroai_perform_for_every_building_type_18 = { + effect = $effect$ + } + } + } + 19 = { + prev = { + aroai_perform_for_every_building_type_19 = { + effect = $effect$ + } + } + } + 20 = { + prev = { + aroai_perform_for_every_building_type_20 = { + effect = $effect$ + } + } + } + 21 = { + prev = { + aroai_perform_for_every_building_type_21 = { + effect = $effect$ + } + } + } + 22 = { + prev = { + aroai_perform_for_every_building_type_22 = { + effect = $effect$ + } + } + } + 23 = { + prev = { + aroai_perform_for_every_building_type_23 = { + effect = $effect$ + } + } + } + 24 = { + prev = { + aroai_perform_for_every_building_type_24 = { + effect = $effect$ + } + } + } + 25 = { + prev = { + aroai_perform_for_every_building_type_25 = { + effect = $effect$ + } + } + } + 26 = { + prev = { + aroai_perform_for_every_building_type_26 = { + effect = $effect$ + } + } + } + 27 = { + prev = { + aroai_perform_for_every_building_type_27 = { + effect = $effect$ + } + } + } + 28 = { + prev = { + aroai_perform_for_every_building_type_28 = { + effect = $effect$ + } + } + } + 29 = { + prev = { + aroai_perform_for_every_building_type_29 = { + effect = $effect$ + } + } + } + 30 = { + prev = { + aroai_perform_for_every_building_type_30 = { + effect = $effect$ + } + } + } + 31 = { + prev = { + aroai_perform_for_every_building_type_31 = { + effect = $effect$ + } + } + } + 32 = { + prev = { + aroai_perform_for_every_building_type_32 = { + effect = $effect$ + } + } + } + 33 = { + prev = { + aroai_perform_for_every_building_type_33 = { + effect = $effect$ + } + } + } + 34 = { + prev = { + aroai_perform_for_every_building_type_34 = { + effect = $effect$ + } + } + } + 35 = { + prev = { + aroai_perform_for_every_building_type_35 = { + effect = $effect$ + } + } + } + 36 = { + prev = { + aroai_perform_for_every_building_type_36 = { + effect = $effect$ + } + } + } + 37 = { + prev = { + aroai_perform_for_every_building_type_37 = { + effect = $effect$ + } + } + } + 38 = { + prev = { + aroai_perform_for_every_building_type_38 = { + effect = $effect$ + } + } + } + 39 = { + prev = { + aroai_perform_for_every_building_type_39 = { + effect = $effect$ + } + } + } + 40 = { + prev = { + aroai_perform_for_every_building_type_40 = { + effect = $effect$ + } + } + } + 41 = { + prev = { + aroai_perform_for_every_building_type_41 = { + effect = $effect$ + } + } + } + 42 = { + prev = { + aroai_perform_for_every_building_type_42 = { + effect = $effect$ + } + } + } + 43 = { + prev = { + aroai_perform_for_every_building_type_43 = { + effect = $effect$ + } + } + } + 44 = { + prev = { + aroai_perform_for_every_building_type_44 = { + effect = $effect$ + } + } + } + 45 = { + prev = { + aroai_perform_for_every_building_type_45 = { + effect = $effect$ + } + } + } + 46 = { + prev = { + aroai_perform_for_every_building_type_46 = { + effect = $effect$ + } + } + } + 47 = { + prev = { + aroai_perform_for_every_building_type_47 = { + effect = $effect$ + } + } + } + 48 = { + prev = { + aroai_perform_for_every_building_type_48 = { + effect = $effect$ + } + } + } + 49 = { + prev = { + aroai_perform_for_every_building_type_49 = { + effect = $effect$ + } + } + } + 50 = { + prev = { + aroai_perform_for_every_building_type_50 = { + effect = $effect$ + } + } + } + 51 = { + prev = { + aroai_perform_for_every_building_type_51 = { + effect = $effect$ + } + } + } + 52 = { + prev = { + aroai_perform_for_every_building_type_52 = { + effect = $effect$ + } + } + } + 53 = { + prev = { + aroai_perform_for_every_building_type_53 = { + effect = $effect$ + } + } + } + 54 = { + prev = { + aroai_perform_for_every_building_type_54 = { + effect = $effect$ + } + } + } + 55 = { + prev = { + aroai_perform_for_every_building_type_55 = { + effect = $effect$ + } + } + } + 56 = { + prev = { + aroai_perform_for_every_building_type_56 = { + effect = $effect$ + } + } + } + 57 = { + prev = { + aroai_perform_for_every_building_type_57 = { + effect = $effect$ + } + } + } + 58 = { + prev = { + aroai_perform_for_every_building_type_58 = { + effect = $effect$ + } + } + } + 59 = { + prev = { + aroai_perform_for_every_building_type_59 = { + effect = $effect$ + } + } + } + 60 = { + prev = { + aroai_perform_for_every_building_type_60 = { + effect = $effect$ + } + } + } + 61 = { + prev = { + aroai_perform_for_every_building_type_61 = { + effect = $effect$ + } + } + } + 62 = { + prev = { + aroai_perform_for_every_building_type_62 = { + effect = $effect$ + } + } + } + 63 = { + prev = { + aroai_perform_for_every_building_type_63 = { + effect = $effect$ + } + } + } + 64 = { + prev = { + aroai_perform_for_every_building_type_64 = { + effect = $effect$ + } + } + } + 65 = { + prev = { + aroai_perform_for_every_building_type_65 = { + effect = $effect$ + } + } + } + 66 = { + prev = { + aroai_perform_for_every_building_type_66 = { + effect = $effect$ + } + } + } + 67 = { + prev = { + aroai_perform_for_every_building_type_67 = { + effect = $effect$ + } + } + } + 68 = { + prev = { + aroai_perform_for_every_building_type_68 = { + effect = $effect$ + } + } + } + 69 = { + prev = { + aroai_perform_for_every_building_type_69 = { + effect = $effect$ + } + } + } + 70 = { + prev = { + aroai_perform_for_every_building_type_70 = { + effect = $effect$ + } + } + } + 71 = { + prev = { + aroai_perform_for_every_building_type_71 = { + effect = $effect$ + } + } + } + 72 = { + prev = { + aroai_perform_for_every_building_type_72 = { + effect = $effect$ + } + } + } + 73 = { + prev = { + aroai_perform_for_every_building_type_73 = { + effect = $effect$ + } + } + } + 74 = { + prev = { + aroai_perform_for_every_building_type_74 = { + effect = $effect$ + } + } + } + 75 = { + prev = { + aroai_perform_for_every_building_type_75 = { + effect = $effect$ + } + } + } + 76 = { + prev = { + aroai_perform_for_every_building_type_76 = { + effect = $effect$ + } + } + } + 77 = { + prev = { + aroai_perform_for_every_building_type_77 = { + effect = $effect$ + } + } + } + 78 = { + prev = { + aroai_perform_for_every_building_type_78 = { + effect = $effect$ + } + } + } + 79 = { + prev = { + aroai_perform_for_every_building_type_79 = { + effect = $effect$ + } + } + } + 80 = { + prev = { + aroai_perform_for_every_building_type_80 = { + effect = $effect$ + } + } + } + 81 = { + prev = { + aroai_perform_for_every_building_type_81 = { + effect = $effect$ + } + } + } + 82 = { + prev = { + aroai_perform_for_every_building_type_82 = { + effect = $effect$ + } + } + } + 83 = { + prev = { + aroai_perform_for_every_building_type_83 = { + effect = $effect$ + } + } + } + 84 = { + prev = { + aroai_perform_for_every_building_type_84 = { + effect = $effect$ + } + } + } + 85 = { + prev = { + aroai_perform_for_every_building_type_85 = { + effect = $effect$ + } + } + } + 86 = { + prev = { + aroai_perform_for_every_building_type_86 = { + effect = $effect$ + } + } + } + 87 = { + prev = { + aroai_perform_for_every_building_type_87 = { + effect = $effect$ + } + } + } + 88 = { + prev = { + aroai_perform_for_every_building_type_88 = { + effect = $effect$ + } + } + } + 89 = { + prev = { + aroai_perform_for_every_building_type_89 = { + effect = $effect$ + } + } + } + 90 = { + prev = { + aroai_perform_for_every_building_type_90 = { + effect = $effect$ + } + } + } + 91 = { + prev = { + aroai_perform_for_every_building_type_91 = { + effect = $effect$ + } + } + } + 92 = { + prev = { + aroai_perform_for_every_building_type_92 = { + effect = $effect$ + } + } + } + 93 = { + prev = { + aroai_perform_for_every_building_type_93 = { + effect = $effect$ + } + } + } + 94 = { + prev = { + aroai_perform_for_every_building_type_94 = { + effect = $effect$ + } + } + } + 95 = { + prev = { + aroai_perform_for_every_building_type_95 = { + effect = $effect$ + } + } + } + 96 = { + prev = { + aroai_perform_for_every_building_type_96 = { + effect = $effect$ + } + } + } + 97 = { + prev = { + aroai_perform_for_every_building_type_97 = { + effect = $effect$ + } + } + } + 98 = { + prev = { + aroai_perform_for_every_building_type_98 = { + effect = $effect$ + } + } + } + 99 = { + prev = { + aroai_perform_for_every_building_type_99 = { + effect = $effect$ + } + } + } + 100 = { + prev = { + aroai_perform_for_every_building_type_100 = { + effect = $effect$ + } + } + } + 101 = { + prev = { + aroai_perform_for_every_building_type_101 = { + effect = $effect$ + } + } + } + 102 = { + prev = { + aroai_perform_for_every_building_type_102 = { + effect = $effect$ + } + } + } + 103 = { + prev = { + aroai_perform_for_every_building_type_103 = { + effect = $effect$ + } + } + } + 104 = { + prev = { + aroai_perform_for_every_building_type_104 = { + effect = $effect$ + } + } + } + 105 = { + prev = { + aroai_perform_for_every_building_type_105 = { + effect = $effect$ + } + } + } + 106 = { + prev = { + aroai_perform_for_every_building_type_106 = { + effect = $effect$ + } + } + } + 107 = { + prev = { + aroai_perform_for_every_building_type_107 = { + effect = $effect$ + } + } + } + 108 = { + prev = { + aroai_perform_for_every_building_type_108 = { + effect = $effect$ + } + } + } + 109 = { + prev = { + aroai_perform_for_every_building_type_109 = { + effect = $effect$ + } + } + } + 110 = { + prev = { + aroai_perform_for_every_building_type_110 = { + effect = $effect$ + } + } + } + 111 = { + prev = { + aroai_perform_for_every_building_type_111 = { + effect = $effect$ + } + } + } + 112 = { + prev = { + aroai_perform_for_every_building_type_112 = { + effect = $effect$ + } + } + } + 113 = { + prev = { + aroai_perform_for_every_building_type_113 = { + effect = $effect$ + } + } + } + 114 = { + prev = { + aroai_perform_for_every_building_type_114 = { + effect = $effect$ + } + } + } + 115 = { + prev = { + aroai_perform_for_every_building_type_115 = { + effect = $effect$ + } + } + } + 116 = { + prev = { + aroai_perform_for_every_building_type_116 = { + effect = $effect$ + } + } + } + 117 = { + prev = { + aroai_perform_for_every_building_type_117 = { + effect = $effect$ + } + } + } + 118 = { + prev = { + aroai_perform_for_every_building_type_118 = { + effect = $effect$ + } + } + } + 119 = { + prev = { + aroai_perform_for_every_building_type_119 = { + effect = $effect$ + } + } + } + 120 = { + prev = { + aroai_perform_for_every_building_type_120 = { + effect = $effect$ + } + } + } + 121 = { + prev = { + aroai_perform_for_every_building_type_121 = { + effect = $effect$ + } + } + } + 122 = { + prev = { + aroai_perform_for_every_building_type_122 = { + effect = $effect$ + } + } + } + 123 = { + prev = { + aroai_perform_for_every_building_type_123 = { + effect = $effect$ + } + } + } + 124 = { + prev = { + aroai_perform_for_every_building_type_124 = { + effect = $effect$ + } + } + } + 125 = { + prev = { + aroai_perform_for_every_building_type_125 = { + effect = $effect$ + } + } + } + 126 = { + prev = { + aroai_perform_for_every_building_type_126 = { + effect = $effect$ + } + } + } + 127 = { + prev = { + aroai_perform_for_every_building_type_127 = { + effect = $effect$ + } + } + } + 128 = { + prev = { + aroai_perform_for_every_building_type_128 = { + effect = $effect$ + } + } + } + 129 = { + prev = { + aroai_perform_for_every_building_type_129 = { + effect = $effect$ + } + } + } + 130 = { + prev = { + aroai_perform_for_every_building_type_130 = { + effect = $effect$ + } + } + } + 131 = { + prev = { + aroai_perform_for_every_building_type_131 = { + effect = $effect$ + } + } + } + 132 = { + prev = { + aroai_perform_for_every_building_type_132 = { + effect = $effect$ + } + } + } + 133 = { + prev = { + aroai_perform_for_every_building_type_133 = { + effect = $effect$ + } + } + } + 134 = { + prev = { + aroai_perform_for_every_building_type_134 = { + effect = $effect$ + } + } + } + 135 = { + prev = { + aroai_perform_for_every_building_type_135 = { + effect = $effect$ + } + } + } + 136 = { + prev = { + aroai_perform_for_every_building_type_136 = { + effect = $effect$ + } + } + } + 137 = { + prev = { + aroai_perform_for_every_building_type_137 = { + effect = $effect$ + } + } + } + 138 = { + prev = { + aroai_perform_for_every_building_type_138 = { + effect = $effect$ + } + } + } + 139 = { + prev = { + aroai_perform_for_every_building_type_139 = { + effect = $effect$ + } + } + } + 140 = { + prev = { + aroai_perform_for_every_building_type_140 = { + effect = $effect$ + } + } + } + 141 = { + prev = { + aroai_perform_for_every_building_type_141 = { + effect = $effect$ + } + } + } + 142 = { + prev = { + aroai_perform_for_every_building_type_142 = { + effect = $effect$ + } + } + } + 143 = { + prev = { + aroai_perform_for_every_building_type_143 = { + effect = $effect$ + } + } + } + 144 = { + prev = { + aroai_perform_for_every_building_type_144 = { + effect = $effect$ + } + } + } + 145 = { + prev = { + aroai_perform_for_every_building_type_145 = { + effect = $effect$ + } + } + } + 146 = { + prev = { + aroai_perform_for_every_building_type_146 = { + effect = $effect$ + } + } + } + 147 = { + prev = { + aroai_perform_for_every_building_type_147 = { + effect = $effect$ + } + } + } + 148 = { + prev = { + aroai_perform_for_every_building_type_148 = { + effect = $effect$ + } + } + } + 149 = { + prev = { + aroai_perform_for_every_building_type_149 = { + effect = $effect$ + } + } + } + 150 = { + prev = { + aroai_perform_for_every_building_type_150 = { + effect = $effect$ + } + } + } + 151 = { + prev = { + aroai_perform_for_every_building_type_151 = { + effect = $effect$ + } + } + } + 152 = { + prev = { + aroai_perform_for_every_building_type_152 = { + effect = $effect$ + } + } + } + 153 = { + prev = { + aroai_perform_for_every_building_type_153 = { + effect = $effect$ + } + } + } + 154 = { + prev = { + aroai_perform_for_every_building_type_154 = { + effect = $effect$ + } + } + } + 155 = { + prev = { + aroai_perform_for_every_building_type_155 = { + effect = $effect$ + } + } + } + 156 = { + prev = { + aroai_perform_for_every_building_type_156 = { + effect = $effect$ + } + } + } + 157 = { + prev = { + aroai_perform_for_every_building_type_157 = { + effect = $effect$ + } + } + } + 158 = { + prev = { + aroai_perform_for_every_building_type_158 = { + effect = $effect$ + } + } + } + 159 = { + prev = { + aroai_perform_for_every_building_type_159 = { + effect = $effect$ + } + } + } + 160 = { + prev = { + aroai_perform_for_every_building_type_160 = { + effect = $effect$ + } + } + } + 161 = { + prev = { + aroai_perform_for_every_building_type_161 = { + effect = $effect$ + } + } + } + 162 = { + prev = { + aroai_perform_for_every_building_type_162 = { + effect = $effect$ + } + } + } + 163 = { + prev = { + aroai_perform_for_every_building_type_163 = { + effect = $effect$ + } + } + } + 164 = { + prev = { + aroai_perform_for_every_building_type_164 = { + effect = $effect$ + } + } + } + 165 = { + prev = { + aroai_perform_for_every_building_type_165 = { + effect = $effect$ + } + } + } + 166 = { + prev = { + aroai_perform_for_every_building_type_166 = { + effect = $effect$ + } + } + } + 167 = { + prev = { + aroai_perform_for_every_building_type_167 = { + effect = $effect$ + } + } + } + 168 = { + prev = { + aroai_perform_for_every_building_type_168 = { + effect = $effect$ + } + } + } + 169 = { + prev = { + aroai_perform_for_every_building_type_169 = { + effect = $effect$ + } + } + } + 170 = { + prev = { + aroai_perform_for_every_building_type_170 = { + effect = $effect$ + } + } + } + 171 = { + prev = { + aroai_perform_for_every_building_type_171 = { + effect = $effect$ + } + } + } + 172 = { + prev = { + aroai_perform_for_every_building_type_172 = { + effect = $effect$ + } + } + } + 173 = { + prev = { + aroai_perform_for_every_building_type_173 = { + effect = $effect$ + } + } + } + 174 = { + prev = { + aroai_perform_for_every_building_type_174 = { + effect = $effect$ + } + } + } + 175 = { + prev = { + aroai_perform_for_every_building_type_175 = { + effect = $effect$ + } + } + } + 176 = { + prev = { + aroai_perform_for_every_building_type_176 = { + effect = $effect$ + } + } + } + 177 = { + prev = { + aroai_perform_for_every_building_type_177 = { + effect = $effect$ + } + } + } + 178 = { + prev = { + aroai_perform_for_every_building_type_178 = { + effect = $effect$ + } + } + } + 179 = { + prev = { + aroai_perform_for_every_building_type_179 = { + effect = $effect$ + } + } + } + 180 = { + prev = { + aroai_perform_for_every_building_type_180 = { + effect = $effect$ + } + } + } + 181 = { + prev = { + aroai_perform_for_every_building_type_181 = { + effect = $effect$ + } + } + } + 182 = { + prev = { + aroai_perform_for_every_building_type_182 = { + effect = $effect$ + } + } + } + 183 = { + prev = { + aroai_perform_for_every_building_type_183 = { + effect = $effect$ + } + } + } + 184 = { + prev = { + aroai_perform_for_every_building_type_184 = { + effect = $effect$ + } + } + } + 185 = { + prev = { + aroai_perform_for_every_building_type_185 = { + effect = $effect$ + } + } + } + 186 = { + prev = { + aroai_perform_for_every_building_type_186 = { + effect = $effect$ + } + } + } + 187 = { + prev = { + aroai_perform_for_every_building_type_187 = { + effect = $effect$ + } + } + } + 188 = { + prev = { + aroai_perform_for_every_building_type_188 = { + effect = $effect$ + } + } + } + 189 = { + prev = { + aroai_perform_for_every_building_type_189 = { + effect = $effect$ + } + } + } + 190 = { + prev = { + aroai_perform_for_every_building_type_190 = { + effect = $effect$ + } + } + } + 191 = { + prev = { + aroai_perform_for_every_building_type_191 = { + effect = $effect$ + } + } + } + 192 = { + prev = { + aroai_perform_for_every_building_type_192 = { + effect = $effect$ + } + } + } + 193 = { + prev = { + aroai_perform_for_every_building_type_193 = { + effect = $effect$ + } + } + } + 194 = { + prev = { + aroai_perform_for_every_building_type_194 = { + effect = $effect$ + } + } + } + 195 = { + prev = { + aroai_perform_for_every_building_type_195 = { + effect = $effect$ + } + } + } + 196 = { + prev = { + aroai_perform_for_every_building_type_196 = { + effect = $effect$ + } + } + } + 197 = { + prev = { + aroai_perform_for_every_building_type_197 = { + effect = $effect$ + } + } + } + 198 = { + prev = { + aroai_perform_for_every_building_type_198 = { + effect = $effect$ + } + } + } + 199 = { + prev = { + aroai_perform_for_every_building_type_199 = { + effect = $effect$ + } + } + } + 200 = { + prev = { + aroai_perform_for_every_building_type_200 = { + effect = $effect$ + } + } + } + } + } +} + +aroai_perform_for_every_building_type_1 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_2 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_3 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_4 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_5 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_6 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_7 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_8 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_9 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_10 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_11 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_12 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_13 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_14 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_15 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_16 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_17 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_18 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_19 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_20 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_21 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_22 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_23 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_24 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_25 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_26 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_27 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_28 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_29 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_30 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_31 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_32 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_33 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_34 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_35 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_36 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_37 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_38 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_39 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_40 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_41 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_42 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_43 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_44 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_45 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_46 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_47 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_48 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_49 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_50 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_51 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_52 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_53 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_54 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_55 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_56 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_57 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_58 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_59 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_60 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_61 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_62 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_63 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_64 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_65 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_66 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_67 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_68 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_69 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_70 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_71 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_72 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_73 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_74 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_75 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_76 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_77 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_78 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_79 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_80 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_81 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_82 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_83 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_84 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_85 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_86 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_87 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_88 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_89 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_90 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_91 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_92 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_93 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_94 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_95 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_96 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_97 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_98 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_99 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_100 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_101 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_102 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_103 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_104 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_105 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_106 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_107 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_108 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_109 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_110 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_111 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_112 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_113 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_114 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_115 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_116 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_117 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_118 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_119 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_120 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_121 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_122 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_123 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_124 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_125 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_126 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_127 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_128 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_129 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_130 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_131 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_132 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_133 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_134 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_135 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_136 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_137 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_138 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_139 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_140 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_141 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_142 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_143 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_144 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_145 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_146 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_147 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_148 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_149 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_150 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_151 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_152 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_153 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_154 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_155 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_156 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_157 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_158 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_159 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_160 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_161 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_162 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_163 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_164 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_165 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_166 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_167 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_168 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_169 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_170 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_171 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_172 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_173 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_174 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_175 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_176 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_177 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_178 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_179 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_180 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_181 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_182 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_183 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_184 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_185 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_186 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_187 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_188 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_189 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_190 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_191 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_192 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_193 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_194 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_195 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_196 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_197 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_198 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_199 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} + +aroai_perform_for_every_building_type_200 = { + if = { + limit = { + always = no + $effect$ = 0 + } + } +} diff --git a/gfx/FX/coloroverlay.fxh b/gfx/FX/coloroverlay.fxh index 56d30499b..13c999164 100644 --- a/gfx/FX/coloroverlay.fxh +++ b/gfx/FX/coloroverlay.fxh @@ -306,7 +306,7 @@ PixelShader = { GetGradiantBorderBlendValues( ProvinceOverlayColorWithAlpha, PreLightingBlend, PostLightingBlend ); } - // Apply stylised noise + // Apply stylized noise #ifndef LOW_QUALITY_SHADERS #if defined( TERRAIN_FLAT_MAP ) || defined( TERRAIN_FLAT_MAP_LERP ) float DetailScale1 = 10.0f; diff --git a/gfx/map/borders/front_graphics/01_battle_type.txt b/gfx/map/borders/front_graphics/01_battle_type.txt index 93d1fdf29..d88ac57e6 100644 --- a/gfx/map/borders/front_graphics/01_battle_type.txt +++ b/gfx/map/borders/front_graphics/01_battle_type.txt @@ -3,7 +3,6 @@ weight = { value = 1 } - participant_entities = { trench_infantry_aerial_recon = { name = "generic_trench_infantry_pm_aerial_recon_entity" @@ -20,7 +19,6 @@ } } } - siege_artillery_aerial_recon = { name = "generic_siege_artillery_pm_aerial_recon_entity" trigger = { @@ -36,10 +34,9 @@ } } } - armored_division_aerial_recon = { name = "generic_armored_division_pm_aerial_recon_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_helicopter_reconnaissance @@ -55,10 +52,9 @@ } } } - armored_division = { name = "generic_armored_division_pm_mechanized_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_main_battle_tanks @@ -70,70 +66,64 @@ } } } - # chemical_weapons_specialists = { - # name = "generic_siege_artillery_pm_chemical_weapons_specialists_entity" - # trigger = { - # building = { - # has_active_production_method = pm_chemical_weapons_specialists - # } - # } + # name = "generic_siege_artillery_pm_chemical_weapons_specialists_entity" + # trigger = { + # building = { + # has_active_production_method = pm_chemical_weapons_specialists + # } + # } # } - # flamethrower_company_african = { - # name = "african_line_infantry_pm_flamethrower_company_entity" - # trigger = { - # building = { - # has_active_production_method = pm_flamethrower_company - # } - # culture = { - # has_culture_graphics = african - # } - # } + # name = "african_line_infantry_pm_flamethrower_company_entity" + # trigger = { + # building = { + # has_active_production_method = pm_flamethrower_company + # } + # culture = { + # has_culture_graphics = african + # } + # } # } - # flamethrower_company_european = { - # name = "european_line_infantry_pm_flamethrower_company_entity" - # trigger = { - # building = { - # has_active_production_method = pm_flamethrower_company - # } - # culture = { - # has_culture_graphics = european - # } - # } + # name = "european_line_infantry_pm_flamethrower_company_entity" + # trigger = { + # building = { + # has_active_production_method = pm_flamethrower_company + # } + # culture = { + # has_culture_graphics = european + # } + # } # } - # flamethrower_company_asian = { - # name = "asian_line_infantry_pm_flamethrower_company_entity" - # trigger = { - # building = { - # has_active_production_method = pm_flamethrower_company - # } - # culture = { - # has_culture_graphics = asian - # } - # } + # name = "asian_line_infantry_pm_flamethrower_company_entity" + # trigger = { + # building = { + # has_active_production_method = pm_flamethrower_company + # } + # culture = { + # has_culture_graphics = asian + # } + # } # } - # flamethrower_company_arabic = { - # name = "arabic_line_infantry_pm_flamethrower_company_entity" - # trigger = { - # building = { - # has_active_production_method = pm_flamethrower_company - # } - # culture = { - # has_culture_graphics = mideast_indian - # } - # } + # name = "arabic_line_infantry_pm_flamethrower_company_entity" + # trigger = { + # building = { + # has_active_production_method = pm_flamethrower_company + # } + # culture = { + # has_culture_graphics = mideast_indian + # } + # } # } - siege_artillery_machine_gunners = { name = "generic_siege_artillery_pm_machine_gunners_entity" trigger = { building = { OR = { - has_active_production_method = pm_motorised + has_active_production_method = pm_motorized has_active_production_method = pm_armoured_personnel_carriers has_active_production_method = pm_infantry_fighting_vehicles_carriers has_active_production_method = pm_multi_role_armored_fighting_vehicles @@ -145,10 +135,9 @@ } } } - siege_artillery = { name = "generic_siege_artillery_pm_siege_artillery_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_mlrs_artillery @@ -157,10 +146,9 @@ } } } - squad_infantry = { name = "generic_trench_infantry_pm_squad_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_8th_generation_infantry @@ -169,10 +157,9 @@ } } } - trench_infantry = { name = "generic_trench_infantry_pm_trench_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_6th_generation_infantry @@ -181,11 +168,9 @@ } } } - - generic_flamethrower_company = { name = "generic_line_infantry_pm_flamethrower_company_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_jet_fighters @@ -200,11 +185,9 @@ } } } - - shrapnel_artillery = { name = "generic_siege_artillery_pm_shrapnel_artillery_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_post_war_artillery @@ -213,10 +196,9 @@ } } } - mobile_artillery_african = { name = "african_mobile_artillery_pm_mobile_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_wartime_artillery } @@ -225,10 +207,9 @@ } } } - mobile_artillery_european = { name = "european_mobile_artillery_pm_mobile_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_wartime_artillery } @@ -237,10 +218,9 @@ } } } - mobile_artillery_asian = { name = "asian_mobile_artillery_pm_mobile_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_wartime_artillery } @@ -249,10 +229,9 @@ } } } - mobile_artillery_arabic = { name = "arabic_mobile_artillery_pm_mobile_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_wartime_artillery } @@ -261,19 +240,17 @@ } } } - generic_mobile_artillery = { name = "generic_mobile_artillery_pm_mobile_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_wartime_artillery } } } - cannon_artillery_african = { name = "african_line_infantry_pm_cannon_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_pre_war_artillery } @@ -282,10 +259,9 @@ } } } - cannon_artillery_european = { name = "european_line_infantry_pm_cannon_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_pre_war_artillery } @@ -294,10 +270,9 @@ } } } - cannon_artillery_asian = { name = "asian_line_infantry_pm_cannon_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_pre_war_artillery } @@ -306,10 +281,9 @@ } } } - cannon_artillery_arabic = { name = "arabic_line_infantry_pm_cannon_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_pre_war_artillery } @@ -321,19 +295,17 @@ } } } - generic_cannon_artillery = { name = "generic_line_infantry_pm_cannon_artillery_entity" - trigger = { + trigger = { building = { has_active_production_method = pm_cannon_artillery } } } - skirmish_infantry_african = { name = "african_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_4th_generation_infantry @@ -345,10 +317,9 @@ } } } - skirmish_infantry_european = { name = "european_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_4th_generation_infantry @@ -360,10 +331,9 @@ } } } - skirmish_infantry_asian = { name = "asian_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_4th_generation_infantry @@ -375,10 +345,9 @@ } } } - skirmish_infantry_arabic = { name = "arabic_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_4th_generation_infantry @@ -390,10 +359,9 @@ } } } - generic_skirmish_infantry = { name = "generic_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_4th_generation_infantry @@ -402,10 +370,9 @@ } } } - rifle_african = { name = "african_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_2nd_generation_infantry @@ -417,10 +384,9 @@ } } } - rifle_european = { name = "european_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_2nd_generation_infantry @@ -432,10 +398,9 @@ } } } - rifle_asia = { name = "asian_line_infantry_pm_skirmish_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_2nd_generation_infantry @@ -447,7 +412,6 @@ } } } - rifle_arabic = { name = "arabic_line_infantry_pm_skirmish_infantry_entity" trigger = { @@ -462,10 +426,9 @@ } } } - generic_line_infantry = { name = "generic_line_infantry_pm_line_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_2nd_generation_infantry @@ -474,10 +437,9 @@ } } } - musket_african = { name = "african_irregular_infantry_pm_irregular_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_pre_war_infantry @@ -489,10 +451,9 @@ } } } - musket_arabic = { name = "arabic_irregular_infantry_pm_irregular_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_pre_war_infantry @@ -504,10 +465,9 @@ } } } - musket_european = { name = "european_irregular_infantry_pm_irregular_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_pre_war_infantry @@ -519,10 +479,9 @@ } } } - musket_asian = { name = "asian_irregular_infantry_pm_irregular_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_pre_war_infantry @@ -533,11 +492,10 @@ has_culture_graphics = asian } } - } - + } generic_irregular_infantry = { name = "generic_irregular_infantry_pm_irregular_infantry_entity" - trigger = { + trigger = { building = { OR = { has_active_production_method = pm_pre_war_infantry @@ -547,8 +505,7 @@ } } } - environment_entity = { name = "war_center_active_entity" } -} \ No newline at end of file +} diff --git a/localization/english/ARoAI_decisions_l_english.yml b/localization/english/ARoAI/ARoAI_decisions_l_english.yml similarity index 100% rename from localization/english/ARoAI_decisions_l_english.yml rename to localization/english/ARoAI/ARoAI_decisions_l_english.yml diff --git a/localization/english/ARoAI_events_l_english.yml b/localization/english/ARoAI/ARoAI_events_l_english.yml similarity index 100% rename from localization/english/ARoAI_events_l_english.yml rename to localization/english/ARoAI/ARoAI_events_l_english.yml diff --git a/localization/english/ARoAI_game_rules_l_english.yml b/localization/english/ARoAI/ARoAI_game_rules_l_english.yml similarity index 100% rename from localization/english/ARoAI_game_rules_l_english.yml rename to localization/english/ARoAI/ARoAI_game_rules_l_english.yml diff --git a/localization/english/ARoAI_modifiers_l_english.yml b/localization/english/ARoAI/ARoAI_modifiers_l_english.yml similarity index 100% rename from localization/english/ARoAI_modifiers_l_english.yml rename to localization/english/ARoAI/ARoAI_modifiers_l_english.yml diff --git a/localization/english/CWP/CWP_inventions_l_english.yml b/localization/english/CWP/CWP_inventions_l_english.yml index 7916b806e..bbbb89c51 100644 --- a/localization/english/CWP/CWP_inventions_l_english.yml +++ b/localization/english/CWP/CWP_inventions_l_english.yml @@ -1832,7 +1832,7 @@ thin_film_solar_cells_desc: "Thin film solar cells are a type of photovoltaic cell that are made by depositing one or more thin layers of photovoltaic material onto a substrate, such as glass or plastic, and are more flexible and lightweight than traditional solar panels." third_rail_electric_systems: "High-Speed Rail" - third_rail_electric_systems_desc: "High-speed rail is a type of rail system that runs significantly faster than traditional rail, using an integrated system of specialised rolling stock and dedicated tracks." + third_rail_electric_systems_desc: "High-speed rail is a type of rail system that runs significantly faster than traditional rail, using an integrated system of specialized rolling stock and dedicated tracks." third_wave_feminism: "Third Wave Feminism" third_wave_feminism_desc: "Third wave feminism is a movement that emerged in the 1990s and focuses on issues of diversity, sexuality, and gender identity, and aims to challenge the traditional gender roles and norms." diff --git a/localization/english/CWP/CWP_production_methods_l_english.yml b/localization/english/CWP/CWP_production_methods_l_english.yml index b199eaee3..e958db0c0 100644 --- a/localization/english/CWP/CWP_production_methods_l_english.yml +++ b/localization/english/CWP/CWP_production_methods_l_english.yml @@ -256,7 +256,7 @@ pm_surface_fleet: "Surface Fleet" pm_wartime_designs: "Wartime Designs" pm_post_war_designs: "Post-war Designs" - pm_modernised_designs: "Modernized Designs" + pm_modernized_designs: "Modernized Designs" pm_advanced_designs: "Advanced Designs" pm_aircraft_cruisers: "Aircraft Cruisers" pm_no_submarine_prod: "No Submarines" @@ -271,7 +271,7 @@ pm_2nd_gen_mbt_ami: "2nd Generation Main Battle Tanks" pm_3rd_gen_mbt_ami: "3rd Generation Main Battle Tanks" pm_35th_gen_mbt_ami: "3.5th Generation Main Battle Tanks" - pm_4th_gen_mbt_ami: "4th Generation Main Battle Tanks" + pm_4th_gen_mbt_ami: "4th Generation Main Battle Tanks" pm_no_armored_fighting_vehicle_prod: "No Armored Fighting Vehicles" pm_wartime_halftacks_production: "Wartime Halftracks" pm_apc_production: "Armored Personnel Carriers" @@ -738,15 +738,15 @@ pm_mlrs_artillery: "MLRS Artillery" pm_guided_missile_artillery: "Guided Missiles Artillery" pmg_motorization: "Motorization" - pm_no_motorised: "Not Motorized" - pm_motorised: "Motorized" + pm_no_motorized: "Not Motorized" + pm_motorized: "Motorized" pm_armoured_personnel_carriers: "Armoured Personnel Carriers" pm_infantry_fighting_vehicles_carriers: "Infantry Fighting Vehicles" pm_multi_role_armored_fighting_vehicles: "Multi-role Armored Fighting Vehicles" pmg_reconnaissance: "Reconnaissance" pm_no_special_reconnaissance: "No Special Reconnaissance" pm_infantry_reconnaissance: "Infantry Reconnaissance" - pm_motorised_reconnaissance: "Motorized Reconnaissance" + pm_motorized_reconnaissance: "Motorized Reconnaissance" pm_armoured_reconnaissance: "Armored Reconnaissance" pm_helicopter_reconnaissance: "Helicopter Reconnaissance" pm_drone_reconnaissance: "Drone Reconnaissance" @@ -756,7 +756,7 @@ pm_radio_backpacks: "Radio Backpacks" pm_long_range_portable_radios: "Long Range Portable Radios" pm_satellite_communications: "Satellite Communications" - pm_computerised_communications: "Computerized Communications" + pm_computerized_communications: "Computerized Communications" pm_no_formal_medical_support: "No Formal Medical Support" pm_combat_medics: "Combat Medics" pm_army_field_hospitals: "Army Field Hospitals" @@ -788,7 +788,7 @@ pm_marine_unit: "Marine Unit" pm_security_unit: "Security Unit" pm_guerilla_unit: "Guerilla Unit" - pm_motorised_unit: "Motorised Unit" + pm_motorized_unit: "Motorized Unit" pm_mechanized_unit: "Mechanized Unit" # Conscription Centers pm_pre_war_infantry_conscription: "Pre-war Infantry" @@ -862,16 +862,16 @@ pm_fast_communication_systems: "Fast Communication Systems" pmg_screening_ships: "Screening Ships" pm_wartime_escort_ships: "Wartime Escort Ships" - pm_modernised_wartime_escort_ships: "Modernized Escort Ships" + pm_modernized_wartime_escort_ships: "Modernized Escort Ships" pm_dedicated_asw_escort_ships: "Dedicated ASW Ships" pm_missile_armed_escort_ships: "Missile Armed Escort Ships" - pm_modernised_guided_missile_escort_ships: "Modernized Guided Missile Escort Ships" + pm_modernized_guided_missile_escort_ships: "Modernized Guided Missile Escort Ships" pm_multi_purpose_escort_ships: "Multi-Purpose Escort Ships" pmg_cruisers: "Cruisers" pm_no_cruisers: "No Cruisers" pm_wartime_cruisers: "Wartime Cruisers" pm_command_cruisers: "Command Cruisers" - pm_modernised_missile_cruisers: "Modernized Missile Cruisers" + pm_modernized_missile_cruisers: "Modernized Missile Cruisers" pm_wartime_aircraft_carriers: "Wartime Aircraft Carriers" pm_post_war_fleet_carriers: "Post-war Fleet Carriers" pm_supercarriers: "Supercarriers" @@ -905,7 +905,7 @@ pmg_urban_form: "Urban Form" pmg_residential_areas: "Urban Density" pmg_urban_center_ownership: "Ownership" - pmg_professional_services: "Professional Services" + pmg_professional_services: "Professional Services" pmg_planning_method: "Planning Method" pmg_telecommunications_urban_centers: "Telecommunications" pmg_schools: "Schools" @@ -1055,7 +1055,7 @@ pm_professional_service_districts: "Dedicated Specialized Districts" pm_religious_schools: "Parochial Schools" pm_privately_funded_schools: "Private and Charter Schools" - pm_publicly_funded_schools: "State Run Education" + pm_publicly_funded_schools: "State Run Education" pm_no_solar_power: "No Solar Power" pm_solar_panels: "Solar Panels" pm_photovoltaics: "Photovoltanics" @@ -1354,7 +1354,7 @@ pm_canal_publicly_traded: "Publicly Traded" pm_canal_government_run: "Government Run" pm_canal_worker_cooperative: "Worker's Cooperative" - + ## WMDs pmg_base_chemical_weapons_facility: "Base" pmg_delivery_method_chemical_weapons_facility: "Delivery" diff --git a/localization/english/government_l_english.yml b/localization/english/government_l_english.yml index 70d14bb73..331590c01 100644 --- a/localization/english/government_l_english.yml +++ b/localization/english/government_l_english.yml @@ -57,8 +57,8 @@ gov_shah_desc:2 "This is a [concept_government_type] where the power rests with the [Concept('concept_ruler','$RULER_TITLE_SHAH$')].\n\n$TRANSFER_OF_POWER_NAME_DESC$" gov_hawaiian_monarchy:0 "Ali'i ki'eki'e" gov_hawaiian_monarchy_desc:3 "This is a [concept_government_type] where the power rests with the hereditary rule of the [Concept('concept_ruler','$RULER_TITLE_ALII_NUI_CONCEPT$')].\n\n$TRANSFER_OF_POWER_NAME_DESC$" - gov_hawaiian_monarchy_recognised:0 "Aupuni Mō'ī" - gov_hawaiian_monarchy_recognised_desc:2 "This is a [concept_government_type] where the power rests with the Ali'i o ko Hawai'i Pae 'Aina.\n\n$TRANSFER_OF_POWER_NAME_DESC$" + gov_hawaiian_monarchy_recognized:0 "Aupuni Mō'ī" + gov_hawaiian_monarchy_recognized_desc:2 "This is a [concept_government_type] where the power rests with the Ali'i o ko Hawai'i Pae 'Aina.\n\n$TRANSFER_OF_POWER_NAME_DESC$" gov_prince:0 "Principality" gov_prince_desc:2 "This is a [concept_government_type] where the power rests with the [Concept('concept_ruler','$RULER_TITLE_PRINCE$')].\n\n$TRANSFER_OF_POWER_NAME_DESC$" gov_bey:0 "Beylik" diff --git a/localization/english/inventions_l_english.yml b/localization/english/inventions_l_english.yml index ea78cab6b..51bfd0537 100644 --- a/localization/english/inventions_l_english.yml +++ b/localization/english/inventions_l_english.yml @@ -142,7 +142,7 @@ chemical_isolation:0 "Chemical Isolation" chemical_isolation_desc:0 "Chemicals can be purified in many ways, such as distillation, filtration and evaporation. The quality of the purification process will obviously affect the quality of the isolate." chemical_synthesis:0 "Chemical Synthesis" - chemical_synthesis_desc:0 "Dog urine was famously synthesized by the German chemist Friedrich Wöhler in 1828. This began to blur the boundaries between organic and inorganic chemistry, and as more chemicals are synthesised new industrial processes are opening up." + chemical_synthesis_desc:0 "Dog urine was famously synthesized by the German chemist Friedrich Wöhler in 1828. This began to blur the boundaries between organic and inorganic chemistry, and as more chemicals are synthesized new industrial processes are opening up." chemical_warfare:0 "Chemical Warfare" chemical_warfare_desc:0 "Certain chemical combinations produce adverse or even fatal effects when humans are exposed to them. Weaponizing this brings a whole new horrific aspect to warfare. " civilizing_mission:0 "Civilizing Mission" @@ -385,8 +385,8 @@ rotary_valve_engine_desc:0 "A rotary valve engine is a steam engine with various additions, such as variable valve timing. These additions make it much more heat efficient than the standard steam engine. " rubber_recycling:0 "Rubber Recycling" rubber_recycling_desc:0 "The use of a 'masticator' to chew up and reform old rubber allows us to recycle and reuse this valuable material." - rubberised_fabrics:0 "Rubberized Fabrics" - rubberised_fabrics_desc:0 "Using natural rubber to stick two fabrics together, or to combine plant fibers into a kind of artificial leather, produces waterproof articles such as the Mackintosh coat, or elastic clothing such as suspenders." + rubberized_fabrics:0 "Rubberized Fabrics" + rubberized_fabrics_desc:0 "Using natural rubber to stick two fabrics together, or to combine plant fibers into a kind of artificial leather, produces waterproof articles such as the Mackintosh coat, or elastic clothing such as suspenders." rule_of_law:0 "Rule of Law" rule_of_law_desc:0 "Usually present in a system of government with either a written (as in the United States) or unwritten (as in the United Kingdom) constitution, Rule of Law consists of a group of related ideas on jurisprudence, such as that the state's violence be predictable, and therefore avoidable, by having the government set down clearly what is illegal and what the punishment for crimes will be; and that the state's agents themselves be subject to the laws they enforce." screw_frigate:0 "Screw Frigate" diff --git a/localization/english/modifiers_l_english.yml b/localization/english/modifiers_l_english.yml index 1d22adb5f..8117c69f0 100644 --- a/localization/english/modifiers_l_english.yml +++ b/localization/english/modifiers_l_english.yml @@ -1,2566 +1,2566 @@ l_english: - easy_difficulty:0 "Easy Difficulty" - very_easy_difficulty:0 "Very Easy Difficulty" - very_easy_difficulty_ai:0 "Very Easy Difficulty" - - native_conscription_1:0 "Native Warbands" - native_conscription_2:0 "$native_conscription_1$" - native_conscription_3:0 "$native_conscription_1$" - native_conscription_4:0 "$native_conscription_1$" - native_conscription_5:0 "$native_conscription_1$" - native_conscription_6:0 "$native_conscription_1$" - native_conscription_7:0 "$native_conscription_1$" - native_conscription_8:0 "$native_conscription_1$" - native_conscription_9:0 "$native_conscription_1$" - native_conscription_10:0 "$native_conscription_1$" - native_conscription_11:0 "$native_conscription_1$" - native_conscription_12:0 "$native_conscription_1$" - - modifier_country_war_exhaustion_casualties_mult:0 "[concept_war_exhaustion] from [concept_casualties]" - modifier_country_war_exhaustion_casualties_mult_desc:0 "An increase or decrease to the amount of [concept_war_exhaustion] a [concept_country] suffers in [concept_war] due to [concept_casualties] inflicted on them" - modifier_country_minting_add:0 "Minting" - modifier_country_minting_add_desc:0 "A flat increase or decrease to [concept_budget_minting]" - modifier_country_minting_mult:0 "Minting" - modifier_country_minting_mult_desc:0 "A bonus or penalty to the total amount of [concept_budget_minting]" - modifier_country_tax_income_add:0 "Tax Income" - modifier_country_tax_income_add_desc:0 "A flat bonus or penalty to tax income collected" - modifier_country_expenses_add:0 "Government Expenses" - modifier_country_expenses_add_desc:0 "A flat increase or reduction of government expenses" - modifier_state_tax_waste_add:1 "Tax Waste" - modifier_state_tax_waste_add_desc:1 "An increase or decrease to the amount of [concept_tax_waste] in [Concept('concept_state', '$concept_states$')]" - modifier_state_tax_capacity_add:0 "Taxation Capacity" - modifier_state_tax_capacity_add_desc:0 "An increase or decrease to the amount of [concept_tax_capacity] in [Concept('concept_state', '$concept_states$')]" - modifier_state_tax_capacity_mult:0 "$modifier_state_tax_capacity_add$" - modifier_state_tax_capacity_mult_desc:0 "$modifier_state_tax_capacity_add_desc$" - modifier_state_tax_collection_mult:0 "Tax Collection" - modifier_state_tax_collection_mult_desc:0 "An increase or decrease to the final amount of all [concept_taxes] collected from [Concept('concept_pop','$concept_pops$')]." - modifier_country_law_enactment_time_mult:0 "Enactment Time" - modifier_country_law_enactment_success_add:0 "Enactment Success Chance" - modifier_state_unincorporated_starting_wages_mult:0 "Starting Wages in Unincorporated States" - modifier_state_unincorporated_starting_wages_mult_desc:0 "How much more or less [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')] get as initial salaries." - modifier_country_government_wages_mult:0 "Government Wages" - modifier_country_government_wages_mult_desc:0 "How much more or less than the [concept_normal_wage] government employees get paid." - modifier_country_military_wages_mult:0 "Military Wages" - modifier_country_military_wages_mult_desc:0 "How much more or less than the [concept_normal_wage] military personnel get paid." - modifier_country_military_goods_cost_mult:0 "Military Goods Cost" - modifier_country_military_goods_cost_mult_desc:0 "A bonus or penalty to the monetary cost of military material necessities." - modifier_country_law_enactment_time_mult_desc:0 "A reduction or increase to the time required for legislative enactments" - modifier_country_law_enactment_success_add_desc:0 "A flat percentage point increase to the likelihood of enacting a law" - modifier_country_opposition_ig_approval_add:0 "Opposition Interest Group Approval" - modifier_country_opposition_ig_approval_add_desc:0 "A bonus or penalty to the Approval of Interest Groups in Opposition" - modifier_country_infamy_decay_mult:0 "Infamy Decay" - modifier_country_infamy_decay_mult_desc:0 "A bonus or penalty to [concept_infamy] decay" - modifier_country_tension_decay_mult:0 "Tension Decay" - modifier_country_tension_decay_mult_desc:0 "A bonus or penalty to [concept_tension] decay" - modifier_country_relations_decay_add:0 "Relations Decay" - modifier_country_relations_decay_add_desc:0 "A bonus or penalty to decay of good Relations" - modifier_country_improve_relations_speed_mult:0 "Improve Relations Speed" - modifier_country_improve_relations_speed_mult_desc:0 "A bonus or penalty to the efficiency of the Improve Relations diplomatic action." - modifier_country_damage_relations_speed_mult:0 "Damage Relations Speed" - modifier_country_damage_relations_speed_mult_desc:0 "A bonus or penalty to the efficiency of the Damage Relations diplomatic action." - modifier_country_cannot_enact_laws:0 "Cannot Enact Laws" - modifier_country_cannot_enact_laws_desc:0 "A penalty preventing a country from enacting any [Concept('concept_law','$concept_laws$')]" - - modifier_battle_plains_combat_effectiveness_mult:0 "Plains Terrain Expert" - modifier_battle_plains_combat_effectiveness_mult_desc:0 "Plains Terrain Expert" - modifier_battle_forest_combat_effectiveness_mult:0 "Forest Terrain Expert" - modifier_battle_forest_combat_effectiveness_mult_desc:0 "Forest Terrain Expert" - modifier_battle_hills_combat_effectiveness_mult:0 "Hills Terrain Expert" - modifier_battle_hills_combat_effectiveness_mult_desc:0 "Hills Terrain Expert" - modifier_battle_mountain_combat_effectiveness_mult:0 "Mountain Terrain Expert" - modifier_battle_mountain_combat_effectiveness_mult_desc:0 "Mountain Terrain Expert" - modifier_battle_jungle_combat_effectiveness_mult:0 "Jungle Terrain Expert" - modifier_battle_jungle_combat_effectiveness_mult_desc:0 "Jungle Terrain Expert" - modifier_battle_wetland_combat_effectiveness_mult:0 "Wetland Terrain Expert" - modifier_battle_wetland_combat_effectiveness_mult_desc:0 "Wetland Terrain Expert" - modifier_battle_desert_combat_effectiveness_mult:0 "Desert Terrain Expert" - modifier_battle_desert_combat_effectiveness_mult_desc:0 "Desert Terrain Expert" - modifier_battle_tundra_combat_effectiveness_mult:0 "Tundra Terrain Expert" - modifier_battle_tundra_combat_effectiveness_mult_desc:0 "Tundra Terrain Expert" - modifier_battle_farmland_rye_combat_effectiveness_mult:0 "Farmland Rye Terrain Expert" - modifier_battle_farmland_rye_combat_effectiveness_mult_desc:0 "Farmland Rye Terrain Expert" - modifier_battle_farmland_rice_combat_effectiveness_mult:0 "Farmland Rice Terrain Expert" - modifier_battle_farmland_rice_combat_effectiveness_mult_desc:0 "Farmland Terrain Expert" - modifier_battle_farmland_millet_combat_effectiveness_mult_desc:0 "Farmland Millet Terrain Expert" - modifier_battle_farmland_millet_combat_effectiveness_mult:0 "Farmland Millet Terrain Expert" - modifier_battle_farmland_wheat_combat_effectiveness_mult_desc:0 "Farmland Wheat Terrain Expert" - modifier_battle_farmland_wheat_combat_effectiveness_mult:0 "Farmland Wheat Terrain Expert" - modifier_battle_farmland_maize_combat_effectiveness_mult_desc:0 "Farmland Maize Terrain Expert" - modifier_battle_farmland_maize_combat_effectiveness_mult:0 "Farmland Maize Terrain Expert" - modifier_battle_pasture_combat_effectiveness_mult:0 "Pasture Terrain Expert" - modifier_battle_pasture_combat_effectiveness_mult_desc:0 "Pasture Terrain Expert" - modifier_battle_plantation_combat_effectiveness_mult:0 "Plantation Terrain Expert" - modifier_battle_plantation_combat_effectiveness_mult_desc:0 "Plantation Terrain Expert" - modifier_battle_cleared_land_combat_effectiveness_mult:0 "Cleared Land Terrain Expert" - modifier_battle_cleared_land_combat_effectiveness_mult_desc:0 "Cleared Land Terrain Expert" - modifier_battle_mining_combat_effectiveness_mult:0 "Mining Terrain Expert" - modifier_battle_mining_combat_effectiveness_mult_desc:0 "Mining Terrain Expert" - modifier_battle_forestry_combat_effectiveness_mult:0 "Forestry Terrain Expert" - modifier_battle_forestry_combat_effectiveness_mult_desc:0 "Forestry Terrain Expert" - modifier_battle_urban_combat_effectiveness_mult:0 "Urban Terrain Expert" - modifier_battle_urban_combat_effectiveness_mult_desc:0 "Urban Terrain Expert" - modifier_battle_docks_combat_effectiveness_mult:0 "Docks Terrain Expert" - modifier_battle_docks_combat_effectiveness_mult_desc:0 "Docks Terrain Expert" - modifier_battle_savanna_combat_effectiveness_mult:0 "Savanna Terrain Expert" - modifier_battle_savanna_combat_effectiveness_mult_desc:0 "Savanna Terrain Expert" - modifier_battle_snow_combat_effectiveness_mult:0 "Snow Terrain Expert" - modifier_battle_snow_combat_effectiveness_mult_desc:0 "Snow Terrain Expert" - - modifier_battle_combat_effectiveness_owned_province_mult:0 "Owned Territory" - modifier_battle_combat_effectiveness_owned_province_mult_desc:1 "Battles taking place in Owned Territory will give a bonus to the Attacker or Defender who owns that state" - modifier_battle_casualties_mult:0 "[concept_casualties] Taken" - modifier_battle_casualties_mult_desc:0 "A bonus or penalty to the number of [concept_casualties] this side takes in [concept_battle]" - - modifier_character_supply_route_cost_mult:0 "[concept_supply_route] Cost" - modifier_character_supply_route_cost_mult_desc:0 "How many convoys are needed to supply troops" - - modifier_state_conscription_rate_add:1 "Conscription Rate" - modifier_state_conscription_rate_add_desc:2 "The portion of the [concept_workforce] that are [Concept('concept_potential_battalions','$concept_potential_conscripts$')]" - modifier_state_conscription_rate_mult:1 "Conscriptable Battalions" - modifier_state_conscription_rate_mult_desc:2 "A bonus or penalty to the number of [Concept('concept_potential_battalions','$concept_potential_conscripts$')] from $modifier_state_conscription_rate_add$" - - - minting:0 "Minting" - minting_desc:0 "[concept_minting_desc]" - surplus_convoys:0 "Surplus Convoys" - surplus_convoys_desc:0 "Having a surplus of [concept_convoys] increases our [concept_trade_route_competitiveness]" - insufficient_convoys:0 "Insufficient Convoys" - insufficient_convoys_desc:0 "Lacking the necessary number of [concept_convoys] results in penalties to the [concept_supply_network]" - efficient_bureaucracy:0 "Efficient Bureaucracy" - efficient_bureaucracy_desc:0 "Having a surplus of bureaucratic functionaries helps to speed up [concept_infrastructure] projects" - administrative_overburden:0 "Administrative Overburden" - administrative_overburden_desc:0 "Overburdening your administration causes inefficiencies in tax collection" - legislative_efficiency:0 "Legislative Efficiency" - legislative_efficiency_desc:0 "A well-oiled political machine can get more things done faster" - political_dysfunction:0 "Political Dysfunction" - political_dysfunction_desc:0 "Political outsiders often get caught in the gears of dysfunctional political machines" - diplomatic_mitigation:0 "Diplomatic Mitigation" - diplomatic_mitigation_desc:0 "Skilled diplomats can cover up international scandals faster" - diplomatic_overreach:0 "Diplomatic Overreach" - diplomatic_overreach_desc:0 "Without sufficient attention from the diplomatic corp, good Relations will decay over time" - - battle_casualties_disadvantage:0 "Battle Casualties Disadvantage" - battle_casualties_disadvantage_desc:0 "Having more casualties than the enemy" - average_unit_value:0 "Average Unit Value" - battle_army_average_morale_damage:1 "$average_unit_value$" - battle_army_average_morale_damage_desc:1 "$average_unit_value$" - battle_army_average_kill_rate:1 "$average_unit_value$" - battle_army_average_kill_rate_desc:1 "$average_unit_value$" - battle_navy_average_morale_damage:1 "$average_unit_value$" - battle_navy_average_morale_damage_desc:1 "$average_unit_value$" - battle_navy_average_kill_rate:1 "$average_unit_value$" - battle_navy_average_kill_rate_desc:1 "$average_unit_value$" - battle_naval_invasion_beachhead_penalty:0 "Insufficient Naval Invasion Support" - battle_naval_invasion_beachhead_penalty_desc:2 "Not enough [Concept('concept_flotilla','$concept_flotillas$')] supporting the landing battle" - battle_naval_invasion_landing_penalty:0 "Difficult Landing" - battle_naval_invasion_landing_penalty_desc:0 "Your [Concept('concept_battalion','$concept_battalions$')] fight at a disadvantage due to a difficult landing" - - modifier_country_suppression_ig_attraction_mult:0 "[Concept('concept_suppress', '$concept_suppression$')] impact on [concept_interest_group_attraction]" - modifier_country_suppression_ig_attraction_mult_desc:0 "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of [Concept('concept_suppress', '$concept_suppression$')]" - modifier_country_promotion_ig_attraction_mult:1 "[Concept('concept_bolster', '$concept_bolstered$')] impact on [concept_interest_group_attraction]" - modifier_country_promotion_ig_attraction_mult_desc:1 "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of being [Concept('concept_bolster', '$concept_bolstered$')]" - - modifier_country_loan_interest_rate_add:0 "Loan interest rate" - modifier_country_loan_interest_rate_add_desc:1 "A bonus or penalty to loan [Concept('concept_budget_interest', 'interest')] rate" - modifier_country_loan_interest_rate_mult:1 "$modifier_country_loan_interest_rate_add$" - modifier_country_loan_interest_rate_mult_desc:2 "$modifier_country_loan_interest_rate_add_desc$" - modifier_country_gold_reserve_limit_mult:0 "Gold reserve limit" - modifier_country_gold_reserve_limit_mult_desc:0 "Once your [concept_gold_reserves] exceed this limit, the amount of gold you get to stockpile for every [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] diminishes progressively" - - modifier_country_resource_discovery_chance_mult:0 "Resource Discovery Chance" - modifier_country_resource_discovery_chance_mult_desc:0 "" - modifier_country_resource_depletion_chance_mult:0 "Resource Depletion Chance" - modifier_country_resource_depletion_chance_mult_desc:0 "" - - country_reached_sp_target:0 "Country Strength Points Target Reached" - command_reached_sp_target:0 "Local commands Strength Points Target Reached" - modifier_stockpile_army_cap_add:0 "Army Stockpile Cap" - modifier_stockpile_army_cap_add_desc:0 "Maximum amount of army stockpile we can accumulate" - modifier_stockpile_army_cap_mult:0 "$modifier_stockpile_army_cap_add$" - modifier_stockpile_army_cap_mult_desc:0 "$modifier_stockpile_army_cap_add_desc$" - modifier_stockpile_navy_cap_add:0 "Navy stockpile cap" - modifier_stockpile_navy_cap_add_desc:0 "Maximum amount of navy stockpile we can accumulate" - modifier_stockpile_navy_cap_mult:0 "$modifier_stockpile_navy_cap_add$" - modifier_stockpile_navy_cap_mult_desc:0 "$modifier_stockpile_navy_cap_add_desc$" - - modifier_character_command_limit_combat_unit_regular_add:0 "Regular Battalion Command Limit" - modifier_character_command_limit_combat_unit_regular_add_desc:0 "The number of [Concept('concept_unit','$concept_units$')] this [concept_character] can command.\n\n$concept_command_limit_desc$" - modifier_character_command_limit_combat_unit_conscript_add:0 "Conscript Battalion Command Limit" - modifier_character_command_limit_combat_unit_conscript_add_desc:0 "$modifier_character_command_limit_combat_unit_regular_add_desc$" - modifier_character_command_limit_combat_unit_flotilla_add:0 "Flotilla Command Limit" - modifier_character_command_limit_combat_unit_flotilla_add_desc:0 "$modifier_character_command_limit_combat_unit_regular_add_desc$" - - modifier_character_command_limit_mult:0 "Command Limit" - modifier_character_command_limit_mult_desc:1 "Multiplies the amount of units this [concept_character] can command." - modifier_character_command_budget_add_pre_fix:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] " - modifier_building_production_mult:0 "Building Production" - modifier_building_production_mult_desc:0 "Affects production output of all the goods produced in the building" - modifier_building_economy_of_scale_level_cap_add:0 "[concept_economy_of_scale] Building Level Cap" - modifier_building_economy_of_scale_level_cap_add_desc:0 "The maximum number of [concept_building] levels that can confer [concept_economy_of_scale] effects." - modifier_country_prestige_add:0 "Prestige" - modifier_country_prestige_add_desc:0 "How much Prestige the country has." - modifier_country_max_declared_interests_add:2 "Maximum Declared Interests" - modifier_country_max_declared_interests_add_desc:1 "An increase or decrease to the number of [Concept('concept_interest', '$concept_interests$')] that a country can declare outside of its controlled territory" - modifier_country_max_declared_interests_mult:0 "$modifier_country_max_declared_interests_add$" - modifier_country_max_declared_interests_mult_desc:0 "$modifier_country_max_declared_interests_add_desc$" - modifier_country_prestige_mult:0 "Prestige" - modifier_country_prestige_mult_desc:0 "How much Prestige the country has." - modifier_country_bureaucracy_add:2 "@bur![Nbsp][concept_bureaucracy]" - modifier_country_bureaucracy_add_desc:2 "How much @bur![Nbsp][concept_bureaucracy] the country has" - modifier_country_bureaucracy_mult:2 "@bur![Nbsp][concept_bureaucracy]" - modifier_country_bureaucracy_mult_desc:2 "The amount of @bur![Nbsp][concept_bureaucracy] is modified up or down" - modifier_country_influence_add:2 "@inf![Nbsp][concept_influence]" - modifier_country_influence_add_desc:2 "How much @inf![Nbsp][concept_influence] the country has" - modifier_country_influence_mult:2 "@inf![Nbsp][concept_influence]" - modifier_country_influence_mult_desc:2 "The amount of @inf![Nbsp][concept_influence] is modified up or down" - modifier_country_authority_add:2 "@aut![Nbsp][concept_authority]" - modifier_country_authority_add_desc:2 "How much @aut![Nbsp][concept_authority] is gained or the country has" - modifier_country_authority_mult:2 "@aut![Nbsp][concept_authority]" - modifier_country_authority_mult_desc:2 "The amount of @aut![Nbsp][concept_authority] is modified up or down" - modifier_country_weekly_innovation_max_add:0 "Maximum Innovation Investment" - modifier_country_weekly_innovation_max_add_desc:1 "The maximum amount of @innovation![Nbsp][concept_innovation] that can be invested into a [concept_technology] each week" - modifier_country_weekly_innovation_add:0 "Innovation" - modifier_country_weekly_innovation_add_desc:1 "The amount of @innovation![Nbsp][concept_innovation] gained or lost each week" - modifier_country_weekly_innovation_mult:1 "$modifier_country_weekly_innovation_add$" - modifier_country_weekly_innovation_mult_desc:2 "$modifier_country_weekly_innovation_add_desc$" - modifier_country_tech_spread_add:0 "Technology Spread" - modifier_country_tech_spread_add_desc:0 "The amount by which technologies spread from other countries to our own each week." - modifier_country_tech_spread_mult:0 "Technology Spread" - modifier_country_tech_spread_mult_desc:0 "A multiplier to the speed at which technologies spread from other countries to our own." - modifier_country_bur_investment_cost_factor_add:1 "@bur![Nbsp][concept_bureaucracy] Institution Cost" - modifier_country_bur_investment_cost_factor_add_desc:1 "The amount of @bur![Nbsp][concept_bureaucracy] it costs to bring a Institution Investment to 1M citizens" - modifier_country_bureaucracy_investment_cost_factor_mult:2 "@bur![Nbsp][concept_bureaucracy] Institution Cost Multiplier" - modifier_country_bureaucracy_investment_cost_factor_mult_desc:1 "An increase or reduction to the Bureaucracy cost of bringing a Institution Investment to the citizens" - modifier_state_bureaucracy_population_base_cost_factor_mult:1 "@bur![Nbsp][concept_bureaucracy] Population Cost Multiplier" - modifier_state_bureaucracy_population_base_cost_factor_mult_desc:0 "An increase or reduction to the base administrative cost incurred by your incorporated Population" - - modifier_country_institution_colonial_affairs_max_investment_add:0 "Max $institution_colonial_affairs$ [concept_institution] Investment" - modifier_country_institution_colonial_affairs_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_colonial_affairs$ [concept_institution]" - modifier_country_institution_social_security_max_investment_add:0 "Max $institution_social_security$ [concept_institution] Investment" - modifier_country_institution_social_security_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_social_security$ [concept_institution]" - modifier_country_institution_workplace_safety_max_investment_add:0 "Max $institution_workplace_safety$ [concept_institution] Investment" - modifier_country_institution_workplace_safety_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_workplace_safety$ [concept_institution]" - modifier_country_institution_schools_max_investment_add:0 "Max $institution_schools$ [concept_institution] Investment" - modifier_country_institution_schools_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_schools$ [concept_institution]" - modifier_country_institution_police_max_investment_add:0 "Max $institution_police$ [concept_institution] Investment" - modifier_country_institution_police_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_police$ [concept_institution]" - modifier_country_institution_health_system_max_investment_add:0 "Max $institution_health_system$ [concept_institution] Investment" - modifier_country_institution_health_system_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_health_system$ [concept_institution]" - modifier_country_institution_home_affairs_max_investment_add:0 "Max $institution_home_affairs$ [concept_institution] Investment" - modifier_country_institution_home_affairs_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_home_affairs$ [concept_institution]" - - modifier_state_pop_pol_str_add:0 "$modifier_state_pop_pol_str_mult$" - modifier_state_pop_pol_str_add_desc:0 "$modifier_state_pop_pol_str_mult_desc$" - modifier_state_pop_pol_str_mult:2 "Universal [concept_pop] [concept_political_strength]" - modifier_state_pop_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of all [Concept('concept_pop','$concept_pops$')]" - modifier_interest_group_pol_str_mult:1 "Interest Group [concept_political_strength]" - modifier_interest_group_pol_str_mult_desc:1 "A bonus or penalty to the total [concept_political_strength] of an Interest Group" - modifier_interest_group_pol_str_factor:0 "Interest Group [concept_political_strength]" - modifier_interest_group_pol_str_factor_desc:0 "A bonus or penalty to the total [concept_political_strength] of an Interest Group" - modifier_interest_group_pop_attraction_mult:0 "Interest Group Pop Attraction" - modifier_interest_group_pop_attraction_mult_desc:0 "A bonus or penalty to how attracted Pops are to an Interest Group" - modifier_interest_group_approval_add:0 "Interest Group Approval" - modifier_interest_group_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group" - modifier_interest_group_in_government_approval_add:0 "Government Interest Group Approval" - modifier_interest_group_in_government_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group that is in government." - modifier_interest_group_in_opposition_approval_add:0 "Opposition Interest Group Approval" - modifier_interest_group_in_opposition_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group that is in opposition." - - ig_variant_armed_forces:0 "[GetInterestGroupVariant('ig_armed_forces',GetPlayer).GetNameWithCountryVariant]" - ig_variant_devout:0 "[GetInterestGroupVariant('ig_devout',GetPlayer).GetNameWithCountryVariant]" - ig_variant_industrialists:0 "[GetInterestGroupVariant('ig_conglomerates',GetPlayer).GetNameWithCountryVariant]" - ig_variant_intelligentsia:0 "[GetInterestGroupVariant('ig_intelligentsia',GetPlayer).GetNameWithCountryVariant]" - ig_variant_landowners:0 "[GetInterestGroupVariant('ig_elites',GetPlayer).GetNameWithCountryVariant]" - ig_variant_petty_bourgeoisie:0 "[GetInterestGroupVariant('ig_entrepreneurs',GetPlayer).GetNameWithCountryVariant]" - ig_variant_rural_folk:0 "[GetInterestGroupVariant('ig_rural_folk',GetPlayer).GetNameWithCountryVariant]" - ig_variant_trade_unions:0 "[GetInterestGroupVariant('ig_socialists',GetPlayer).GetNameWithCountryVariant]" - - modifier_interest_group_ig_armed_forces_approval_add:2 "$ig_variant_armed_forces$ [concept_approval]" - modifier_interest_group_ig_armed_forces_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_approval_add:2 "$ig_variant_devout$ [concept_approval]" - modifier_interest_group_ig_devout_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_approval_add:2 "$ig_variant_intelligentsia$ [concept_approval]" - modifier_interest_group_ig_intelligentsia_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_approval_add:2 "$ig_variant_rural_folk$ [concept_approval]" - modifier_interest_group_ig_rural_folk_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_rural_folk$ [concept_interest_group]" - - modifier_interest_group_ig_armed_forces_pol_str_mult:2 "$ig_variant_armed_forces$ [concept_political_strength]" - modifier_interest_group_ig_armed_forces_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_pol_str_mult:2 "$ig_variant_devout$ [concept_political_strength]" - modifier_interest_group_ig_devout_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_pol_str_mult:2 "$ig_variant_intelligentsia$ [concept_political_strength]" - modifier_interest_group_ig_intelligentsia_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_pol_str_mult:2 "$ig_variant_rural_folk$ [concept_political_strength]" - modifier_interest_group_ig_rural_folk_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_rural_folk$ [concept_interest_group]" - - modifier_interest_group_ig_armed_forces_pop_attraction_mult:1 "$ig_variant_armed_forces$ Pop Attraction" - modifier_interest_group_ig_armed_forces_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_pop_attraction_mult:1 "$ig_variant_devout$ Pop Attraction" - modifier_interest_group_ig_devout_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_pop_attraction_mult:1 "$ig_variant_intelligentsia$ Pop Attraction" - modifier_interest_group_ig_intelligentsia_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_pop_attraction_mult:1 "$ig_variant_rural_folk$ Pop Attraction" - modifier_interest_group_ig_rural_folk_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_rural_folk$ [concept_interest_group]" - - modifier_tax_land_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Land Tax" - modifier_tax_land_add_desc:2 "The amount of [concept_budget_land_taxes] collected from [GetPopType('peasants').GetName]" - modifier_tax_heathen_add:1 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Religious Tax" - modifier_tax_heathen_add_desc:0 "The amount of [concept_budget_heathen_taxes] collected from [Concept('concept_pop','$concept_pops$')] each year for following a [concept_religion] that is [Concept('concept_discrimination','$concept_discriminated$')] against" - modifier_tax_per_capita_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Per Capita Tax" - modifier_tax_per_capita_add_desc:2 "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('peasants').GetName] [Concept('concept_pop','$concept_pops$')]" - modifier_state_welfare_payments_add:0 "Welfare Payments" - modifier_state_welfare_payments_add_desc:0 "The fraction of the [concept_normal_wage] at which [Concept('concept_pop','$concept_pops$')] receive [concept_welfare_payments] from the state" - modifier_state_standard_of_living_add:0 "[concept_sol]" - modifier_state_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_poor_standard_of_living_add:0 "[concept_sol] for the [concept_lower_strata]" - modifier_state_poor_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_middle_standard_of_living_add:0 "[concept_sol] for the [concept_middle_strata]" - modifier_state_middle_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_rich_standard_of_living_add:0 "[concept_sol] for the [concept_upper_strata]" - modifier_state_rich_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of wealth" - modifier_state_expected_sol_mult:0 "Minimum Expected [concept_sol]" - modifier_state_expected_sol_mult_desc:0 "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_expected_sol_from_literacy:0 "Minimum Expected [concept_sol] from [concept_literacy]" - modifier_state_expected_sol_from_literacy_desc:0 "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy, scaled by their [concept_literacy]" - modifier_state_poor_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_lower_strata]" - modifier_state_poor_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_lower_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_middle_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_middle_strata]" - modifier_state_middle_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_middle_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_rich_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_upper_strata]" - modifier_state_rich_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_upper_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_tax_income_add:0 "Income Tax Rate" - modifier_tax_income_add_desc:0 "The portion of their [concept_budget_wages] that [Concept('concept_pop', '$concept_pops$')] must pay in taxes" - modifier_state_urbanization_add:0 "$urban_capacity$" - modifier_state_urbanization_add_desc:0 "How many urban buildings the state can support" - modifier_state_urbanization_mult:0 "$urban_capacity$ Multiplier" - modifier_state_urbanization_mult_desc:0 "A bonus or penalty to the amount of $urban_capacity$ produced by buildings in the state." - modifier_tax_dividends_add:0 "Dividends Tax Rate" - modifier_tax_dividends_add_desc:0 "$modifier_tax_dividends_add$" - modifier_building_working_conditions_mult:0 "Dangerous Working Conditions" - modifier_building_working_conditions_mult_desc:0 "An increase or decrease in workplace hazard levels" - modifier_institution_cost_mult:0 "Institution $BUREAUCRACY$ Cost" - modifier_institution_cost_mult_desc:0 "An increase or decrease to the $BUREAUCRACY$ upkeep cost of the institution" - - modifier_state_birth_rate_mult:0 "Birth Rate" - modifier_state_birth_rate_mult_desc:0 "How many children are born each year" - modifier_state_accepted_birth_rate_mult:0 "Birth Rate of Accepted Pops" - modifier_state_accepted_birth_rate_mult_desc:0 "How many children of non-discriminated pops are born each year" - - modifier_state_mortality_mult:2 "$concept_pop_growth_mortality$" - modifier_state_mortality_mult_desc:2 "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for all [Concept('concept_pop', '$concept_pops$')]" - modifier_state_non_homeland_mortality_mult:1 "$concept_pop_growth_mortality$ in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" - modifier_state_non_homeland_mortality_mult_desc:2 "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_state', '$concept_states$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." - modifier_state_mortality_turmoil_mult:1 "$concept_pop_growth_mortality$ per $concept_turmoil$" - modifier_state_mortality_turmoil_mult_desc:1 "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_turmoil]" - modifier_state_mortality_wealth_mult:1 "$concept_pop_growth_mortality$ per $concept_wealth$" - modifier_state_mortality_wealth_mult_desc:1 "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_wealth]" - modifier_state_education_access_add:0 "Education Access" - modifier_state_education_access_add_desc:0 "A bonus or penalty to education access for all pops" - modifier_state_education_access_wealth_add:0 "Education Access (Wealth-based)" - modifier_state_education_access_wealth_add_desc:0 "A bonus or penalty per Wealth level to pop education access" - - modifier_state_pop_qualifications_mult:0 "[concept_pop_qualifications]" - modifier_state_pop_qualifications_mult_desc:0 "A bonus or penalty to [concept_pop_qualifications]" - - modifier_state_assimilation_mult:0 "[concept_assimilation]" - modifier_state_assimilation_mult_desc:0 "A bonus or penalty to [concept_assimilation]" - modifier_state_conversion_mult:0 "[concept_conversion]" - modifier_state_conversion_mult_desc:0 "A bonus or penalty to [concept_conversion]" - - modifier_country_diplomatic_play_maneuvers_add:1 "[Concept('concept_maneuver', '$concept_maneuvers$')] per Diplomatic Play" - modifier_country_diplomatic_play_maneuvers_add_desc:1 "A bonus or penalty to the number of [Concept('concept_maneuver', '$concept_maneuvers$')] the country can take in a diplomatic play." - - modifier_state_port_range_add:0 "Naval Port Range" - modifier_state_port_range_add_desc:0 "The port range for our navies" - - commander_battle_end_victory:0 "Battlefield Victory" - commander_battle_end_victory_desc:0 "Effects of the [concept_commander] winning [Concept('concept_battle','$concept_battles$')]" - - commander_battle_end_loss:0 "Battlefield Defeat" - commander_battle_end_loss_desc:0 "Effects of the [concept_commander] losing [Concept('concept_battle','$concept_battles$')]" - - in_default:0 "Defaulting on Loans" - in_default_desc:1 "Effects of the [concept_country] being unable to pay the [concept_interest] on its debts" - - declared_bankruptcy:0 "Declared Bankruptcy" - declared_bankruptcy_desc:0 "Effects of the [concept_country] declaring [concept_bankruptcy]" - - uprising_conscription:0 "Uprising Conscription" - uprising_conscription_desc:0 "Impact on Conscription due to the Uprising in progress" - revolution_lost_ig:0 "Loser in Revolutionary struggle" - revolution_lost_ig_desc:1 "Effects from having lost a [Concept('concept_revolution','$concept_revolutionary$')] [concept_civil_war]" - - insurrectionary_ig:0 "Insurrectionary Interest Group" - insurrectionary_ig_desc:1 "Effects while plotting a [concept_revolution]" - - secession_lost_state:0 "Failed secession" - secession_lost_state_desc:0 "This [concept_state] participated in a secession that was put to rest" - - modifier_building_input_mult:0 "$concept_input_mult$" - modifier_building_input_mult_desc:0 "$concept_input_mult_desc$" - - mobilized_battalion_consumption:1 "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilized$')] [Concept('concept_battalion', '$concept_battalions$')]" - - retired_commander_interest_group_impact:0 "[concept_commander] Retirement" - - modifier_building_throughput_mult:0 "[concept_throughput]" - modifier_building_throughput_mult_desc:0 "A bonus or penalty to the building's throughput." - - modifier_building_cash_reserves_mult:0 "Maximum Cash Reserves" - modifier_building_cash_reserves_mult_desc:0 "A bonus or penalty to the maximum [concept_cash_reserves] that [Concept('concept_building','$concept_buildings$')] can retain." - - economy_of_scale:1 "[concept_economy_of_scale]" - economy_of_scale_desc:1 "[concept_economy_of_scale_desc]" - - pm_retooling:0 "Production Method Retooling" - pm_retooling_loc:0 "Retooling for $PM$ — Expires $EXPIRY$" - pm_retooling_desc:0 "A penalty to the building's throughput due to recent change of production methods." - pm_offense_defense_readjustment:1 "Primary Equipment Adjustment" - pm_offense_defense_readjustment_desc:1 "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of primary [Concept('concept_production_method','$concept_production_methods$')]." - pm_offense_defense_readjustment_minor:0 "Secondary Equipment Adjustment" - pm_offense_defense_readjustment_minor_desc:0 "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of secondary [Concept('concept_production_method','$concept_production_methods$')]." - - - insufficient_urbanization:0 "Insufficient [concept_urbanization]" - insufficient_urbanization_desc:0 "A penalty to the building's throughput due to a lack of available [concept_urbanization] in the state." - - per_wealth:0 " / [concept_wealth]" - - modifier_market_land_trade_capacity_add:0 "Land Trade Capacity" - modifier_market_land_trade_capacity_add_desc:0 "An increase or decrease to the [concept_land_trade_capacity] of a [concept_market]." - modifier_country_trade_route_quantity_mult:0 "Trade Route Volume" - modifier_country_trade_route_quantity_mult_desc:0 "An increase or decrease in the amount of goods imported or exported for each [concept_trade_route] level" - modifier_country_trade_route_cost_mult:1 "Trade Route @bur![Nbsp][concept_bureaucracy] Cost" - modifier_country_trade_route_cost_mult_desc:0 "An increase or decrease in the @bur![concept_bureaucracy] cost for each [concept_trade_route]" - modifier_country_trade_route_competitiveness_mult:1 "Trade Route Competitiveness" - modifier_country_trade_route_competitiveness_mult_desc:1 "An increase or decrease in the competitiveness of [Concept('concept_trade_route', '$concept_trade_routes$')]" - modifier_country_trade_route_imports_add:0 "Imports per [concept_trade_route] Level" - modifier_country_trade_route_imports_add_desc:0 "An increase or decrease to the amount of goods imported via [Concept('concept_trade_route', '$concept_trade_routes$')]." - modifier_country_trade_route_exports_add:0 "Exports per [concept_trade_route] Level" - modifier_country_trade_route_exports_add_desc:0 "An increase or decrease to the amount of goods exported via [Concept('concept_trade_route', '$concept_trade_routes$')]." - modifier_market_max_exports_add:0 "Maximum Exports" - modifier_market_max_exports_add_desc:0 "An increase or decrease to the amount of goods that can be exported from your [concept_market]." - modifier_market_max_imports_add:0 "Maximum Imports" - modifier_market_max_imports_add_desc:0 "An increase or decrease to the amount of goods that can be imported by your [concept_market]." - modifier_tariff_import_add:0 "[concept_tariffs] on Imports" - modifier_tariff_import_add_desc:0 "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that import [Concept('concept_good', '$concept_goods$')] to our [concept_market]." - modifier_tariff_export_add:0 "[concept_tariffs] on Exports" - modifier_tariff_export_add_desc:0 "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that export [Concept('concept_good', '$concept_goods$')] from our [concept_market]." - - modifier_country_states_can_join_foreign_markets:0 "Foreign Market Attraction" - modifier_country_states_can_join_foreign_markets_desc:0 "Whether the state can or cannot join foreign markets in the absence of a Customs Union" - - modifier_country_mandate_subsidies:0 "Subsidies Mandated" - modifier_country_mandate_subsidies_desc:0 "Whether the country is or is not forced to subsidize all industries" - - modifier_country_allow_multiple_alliances:0 "Allow Multiple Alliances" - modifier_country_allow_multiple_alliances_desc:0 "Whether the country is allowed to form multiple [concept_alliance] [Concept('concept_diplomatic_pact','$concept_diplomatic_pacts$')]" - - modifier_state_minimum_wealth_add:0 "Minimum Wealth" - modifier_state_minimum_wealth_add_desc:0 "Pop Wealth cannot drop below this level through normal means" - - modifier_building_minimum_wage_mult:0 "Minimum Wage" - modifier_building_minimum_wage_mult_desc:1 "Employers must pay this fraction of the standard [concept_normal_wage] or higher to their employees" - - modifier_building_unincorporated_throughput_add:0 "Throughput in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_building_unincorporated_throughput_add_desc:0 "A bonus or penalty to the [concept_throughput] of buildings in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_state_unincorporated_standard_of_living_add:0 "[concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_state_unincorporated_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_state_migration_pull_unincorporated_mult:0 "[concept_migration_pull] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_state_migration_pull_unincorporated_mult_desc:0 "A bonus or penalty to the urge to migrate to [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_country_decree_cost_mult:0 "[concept_decree] Cost" - modifier_country_decree_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_decree', '$concept_decrees$')]" - modifier_country_embargo_goods_cost_mult:0 "Embargo Cost" - modifier_country_embargo_goods_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_embargo', '$concept_embargoes$')]" - modifier_country_consumption_tax_cost_mult:0 "Consumption Tax Cost" - modifier_country_consumption_tax_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_consumption_tax', '$concept_consumption_taxes$')]" - modifier_country_encourage_consumption_cost_mult:0 "Encourage Consumption Cost" - modifier_country_encourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_encourage_consumption', '$concept_encouraging_consumption$')]" - modifier_country_discourage_consumption_cost_mult:0 "Discourage Consumption Cost" - modifier_country_discourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" - - modifier_building_employment_investors_add:0 "$investors$ Per Level" - modifier_building_employment_investors_desc:1 "Modifies the amount of $investors$ a building can hire per level" - modifier_building_employment_investors_mult:0 "$modifier_building_employment_investors - modifier_building_employment_investors_mult_desc:0 "$modifier_building_employment_investors_add_desc$" - modifier_building_employment_administrators_add:0 "$administrators$ Per Level" - modifier_building_employment_administrators_add_desc:1 "Modifies the amount of $administrators$ a building can hire per level" - modifier_building_employment_administrators_mult:0 "$modifier_building_employment_administrators_add$" - modifier_building_employment_administrators_mult_desc:0 "$modifier_building_employment_administrators_add_desc$" - modifier_building_employment_executives_add:0 "$executives$ Per Level" - modifier_building_employment_executives_add_desc:1 "Modifies the amount of $executives$ a building can hire per level" - modifier_building_employment_executives_mult:0 "$modifier_building_employment_executives_add$" - modifier_building_employment_executives_mult_desc:0 "$modifier_building_employment_executives_add_desc$" - modifier_building_employment_clergymen_add:0 "$clergymen$ Per Level" - modifier_building_employment_clergymen_add_desc:1 "Modifies the amount of $clergymen$ a building can hire per level" - modifier_building_employment_clergymen_mult:0 "$modifier_building_employment_clergymen_add$" - modifier_building_employment_clergymen_mult_desc:0 "$modifier_building_employment_clergymen_add_desc$" - modifier_building_employment_clerks_add:0 "$clerks$ Per Level" - modifier_building_employment_clerks_add_desc:1 "Modifies the amount of $clerks$ a building can hire per level" - modifier_building_employment_clerks_mult:0 "$modifier_building_employment_clerks_add$" - modifier_building_employment_clerks_mult_desc:0 "$modifier_building_employment_clerks_add_desc$" - modifier_building_employment_engineers_add:0 "$engineers$ Per Level" - modifier_building_employment_engineers_add_desc:1 "Modifies the amount of $engineers$ a building can hire per level" - modifier_building_employment_engineers_mult:0 "$modifier_building_employment_engineers_add$" - modifier_building_employment_engineers_mult_desc:0 "$modifier_building_employment_engineers_add_desc$" - modifier_building_employment_farmers_add:0 "$farmers$ Per Level" - modifier_building_employment_farmers_add_desc:1 "Modifies the amount of $farmers$ a building can hire per level" - modifier_building_employment_farmers_mult:0 "$modifier_building_employment_farmers_add$" - modifier_building_employment_farmers_mult_desc:0 "$modifier_building_employment_farmers_add_desc$" - modifier_building_employment_peasants_add:0 "$peasants$ Per Level" - modifier_building_employment_peasants_add_desc:1 "Modifies the amount of $peasants$ a building can hire per level" - modifier_building_employment_peasants_mult:0 "$modifier_building_employment_peasants_add$" - modifier_building_employment_peasants_mult_desc:0 "$modifier_building_employment_peasants_add_desc$" - modifier_building_employment_laborers_add:0 "$laborers$ Per Level" - modifier_building_employment_laborers_add_desc:1 "Modifies the amount of $laborers$ a building can hire per level" - modifier_building_employment_laborers_mult:0 "$modifier_building_employment_laborers_add$" - modifier_building_employment_laborers_mult_desc:0 "$modifier_building_employment_laborers_add_desc$" - modifier_building_employment_officers_add:0 "$officers$ Per Level" - modifier_building_employment_officers_add_desc:1 "Modifies the amount of $officers$ a building can hire per level" - modifier_building_employment_officers_mult:0 "$modifier_building_employment_officers_add$" - modifier_building_employment_officers_mult_desc:0 "$modifier_building_employment_officers_add_desc$" - modifier_building_employment_academics_add:0 "$academics$ Per Level" - modifier_building_employment_academics_add_desc:1 "Modifies the amount of $academics$ a building can hire per level" - modifier_building_employment_academics_mult:0 "$modifier_building_employment_academics_add$" - modifier_building_employment_academics_mult_desc:0 "$modifier_building_employment_academics_add_desc$" - modifier_building_employment_shopkeepers_add:0 "$shopkeepers$ Per Level" - modifier_building_employment_shopkeepers_add_desc:1 "Modifies the amount of $shopkeepers$ a building can hire per level" - modifier_building_employment_shopkeepers_mult:0 "$modifier_building_employment_shopkeepers_add$" - modifier_building_employment_shopkeepers_mult_desc:0 "$modifier_building_employment_shopkeepers_add_desc$" - modifier_building_employment_slaves_add:0 "$slaves$ Per Level" - modifier_building_employment_slaves_add_desc:1 "Modifies the amount of $slaves$ a building can hire per level" - modifier_building_employment_slaves_mult:0 "$modifier_building_employment_slaves_add$" - modifier_building_employment_slaves_mult_desc:0 "$modifier_building_employment_slaves_add_desc$" - modifier_building_employment_soldiers_add:1 "$soldiers$ Per Level" - modifier_building_employment_soldiers_add_desc:1 "Modifies the amount of $soldiers$ a building can hire per level" - modifier_building_employment_soldiers_mult:0 "$modifier_building_employment_soldiers_add$" - modifier_building_employment_soldiers_mult_desc:0 "$modifier_building_employment_soldiers_add_desc$" - modifier_building_employment_machinists_add:0 "$machinists$ Per Level" - modifier_building_employment_machinists_add_desc:1 "Modifies the amount of $machinists$ a building can hire per level" - modifier_building_employment_machinists_mult:0 "$modifier_building_employment_machinists_add$" - modifier_building_employment_machinists_mult_desc:0 "$modifier_building_employment_machinists_add_desc$" - - modifier_state_building_port_max_level_add:0 "$building_port$ Max Level" - modifier_state_building_port_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_port$ buildings." - modifier_state_building_construction_sector_max_level_add:0 "$building_construction_sector$ Max Level" - modifier_state_building_construction_sector_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_construction_sector$ buildings." - modifier_state_building_barracks_max_level_add:0 "$building_barracks$ Max Level" - modifier_state_building_barracks_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_barracks$ buildings." - modifier_state_building_conscription_center_max_level_add:0 "$building_conscription_center$ Max Level" - modifier_state_building_conscription_center_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_conscription_center$ buildings." - modifier_state_building_naval_base_max_level_add:0 "$building_naval_base$ Max Level" - modifier_state_building_naval_base_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_naval_base$ buildings." - - modifier_state_colony_growth_creation_mult:1 "Colonial Growth Generation" - modifier_state_colony_growth_creation_mult_desc:1 "The amount of colonial growth generated by [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]." - modifier_state_colony_growth_speed_mult:1 "Colony Growth Speed" - modifier_state_colony_growth_speed_mult_desc:1 "A bonus or penalty to the final speed of colonial growth in a [concept_colony]." - modifier_state_non_homeland_colony_growth_speed_mult:0 "Colony Growth Speed in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" - modifier_state_non_homeland_colony_growth_speed_mult_desc:0 "A bonus or penalty to the final speed of colonial growth in [Concept('concept_colony','$concept_colonies$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." - modifier_state_migration_pull_mult:0 "[concept_migration_pull]" - modifier_state_migration_pull_mult_desc:0 "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." - modifier_state_migration_pull_add:0 "[concept_migration_pull]" - modifier_state_migration_pull_add_desc:0 "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." - modifier_state_migration_push_mult:0 "Emigration Push" - modifier_state_migration_push_mult_desc:0 "A bonus or penalty to the Pops in the state's desire to emigrate." - - goods_ammunition_output_mult:0 "$ammunition$ Goods Output" - goods_ammunition_output_mult_desc:0 "A bonus or penalty for the production of $ammunition$." - goods_small_arms_output_mult:0 "$small_arms$ Goods Output" - goods_small_arms_output_mult_desc:0 "A bonus or penalty for the production of $small_arms$." - goods_artillery_output_mult:0 "$artillery$ Goods Output" - goods_artillery_output_mult_desc:0 "A bonus or penalty for the production of $artillery$." - goods_rations_output_mult:0 "$rations$ Goods Output" - goods_rations_output_mult_desc:0 "A bonus or penalty for the production of $rations$." - goods_uniforms_output_mult:0 "$uniforms$ Goods Output" - goods_uniforms_output_mult_desc:0 "A bonus or penalty for the production of $uniforms$." - goods_barrels_output_mult:0 "$barrels$ Goods Output" - goods_barrels_output_mult_desc:0 "A bonus or penalty for the production of $barrels$." - goods_aeroplanes_output_mult:0 "$aeroplanes$ Goods Output" - goods_aeroplanes_output_mult_desc:0 "A bonus or penalty for the production of $aeroplanes$." - goods_dye_output_mult:0 "$dye$ Goods Output" - goods_dye_output_mult_desc:0 "A bonus or penalty for the production of $dye$." - goods_coal_output_mult:0 "$coal$ Goods Output" - goods_coal_output_mult_desc:0 "A bonus or penalty for the production of $coal$." - goods_sulfur_output_mult:0 "$sulfur$ Goods Output" - goods_sulfur_output_mult_desc:0 "A bonus or penalty for the production of $sulfur$." - goods_iron_output_mult:0 "$iron$ Goods Output" - goods_iron_output_mult_desc:0 "A bonus or penalty for the production of $iron$." - goods_logs_output_mult:0 "$logs$ Goods Output" - goods_logs_output_mult_desc:0 "A bonus or penalty for the production of $logs$." - goods_tropical_wood_output_mult:0 "$tropical_wood$ Goods Output" - goods_tropical_wood_output_mult_desc:0 "A bonus or penalty for the production of $tropical_wood$." - goods_rubber_output_mult:0 "$rubber$ Goods Output" - goods_rubber_output_mult_desc:0 "A bonus or penalty for the production of $rubber$." - goods_oil_output_mult:0 "$oil$ Goods Output" - goods_oil_output_mult_desc:0 "A bonus or penalty for the production of $oil$." - goods_gold_output_mult:0 "$gold$ Goods Output" - goods_gold_output_mult_desc:0 "A bonus or penalty for the production of $gold$." - goods_steel_output_mult:0 "$steel$ Goods Output" - goods_steel_output_mult_desc:0 "A bonus or penalty for the production of $steel$." - goods_tools_output_mult:0 "$tools$ Goods Output" - goods_tools_output_mult_desc:0 "A bonus or penalty for the production of $tools$." - goods_glass_output_mult:0 "$glass$ Goods Output" - goods_glass_output_mult_desc:0 "A bonus or penalty for the production of $glass$." - goods_fuel_output_mult:0 "$fuel$ Goods Output" - goods_fuel_output_mult_desc:0 "A bonus or penalty for the production of $fuel$." - goods_fertilizer_output_mult:0 "$fertilizer$ Goods Output" - goods_fertilizer_output_mult_desc:0 "A bonus or penalty for the production of $fertilizer$." - goods_explosives_output_mult:0 "$explosives$ Goods Output" - goods_explosives_output_mult_desc:0 "A bonus or penalty for the production of $explosives$." - goods_clippers_output_mult:0 "$clippers$ Goods Output" - goods_clippers_output_mult_desc:0 "A bonus or penalty for the production of $clippers$." - goods_steamers_output_mult:0 "$steamers$ Goods Output" - goods_steamers_output_mult_desc:0 "A bonus or penalty for the production of $steamers$." - goods_electric_gear_output_mult:0 "$electric_gear$ Goods Output" - goods_electric_gear_output_mult_desc:0 "A bonus or penalty for the production of $electric_gear$." - goods_fabric_output_mult:0 "$fabric$ Goods Output" - goods_fabric_output_mult_desc:0 "A bonus or penalty for the production of $fabric$." - goods_timber_output_mult:0 "$timber$ Goods Output" - goods_timber_output_mult_desc:0 "A bonus or penalty for the production of $timber$." - goods_paper_output_mult:0 "$paper$ Goods Output" - goods_paper_output_mult_desc:0 "A bonus or penalty for the production of $paper$." - goods_grain_output_mult:0 "$grain$ Goods Output" - goods_grain_output_mult_desc:0 "A bonus or penalty for the production of $grain$." - goods_fish_output_mult:0 "$fish$ Goods Output" - goods_fish_output_mult_desc:0 "A bonus or penalty for the production of $fish$." - goods_meat_output_mult:0 "$meat$ Goods Output" - goods_meat_output_mult_desc:0 "A bonus or penalty for the production of $meat$." - goods_fruit_output_mult:0 "$fruit$ Goods Output" - goods_fruit_output_mult_desc:0 "A bonus or penalty for the production of $fruit$." - goods_wine_output_mult:0 "$wine$ Goods Output" - goods_wine_output_mult_desc:0 "A bonus or penalty for the production of $wine$." - goods_sugar_output_mult:0 "$sugar$ Goods Output" - goods_sugar_output_mult_desc:0 "A bonus or penalty for the production of $sugar$." - goods_groceries_output_mult:0 "$groceries$ Goods Output" - goods_groceries_output_mult_desc:0 "A bonus or penalty for the production of $groceries$." - goods_tobacco_output_mult:0 "$tobacco$ Goods Output" - goods_tobacco_output_mult_desc:0 "A bonus or penalty for the production of $tobacco$." - goods_tea_output_mult:0 "$tea$ Goods Output" - goods_tea_output_mult_desc:0 "A bonus or penalty for the production of $tea$." - goods_coffee_output_mult:0 "$coffee$ Goods Output" - goods_coffee_output_mult_desc:0 "A bonus or penalty for the production of $coffee$." - goods_opium_output_mult:0 "$opium$ Goods Output" - goods_opium_output_mult_desc:0 "A bonus or penalty for the production of $opium$." - goods_automobiles_output_mult:0 "$automobiles$ Goods Output" - goods_automobiles_output_mult_desc:0 "A bonus or penalty for the production of $automobiles$." - goods_telephones_output_mult:0 "$telephones$ Goods Output" - goods_telephones_output_mult_desc:0 "A bonus or penalty for the production of $telephones$." - goods_liquor_output_mult:0 "$liquor$ Goods Output" - goods_liquor_output_mult_desc:0 "A bonus or penalty for the production of $liquor$." - goods_clothes_output_mult:0 "$clothes$ Goods Output" - goods_clothes_output_mult_desc:0 "A bonus or penalty for the production of $clothes$." - goods_luxury_clothes_output_mult:0 "$luxury_clothes$ Goods Output" - goods_luxury_clothes_output_mult_desc:0 "A bonus or penalty for the production of $luxury_clothes$." - goods_furniture_output_mult:0 "$furniture$ Goods Output" - goods_furniture_output_mult_desc:0 "A bonus or penalty for the production of $furniture$." - goods_luxury_furniture_output_mult:0 "$luxury_furniture$ Goods Output" - goods_luxury_furniture_output_mult_desc:0 "A bonus or penalty for the production of $luxury_furniture$." - goods_radio_output_mult:0 "$radio$ Goods Output" - goods_radio_output_mult_desc:0 "A bonus or penalty for the production of $radio$." - - working_conditions:0 "Dangerous Working Conditions" - child_labor:0 "Child Labor" - - modifier_state_investors_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" - modifier_state_investors_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" - modifier_state_administrators_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" - modifier_state_administrators_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" - modifier_state_executives_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" - modifier_state_executives_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" - modifier_state_clergymen_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clergymen_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clerks_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" - modifier_state_clerks_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" - modifier_state_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" - modifier_state_engineers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" - modifier_state_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_farmers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_peasants_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" - modifier_state_peasants_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" - modifier_state_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" - modifier_state_laborers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" - modifier_state_officers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" - modifier_state_officers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" - modifier_state_academics_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" - modifier_state_academics_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" - modifier_state_shopkeepers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" - modifier_state_shopkeepers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" - modifier_state_slaves_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" - modifier_state_slaves_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" - modifier_state_soldiers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" - modifier_state_soldiers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" - modifier_state_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" - modifier_state_machinists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" - - modifier_state_dependent_wage_add:0 "Yearly Dependents Income" - modifier_state_dependent_wage_add_desc:0 "An increase or decrease in Dependents Income" - modifier_state_dependent_wage_mult:0 "Dependents Income" - modifier_state_dependent_wage_mult_desc:0 "An increase or decrease in Dependents Income" - modifier_state_investors_dependent_wage_mult:0 "$investorsts Income" - modifier_state_investors_dependent_wage_mult_desc:0 "An increase or decrease in an $investors$ Dependents Income" - modifier_state_administrators_dependent_wage_mult:0 "$administrators$ Dependents Income" - modifier_state_administrators_dependent_wage_mult_desc:0 "An increase or decrease in a $administrators$ Dependents Income" - modifier_state_executives_dependent_wage_mult:0 "$executives$ Dependents Income" - modifier_state_executives_dependent_wage_mult_desc:0 "An increase or decrease in a $executives$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult:0 "$clergymen$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult_desc:0 "An increase or decrease in a $clergymen$ Dependents Income" - modifier_state_clerks_dependent_wage_mult:0 "$clerks$ Dependents Income" - modifier_state_clerks_dependent_wage_mult_desc:0 "An increase or decrease in a $clerks$ Dependents Income" - modifier_state_engineers_dependent_wage_mult:0 "$engineers$ Dependents Income" - modifier_state_engineers_dependent_wage_mult_desc:0 "An increase or decrease in an $engineers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult:0 "$farmers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult_desc:0 "An increase or decrease in a $farmers$ Dependents Income" - modifier_state_peasants_dependent_wage_mult:0 "$peasants$ Dependents Income" - modifier_state_peasants_dependent_wage_mult_desc:0 "An increase or decrease in a $peasants$ Dependents Income" - modifier_state_laborers_dependent_wage_mult:0 "$laborers$ Dependents Income" - modifier_state_laborers_dependent_wage_mult_desc:0 "An increase or decrease in a $laborers$ Dependents Income" - modifier_state_officers_dependent_wage_mult:0 "$officers$ Dependents Income" - modifier_state_officers_dependent_wage_mult_desc:0 "An increase or decrease in an $officers$ Dependents Income" - modifier_state_academics_dependent_wage_mult:0 "$academics$ Dependents Income" - modifier_state_academics_dependent_wage_mult_desc:0 "An increase or decrease in an $academics$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult:0 "$shopkeepers$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult_desc:0 "An increase or decrease in a $shopkeepers$ Dependents Income" - modifier_state_slaves_dependent_wage_mult:0 "$slaves$ Dependents Income" - modifier_state_slaves_dependent_wage_mult_desc:0 "An increase or decrease in a $slaves$ Dependents Income" - modifier_state_soldiers_dependent_wage_mult:0 "$soldiers$ Dependents Income" - modifier_state_soldiers_dependent_wage_mult_desc:0 "An increase or decrease in a $soldiers$ Dependents Income" - modifier_state_machinists_dependent_wage_mult:0 "$machinists$ Dependents Income" - modifier_state_machinists_dependent_wage_mult_desc:0 "An increase or decrease in a $machinists$ Dependents Income" - - modifier_building_investors_shares_add:1 "$investorsept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_investors_shares_add_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_administrators_shares_add:1 "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_administrators_shares_add_desc:1 "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_executives_shares_add:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_executives_shares_add_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_add:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_add_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_add:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_add_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_add:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_add_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_add:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_add_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_add:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_add_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_add:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_add_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_workforce_shares_add:0 "$concept_workforce$ $concept_ownership_shares$" - modifier_building_workforce_shares_add_desc:0 "An increase or decrease in the [Concept('concept_ownership_share', '$concept_ownership_shares$')] for the entire [concept_workforce] of the [concept_building]" - modifier_building_government_shares_add:0 "$concept_government_ownership_shares$" - modifier_building_government_shares_add_desc:0 "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" - - modifier_building_investors_shares_mult:1 "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_investors_shares_mult_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_administrators_shares_mult:1 "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_administrators_shares_mult_desc:1 "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_executives_shares_mult:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_executives_shares_mult_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_mult:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_mult_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_mult:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_mult_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_mult:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_mult_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_mult:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_mult_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_mult:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_mult_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_mult:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_mult_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - - modifier_country_investors_pol_str_mult:1 "[concept_political_strength] of $investors$" - modifier_country_investors_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $investors$" - modifier_country_administrators_pol_str_mult:1 "[concept_political_strength] of $administrators$" - modifier_country_administrators_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $administrators$" - modifier_country_executives_pol_str_mult:1 "[concept_political_strength] of $executives$" - modifier_country_executives_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $executives$" - modifier_country_clergymen_pol_str_mult:1 "[concept_political_strength] of $clergymen$" - modifier_country_clergymen_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clergymen$" - modifier_country_clerks_pol_str_mult:1 "[concept_political_strength] of $clerks$" - modifier_country_clerks_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clerks$" - modifier_country_engineers_pol_str_mult:1 "[concept_political_strength] of $engineers$" - modifier_country_engineers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $engineers$" - modifier_country_farmers_pol_str_mult:1 "[concept_political_strength] of $farmers$" - modifier_country_farmers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $farmers$" - modifier_country_peasants_pol_str_mult:1 "[concept_political_strength] of $peasants$" - modifier_country_peasants_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $peasants$" - modifier_country_laborers_pol_str_mult:1 "[concept_political_strength] of $laborers$" - modifier_country_laborers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $laborers$" - modifier_country_officers_pol_str_mult:1 "[concept_political_strength] of $officers$" - modifier_country_officers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $officers$" - modifier_country_academics_pol_str_mult:1 "[concept_political_strength] of $academics$" - modifier_country_academics_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $academics$" - modifier_country_shopkeepers_pol_str_mult:1 "[concept_political_strength] of $shopkeepers$" - modifier_country_shopkeepers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $shopkeepers$" - modifier_country_slaves_pol_str_mult:1 "[concept_political_strength] of $slaves$" - modifier_country_slaves_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $slaves$" - modifier_country_soldiers_pol_str_mult:1 "[concept_political_strength] of $soldiers$" - modifier_country_soldiers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $soldiers$" - modifier_country_machinists_pol_str_mult:1 "[concept_political_strength] of $machinists$" - modifier_country_machinists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $machinists$" - - modifier_country_investors_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $investors$" - modifier_country_investors_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $investors$ in Elections" - modifier_country_administrators_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $administrators$" - modifier_country_administrators_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $administrators$ in Elections" - modifier_country_executives_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $executives$" - modifier_country_executives_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $executives$ in Elections" - modifier_country_clergymen_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergymen$" - modifier_country_clergymen_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" - modifier_country_clerks_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clerks$" - modifier_country_clerks_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clerks$ in Elections" - modifier_country_engineers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $engineers$" - modifier_country_engineers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $engineers$ in Elections" - modifier_country_farmers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $farmers$" - modifier_country_farmers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $farmers$ in Elections" - modifier_country_peasants_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $peasants$" - modifier_country_peasants_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $peasants$ in Elections" - modifier_country_laborers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $laborers$" - modifier_country_laborers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $laborers$ in Elections" - modifier_country_officers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $officers$" - modifier_country_officers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $officers$ in Elections" - modifier_country_academics_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $academics$" - modifier_country_academics_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $academics$ in Elections" - modifier_country_shopkeepers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $shopkeepers$" - modifier_country_shopkeepers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $shopkeepers$ in Elections" - modifier_country_slaves_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $slaves$" - modifier_country_slaves_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $slaves$ in Elections" - modifier_country_soldiers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $soldiers$" - modifier_country_soldiers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $soldiers$ in Elections" - modifier_country_machinists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $machinists$" - modifier_country_machinists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $machinists$ vote in Elections" - - voting_power_gain:0 "s' Political Strength from Votes" - MODIFIER_COUNTRY_DISCRIMINATED_POLSTR_MULT:0 "Discriminated against" - - modifier_tax_consumption_add:0 "Consumption Tax Rate" - modifier_tax_consumption_add_desc:1 "The rate at which goods that have a [concept_consumption_tax] placed on them are taxed" - - modifier_country_legitimacy_base_add:0 "[concept_legitimacy]" - modifier_country_legitimacy_base_add_desc:2 "An increase or decrease of the [concept_government]'s [concept_legitimacy]" - modifier_country_legitimacy_headofstate_add:1 "[concept_legitimacy] from including the [concept_head_of_state] [concept_in_government]" - modifier_country_legitimacy_headofstate_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses by including the [concept_head_of_state]'s [concept_interest_group]." - modifier_country_legitimacy_govt_size_add:2 "[concept_government] size allowance" - modifier_country_legitimacy_govt_size_add_desc:2 "The number of [Concept('concept_party','$concept_parties$')] and [Concept('concept_interest_group','$concept_interest_groups$')] that can be included [concept_in_government] at one time without incurring [concept_legitimacy] penalties." - modifier_country_legitimacy_govt_size_mult:3 "[concept_legitimacy] penalty from size of [concept_government]" - modifier_country_legitimacy_govt_size_mult_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses by including more [Concept('concept_interest_group', '$concept_interest_groups$')]." - modifier_country_legitimacy_ideological_incoherence_mult:0 "$IDEOLOGICAL_INCOHERENCE_ALIAS$" - modifier_country_legitimacy_ideological_incoherence_mult_desc:0 "$modifier_country_legitimacy_ideological_incoherence_mult$" - modifier_country_legitimacy_govt_leader_clout_add:0 "[concept_legitimacy] from Government Leader Clout" - modifier_country_legitimacy_govt_leader_clout_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the [concept_clout] of the [concept_interest_group] leading the government." - modifier_country_legitimacy_govt_total_clout_add:0 "[concept_legitimacy] from Government Clout" - modifier_country_legitimacy_govt_total_clout_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total [concept_clout] of [Concept('concept_interest_group', '$concept_interest_groups$')] in the government." - modifier_country_legitimacy_govt_total_votes_add:0 "[concept_legitimacy] from [concept_votes]" - modifier_country_legitimacy_govt_total_votes_add_desc:0 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total percentage of [concept_votes] of [Concept('concept_party','$concept_parties$')] in the government." - - modifier_stockpile_army_requirement_small_arms_add:0 "Army @small_arms! Consumption" - modifier_stockpile_army_requirement_small_arms_add_desc:0 "Increases how much @small_arms! Small Arms the army consumes" - modifier_stockpile_army_requirement_ammunition_add:0 "Army $ammunition$ Ammunition Consumption" - modifier_stockpile_army_requirement_ammunition_add_desc:0 "Increases how much @ammunition! Ammunition the army consumes" - modifier_stockpile_navy_requirement_coal_add:0 "Navy @coal! Coal Consumption" - modifier_stockpile_navy_requirement_coal_add_desc:0 "Increases how much @coal! Coal the navy consumes" - modifier_stockpile_navy_requirement_artillery_add:0 "Navy @artillery! Artillery Consumption" - modifier_stockpile_navy_requirement_artillery_add_desc:0 "Increases how much @artillery! Artillery the navy consumes" - modifier_stockpile_navy_requirement_ammunition_add:0 "Navy @ammunition! Ammunition Consumption" - modifier_stockpile_navy_requirement_ammunition_add_desc:0 "Increases how much @ammunition! Ammunition the navy consumes" - - modifier_building_laborers_mortality_mult:1 "$modifier_state_laborers_mortality_mult$" - modifier_building_laborers_mortality_mult_desc:1 "$modifier_state_laborers_mortality_mult_desc$" - modifier_building_machinists_mortality_mult:1 "$modifier_state_machinists_mortality_mult$" - modifier_building_machinists_mortality_mult_desc:1 "$modifier_state_machinists_mortality_mult_desc$" - modifier_building_engineers_mortality_mult:1 "$modifier_state_engineers_mortality_mult$" - modifier_building_engineers_mortality_mult_desc:1 "$modifier_state_engineers_mortality_mult_desc$" - modifier_building_investors_mortality_mult:1 "$modifier_state_investors_mortality_mult$" - modifier_building_investors_mortality_mult_desc:1 "$modifier_state_investors_mortality_mult_desc$" - modifier_building_administrators_mortality_mult:1 "$modifier_state_administrators_mortality_mult$" - modifier_building_administrators_mortality_mult_desc:1 "$modifier_state_administrators_mortality_mult_desc$" - modifier_building_executives_mortality_mult:1 "$modifier_state_executives_mortality_mult$" - modifier_building_executives_mortality_mult_desc:1 "$modifier_state_executives_mortality_mult_desc$" - modifier_building_clergymen_mortality_mult:1 "$modifier_state_clergymen_mortality_mult$" - modifier_building_clergymen_mortality_mult_desc:1 "$modifier_state_clergymen_mortality_mult_desc$" - modifier_building_clerks_mortality_mult:1 "$modifier_state_clerks_mortality_mult$" - modifier_building_clerks_mortality_mult_desc:1 "$modifier_state_clerks_mortality_mult_desc$" - modifier_building_farmers_mortality_mult:1 "$modifier_state_farmers_mortality_mult$" - modifier_building_farmers_mortality_mult_desc:1 "$modifier_state_farmers_mortality_mult_desc$" - modifier_building_peasants_mortality_mult:1 "$modifier_state_peasants_mortality_mult$" - modifier_building_peasants_mortality_mult_desc:1 "$modifier_state_peasants_mortality_mult_desc$" - modifier_building_officers_mortality_mult:1 "$modifier_state_officers_mortality_mult$" - modifier_building_officers_mortality_mult_desc:1 "$modifier_state_officers_mortality_mult_desc$" - modifier_building_academics_mortality_mult:1 "$modifier_state_academics_mortality_mult$" - modifier_building_academics_mortality_mult_desc:1 "$modifier_state_academics_mortality_mult_desc$" - modifier_building_shopkeepers_mortality_mult:1 "$modifier_state_shopkeepers_mortality_mult$" - modifier_building_shopkeepers_mortality_mult_desc:1 "$modifier_state_shopkeepers_mortality_mult_desc$" - modifier_building_slaves_mortality_mult:1 "$modifier_state_slaves_mortality_mult$" - modifier_building_slaves_mortality_mult_desc:1 "$modifier_state_slaves_mortality_mult_desc$" - modifier_building_smallholders_mortality_mult:1 "$modifier_state_smallholders_mortality_mult$" - modifier_building_smallholders_mortality_mult_desc:1 "$modifier_state_smallholders_mortality_mult_desc$" - modifier_building_soldiers_mortality_mult:1 "$modifier_state_soldiers_mortality_mult$" - modifier_building_soldiers_mortality_mult_desc:1 "$modifier_state_soldiers_mortality_mult_desc$" - - modifier_building_laborers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" - modifier_building_laborers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" - modifier_building_machinists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" - modifier_building_machinists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" - modifier_building_engineers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_engineers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_investors_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" - modifier_building_investors_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" - modifier_building_administrators_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" - modifier_building_administrators_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" - modifier_building_executives_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" - modifier_building_executives_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" - modifier_building_clergymen_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clergymen_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clerks_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_clerks_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_farmers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_farmers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_peasants_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" - modifier_building_peasants_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" - modifier_building_officers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" - modifier_building_officers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" - modifier_building_academics_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" - modifier_building_academics_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" - modifier_building_shopkeepers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" - modifier_building_shopkeepers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" - modifier_building_slaves_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" - modifier_building_slaves_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" - modifier_building_smallholders_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" - modifier_building_smallholders_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" - modifier_building_soldiers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" - modifier_building_soldiers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" - - modifier_building_group_bg_mining_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Mines" - modifier_building_group_bg_mining_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_mortality_mult$" - modifier_building_group_bg_mining_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Mines" - modifier_building_group_bg_mining_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_standard_of_living_add$" - modifier_building_group_bg_mining_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_mortality_mult$" - modifier_building_group_bg_mining_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_standard_of_living_add$" - modifier_building_group_bg_mining_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Mines" - modifier_building_group_bg_mining_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_mortality_mult$" - modifier_building_group_bg_mining_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Mines" - modifier_building_group_bg_mining_laborers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_standard_of_living_add$" - modifier_building_group_bg_agriculture_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Agriculture" - modifier_building_group_bg_agriculture_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_laborers_mortality_mult$" - modifier_building_group_bg_agriculture_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Agriculture" - modifier_building_group_bg_agriculture_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_farmers_mortality_mult$" - modifier_building_group_bg_ranching_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Ranching" - modifier_building_group_bg_ranching_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_laborers_mortality_mult$" - modifier_building_group_bg_ranching_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Ranching" - modifier_building_group_bg_ranching_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_farmers_mortality_mult$" - modifier_building_group_bg_plantations_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed on Plantations" - modifier_building_group_bg_plantations_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_laborers_mortality_mult$" - modifier_building_group_bg_plantations_smallholders_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $smallholders$ employed on Plantations" - modifier_building_group_bg_plantations_smallholders_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_smallholders_mortality_mult$" - modifier_building_group_bg_plantations_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed on Plantations" - modifier_building_group_bg_plantations_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_farmers_mortality_mult$" - modifier_building_group_bg_manufacturing_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_mortality_mult$" - modifier_building_group_bg_manufacturing_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_standard_of_living_add$" - modifier_building_group_bg_manufacturing_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_mortality_mult$" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_standard_of_living_add$" - modifier_building_group_bg_manufacturing_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_mortality_mult$" - modifier_building_group_bg_manufacturing_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_laborers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_standard_of_living_add$" - modifier_building_group_bg_construction_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in $bg_construction$" - modifier_building_group_bg_construction_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_construction_laborers_mortality_mult$" - modifier_building_group_bg_logging_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Logging" - modifier_building_group_bg_logging_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_laborers_mortality_mult$" - modifier_building_group_bg_logging_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Logging" - modifier_building_group_bg_logging_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_logging_machinists_mortality_mult$" - modifier_building_group_bg_logging_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Logging" - modifier_building_group_bg_logging_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_engineers_mortality_mult$" - modifier_building_group_bg_oil_rig_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Oil Extraction" - modifier_building_group_bg_oil_rig_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_rig_laborers_mortality_mult$" - modifier_building_group_bg_oil_rig_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Oil Extraction" - modifier_building_group_bg_oil_rig_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_rig_machinists_mortality_mult$" - modifier_building_group_bg_oil_rig_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Oil Extraction" - modifier_building_group_bg_oil_rig_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_rig_engineers_mortality_mult$" - modifier_building_group_bg_light_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Light Industry" - modifier_building_group_bg_light_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_laborers_mortality_mult$" - modifier_building_group_bg_light_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Light Industry" - modifier_building_group_bg_light_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_machinists_mortality_mult$" - modifier_building_group_bg_heavy_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_laborers_mortality_mult$" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_machinists_mortality_mult$" - modifier_building_group_bg_heavy_industry_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_engineers_mortality_mult$" - modifier_building_group_bg_infrastructure_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_laborers_mortality_mult$" - modifier_building_group_bg_infrastructure_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_machinists_mortality_mult$" - modifier_building_group_bg_infrastructure_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_engineers_mortality_mult$" - - modifier_building_group_bg_manufacturing_throughput_mult:0 "$bg_manufacturing$ [concept_throughput]" - modifier_building_group_bg_manufacturing_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_manufacturing$" - modifier_building_group_bg_plantations_throughput_mult:0 "$bg_plantations$ [concept_throughput]" - modifier_building_group_bg_plantations_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_plantations$" - modifier_building_group_bg_agriculture_throughput_mult:0 "$bg_agriculture$ [concept_throughput]" - modifier_building_group_bg_agriculture_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_agriculture$" - modifier_building_group_bg_ranching_throughput_mult:0 "$bg_ranching$ [concept_throughput]" - modifier_building_group_bg_ranching_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_ranching$" - modifier_building_group_bg_mining_throughput_mult:0 "$bg_mining$ [concept_throughput]" - modifier_building_group_bg_mining_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_mining$" - modifier_building_group_bg_oil_rig_throughput_mult:0 "$bg_oil_rig$ [concept_throughput]" - modifier_building_group_bg_oil_rig_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_oil_rig$" - - modifier_building_group_bg_service_throughput_mult:0 "$bg_service$ [concept_throughput]" - modifier_building_group_bg_service_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_service$" - - modifier_building_group_bg_subsistence_tax_mult:0 "Subsistence Farm Tax Income" - modifier_building_group_bg_subsistence_tax_mult_desc:0 "A bonus or penalty to tax income from Subsistence Farms" - modifier_building_group_bg_service_tax_mult:0 "Urban Center Tax Income" - modifier_building_group_bg_service_tax_mult_desc:0 "A bonus or penalty to tax income from Urban Centers" - modifier_building_group_bg_agriculture_tax_mult:0 "Agriculture Tax Income" - modifier_building_group_bg_agriculture_tax_mult_desc:0 "A bonus or penalty to tax income from Agriculture Buildings" - modifier_building_group_bg_ranching_tax_mult:0 "Ranching Tax Income" - modifier_building_group_bg_ranching_tax_mult_desc:0 "A bonus or penalty to tax income from Ranching Buildings" - modifier_building_group_bg_plantations_tax_mult:0 "Plantation Tax Income" - modifier_building_group_bg_plantations_tax_mult_desc:0 "A bonus or penalty to tax income from Plantation Buildings" - modifier_building_group_bg_mining_tax_mult:0 "Mining Tax Income" - modifier_building_group_bg_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Mining Buildings" - modifier_building_group_bg_coal_mining_tax_mult:0 "Coal Mining Tax Income" - modifier_building_group_bg_coal_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Coal Mines" - modifier_building_group_bg_gold_mining_tax_mult:0 "Gold Mining Tax Income" - modifier_building_group_bg_gold_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Gold Mines" - modifier_building_group_bg_iron_mining_tax_mult:0 "Iron Mining Tax Income" - modifier_building_group_bg_iron_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Iron Mines" - modifier_building_group_bg_lead_mining_tax_mult:0 "Lead Mining Tax Income" - modifier_building_group_bg_lead_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Lead Mines" - modifier_building_group_bg_sulfur_mining_tax_mult:0 "Sulfur Mining Tax Income" - modifier_building_group_bg_sulfur_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Sulfur Mines" - modifier_building_group_bg_rubber_tax_mult:0 "Rubber Industry Tax Income" - modifier_building_group_bg_rubber_tax_mult_desc:0 "A bonus or penalty to tax income from Rubber Plantation Buildings" - modifier_building_group_bg_logging_tax_mult:0 "Logging Industry Tax Income" - modifier_building_group_bg_logging_tax_mult_desc:0 "A bonus or penalty to tax income from Logging Buildings" - modifier_building_group_bg_fishing_tax_mult:0 "Fishing Tax Income" - modifier_building_group_bg_fishing_tax_mult_desc:0 "A bonus or penalty to tax income from Fishing Wharfs" - modifier_building_group_bg_oil_rig_tax_mult:0 "Oil Industry Tax Income" - modifier_building_group_bg_oil_rig_tax_mult_desc:0 "A bonus or penalty to tax income from Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_tax_mult:0 "Manufacturing Tax Income" - modifier_building_group_bg_manufacturing_tax_mult_desc:0 "A bonus or penalty to tax income from Manufacturing Buildings" - modifier_building_group_bg_government_tax_mult:0 "Government Tax Income" - modifier_building_group_bg_government_tax_mult_desc:0 "A bonus or penalty to tax income from Government Buildings" - modifier_building_group_bg_infrastructure_tax_mult:0 "Infrastructure Tax Income" - modifier_building_group_bg_infrastructure_tax_mult_desc:0 "A bonus or penalty to tax income from Infrastructure Buildings" - - modifier_building_group_bg_subsistence_mortality_mult:0 "Subsistence Farm Employee Mortality" - modifier_building_group_bg_subsistence_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Subsistence Farms" - modifier_building_group_bg_service_mortality_mult:0 "Urban Center Employee Mortality" - modifier_building_group_bg_service_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Urban Centers" - modifier_building_group_bg_agriculture_mortality_mult:0 "Agriculture Employee Mortality" - modifier_building_group_bg_agriculture_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_mortality_mult:0 "Ranching Employee Mortality" - modifier_building_group_bg_ranching_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Ranching Buildings" - modifier_building_group_bg_plantations_mortality_mult:0 "Plantation Employee Mortality" - modifier_building_group_bg_plantations_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Plantation Buildings" - modifier_building_group_bg_mining_mortality_mult:0 "Mining Employee Mortality" - modifier_building_group_bg_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Mining Buildings" - modifier_building_group_bg_coal_mining_mortality_mult:0 "Coal Mining Employee Mortality" - modifier_building_group_bg_coal_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Coal Mines" - modifier_building_group_bg_gold_mining_mortality_mult:0 "Gold Mining Employee Mortality" - modifier_building_group_bg_gold_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Gold Mines" - modifier_building_group_bg_iron_mining_mortality_mult:0 "Iron Mining Employee Mortality" - modifier_building_group_bg_iron_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Iron Mines" - modifier_building_group_bg_lead_mining_mortality_mult:0 "Lead Mining Employee Mortality" - modifier_building_group_bg_lead_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_mortality_mult:0 "Sulfur Mining Employee Mortality" - modifier_building_group_bg_sulfur_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Sulfur Mines" - modifier_building_group_bg_rubber_mortality_mult:0 "Rubber Industry Employee Mortality" - modifier_building_group_bg_rubber_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Rubber Plantation Buildings" - modifier_building_group_bg_logging_mortality_mult:0 "Logging Industry Employee Mortality" - modifier_building_group_bg_logging_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Logging Buildings" - modifier_building_group_bg_fishing_mortality_mult:0 "Fishing Employee Mortality" - modifier_building_group_bg_fishing_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Fishing Wharfs" - modifier_building_group_bg_oil_rig_mortality_mult:0 "Oil Industry Employee Mortality" - modifier_building_group_bg_oil_rig_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_mortality_mult:0 "Manufacturing Employee Mortality" - modifier_building_group_bg_manufacturing_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Manufacturing Buildings" - modifier_building_group_bg_government_mortality_mult:0 "Government Employee Mortality" - modifier_building_group_bg_government_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Government Buildings" - modifier_building_group_bg_infrastructure_mortality_mult:0 "Infrastructure Employee Mortality" - modifier_building_group_bg_infrastructure_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Infrastructure Buildings" - - modifier_building_group_bg_subsistence_standard_of_living_add:0 "Subsistence Farm Employee [concept_sol]" - modifier_building_group_bg_subsistence_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Subsistence Farms" - modifier_building_group_bg_service_standard_of_living_add:0 "Urban Center Employee [concept_sol]" - modifier_building_group_bg_service_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Urban Centers" - modifier_building_group_bg_agriculture_standard_of_living_add:0 "Agriculture Employee [concept_sol]" - modifier_building_group_bg_agriculture_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_standard_of_living_add:0 "Ranching Employee [concept_sol]" - modifier_building_group_bg_ranching_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Ranching Buildings" - modifier_building_group_bg_plantations_standard_of_living_add:0 "Plantation Employee [concept_sol]" - modifier_building_group_bg_plantations_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Plantation Buildings" - modifier_building_group_bg_mining_standard_of_living_add:0 "Mining Employee [concept_sol]" - modifier_building_group_bg_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Mining Buildings" - modifier_building_group_bg_coal_mining_standard_of_living_add:0 "Coal Mining Employee [concept_sol]" - modifier_building_group_bg_coal_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Coal Mines" - modifier_building_group_bg_gold_mining_standard_of_living_add:0 "Gold Mining Employee [concept_sol]" - modifier_building_group_bg_gold_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Gold Mines" - modifier_building_group_bg_iron_mining_standard_of_living_add:0 "Iron Mining Employee [concept_sol]" - modifier_building_group_bg_iron_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Iron Mines" - modifier_building_group_bg_lead_mining_standard_of_living_add:0 "Lead Mining Employee [concept_sol]" - modifier_building_group_bg_lead_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_standard_of_living_add:0 "Sulfur Mining Employee [concept_sol]" - modifier_building_group_bg_sulfur_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Sulfur Mines" - modifier_building_group_bg_rubber_standard_of_living_add:0 "Rubber Industry Employee [concept_sol]" - modifier_building_group_bg_rubber_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Rubber Plantation Buildings" - modifier_building_group_bg_logging_standard_of_living_add:0 "Logging Industry Employee [concept_sol]" - modifier_building_group_bg_logging_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Logging Buildings" - modifier_building_group_bg_fishing_standard_of_living_add:0 "Fishing Employee [concept_sol]" - modifier_building_group_bg_fishing_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Fishing Wharfs" - modifier_building_group_bg_oil_rig_standard_of_living_add:0 "Oil Industry Employee [concept_sol]" - modifier_building_group_bg_oil_rig_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_standard_of_living_add:0 "Manufacturing Employee [concept_sol]" - modifier_building_group_bg_manufacturing_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Manufacturing Buildings" - modifier_building_group_bg_government_standard_of_living_add:0 "Government Employee [concept_sol]" - modifier_building_group_bg_government_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Government Buildings" - modifier_building_group_bg_infrastructure_standard_of_living_add:0 "Infrastructure Employee [concept_sol]" - modifier_building_group_bg_infrastructure_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Infrastructure Buildings" - - modifier_building_group_bg_subsistence_employee_mult:0 "Subsistence Farm Employees" - modifier_building_group_bg_subsistence_employee_mult_desc:0 "A bonus or penalty to the number of employees in Subsistence Farms" - modifier_building_group_bg_service_employee_mult:0 "Urban Center Employees" - modifier_building_group_bg_service_employee_mult_desc:0 "A bonus or penalty to the number of employees in Urban Centers" - modifier_building_group_bg_agriculture_employee_mult:0 "Agriculture Employees" - modifier_building_group_bg_agriculture_employee_mult_desc:0 "A bonus or penalty to the number of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_employee_mult:0 "Ranching Employees" - modifier_building_group_bg_ranching_employee_mult_desc:0 "A bonus or penalty to the number of employees in Ranching Buildings" - modifier_building_group_bg_plantations_employee_mult:0 "Plantation Employees" - modifier_building_group_bg_plantations_employee_mult_desc:0 "A bonus or penalty to the number of employees in Plantation Buildings" - modifier_building_group_bg_mining_employee_mult:0 "Mining Employees" - modifier_building_group_bg_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Mines" - modifier_building_group_bg_gold_mining_employee_mult:0 "Gold Mining Employees" - modifier_building_group_bg_gold_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Gold Mines" - modifier_building_group_bg_coal_mining_employee_mult:0 "Coal Mining Employees" - modifier_building_group_bg_coal_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Coal Mines" - modifier_building_group_bg_iron_mining_employee_mult:0 "Iron Mining Employees" - modifier_building_group_bg_iron_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Iron Mines" - modifier_building_group_bg_lead_mining_employee_mult:0 "Lead Mining Employees" - modifier_building_group_bg_lead_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_employee_mult:0 "Sulfur Mining Employees" - modifier_building_group_bg_sulfur_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Sulfur Mines" - modifier_building_group_bg_rubber_employee_mult:0 "Rubber Industry Employees" - modifier_building_group_bg_rubber_employee_mult_desc:0 "A bonus or penalty to the number of employees in Rubber Industry Buildings" - modifier_building_group_bg_logging_employee_mult:0 "Logging Industry Employees" - modifier_building_group_bg_logging_employee_mult_desc:0 "A bonus or penalty to the number of employees in Logging Industry Buildings" - modifier_building_group_bg_fishing_employee_mult:0 "Fishing Employees" - modifier_building_group_bg_fishing_employee_mult_desc:0 "A bonus or penalty to the number of employees in Fishing Buildings" - modifier_building_group_bg_oil_rig_employee_mult:0 "Oil Industry Employees" - modifier_building_group_bg_oil_rig_employee_mult_desc:0 "A bonus or penalty to the number of employees in Oil Industry Buildings" - modifier_building_group_bg_manufacturing_employee_mult:0 "Manufacturing Employees" - modifier_building_group_bg_manufacturing_employee_mult_desc:0 "A bonus or penalty to the number of employees in Manufacturing Buildings" - modifier_building_group_bg_government_employee_mult:0 "Government Employees" - modifier_building_group_bg_government_employee_mult_desc:0 "A bonus or penalty to the number of employees in Government Buildings" - modifier_building_group_bg_infrastructure_employee_mult:0 "Infrastructure Employees" - modifier_building_group_bg_infrastructure_employee_mult_desc:0 "A bonus or penalty to the number of employees in Infrastructure Buildings" - - modifier_building_output_services_add:0 "@services! Services output per level" - modifier_building_output_services_add_desc:0 "The amount of @services! Services produced by buildings" - modifier_building_output_fine_art_add:0 "@fine_art! Fine Art output per level" - modifier_building_output_fine_art_add_desc:0 "The amount of @fine_art! Fine Art produced by buildings" - modifier_building_output_furniture_add:0 "@furniture! Furniture output per level" - modifier_building_output_furniture_add_desc:0 "The amount of @furniture! Furniture produced by buildings" - modifier_building_output_clothes_add:0 "@clothes! Clothes output per level" - modifier_building_output_clothes_add_desc:0 "The amount of @clothes! Clothes produced by buildings" - modifier_building_output_tools_add:0 "@tools! Tools output per level" - modifier_building_output_tools_add_desc:0 "The amount of @tools! Tools produced by buildings" - modifier_building_output_glass_add:0 "@glass! Glass output per level" - modifier_building_output_glass_add_desc:0 "The amount of @glass! Glass produced by buildings" - modifier_building_output_steel_add:0 "@steel! Steel output per level" - modifier_building_output_steel_add_desc:0 "The amount of @steel! Steel produced by buildings" - modifier_building_output_liquor_add:0 "@liquor! Liquor output per level" - modifier_building_output_liquor_add_desc:0 "The amount of @liquor! Liquor produced by buildings" - modifier_building_output_groceries_add:0 "@groceries! Groceries output per level" - modifier_building_output_groceries_add_desc:0 "The amount of @groceries! Groceries produced by buildings" - modifier_building_output_luxury_clothes_add:0 "@luxury_clothes! Luxury Clothes output per level" - modifier_building_output_luxury_clothes_add_desc:0 "The amount of @luxury_clothes! Luxury Clothes produced by buildings" - modifier_building_output_luxury_furniture_add:0 "@luxury_furniture! Luxury Furniture output per level" - modifier_building_output_luxury_furniture_add_desc:0 "The amount of @luxury_furniture! Luxury Furniture produced by buildings" - modifier_building_output_porcelain_add:0 "@porcelain! Porcelain output per level" - modifier_building_output_porcelain_add_desc:0 "The amount of @porcelain! Porcelain produced by buildings" - modifier_building_output_fertilizer_add:0 "@fertilizer! Fertilizer output per level" - modifier_building_output_fertilizer_add_desc:0 "The amount of @fertilizer! Fertilizer produced by buildings" - modifier_building_output_explosives_add:0 "@explosives! Explosives output per level" - modifier_building_output_explosives_add_desc:0 "The amount of @explosives! Explosives produced by buildings" - modifier_building_output_ammunition_add:0 "@ammunition! Ammunition output per level" - modifier_building_output_ammunition_add_desc:0 "The amount of @ammunition! Ammunition produced by buildings" - modifier_building_output_artillery_add:0 "@artillery! Artillery output per level" - modifier_building_output_artillery_add_desc:0 "The amount of @artillery! Artillery produced by buildings" - modifier_building_output_engines_add:0 "@engines! Engines output per level" - modifier_building_output_engines_add_desc:0 "The amount of @engines! Engines produced by buildings" - modifier_building_output_clippers_add:0 "@clippers! $clippers$ output per level" - modifier_building_output_clippers_add_desc:0 "The amount of @clippers! $clippers$ produced by buildings" - modifier_building_output_steamers_add:0 "@steamers! $steamers$ output per level" - modifier_building_output_steamers_add_desc:0 "The amount of @steamers! $steamers$ produced by buildings" - modifier_building_output_manowars_add:0 "@manowars! $manowars$ output per level" - modifier_building_output_manowars_add_desc:0 "The amount of @manowars! $manowars$ produced by buildings" - modifier_building_output_ironclads_add:0 "@ironclads! $ironclads$ output per level" - modifier_building_output_ironclads_add_desc:0 "The amount of @ironclads! $ironclads$ produced by buildings" - modifier_building_output_automobiles_add:0 "@automobiles! Automobiles output per level" - modifier_building_output_automobiles_add_desc:0 "The amount of @automobiles! Automobiles produced by buildings" - modifier_building_output_aeroplanes_add:0 "@aeroplanes! Aeroplanes output per level" - modifier_building_output_aeroplanes_add_desc:0 "The amount of @aeroplanes! Aeroplanes produced by buildings" - modifier_building_output_tanks_add:0 "@tanks! Tanks output per level" - modifier_building_output_tanks_add_desc:0 "The amount of @tanks! Tanks produced by buildings" - modifier_building_output_telephones_add:0 "@telephones! Telephones output per level" - modifier_building_output_telephones_add_desc:0 "The amount of @telephones! Telephones produced by buildings" - modifier_building_output_grain_add:0 "@grain! Grain output per level" - modifier_building_output_grain_add_desc:0 "The amount of @grain! Grain produced by buildings" - modifier_building_output_fish_add:0 "@fish! Fish output per level" - modifier_building_output_fish_add_desc:0 "The amount of @fish! Fish produced by buildings" - modifier_building_output_meat_add:0 "@meat! Meat output per level" - modifier_building_output_meat_add_desc:0 "The amount of @meat! Meat produced by buildings" - modifier_building_output_fruit_add:0 "@fruit! Fruit output per level" - modifier_building_output_fruit_add_desc:0 "The amount of @fruit! Fruit produced by buildings" - modifier_building_output_wine_add:0 "@wine! $wine$ output per level" - modifier_building_output_wine_add_desc:0 "The amount of @wine! $wine$ produced by buildings" - modifier_building_output_fabric_add:0 "@fabric! Fabric output per level" - modifier_building_output_fabric_add_desc:0 "The amount of @fabric! Fabric produced by buildings" - modifier_building_output_wood_add:0 "@wood! Wood output per level" - modifier_building_output_wood_add_desc:0 "The amount of @wood! Wood produced by buildings" - modifier_building_output_sugar_add:0 "@sugar! Sugar output per level" - modifier_building_output_sugar_add_desc:0 "The amount of @sugar! Sugar produced by buildings" - modifier_building_output_coal_add:0 "@coal! Coal output per level" - modifier_building_output_coal_add_desc:0 "The amount of @coal! Coal produced by buildings" - modifier_building_output_iron_add:0 "@iron! Iron output per level" - modifier_building_output_iron_add_desc:0 "The amount of @iron! Iron produced by buildings" - modifier_building_output_lead_add:0 "@lead! Lead output per level" - modifier_building_output_lead_add_desc:0 "The amount of @lead! Lead produced by buildings" - modifier_building_output_oil_add:0 "@oil! Oil output per level" - modifier_building_output_oil_add_desc:0 "The amount of @oil! Oil produced by buildings" - modifier_building_output_gold_add:0 "@gold! Gold output per level" - modifier_building_output_gold_add_desc:0 "The amount of @gold! Gold produced by buildings" - modifier_building_output_sulfur_add:0 "@sulfur! Sulfur output per level" - modifier_building_output_sulfur_add_desc:0 "The amount of @sulfur! Sulfur produced by buildings" - modifier_building_output_rubber_add:0 "@rubber! Rubber output per level" - modifier_building_output_rubber_add_desc:0 "The amount of @rubber! Rubber produced by buildings" - modifier_building_output_coffee_add:0 "@coffee! Coffee output per level" - modifier_building_output_coffee_add_desc:0 "The amount of @coffee! Coffee produced by buildings" - modifier_building_output_dye_add:0 "@dye! Dye output per level" - modifier_building_output_dye_add_desc:0 "The amount of @dye! Dye produced by buildings" - modifier_building_output_opium_add:0 "@opium! Opium output per level" - modifier_building_output_opium_add_desc:0 "The amount of @opium! Opium produced by buildings" - modifier_building_output_tea_add:0 "@tea! Tea output per level" - modifier_building_output_tea_add_desc:0 "The amount of @tea! Tea produced by buildings" - modifier_building_output_silk_add:0 "@silk! Fine Silk output per level" - modifier_building_output_silk_add_desc:0 "The amount of @silk! Fine Silk produced by buildings" - modifier_building_output_tobacco_add:0 "@tobacco! Tobacco output per level" - modifier_building_output_tobacco_add_desc:0 "The amount of @tobacco! Tobacco produced by buildings" - modifier_building_output_small_arms_add:0 "@small_arms! Small Arms output per level" - modifier_building_output_small_arms_add_desc:0 "The amount of @small_arms! Small Arms produced by buildings" - modifier_building_output_paper_add:0 "@paper! Paper output per level" - modifier_building_output_paper_add_desc:0 "The amount of @paper! Paper produced by buildings" - modifier_building_output_literature_add:0 "@literature! Literature output per level" - modifier_building_output_literature_add_desc:0 "The amount of @literature! Literature produced by buildings" - modifier_building_output_transportation_add:0 "@transportation! Transportation output per level" - modifier_building_output_transportation_add_desc:0 "The amount of @transportation! Transportation produced by buildings" - modifier_building_output_electricity_add:0 "@electricity! Electricity output per level" - modifier_building_output_electricity_add_desc:0 "The amount of @electricity! Electricity produced by buildings" - - modifier_building_input_fabric_add:0 "@fabric! Fabric input per level" - modifier_building_input_fabric_add_desc:0 "The amount of @fabric! Fabric consumed by buildings" - modifier_building_input_wood_add:0 "@wood! Wood input per level" - modifier_building_input_wood_add_desc:0 "The amount of @wood! Wood consumed by buildings" - modifier_building_input_iron_add:0 "@iron! Iron input per level" - modifier_building_input_iron_add_desc:0 "The amount of @iron! Iron consumed by buildings" - modifier_building_input_coal_add:0 "@coal! Coal input per level" - modifier_building_input_coal_add_desc:0 "The amount of @coal! Coal consumed by buildings" - modifier_building_input_lead_add:0 "@lead! Lead input per level" - modifier_building_input_lead_add_desc:0 "The amount of @lead! Lead consumed by buildings" - modifier_building_input_grain_add:0 "@grain! Grain input per level" - modifier_building_input_grain_add_desc:0 "The amount of @grain! Grain consumed by buildings" - modifier_building_input_fish_add:0 "@fish! Fish input per level" - modifier_building_input_fish_add_desc:0 "The amount of @fish! Fish consumed by buildings" - modifier_building_input_meat_add:0 "@meat! Meat input per level" - modifier_building_input_meat_add_desc:0 "The amount of @meat! Meat consumed by buildings" - modifier_building_input_fruit_add:0 "@fruit! Fruit input per level" - modifier_building_input_fruit_add_desc:0 "The amount of @fruit! Fruit consumed by buildings" - modifier_building_input_wine_add:0 "@wine! $wine$ input per level" - modifier_building_input_wine_add_desc:0 "The amount of @wine! $wine$ consumed by buildings" - modifier_building_input_liquor_add:0 "@liquor! $liquor$ input per level" - modifier_building_input_liquor_add_desc:0 "The amount of @liquor! $liquor$ consumed by buildings" - modifier_building_input_sugar_add:0 "@sugar! Sugar input per level" - modifier_building_input_sugar_add_desc:0 "The amount of @sugar! Sugar consumed by buildings" - modifier_building_input_glass_add:0 "@glass! Glass input per level" - modifier_building_input_glass_add_desc:0 "The amount of @glass! Glass consumed by buildings" - modifier_building_input_dye_add:0 "@dye! Dye input per level" - modifier_building_input_dye_add_desc:0 "The amount of @dye! Dye consumed by buildings" - modifier_building_input_silk_add:0 "@silk! Fine Silk input per level" - modifier_building_input_silk_add_desc:0 "The amount of @silk! Fine Silk consumed by buildings" - modifier_building_input_sulfur_add:0 "@sulfur! Sulfur input per level" - modifier_building_input_sulfur_add_desc:0 "The amount of @sulfur! Sulfur consumed by buildings" - modifier_building_input_oil_add:0 "@oil! Oil input per level" - modifier_building_input_oil_add_desc:0 "The amount of @oil! Oil consumed by buildings" - modifier_building_input_steel_add:0 "@steel! Steel input per level" - modifier_building_input_steel_add_desc:0 "The amount of @steel! Steel consumed by buildings" - modifier_building_input_tools_add:0 "@tools! Tools input per level" - modifier_building_input_tools_add_desc:0 "The amount of @tools! Tools consumed by buildings" - modifier_building_input_rubber_add:0 "@rubber! Rubber input per level" - modifier_building_input_rubber_add_desc:0 "The amount of @rubber! Rubber consumed by buildings" - modifier_building_input_opium_add:0 "@opium! Opium input per level" - modifier_building_input_opium_add_desc:0 "The amount of @opium! Opium consumed by buildings" - modifier_building_input_ammunition_add:0 "@ammunition! Ammunition input per level" - modifier_building_input_ammunition_add_desc:0 "The amount of @ammunition! Ammunition consumed by buildings" - modifier_building_input_artillery_add:0 "@artillery! Artillery input per level" - modifier_building_input_artillery_add_desc:0 "The amount of @artillery! Artillery consumed by buildings" - modifier_building_input_small_arms_add:0 "@small_arms! Small Arms input per level" - modifier_building_input_small_arms_add_desc:0 "The amount of @small_arms! Small Arms consumed by buildings" - modifier_building_input_clothes_add:0 "@clothes! Clothes input per level" - modifier_building_input_clothes_add_desc:0 "The amount of @clothes! Clothes consumed by buildings" - modifier_building_input_groceries_add:0 "@groceries! Groceries input per level" - modifier_building_input_groceries_add_desc:0 "The amount of @groceries! Groceries consumed by buildings" - modifier_building_input_clippers_add:0 "@clippers! $clippers$ input per level" - modifier_building_input_clippers_add_desc:0 "The amount of @clippers! $clippers$ consumed by buildings" - modifier_building_input_steamers_add:0 "@steamers! $steamers$ input per level" - modifier_building_input_steamers_add_desc:0 "The amount of @steamers! $steamers$ consumed by buildings" - modifier_building_input_manowars_add:0 "@manowars! $manowars$ input per level" - modifier_building_input_manowars_add_desc:0 "The amount of @manowars! $manowars$ consumed by buildings" - modifier_building_input_ironclads_add:0 "@ironclads! $ironclads$ input per level" - modifier_building_input_ironclads_add_desc:0 "The amount of @ironclads! $ironclads$ consumed by buildings" - modifier_building_input_engines_add:0 "@engines! Engines input per level" - modifier_building_input_engines_add_desc:0 "The amount of @engines! Engines consumed by buildings" - modifier_building_input_fertilizer_add:0 "@fertilizer! Fertilizer input per level" - modifier_building_input_fertilizer_add_desc:0 "The amount of @fertilizer! Fertilizer consumed by buildings" - modifier_building_input_explosives_add:0 "@explosives! Explosives input per level" - modifier_building_input_explosives_add_desc:0 "The amount of @explosives! Explosives consumed by buildings" - modifier_building_input_paper_add:0 "@paper! Paper input per level" - modifier_building_input_paper_add_desc:0 "The amount of @paper! Paper consumed by buildings" - modifier_building_input_literature_add:0 "@literature! Literature input per level" - modifier_building_input_literature_add_desc:0 "The amount of @literature! Literature consumed by buildings" - modifier_building_input_transportation_add:0 "@transportation! Transportation input per level" - modifier_building_input_transportation_add_desc:0 "The amount of @transportation! Transportation consumed by buildings" - modifier_building_input_electricity_add:0 "@electricity! Electricity input per level" - modifier_building_input_electricity_add_desc:0 "The amount of @electricity! Electricity consumed by buildings" - modifier_building_input_automobiles_add:0 "@automobiles! Automobiles input per level" - modifier_building_input_automobiles_add_desc:0 "The amount of @automobiles! Automobiles consumed by buildings" - modifier_building_input_aeroplanes_add:0 "@aeroplanes! Aeroplanes input per level" - modifier_building_input_aeroplanes_add_desc:0 "The amount of @aeroplanes! Aeroplanes consumed by buildings" - modifier_building_input_tanks_add:0 "@tanks! Tanks input per level" - modifier_building_input_tanks_add_desc:0 "The amount of @tanks! Tanks consumed by buildings" - modifier_building_input_telephones_add:0 "@telephones! Telephone input per level" - modifier_building_input_telephones_add_desc:0 "The amount of @telephones! Telephone consumed by buildings" - - - modifier_building_output_oil_mult:0 "Building @oil! Oil output " - modifier_building_output_oil_mult_desc:0 "A bonus or penalty to the amount of @oil! Oil produced by buildings" - modifier_building_output_literature_mult:0 "Building @literature! Literature output " - modifier_building_output_literature_mult_desc:0 "A bonus or penalty to the amount of @literature! output produced by buildings" - modifier_building_output_tools_mult:0 "Building @tools! Tools output" - modifier_building_output_tools_mult_desc:0 "A bonus or penalty to the amount of @tools! output produced by buildings" - modifier_building_output_small_arms_mult:0 "Building @small_arms! Small Arms output" - modifier_building_output_small_arms_mult_desc:0 "A bonus or penalty to the amount of @small_arms! output produced by buildings" - modifier_building_output_engines_mult:0 "Building @engines! Engines output" - modifier_building_output_engines_mult_desc:0 "A bonus or penalty to the amount of @engines! output produced by buildings" - modifier_building_output_artillery_mult:0 "Building @artillery! Artillery output" - modifier_building_output_artillery_mult_desc:0 "A bonus or penalty to the amount of @artillery! output produced by buildings" - modifier_building_output_automobiles_mult:0 "Building @automobiles! Automobiles output" - modifier_building_output_automobiles_mult_desc:0 "A bonus or penalty to the amount of @automobiles! output produced by buildings" - modifier_building_output_aeroplanes_mult:0 "Building @aeroplanes! Aeroplanes output" - modifier_building_output_aeroplanes_mult_desc:0 "A bonus or penalty to the amount of @aeroplanes! output produced by buildings" - modifier_building_output_tanks_mult:0 "Building @tanks! Tanks output" - modifier_building_output_tanks_mult_desc:0 "A bonus or penalty to the amount of @tanks! output produced by buildings" - modifier_building_output_clippers_mult:0 "Building @clippers! Clippers output" - modifier_building_output_clippers_mult_desc:0 "A bonus or penalty to the amount of @clippers! Clippers produced by buildings" - modifier_building_output_steamers_mult:0 "Building @steamers! Steamers output" - modifier_building_output_steamers_mult_desc:0 "A bonus or penalty to the amount of @steamers! Steamers produced by buildings" - modifier_building_output_manowars_mult:0 "Building @manowars! Man-o-Wars output" - modifier_building_output_manowars_mult_desc:0 "A bonus or penalty to the amount of @manowars! Man-o-Wars produced by buildings" - modifier_building_output_ironclads_mult:0 "Building @ironclads! Ironclads output" - modifier_building_output_ironclads_mult_desc:0 "A bonus or penalty to the amount of @ironclads! Ironclads produced by buildings" - modifier_building_output_liquor_mult:0 "Building @liquor! Liquor output" - modifier_building_output_liquor_mult_desc:0 "A bonus or penalty to the amount of @liquor! Liquor produced by buildings" - modifier_building_output_wine_mult:0 "Building @wine! Wine output" - modifier_building_output_wine_mult_desc:0 "A bonus or penalty to the amount of @wine! Wine produced by buildings" - modifier_building_output_fabric_mult:0 "Building @fabric! Fabric output" - modifier_building_output_fabric_mult_desc:0 "A bonus or penalty to the amount of @fabric! Fabric produced by buildings" - modifier_building_output_silk_mult:0 "Building @silk! Silk output" - modifier_building_output_silk_mult_desc:0 "A bonus or penalty to the amount of @silk! Silk produced by buildings" - modifier_building_output_fruit_mult:0 "Building @fruit! Fruit output" - modifier_building_output_fruit_mult_desc:0 "A bonus or penalty to the amount of @fruit! Fruit produced by buildings" - modifier_building_output_sugar_mult:0 "Building @sugar! Sugar output" - modifier_building_output_sugar_mult_desc:0 "A bonus or penalty to the amount of @sugar! Sugar produced by buildings" - modifier_building_output_electricity_mult:0 "Building @electricity! Electricity output" - modifier_building_output_electricity_mult_desc:0 "A bonus or penalty to the amount of @electricity! Electricity produced by buildings" - - modifier_state_working_adult_ratio_add:0 "Workforce Ratio" - modifier_state_working_adult_ratio_add_desc:0 "The ratio of Workforce to Dependents" - - modifier_country_voting_power_base_add:1 "[concept_political_strength] from Votes" - modifier_country_voting_power_base_add_desc:1 "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections" - modifier_country_voting_power_from_literacy_add:1 "[concept_political_strength] from Educated Pops' Votes" - modifier_country_voting_power_from_literacy_add_desc:1 "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections, modified by the [concept_literacy] of the voting [concept_pop]" - modifier_country_voting_power_wealth_threshold_add:0 "[concept_wealth] Threshold for Voting" - modifier_country_voting_power_wealth_threshold_add_desc:0 "An increase or decrease to the [concept_wealth] threshold at which Pops are eligible to vote" - - modifier_state_political_strength_from_wealth_mult:0 "[concept_political_strength] from [concept_wealth]" - modifier_state_political_strength_from_wealth_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_wealth]" - modifier_state_political_strength_from_discrimination_mult:0 "[concept_political_strength] from [concept_discrimination]" - modifier_state_political_strength_from_discrimination_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_discrimination]" - modifier_state_political_strength_from_welfare_mult:0 "Political Strength when receiving Welfare" - modifier_state_political_strength_from_welfare_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] that are receiving [concept_welfare_payments]" - - modifier_state_dependent_political_participation_add:0 "Dependent Enfranchisement" - modifier_state_dependent_political_participation_add_desc:0 "The fraction of Dependents that can join Interest Groups and vote." - - modifier_building_subsistence_output_add:0 "Subsistence Output" - modifier_building_subsistence_output_add_desc:1 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in the [concept_building]." - modifier_building_subsistence_output_mult:0 "$modifier_building_subsistence_output_add$" - modifier_building_subsistence_output_mult_desc:1 "$modifier_building_subsistence_output_add_desc$" - modifier_building_unincorporated_subsistence_output_mult:0 "Subsistence Output in Unincorporated States" - modifier_building_unincorporated_subsistence_output_mult_desc:0 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_country_infamy_generation_mult:0 "Infamy Generation" - modifier_country_infamy_generation_mult_desc:0 "An increase or decrease in the amount of [concept_infamy] generated by [Concept('concept_diplomatic_incident', '$concept_diplomatic_incidents$')]." - - modifier_building_throughput_oil_mult:0 "$oil$ [concept_throughput]" - modifier_building_throughput_oil_mult_desc:0 "A bonus or penalty to both input and output of $oil$" - - modifier_building_food_industry_throughput_mult:0 "$building_food_industry$ building [concept_throughput]" - modifier_building_food_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_food_industry$" - modifier_building_textile_mills_throughput_mult:0 "$building_textile_mills$ building [concept_throughput]" - modifier_building_textile_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_textile_mills$" - modifier_building_furniture_manufacturies_throughput_mult:0 "$building_furniture_manufacturies$ building [concept_throughput]" - modifier_building_furniture_manufacturies_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_furniture_manufacturies$" - modifier_building_glassworks_throughput_mult:0 "$building_glassworks$ building [concept_throughput]" - modifier_building_glassworks_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_glassworks$" - modifier_building_tooling_workshops_throughput_mult:0 "$building_tooling_workshops$ building [concept_throughput]" - modifier_building_tooling_workshops_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tooling_workshops$" - modifier_building_paper_mills_throughput_mult:0 "$building_paper_mills$ building [concept_throughput]" - modifier_building_paper_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_paper_mills$" - modifier_building_chemical_plants_throughput_mult:0 "$building_chemical_plants$ building [concept_throughput]" - modifier_building_chemical_plants_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_chemical_plants$" - modifier_building_steel_mills_throughput_mult:0 "$building_steel_mills$ building [concept_throughput]" - modifier_building_steel_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_steel_mills$" - modifier_building_shipyards_throughput_mult:0 "$building_shipyards$ building [concept_throughput]" - modifier_building_shipyards_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_shipyards$" - modifier_building_motor_industry_throughput_mult:0 "$building_motor_industry$ building [concept_throughput]" - modifier_building_motor_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_motor_industry$" - modifier_building_explosives_industry_throughput_mult:0 "$building_explosives_industry$ building [concept_throughput]" - modifier_building_explosives_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_explosives_industry$" - modifier_building_synthetics_plants_throughput_mult:0 "$synthetics_plants$ building [concept_throughput]" - modifier_building_synthetics_plants_throughput_mult_desc:0 "A bonus or penalty to both input and output of $synthetics_plants$" - modifier_building_electrics_industry_throughput_mult:0 "$building_electrics_industry$ building [concept_throughput]" - modifier_building_electrics_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_electrics_industry$" - modifier_building_subsistence_farms_throughput_mult:0 "$building_subsistence_farms$ building [concept_throughput]" - modifier_building_subsistence_farms_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_farms$" - modifier_building_subsistence_orchards_throughput_mult:0 "$building_subsistence_orchards$ building [concept_throughput]" - modifier_building_subsistence_orchards_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_orchards$" - modifier_building_subsistence_pastures_throughput_mult:0 "$building_subsistence_pastures$ building [concept_throughput]" - modifier_building_subsistence_pastures_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_pastures$" - modifier_building_rye_farm_throughput_mult:0 "$building_rye_farm$ building [concept_throughput]" - modifier_building_rye_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rye_farm$" - modifier_building_wheat_farm_throughput_mult:0 "$building_wheat_farm$ building [concept_throughput]" - modifier_building_wheat_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_wheat_farm$" - modifier_building_rice_farm_throughput_mult:0 "$building_rice_farm$ building [concept_throughput]" - modifier_building_rice_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rice_farm$" - modifier_building_maize_farm_throughput_mult:0 "$building_maize_farm$ building [concept_throughput]" - modifier_building_maize_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_maize_farm$" - modifier_building_millet_farm_throughput_mult:0 "$building_millet_farm$ building [concept_throughput]" - modifier_building_millet_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_millet_farm$" - modifier_building_livestock_ranch_throughput_mult:0 "$building_livestock_ranch$ building [concept_throughput]" - modifier_building_livestock_ranch_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_livestock_ranch$" - modifier_building_coal_mine_throughput_mult:0 "$building_coal_mine$ building [concept_throughput]" - modifier_building_coal_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_coal_mine$" - modifier_building_iron_mine_throughput_mult:0 "$building_iron_mine$ building [concept_throughput]" - modifier_building_iron_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_iron_mine$" - modifier_building_gold_mine_throughput_mult:0 "$building_gold_mine$ building [concept_throughput]" - modifier_building_gold_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_gold_mine$" - modifier_building_lead_mine_throughput_mult:0 "$building_lead_mine$ building [concept_throughput]" - modifier_building_lead_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_lead_mine$" - modifier_building_oil_rig_throughput_mult:0 "$building_oil_rig$ building [concept_throughput]" - modifier_building_oil_rig_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_oil_rig$" - modifier_building_gold_fields_throughput_mult:0 "$building_gold_fields$ building [concept_throughput]" - modifier_building_gold_fields_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_gold_fields$" - modifier_building_coffee_plantation_throughput_mult:0 "$building_coffee_plantation$ building [concept_throughput]" - modifier_building_coffee_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_coffee_plantation$" - modifier_building_cotton_plantation_throughput_mult:0 "$building_cotton_plantation$ building [concept_throughput]" - modifier_building_cotton_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_cotton_plantation$" - modifier_building_silk_plantation_throughput_mult:0 "$building_silk_plantation$ building [concept_throughput]" - modifier_building_silk_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_silk_plantation$" - modifier_building_dye_plantation_throughput_mult:0 "$building_dye_plantation$ building [concept_throughput]" - modifier_building_dye_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_dye_plantation$" - modifier_building_opium_plantation_throughput_mult:0 "$building_opium_plantation$ building [concept_throughput]" - modifier_building_opium_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_opium_plantation$" - modifier_building_tea_plantation_throughput_mult:0 "$building_tea_plantation$ building [concept_throughput]" - modifier_building_tea_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tea_plantation$" - modifier_building_tobacco_plantation_throughput_mult:0 "$building_tobacco_plantation$ building [concept_throughput]" - modifier_building_tobacco_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tobacco_plantation$" - modifier_building_sugar_plantation_throughput_mult:0 "$building_sugar_plantation$ building [concept_throughput]" - modifier_building_sugar_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_sugar_plantation$" - modifier_building_rubber_plantation_throughput_mult:0 "$building_rubber_plantation$ building [concept_throughput]" - modifier_building_rubber_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rubber_plantation$" - modifier_building_banana_plantation_throughput_mult:0 "$building_banana_plantation$ building [concept_throughput]" - modifier_building_banana_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_banana_plantation$" - modifier_building_barracks_throughput_mult:0 "$building_barracks$ building [concept_throughput]" - modifier_building_barracks_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_barracks$" - modifier_building_naval_base_throughput_mult:0 "$building_naval_base$ building [concept_throughput]" - modifier_building_naval_base_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_naval_base$" - modifier_building_urban_center_throughput_mult:0 "$building_urban_center$ building [concept_throughput]" - modifier_building_urban_center_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_urban_center$" - modifier_building_construction_sector_throughput_mult:0 "$building_construction_sector$ building [concept_throughput]" - modifier_building_construction_sector_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_construction_sector$" - modifier_building_trade_center_throughput_mult:0 "$building_trade_center$ building [concept_throughput]" - modifier_building_trade_center_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_trade_center$" - modifier_building_government_administration_throughput_mult:0 "$building_government_administration$ building [concept_throughput]" - modifier_building_government_administration_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_government_administration$" - modifier_building_university_throughput_mult:0 "$building_university$ building [concept_throughput]" - modifier_building_university_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_university$" - modifier_building_eiffel_tower_throughput_mult:0 "$building_eiffel_tower$ building [concept_throughput]" - modifier_building_eiffel_tower_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_eiffel_tower$" - modifier_building_logging_camp_throughput_mult:0 "$building_logging_camp$ building [concept_throughput]" - modifier_building_logging_camp_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_logging_camp$" - modifier_building_fishing_wharf_throughput_mult:0 "$building_fishing_wharf$ building [concept_throughput]" - modifier_building_fishing_wharf_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_fishing_wharf$" - modifier_building_suez_canal_throughput_mult:0 "$building_suez_canal$ building [concept_throughput]" - modifier_building_suez_canal_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_suez_canal$" - modifier_building_panama_canal_throughput_mult:0 "$building_panama_canal$ building [concept_throughput]" - modifier_building_panama_canal_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_panama_canal$" - modifier_building_port_throughput_mult:0 "$building_port$ building [concept_throughput]" - modifier_building_port_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_port$" - modifier_building_infrastructure_throughput_mult:0 "$building_infrastructure$ building [concept_throughput]" - modifier_building_infrastructure_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_infrastructure$" - modifier_building_power_plant_throughput_mult:0 "$building_power_plant$ building [concept_throughput]" - modifier_building_power_plant_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_power_plant$" - modifier_building_war_machine_industry_throughput_mult:0 "$building_war_machine_industry$ building [concept_throughput]" - modifier_building_war_machine_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_war_machine_industry$" - modifier_building_arms_industry_throughput_mult:0 "$building_arms_industry$ building [concept_throughput]" - modifier_building_arms_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_arms_industry$" - - modifier_building_group_bg_logging_throughput_mult:0 "Logging Industry [concept_throughput]" - modifier_building_group_bg_logging_throughput_mult_desc:0 "A bonus or penalty to both input and output of the logging Industry" - modifier_building_group_bg_fishing_throughput_mult:0 "Fishing Industry [concept_throughput]" - modifier_building_group_bg_fishing_throughput_mult_desc:0 "A bonus or penalty to both input and output of the fishing Industry" - - modifier_state_incorporated_infrastructure_add:1 "[concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" - modifier_state_incorporated_infrastructure_add_desc:1 "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" - modifier_state_colony_infrastructure_add:2 "[concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" - modifier_state_colony_infrastructure_add_desc:2 "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" - modifier_state_infrastructure_add:1 "Infrastructure" - modifier_state_infrastructure_add_desc:1 "A bonus or penalty to the [Concept('concept_state','$concept_state_possessive$')] [concept_infrastructure]" - modifier_state_infrastructure_from_population_add:1 "Infrastructure per [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] Population" - modifier_state_infrastructure_from_population_add_desc:1 "The amount of [concept_state] [concept_infrastructure] added for each [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] [Concept('concept_pop', '$concept_pops$')] that live there" - modifier_state_infrastructure_from_population_mult:0 "$modifier_state_infrastructure_from_population_add$" - modifier_state_infrastructure_from_population_mult_desc:0 "$modifier_state_infrastructure_from_population_add_desc$" - modifier_state_infrastructure_from_population_max_add:0 "Maximum Infrastructure from Population" - modifier_state_infrastructure_from_population_max_add_desc:0 "The max amount of [concept_infrastructure] that a [concept_state] can receive from [Concept('concept_pop', '$concept_pops$')] that live there" - modifier_state_infrastructure_from_population_max_mult:0 "$modifier_state_infrastructure_from_population_max_add$" - modifier_state_infrastructure_from_population_max_mult_desc:0 "$modifier_state_infrastructure_from_population_max_add_desc$" - modifier_state_infrastructure_mult:1 "$modifier_state_infrastructure_add$" - modifier_state_infrastructure_mult_desc:1 "$modifier_state_infrastructure_add_desc$" - modifier_state_region_sea_infrastructure_access_add:0 "State Region Sea Infrastructure Access" - modifier_state_region_sea_infrastructure_access_add_desc:0 "Caps how much [concept_infrastructure] a state region can be influenced by through adjacent sea regions" - - modifier_country_construction_add:1 "@construction![Nbsp][concept_construction]" - modifier_country_construction_add_desc:0 "The amount of @construction! Construction produced by a $building_construction_sector$" - modifier_state_construction_mult:1 "State Construction Efficiency" - modifier_state_construction_mult_desc:1 "A bonus or penalty to the weekly [concept_construction] progress in a [concept_state]" - modifier_country_private_construction_allocation_mult:0 "Private Construction Allocation" - modifier_country_private_construction_allocation_mult_desc:0 "An increase or decrease in the fraction of weekly [concept_construction] that will be preferentially allocated to [Concept('concept_private_construction', '$concept_private_constructions$')] over [Concept('concept_government_construction', '$concept_government_constructions$')] ." - - modifier_country_production_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Production" - modifier_country_production_weekly_innovation_mult_desc:0 "Modifies the amount of [concept_innovation] gained every week for Production" - modifier_country_military_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Military" - modifier_country_military_weekly_innovation_mult_desc:0 "The amount of [concept_innovation] gained every week for Military" - modifier_country_society_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Society" - modifier_country_society_weekly_innovation_mult_desc:0 "The amount of [concept_innovation] gained every week for Society" - modifier_country_production_tech_spread_mult:0 "Technology Spread for Production" - modifier_country_production_tech_spread_mult_desc:0 "The speed at which Production technologies spread from other countries " - modifier_country_military_tech_spread_mult:0 "Technology Spread for Military" - modifier_country_military_tech_spread_mult_desc:0 "The speed at which Military technologies spread from other countries" - modifier_country_society_tech_spread_mult:0 "Technology Spread for Society" - modifier_country_society_tech_spread_mult_desc:0 "The speed at which Society technologies spread from other countries" - - modifier_technology_invention_cost_mult:0 "Technology Cost" - modifier_technology_invention_cost_mult_desc:0 "A bonus or penalty to the cost to invent or adopt new technologies." - modifier_character_morale_cap_add:0 "Morale Cap" - modifier_character_morale_cap_add_desc:0 "A bonus or penalty to max unit morale." - modifier_character_budget_mult:0 "Character Budget" - modifier_character_budget_mult_desc:0 "A bonus or penalty to the monetary cost for characters." - modifier_character_health_add:0 "Character Health" - modifier_character_health_add_desc:0 "A character's health and longevity." - modifier_character_attrition_risk_add:0 "Attrition Risk" - modifier_character_attrition_risk_add_desc:0 "The chance of casualties among the units not involved in active battles" - modifier_character_attrition_risk_mult:0 "Attrition Risk Multiplier" - modifier_character_attrition_risk_mult_desc:0 "The chance of casualties among the units not involved in active battles" - modifier_front_advancement_speed_add:0 "Front Advancement Speed" - modifier_front_advancement_speed_add_desc:0 "$concept_advancement_speed_desc$" - modifier_front_advancement_speed_mult:0 "Front Advancement Speed" - modifier_front_advancement_speed_mult_desc:0 "$concept_advancement_speed_desc$" - modifier_front_enemy_advancement_speed_add:0 "Front Enemy Advancement Speed" - modifier_front_enemy_advancement_speed_add_desc:0 "$concept_advancement_speed_desc$" - modifier_front_enemy_advancement_speed_mult:0 "Front Enemy Advancement Speed" - modifier_front_enemy_advancement_speed_mult_desc:0 "$concept_advancement_speed_desc$" - - modifier_building_training_rate_add:0 "Training Rate" - modifier_building_training_rate_add_desc:1 "How much [concept_manpower] can be trained per week" - modifier_building_training_rate_mult:1 "$modifier_building_training_rate_add$" - modifier_building_training_rate_mult_desc:1 "$modifier_building_training_rate_add_desc$" - modifier_building_mobilization_cost_mult:0 "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilization$')] [Concept('concept_good','$concept_goods$')] Requirements" - modifier_building_mobilization_cost_mult_desc:0 "Additional input [Concept('concept_good','$concept_goods$')] demand by [Concept('concept_mobilize_battalion', '$concept_mobilize_battalions_mobilized$')]" - - modifier_character_popularity_add:0 "[concept_popularity]" - modifier_character_popularity_add_desc:0 "How popular this character is with its constituents." - - modifier_conscientious_objection_denied:1 "Disapproves of No Conscientious Objection" - modifier_conscientious_objection_rejected:0 "Disapproves of Conscientious Objection" - modifier_conscientious_objection_approved:1 "Approves of No Conscientious Objection" - modifier_conscientious_objection_rejected_good:0 "Approves of Conscientious Objection" - modifier_conscription_rate_lowered:1 "Conscientious Objectors" - objectors_conscription_law:0 "Conscientious Objectors Allowed" - objectors_conscription_bad_law:0 "Conscientious Objectors Rejected" - modifier_police_ignored:1 "Disapproves of Ignoring Police" - modifier_secret_police_supported:0 "Secret Police request implemented" - modifier_mine_regulations_enforced:0 "Disapproves of enforced mining regulations" - modifier_mine_regulations_not_enforced:0 "Approves of unenforced mining regulations" - modifier_mine_regulations_not_enforced_state:0 "Unenforced mining regulations" - modifier_ignored_intelligentsia_request:1 "Ignored Secular Schools Request" - - modifier_small_expedition_cost:0 "Small Expedition Budget" - modifier_medium_expedition_cost:0 "Medium Expedition Budget" - modifier_large_expedition_cost:1 "Expedition Budget" - - modifier_expedition_film:0 "Film of Expedition" - modifier_niger_river_expedition_complete:0 "Explored the Niger River" - - MODIFIER_NAME_FORMAT_BUILDING_TYPE_IN_STATE:0 "$BUILDING$ in $STATE$" - - modifier_olympic_games:0 "Olympic Games" - modifier_film_industry:0 "Film Industry" - modifier_reclaiming_land:0 "Reclaiming Land" - modifier_good_exhibition:0 "Good Exhibition" - modifier_great_exhibition:0 "Great Exhibition" - modifier_greatest_exhibition:0 "Greatest Exhibition" - - modifier_state_academics_investment_pool_contribution_add:0 "$academics$ [concept_investment_pool] contribution" - modifier_state_academics_investment_pool_efficiency_mult:1 "$academics$ [concept_investment_pool] contribution efficiency" - modifier_state_academics_investment_pool_contribution_add_desc:0 "How much of their profits $academics$ will invest" - modifier_state_academics_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" - - modifier_state_investors_investment_pool_contribution_add:0 "$investors$ [concept_investment_pool] contribution" - modifier_state_investors_investment_pool_efficiency_mult:1 "$investors$ [concept_investment_pool] contribution efficiency" - modifier_state_investors_investment_pool_contribution_add_desc:0 "How much of their profits $investors$ will invest" - modifier_state_investors_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $investors$ will contribute to the [concept_investment_pool]" - - modifier_state_administrators_investment_pool_contribution_add:0 "$administrators$ [concept_investment_pool] contribution" - modifier_state_administrators_investment_pool_efficiency_mult:1 "$administrators$ [concept_investment_pool] contribution efficiency" - modifier_state_administrators_investment_pool_contribution_add_desc:0 "How much of their profits $administrators$ will invest" - modifier_state_administrators_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $administrators$ will contribute to the [concept_investment_pool]" - - modifier_state_executives_investment_pool_contribution_add:0 "$executives$ [concept_investment_pool] contribution" - modifier_state_executives_investment_pool_efficiency_mult:1 "$executives$ [concept_investment_pool] contribution efficiency" - modifier_state_executives_investment_pool_contribution_add_desc:0 "How much of their profits $executives$ will invest" - modifier_state_executives_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $executives$ will contribute to the [concept_investment_pool]" - - modifier_state_clergymen_investment_pool_contribution_add:0 "$clergymen$ [concept_investment_pool] contribution" - modifier_state_clergymen_investment_pool_efficiency_mult:1 "$clergymen$ [concept_investment_pool] contribution efficiency" - modifier_state_clergymen_investment_pool_contribution_add_desc:0 "How much of their profits $clergymen$ will invest" - modifier_state_clergymen_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clergymen$ will contribute to the [concept_investment_pool]" - - modifier_state_clerks_investment_pool_contribution_add:0 "$clerks$ [concept_investment_pool] contribution" - modifier_state_clerks_investment_pool_efficiency_mult:1 "$clerks$ [concept_investment_pool] contribution efficiency" - modifier_state_clerks_investment_pool_contribution_add_desc:0 "How much of their profits $clerks$ will invest" - modifier_state_clerks_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clerks$ will contribute to the [concept_investment_pool]" - - modifier_state_engineers_investment_pool_contribution_add:0 "$engineers$ [concept_investment_pool] contribution" - modifier_state_engineers_investment_pool_efficiency_mult:1 "$engineers$ [concept_investment_pool] contribution efficiency" - modifier_state_engineers_investment_pool_contribution_add_desc:0 "How much of their profits $engineers$ will invest" - modifier_state_engineers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $engineers$ will contribute to the [concept_investment_pool]" - - modifier_state_farmers_investment_pool_contribution_add:0 "$farmers$ [concept_investment_pool] contribution" - modifier_state_farmers_investment_pool_efficiency_mult:1 "$farmers$ [concept_investment_pool] contribution efficiency" - modifier_state_farmers_investment_pool_contribution_add_desc:0 "How much of their profits $farmers$ will invest" - modifier_state_farmers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $farmers$ will contribute to the [concept_investment_pool]" - - modifier_state_peasants_investment_pool_contribution_add:0 "$peasants$ [concept_investment_pool] contribution" - modifier_state_peasants_investment_pool_efficiency_mult:1 "$peasants$ [concept_investment_pool] contribution efficiency" - modifier_state_peasants_investment_pool_contribution_add_desc:0 "How much of their profits $peasants$ will invest" - modifier_state_peasants_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $peasants$ will contribute to the [concept_investment_pool]" - - modifier_state_laborers_investment_pool_contribution_add:0 "$laborers$ [concept_investment_pool] contribution" - modifier_state_laborers_investment_pool_efficiency_mult:1 "$laborers$ [concept_investment_pool] contribution efficiency" - modifier_state_laborers_investment_pool_contribution_add_desc:0 "How much of their profits $laborers$ will invest" - modifier_state_laborers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $laborers$ will contribute to the [concept_investment_pool]" - - modifier_state_machinists_investment_pool_contribution_add:0 "$machinists$ [concept_investment_pool] contribution" - modifier_state_machinists_investment_pool_efficiency_mult:1 "$machinists$ [concept_investment_pool] contribution efficiency" - modifier_state_machinists_investment_pool_contribution_add_desc:0 "How much of their profits $machinists$ will invest" - modifier_state_machinists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $machinists$ will contribute to the [concept_investment_pool]" - - modifier_state_officers_investment_pool_contribution_add:0 "$officers$ [concept_investment_pool] contribution" - modifier_state_officers_investment_pool_efficiency_mult:1 "$officers$ [concept_investment_pool] contribution efficiency" - modifier_state_officers_investment_pool_contribution_add_desc:0 "How much of their profits $officers$ will invest" - modifier_state_officers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $officers$ will contribute to the [concept_investment_pool]" - - modifier_state_shopkeepers_investment_pool_contribution_add:0 "$shopkeepers$ [concept_investment_pool] contribution" - modifier_state_shopkeepers_investment_pool_efficiency_mult:1 "$shopkeepers$ [concept_investment_pool] contribution efficiency" - modifier_state_shopkeepers_investment_pool_contribution_add_desc:0 "How much of their profits $shopkeepers$ will invest" - modifier_state_shopkeepers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $shopkeepers$ will contribute to the [concept_investment_pool]" - - modifier_state_slaves_investment_pool_contribution_add:0 "$slaves$ [concept_investment_pool] contribution" - modifier_state_slaves_investment_pool_efficiency_mult:1 "$slaves$ [concept_investment_pool] contribution efficiency" - modifier_state_slaves_investment_pool_contribution_add_desc:0 "How much of their profits $slaves$ will invest" - modifier_state_slaves_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $slaves$ will contribute to the [concept_investment_pool]" - - modifier_state_soldiers_investment_pool_contribution_add:0 "$soldiers$ [concept_investment_pool] contribution" - modifier_state_soldiers_investment_pool_efficiency_mult:1 "$soldiers$ [concept_investment_pool] contribution efficiency" - modifier_state_soldiers_investment_pool_contribution_add_desc:0 "How much of their profits $soldiers$ will invest" - modifier_state_soldiers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $soldiers$ will contribute to the [concept_investment_pool]" - - modifier_country_disallow_discriminated_migration:1 "[Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" - modifier_country_disallow_discriminated_migration_desc:1 "This country does not permit its [Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" - modifier_country_disallow_migration:1 "All [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" - modifier_country_disallow_migration_desc:1 "This country does not permit any of its [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" - - modifier_country_embargo_all_goods:0 "Permission to Embargo all Goods" - modifier_country_embargo_all_goods_desc:0 "Legal permission to embargo all categories of goods" - modifier_country_embargo_staple_goods:0 "Permission to Embargo $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_embargo_staple_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_embargo_industrial_goods:0 "Permission to Embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_embargo_industrial_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_embargo_luxury_goods:0 "Permission to Embargo $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_embargo_luxury_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_embargo_military_goods:0 "Permission to Embargo $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_embargo_military_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_promote_all_goods:0 "Permission to Promote all Goods" - modifier_country_promote_all_goods_desc:0 "Legal permission to promote all categories of goods" - modifier_country_promote_staple_goods:0 "Permission to Promote $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_promote_staple_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_promote_industrial_goods:0 "Permission to Promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_promote_industrial_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_promote_luxury_goods:0 "Permission to Promote $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_promote_luxury_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_promote_military_goods:0 "Permission to Promote $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_promote_military_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_suppress_all_goods:0 "Permission to Suppress all Goods" - modifier_country_suppress_all_goods_desc:0 "Legal permission to suppress all categories of goods" - modifier_country_suppress_staple_goods:0 "Permission to Suppress $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_suppress_staple_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_suppress_industrial_goods:0 "Permission to Suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_suppress_industrial_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_suppress_luxury_goods:0 "Permission to Suppress $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_suppress_luxury_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_suppress_military_goods:0 "Permission to Suppress $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_suppress_military_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_tax_all_goods:0 "Permission to Tax all Goods" - modifier_country_tax_all_goods_desc:0 "Legal permission to tax all categories of goods" - modifier_country_tax_staple_goods:0 "Permission to Tax $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_tax_staple_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_tax_industrial_goods:0 "Permission to Tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_tax_industrial_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_tax_luxury_goods:0 "Permission to Tax $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_tax_luxury_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_tax_military_goods:0 "Permission to Tax $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_tax_military_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_private_buildings_protected:0 "Disallow Downsizing Non-Government Buildings" - modifier_country_private_buildings_protected_desc:0 "Whether privately owned [Concept('concept_building','$concept_buildings$')] are legally protected from being downsized" - - modifier_country_subsidies_all:0 "Can Subsidize all Buildings" - modifier_country_subsidies_all_desc:0 "Legal permission to enact government subsidies of any building type" - modifier_country_subsidies_bg_mining:0 "Can Subsidize $bg_mining$" - modifier_country_subsidies_bg_mining_desc:0 "Legal permission to enact government subsidies of $bg_mining$" - modifier_country_subsidies_bg_logging:0 "Can Subsidize $bg_logging$" - modifier_country_subsidies_bg_logging_desc:0 "Legal permission to enact government subsidies of $bg_logging$" - modifier_country_subsidies_bg_fishing:0 "Can Subsidize $bg_fishing$" - modifier_country_subsidies_bg_fishing_desc:0 "Legal permission to enact government subsidies of $bg_fishing$" - modifier_country_subsidies_bg_agriculture:0 "Can Subsidize $bg_agriculture$" - modifier_country_subsidies_bg_agriculture_desc:0 "Legal permission to enact government subsidies of $bg_agriculture$" - modifier_country_subsidies_bg_ranching:0 "Can Subsidize $bg_ranching$" - modifier_country_subsidies_bg_ranching_desc:0 "Legal permission to enact government subsidies of $bg_ranching$" - modifier_country_subsidies_bg_plantations:0 "Can Subsidize $bg_plantations$" - modifier_country_subsidies_bg_plantations_desc:0 "Legal permission to enact government subsidies of $bg_plantations$" - modifier_country_subsidies_bg_service:0 "Can Subsidize $bg_service$" - modifier_country_subsidies_bg_service_desc:0 "Legal permission to enact government subsidies of $bg_service$" - modifier_country_subsidies_bg_manufacturing:0 "Can Subsidize $bg_manufacturing$" - modifier_country_subsidies_bg_manufacturing_desc:0 "Legal permission to enact government subsidies of $bg_manufacturing$" - modifier_country_subsidies_bg_infrastructure:0 "Can Subsidize $bg_infrastructure$" - modifier_country_subsidies_bg_infrastructure_desc:0 "Legal permission to enact government subsidies of $bg_infrastructure$" - modifier_country_subsidies_bg_trade:0 "Can Subsidize $bg_trade$" - modifier_country_subsidies_bg_trade_desc:0 "Legal permission to enact government subsidies of $bg_trade$" + easy_difficulty: "Easy Difficulty" + very_easy_difficulty: "Very Easy Difficulty" + very_easy_difficulty_ai: "Very Easy Difficulty" + + native_conscription_1: "Native Warbands" + native_conscription_2: "$native_conscription_1$" + native_conscription_3: "$native_conscription_1$" + native_conscription_4: "$native_conscription_1$" + native_conscription_5: "$native_conscription_1$" + native_conscription_6: "$native_conscription_1$" + native_conscription_7: "$native_conscription_1$" + native_conscription_8: "$native_conscription_1$" + native_conscription_9: "$native_conscription_1$" + native_conscription_10: "$native_conscription_1$" + native_conscription_11: "$native_conscription_1$" + native_conscription_12: "$native_conscription_1$" + + modifier_country_war_exhaustion_casualties_mult: "[concept_war_exhaustion] from [concept_casualties]" + modifier_country_war_exhaustion_casualties_mult_desc: "An increase or decrease to the amount of [concept_war_exhaustion] a [concept_country] suffers in [concept_war] due to [concept_casualties] inflicted on them" + modifier_country_minting_add: "Minting" + modifier_country_minting_add_desc: "A flat increase or decrease to [concept_budget_minting]" + modifier_country_minting_mult: "Minting" + modifier_country_minting_mult_desc: "A bonus or penalty to the total amount of [concept_budget_minting]" + modifier_country_tax_income_add: "Tax Income" + modifier_country_tax_income_add_desc: "A flat bonus or penalty to tax income collected" + modifier_country_expenses_add: "Government Expenses" + modifier_country_expenses_add_desc: "A flat increase or reduction of government expenses" + modifier_state_tax_waste_add: "Tax Waste" + modifier_state_tax_waste_add_desc: "An increase or decrease to the amount of [concept_tax_waste] in [Concept('concept_state', '$concept_states$')]" + modifier_state_tax_capacity_add: "Taxation Capacity" + modifier_state_tax_capacity_add_desc: "An increase or decrease to the amount of [concept_tax_capacity] in [Concept('concept_state', '$concept_states$')]" + modifier_state_tax_capacity_mult: "$modifier_state_tax_capacity_add$" + modifier_state_tax_capacity_mult_desc: "$modifier_state_tax_capacity_add_desc$" + modifier_state_tax_collection_mult: "Tax Collection" + modifier_state_tax_collection_mult_desc: "An increase or decrease to the final amount of all [concept_taxes] collected from [Concept('concept_pop','$concept_pops$')]." + modifier_country_law_enactment_time_mult: "Enactment Time" + modifier_country_law_enactment_success_add: "Enactment Success Chance" + modifier_state_unincorporated_starting_wages_mult: "Starting Wages in Unincorporated States" + modifier_state_unincorporated_starting_wages_mult_desc: "How much more or less [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')] get as initial salaries." + modifier_country_government_wages_mult: "Government Wages" + modifier_country_government_wages_mult_desc: "How much more or less than the [concept_normal_wage] government employees get paid." + modifier_country_military_wages_mult: "Military Wages" + modifier_country_military_wages_mult_desc: "How much more or less than the [concept_normal_wage] military personnel get paid." + modifier_country_military_goods_cost_mult: "Military Goods Cost" + modifier_country_military_goods_cost_mult_desc: "A bonus or penalty to the monetary cost of military material necessities." + modifier_country_law_enactment_time_mult_desc: "A reduction or increase to the time required for legislative enactments" + modifier_country_law_enactment_success_add_desc: "A flat percentage point increase to the likelihood of enacting a law" + modifier_country_opposition_ig_approval_add: "Opposition Interest Group Approval" + modifier_country_opposition_ig_approval_add_desc: "A bonus or penalty to the Approval of Interest Groups in Opposition" + modifier_country_infamy_decay_mult: "Infamy Decay" + modifier_country_infamy_decay_mult_desc: "A bonus or penalty to [concept_infamy] decay" + modifier_country_tension_decay_mult: "Tension Decay" + modifier_country_tension_decay_mult_desc: "A bonus or penalty to [concept_tension] decay" + modifier_country_relations_decay_add: "Relations Decay" + modifier_country_relations_decay_add_desc: "A bonus or penalty to decay of good Relations" + modifier_country_improve_relations_speed_mult: "Improve Relations Speed" + modifier_country_improve_relations_speed_mult_desc: "A bonus or penalty to the efficiency of the Improve Relations diplomatic action." + modifier_country_damage_relations_speed_mult: "Damage Relations Speed" + modifier_country_damage_relations_speed_mult_desc: "A bonus or penalty to the efficiency of the Damage Relations diplomatic action." + modifier_country_cannot_enact_laws: "Cannot Enact Laws" + modifier_country_cannot_enact_laws_desc: "A penalty preventing a country from enacting any [Concept('concept_law','$concept_laws$')]" + + modifier_battle_plains_combat_effectiveness_mult: "Plains Terrain Expert" + modifier_battle_plains_combat_effectiveness_mult_desc: "Plains Terrain Expert" + modifier_battle_forest_combat_effectiveness_mult: "Forest Terrain Expert" + modifier_battle_forest_combat_effectiveness_mult_desc: "Forest Terrain Expert" + modifier_battle_hills_combat_effectiveness_mult: "Hills Terrain Expert" + modifier_battle_hills_combat_effectiveness_mult_desc: "Hills Terrain Expert" + modifier_battle_mountain_combat_effectiveness_mult: "Mountain Terrain Expert" + modifier_battle_mountain_combat_effectiveness_mult_desc: "Mountain Terrain Expert" + modifier_battle_jungle_combat_effectiveness_mult: "Jungle Terrain Expert" + modifier_battle_jungle_combat_effectiveness_mult_desc: "Jungle Terrain Expert" + modifier_battle_wetland_combat_effectiveness_mult: "Wetland Terrain Expert" + modifier_battle_wetland_combat_effectiveness_mult_desc: "Wetland Terrain Expert" + modifier_battle_desert_combat_effectiveness_mult: "Desert Terrain Expert" + modifier_battle_desert_combat_effectiveness_mult_desc: "Desert Terrain Expert" + modifier_battle_tundra_combat_effectiveness_mult: "Tundra Terrain Expert" + modifier_battle_tundra_combat_effectiveness_mult_desc: "Tundra Terrain Expert" + modifier_battle_farmland_rye_combat_effectiveness_mult: "Farmland Rye Terrain Expert" + modifier_battle_farmland_rye_combat_effectiveness_mult_desc: "Farmland Rye Terrain Expert" + modifier_battle_farmland_rice_combat_effectiveness_mult: "Farmland Rice Terrain Expert" + modifier_battle_farmland_rice_combat_effectiveness_mult_desc: "Farmland Terrain Expert" + modifier_battle_farmland_millet_combat_effectiveness_mult_desc: "Farmland Millet Terrain Expert" + modifier_battle_farmland_millet_combat_effectiveness_mult: "Farmland Millet Terrain Expert" + modifier_battle_farmland_wheat_combat_effectiveness_mult_desc: "Farmland Wheat Terrain Expert" + modifier_battle_farmland_wheat_combat_effectiveness_mult: "Farmland Wheat Terrain Expert" + modifier_battle_farmland_maize_combat_effectiveness_mult_desc: "Farmland Maize Terrain Expert" + modifier_battle_farmland_maize_combat_effectiveness_mult: "Farmland Maize Terrain Expert" + modifier_battle_pasture_combat_effectiveness_mult: "Pasture Terrain Expert" + modifier_battle_pasture_combat_effectiveness_mult_desc: "Pasture Terrain Expert" + modifier_battle_plantation_combat_effectiveness_mult: "Plantation Terrain Expert" + modifier_battle_plantation_combat_effectiveness_mult_desc: "Plantation Terrain Expert" + modifier_battle_cleared_land_combat_effectiveness_mult: "Cleared Land Terrain Expert" + modifier_battle_cleared_land_combat_effectiveness_mult_desc: "Cleared Land Terrain Expert" + modifier_battle_mining_combat_effectiveness_mult: "Mining Terrain Expert" + modifier_battle_mining_combat_effectiveness_mult_desc: "Mining Terrain Expert" + modifier_battle_forestry_combat_effectiveness_mult: "Forestry Terrain Expert" + modifier_battle_forestry_combat_effectiveness_mult_desc: "Forestry Terrain Expert" + modifier_battle_urban_combat_effectiveness_mult: "Urban Terrain Expert" + modifier_battle_urban_combat_effectiveness_mult_desc: "Urban Terrain Expert" + modifier_battle_docks_combat_effectiveness_mult: "Docks Terrain Expert" + modifier_battle_docks_combat_effectiveness_mult_desc: "Docks Terrain Expert" + modifier_battle_savanna_combat_effectiveness_mult: "Savanna Terrain Expert" + modifier_battle_savanna_combat_effectiveness_mult_desc: "Savanna Terrain Expert" + modifier_battle_snow_combat_effectiveness_mult: "Snow Terrain Expert" + modifier_battle_snow_combat_effectiveness_mult_desc: "Snow Terrain Expert" + + modifier_battle_combat_effectiveness_owned_province_mult: "Owned Territory" + modifier_battle_combat_effectiveness_owned_province_mult_desc: "Battles taking place in Owned Territory will give a bonus to the Attacker or Defender who owns that state" + modifier_battle_casualties_mult: "[concept_casualties] Taken" + modifier_battle_casualties_mult_desc: "A bonus or penalty to the number of [concept_casualties] this side takes in [concept_battle]" + + modifier_character_supply_route_cost_mult: "[concept_supply_route] Cost" + modifier_character_supply_route_cost_mult_desc: "How many convoys are needed to supply troops" + + modifier_state_conscription_rate_add: "Conscription Rate" + modifier_state_conscription_rate_add_desc: "The portion of the [concept_workforce] that are [Concept('concept_potential_battalions','$concept_potential_conscripts$')]" + modifier_state_conscription_rate_mult: "Conscriptable Battalions" + modifier_state_conscription_rate_mult_desc: "A bonus or penalty to the number of [Concept('concept_potential_battalions','$concept_potential_conscripts$')] from $modifier_state_conscription_rate_add$" + + + minting: "Minting" + minting_desc: "[concept_minting_desc]" + surplus_convoys: "Surplus Convoys" + surplus_convoys_desc: "Having a surplus of [concept_convoys] increases our [concept_trade_route_competitiveness]" + insufficient_convoys: "Insufficient Convoys" + insufficient_convoys_desc: "Lacking the necessary number of [concept_convoys] results in penalties to the [concept_supply_network]" + efficient_bureaucracy: "Efficient Bureaucracy" + efficient_bureaucracy_desc: "Having a surplus of bureaucratic functionaries helps to speed up [concept_infrastructure] projects" + administrative_overburden: "Administrative Overburden" + administrative_overburden_desc: "Overburdening your administration causes inefficiencies in tax collection" + legislative_efficiency: "Legislative Efficiency" + legislative_efficiency_desc: "A well-oiled political machine can get more things done faster" + political_dysfunction: "Political Dysfunction" + political_dysfunction_desc: "Political outsiders often get caught in the gears of dysfunctional political machines" + diplomatic_mitigation: "Diplomatic Mitigation" + diplomatic_mitigation_desc: "Skilled diplomats can cover up international scandals faster" + diplomatic_overreach: "Diplomatic Overreach" + diplomatic_overreach_desc: "Without sufficient attention from the diplomatic corp, good Relations will decay over time" + + battle_casualties_disadvantage: "Battle Casualties Disadvantage" + battle_casualties_disadvantage_desc: "Having more casualties than the enemy" + average_unit_value: "Average Unit Value" + battle_army_average_morale_damage: "$average_unit_value$" + battle_army_average_morale_damage_desc: "$average_unit_value$" + battle_army_average_kill_rate: "$average_unit_value$" + battle_army_average_kill_rate_desc: "$average_unit_value$" + battle_navy_average_morale_damage: "$average_unit_value$" + battle_navy_average_morale_damage_desc: "$average_unit_value$" + battle_navy_average_kill_rate: "$average_unit_value$" + battle_navy_average_kill_rate_desc: "$average_unit_value$" + battle_naval_invasion_beachhead_penalty: "Insufficient Naval Invasion Support" + battle_naval_invasion_beachhead_penalty_desc: "Not enough [Concept('concept_flotilla','$concept_flotillas$')] supporting the landing battle" + battle_naval_invasion_landing_penalty: "Difficult Landing" + battle_naval_invasion_landing_penalty_desc: "Your [Concept('concept_battalion','$concept_battalions$')] fight at a disadvantage due to a difficult landing" + + modifier_country_suppression_ig_attraction_mult: "[Concept('concept_suppress', '$concept_suppression$')] impact on [concept_interest_group_attraction]" + modifier_country_suppression_ig_attraction_mult_desc: "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of [Concept('concept_suppress', '$concept_suppression$')]" + modifier_country_promotion_ig_attraction_mult: "[Concept('concept_bolster', '$concept_bolstered$')] impact on [concept_interest_group_attraction]" + modifier_country_promotion_ig_attraction_mult_desc: "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of being [Concept('concept_bolster', '$concept_bolstered$')]" + + modifier_country_loan_interest_rate_add: "Loan interest rate" + modifier_country_loan_interest_rate_add_desc: "A bonus or penalty to loan [Concept('concept_budget_interest', 'interest')] rate" + modifier_country_loan_interest_rate_mult: "$modifier_country_loan_interest_rate_add$" + modifier_country_loan_interest_rate_mult_desc: "$modifier_country_loan_interest_rate_add_desc$" + modifier_country_gold_reserve_limit_mult: "Gold reserve limit" + modifier_country_gold_reserve_limit_mult_desc: "Once your [concept_gold_reserves] exceed this limit, the amount of gold you get to stockpile for every [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] diminishes progressively" + + modifier_country_resource_discovery_chance_mult: "Resource Discovery Chance" + modifier_country_resource_discovery_chance_mult_desc: "" + modifier_country_resource_depletion_chance_mult: "Resource Depletion Chance" + modifier_country_resource_depletion_chance_mult_desc: "" + + country_reached_sp_target: "Country Strength Points Target Reached" + command_reached_sp_target: "Local commands Strength Points Target Reached" + modifier_stockpile_army_cap_add: "Army Stockpile Cap" + modifier_stockpile_army_cap_add_desc: "Maximum amount of army stockpile we can accumulate" + modifier_stockpile_army_cap_mult: "$modifier_stockpile_army_cap_add$" + modifier_stockpile_army_cap_mult_desc: "$modifier_stockpile_army_cap_add_desc$" + modifier_stockpile_navy_cap_add: "Navy stockpile cap" + modifier_stockpile_navy_cap_add_desc: "Maximum amount of navy stockpile we can accumulate" + modifier_stockpile_navy_cap_mult: "$modifier_stockpile_navy_cap_add$" + modifier_stockpile_navy_cap_mult_desc: "$modifier_stockpile_navy_cap_add_desc$" + + modifier_character_command_limit_combat_unit_regular_add: "Regular Battalion Command Limit" + modifier_character_command_limit_combat_unit_regular_add_desc: "The number of [Concept('concept_unit','$concept_units$')] this [concept_character] can command.\n\n$concept_command_limit_desc$" + modifier_character_command_limit_combat_unit_conscript_add: "Conscript Battalion Command Limit" + modifier_character_command_limit_combat_unit_conscript_add_desc: "$modifier_character_command_limit_combat_unit_regular_add_desc$" + modifier_character_command_limit_combat_unit_flotilla_add: "Flotilla Command Limit" + modifier_character_command_limit_combat_unit_flotilla_add_desc: "$modifier_character_command_limit_combat_unit_regular_add_desc$" + + modifier_character_command_limit_mult: "Command Limit" + modifier_character_command_limit_mult_desc: "Multiplies the amount of units this [concept_character] can command." + modifier_character_command_budget_add_pre_fix: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] " + modifier_building_production_mult: "Building Production" + modifier_building_production_mult_desc: "Affects production output of all the goods produced in the building" + modifier_building_economy_of_scale_level_cap_add: "[concept_economy_of_scale] Building Level Cap" + modifier_building_economy_of_scale_level_cap_add_desc: "The maximum number of [concept_building] levels that can confer [concept_economy_of_scale] effects." + modifier_country_prestige_add: "Prestige" + modifier_country_prestige_add_desc: "How much Prestige the country has." + modifier_country_max_declared_interests_add: "Maximum Declared Interests" + modifier_country_max_declared_interests_add_desc: "An increase or decrease to the number of [Concept('concept_interest', '$concept_interests$')] that a country can declare outside of its controlled territory" + modifier_country_max_declared_interests_mult: "$modifier_country_max_declared_interests_add$" + modifier_country_max_declared_interests_mult_desc: "$modifier_country_max_declared_interests_add_desc$" + modifier_country_prestige_mult: "Prestige" + modifier_country_prestige_mult_desc: "How much Prestige the country has." + modifier_country_bureaucracy_add: "@bur![Nbsp][concept_bureaucracy]" + modifier_country_bureaucracy_add_desc: "How much @bur![Nbsp][concept_bureaucracy] the country has" + modifier_country_bureaucracy_mult: "@bur![Nbsp][concept_bureaucracy]" + modifier_country_bureaucracy_mult_desc: "The amount of @bur![Nbsp][concept_bureaucracy] is modified up or down" + modifier_country_influence_add: "@inf![Nbsp][concept_influence]" + modifier_country_influence_add_desc: "How much @inf![Nbsp][concept_influence] the country has" + modifier_country_influence_mult: "@inf![Nbsp][concept_influence]" + modifier_country_influence_mult_desc: "The amount of @inf![Nbsp][concept_influence] is modified up or down" + modifier_country_authority_add: "@aut![Nbsp][concept_authority]" + modifier_country_authority_add_desc: "How much @aut![Nbsp][concept_authority] is gained or the country has" + modifier_country_authority_mult: "@aut![Nbsp][concept_authority]" + modifier_country_authority_mult_desc: "The amount of @aut![Nbsp][concept_authority] is modified up or down" + modifier_country_weekly_innovation_max_add: "Maximum Innovation Investment" + modifier_country_weekly_innovation_max_add_desc: "The maximum amount of @innovation![Nbsp][concept_innovation] that can be invested into a [concept_technology] each week" + modifier_country_weekly_innovation_add: "Innovation" + modifier_country_weekly_innovation_add_desc: "The amount of @innovation![Nbsp][concept_innovation] gained or lost each week" + modifier_country_weekly_innovation_mult: "$modifier_country_weekly_innovation_add$" + modifier_country_weekly_innovation_mult_desc: "$modifier_country_weekly_innovation_add_desc$" + modifier_country_tech_spread_add: "Technology Spread" + modifier_country_tech_spread_add_desc: "The amount by which technologies spread from other countries to our own each week." + modifier_country_tech_spread_mult: "Technology Spread" + modifier_country_tech_spread_mult_desc: "A multiplier to the speed at which technologies spread from other countries to our own." + modifier_country_bur_investment_cost_factor_add: "@bur![Nbsp][concept_bureaucracy] Institution Cost" + modifier_country_bur_investment_cost_factor_add_desc: "The amount of @bur![Nbsp][concept_bureaucracy] it costs to bring a Institution Investment to 1M citizens" + modifier_country_bureaucracy_investment_cost_factor_mult: "@bur![Nbsp][concept_bureaucracy] Institution Cost Multiplier" + modifier_country_bureaucracy_investment_cost_factor_mult_desc: "An increase or reduction to the Bureaucracy cost of bringing a Institution Investment to the citizens" + modifier_state_bureaucracy_population_base_cost_factor_mult: "@bur![Nbsp][concept_bureaucracy] Population Cost Multiplier" + modifier_state_bureaucracy_population_base_cost_factor_mult_desc: "An increase or reduction to the base administrative cost incurred by your incorporated Population" + + modifier_country_institution_colonial_affairs_max_investment_add: "Max $institution_colonial_affairs$ [concept_institution] Investment" + modifier_country_institution_colonial_affairs_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_colonial_affairs$ [concept_institution]" + modifier_country_institution_social_security_max_investment_add: "Max $institution_social_security$ [concept_institution] Investment" + modifier_country_institution_social_security_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_social_security$ [concept_institution]" + modifier_country_institution_workplace_safety_max_investment_add: "Max $institution_workplace_safety$ [concept_institution] Investment" + modifier_country_institution_workplace_safety_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_workplace_safety$ [concept_institution]" + modifier_country_institution_schools_max_investment_add: "Max $institution_schools$ [concept_institution] Investment" + modifier_country_institution_schools_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_schools$ [concept_institution]" + modifier_country_institution_police_max_investment_add: "Max $institution_police$ [concept_institution] Investment" + modifier_country_institution_police_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_police$ [concept_institution]" + modifier_country_institution_health_system_max_investment_add: "Max $institution_health_system$ [concept_institution] Investment" + modifier_country_institution_health_system_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_health_system$ [concept_institution]" + modifier_country_institution_home_affairs_max_investment_add: "Max $institution_home_affairs$ [concept_institution] Investment" + modifier_country_institution_home_affairs_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_home_affairs$ [concept_institution]" + + modifier_state_pop_pol_str_add: "$modifier_state_pop_pol_str_mult$" + modifier_state_pop_pol_str_add_desc: "$modifier_state_pop_pol_str_mult_desc$" + modifier_state_pop_pol_str_mult: "Universal [concept_pop] [concept_political_strength]" + modifier_state_pop_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of all [Concept('concept_pop','$concept_pops$')]" + modifier_interest_group_pol_str_mult: "Interest Group [concept_political_strength]" + modifier_interest_group_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of an Interest Group" + modifier_interest_group_pol_str_factor: "Interest Group [concept_political_strength]" + modifier_interest_group_pol_str_factor_desc: "A bonus or penalty to the total [concept_political_strength] of an Interest Group" + modifier_interest_group_pop_attraction_mult: "Interest Group Pop Attraction" + modifier_interest_group_pop_attraction_mult_desc: "A bonus or penalty to how attracted Pops are to an Interest Group" + modifier_interest_group_approval_add: "Interest Group Approval" + modifier_interest_group_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group" + modifier_interest_group_in_government_approval_add: "Government Interest Group Approval" + modifier_interest_group_in_government_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group that is in government." + modifier_interest_group_in_opposition_approval_add: "Opposition Interest Group Approval" + modifier_interest_group_in_opposition_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group that is in opposition." + + ig_variant_armed_forces: "[GetInterestGroupVariant('ig_armed_forces',GetPlayer).GetNameWithCountryVariant]" + ig_variant_devout: "[GetInterestGroupVariant('ig_devout',GetPlayer).GetNameWithCountryVariant]" + ig_variant_industrialists: "[GetInterestGroupVariant('ig_conglomerates',GetPlayer).GetNameWithCountryVariant]" + ig_variant_intelligentsia: "[GetInterestGroupVariant('ig_intelligentsia',GetPlayer).GetNameWithCountryVariant]" + ig_variant_landowners: "[GetInterestGroupVariant('ig_elites',GetPlayer).GetNameWithCountryVariant]" + ig_variant_petty_bourgeoisie: "[GetInterestGroupVariant('ig_entrepreneurs',GetPlayer).GetNameWithCountryVariant]" + ig_variant_rural_folk: "[GetInterestGroupVariant('ig_rural_folk',GetPlayer).GetNameWithCountryVariant]" + ig_variant_trade_unions: "[GetInterestGroupVariant('ig_socialists',GetPlayer).GetNameWithCountryVariant]" + + modifier_interest_group_ig_armed_forces_approval_add: "$ig_variant_armed_forces$ [concept_approval]" + modifier_interest_group_ig_armed_forces_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_approval_add: "$ig_variant_devout$ [concept_approval]" + modifier_interest_group_ig_devout_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_approval_add: "$ig_variant_intelligentsia$ [concept_approval]" + modifier_interest_group_ig_intelligentsia_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_approval_add: "$ig_variant_rural_folk$ [concept_approval]" + modifier_interest_group_ig_rural_folk_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_rural_folk$ [concept_interest_group]" + + modifier_interest_group_ig_armed_forces_pol_str_mult: "$ig_variant_armed_forces$ [concept_political_strength]" + modifier_interest_group_ig_armed_forces_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_pol_str_mult: "$ig_variant_devout$ [concept_political_strength]" + modifier_interest_group_ig_devout_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_pol_str_mult: "$ig_variant_intelligentsia$ [concept_political_strength]" + modifier_interest_group_ig_intelligentsia_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_pol_str_mult: "$ig_variant_rural_folk$ [concept_political_strength]" + modifier_interest_group_ig_rural_folk_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_rural_folk$ [concept_interest_group]" + + modifier_interest_group_ig_armed_forces_pop_attraction_mult: "$ig_variant_armed_forces$ Pop Attraction" + modifier_interest_group_ig_armed_forces_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_pop_attraction_mult: "$ig_variant_devout$ Pop Attraction" + modifier_interest_group_ig_devout_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_pop_attraction_mult: "$ig_variant_intelligentsia$ Pop Attraction" + modifier_interest_group_ig_intelligentsia_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_pop_attraction_mult: "$ig_variant_rural_folk$ Pop Attraction" + modifier_interest_group_ig_rural_folk_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_rural_folk$ [concept_interest_group]" + + modifier_tax_land_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Land Tax" + modifier_tax_land_add_desc: "The amount of [concept_budget_land_taxes] collected from [GetPopType('peasants').GetName]" + modifier_tax_heathen_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Religious Tax" + modifier_tax_heathen_add_desc: "The amount of [concept_budget_heathen_taxes] collected from [Concept('concept_pop','$concept_pops$')] each year for following a [concept_religion] that is [Concept('concept_discrimination','$concept_discriminated$')] against" + modifier_tax_per_capita_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Per Capita Tax" + modifier_tax_per_capita_add_desc: "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('peasants').GetName] [Concept('concept_pop','$concept_pops$')]" + modifier_state_welfare_payments_add: "Welfare Payments" + modifier_state_welfare_payments_add_desc: "The fraction of the [concept_normal_wage] at which [Concept('concept_pop','$concept_pops$')] receive [concept_welfare_payments] from the state" + modifier_state_standard_of_living_add: "[concept_sol]" + modifier_state_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_poor_standard_of_living_add: "[concept_sol] for the [concept_lower_strata]" + modifier_state_poor_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_middle_standard_of_living_add: "[concept_sol] for the [concept_middle_strata]" + modifier_state_middle_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_rich_standard_of_living_add: "[concept_sol] for the [concept_upper_strata]" + modifier_state_rich_standard_of_living_add_desc: "Extra [concept_sol] added on top of wealth" + modifier_state_expected_sol_mult: "Minimum Expected [concept_sol]" + modifier_state_expected_sol_mult_desc: "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_expected_sol_from_literacy: "Minimum Expected [concept_sol] from [concept_literacy]" + modifier_state_expected_sol_from_literacy_desc: "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy, scaled by their [concept_literacy]" + modifier_state_poor_expected_sol: "Minimum Expected [concept_sol] for the [concept_lower_strata]" + modifier_state_poor_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_lower_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_middle_expected_sol: "Minimum Expected [concept_sol] for the [concept_middle_strata]" + modifier_state_middle_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_middle_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_rich_expected_sol: "Minimum Expected [concept_sol] for the [concept_upper_strata]" + modifier_state_rich_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_upper_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_tax_income_add: "Income Tax Rate" + modifier_tax_income_add_desc: "The portion of their [concept_budget_wages] that [Concept('concept_pop', '$concept_pops$')] must pay in taxes" + modifier_state_urbanization_add: "$urban_capacity$" + modifier_state_urbanization_add_desc: "How many urban buildings the state can support" + modifier_state_urbanization_mult: "$urban_capacity$ Multiplier" + modifier_state_urbanization_mult_desc: "A bonus or penalty to the amount of $urban_capacity$ produced by buildings in the state." + modifier_tax_dividends_add: "Dividends Tax Rate" + modifier_tax_dividends_add_desc: "$modifier_tax_dividends_add$" + modifier_building_working_conditions_mult: "Dangerous Working Conditions" + modifier_building_working_conditions_mult_desc: "An increase or decrease in workplace hazard levels" + modifier_institution_cost_mult: "Institution $BUREAUCRACY$ Cost" + modifier_institution_cost_mult_desc: "An increase or decrease to the $BUREAUCRACY$ upkeep cost of the institution" + + modifier_state_birth_rate_mult: "Birth Rate" + modifier_state_birth_rate_mult_desc: "How many children are born each year" + modifier_state_accepted_birth_rate_mult: "Birth Rate of Accepted Pops" + modifier_state_accepted_birth_rate_mult_desc: "How many children of non-discriminated pops are born each year" + + modifier_state_mortality_mult: "$concept_pop_growth_mortality$" + modifier_state_mortality_mult_desc: "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for all [Concept('concept_pop', '$concept_pops$')]" + modifier_state_non_homeland_mortality_mult: "$concept_pop_growth_mortality$ in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" + modifier_state_non_homeland_mortality_mult_desc: "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_state', '$concept_states$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." + modifier_state_mortality_turmoil_mult: "$concept_pop_growth_mortality$ per $concept_turmoil$" + modifier_state_mortality_turmoil_mult_desc: "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_turmoil]" + modifier_state_mortality_wealth_mult: "$concept_pop_growth_mortality$ per $concept_wealth$" + modifier_state_mortality_wealth_mult_desc: "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_wealth]" + modifier_state_education_access_add: "Education Access" + modifier_state_education_access_add_desc: "A bonus or penalty to education access for all pops" + modifier_state_education_access_wealth_add: "Education Access (Wealth-based)" + modifier_state_education_access_wealth_add_desc: "A bonus or penalty per Wealth level to pop education access" + + modifier_state_pop_qualifications_mult: "[concept_pop_qualifications]" + modifier_state_pop_qualifications_mult_desc: "A bonus or penalty to [concept_pop_qualifications]" + + modifier_state_assimilation_mult: "[concept_assimilation]" + modifier_state_assimilation_mult_desc: "A bonus or penalty to [concept_assimilation]" + modifier_state_conversion_mult: "[concept_conversion]" + modifier_state_conversion_mult_desc: "A bonus or penalty to [concept_conversion]" + + modifier_country_diplomatic_play_maneuvers_add: "[Concept('concept_maneuver', '$concept_maneuvers$')] per Diplomatic Play" + modifier_country_diplomatic_play_maneuvers_add_desc: "A bonus or penalty to the number of [Concept('concept_maneuver', '$concept_maneuvers$')] the country can take in a diplomatic play." + + modifier_state_port_range_add: "Naval Port Range" + modifier_state_port_range_add_desc: "The port range for our navies" + + commander_battle_end_victory: "Battlefield Victory" + commander_battle_end_victory_desc: "Effects of the [concept_commander] winning [Concept('concept_battle','$concept_battles$')]" + + commander_battle_end_loss: "Battlefield Defeat" + commander_battle_end_loss_desc: "Effects of the [concept_commander] losing [Concept('concept_battle','$concept_battles$')]" + + in_default: "Defaulting on Loans" + in_default_desc: "Effects of the [concept_country] being unable to pay the [concept_interest] on its debts" + + declared_bankruptcy: "Declared Bankruptcy" + declared_bankruptcy_desc: "Effects of the [concept_country] declaring [concept_bankruptcy]" + + uprising_conscription: "Uprising Conscription" + uprising_conscription_desc: "Impact on Conscription due to the Uprising in progress" + revolution_lost_ig: "Loser in Revolutionary struggle" + revolution_lost_ig_desc: "Effects from having lost a [Concept('concept_revolution','$concept_revolutionary$')] [concept_civil_war]" + + insurrectionary_ig: "Insurrectionary Interest Group" + insurrectionary_ig_desc: "Effects while plotting a [concept_revolution]" + + secession_lost_state: "Failed secession" + secession_lost_state_desc: "This [concept_state] participated in a secession that was put to rest" + + modifier_building_input_mult: "$concept_input_mult$" + modifier_building_input_mult_desc: "$concept_input_mult_desc$" + + mobilized_battalion_consumption: "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilized$')] [Concept('concept_battalion', '$concept_battalions$')]" + + retired_commander_interest_group_impact: "[concept_commander] Retirement" + + modifier_building_throughput_mult: "[concept_throughput]" + modifier_building_throughput_mult_desc: "A bonus or penalty to the building's throughput." + + modifier_building_cash_reserves_mult: "Maximum Cash Reserves" + modifier_building_cash_reserves_mult_desc: "A bonus or penalty to the maximum [concept_cash_reserves] that [Concept('concept_building','$concept_buildings$')] can retain." + + economy_of_scale: "[concept_economy_of_scale]" + economy_of_scale_desc: "[concept_economy_of_scale_desc]" + + pm_retooling: "Production Method Retooling" + pm_retooling_loc: "Retooling for $PM$ — Expires $EXPIRY$" + pm_retooling_desc: "A penalty to the building's throughput due to recent change of production methods." + pm_offense_defense_readjustment: "Primary Equipment Adjustment" + pm_offense_defense_readjustment_desc: "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of primary [Concept('concept_production_method','$concept_production_methods$')]." + pm_offense_defense_readjustment_minor: "Secondary Equipment Adjustment" + pm_offense_defense_readjustment_minor_desc: "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of secondary [Concept('concept_production_method','$concept_production_methods$')]." + + + insufficient_urbanization: "Insufficient [concept_urbanization]" + insufficient_urbanization_desc: "A penalty to the building's throughput due to a lack of available [concept_urbanization] in the state." + + per_wealth: " / [concept_wealth]" + + modifier_market_land_trade_capacity_add: "Land Trade Capacity" + modifier_market_land_trade_capacity_add_desc: "An increase or decrease to the [concept_land_trade_capacity] of a [concept_market]." + modifier_country_trade_route_quantity_mult: "Trade Route Volume" + modifier_country_trade_route_quantity_mult_desc: "An increase or decrease in the amount of goods imported or exported for each [concept_trade_route] level" + modifier_country_trade_route_cost_mult: "Trade Route @bur![Nbsp][concept_bureaucracy] Cost" + modifier_country_trade_route_cost_mult_desc: "An increase or decrease in the @bur![concept_bureaucracy] cost for each [concept_trade_route]" + modifier_country_trade_route_competitiveness_mult: "Trade Route Competitiveness" + modifier_country_trade_route_competitiveness_mult_desc: "An increase or decrease in the competitiveness of [Concept('concept_trade_route', '$concept_trade_routes$')]" + modifier_country_trade_route_imports_add: "Imports per [concept_trade_route] Level" + modifier_country_trade_route_imports_add_desc: "An increase or decrease to the amount of goods imported via [Concept('concept_trade_route', '$concept_trade_routes$')]." + modifier_country_trade_route_exports_add: "Exports per [concept_trade_route] Level" + modifier_country_trade_route_exports_add_desc: "An increase or decrease to the amount of goods exported via [Concept('concept_trade_route', '$concept_trade_routes$')]." + modifier_market_max_exports_add: "Maximum Exports" + modifier_market_max_exports_add_desc: "An increase or decrease to the amount of goods that can be exported from your [concept_market]." + modifier_market_max_imports_add: "Maximum Imports" + modifier_market_max_imports_add_desc: "An increase or decrease to the amount of goods that can be imported by your [concept_market]." + modifier_tariff_import_add: "[concept_tariffs] on Imports" + modifier_tariff_import_add_desc: "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that import [Concept('concept_good', '$concept_goods$')] to our [concept_market]." + modifier_tariff_export_add: "[concept_tariffs] on Exports" + modifier_tariff_export_add_desc: "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that export [Concept('concept_good', '$concept_goods$')] from our [concept_market]." + + modifier_country_states_can_join_foreign_markets: "Foreign Market Attraction" + modifier_country_states_can_join_foreign_markets_desc: "Whether the state can or cannot join foreign markets in the absence of a Customs Union" + + modifier_country_mandate_subsidies: "Subsidies Mandated" + modifier_country_mandate_subsidies_desc: "Whether the country is or is not forced to subsidize all industries" + + modifier_country_allow_multiple_alliances: "Allow Multiple Alliances" + modifier_country_allow_multiple_alliances_desc: "Whether the country is allowed to form multiple [concept_alliance] [Concept('concept_diplomatic_pact','$concept_diplomatic_pacts$')]" + + modifier_state_minimum_wealth_add: "Minimum Wealth" + modifier_state_minimum_wealth_add_desc: "Pop Wealth cannot drop below this level through normal means" + + modifier_building_minimum_wage_mult: "Minimum Wage" + modifier_building_minimum_wage_mult_desc: "Employers must pay this fraction of the standard [concept_normal_wage] or higher to their employees" + + modifier_building_unincorporated_throughput_add: "Throughput in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_building_unincorporated_throughput_add_desc: "A bonus or penalty to the [concept_throughput] of buildings in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_state_unincorporated_standard_of_living_add: "[concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_state_unincorporated_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_state_migration_pull_unincorporated_mult: "[concept_migration_pull] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_state_migration_pull_unincorporated_mult_desc: "A bonus or penalty to the urge to migrate to [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_country_decree_cost_mult: "[concept_decree] Cost" + modifier_country_decree_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_decree', '$concept_decrees$')]" + modifier_country_embargo_goods_cost_mult: "Embargo Cost" + modifier_country_embargo_goods_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_embargo', '$concept_embargoes$')]" + modifier_country_consumption_tax_cost_mult: "Consumption Tax Cost" + modifier_country_consumption_tax_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_consumption_tax', '$concept_consumption_taxes$')]" + modifier_country_encourage_consumption_cost_mult: "Encourage Consumption Cost" + modifier_country_encourage_consumption_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_encourage_consumption', '$concept_encouraging_consumption$')]" + modifier_country_discourage_consumption_cost_mult: "Discourage Consumption Cost" + modifier_country_discourage_consumption_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" + + modifier_building_employment_investors_add: "$investors$ Per Level" + modifier_building_employment_investors_desc: "Modifies the amount of $investors$ a building can hire per level" + modifier_building_employment_investors_mult: "$modifier_building_employment_investors + modifier_building_employment_investors_mult_desc: "$modifier_building_employment_investors_add_desc$" + modifier_building_employment_administrators_add: "$administrators$ Per Level" + modifier_building_employment_administrators_add_desc: "Modifies the amount of $administrators$ a building can hire per level" + modifier_building_employment_administrators_mult: "$modifier_building_employment_administrators_add$" + modifier_building_employment_administrators_mult_desc: "$modifier_building_employment_administrators_add_desc$" + modifier_building_employment_executives_add: "$executives$ Per Level" + modifier_building_employment_executives_add_desc: "Modifies the amount of $executives$ a building can hire per level" + modifier_building_employment_executives_mult: "$modifier_building_employment_executives_add$" + modifier_building_employment_executives_mult_desc: "$modifier_building_employment_executives_add_desc$" + modifier_building_employment_clergymen_add: "$clergymen$ Per Level" + modifier_building_employment_clergymen_add_desc: "Modifies the amount of $clergymen$ a building can hire per level" + modifier_building_employment_clergymen_mult: "$modifier_building_employment_clergymen_add$" + modifier_building_employment_clergymen_mult_desc: "$modifier_building_employment_clergymen_add_desc$" + modifier_building_employment_clerks_add: "$clerks$ Per Level" + modifier_building_employment_clerks_add_desc: "Modifies the amount of $clerks$ a building can hire per level" + modifier_building_employment_clerks_mult: "$modifier_building_employment_clerks_add$" + modifier_building_employment_clerks_mult_desc: "$modifier_building_employment_clerks_add_desc$" + modifier_building_employment_engineers_add: "$engineers$ Per Level" + modifier_building_employment_engineers_add_desc: "Modifies the amount of $engineers$ a building can hire per level" + modifier_building_employment_engineers_mult: "$modifier_building_employment_engineers_add$" + modifier_building_employment_engineers_mult_desc: "$modifier_building_employment_engineers_add_desc$" + modifier_building_employment_farmers_add: "$farmers$ Per Level" + modifier_building_employment_farmers_add_desc: "Modifies the amount of $farmers$ a building can hire per level" + modifier_building_employment_farmers_mult: "$modifier_building_employment_farmers_add$" + modifier_building_employment_farmers_mult_desc: "$modifier_building_employment_farmers_add_desc$" + modifier_building_employment_peasants_add: "$peasants$ Per Level" + modifier_building_employment_peasants_add_desc: "Modifies the amount of $peasants$ a building can hire per level" + modifier_building_employment_peasants_mult: "$modifier_building_employment_peasants_add$" + modifier_building_employment_peasants_mult_desc: "$modifier_building_employment_peasants_add_desc$" + modifier_building_employment_laborers_add: "$laborers$ Per Level" + modifier_building_employment_laborers_add_desc: "Modifies the amount of $laborers$ a building can hire per level" + modifier_building_employment_laborers_mult: "$modifier_building_employment_laborers_add$" + modifier_building_employment_laborers_mult_desc: "$modifier_building_employment_laborers_add_desc$" + modifier_building_employment_officers_add: "$officers$ Per Level" + modifier_building_employment_officers_add_desc: "Modifies the amount of $officers$ a building can hire per level" + modifier_building_employment_officers_mult: "$modifier_building_employment_officers_add$" + modifier_building_employment_officers_mult_desc: "$modifier_building_employment_officers_add_desc$" + modifier_building_employment_academics_add: "$academics$ Per Level" + modifier_building_employment_academics_add_desc: "Modifies the amount of $academics$ a building can hire per level" + modifier_building_employment_academics_mult: "$modifier_building_employment_academics_add$" + modifier_building_employment_academics_mult_desc: "$modifier_building_employment_academics_add_desc$" + modifier_building_employment_shopkeepers_add: "$shopkeepers$ Per Level" + modifier_building_employment_shopkeepers_add_desc: "Modifies the amount of $shopkeepers$ a building can hire per level" + modifier_building_employment_shopkeepers_mult: "$modifier_building_employment_shopkeepers_add$" + modifier_building_employment_shopkeepers_mult_desc: "$modifier_building_employment_shopkeepers_add_desc$" + modifier_building_employment_slaves_add: "$slaves$ Per Level" + modifier_building_employment_slaves_add_desc: "Modifies the amount of $slaves$ a building can hire per level" + modifier_building_employment_slaves_mult: "$modifier_building_employment_slaves_add$" + modifier_building_employment_slaves_mult_desc: "$modifier_building_employment_slaves_add_desc$" + modifier_building_employment_soldiers_add: "$soldiers$ Per Level" + modifier_building_employment_soldiers_add_desc: "Modifies the amount of $soldiers$ a building can hire per level" + modifier_building_employment_soldiers_mult: "$modifier_building_employment_soldiers_add$" + modifier_building_employment_soldiers_mult_desc: "$modifier_building_employment_soldiers_add_desc$" + modifier_building_employment_machinists_add: "$machinists$ Per Level" + modifier_building_employment_machinists_add_desc: "Modifies the amount of $machinists$ a building can hire per level" + modifier_building_employment_machinists_mult: "$modifier_building_employment_machinists_add$" + modifier_building_employment_machinists_mult_desc: "$modifier_building_employment_machinists_add_desc$" + + modifier_state_building_port_max_level_add: "$building_port$ Max Level" + modifier_state_building_port_max_level_add_desc: "A bonus or penalty to the maximum level of $building_port$ buildings." + modifier_state_building_construction_sector_max_level_add: "$building_construction_sector$ Max Level" + modifier_state_building_construction_sector_max_level_add_desc: "A bonus or penalty to the maximum level of $building_construction_sector$ buildings." + modifier_state_building_barracks_max_level_add: "$building_barracks$ Max Level" + modifier_state_building_barracks_max_level_add_desc: "A bonus or penalty to the maximum level of $building_barracks$ buildings." + modifier_state_building_conscription_center_max_level_add: "$building_conscription_center$ Max Level" + modifier_state_building_conscription_center_max_level_add_desc: "A bonus or penalty to the maximum level of $building_conscription_center$ buildings." + modifier_state_building_naval_base_max_level_add: "$building_naval_base$ Max Level" + modifier_state_building_naval_base_max_level_add_desc: "A bonus or penalty to the maximum level of $building_naval_base$ buildings." + + modifier_state_colony_growth_creation_mult: "Colonial Growth Generation" + modifier_state_colony_growth_creation_mult_desc: "The amount of colonial growth generated by [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]." + modifier_state_colony_growth_speed_mult: "Colony Growth Speed" + modifier_state_colony_growth_speed_mult_desc: "A bonus or penalty to the final speed of colonial growth in a [concept_colony]." + modifier_state_non_homeland_colony_growth_speed_mult: "Colony Growth Speed in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" + modifier_state_non_homeland_colony_growth_speed_mult_desc: "A bonus or penalty to the final speed of colonial growth in [Concept('concept_colony','$concept_colonies$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." + modifier_state_migration_pull_mult: "[concept_migration_pull]" + modifier_state_migration_pull_mult_desc: "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." + modifier_state_migration_pull_add: "[concept_migration_pull]" + modifier_state_migration_pull_add_desc: "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." + modifier_state_migration_push_mult: "Emigration Push" + modifier_state_migration_push_mult_desc: "A bonus or penalty to the Pops in the state's desire to emigrate." + + goods_ammunition_output_mult: "$ammunition$ Goods Output" + goods_ammunition_output_mult_desc: "A bonus or penalty for the production of $ammunition$." + goods_small_arms_output_mult: "$small_arms$ Goods Output" + goods_small_arms_output_mult_desc: "A bonus or penalty for the production of $small_arms$." + goods_artillery_output_mult: "$artillery$ Goods Output" + goods_artillery_output_mult_desc: "A bonus or penalty for the production of $artillery$." + goods_rations_output_mult: "$rations$ Goods Output" + goods_rations_output_mult_desc: "A bonus or penalty for the production of $rations$." + goods_uniforms_output_mult: "$uniforms$ Goods Output" + goods_uniforms_output_mult_desc: "A bonus or penalty for the production of $uniforms$." + goods_barrels_output_mult: "$barrels$ Goods Output" + goods_barrels_output_mult_desc: "A bonus or penalty for the production of $barrels$." + goods_aeroplanes_output_mult: "$aeroplanes$ Goods Output" + goods_aeroplanes_output_mult_desc: "A bonus or penalty for the production of $aeroplanes$." + goods_dye_output_mult: "$dye$ Goods Output" + goods_dye_output_mult_desc: "A bonus or penalty for the production of $dye$." + goods_coal_output_mult: "$coal$ Goods Output" + goods_coal_output_mult_desc: "A bonus or penalty for the production of $coal$." + goods_sulfur_output_mult: "$sulfur$ Goods Output" + goods_sulfur_output_mult_desc: "A bonus or penalty for the production of $sulfur$." + goods_iron_output_mult: "$iron$ Goods Output" + goods_iron_output_mult_desc: "A bonus or penalty for the production of $iron$." + goods_logs_output_mult: "$logs$ Goods Output" + goods_logs_output_mult_desc: "A bonus or penalty for the production of $logs$." + goods_tropical_wood_output_mult: "$tropical_wood$ Goods Output" + goods_tropical_wood_output_mult_desc: "A bonus or penalty for the production of $tropical_wood$." + goods_rubber_output_mult: "$rubber$ Goods Output" + goods_rubber_output_mult_desc: "A bonus or penalty for the production of $rubber$." + goods_oil_output_mult: "$oil$ Goods Output" + goods_oil_output_mult_desc: "A bonus or penalty for the production of $oil$." + goods_gold_output_mult: "$gold$ Goods Output" + goods_gold_output_mult_desc: "A bonus or penalty for the production of $gold$." + goods_steel_output_mult: "$steel$ Goods Output" + goods_steel_output_mult_desc: "A bonus or penalty for the production of $steel$." + goods_tools_output_mult: "$tools$ Goods Output" + goods_tools_output_mult_desc: "A bonus or penalty for the production of $tools$." + goods_glass_output_mult: "$glass$ Goods Output" + goods_glass_output_mult_desc: "A bonus or penalty for the production of $glass$." + goods_fuel_output_mult: "$fuel$ Goods Output" + goods_fuel_output_mult_desc: "A bonus or penalty for the production of $fuel$." + goods_fertilizer_output_mult: "$fertilizer$ Goods Output" + goods_fertilizer_output_mult_desc: "A bonus or penalty for the production of $fertilizer$." + goods_explosives_output_mult: "$explosives$ Goods Output" + goods_explosives_output_mult_desc: "A bonus or penalty for the production of $explosives$." + goods_clippers_output_mult: "$clippers$ Goods Output" + goods_clippers_output_mult_desc: "A bonus or penalty for the production of $clippers$." + goods_steamers_output_mult: "$steamers$ Goods Output" + goods_steamers_output_mult_desc: "A bonus or penalty for the production of $steamers$." + goods_electric_gear_output_mult: "$electric_gear$ Goods Output" + goods_electric_gear_output_mult_desc: "A bonus or penalty for the production of $electric_gear$." + goods_fabric_output_mult: "$fabric$ Goods Output" + goods_fabric_output_mult_desc: "A bonus or penalty for the production of $fabric$." + goods_timber_output_mult: "$timber$ Goods Output" + goods_timber_output_mult_desc: "A bonus or penalty for the production of $timber$." + goods_paper_output_mult: "$paper$ Goods Output" + goods_paper_output_mult_desc: "A bonus or penalty for the production of $paper$." + goods_grain_output_mult: "$grain$ Goods Output" + goods_grain_output_mult_desc: "A bonus or penalty for the production of $grain$." + goods_fish_output_mult: "$fish$ Goods Output" + goods_fish_output_mult_desc: "A bonus or penalty for the production of $fish$." + goods_meat_output_mult: "$meat$ Goods Output" + goods_meat_output_mult_desc: "A bonus or penalty for the production of $meat$." + goods_fruit_output_mult: "$fruit$ Goods Output" + goods_fruit_output_mult_desc: "A bonus or penalty for the production of $fruit$." + goods_wine_output_mult: "$wine$ Goods Output" + goods_wine_output_mult_desc: "A bonus or penalty for the production of $wine$." + goods_sugar_output_mult: "$sugar$ Goods Output" + goods_sugar_output_mult_desc: "A bonus or penalty for the production of $sugar$." + goods_groceries_output_mult: "$groceries$ Goods Output" + goods_groceries_output_mult_desc: "A bonus or penalty for the production of $groceries$." + goods_tobacco_output_mult: "$tobacco$ Goods Output" + goods_tobacco_output_mult_desc: "A bonus or penalty for the production of $tobacco$." + goods_tea_output_mult: "$tea$ Goods Output" + goods_tea_output_mult_desc: "A bonus or penalty for the production of $tea$." + goods_coffee_output_mult: "$coffee$ Goods Output" + goods_coffee_output_mult_desc: "A bonus or penalty for the production of $coffee$." + goods_opium_output_mult: "$opium$ Goods Output" + goods_opium_output_mult_desc: "A bonus or penalty for the production of $opium$." + goods_automobiles_output_mult: "$automobiles$ Goods Output" + goods_automobiles_output_mult_desc: "A bonus or penalty for the production of $automobiles$." + goods_telephones_output_mult: "$telephones$ Goods Output" + goods_telephones_output_mult_desc: "A bonus or penalty for the production of $telephones$." + goods_liquor_output_mult: "$liquor$ Goods Output" + goods_liquor_output_mult_desc: "A bonus or penalty for the production of $liquor$." + goods_clothes_output_mult: "$clothes$ Goods Output" + goods_clothes_output_mult_desc: "A bonus or penalty for the production of $clothes$." + goods_luxury_clothes_output_mult: "$luxury_clothes$ Goods Output" + goods_luxury_clothes_output_mult_desc: "A bonus or penalty for the production of $luxury_clothes$." + goods_furniture_output_mult: "$furniture$ Goods Output" + goods_furniture_output_mult_desc: "A bonus or penalty for the production of $furniture$." + goods_luxury_furniture_output_mult: "$luxury_furniture$ Goods Output" + goods_luxury_furniture_output_mult_desc: "A bonus or penalty for the production of $luxury_furniture$." + goods_radio_output_mult: "$radio$ Goods Output" + goods_radio_output_mult_desc: "A bonus or penalty for the production of $radio$." + + working_conditions: "Dangerous Working Conditions" + child_labor: "Child Labor" + + modifier_state_investors_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" + modifier_state_investors_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" + modifier_state_administrators_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" + modifier_state_administrators_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $administrators$" + modifier_state_executives_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" + modifier_state_executives_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" + modifier_state_clergymen_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" + modifier_state_clergymen_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" + modifier_state_clerks_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" + modifier_state_clerks_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" + modifier_state_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" + modifier_state_engineers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" + modifier_state_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" + modifier_state_farmers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" + modifier_state_peasants_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" + modifier_state_peasants_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" + modifier_state_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" + modifier_state_laborers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" + modifier_state_officers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" + modifier_state_officers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" + modifier_state_academics_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" + modifier_state_academics_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" + modifier_state_shopkeepers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" + modifier_state_shopkeepers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" + modifier_state_slaves_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" + modifier_state_slaves_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" + modifier_state_soldiers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" + modifier_state_soldiers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" + modifier_state_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" + modifier_state_machinists_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" + + modifier_state_dependent_wage_add: "Yearly Dependents Income" + modifier_state_dependent_wage_add_desc: "An increase or decrease in Dependents Income" + modifier_state_dependent_wage_mult: "Dependents Income" + modifier_state_dependent_wage_mult_desc: "An increase or decrease in Dependents Income" + modifier_state_investors_dependent_wage_mult: "$investorsts Income" + modifier_state_investors_dependent_wage_mult_desc: "An increase or decrease in an $investors$ Dependents Income" + modifier_state_administrators_dependent_wage_mult: "$administrators$ Dependents Income" + modifier_state_administrators_dependent_wage_mult_desc: "An increase or decrease in a $administrators$ Dependents Income" + modifier_state_executives_dependent_wage_mult: "$executives$ Dependents Income" + modifier_state_executives_dependent_wage_mult_desc: "An increase or decrease in a $executives$ Dependents Income" + modifier_state_clergymen_dependent_wage_mult: "$clergymen$ Dependents Income" + modifier_state_clergymen_dependent_wage_mult_desc: "An increase or decrease in a $clergymen$ Dependents Income" + modifier_state_clerks_dependent_wage_mult: "$clerks$ Dependents Income" + modifier_state_clerks_dependent_wage_mult_desc: "An increase or decrease in a $clerks$ Dependents Income" + modifier_state_engineers_dependent_wage_mult: "$engineers$ Dependents Income" + modifier_state_engineers_dependent_wage_mult_desc: "An increase or decrease in an $engineers$ Dependents Income" + modifier_state_farmers_dependent_wage_mult: "$farmers$ Dependents Income" + modifier_state_farmers_dependent_wage_mult_desc: "An increase or decrease in a $farmers$ Dependents Income" + modifier_state_peasants_dependent_wage_mult: "$peasants$ Dependents Income" + modifier_state_peasants_dependent_wage_mult_desc: "An increase or decrease in a $peasants$ Dependents Income" + modifier_state_laborers_dependent_wage_mult: "$laborers$ Dependents Income" + modifier_state_laborers_dependent_wage_mult_desc: "An increase or decrease in a $laborers$ Dependents Income" + modifier_state_officers_dependent_wage_mult: "$officers$ Dependents Income" + modifier_state_officers_dependent_wage_mult_desc: "An increase or decrease in an $officers$ Dependents Income" + modifier_state_academics_dependent_wage_mult: "$academics$ Dependents Income" + modifier_state_academics_dependent_wage_mult_desc: "An increase or decrease in an $academics$ Dependents Income" + modifier_state_shopkeepers_dependent_wage_mult: "$shopkeepers$ Dependents Income" + modifier_state_shopkeepers_dependent_wage_mult_desc: "An increase or decrease in a $shopkeepers$ Dependents Income" + modifier_state_slaves_dependent_wage_mult: "$slaves$ Dependents Income" + modifier_state_slaves_dependent_wage_mult_desc: "An increase or decrease in a $slaves$ Dependents Income" + modifier_state_soldiers_dependent_wage_mult: "$soldiers$ Dependents Income" + modifier_state_soldiers_dependent_wage_mult_desc: "An increase or decrease in a $soldiers$ Dependents Income" + modifier_state_machinists_dependent_wage_mult: "$machinists$ Dependents Income" + modifier_state_machinists_dependent_wage_mult_desc: "An increase or decrease in a $machinists$ Dependents Income" + + modifier_building_investors_shares_add: "$investorsept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_add_desc: "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_add: "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_add_desc: "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add: "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add_desc: "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_add: "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_add_desc: "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_add: "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_add_desc: "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_add: "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_add_desc: "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_add: "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_add_desc: "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_add: "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_add_desc: "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_add: "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_add_desc: "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_add: "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_add_desc: "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_add: "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_add_desc: "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_add: "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_add_desc: "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_add: "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_add_desc: "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_add: "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_add_desc: "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_add: "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_add_desc: "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_workforce_shares_add: "$concept_workforce$ $concept_ownership_shares$" + modifier_building_workforce_shares_add_desc: "An increase or decrease in the [Concept('concept_ownership_share', '$concept_ownership_shares$')] for the entire [concept_workforce] of the [concept_building]" + modifier_building_government_shares_add: "$concept_government_ownership_shares$" + modifier_building_government_shares_add_desc: "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" + + modifier_building_investors_shares_mult: "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_mult_desc: "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_mult: "$administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_administrators_shares_mult_desc: "An increase or decrease in a $administrators$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult: "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult_desc: "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_mult: "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_mult_desc: "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_mult: "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_mult_desc: "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_mult: "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_mult_desc: "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_mult: "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_mult_desc: "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_mult: "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_mult_desc: "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_mult: "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_mult_desc: "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_mult: "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_mult_desc: "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_mult: "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_mult_desc: "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_mult: "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_mult_desc: "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_mult: "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_mult_desc: "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_mult: "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_mult_desc: "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_mult: "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_mult_desc: "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + + modifier_country_investors_pol_str_mult: "[concept_political_strength] of $investors$" + modifier_country_investors_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $investors$" + modifier_country_administrators_pol_str_mult: "[concept_political_strength] of $administrators$" + modifier_country_administrators_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $administrators$" + modifier_country_executives_pol_str_mult: "[concept_political_strength] of $executives$" + modifier_country_executives_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $executives$" + modifier_country_clergymen_pol_str_mult: "[concept_political_strength] of $clergymen$" + modifier_country_clergymen_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $clergymen$" + modifier_country_clerks_pol_str_mult: "[concept_political_strength] of $clerks$" + modifier_country_clerks_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $clerks$" + modifier_country_engineers_pol_str_mult: "[concept_political_strength] of $engineers$" + modifier_country_engineers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $engineers$" + modifier_country_farmers_pol_str_mult: "[concept_political_strength] of $farmers$" + modifier_country_farmers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $farmers$" + modifier_country_peasants_pol_str_mult: "[concept_political_strength] of $peasants$" + modifier_country_peasants_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $peasants$" + modifier_country_laborers_pol_str_mult: "[concept_political_strength] of $laborers$" + modifier_country_laborers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $laborers$" + modifier_country_officers_pol_str_mult: "[concept_political_strength] of $officers$" + modifier_country_officers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $officers$" + modifier_country_academics_pol_str_mult: "[concept_political_strength] of $academics$" + modifier_country_academics_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $academics$" + modifier_country_shopkeepers_pol_str_mult: "[concept_political_strength] of $shopkeepers$" + modifier_country_shopkeepers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $shopkeepers$" + modifier_country_slaves_pol_str_mult: "[concept_political_strength] of $slaves$" + modifier_country_slaves_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $slaves$" + modifier_country_soldiers_pol_str_mult: "[concept_political_strength] of $soldiers$" + modifier_country_soldiers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $soldiers$" + modifier_country_machinists_pol_str_mult: "[concept_political_strength] of $machinists$" + modifier_country_machinists_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $machinists$" + + modifier_country_investors_voting_power_add: "[concept_political_strength] from the [concept_votes] of $investors$" + modifier_country_investors_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $investors$ in Elections" + modifier_country_administrators_voting_power_add: "[concept_political_strength] from the [concept_votes] of $administrators$" + modifier_country_administrators_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $administrators$ in Elections" + modifier_country_executives_voting_power_add: "[concept_political_strength] from the [concept_votes] of $executives$" + modifier_country_executives_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $executives$ in Elections" + modifier_country_clergymen_voting_power_add: "[concept_political_strength] from the [concept_votes] of $clergymen$" + modifier_country_clergymen_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" + modifier_country_clerks_voting_power_add: "[concept_political_strength] from the [concept_votes] of $clerks$" + modifier_country_clerks_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clerks$ in Elections" + modifier_country_engineers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $engineers$" + modifier_country_engineers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $engineers$ in Elections" + modifier_country_farmers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $farmers$" + modifier_country_farmers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $farmers$ in Elections" + modifier_country_peasants_voting_power_add: "[concept_political_strength] from the [concept_votes] of $peasants$" + modifier_country_peasants_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $peasants$ in Elections" + modifier_country_laborers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $laborers$" + modifier_country_laborers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $laborers$ in Elections" + modifier_country_officers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $officers$" + modifier_country_officers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $officers$ in Elections" + modifier_country_academics_voting_power_add: "[concept_political_strength] from the [concept_votes] of $academics$" + modifier_country_academics_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $academics$ in Elections" + modifier_country_shopkeepers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $shopkeepers$" + modifier_country_shopkeepers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $shopkeepers$ in Elections" + modifier_country_slaves_voting_power_add: "[concept_political_strength] from the [concept_votes] of $slaves$" + modifier_country_slaves_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $slaves$ in Elections" + modifier_country_soldiers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $soldiers$" + modifier_country_soldiers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $soldiers$ in Elections" + modifier_country_machinists_voting_power_add: "[concept_political_strength] from the [concept_votes] of $machinists$" + modifier_country_machinists_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $machinists$ vote in Elections" + + voting_power_gain: "s' Political Strength from Votes" + MODIFIER_COUNTRY_DISCRIMINATED_POLSTR_MULT: "Discriminated against" + + modifier_tax_consumption_add: "Consumption Tax Rate" + modifier_tax_consumption_add_desc: "The rate at which goods that have a [concept_consumption_tax] placed on them are taxed" + + modifier_country_legitimacy_base_add: "[concept_legitimacy]" + modifier_country_legitimacy_base_add_desc: "An increase or decrease of the [concept_government]'s [concept_legitimacy]" + modifier_country_legitimacy_headofstate_add: "[concept_legitimacy] from including the [concept_head_of_state] [concept_in_government]" + modifier_country_legitimacy_headofstate_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses by including the [concept_head_of_state]'s [concept_interest_group]." + modifier_country_legitimacy_govt_size_add: "[concept_government] size allowance" + modifier_country_legitimacy_govt_size_add_desc: "The number of [Concept('concept_party','$concept_parties$')] and [Concept('concept_interest_group','$concept_interest_groups$')] that can be included [concept_in_government] at one time without incurring [concept_legitimacy] penalties." + modifier_country_legitimacy_govt_size_mult: "[concept_legitimacy] penalty from size of [concept_government]" + modifier_country_legitimacy_govt_size_mult_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses by including more [Concept('concept_interest_group', '$concept_interest_groups$')]." + modifier_country_legitimacy_ideological_incoherence_mult: "$IDEOLOGICAL_INCOHERENCE_ALIAS$" + modifier_country_legitimacy_ideological_incoherence_mult_desc: "$modifier_country_legitimacy_ideological_incoherence_mult$" + modifier_country_legitimacy_govt_leader_clout_add: "[concept_legitimacy] from Government Leader Clout" + modifier_country_legitimacy_govt_leader_clout_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the [concept_clout] of the [concept_interest_group] leading the government." + modifier_country_legitimacy_govt_total_clout_add: "[concept_legitimacy] from Government Clout" + modifier_country_legitimacy_govt_total_clout_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total [concept_clout] of [Concept('concept_interest_group', '$concept_interest_groups$')] in the government." + modifier_country_legitimacy_govt_total_votes_add: "[concept_legitimacy] from [concept_votes]" + modifier_country_legitimacy_govt_total_votes_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total percentage of [concept_votes] of [Concept('concept_party','$concept_parties$')] in the government." + + modifier_stockpile_army_requirement_small_arms_add: "Army @small_arms! Consumption" + modifier_stockpile_army_requirement_small_arms_add_desc: "Increases how much @small_arms! Small Arms the army consumes" + modifier_stockpile_army_requirement_ammunition_add: "Army $ammunition$ Ammunition Consumption" + modifier_stockpile_army_requirement_ammunition_add_desc: "Increases how much @ammunition! Ammunition the army consumes" + modifier_stockpile_navy_requirement_coal_add: "Navy @coal! Coal Consumption" + modifier_stockpile_navy_requirement_coal_add_desc: "Increases how much @coal! Coal the navy consumes" + modifier_stockpile_navy_requirement_artillery_add: "Navy @artillery! Artillery Consumption" + modifier_stockpile_navy_requirement_artillery_add_desc: "Increases how much @artillery! Artillery the navy consumes" + modifier_stockpile_navy_requirement_ammunition_add: "Navy @ammunition! Ammunition Consumption" + modifier_stockpile_navy_requirement_ammunition_add_desc: "Increases how much @ammunition! Ammunition the navy consumes" + + modifier_building_laborers_mortality_mult: "$modifier_state_laborers_mortality_mult$" + modifier_building_laborers_mortality_mult_desc: "$modifier_state_laborers_mortality_mult_desc$" + modifier_building_machinists_mortality_mult: "$modifier_state_machinists_mortality_mult$" + modifier_building_machinists_mortality_mult_desc: "$modifier_state_machinists_mortality_mult_desc$" + modifier_building_engineers_mortality_mult: "$modifier_state_engineers_mortality_mult$" + modifier_building_engineers_mortality_mult_desc: "$modifier_state_engineers_mortality_mult_desc$" + modifier_building_investors_mortality_mult: "$modifier_state_investors_mortality_mult$" + modifier_building_investors_mortality_mult_desc: "$modifier_state_investors_mortality_mult_desc$" + modifier_building_administrators_mortality_mult: "$modifier_state_administrators_mortality_mult$" + modifier_building_administrators_mortality_mult_desc: "$modifier_state_administrators_mortality_mult_desc$" + modifier_building_executives_mortality_mult: "$modifier_state_executives_mortality_mult$" + modifier_building_executives_mortality_mult_desc: "$modifier_state_executives_mortality_mult_desc$" + modifier_building_clergymen_mortality_mult: "$modifier_state_clergymen_mortality_mult$" + modifier_building_clergymen_mortality_mult_desc: "$modifier_state_clergymen_mortality_mult_desc$" + modifier_building_clerks_mortality_mult: "$modifier_state_clerks_mortality_mult$" + modifier_building_clerks_mortality_mult_desc: "$modifier_state_clerks_mortality_mult_desc$" + modifier_building_farmers_mortality_mult: "$modifier_state_farmers_mortality_mult$" + modifier_building_farmers_mortality_mult_desc: "$modifier_state_farmers_mortality_mult_desc$" + modifier_building_peasants_mortality_mult: "$modifier_state_peasants_mortality_mult$" + modifier_building_peasants_mortality_mult_desc: "$modifier_state_peasants_mortality_mult_desc$" + modifier_building_officers_mortality_mult: "$modifier_state_officers_mortality_mult$" + modifier_building_officers_mortality_mult_desc: "$modifier_state_officers_mortality_mult_desc$" + modifier_building_academics_mortality_mult: "$modifier_state_academics_mortality_mult$" + modifier_building_academics_mortality_mult_desc: "$modifier_state_academics_mortality_mult_desc$" + modifier_building_shopkeepers_mortality_mult: "$modifier_state_shopkeepers_mortality_mult$" + modifier_building_shopkeepers_mortality_mult_desc: "$modifier_state_shopkeepers_mortality_mult_desc$" + modifier_building_slaves_mortality_mult: "$modifier_state_slaves_mortality_mult$" + modifier_building_slaves_mortality_mult_desc: "$modifier_state_slaves_mortality_mult_desc$" + modifier_building_smallholders_mortality_mult: "$modifier_state_smallholders_mortality_mult$" + modifier_building_smallholders_mortality_mult_desc: "$modifier_state_smallholders_mortality_mult_desc$" + modifier_building_soldiers_mortality_mult: "$modifier_state_soldiers_mortality_mult$" + modifier_building_soldiers_mortality_mult_desc: "$modifier_state_soldiers_mortality_mult_desc$" + + modifier_building_laborers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" + modifier_building_laborers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" + modifier_building_machinists_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" + modifier_building_machinists_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" + modifier_building_engineers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" + modifier_building_engineers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" + modifier_building_investors_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" + modifier_building_investors_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" + modifier_building_administrators_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" + modifier_building_administrators_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $administrators$" + modifier_building_executives_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" + modifier_building_executives_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" + modifier_building_clergymen_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" + modifier_building_clergymen_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" + modifier_building_clerks_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" + modifier_building_clerks_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" + modifier_building_farmers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" + modifier_building_farmers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" + modifier_building_peasants_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" + modifier_building_peasants_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" + modifier_building_officers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" + modifier_building_officers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" + modifier_building_academics_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" + modifier_building_academics_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" + modifier_building_shopkeepers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" + modifier_building_shopkeepers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" + modifier_building_slaves_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" + modifier_building_slaves_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" + modifier_building_smallholders_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" + modifier_building_smallholders_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" + modifier_building_soldiers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" + modifier_building_soldiers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" + + modifier_building_group_bg_mining_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Mines" + modifier_building_group_bg_mining_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_engineers_mortality_mult$" + modifier_building_group_bg_mining_engineers_standard_of_living_add: "[concept_sol] of $engineers$ employed in Mines" + modifier_building_group_bg_mining_engineers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_engineers_standard_of_living_add$" + modifier_building_group_bg_mining_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Mines" + modifier_building_group_bg_mining_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_machinists_mortality_mult$" + modifier_building_group_bg_mining_machinists_standard_of_living_add: "[concept_sol] of $machinists$ employed in Mines" + modifier_building_group_bg_mining_machinists_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_machinists_standard_of_living_add$" + modifier_building_group_bg_mining_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Mines" + modifier_building_group_bg_mining_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_laborers_mortality_mult$" + modifier_building_group_bg_mining_laborers_standard_of_living_add: "[concept_sol] of $laborers$ employed in Mines" + modifier_building_group_bg_mining_laborers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_laborers_standard_of_living_add$" + modifier_building_group_bg_agriculture_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Agriculture" + modifier_building_group_bg_agriculture_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_agriculture_laborers_mortality_mult$" + modifier_building_group_bg_agriculture_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Agriculture" + modifier_building_group_bg_agriculture_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_agriculture_farmers_mortality_mult$" + modifier_building_group_bg_ranching_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Ranching" + modifier_building_group_bg_ranching_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_ranching_laborers_mortality_mult$" + modifier_building_group_bg_ranching_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Ranching" + modifier_building_group_bg_ranching_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_ranching_farmers_mortality_mult$" + modifier_building_group_bg_plantations_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed on Plantations" + modifier_building_group_bg_plantations_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_laborers_mortality_mult$" + modifier_building_group_bg_plantations_smallholders_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $smallholders$ employed on Plantations" + modifier_building_group_bg_plantations_smallholders_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_smallholders_mortality_mult$" + modifier_building_group_bg_plantations_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed on Plantations" + modifier_building_group_bg_plantations_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_farmers_mortality_mult$" + modifier_building_group_bg_manufacturing_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_mortality_mult$" + modifier_building_group_bg_manufacturing_engineers_standard_of_living_add: "[concept_sol] of $engineers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_engineers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_standard_of_living_add$" + modifier_building_group_bg_manufacturing_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_mortality_mult$" + modifier_building_group_bg_manufacturing_machinists_standard_of_living_add: "[concept_sol] of $machinists$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_machinists_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_standard_of_living_add$" + modifier_building_group_bg_manufacturing_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_mortality_mult$" + modifier_building_group_bg_manufacturing_laborers_standard_of_living_add: "[concept_sol] of $laborers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_laborers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_standard_of_living_add$" + modifier_building_group_bg_construction_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in $bg_construction$" + modifier_building_group_bg_construction_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_construction_laborers_mortality_mult$" + modifier_building_group_bg_logging_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Logging" + modifier_building_group_bg_logging_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_laborers_mortality_mult$" + modifier_building_group_bg_logging_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Logging" + modifier_building_group_bg_logging_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_machinists_mortality_mult$" + modifier_building_group_bg_logging_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Logging" + modifier_building_group_bg_logging_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_engineers_mortality_mult$" + modifier_building_group_bg_oil_rig_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Oil Extraction" + modifier_building_group_bg_oil_rig_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_rig_laborers_mortality_mult$" + modifier_building_group_bg_oil_rig_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Oil Extraction" + modifier_building_group_bg_oil_rig_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_rig_machinists_mortality_mult$" + modifier_building_group_bg_oil_rig_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Oil Extraction" + modifier_building_group_bg_oil_rig_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_rig_engineers_mortality_mult$" + modifier_building_group_bg_light_industry_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Light Industry" + modifier_building_group_bg_light_industry_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_light_industry_laborers_mortality_mult$" + modifier_building_group_bg_light_industry_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Light Industry" + modifier_building_group_bg_light_industry_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_light_industry_machinists_mortality_mult$" + modifier_building_group_bg_heavy_industry_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_laborers_mortality_mult$" + modifier_building_group_bg_heavy_industry_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_machinists_mortality_mult$" + modifier_building_group_bg_heavy_industry_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_engineers_mortality_mult$" + modifier_building_group_bg_infrastructure_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_laborers_mortality_mult$" + modifier_building_group_bg_infrastructure_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_machinists_mortality_mult$" + modifier_building_group_bg_infrastructure_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_engineers_mortality_mult$" + + modifier_building_group_bg_manufacturing_throughput_mult: "$bg_manufacturing$ [concept_throughput]" + modifier_building_group_bg_manufacturing_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_manufacturing$" + modifier_building_group_bg_plantations_throughput_mult: "$bg_plantations$ [concept_throughput]" + modifier_building_group_bg_plantations_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_plantations$" + modifier_building_group_bg_agriculture_throughput_mult: "$bg_agriculture$ [concept_throughput]" + modifier_building_group_bg_agriculture_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_agriculture$" + modifier_building_group_bg_ranching_throughput_mult: "$bg_ranching$ [concept_throughput]" + modifier_building_group_bg_ranching_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_ranching$" + modifier_building_group_bg_mining_throughput_mult: "$bg_mining$ [concept_throughput]" + modifier_building_group_bg_mining_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_mining$" + modifier_building_group_bg_oil_rig_throughput_mult: "$bg_oil_rig$ [concept_throughput]" + modifier_building_group_bg_oil_rig_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_oil_rig$" + + modifier_building_group_bg_service_throughput_mult: "$bg_service$ [concept_throughput]" + modifier_building_group_bg_service_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_service$" + + modifier_building_group_bg_subsistence_tax_mult: "Subsistence Farm Tax Income" + modifier_building_group_bg_subsistence_tax_mult_desc: "A bonus or penalty to tax income from Subsistence Farms" + modifier_building_group_bg_service_tax_mult: "Urban Center Tax Income" + modifier_building_group_bg_service_tax_mult_desc: "A bonus or penalty to tax income from Urban Centers" + modifier_building_group_bg_agriculture_tax_mult: "Agriculture Tax Income" + modifier_building_group_bg_agriculture_tax_mult_desc: "A bonus or penalty to tax income from Agriculture Buildings" + modifier_building_group_bg_ranching_tax_mult: "Ranching Tax Income" + modifier_building_group_bg_ranching_tax_mult_desc: "A bonus or penalty to tax income from Ranching Buildings" + modifier_building_group_bg_plantations_tax_mult: "Plantation Tax Income" + modifier_building_group_bg_plantations_tax_mult_desc: "A bonus or penalty to tax income from Plantation Buildings" + modifier_building_group_bg_mining_tax_mult: "Mining Tax Income" + modifier_building_group_bg_mining_tax_mult_desc: "A bonus or penalty to tax income from Mining Buildings" + modifier_building_group_bg_coal_mining_tax_mult: "Coal Mining Tax Income" + modifier_building_group_bg_coal_mining_tax_mult_desc: "A bonus or penalty to tax income from Coal Mines" + modifier_building_group_bg_gold_mining_tax_mult: "Gold Mining Tax Income" + modifier_building_group_bg_gold_mining_tax_mult_desc: "A bonus or penalty to tax income from Gold Mines" + modifier_building_group_bg_iron_mining_tax_mult: "Iron Mining Tax Income" + modifier_building_group_bg_iron_mining_tax_mult_desc: "A bonus or penalty to tax income from Iron Mines" + modifier_building_group_bg_lead_mining_tax_mult: "Lead Mining Tax Income" + modifier_building_group_bg_lead_mining_tax_mult_desc: "A bonus or penalty to tax income from Lead Mines" + modifier_building_group_bg_sulfur_mining_tax_mult: "Sulfur Mining Tax Income" + modifier_building_group_bg_sulfur_mining_tax_mult_desc: "A bonus or penalty to tax income from Sulfur Mines" + modifier_building_group_bg_rubber_tax_mult: "Rubber Industry Tax Income" + modifier_building_group_bg_rubber_tax_mult_desc: "A bonus or penalty to tax income from Rubber Plantation Buildings" + modifier_building_group_bg_logging_tax_mult: "Logging Industry Tax Income" + modifier_building_group_bg_logging_tax_mult_desc: "A bonus or penalty to tax income from Logging Buildings" + modifier_building_group_bg_fishing_tax_mult: "Fishing Tax Income" + modifier_building_group_bg_fishing_tax_mult_desc: "A bonus or penalty to tax income from Fishing Wharfs" + modifier_building_group_bg_oil_rig_tax_mult: "Oil Industry Tax Income" + modifier_building_group_bg_oil_rig_tax_mult_desc: "A bonus or penalty to tax income from Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_tax_mult: "Manufacturing Tax Income" + modifier_building_group_bg_manufacturing_tax_mult_desc: "A bonus or penalty to tax income from Manufacturing Buildings" + modifier_building_group_bg_government_tax_mult: "Government Tax Income" + modifier_building_group_bg_government_tax_mult_desc: "A bonus or penalty to tax income from Government Buildings" + modifier_building_group_bg_infrastructure_tax_mult: "Infrastructure Tax Income" + modifier_building_group_bg_infrastructure_tax_mult_desc: "A bonus or penalty to tax income from Infrastructure Buildings" + + modifier_building_group_bg_subsistence_mortality_mult: "Subsistence Farm Employee Mortality" + modifier_building_group_bg_subsistence_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Subsistence Farms" + modifier_building_group_bg_service_mortality_mult: "Urban Center Employee Mortality" + modifier_building_group_bg_service_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Urban Centers" + modifier_building_group_bg_agriculture_mortality_mult: "Agriculture Employee Mortality" + modifier_building_group_bg_agriculture_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_mortality_mult: "Ranching Employee Mortality" + modifier_building_group_bg_ranching_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Ranching Buildings" + modifier_building_group_bg_plantations_mortality_mult: "Plantation Employee Mortality" + modifier_building_group_bg_plantations_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Plantation Buildings" + modifier_building_group_bg_mining_mortality_mult: "Mining Employee Mortality" + modifier_building_group_bg_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Mining Buildings" + modifier_building_group_bg_coal_mining_mortality_mult: "Coal Mining Employee Mortality" + modifier_building_group_bg_coal_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Coal Mines" + modifier_building_group_bg_gold_mining_mortality_mult: "Gold Mining Employee Mortality" + modifier_building_group_bg_gold_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Gold Mines" + modifier_building_group_bg_iron_mining_mortality_mult: "Iron Mining Employee Mortality" + modifier_building_group_bg_iron_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Iron Mines" + modifier_building_group_bg_lead_mining_mortality_mult: "Lead Mining Employee Mortality" + modifier_building_group_bg_lead_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_mortality_mult: "Sulfur Mining Employee Mortality" + modifier_building_group_bg_sulfur_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Sulfur Mines" + modifier_building_group_bg_rubber_mortality_mult: "Rubber Industry Employee Mortality" + modifier_building_group_bg_rubber_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Rubber Plantation Buildings" + modifier_building_group_bg_logging_mortality_mult: "Logging Industry Employee Mortality" + modifier_building_group_bg_logging_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Logging Buildings" + modifier_building_group_bg_fishing_mortality_mult: "Fishing Employee Mortality" + modifier_building_group_bg_fishing_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Fishing Wharfs" + modifier_building_group_bg_oil_rig_mortality_mult: "Oil Industry Employee Mortality" + modifier_building_group_bg_oil_rig_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_mortality_mult: "Manufacturing Employee Mortality" + modifier_building_group_bg_manufacturing_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Manufacturing Buildings" + modifier_building_group_bg_government_mortality_mult: "Government Employee Mortality" + modifier_building_group_bg_government_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Government Buildings" + modifier_building_group_bg_infrastructure_mortality_mult: "Infrastructure Employee Mortality" + modifier_building_group_bg_infrastructure_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Infrastructure Buildings" + + modifier_building_group_bg_subsistence_standard_of_living_add: "Subsistence Farm Employee [concept_sol]" + modifier_building_group_bg_subsistence_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Subsistence Farms" + modifier_building_group_bg_service_standard_of_living_add: "Urban Center Employee [concept_sol]" + modifier_building_group_bg_service_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Urban Centers" + modifier_building_group_bg_agriculture_standard_of_living_add: "Agriculture Employee [concept_sol]" + modifier_building_group_bg_agriculture_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_standard_of_living_add: "Ranching Employee [concept_sol]" + modifier_building_group_bg_ranching_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Ranching Buildings" + modifier_building_group_bg_plantations_standard_of_living_add: "Plantation Employee [concept_sol]" + modifier_building_group_bg_plantations_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Plantation Buildings" + modifier_building_group_bg_mining_standard_of_living_add: "Mining Employee [concept_sol]" + modifier_building_group_bg_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Mining Buildings" + modifier_building_group_bg_coal_mining_standard_of_living_add: "Coal Mining Employee [concept_sol]" + modifier_building_group_bg_coal_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Coal Mines" + modifier_building_group_bg_gold_mining_standard_of_living_add: "Gold Mining Employee [concept_sol]" + modifier_building_group_bg_gold_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Gold Mines" + modifier_building_group_bg_iron_mining_standard_of_living_add: "Iron Mining Employee [concept_sol]" + modifier_building_group_bg_iron_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Iron Mines" + modifier_building_group_bg_lead_mining_standard_of_living_add: "Lead Mining Employee [concept_sol]" + modifier_building_group_bg_lead_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_standard_of_living_add: "Sulfur Mining Employee [concept_sol]" + modifier_building_group_bg_sulfur_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Sulfur Mines" + modifier_building_group_bg_rubber_standard_of_living_add: "Rubber Industry Employee [concept_sol]" + modifier_building_group_bg_rubber_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Rubber Plantation Buildings" + modifier_building_group_bg_logging_standard_of_living_add: "Logging Industry Employee [concept_sol]" + modifier_building_group_bg_logging_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Logging Buildings" + modifier_building_group_bg_fishing_standard_of_living_add: "Fishing Employee [concept_sol]" + modifier_building_group_bg_fishing_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Fishing Wharfs" + modifier_building_group_bg_oil_rig_standard_of_living_add: "Oil Industry Employee [concept_sol]" + modifier_building_group_bg_oil_rig_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_standard_of_living_add: "Manufacturing Employee [concept_sol]" + modifier_building_group_bg_manufacturing_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Manufacturing Buildings" + modifier_building_group_bg_government_standard_of_living_add: "Government Employee [concept_sol]" + modifier_building_group_bg_government_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Government Buildings" + modifier_building_group_bg_infrastructure_standard_of_living_add: "Infrastructure Employee [concept_sol]" + modifier_building_group_bg_infrastructure_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Infrastructure Buildings" + + modifier_building_group_bg_subsistence_employee_mult: "Subsistence Farm Employees" + modifier_building_group_bg_subsistence_employee_mult_desc: "A bonus or penalty to the number of employees in Subsistence Farms" + modifier_building_group_bg_service_employee_mult: "Urban Center Employees" + modifier_building_group_bg_service_employee_mult_desc: "A bonus or penalty to the number of employees in Urban Centers" + modifier_building_group_bg_agriculture_employee_mult: "Agriculture Employees" + modifier_building_group_bg_agriculture_employee_mult_desc: "A bonus or penalty to the number of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_employee_mult: "Ranching Employees" + modifier_building_group_bg_ranching_employee_mult_desc: "A bonus or penalty to the number of employees in Ranching Buildings" + modifier_building_group_bg_plantations_employee_mult: "Plantation Employees" + modifier_building_group_bg_plantations_employee_mult_desc: "A bonus or penalty to the number of employees in Plantation Buildings" + modifier_building_group_bg_mining_employee_mult: "Mining Employees" + modifier_building_group_bg_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Mines" + modifier_building_group_bg_gold_mining_employee_mult: "Gold Mining Employees" + modifier_building_group_bg_gold_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Gold Mines" + modifier_building_group_bg_coal_mining_employee_mult: "Coal Mining Employees" + modifier_building_group_bg_coal_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Coal Mines" + modifier_building_group_bg_iron_mining_employee_mult: "Iron Mining Employees" + modifier_building_group_bg_iron_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Iron Mines" + modifier_building_group_bg_lead_mining_employee_mult: "Lead Mining Employees" + modifier_building_group_bg_lead_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_employee_mult: "Sulfur Mining Employees" + modifier_building_group_bg_sulfur_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Sulfur Mines" + modifier_building_group_bg_rubber_employee_mult: "Rubber Industry Employees" + modifier_building_group_bg_rubber_employee_mult_desc: "A bonus or penalty to the number of employees in Rubber Industry Buildings" + modifier_building_group_bg_logging_employee_mult: "Logging Industry Employees" + modifier_building_group_bg_logging_employee_mult_desc: "A bonus or penalty to the number of employees in Logging Industry Buildings" + modifier_building_group_bg_fishing_employee_mult: "Fishing Employees" + modifier_building_group_bg_fishing_employee_mult_desc: "A bonus or penalty to the number of employees in Fishing Buildings" + modifier_building_group_bg_oil_rig_employee_mult: "Oil Industry Employees" + modifier_building_group_bg_oil_rig_employee_mult_desc: "A bonus or penalty to the number of employees in Oil Industry Buildings" + modifier_building_group_bg_manufacturing_employee_mult: "Manufacturing Employees" + modifier_building_group_bg_manufacturing_employee_mult_desc: "A bonus or penalty to the number of employees in Manufacturing Buildings" + modifier_building_group_bg_government_employee_mult: "Government Employees" + modifier_building_group_bg_government_employee_mult_desc: "A bonus or penalty to the number of employees in Government Buildings" + modifier_building_group_bg_infrastructure_employee_mult: "Infrastructure Employees" + modifier_building_group_bg_infrastructure_employee_mult_desc: "A bonus or penalty to the number of employees in Infrastructure Buildings" + + modifier_building_output_services_add: "@services! Services output per level" + modifier_building_output_services_add_desc: "The amount of @services! Services produced by buildings" + modifier_building_output_fine_art_add: "@fine_art! Fine Art output per level" + modifier_building_output_fine_art_add_desc: "The amount of @fine_art! Fine Art produced by buildings" + modifier_building_output_furniture_add: "@furniture! Furniture output per level" + modifier_building_output_furniture_add_desc: "The amount of @furniture! Furniture produced by buildings" + modifier_building_output_clothes_add: "@clothes! Clothes output per level" + modifier_building_output_clothes_add_desc: "The amount of @clothes! Clothes produced by buildings" + modifier_building_output_tools_add: "@tools! Tools output per level" + modifier_building_output_tools_add_desc: "The amount of @tools! Tools produced by buildings" + modifier_building_output_glass_add: "@glass! Glass output per level" + modifier_building_output_glass_add_desc: "The amount of @glass! Glass produced by buildings" + modifier_building_output_steel_add: "@steel! Steel output per level" + modifier_building_output_steel_add_desc: "The amount of @steel! Steel produced by buildings" + modifier_building_output_liquor_add: "@liquor! Liquor output per level" + modifier_building_output_liquor_add_desc: "The amount of @liquor! Liquor produced by buildings" + modifier_building_output_groceries_add: "@groceries! Groceries output per level" + modifier_building_output_groceries_add_desc: "The amount of @groceries! Groceries produced by buildings" + modifier_building_output_luxury_clothes_add: "@luxury_clothes! Luxury Clothes output per level" + modifier_building_output_luxury_clothes_add_desc: "The amount of @luxury_clothes! Luxury Clothes produced by buildings" + modifier_building_output_luxury_furniture_add: "@luxury_furniture! Luxury Furniture output per level" + modifier_building_output_luxury_furniture_add_desc: "The amount of @luxury_furniture! Luxury Furniture produced by buildings" + modifier_building_output_porcelain_add: "@porcelain! Porcelain output per level" + modifier_building_output_porcelain_add_desc: "The amount of @porcelain! Porcelain produced by buildings" + modifier_building_output_fertilizer_add: "@fertilizer! Fertilizer output per level" + modifier_building_output_fertilizer_add_desc: "The amount of @fertilizer! Fertilizer produced by buildings" + modifier_building_output_explosives_add: "@explosives! Explosives output per level" + modifier_building_output_explosives_add_desc: "The amount of @explosives! Explosives produced by buildings" + modifier_building_output_ammunition_add: "@ammunition! Ammunition output per level" + modifier_building_output_ammunition_add_desc: "The amount of @ammunition! Ammunition produced by buildings" + modifier_building_output_artillery_add: "@artillery! Artillery output per level" + modifier_building_output_artillery_add_desc: "The amount of @artillery! Artillery produced by buildings" + modifier_building_output_engines_add: "@engines! Engines output per level" + modifier_building_output_engines_add_desc: "The amount of @engines! Engines produced by buildings" + modifier_building_output_clippers_add: "@clippers! $clippers$ output per level" + modifier_building_output_clippers_add_desc: "The amount of @clippers! $clippers$ produced by buildings" + modifier_building_output_steamers_add: "@steamers! $steamers$ output per level" + modifier_building_output_steamers_add_desc: "The amount of @steamers! $steamers$ produced by buildings" + modifier_building_output_manowars_add: "@manowars! $manowars$ output per level" + modifier_building_output_manowars_add_desc: "The amount of @manowars! $manowars$ produced by buildings" + modifier_building_output_ironclads_add: "@ironclads! $ironclads$ output per level" + modifier_building_output_ironclads_add_desc: "The amount of @ironclads! $ironclads$ produced by buildings" + modifier_building_output_automobiles_add: "@automobiles! Automobiles output per level" + modifier_building_output_automobiles_add_desc: "The amount of @automobiles! Automobiles produced by buildings" + modifier_building_output_aeroplanes_add: "@aeroplanes! Aeroplanes output per level" + modifier_building_output_aeroplanes_add_desc: "The amount of @aeroplanes! Aeroplanes produced by buildings" + modifier_building_output_tanks_add: "@tanks! Tanks output per level" + modifier_building_output_tanks_add_desc: "The amount of @tanks! Tanks produced by buildings" + modifier_building_output_telephones_add: "@telephones! Telephones output per level" + modifier_building_output_telephones_add_desc: "The amount of @telephones! Telephones produced by buildings" + modifier_building_output_grain_add: "@grain! Grain output per level" + modifier_building_output_grain_add_desc: "The amount of @grain! Grain produced by buildings" + modifier_building_output_fish_add: "@fish! Fish output per level" + modifier_building_output_fish_add_desc: "The amount of @fish! Fish produced by buildings" + modifier_building_output_meat_add: "@meat! Meat output per level" + modifier_building_output_meat_add_desc: "The amount of @meat! Meat produced by buildings" + modifier_building_output_fruit_add: "@fruit! Fruit output per level" + modifier_building_output_fruit_add_desc: "The amount of @fruit! Fruit produced by buildings" + modifier_building_output_wine_add: "@wine! $wine$ output per level" + modifier_building_output_wine_add_desc: "The amount of @wine! $wine$ produced by buildings" + modifier_building_output_fabric_add: "@fabric! Fabric output per level" + modifier_building_output_fabric_add_desc: "The amount of @fabric! Fabric produced by buildings" + modifier_building_output_wood_add: "@wood! Wood output per level" + modifier_building_output_wood_add_desc: "The amount of @wood! Wood produced by buildings" + modifier_building_output_sugar_add: "@sugar! Sugar output per level" + modifier_building_output_sugar_add_desc: "The amount of @sugar! Sugar produced by buildings" + modifier_building_output_coal_add: "@coal! Coal output per level" + modifier_building_output_coal_add_desc: "The amount of @coal! Coal produced by buildings" + modifier_building_output_iron_add: "@iron! Iron output per level" + modifier_building_output_iron_add_desc: "The amount of @iron! Iron produced by buildings" + modifier_building_output_lead_add: "@lead! Lead output per level" + modifier_building_output_lead_add_desc: "The amount of @lead! Lead produced by buildings" + modifier_building_output_oil_add: "@oil! Oil output per level" + modifier_building_output_oil_add_desc: "The amount of @oil! Oil produced by buildings" + modifier_building_output_gold_add: "@gold! Gold output per level" + modifier_building_output_gold_add_desc: "The amount of @gold! Gold produced by buildings" + modifier_building_output_sulfur_add: "@sulfur! Sulfur output per level" + modifier_building_output_sulfur_add_desc: "The amount of @sulfur! Sulfur produced by buildings" + modifier_building_output_rubber_add: "@rubber! Rubber output per level" + modifier_building_output_rubber_add_desc: "The amount of @rubber! Rubber produced by buildings" + modifier_building_output_coffee_add: "@coffee! Coffee output per level" + modifier_building_output_coffee_add_desc: "The amount of @coffee! Coffee produced by buildings" + modifier_building_output_dye_add: "@dye! Dye output per level" + modifier_building_output_dye_add_desc: "The amount of @dye! Dye produced by buildings" + modifier_building_output_opium_add: "@opium! Opium output per level" + modifier_building_output_opium_add_desc: "The amount of @opium! Opium produced by buildings" + modifier_building_output_tea_add: "@tea! Tea output per level" + modifier_building_output_tea_add_desc: "The amount of @tea! Tea produced by buildings" + modifier_building_output_silk_add: "@silk! Fine Silk output per level" + modifier_building_output_silk_add_desc: "The amount of @silk! Fine Silk produced by buildings" + modifier_building_output_tobacco_add: "@tobacco! Tobacco output per level" + modifier_building_output_tobacco_add_desc: "The amount of @tobacco! Tobacco produced by buildings" + modifier_building_output_small_arms_add: "@small_arms! Small Arms output per level" + modifier_building_output_small_arms_add_desc: "The amount of @small_arms! Small Arms produced by buildings" + modifier_building_output_paper_add: "@paper! Paper output per level" + modifier_building_output_paper_add_desc: "The amount of @paper! Paper produced by buildings" + modifier_building_output_literature_add: "@literature! Literature output per level" + modifier_building_output_literature_add_desc: "The amount of @literature! Literature produced by buildings" + modifier_building_output_transportation_add: "@transportation! Transportation output per level" + modifier_building_output_transportation_add_desc: "The amount of @transportation! Transportation produced by buildings" + modifier_building_output_electricity_add: "@electricity! Electricity output per level" + modifier_building_output_electricity_add_desc: "The amount of @electricity! Electricity produced by buildings" + + modifier_building_input_fabric_add: "@fabric! Fabric input per level" + modifier_building_input_fabric_add_desc: "The amount of @fabric! Fabric consumed by buildings" + modifier_building_input_wood_add: "@wood! Wood input per level" + modifier_building_input_wood_add_desc: "The amount of @wood! Wood consumed by buildings" + modifier_building_input_iron_add: "@iron! Iron input per level" + modifier_building_input_iron_add_desc: "The amount of @iron! Iron consumed by buildings" + modifier_building_input_coal_add: "@coal! Coal input per level" + modifier_building_input_coal_add_desc: "The amount of @coal! Coal consumed by buildings" + modifier_building_input_lead_add: "@lead! Lead input per level" + modifier_building_input_lead_add_desc: "The amount of @lead! Lead consumed by buildings" + modifier_building_input_grain_add: "@grain! Grain input per level" + modifier_building_input_grain_add_desc: "The amount of @grain! Grain consumed by buildings" + modifier_building_input_fish_add: "@fish! Fish input per level" + modifier_building_input_fish_add_desc: "The amount of @fish! Fish consumed by buildings" + modifier_building_input_meat_add: "@meat! Meat input per level" + modifier_building_input_meat_add_desc: "The amount of @meat! Meat consumed by buildings" + modifier_building_input_fruit_add: "@fruit! Fruit input per level" + modifier_building_input_fruit_add_desc: "The amount of @fruit! Fruit consumed by buildings" + modifier_building_input_wine_add: "@wine! $wine$ input per level" + modifier_building_input_wine_add_desc: "The amount of @wine! $wine$ consumed by buildings" + modifier_building_input_liquor_add: "@liquor! $liquor$ input per level" + modifier_building_input_liquor_add_desc: "The amount of @liquor! $liquor$ consumed by buildings" + modifier_building_input_sugar_add: "@sugar! Sugar input per level" + modifier_building_input_sugar_add_desc: "The amount of @sugar! Sugar consumed by buildings" + modifier_building_input_glass_add: "@glass! Glass input per level" + modifier_building_input_glass_add_desc: "The amount of @glass! Glass consumed by buildings" + modifier_building_input_dye_add: "@dye! Dye input per level" + modifier_building_input_dye_add_desc: "The amount of @dye! Dye consumed by buildings" + modifier_building_input_silk_add: "@silk! Fine Silk input per level" + modifier_building_input_silk_add_desc: "The amount of @silk! Fine Silk consumed by buildings" + modifier_building_input_sulfur_add: "@sulfur! Sulfur input per level" + modifier_building_input_sulfur_add_desc: "The amount of @sulfur! Sulfur consumed by buildings" + modifier_building_input_oil_add: "@oil! Oil input per level" + modifier_building_input_oil_add_desc: "The amount of @oil! Oil consumed by buildings" + modifier_building_input_steel_add: "@steel! Steel input per level" + modifier_building_input_steel_add_desc: "The amount of @steel! Steel consumed by buildings" + modifier_building_input_tools_add: "@tools! Tools input per level" + modifier_building_input_tools_add_desc: "The amount of @tools! Tools consumed by buildings" + modifier_building_input_rubber_add: "@rubber! Rubber input per level" + modifier_building_input_rubber_add_desc: "The amount of @rubber! Rubber consumed by buildings" + modifier_building_input_opium_add: "@opium! Opium input per level" + modifier_building_input_opium_add_desc: "The amount of @opium! Opium consumed by buildings" + modifier_building_input_ammunition_add: "@ammunition! Ammunition input per level" + modifier_building_input_ammunition_add_desc: "The amount of @ammunition! Ammunition consumed by buildings" + modifier_building_input_artillery_add: "@artillery! Artillery input per level" + modifier_building_input_artillery_add_desc: "The amount of @artillery! Artillery consumed by buildings" + modifier_building_input_small_arms_add: "@small_arms! Small Arms input per level" + modifier_building_input_small_arms_add_desc: "The amount of @small_arms! Small Arms consumed by buildings" + modifier_building_input_clothes_add: "@clothes! Clothes input per level" + modifier_building_input_clothes_add_desc: "The amount of @clothes! Clothes consumed by buildings" + modifier_building_input_groceries_add: "@groceries! Groceries input per level" + modifier_building_input_groceries_add_desc: "The amount of @groceries! Groceries consumed by buildings" + modifier_building_input_clippers_add: "@clippers! $clippers$ input per level" + modifier_building_input_clippers_add_desc: "The amount of @clippers! $clippers$ consumed by buildings" + modifier_building_input_steamers_add: "@steamers! $steamers$ input per level" + modifier_building_input_steamers_add_desc: "The amount of @steamers! $steamers$ consumed by buildings" + modifier_building_input_manowars_add: "@manowars! $manowars$ input per level" + modifier_building_input_manowars_add_desc: "The amount of @manowars! $manowars$ consumed by buildings" + modifier_building_input_ironclads_add: "@ironclads! $ironclads$ input per level" + modifier_building_input_ironclads_add_desc: "The amount of @ironclads! $ironclads$ consumed by buildings" + modifier_building_input_engines_add: "@engines! Engines input per level" + modifier_building_input_engines_add_desc: "The amount of @engines! Engines consumed by buildings" + modifier_building_input_fertilizer_add: "@fertilizer! Fertilizer input per level" + modifier_building_input_fertilizer_add_desc: "The amount of @fertilizer! Fertilizer consumed by buildings" + modifier_building_input_explosives_add: "@explosives! Explosives input per level" + modifier_building_input_explosives_add_desc: "The amount of @explosives! Explosives consumed by buildings" + modifier_building_input_paper_add: "@paper! Paper input per level" + modifier_building_input_paper_add_desc: "The amount of @paper! Paper consumed by buildings" + modifier_building_input_literature_add: "@literature! Literature input per level" + modifier_building_input_literature_add_desc: "The amount of @literature! Literature consumed by buildings" + modifier_building_input_transportation_add: "@transportation! Transportation input per level" + modifier_building_input_transportation_add_desc: "The amount of @transportation! Transportation consumed by buildings" + modifier_building_input_electricity_add: "@electricity! Electricity input per level" + modifier_building_input_electricity_add_desc: "The amount of @electricity! Electricity consumed by buildings" + modifier_building_input_automobiles_add: "@automobiles! Automobiles input per level" + modifier_building_input_automobiles_add_desc: "The amount of @automobiles! Automobiles consumed by buildings" + modifier_building_input_aeroplanes_add: "@aeroplanes! Aeroplanes input per level" + modifier_building_input_aeroplanes_add_desc: "The amount of @aeroplanes! Aeroplanes consumed by buildings" + modifier_building_input_tanks_add: "@tanks! Tanks input per level" + modifier_building_input_tanks_add_desc: "The amount of @tanks! Tanks consumed by buildings" + modifier_building_input_telephones_add: "@telephones! Telephone input per level" + modifier_building_input_telephones_add_desc: "The amount of @telephones! Telephone consumed by buildings" + + + modifier_building_output_oil_mult: "Building @oil! Oil output " + modifier_building_output_oil_mult_desc: "A bonus or penalty to the amount of @oil! Oil produced by buildings" + modifier_building_output_literature_mult: "Building @literature! Literature output " + modifier_building_output_literature_mult_desc: "A bonus or penalty to the amount of @literature! output produced by buildings" + modifier_building_output_tools_mult: "Building @tools! Tools output" + modifier_building_output_tools_mult_desc: "A bonus or penalty to the amount of @tools! output produced by buildings" + modifier_building_output_small_arms_mult: "Building @small_arms! Small Arms output" + modifier_building_output_small_arms_mult_desc: "A bonus or penalty to the amount of @small_arms! output produced by buildings" + modifier_building_output_engines_mult: "Building @engines! Engines output" + modifier_building_output_engines_mult_desc: "A bonus or penalty to the amount of @engines! output produced by buildings" + modifier_building_output_artillery_mult: "Building @artillery! Artillery output" + modifier_building_output_artillery_mult_desc: "A bonus or penalty to the amount of @artillery! output produced by buildings" + modifier_building_output_automobiles_mult: "Building @automobiles! Automobiles output" + modifier_building_output_automobiles_mult_desc: "A bonus or penalty to the amount of @automobiles! output produced by buildings" + modifier_building_output_aeroplanes_mult: "Building @aeroplanes! Aeroplanes output" + modifier_building_output_aeroplanes_mult_desc: "A bonus or penalty to the amount of @aeroplanes! output produced by buildings" + modifier_building_output_tanks_mult: "Building @tanks! Tanks output" + modifier_building_output_tanks_mult_desc: "A bonus or penalty to the amount of @tanks! output produced by buildings" + modifier_building_output_clippers_mult: "Building @clippers! Clippers output" + modifier_building_output_clippers_mult_desc: "A bonus or penalty to the amount of @clippers! Clippers produced by buildings" + modifier_building_output_steamers_mult: "Building @steamers! Steamers output" + modifier_building_output_steamers_mult_desc: "A bonus or penalty to the amount of @steamers! Steamers produced by buildings" + modifier_building_output_manowars_mult: "Building @manowars! Man-o-Wars output" + modifier_building_output_manowars_mult_desc: "A bonus or penalty to the amount of @manowars! Man-o-Wars produced by buildings" + modifier_building_output_ironclads_mult: "Building @ironclads! Ironclads output" + modifier_building_output_ironclads_mult_desc: "A bonus or penalty to the amount of @ironclads! Ironclads produced by buildings" + modifier_building_output_liquor_mult: "Building @liquor! Liquor output" + modifier_building_output_liquor_mult_desc: "A bonus or penalty to the amount of @liquor! Liquor produced by buildings" + modifier_building_output_wine_mult: "Building @wine! Wine output" + modifier_building_output_wine_mult_desc: "A bonus or penalty to the amount of @wine! Wine produced by buildings" + modifier_building_output_fabric_mult: "Building @fabric! Fabric output" + modifier_building_output_fabric_mult_desc: "A bonus or penalty to the amount of @fabric! Fabric produced by buildings" + modifier_building_output_silk_mult: "Building @silk! Silk output" + modifier_building_output_silk_mult_desc: "A bonus or penalty to the amount of @silk! Silk produced by buildings" + modifier_building_output_fruit_mult: "Building @fruit! Fruit output" + modifier_building_output_fruit_mult_desc: "A bonus or penalty to the amount of @fruit! Fruit produced by buildings" + modifier_building_output_sugar_mult: "Building @sugar! Sugar output" + modifier_building_output_sugar_mult_desc: "A bonus or penalty to the amount of @sugar! Sugar produced by buildings" + modifier_building_output_electricity_mult: "Building @electricity! Electricity output" + modifier_building_output_electricity_mult_desc: "A bonus or penalty to the amount of @electricity! Electricity produced by buildings" + + modifier_state_working_adult_ratio_add: "Workforce Ratio" + modifier_state_working_adult_ratio_add_desc: "The ratio of Workforce to Dependents" + + modifier_country_voting_power_base_add: "[concept_political_strength] from Votes" + modifier_country_voting_power_base_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections" + modifier_country_voting_power_from_literacy_add: "[concept_political_strength] from Educated Pops' Votes" + modifier_country_voting_power_from_literacy_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections, modified by the [concept_literacy] of the voting [concept_pop]" + modifier_country_voting_power_wealth_threshold_add: "[concept_wealth] Threshold for Voting" + modifier_country_voting_power_wealth_threshold_add_desc: "An increase or decrease to the [concept_wealth] threshold at which Pops are eligible to vote" + + modifier_state_political_strength_from_wealth_mult: "[concept_political_strength] from [concept_wealth]" + modifier_state_political_strength_from_wealth_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_wealth]" + modifier_state_political_strength_from_discrimination_mult: "[concept_political_strength] from [concept_discrimination]" + modifier_state_political_strength_from_discrimination_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_discrimination]" + modifier_state_political_strength_from_welfare_mult: "Political Strength when receiving Welfare" + modifier_state_political_strength_from_welfare_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] that are receiving [concept_welfare_payments]" + + modifier_state_dependent_political_participation_add: "Dependent Enfranchisement" + modifier_state_dependent_political_participation_add_desc: "The fraction of Dependents that can join Interest Groups and vote." + + modifier_building_subsistence_output_add: "Subsistence Output" + modifier_building_subsistence_output_add_desc: "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in the [concept_building]." + modifier_building_subsistence_output_mult: "$modifier_building_subsistence_output_add$" + modifier_building_subsistence_output_mult_desc: "$modifier_building_subsistence_output_add_desc$" + modifier_building_unincorporated_subsistence_output_mult: "Subsistence Output in Unincorporated States" + modifier_building_unincorporated_subsistence_output_mult_desc: "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_country_infamy_generation_mult: "Infamy Generation" + modifier_country_infamy_generation_mult_desc: "An increase or decrease in the amount of [concept_infamy] generated by [Concept('concept_diplomatic_incident', '$concept_diplomatic_incidents$')]." + + modifier_building_throughput_oil_mult: "$oil$ [concept_throughput]" + modifier_building_throughput_oil_mult_desc: "A bonus or penalty to both input and output of $oil$" + + modifier_building_food_industry_throughput_mult: "$building_food_industry$ building [concept_throughput]" + modifier_building_food_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_food_industry$" + modifier_building_textile_mills_throughput_mult: "$building_textile_mills$ building [concept_throughput]" + modifier_building_textile_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_textile_mills$" + modifier_building_furniture_manufacturies_throughput_mult: "$building_furniture_manufacturies$ building [concept_throughput]" + modifier_building_furniture_manufacturies_throughput_mult_desc: "A bonus or penalty to both input and output of $building_furniture_manufacturies$" + modifier_building_glassworks_throughput_mult: "$building_glassworks$ building [concept_throughput]" + modifier_building_glassworks_throughput_mult_desc: "A bonus or penalty to both input and output of $building_glassworks$" + modifier_building_tooling_workshops_throughput_mult: "$building_tooling_workshops$ building [concept_throughput]" + modifier_building_tooling_workshops_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tooling_workshops$" + modifier_building_paper_mills_throughput_mult: "$building_paper_mills$ building [concept_throughput]" + modifier_building_paper_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_paper_mills$" + modifier_building_chemical_plants_throughput_mult: "$building_chemical_plants$ building [concept_throughput]" + modifier_building_chemical_plants_throughput_mult_desc: "A bonus or penalty to both input and output of $building_chemical_plants$" + modifier_building_steel_mills_throughput_mult: "$building_steel_mills$ building [concept_throughput]" + modifier_building_steel_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_steel_mills$" + modifier_building_shipyards_throughput_mult: "$building_shipyards$ building [concept_throughput]" + modifier_building_shipyards_throughput_mult_desc: "A bonus or penalty to both input and output of $building_shipyards$" + modifier_building_motor_industry_throughput_mult: "$building_motor_industry$ building [concept_throughput]" + modifier_building_motor_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_motor_industry$" + modifier_building_explosives_industry_throughput_mult: "$building_explosives_industry$ building [concept_throughput]" + modifier_building_explosives_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_explosives_industry$" + modifier_building_synthetics_plants_throughput_mult: "$synthetics_plants$ building [concept_throughput]" + modifier_building_synthetics_plants_throughput_mult_desc: "A bonus or penalty to both input and output of $synthetics_plants$" + modifier_building_electrics_industry_throughput_mult: "$building_electrics_industry$ building [concept_throughput]" + modifier_building_electrics_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_electrics_industry$" + modifier_building_subsistence_farms_throughput_mult: "$building_subsistence_farms$ building [concept_throughput]" + modifier_building_subsistence_farms_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_farms$" + modifier_building_subsistence_orchards_throughput_mult: "$building_subsistence_orchards$ building [concept_throughput]" + modifier_building_subsistence_orchards_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_orchards$" + modifier_building_subsistence_pastures_throughput_mult: "$building_subsistence_pastures$ building [concept_throughput]" + modifier_building_subsistence_pastures_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_pastures$" + modifier_building_rye_farm_throughput_mult: "$building_rye_farm$ building [concept_throughput]" + modifier_building_rye_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rye_farm$" + modifier_building_wheat_farm_throughput_mult: "$building_wheat_farm$ building [concept_throughput]" + modifier_building_wheat_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_wheat_farm$" + modifier_building_rice_farm_throughput_mult: "$building_rice_farm$ building [concept_throughput]" + modifier_building_rice_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rice_farm$" + modifier_building_maize_farm_throughput_mult: "$building_maize_farm$ building [concept_throughput]" + modifier_building_maize_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_maize_farm$" + modifier_building_millet_farm_throughput_mult: "$building_millet_farm$ building [concept_throughput]" + modifier_building_millet_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_millet_farm$" + modifier_building_livestock_ranch_throughput_mult: "$building_livestock_ranch$ building [concept_throughput]" + modifier_building_livestock_ranch_throughput_mult_desc: "A bonus or penalty to both input and output of $building_livestock_ranch$" + modifier_building_coal_mine_throughput_mult: "$building_coal_mine$ building [concept_throughput]" + modifier_building_coal_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_coal_mine$" + modifier_building_iron_mine_throughput_mult: "$building_iron_mine$ building [concept_throughput]" + modifier_building_iron_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_iron_mine$" + modifier_building_gold_mine_throughput_mult: "$building_gold_mine$ building [concept_throughput]" + modifier_building_gold_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_gold_mine$" + modifier_building_lead_mine_throughput_mult: "$building_lead_mine$ building [concept_throughput]" + modifier_building_lead_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_lead_mine$" + modifier_building_oil_rig_throughput_mult: "$building_oil_rig$ building [concept_throughput]" + modifier_building_oil_rig_throughput_mult_desc: "A bonus or penalty to both input and output of $building_oil_rig$" + modifier_building_gold_fields_throughput_mult: "$building_gold_fields$ building [concept_throughput]" + modifier_building_gold_fields_throughput_mult_desc: "A bonus or penalty to both input and output of $building_gold_fields$" + modifier_building_coffee_plantation_throughput_mult: "$building_coffee_plantation$ building [concept_throughput]" + modifier_building_coffee_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_coffee_plantation$" + modifier_building_cotton_plantation_throughput_mult: "$building_cotton_plantation$ building [concept_throughput]" + modifier_building_cotton_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_cotton_plantation$" + modifier_building_silk_plantation_throughput_mult: "$building_silk_plantation$ building [concept_throughput]" + modifier_building_silk_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_silk_plantation$" + modifier_building_dye_plantation_throughput_mult: "$building_dye_plantation$ building [concept_throughput]" + modifier_building_dye_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_dye_plantation$" + modifier_building_opium_plantation_throughput_mult: "$building_opium_plantation$ building [concept_throughput]" + modifier_building_opium_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_opium_plantation$" + modifier_building_tea_plantation_throughput_mult: "$building_tea_plantation$ building [concept_throughput]" + modifier_building_tea_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tea_plantation$" + modifier_building_tobacco_plantation_throughput_mult: "$building_tobacco_plantation$ building [concept_throughput]" + modifier_building_tobacco_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tobacco_plantation$" + modifier_building_sugar_plantation_throughput_mult: "$building_sugar_plantation$ building [concept_throughput]" + modifier_building_sugar_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_sugar_plantation$" + modifier_building_rubber_plantation_throughput_mult: "$building_rubber_plantation$ building [concept_throughput]" + modifier_building_rubber_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rubber_plantation$" + modifier_building_banana_plantation_throughput_mult: "$building_banana_plantation$ building [concept_throughput]" + modifier_building_banana_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_banana_plantation$" + modifier_building_barracks_throughput_mult: "$building_barracks$ building [concept_throughput]" + modifier_building_barracks_throughput_mult_desc: "A bonus or penalty to both input and output of $building_barracks$" + modifier_building_naval_base_throughput_mult: "$building_naval_base$ building [concept_throughput]" + modifier_building_naval_base_throughput_mult_desc: "A bonus or penalty to both input and output of $building_naval_base$" + modifier_building_urban_center_throughput_mult: "$building_urban_center$ building [concept_throughput]" + modifier_building_urban_center_throughput_mult_desc: "A bonus or penalty to both input and output of $building_urban_center$" + modifier_building_construction_sector_throughput_mult: "$building_construction_sector$ building [concept_throughput]" + modifier_building_construction_sector_throughput_mult_desc: "A bonus or penalty to both input and output of $building_construction_sector$" + modifier_building_trade_center_throughput_mult: "$building_trade_center$ building [concept_throughput]" + modifier_building_trade_center_throughput_mult_desc: "A bonus or penalty to both input and output of $building_trade_center$" + modifier_building_government_administration_throughput_mult: "$building_government_administration$ building [concept_throughput]" + modifier_building_government_administration_throughput_mult_desc: "A bonus or penalty to both input and output of $building_government_administration$" + modifier_building_university_throughput_mult: "$building_university$ building [concept_throughput]" + modifier_building_university_throughput_mult_desc: "A bonus or penalty to both input and output of $building_university$" + modifier_building_eiffel_tower_throughput_mult: "$building_eiffel_tower$ building [concept_throughput]" + modifier_building_eiffel_tower_throughput_mult_desc: "A bonus or penalty to both input and output of $building_eiffel_tower$" + modifier_building_logging_camp_throughput_mult: "$building_logging_camp$ building [concept_throughput]" + modifier_building_logging_camp_throughput_mult_desc: "A bonus or penalty to both input and output of $building_logging_camp$" + modifier_building_fishing_wharf_throughput_mult: "$building_fishing_wharf$ building [concept_throughput]" + modifier_building_fishing_wharf_throughput_mult_desc: "A bonus or penalty to both input and output of $building_fishing_wharf$" + modifier_building_suez_canal_throughput_mult: "$building_suez_canal$ building [concept_throughput]" + modifier_building_suez_canal_throughput_mult_desc: "A bonus or penalty to both input and output of $building_suez_canal$" + modifier_building_panama_canal_throughput_mult: "$building_panama_canal$ building [concept_throughput]" + modifier_building_panama_canal_throughput_mult_desc: "A bonus or penalty to both input and output of $building_panama_canal$" + modifier_building_port_throughput_mult: "$building_port$ building [concept_throughput]" + modifier_building_port_throughput_mult_desc: "A bonus or penalty to both input and output of $building_port$" + modifier_building_infrastructure_throughput_mult: "$building_infrastructure$ building [concept_throughput]" + modifier_building_infrastructure_throughput_mult_desc: "A bonus or penalty to both input and output of $building_infrastructure$" + modifier_building_power_plant_throughput_mult: "$building_power_plant$ building [concept_throughput]" + modifier_building_power_plant_throughput_mult_desc: "A bonus or penalty to both input and output of $building_power_plant$" + modifier_building_war_machine_industry_throughput_mult: "$building_war_machine_industry$ building [concept_throughput]" + modifier_building_war_machine_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_war_machine_industry$" + modifier_building_arms_industry_throughput_mult: "$building_arms_industry$ building [concept_throughput]" + modifier_building_arms_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_arms_industry$" + + modifier_building_group_bg_logging_throughput_mult: "Logging Industry [concept_throughput]" + modifier_building_group_bg_logging_throughput_mult_desc: "A bonus or penalty to both input and output of the logging Industry" + modifier_building_group_bg_fishing_throughput_mult: "Fishing Industry [concept_throughput]" + modifier_building_group_bg_fishing_throughput_mult_desc: "A bonus or penalty to both input and output of the fishing Industry" + + modifier_state_incorporated_infrastructure_add: "[concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" + modifier_state_incorporated_infrastructure_add_desc: "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" + modifier_state_colony_infrastructure_add: "[concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" + modifier_state_colony_infrastructure_add_desc: "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" + modifier_state_infrastructure_add: "Infrastructure" + modifier_state_infrastructure_add_desc: "A bonus or penalty to the [Concept('concept_state','$concept_state_possessive$')] [concept_infrastructure]" + modifier_state_infrastructure_from_population_add: "Infrastructure per [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] Population" + modifier_state_infrastructure_from_population_add_desc: "The amount of [concept_state] [concept_infrastructure] added for each [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] [Concept('concept_pop', '$concept_pops$')] that live there" + modifier_state_infrastructure_from_population_mult: "$modifier_state_infrastructure_from_population_add$" + modifier_state_infrastructure_from_population_mult_desc: "$modifier_state_infrastructure_from_population_add_desc$" + modifier_state_infrastructure_from_population_max_add: "Maximum Infrastructure from Population" + modifier_state_infrastructure_from_population_max_add_desc: "The max amount of [concept_infrastructure] that a [concept_state] can receive from [Concept('concept_pop', '$concept_pops$')] that live there" + modifier_state_infrastructure_from_population_max_mult: "$modifier_state_infrastructure_from_population_max_add$" + modifier_state_infrastructure_from_population_max_mult_desc: "$modifier_state_infrastructure_from_population_max_add_desc$" + modifier_state_infrastructure_mult: "$modifier_state_infrastructure_add$" + modifier_state_infrastructure_mult_desc: "$modifier_state_infrastructure_add_desc$" + modifier_state_region_sea_infrastructure_access_add: "State Region Sea Infrastructure Access" + modifier_state_region_sea_infrastructure_access_add_desc: "Caps how much [concept_infrastructure] a state region can be influenced by through adjacent sea regions" + + modifier_country_construction_add: "@construction![Nbsp][concept_construction]" + modifier_country_construction_add_desc: "The amount of @construction! Construction produced by a $building_construction_sector$" + modifier_state_construction_mult: "State Construction Efficiency" + modifier_state_construction_mult_desc: "A bonus or penalty to the weekly [concept_construction] progress in a [concept_state]" + modifier_country_private_construction_allocation_mult: "Private Construction Allocation" + modifier_country_private_construction_allocation_mult_desc: "An increase or decrease in the fraction of weekly [concept_construction] that will be preferentially allocated to [Concept('concept_private_construction', '$concept_private_constructions$')] over [Concept('concept_government_construction', '$concept_government_constructions$')] ." + + modifier_country_production_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Production" + modifier_country_production_weekly_innovation_mult_desc: "Modifies the amount of [concept_innovation] gained every week for Production" + modifier_country_military_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Military" + modifier_country_military_weekly_innovation_mult_desc: "The amount of [concept_innovation] gained every week for Military" + modifier_country_society_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Society" + modifier_country_society_weekly_innovation_mult_desc: "The amount of [concept_innovation] gained every week for Society" + modifier_country_production_tech_spread_mult: "Technology Spread for Production" + modifier_country_production_tech_spread_mult_desc: "The speed at which Production technologies spread from other countries " + modifier_country_military_tech_spread_mult: "Technology Spread for Military" + modifier_country_military_tech_spread_mult_desc: "The speed at which Military technologies spread from other countries" + modifier_country_society_tech_spread_mult: "Technology Spread for Society" + modifier_country_society_tech_spread_mult_desc: "The speed at which Society technologies spread from other countries" + + modifier_technology_invention_cost_mult: "Technology Cost" + modifier_technology_invention_cost_mult_desc: "A bonus or penalty to the cost to invent or adopt new technologies." + modifier_character_morale_cap_add: "Morale Cap" + modifier_character_morale_cap_add_desc: "A bonus or penalty to max unit morale." + modifier_character_budget_mult: "Character Budget" + modifier_character_budget_mult_desc: "A bonus or penalty to the monetary cost for characters." + modifier_character_health_add: "Character Health" + modifier_character_health_add_desc: "A character's health and longevity." + modifier_character_attrition_risk_add: "Attrition Risk" + modifier_character_attrition_risk_add_desc: "The chance of casualties among the units not involved in active battles" + modifier_character_attrition_risk_mult: "Attrition Risk Multiplier" + modifier_character_attrition_risk_mult_desc: "The chance of casualties among the units not involved in active battles" + modifier_front_advancement_speed_add: "Front Advancement Speed" + modifier_front_advancement_speed_add_desc: "$concept_advancement_speed_desc$" + modifier_front_advancement_speed_mult: "Front Advancement Speed" + modifier_front_advancement_speed_mult_desc: "$concept_advancement_speed_desc$" + modifier_front_enemy_advancement_speed_add: "Front Enemy Advancement Speed" + modifier_front_enemy_advancement_speed_add_desc: "$concept_advancement_speed_desc$" + modifier_front_enemy_advancement_speed_mult: "Front Enemy Advancement Speed" + modifier_front_enemy_advancement_speed_mult_desc: "$concept_advancement_speed_desc$" + + modifier_building_training_rate_add: "Training Rate" + modifier_building_training_rate_add_desc: "How much [concept_manpower] can be trained per week" + modifier_building_training_rate_mult: "$modifier_building_training_rate_add$" + modifier_building_training_rate_mult_desc: "$modifier_building_training_rate_add_desc$" + modifier_building_mobilization_cost_mult: "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilization$')] [Concept('concept_good','$concept_goods$')] Requirements" + modifier_building_mobilization_cost_mult_desc: "Additional input [Concept('concept_good','$concept_goods$')] demand by [Concept('concept_mobilize_battalion', '$concept_mobilize_battalions_mobilized$')]" + + modifier_character_popularity_add: "[concept_popularity]" + modifier_character_popularity_add_desc: "How popular this character is with its constituents." + + modifier_conscientious_objection_denied: "Disapproves of No Conscientious Objection" + modifier_conscientious_objection_rejected: "Disapproves of Conscientious Objection" + modifier_conscientious_objection_approved: "Approves of No Conscientious Objection" + modifier_conscientious_objection_rejected_good: "Approves of Conscientious Objection" + modifier_conscription_rate_lowered: "Conscientious Objectors" + objectors_conscription_law: "Conscientious Objectors Allowed" + objectors_conscription_bad_law: "Conscientious Objectors Rejected" + modifier_police_ignored: "Disapproves of Ignoring Police" + modifier_secret_police_supported: "Secret Police request implemented" + modifier_mine_regulations_enforced: "Disapproves of enforced mining regulations" + modifier_mine_regulations_not_enforced: "Approves of unenforced mining regulations" + modifier_mine_regulations_not_enforced_state: "Unenforced mining regulations" + modifier_ignored_intelligentsia_request: "Ignored Secular Schools Request" + + modifier_small_expedition_cost: "Small Expedition Budget" + modifier_medium_expedition_cost: "Medium Expedition Budget" + modifier_large_expedition_cost: "Expedition Budget" + + modifier_expedition_film: "Film of Expedition" + modifier_niger_river_expedition_complete: "Explored the Niger River" + + MODIFIER_NAME_FORMAT_BUILDING_TYPE_IN_STATE: "$BUILDING$ in $STATE$" + + modifier_olympic_games: "Olympic Games" + modifier_film_industry: "Film Industry" + modifier_reclaiming_land: "Reclaiming Land" + modifier_good_exhibition: "Good Exhibition" + modifier_great_exhibition: "Great Exhibition" + modifier_greatest_exhibition: "Greatest Exhibition" + + modifier_state_academics_investment_pool_contribution_add: "$academics$ [concept_investment_pool] contribution" + modifier_state_academics_investment_pool_efficiency_mult: "$academics$ [concept_investment_pool] contribution efficiency" + modifier_state_academics_investment_pool_contribution_add_desc: "How much of their profits $academics$ will invest" + modifier_state_academics_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" + + modifier_state_investors_investment_pool_contribution_add: "$investors$ [concept_investment_pool] contribution" + modifier_state_investors_investment_pool_efficiency_mult: "$investors$ [concept_investment_pool] contribution efficiency" + modifier_state_investors_investment_pool_contribution_add_desc: "How much of their profits $investors$ will invest" + modifier_state_investors_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $investors$ will contribute to the [concept_investment_pool]" + + modifier_state_administrators_investment_pool_contribution_add: "$administrators$ [concept_investment_pool] contribution" + modifier_state_administrators_investment_pool_efficiency_mult: "$administrators$ [concept_investment_pool] contribution efficiency" + modifier_state_administrators_investment_pool_contribution_add_desc: "How much of their profits $administrators$ will invest" + modifier_state_administrators_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $administrators$ will contribute to the [concept_investment_pool]" + + modifier_state_executives_investment_pool_contribution_add: "$executives$ [concept_investment_pool] contribution" + modifier_state_executives_investment_pool_efficiency_mult: "$executives$ [concept_investment_pool] contribution efficiency" + modifier_state_executives_investment_pool_contribution_add_desc: "How much of their profits $executives$ will invest" + modifier_state_executives_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $executives$ will contribute to the [concept_investment_pool]" + + modifier_state_clergymen_investment_pool_contribution_add: "$clergymen$ [concept_investment_pool] contribution" + modifier_state_clergymen_investment_pool_efficiency_mult: "$clergymen$ [concept_investment_pool] contribution efficiency" + modifier_state_clergymen_investment_pool_contribution_add_desc: "How much of their profits $clergymen$ will invest" + modifier_state_clergymen_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $clergymen$ will contribute to the [concept_investment_pool]" + + modifier_state_clerks_investment_pool_contribution_add: "$clerks$ [concept_investment_pool] contribution" + modifier_state_clerks_investment_pool_efficiency_mult: "$clerks$ [concept_investment_pool] contribution efficiency" + modifier_state_clerks_investment_pool_contribution_add_desc: "How much of their profits $clerks$ will invest" + modifier_state_clerks_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $clerks$ will contribute to the [concept_investment_pool]" + + modifier_state_engineers_investment_pool_contribution_add: "$engineers$ [concept_investment_pool] contribution" + modifier_state_engineers_investment_pool_efficiency_mult: "$engineers$ [concept_investment_pool] contribution efficiency" + modifier_state_engineers_investment_pool_contribution_add_desc: "How much of their profits $engineers$ will invest" + modifier_state_engineers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $engineers$ will contribute to the [concept_investment_pool]" + + modifier_state_farmers_investment_pool_contribution_add: "$farmers$ [concept_investment_pool] contribution" + modifier_state_farmers_investment_pool_efficiency_mult: "$farmers$ [concept_investment_pool] contribution efficiency" + modifier_state_farmers_investment_pool_contribution_add_desc: "How much of their profits $farmers$ will invest" + modifier_state_farmers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $farmers$ will contribute to the [concept_investment_pool]" + + modifier_state_peasants_investment_pool_contribution_add: "$peasants$ [concept_investment_pool] contribution" + modifier_state_peasants_investment_pool_efficiency_mult: "$peasants$ [concept_investment_pool] contribution efficiency" + modifier_state_peasants_investment_pool_contribution_add_desc: "How much of their profits $peasants$ will invest" + modifier_state_peasants_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $peasants$ will contribute to the [concept_investment_pool]" + + modifier_state_laborers_investment_pool_contribution_add: "$laborers$ [concept_investment_pool] contribution" + modifier_state_laborers_investment_pool_efficiency_mult: "$laborers$ [concept_investment_pool] contribution efficiency" + modifier_state_laborers_investment_pool_contribution_add_desc: "How much of their profits $laborers$ will invest" + modifier_state_laborers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $laborers$ will contribute to the [concept_investment_pool]" + + modifier_state_machinists_investment_pool_contribution_add: "$machinists$ [concept_investment_pool] contribution" + modifier_state_machinists_investment_pool_efficiency_mult: "$machinists$ [concept_investment_pool] contribution efficiency" + modifier_state_machinists_investment_pool_contribution_add_desc: "How much of their profits $machinists$ will invest" + modifier_state_machinists_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $machinists$ will contribute to the [concept_investment_pool]" + + modifier_state_officers_investment_pool_contribution_add: "$officers$ [concept_investment_pool] contribution" + modifier_state_officers_investment_pool_efficiency_mult: "$officers$ [concept_investment_pool] contribution efficiency" + modifier_state_officers_investment_pool_contribution_add_desc: "How much of their profits $officers$ will invest" + modifier_state_officers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $officers$ will contribute to the [concept_investment_pool]" + + modifier_state_shopkeepers_investment_pool_contribution_add: "$shopkeepers$ [concept_investment_pool] contribution" + modifier_state_shopkeepers_investment_pool_efficiency_mult: "$shopkeepers$ [concept_investment_pool] contribution efficiency" + modifier_state_shopkeepers_investment_pool_contribution_add_desc: "How much of their profits $shopkeepers$ will invest" + modifier_state_shopkeepers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $shopkeepers$ will contribute to the [concept_investment_pool]" + + modifier_state_slaves_investment_pool_contribution_add: "$slaves$ [concept_investment_pool] contribution" + modifier_state_slaves_investment_pool_efficiency_mult: "$slaves$ [concept_investment_pool] contribution efficiency" + modifier_state_slaves_investment_pool_contribution_add_desc: "How much of their profits $slaves$ will invest" + modifier_state_slaves_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $slaves$ will contribute to the [concept_investment_pool]" + + modifier_state_soldiers_investment_pool_contribution_add: "$soldiers$ [concept_investment_pool] contribution" + modifier_state_soldiers_investment_pool_efficiency_mult: "$soldiers$ [concept_investment_pool] contribution efficiency" + modifier_state_soldiers_investment_pool_contribution_add_desc: "How much of their profits $soldiers$ will invest" + modifier_state_soldiers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $soldiers$ will contribute to the [concept_investment_pool]" + + modifier_country_disallow_discriminated_migration: "[Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" + modifier_country_disallow_discriminated_migration_desc: "This country does not permit its [Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" + modifier_country_disallow_migration: "All [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" + modifier_country_disallow_migration_desc: "This country does not permit any of its [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" + + modifier_country_embargo_all_goods: "Permission to Embargo all Goods" + modifier_country_embargo_all_goods_desc: "Legal permission to embargo all categories of goods" + modifier_country_embargo_staple_goods: "Permission to Embargo $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_embargo_staple_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_embargo_industrial_goods: "Permission to Embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_embargo_industrial_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_embargo_luxury_goods: "Permission to Embargo $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_embargo_luxury_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_embargo_military_goods: "Permission to Embargo $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_embargo_military_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_promote_all_goods: "Permission to Promote all Goods" + modifier_country_promote_all_goods_desc: "Legal permission to promote all categories of goods" + modifier_country_promote_staple_goods: "Permission to Promote $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_promote_staple_goods_desc: "Legal permission to promote $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_promote_industrial_goods: "Permission to Promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_promote_industrial_goods_desc: "Legal permission to promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_promote_luxury_goods: "Permission to Promote $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_promote_luxury_goods_desc: "Legal permission to promote $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_promote_military_goods: "Permission to Promote $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_promote_military_goods_desc: "Legal permission to promote $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_suppress_all_goods: "Permission to Suppress all Goods" + modifier_country_suppress_all_goods_desc: "Legal permission to suppress all categories of goods" + modifier_country_suppress_staple_goods: "Permission to Suppress $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_suppress_staple_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_suppress_industrial_goods: "Permission to Suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_suppress_industrial_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_suppress_luxury_goods: "Permission to Suppress $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_suppress_luxury_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_suppress_military_goods: "Permission to Suppress $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_suppress_military_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_tax_all_goods: "Permission to Tax all Goods" + modifier_country_tax_all_goods_desc: "Legal permission to tax all categories of goods" + modifier_country_tax_staple_goods: "Permission to Tax $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_tax_staple_goods_desc: "Legal permission to tax $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_tax_industrial_goods: "Permission to Tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_tax_industrial_goods_desc: "Legal permission to tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_tax_luxury_goods: "Permission to Tax $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_tax_luxury_goods_desc: "Legal permission to tax $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_tax_military_goods: "Permission to Tax $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_tax_military_goods_desc: "Legal permission to tax $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_private_buildings_protected: "Disallow Downsizing Non-Government Buildings" + modifier_country_private_buildings_protected_desc: "Whether privately owned [Concept('concept_building','$concept_buildings$')] are legally protected from being downsized" + + modifier_country_subsidies_all: "Can Subsidize all Buildings" + modifier_country_subsidies_all_desc: "Legal permission to enact government subsidies of any building type" + modifier_country_subsidies_bg_mining: "Can Subsidize $bg_mining$" + modifier_country_subsidies_bg_mining_desc: "Legal permission to enact government subsidies of $bg_mining$" + modifier_country_subsidies_bg_logging: "Can Subsidize $bg_logging$" + modifier_country_subsidies_bg_logging_desc: "Legal permission to enact government subsidies of $bg_logging$" + modifier_country_subsidies_bg_fishing: "Can Subsidize $bg_fishing$" + modifier_country_subsidies_bg_fishing_desc: "Legal permission to enact government subsidies of $bg_fishing$" + modifier_country_subsidies_bg_agriculture: "Can Subsidize $bg_agriculture$" + modifier_country_subsidies_bg_agriculture_desc: "Legal permission to enact government subsidies of $bg_agriculture$" + modifier_country_subsidies_bg_ranching: "Can Subsidize $bg_ranching$" + modifier_country_subsidies_bg_ranching_desc: "Legal permission to enact government subsidies of $bg_ranching$" + modifier_country_subsidies_bg_plantations: "Can Subsidize $bg_plantations$" + modifier_country_subsidies_bg_plantations_desc: "Legal permission to enact government subsidies of $bg_plantations$" + modifier_country_subsidies_bg_service: "Can Subsidize $bg_service$" + modifier_country_subsidies_bg_service_desc: "Legal permission to enact government subsidies of $bg_service$" + modifier_country_subsidies_bg_manufacturing: "Can Subsidize $bg_manufacturing$" + modifier_country_subsidies_bg_manufacturing_desc: "Legal permission to enact government subsidies of $bg_manufacturing$" + modifier_country_subsidies_bg_infrastructure: "Can Subsidize $bg_infrastructure$" + modifier_country_subsidies_bg_infrastructure_desc: "Legal permission to enact government subsidies of $bg_infrastructure$" + modifier_country_subsidies_bg_trade: "Can Subsidize $bg_trade$" + modifier_country_subsidies_bg_trade_desc: "Legal permission to enact government subsidies of $bg_trade$" - modifier_country_subsidies_bg_financial_services:0 "Can Subsidize $bg_financial_services$" - modifier_country_subsidies_bg_financial_services_desc:0 "Legal permission to enact government subsidies of $bg_financial_services$" + modifier_country_subsidies_bg_financial_services: "Can Subsidize $bg_financial_services$" + modifier_country_subsidies_bg_financial_services_desc: "Legal permission to enact government subsidies of $bg_financial_services$" - modifier_market_disallow_trade_routes:0 "Disable Trade Routes" - modifier_market_disallow_trade_routes_desc:0 "Disallow all import and export of goods in the market" - modifier_country_disable_investment_pool:0 "Disable Investment Pool" - modifier_country_disable_investment_pool_desc:0 "Disallow all reinvestment into and usage of the [concept_investment_pool]" - modifier_country_ignores_landing_craft_penalty:0 "Ignore Difficult Landing Penalty" - modifier_country_ignores_landing_craft_penalty_desc:0 "Ignores the offensive penalty to winning the landing battle during a naval invasion" - - modifier_cultural_minority_blamed:0 "Cultural Rift" - modifier_cultural_work:0 "Work on Cultural Rift" - - modifier_negative_article_released:0 "Negative Article Released" - modifier_negative_article_supressed:0 "Negative Article Suppressed" - - modifier_minority_not_employed:0 "Minority Blocked from Employment" - modifier_minority_employed:0 "Minority Employment Block Stopped" - - modifier_minority_denied_entry:0 "Minority Denied Entry" - modifier_minority_allowed_entry:0 "Minority Entry Denial Stopped" - - modifier_minority_members_defended:0 "Minority Members Defended" - modifier_minority_members_killed:0 "Minority Members Killed" - - STATE_CULTURE_SOL_MODIFIER:1 "[concept_sol] Modifier for $CULTURE$" - STATE_CULTURE_SOL_MODIFIER_DESC:1 "A bonus or penalty to a specific culture's [concept_sol]" - - STATE_RELIGION_SOL_MODIFIER:1 "[concept_sol] Modifier for $RELIGION$" - STATE_RELIGION_SOL_MODIFIER_DESC:1 "A bonus or penalty to a specific religion's [concept_sol]" - - modifier_west_america_wildlife_photography:0 "Western America Wildlife Photography" - modifier_west_america_plant_discovered:0 "Western American plant species discovered" - - modifier_buenaventura_river_disproven:0 "Buenaventura River Disproven" - modifier_oregon_trail_mapped:0 "Oregon Trail Mapped" - modifier_great_salt_lake_mapped:0 "Great Salt Lake Mapped" - - modifier_surveying_suez:0 "Surveying Suez Isthmus" - - modifier_surveying_panama:0 "Surveying Panama Isthmus" - - modifier_country_production_tech_cost_mult:0 "Production [concept_technology] Cost" - modifier_country_production_tech_cost_mult_desc:0 "A bonus or penalty to research [concept_technology] in the Production category" - modifier_country_military_tech_cost_mult:0 "Military [concept_technology] Cost" - modifier_country_military_tech_cost_mult_desc:0 "A bonus or penalty to research [concept_technology] in the Military category" - modifier_country_society_tech_cost_mult:0 "Society [concept_technology] Cost" - modifier_country_society_tech_cost_mult_desc:0 "A bonus or penalty to research [concept_technology] in the Society category" - - modifier_country_radicals_from_conquest_mult:0 "Radicals from Conquest" - modifier_country_radicals_from_conquest_mult_desc:0 "A bonus or penalty to the amount of [Concept('concept_pop', '$concept_pops$')] that will become [concept_radical] when we conquer [Concept('concept_state', '$concept_states$')] militarily" - - modifier_state_radicals_from_discrimination_mult:1 "[Concept('concept_radical', '$concept_radicals$')] from [concept_discrimination]" - modifier_state_radicals_from_discrimination_mult_desc:0 "A bonus or penalty to the rate at which [Concept('concept_pop', '$concept_pops$')] that is subjected to [concept_discrimination] become [concept_radical] over time" - modifier_state_radicals_from_sol_change_mult:1 "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases" - modifier_state_radicals_from_sol_change_mult_desc:0 "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_radical] from decreases in [concept_sol]" - modifier_state_loyalists_from_sol_change_mult:1 "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases" - modifier_state_loyalists_from_sol_change_mult_desc:0 "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_loyalist] from increases in [concept_sol]" - modifier_state_turmoil_effects_mult:0 "[concept_state] Penalties from [concept_turmoil]" - modifier_state_turmoil_effects_mult_desc:0 "An increase or decrease of the negative effects Pop [concept_turmoil] has on the [concept_state] they live in" - modifier_state_radicals_from_sol_change_accepted_culture_mult:0 "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" - modifier_state_radicals_from_sol_change_accepted_culture_mult_desc:0 "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_radical] from increases in [concept_sol]" - modifier_state_loyalists_from_sol_change_accepted_culture_mult:0 "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" - modifier_state_loyalists_from_sol_change_accepted_culture_mult_desc:0 "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_loyalist] from increases in [concept_sol]" - modifier_state_radicals_from_sol_change_accepted_religion_mult:0 "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" - modifier_state_radicals_from_sol_change_accepted_religion_mult_desc:0 "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_radical] from increases in [concept_sol]" - modifier_state_loyalists_from_sol_change_accepted_religion_mult:0 "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" - modifier_state_loyalists_from_sol_change_accepted_religion_mult_desc:0 "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_loyalist] from increases in [concept_sol]" - - - modifier_country_revolution_secession_speed_mult:0 "[concept_revolution] / [concept_secession] Progression Speed" - modifier_country_revolution_secession_speed_mult_desc:1 "A bonus or penalty to the Progression Speed of [Concept('concept_revolution', '$concept_revolutions$')] and [Concept('concept_secession', '$concept_secessions$')]" - modifier_country_revolution_secession_speed_add:0 "$modifier_country_revolution_secession_speed_mult$" - modifier_country_revolution_secession_speed_add_desc:0 "$modifier_country_revolution_secession_speed_mult_desc$" - - modifier_failed_expedition:0 "Failed Expedition" - modifier_failed_expedition_desc:0 "This country recently lost an expedition." - - modifier_country_convoys_capacity_add:0 "[concept_convoys]" - modifier_country_convoys_capacity_add_desc:0 "$concept_convoys_desc$" - modifier_country_convoys_capacity_mult:0 "$modifier_country_convoys_capacity_add$" - modifier_country_convoys_capacity_mult_desc:0 "$concept_convoys_desc$" - modifier_country_convoys_capacity_add_pre_fix:0 "@convoys!" - modifier_country_convoys_capacity_mult_pre_fix:0 "$modifier_country_convoys_capacity_add_pre_fix$" - - modifier_country_power_projection_common:0 "An increase or decrease to the country's [concept_power_projection]" - modifier_country_army_power_projection_add:2 "Army [concept_power_projection]" - modifier_country_army_power_projection_add_desc:2 "$modifier_country_power_projection_common$ due to its army." - modifier_country_army_power_projection_mult:1 "$modifier_country_army_power_projection_add$" - modifier_country_army_power_projection_mult_desc:1 "$modifier_country_army_power_projection_add_desc$" - modifier_country_navy_power_projection_add:1 "Navy [concept_power_projection]" - modifier_country_navy_power_projection_add_desc:1 "$modifier_country_power_projection_common$ due to its navy." - modifier_country_navy_power_projection_mult:1 "$modifier_country_navy_power_projection_add$" - modifier_country_navy_power_projection_mult_desc:1 "$modifier_country_navy_power_projection_add_desc$" - - modifier_country_institution_size_change_speed_mult:0 "Institution Size Change Speed" - modifier_country_institution_size_change_speed_mult_desc:0 "How fast you change the size of an institution" - - modifier_political_movement_support_add:0 "Political Movement Support" - modifier_political_movement_support_add_desc:0 "An increase or decrease in [concept_political_movement_support]" - modifier_political_movement_radicalism_add:0 "Political Movement Radicalism" - modifier_political_movement_radicalism_add_desc:0 "An increase or decrease in [concept_political_movement_radicalism]" - modifier_political_movement_radicalism_mult:0 "$modifier_political_movement_radicalism_add$" - modifier_political_movement_radicalism_mult_desc:0 "$modifier_political_movement_radicalism_add_desc$" - - modifier_state_disallow_incorporation:0 "State Incorporation Disallowed" - modifier_state_disallow_incorporation_desc:0 "Cannot Incorporate State due to a modifier" - - modifier_building_output_radio_mult:0 "Building @radio! Radio output" - modifier_building_output_radio_mult_desc:0 "A bonus or penalty to the amount of @radio! Radio produced by buildings" - - modifier_unit_offense_flat_add:0 "$modifier_unit_offense_add$ in $label_flat_desc$" - modifier_unit_offense_flat_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_flat_desc$" - modifier_unit_offense_flat_mult:0 "$modifier_unit_offense_mult$ in $label_flat_desc$" - modifier_unit_offense_flat_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_flat_desc$" - modifier_unit_defense_flat_add:0 "$modifier_unit_defense_add$ in $label_flat_desc$" - modifier_unit_defense_flat_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_flat_desc$" - modifier_unit_defense_flat_mult:0 "$modifier_unit_defense_mult$ in $label_flat_desc$" - modifier_unit_defense_flat_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_flat_desc$" - - modifier_unit_offense_elevated_add:0 "$modifier_unit_offense_add$ in $label_elevated_desc$" - modifier_unit_offense_elevated_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_elevated_desc$" - modifier_unit_offense_elevated_mult:0 "$modifier_unit_offense_mult$ in $label_elevated_desc$" - modifier_unit_offense_elevated_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_elevated_desc$" - modifier_unit_defense_elevated_add:0 "$modifier_unit_defense_add$ in $label_elevated_desc$" - modifier_unit_defense_elevated_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" - modifier_unit_defense_elevated_mult:0 "$modifier_unit_defense_mult$ in $label_elevated_desc$" - modifier_unit_defense_elevated_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" - - modifier_unit_offense_forested_add:0 "$modifier_unit_offense_add$ in $label_forested_desc$" - modifier_unit_offense_forested_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_forested_desc$" - modifier_unit_offense_forested_mult:0 "$modifier_unit_offense_mult$ in $label_forested_desc$" - modifier_unit_offense_forested_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_forested_desc$" - modifier_unit_defense_forested_add:0 "$modifier_unit_defense_add$ in $label_forested_desc$" - modifier_unit_defense_forested_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_forested_desc$" - modifier_unit_defense_forested_mult:0 "$modifier_unit_defense_mult$ in $label_forested_desc$" - modifier_unit_defense_forested_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_forested_desc$" - - modifier_unit_offense_hazardous_add:0 "$modifier_unit_offense_add$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_mult:0 "$modifier_unit_offense_mult$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_add:0 "$modifier_unit_defense_add$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_mult:0 "$modifier_unit_defense_mult$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" - - modifier_unit_offense_developed_add:0 "$modifier_unit_offense_add$ in $label_developed_desc$" - modifier_unit_offense_developed_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_developed_desc$" - modifier_unit_offense_developed_mult:0 "$modifier_unit_offense_mult$ in $label_developed_desc$" - modifier_unit_offense_developed_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_developed_desc$" - modifier_unit_defense_developed_add:0 "$modifier_unit_defense_add$ in $label_developed_desc$" - modifier_unit_defense_developed_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_developed_desc$" - modifier_unit_defense_developed_mult:0 "$modifier_unit_defense_mult$ in $label_developed_desc$" - modifier_unit_defense_developed_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_developed_desc$" - - modifier_unit_offense_water_add:0 "$modifier_unit_offense_add$ in $label_water_desc$" - modifier_unit_offense_water_add_desc:0 "$modifier_unit_offense_add_desc$ in $label_water_desc$" - modifier_unit_offense_water_mult:0 "$modifier_unit_offense_mult$ in $label_water_desc$" - modifier_unit_offense_water_mult_desc:0 "$modifier_unit_offense_mult_desc$ in $label_water_desc$" - modifier_unit_defense_water_add:0 "$modifier_unit_defense_add$ in $label_water_desc$" - modifier_unit_defense_water_add_desc:0 "$modifier_unit_defense_add_desc$ in $label_water_desc$" - modifier_unit_defense_water_mult:0 "$modifier_unit_defense_mult$ in $label_water_desc$" - modifier_unit_defense_water_mult_desc:0 "$modifier_unit_defense_add_desc$ in $label_water_desc$" - - modifier_unit_offense_add:0 "[concept_offense]" - modifier_unit_offense_add_desc:0 "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_offense]" - modifier_unit_defense_add:0 "[concept_defense]" - modifier_unit_defense_add_desc:0 "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_defense]" - modifier_unit_offense_mult:0 "$modifier_unit_offense_add$" - modifier_unit_offense_mult_desc:0 "$modifier_unit_offense_add_desc$" - modifier_unit_defense_mult:0 "$modifier_unit_defense_add$" - modifier_unit_defense_mult_desc:0 "$modifier_unit_defense_add_desc$" - - modifier_unit_army_offense_add:0 "Army $modifier_unit_offense_add$" - modifier_unit_army_offense_add_desc:0 "$modifier_unit_offense_add_desc$ (Army only)" - modifier_unit_army_defense_add:0 "Army $modifier_unit_defense_add$" - modifier_unit_army_defense_add_desc:0 "$modifier_unit_defense_add_desc$ (Army only)" - modifier_unit_army_offense_mult:0 "Army $modifier_unit_offense_mult$" - modifier_unit_army_offense_mult_desc:0 "$modifier_unit_offense_mult_desc$ (Army only)" - modifier_unit_army_defense_mult:0 "Army $modifier_unit_defense_mult$" - modifier_unit_army_defense_mult_desc:0 "$modifier_unit_defense_mult_desc$ (Army only)" - - modifier_unit_navy_offense_add:0 "Navy $modifier_unit_offense_add$" - modifier_unit_navy_offense_add_desc:0 "$modifier_unit_offense_add_desc$ (Navy only)" - modifier_unit_navy_defense_add:0 "Navy $modifier_unit_defense_add$" - modifier_unit_navy_defense_add_desc:0 "$modifier_unit_defense_add_desc$ (Navy only)" - modifier_unit_navy_offense_mult:0 "Navy $modifier_unit_offense_mult$" - modifier_unit_navy_offense_mult_desc:0 "$modifier_unit_offense_mult_desc$ (Navy only)" - modifier_unit_navy_defense_mult:0 "Navy $modifier_unit_defense_mult$" - modifier_unit_navy_defense_mult_desc:0 "$modifier_unit_defense_mult_desc$ (Navy only)" - - battle_army_offense:0 "$modifier_unit_army_offense_add$" - battle_army_offense_desc:0 "$modifier_unit_army_offense_add_desc$" - battle_navy_offense:0 "$modifier_unit_navy_offense_add$" - battle_navy_offense_desc:0 "$modifier_unit_navy_offense_add_desc$" - - battle_army_defense:0 "$modifier_unit_army_defense_add$" - battle_army_defense_desc:0 "$modifier_unit_army_defense_add_desc$" - battle_navy_defense:0 "$modifier_unit_navy_defense_add$" - battle_navy_defense_desc:0 "$modifier_unit_navy_defense_add_desc$" - - modifier_unit_morale_loss_add:0 "[concept_morale] Loss" - modifier_unit_morale_loss_add_desc:0 "The amount of [concept_morale] a [concept_unit] loses during battle" - modifier_unit_morale_loss_mult:0 "$modifier_unit_morale_loss_add$" - modifier_unit_morale_loss_mult_desc:0 "$modifier_unit_morale_loss_add_desc$" - - modifier_unit_morale_damage_mult:0 "[concept_morale] Damage" - modifier_unit_morale_damage_mult_desc:0 "The amount of damage a [concept_unit] inflicts on its enemy's [concept_morale]" - modifier_unit_morale_recovery_mult:0 "[concept_morale] Recovery" - modifier_unit_morale_recovery_mult_desc:0 "How quickly a [concept_unit] recovers from [concept_morale] damage inflicted by its enemy" - - modifier_unit_kill_rate_add:0 "[concept_kill_rate]" - modifier_unit_kill_rate_add_desc:0 "$concept_kill_rate_desc$" - modifier_unit_recovery_rate_add:0 "[concept_recovery_rate]" - modifier_unit_recovery_rate_add_desc:0 "$concept_recovery_rate_desc$" - - modifier_unit_provinces_captured_mult:0 "[Concept('concept_province','$concept_provinces$')] Captured" - modifier_unit_provinces_captured_mult_desc:0 "Alters the number of [Concept('concept_province','$concept_provinces$')] captured when winning an advance" - modifier_unit_provinces_lost_mult:0 "[Concept('concept_province','$concept_provinces$')] Lost" - modifier_unit_provinces_lost_mult_desc:0 "Alters the number of [Concept('concept_province','$concept_provinces$')] lost when losing a defensive battle" - - modifier_unit_devastation_mult:0 "[concept_devastation]" - modifier_unit_devastation_mult_desc:0 "How much [concept_devastation] [Concept('concept_unit','$concept_units$')] inflict on the [concept_state_region] a battle takes place in" - - modifier_unit_advancement_speed_mult:0 "[concept_advancement_speed]" - modifier_unit_advancement_speed_mult_desc:0 "Alters a [Concept('concept_front','$concept_front_possessive$')] [concept_advancement_speed]" - - modifier_unit_convoy_requirements_mult:1 "[Concept('concept_convoy','$concept_convoys$')] Requirement" - modifier_unit_convoy_requirements_mult_desc:0 "How many [Concept('concept_convoy','$concept_convoys$')] are needed to maintain [Concept('concept_unit','$concept_units$')] with [concept_supply] overseas" - - modifier_unit_convoy_raiding_mult:0 "Convoy Raiding Efficiency" - modifier_unit_convoy_raiding_mult_desc:1 "Increase the effectiveness of our [Concept('concept_flotilla','$concept_flotillas$')] to [concept_raid_convoys]." - - modifier_unit_supply_consumption_mult:0 "Supply Consumption" - modifier_unit_supply_consumption_mult_desc:0 "How many [Concept('concept_good', '$concept_goods$')] it takes to maintain a [concept_unit]" - - modifier_battle_offense_owned_province_mult:0 "Home [concept_offense]" - modifier_battle_offense_owned_province_mult_desc:0 "Alters the [concept_offense] of a [concept_unit] fighting in territory owned by its [concept_country]" - modifier_battle_defense_owned_province_mult:0 "Home [concept_defense]" - modifier_battle_defense_owned_province_mult_desc:0 "Alters the [concept_defense] of a [concept_unit] fighting in territory owned by its [concept_country]" + modifier_market_disallow_trade_routes: "Disable Trade Routes" + modifier_market_disallow_trade_routes_desc: "Disallow all import and export of goods in the market" + modifier_country_disable_investment_pool: "Disable Investment Pool" + modifier_country_disable_investment_pool_desc: "Disallow all reinvestment into and usage of the [concept_investment_pool]" + modifier_country_ignores_landing_craft_penalty: "Ignore Difficult Landing Penalty" + modifier_country_ignores_landing_craft_penalty_desc: "Ignores the offensive penalty to winning the landing battle during a naval invasion" + + modifier_cultural_minority_blamed: "Cultural Rift" + modifier_cultural_work: "Work on Cultural Rift" + + modifier_negative_article_released: "Negative Article Released" + modifier_negative_article_supressed: "Negative Article Suppressed" + + modifier_minority_not_employed: "Minority Blocked from Employment" + modifier_minority_employed: "Minority Employment Block Stopped" + + modifier_minority_denied_entry: "Minority Denied Entry" + modifier_minority_allowed_entry: "Minority Entry Denial Stopped" + + modifier_minority_members_defended: "Minority Members Defended" + modifier_minority_members_killed: "Minority Members Killed" + + STATE_CULTURE_SOL_MODIFIER: "[concept_sol] Modifier for $CULTURE$" + STATE_CULTURE_SOL_MODIFIER_DESC: "A bonus or penalty to a specific culture's [concept_sol]" + + STATE_RELIGION_SOL_MODIFIER: "[concept_sol] Modifier for $RELIGION$" + STATE_RELIGION_SOL_MODIFIER_DESC: "A bonus or penalty to a specific religion's [concept_sol]" + + modifier_west_america_wildlife_photography: "Western America Wildlife Photography" + modifier_west_america_plant_discovered: "Western American plant species discovered" + + modifier_buenaventura_river_disproven: "Buenaventura River Disproven" + modifier_oregon_trail_mapped: "Oregon Trail Mapped" + modifier_great_salt_lake_mapped: "Great Salt Lake Mapped" + + modifier_surveying_suez: "Surveying Suez Isthmus" + + modifier_surveying_panama: "Surveying Panama Isthmus" + + modifier_country_production_tech_cost_mult: "Production [concept_technology] Cost" + modifier_country_production_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Production category" + modifier_country_military_tech_cost_mult: "Military [concept_technology] Cost" + modifier_country_military_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Military category" + modifier_country_society_tech_cost_mult: "Society [concept_technology] Cost" + modifier_country_society_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Society category" + + modifier_country_radicals_from_conquest_mult: "Radicals from Conquest" + modifier_country_radicals_from_conquest_mult_desc: "A bonus or penalty to the amount of [Concept('concept_pop', '$concept_pops$')] that will become [concept_radical] when we conquer [Concept('concept_state', '$concept_states$')] militarily" + + modifier_state_radicals_from_discrimination_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_discrimination]" + modifier_state_radicals_from_discrimination_mult_desc: "A bonus or penalty to the rate at which [Concept('concept_pop', '$concept_pops$')] that is subjected to [concept_discrimination] become [concept_radical] over time" + modifier_state_radicals_from_sol_change_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases" + modifier_state_radicals_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_radical] from decreases in [concept_sol]" + modifier_state_loyalists_from_sol_change_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases" + modifier_state_loyalists_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_loyalist] from increases in [concept_sol]" + modifier_state_turmoil_effects_mult: "[concept_state] Penalties from [concept_turmoil]" + modifier_state_turmoil_effects_mult_desc: "An increase or decrease of the negative effects Pop [concept_turmoil] has on the [concept_state] they live in" + modifier_state_radicals_from_sol_change_accepted_culture_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" + modifier_state_radicals_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_radical] from increases in [concept_sol]" + modifier_state_loyalists_from_sol_change_accepted_culture_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" + modifier_state_loyalists_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_loyalist] from increases in [concept_sol]" + modifier_state_radicals_from_sol_change_accepted_religion_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" + modifier_state_radicals_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_radical] from increases in [concept_sol]" + modifier_state_loyalists_from_sol_change_accepted_religion_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" + modifier_state_loyalists_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_loyalist] from increases in [concept_sol]" + + + modifier_country_revolution_secession_speed_mult: "[concept_revolution] / [concept_secession] Progression Speed" + modifier_country_revolution_secession_speed_mult_desc: "A bonus or penalty to the Progression Speed of [Concept('concept_revolution', '$concept_revolutions$')] and [Concept('concept_secession', '$concept_secessions$')]" + modifier_country_revolution_secession_speed_add: "$modifier_country_revolution_secession_speed_mult$" + modifier_country_revolution_secession_speed_add_desc: "$modifier_country_revolution_secession_speed_mult_desc$" + + modifier_failed_expedition: "Failed Expedition" + modifier_failed_expedition_desc: "This country recently lost an expedition." + + modifier_country_convoys_capacity_add: "[concept_convoys]" + modifier_country_convoys_capacity_add_desc: "$concept_convoys_desc$" + modifier_country_convoys_capacity_mult: "$modifier_country_convoys_capacity_add$" + modifier_country_convoys_capacity_mult_desc: "$concept_convoys_desc$" + modifier_country_convoys_capacity_add_pre_fix: "@convoys!" + modifier_country_convoys_capacity_mult_pre_fix: "$modifier_country_convoys_capacity_add_pre_fix$" + + modifier_country_power_projection_common: "An increase or decrease to the country's [concept_power_projection]" + modifier_country_army_power_projection_add: "Army [concept_power_projection]" + modifier_country_army_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its army." + modifier_country_army_power_projection_mult: "$modifier_country_army_power_projection_add$" + modifier_country_army_power_projection_mult_desc: "$modifier_country_army_power_projection_add_desc$" + modifier_country_navy_power_projection_add: "Navy [concept_power_projection]" + modifier_country_navy_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its navy." + modifier_country_navy_power_projection_mult: "$modifier_country_navy_power_projection_add$" + modifier_country_navy_power_projection_mult_desc: "$modifier_country_navy_power_projection_add_desc$" + + modifier_country_institution_size_change_speed_mult: "Institution Size Change Speed" + modifier_country_institution_size_change_speed_mult_desc: "How fast you change the size of an institution" + + modifier_political_movement_support_add: "Political Movement Support" + modifier_political_movement_support_add_desc: "An increase or decrease in [concept_political_movement_support]" + modifier_political_movement_radicalism_add: "Political Movement Radicalism" + modifier_political_movement_radicalism_add_desc: "An increase or decrease in [concept_political_movement_radicalism]" + modifier_political_movement_radicalism_mult: "$modifier_political_movement_radicalism_add$" + modifier_political_movement_radicalism_mult_desc: "$modifier_political_movement_radicalism_add_desc$" + + modifier_state_disallow_incorporation: "State Incorporation Disallowed" + modifier_state_disallow_incorporation_desc: "Cannot Incorporate State due to a modifier" + + modifier_building_output_radio_mult: "Building @radio! Radio output" + modifier_building_output_radio_mult_desc: "A bonus or penalty to the amount of @radio! Radio produced by buildings" + + modifier_unit_offense_flat_add: "$modifier_unit_offense_add$ in $label_flat_desc$" + modifier_unit_offense_flat_add_desc: "$modifier_unit_offense_add_desc$ in $label_flat_desc$" + modifier_unit_offense_flat_mult: "$modifier_unit_offense_mult$ in $label_flat_desc$" + modifier_unit_offense_flat_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_flat_desc$" + modifier_unit_defense_flat_add: "$modifier_unit_defense_add$ in $label_flat_desc$" + modifier_unit_defense_flat_add_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" + modifier_unit_defense_flat_mult: "$modifier_unit_defense_mult$ in $label_flat_desc$" + modifier_unit_defense_flat_mult_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" + + modifier_unit_offense_elevated_add: "$modifier_unit_offense_add$ in $label_elevated_desc$" + modifier_unit_offense_elevated_add_desc: "$modifier_unit_offense_add_desc$ in $label_elevated_desc$" + modifier_unit_offense_elevated_mult: "$modifier_unit_offense_mult$ in $label_elevated_desc$" + modifier_unit_offense_elevated_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_elevated_desc$" + modifier_unit_defense_elevated_add: "$modifier_unit_defense_add$ in $label_elevated_desc$" + modifier_unit_defense_elevated_add_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" + modifier_unit_defense_elevated_mult: "$modifier_unit_defense_mult$ in $label_elevated_desc$" + modifier_unit_defense_elevated_mult_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" + + modifier_unit_offense_forested_add: "$modifier_unit_offense_add$ in $label_forested_desc$" + modifier_unit_offense_forested_add_desc: "$modifier_unit_offense_add_desc$ in $label_forested_desc$" + modifier_unit_offense_forested_mult: "$modifier_unit_offense_mult$ in $label_forested_desc$" + modifier_unit_offense_forested_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_forested_desc$" + modifier_unit_defense_forested_add: "$modifier_unit_defense_add$ in $label_forested_desc$" + modifier_unit_defense_forested_add_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" + modifier_unit_defense_forested_mult: "$modifier_unit_defense_mult$ in $label_forested_desc$" + modifier_unit_defense_forested_mult_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" + + modifier_unit_offense_hazardous_add: "$modifier_unit_offense_add$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_add_desc: "$modifier_unit_offense_add_desc$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_mult: "$modifier_unit_offense_mult$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_add: "$modifier_unit_defense_add$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_add_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_mult: "$modifier_unit_defense_mult$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_mult_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" + + modifier_unit_offense_developed_add: "$modifier_unit_offense_add$ in $label_developed_desc$" + modifier_unit_offense_developed_add_desc: "$modifier_unit_offense_add_desc$ in $label_developed_desc$" + modifier_unit_offense_developed_mult: "$modifier_unit_offense_mult$ in $label_developed_desc$" + modifier_unit_offense_developed_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_developed_desc$" + modifier_unit_defense_developed_add: "$modifier_unit_defense_add$ in $label_developed_desc$" + modifier_unit_defense_developed_add_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" + modifier_unit_defense_developed_mult: "$modifier_unit_defense_mult$ in $label_developed_desc$" + modifier_unit_defense_developed_mult_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" + + modifier_unit_offense_water_add: "$modifier_unit_offense_add$ in $label_water_desc$" + modifier_unit_offense_water_add_desc: "$modifier_unit_offense_add_desc$ in $label_water_desc$" + modifier_unit_offense_water_mult: "$modifier_unit_offense_mult$ in $label_water_desc$" + modifier_unit_offense_water_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_water_desc$" + modifier_unit_defense_water_add: "$modifier_unit_defense_add$ in $label_water_desc$" + modifier_unit_defense_water_add_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" + modifier_unit_defense_water_mult: "$modifier_unit_defense_mult$ in $label_water_desc$" + modifier_unit_defense_water_mult_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" + + modifier_unit_offense_add: "[concept_offense]" + modifier_unit_offense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_offense]" + modifier_unit_defense_add: "[concept_defense]" + modifier_unit_defense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_defense]" + modifier_unit_offense_mult: "$modifier_unit_offense_add$" + modifier_unit_offense_mult_desc: "$modifier_unit_offense_add_desc$" + modifier_unit_defense_mult: "$modifier_unit_defense_add$" + modifier_unit_defense_mult_desc: "$modifier_unit_defense_add_desc$" + + modifier_unit_army_offense_add: "Army $modifier_unit_offense_add$" + modifier_unit_army_offense_add_desc: "$modifier_unit_offense_add_desc$ (Army only)" + modifier_unit_army_defense_add: "Army $modifier_unit_defense_add$" + modifier_unit_army_defense_add_desc: "$modifier_unit_defense_add_desc$ (Army only)" + modifier_unit_army_offense_mult: "Army $modifier_unit_offense_mult$" + modifier_unit_army_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Army only)" + modifier_unit_army_defense_mult: "Army $modifier_unit_defense_mult$" + modifier_unit_army_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Army only)" + + modifier_unit_navy_offense_add: "Navy $modifier_unit_offense_add$" + modifier_unit_navy_offense_add_desc: "$modifier_unit_offense_add_desc$ (Navy only)" + modifier_unit_navy_defense_add: "Navy $modifier_unit_defense_add$" + modifier_unit_navy_defense_add_desc: "$modifier_unit_defense_add_desc$ (Navy only)" + modifier_unit_navy_offense_mult: "Navy $modifier_unit_offense_mult$" + modifier_unit_navy_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Navy only)" + modifier_unit_navy_defense_mult: "Navy $modifier_unit_defense_mult$" + modifier_unit_navy_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Navy only)" + + battle_army_offense: "$modifier_unit_army_offense_add$" + battle_army_offense_desc: "$modifier_unit_army_offense_add_desc$" + battle_navy_offense: "$modifier_unit_navy_offense_add$" + battle_navy_offense_desc: "$modifier_unit_navy_offense_add_desc$" + + battle_army_defense: "$modifier_unit_army_defense_add$" + battle_army_defense_desc: "$modifier_unit_army_defense_add_desc$" + battle_navy_defense: "$modifier_unit_navy_defense_add$" + battle_navy_defense_desc: "$modifier_unit_navy_defense_add_desc$" + + modifier_unit_morale_loss_add: "[concept_morale] Loss" + modifier_unit_morale_loss_add_desc: "The amount of [concept_morale] a [concept_unit] loses during battle" + modifier_unit_morale_loss_mult: "$modifier_unit_morale_loss_add$" + modifier_unit_morale_loss_mult_desc: "$modifier_unit_morale_loss_add_desc$" + + modifier_unit_morale_damage_mult: "[concept_morale] Damage" + modifier_unit_morale_damage_mult_desc: "The amount of damage a [concept_unit] inflicts on its enemy's [concept_morale]" + modifier_unit_morale_recovery_mult: "[concept_morale] Recovery" + modifier_unit_morale_recovery_mult_desc: "How quickly a [concept_unit] recovers from [concept_morale] damage inflicted by its enemy" + + modifier_unit_kill_rate_add: "[concept_kill_rate]" + modifier_unit_kill_rate_add_desc: "$concept_kill_rate_desc$" + modifier_unit_recovery_rate_add: "[concept_recovery_rate]" + modifier_unit_recovery_rate_add_desc: "$concept_recovery_rate_desc$" + + modifier_unit_provinces_captured_mult: "[Concept('concept_province','$concept_provinces$')] Captured" + modifier_unit_provinces_captured_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] captured when winning an advance" + modifier_unit_provinces_lost_mult: "[Concept('concept_province','$concept_provinces$')] Lost" + modifier_unit_provinces_lost_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] lost when losing a defensive battle" + + modifier_unit_devastation_mult: "[concept_devastation]" + modifier_unit_devastation_mult_desc: "How much [concept_devastation] [Concept('concept_unit','$concept_units$')] inflict on the [concept_state_region] a battle takes place in" + + modifier_unit_advancement_speed_mult: "[concept_advancement_speed]" + modifier_unit_advancement_speed_mult_desc: "Alters a [Concept('concept_front','$concept_front_possessive$')] [concept_advancement_speed]" + + modifier_unit_convoy_requirements_mult: "[Concept('concept_convoy','$concept_convoys$')] Requirement" + modifier_unit_convoy_requirements_mult_desc: "How many [Concept('concept_convoy','$concept_convoys$')] are needed to maintain [Concept('concept_unit','$concept_units$')] with [concept_supply] overseas" + + modifier_unit_convoy_raiding_mult: "Convoy Raiding Efficiency" + modifier_unit_convoy_raiding_mult_desc: "Increase the effectiveness of our [Concept('concept_flotilla','$concept_flotillas$')] to [concept_raid_convoys]." + + modifier_unit_supply_consumption_mult: "Supply Consumption" + modifier_unit_supply_consumption_mult_desc: "How many [Concept('concept_good', '$concept_goods$')] it takes to maintain a [concept_unit]" + + modifier_battle_offense_owned_province_mult: "Home [concept_offense]" + modifier_battle_offense_owned_province_mult_desc: "Alters the [concept_offense] of a [concept_unit] fighting in territory owned by its [concept_country]" + modifier_battle_defense_owned_province_mult: "Home [concept_defense]" + modifier_battle_defense_owned_province_mult_desc: "Alters the [concept_defense] of a [concept_unit] fighting in territory owned by its [concept_country]" ### BATTLE CONDITION CHANCE MODIFIERS - modifier_character_battle_condition_suffix:0 " Chance" - modifier_character_battle_condition_desc_prefix:0 "Chance of being affected by the " - modifier_character_battle_condition_desc_suffix:0 " [concept_battle_condition]" + modifier_character_battle_condition_suffix: " Chance" + modifier_character_battle_condition_desc_prefix: "Chance of being affected by the " + modifier_character_battle_condition_desc_suffix: " [concept_battle_condition]" - modifier_character_battle_condition_dug_in_mult:0 "[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_dug_in_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_dug_in_mult: "[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_dug_in_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_charted_terrain_mult:0 "[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_charted_terrain_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_charted_terrain_mult: "[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_charted_terrain_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_rapid_advance_mult:0 "[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_rapid_advance_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_rapid_advance_mult: "[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_rapid_advance_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_camouflaged_mult:0 "[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_camouflaged_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_camouflaged_mult: "[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_camouflaged_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_logistics_secured_mult:0 "[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_logistics_secured_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_logistics_secured_mult: "[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_logistics_secured_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_mud_mult:0 "[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_mud_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_mud_mult: "[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_mud_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_broken_supply_line_mult:0 "[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_broken_supply_line_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_broken_supply_line_mult: "[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_broken_supply_line_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_exhausted_mult:0 "[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_exhausted_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_exhausted_mult: "[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_exhausted_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_lost_mult:0 "[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_lost_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_lost_mult: "[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_lost_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_surprise_maneuver_mult:0 "[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_surprise_maneuver_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_surprise_maneuver_mult: "[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_surprise_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_aggressive_maneuver_mult:0 "[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_aggressive_maneuver_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_aggressive_maneuver_mult: "[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_aggressive_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_careful_maneuver_mult:0 "[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_careful_maneuver_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_careful_maneuver_mult: "[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_careful_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_blunder_mult:0 "[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_blunder_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_blunder_mult: "[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_blunder_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_poor_visibility_mult:0 "[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_poor_visibility_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_poor_visibility_mult: "[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_poor_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_good_visibility_mult:0 "[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_good_visibility_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_good_visibility_mult: "[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_good_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_rough_waters_mult:0 "[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_rough_waters_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_rough_waters_mult: "[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_rough_waters_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_strong_winds_mult:0 "[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_strong_winds_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_strong_winds_mult: "[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_strong_winds_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_death_from_below_mult:0 "[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_death_from_below_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_death_from_below_mult: "[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_death_from_below_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_ramming_maneuver_mult:0 "[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_ramming_maneuver_mult_desc:0 "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_ramming_maneuver_mult: "[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_ramming_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_interest_group_in_government_attraction_mult:0 "[Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] $concept_in_government$" - modifier_interest_group_in_government_attraction_mult_desc:0 "Impacts the [Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] if [concept_in_government]" + modifier_interest_group_in_government_attraction_mult: "[Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] $concept_in_government$" + modifier_interest_group_in_government_attraction_mult_desc: "Impacts the [Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] if [concept_in_government]" ### MISC CHANCE MODIFIERS - modifier_expedition_events_explorer:0 "Expedition Opportunity" - modifier_expedition_events_explorer_desc_prefix:0 "The chance that more good things than bad will happen on Expeditions this" + modifier_expedition_events_explorer: "Expedition Opportunity" + modifier_expedition_events_explorer_desc_prefix: "The chance that more good things than bad will happen on Expeditions this" - modifier_character_expedition_events_explorer_mult:0 "$modifier_expedition_events_explorer$" - modifier_character_expedition_events_explorer_mult_desc:0 "$modifier_expedition_events_explorer_desc_prefix$ character leads" + modifier_character_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" + modifier_character_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ character leads" - modifier_country_expedition_events_explorer_mult:0 "$modifier_expedition_events_explorer$" - modifier_country_expedition_events_explorer_mult_desc:0 "$modifier_expedition_events_explorer_desc_prefix$ country undertakes" + modifier_country_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" + modifier_country_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ country undertakes" - country_default:0 "In $concept_default$" - country_default_desc:0 "Country is in [concept_default]" + country_default: "In $concept_default$" + country_default_desc: "Country is in [concept_default]" - five_year_plan_welfare_mod:0 "Success of the 5 Year Plan" + five_year_plan_welfare_mod: "Success of the 5 Year Plan" ### LAW SUPPORT MODIFIERS - POP_SUPPORT_MODIFIER_ADD:0 "Pop Support Modifiers" - POP_SUPPORT_MODIFIER_MULT:0 "Pop Support Modifiers" - - modifier_state_pop_support_law_peasant_levies_add:0 "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_peasant_levies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." - modifier_state_pop_support_law_peasant_levies_mult:0 "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_peasant_levies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." - - modifier_state_pop_support_law_professional_army_add:0 "[GetLawType('law_professional_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_professional_army_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." - modifier_state_pop_support_law_professional_army_mult:0 "[GetLawType('law_professional_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_professional_army_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." - - modifier_state_pop_support_law_national_militia_add:0 "[GetLawType('law_national_militia').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_militia_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." - modifier_state_pop_support_law_national_militia_mult:0 "[GetLawType('law_national_militia').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_militia_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." - - modifier_state_pop_support_law_mass_conscription_add:0 "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mass_conscription_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." - modifier_state_pop_support_law_mass_conscription_mult:0 "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mass_conscription_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." - - modifier_state_pop_support_law_hereditary_administrators_add:0 "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." - modifier_state_pop_support_law_hereditary_administrators_mult:0 "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." - - modifier_state_pop_support_law_appointed_administrators_add:0 "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." - modifier_state_pop_support_law_appointed_administrators_mult:0 "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." - - modifier_state_pop_support_law_elected_administrators_add:0 "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_administrators_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." - modifier_state_pop_support_law_elected_administrators_mult:0 "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_administrators_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." - - modifier_state_pop_support_law_child_labor_allowed_add:0 "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" - modifier_state_pop_support_law_child_labor_allowed_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." - modifier_state_pop_support_law_child_labor_allowed_mult:0 "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" - modifier_state_pop_support_law_child_labor_allowed_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." - - modifier_state_pop_support_law_restricted_child_labor_add:0 "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" - modifier_state_pop_support_law_restricted_child_labor_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." - modifier_state_pop_support_law_restricted_child_labor_mult:0 "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" - modifier_state_pop_support_law_restricted_child_labor_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." - - modifier_state_pop_support_law_compulsory_primary_school_add:0 "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" - modifier_state_pop_support_law_compulsory_primary_school_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." - modifier_state_pop_support_law_compulsory_primary_school_mult:0 "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" - modifier_state_pop_support_law_compulsory_primary_school_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." - - modifier_state_pop_support_law_state_religion_add:0 "[GetLawType('law_state_religion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_state_religion_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." - modifier_state_pop_support_law_state_religion_mult:0 "[GetLawType('law_state_religion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_state_religion_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." - - modifier_state_pop_support_law_freedom_of_conscience_add:0 "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" - modifier_state_pop_support_law_freedom_of_conscience_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." - modifier_state_pop_support_law_freedom_of_conscience_mult:0 "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" - modifier_state_pop_support_law_freedom_of_conscience_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." - - modifier_state_pop_support_law_total_separation_add:0 "[GetLawType('law_total_separation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_total_separation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." - modifier_state_pop_support_law_total_separation_mult:0 "[GetLawType('law_total_separation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_total_separation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." - - modifier_state_pop_support_law_ethnostate_add:0 "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" - modifier_state_pop_support_law_ethnostate_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." - modifier_state_pop_support_law_ethnostate_mult:0 "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" - modifier_state_pop_support_law_ethnostate_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." - - modifier_state_pop_support_law_national_supremacy_add:0 "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_supremacy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." - modifier_state_pop_support_law_national_supremacy_mult:0 "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_supremacy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." - - modifier_state_pop_support_law_racial_segregation_add:0 "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_racial_segregation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." - modifier_state_pop_support_law_racial_segregation_mult:0 "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_racial_segregation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." - - modifier_state_pop_support_law_cultural_exclusion_add:0 "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_cultural_exclusion_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." - modifier_state_pop_support_law_cultural_exclusion_mult:0 "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_cultural_exclusion_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." - - modifier_state_pop_support_law_multicultural_add:0 "[GetLawType('law_multicultural').GetName] [concept_pop] Support" - modifier_state_pop_support_law_multicultural_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." - modifier_state_pop_support_law_multicultural_mult:0 "[GetLawType('law_multicultural').GetName] [concept_pop] Support" - modifier_state_pop_support_law_multicultural_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." - - modifier_state_pop_support_law_no_colonial_affairs_add:0 "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_colonial_affairs_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." - modifier_state_pop_support_law_no_colonial_affairs_mult:0 "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_colonial_affairs_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." - - modifier_state_pop_support_law_colonial_resettlement_add:0 "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_resettlement_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." - modifier_state_pop_support_law_colonial_resettlement_mult:0 "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_resettlement_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." - - modifier_state_pop_support_law_colonial_exploitation_add:0 "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_exploitation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." - modifier_state_pop_support_law_colonial_exploitation_mult:0 "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_exploitation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." - - modifier_state_pop_support_law_autocracy_add:0 "[GetLawType('law_autocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_autocracy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." - modifier_state_pop_support_law_autocracy_mult:0 "[GetLawType('law_autocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_autocracy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." - - modifier_state_pop_support_law_oligarchy_add:0 "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_oligarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." - modifier_state_pop_support_law_oligarchy_mult:0 "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_oligarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_elder_council_add:0 "[GetLawType('law_elder_council').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elder_council_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." - modifier_state_pop_support_law_elder_council_mult:0 "[GetLawType('law_elder_council').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elder_council_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." - - modifier_state_pop_support_law_landed_voting_add:0 "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_landed_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." - modifier_state_pop_support_law_landed_voting_mult:0 "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_landed_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_wealth_voting_add:0 "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wealth_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." - modifier_state_pop_support_law_wealth_voting_mult:0 "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wealth_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_census_voting_add:0 "[GetLawType('law_census_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_census_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." - modifier_state_pop_support_law_census_voting_mult:0 "[GetLawType('law_census_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_census_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_universal_suffrage_add:0 "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_universal_suffrage_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." - modifier_state_pop_support_law_universal_suffrage_mult:0 "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_universal_suffrage_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." - - modifier_state_pop_support_law_anarchy_add:0 "[GetLawType('law_anarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_anarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." - modifier_state_pop_support_law_anarchy_mult:0 "[GetLawType('law_anarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_anarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_traditionalism_add:0 "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_traditionalism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." - modifier_state_pop_support_law_traditionalism_mult:0 "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_traditionalism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." - - modifier_state_pop_support_law_interventionism_add:0 "[GetLawType('law_interventionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_interventionism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." - modifier_state_pop_support_law_interventionism_mult:0 "[GetLawType('law_interventionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_interventionism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." - - modifier_state_pop_support_law_agrarianism_add:0 "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_agrarianism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." - modifier_state_pop_support_law_agrarianism_mult:0 "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_agrarianism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." - - modifier_state_pop_support_law_laissez_faire_add:0 "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" - modifier_state_pop_support_law_laissez_faire_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." - modifier_state_pop_support_law_laissez_faire_mult:0 "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" - modifier_state_pop_support_law_laissez_faire_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." - - modifier_state_pop_support_law_command_economy_add:0 "[GetLawType('law_command_economy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_command_economy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." - modifier_state_pop_support_law_command_economy_mult:0 "[GetLawType('law_command_economy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_command_economy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." - - modifier_state_pop_support_law_no_schools_add:0 "[GetLawType('law_no_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." - modifier_state_pop_support_law_no_schools_mult:0 "[GetLawType('law_no_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_religious_schools_add:0 "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_religious_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." - modifier_state_pop_support_law_religious_schools_mult:0 "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_religious_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_private_schools_add:0 "[GetLawType('law_privately_funded_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_privately_funded_schools').GetName] [concept_law]." - modifier_state_pop_support_law_private_schools_mult:0 "[GetLawType('law_privately_funded_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_privately_funded_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_public_schools_add:0 "[GetLawType('law_public_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." - modifier_state_pop_support_law_public_schools_mult:0 "[GetLawType('law_public_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_outlawed_dissent_add:0 "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" - modifier_state_pop_support_law_outlawed_dissent_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." - modifier_state_pop_support_law_outlawed_dissent_mult:0 "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" - modifier_state_pop_support_law_outlawed_dissent_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." - - modifier_state_pop_support_law_censorship_add:0 "[GetLawType('law_censorship').GetName] [concept_pop] Support" - modifier_state_pop_support_law_censorship_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." - modifier_state_pop_support_law_censorship_mult:0 "[GetLawType('law_censorship').GetName] [concept_pop] Support" - modifier_state_pop_support_law_censorship_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." - - modifier_state_pop_support_law_right_of_assembly_add:0 "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" - modifier_state_pop_support_law_right_of_assembly_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." - modifier_state_pop_support_law_right_of_assembly_mult:0 "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" - modifier_state_pop_support_law_right_of_assembly_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." - - modifier_state_pop_support_law_protected_speech_add:0 "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protected_speech_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." - modifier_state_pop_support_law_protected_speech_mult:0 "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protected_speech_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." - - modifier_state_pop_support_law_chiefdom_add:0 "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_chiefdom_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." - modifier_state_pop_support_law_chiefdom_mult:0 "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_chiefdom_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." - - modifier_state_pop_support_law_monarchy_add:0 "[GetLawType('law_monarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_monarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." - modifier_state_pop_support_law_monarchy_mult:0 "[GetLawType('law_monarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_monarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_presidential_republic_add:0 "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_presidential_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." - modifier_state_pop_support_law_presidential_republic_mult:0 "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_presidential_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." - - modifier_state_pop_support_law_parliamentary_republic_add:0 "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_parliamentary_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." - modifier_state_pop_support_law_parliamentary_republic_mult:0 "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_parliamentary_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." - - modifier_state_pop_support_law_theocracy_add:0 "[GetLawType('law_theocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_theocracy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." - modifier_state_pop_support_law_theocracy_mult:0 "[GetLawType('law_theocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_theocracy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." - - modifier_state_pop_support_law_council_republic_add:0 "[GetLawType('law_council_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_council_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." - modifier_state_pop_support_law_council_republic_mult:0 "[GetLawType('law_council_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_council_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." - - modifier_state_pop_support_law_no_health_system_add:0 "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_health_system_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." - modifier_state_pop_support_law_no_health_system_mult:0 "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_health_system_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." - - modifier_state_pop_support_law_charitable_health_system_add:0 "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_charitable_health_system_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." - modifier_state_pop_support_law_charitable_health_system_mult:0 "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_charitable_health_system_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." - - modifier_state_pop_support_law_private_health_insurance_add:0 "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_health_insurance_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." - modifier_state_pop_support_law_private_health_insurance_mult:0 "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_health_insurance_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." - - modifier_state_pop_support_law_public_health_insurance_add:0 "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_health_insurance_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." - modifier_state_pop_support_law_public_health_insurance_mult:0 "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_health_insurance_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." - - modifier_state_pop_support_law_no_home_affairs_add:0 "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_home_affairs_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." - modifier_state_pop_support_law_no_home_affairs_mult:0 "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_home_affairs_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." - - modifier_state_pop_support_law_national_guard_add:0 "[GetLawType('law_national_guard').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_guard_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." - modifier_state_pop_support_law_national_guard_mult:0 "[GetLawType('law_national_guard').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_guard_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." - - modifier_state_pop_support_law_secret_police_add:0 "[GetLawType('law_secret_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_secret_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." - modifier_state_pop_support_law_secret_police_mult:0 "[GetLawType('law_secret_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_secret_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." - - modifier_state_pop_support_law_guaranteed_liberties_add:0 "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" - modifier_state_pop_support_law_guaranteed_liberties_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." - modifier_state_pop_support_law_guaranteed_liberties_mult:0 "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" - modifier_state_pop_support_law_guaranteed_liberties_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." - - modifier_state_pop_support_law_serfdom_banned_add:0 "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_banned_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." - modifier_state_pop_support_law_serfdom_banned_mult:0 "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_banned_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." - - modifier_state_pop_support_law_serfdom_add:0 "[GetLawType('law_serfdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." - modifier_state_pop_support_law_serfdom_mult:0 "[GetLawType('law_serfdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." - - modifier_state_pop_support_law_regulatory_bodies_add:0 "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_regulatory_bodies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." - modifier_state_pop_support_law_regulatory_bodies_mult:0 "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_regulatory_bodies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." - - modifier_state_pop_support_law_worker_protections_add:0 "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" - modifier_state_pop_support_law_worker_protections_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." - modifier_state_pop_support_law_worker_protections_mult:0 "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" - modifier_state_pop_support_law_worker_protections_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." - - modifier_state_pop_support_law_no_migration_controls_add:0 "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_migration_controls_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." - modifier_state_pop_support_law_no_migration_controls_mult:0 "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_migration_controls_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." - - modifier_state_pop_support_law_migration_controls_add:0 "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_migration_controls_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." - modifier_state_pop_support_law_migration_controls_mult:0 "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_migration_controls_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." - - modifier_state_pop_support_law_closed_borders_add:0 "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" - modifier_state_pop_support_law_closed_borders_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." - modifier_state_pop_support_law_closed_borders_mult:0 "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" - modifier_state_pop_support_law_closed_borders_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." - - modifier_state_pop_support_law_no_police_add:0 "[GetLawType('law_no_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." - modifier_state_pop_support_law_no_police_mult:0 "[GetLawType('law_no_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." - - modifier_state_pop_support_law_local_police_add:0 "[GetLawType('law_local_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_local_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." - modifier_state_pop_support_law_local_police_mult:0 "[GetLawType('law_local_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_local_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." - - modifier_state_pop_support_law_dedicated_police_add:0 "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_dedicated_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." - modifier_state_pop_support_law_dedicated_police_mult:0 "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_dedicated_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." - - modifier_state_pop_support_law_militarized_police_add:0 "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_militarized_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." - modifier_state_pop_support_law_militarized_police_mult:0 "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_militarized_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." - - modifier_state_pop_support_law_no_womens_rights_add:0 "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_womens_rights_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." - modifier_state_pop_support_law_no_womens_rights_mult:0 "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_womens_rights_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." - - modifier_state_pop_support_law_women_own_property_add:0 "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_own_property_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." - modifier_state_pop_support_law_women_own_property_mult:0 "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_own_property_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." - - modifier_state_pop_support_law_women_in_the_workplace_add:0 "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_in_the_workplace_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." - modifier_state_pop_support_law_women_in_the_workplace_mult:0 "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_in_the_workplace_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." - - modifier_state_pop_support_law_womens_suffrage_add:0 "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_womens_suffrage_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." - modifier_state_pop_support_law_womens_suffrage_mult:0 "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_womens_suffrage_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." - - modifier_state_pop_support_law_consumption_based_taxation_add:0 "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_consumption_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_consumption_based_taxation_mult:0 "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_consumption_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_land_based_taxation_add:0 "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_land_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_land_based_taxation_mult:0 "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_land_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_per_capita_based_taxation_add:0 "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_per_capita_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_per_capita_based_taxation_mult:0 "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_per_capita_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_proportional_taxation_add:0 "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_proportional_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_proportional_taxation_mult:0 "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_proportional_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_graduated_taxation_add:0 "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_graduated_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_graduated_taxation_mult:0 "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_graduated_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_mercantilism_add:0 "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mercantilism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." - modifier_state_pop_support_law_mercantilism_mult:0 "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mercantilism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." - - modifier_state_pop_support_law_protectionism_add:0 "[GetLawType('law_protectionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protectionism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." - modifier_state_pop_support_law_protectionism_mult:0 "[GetLawType('law_protectionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protectionism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." - - modifier_state_pop_support_law_free_trade_add:0 "[GetLawType('law_free_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_free_trade_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." - modifier_state_pop_support_law_free_trade_mult:0 "[GetLawType('law_free_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_free_trade_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." - - modifier_state_pop_support_law_isolationism_add:0 "[GetLawType('law_isolationism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_isolationism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." - modifier_state_pop_support_law_isolationism_mult:0 "[GetLawType('law_isolationism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_isolationism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." - - modifier_state_pop_support_law_no_social_security_add:0 "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_social_security_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." - modifier_state_pop_support_law_no_social_security_mult:0 "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_social_security_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." - - modifier_state_pop_support_law_poor_laws_add:0 "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" - modifier_state_pop_support_law_poor_laws_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." - modifier_state_pop_support_law_poor_laws_mult:0 "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" - modifier_state_pop_support_law_poor_laws_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." - - modifier_state_pop_support_law_wage_subsidies_add:0 "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wage_subsidies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." - modifier_state_pop_support_law_wage_subsidies_mult:0 "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wage_subsidies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." - - modifier_state_pop_support_law_old_age_pension_add:0 "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" - modifier_state_pop_support_law_old_age_pension_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." - modifier_state_pop_support_law_old_age_pension_mult:0 "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" - modifier_state_pop_support_law_old_age_pension_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." + POP_SUPPORT_MODIFIER_ADD: "Pop Support Modifiers" + POP_SUPPORT_MODIFIER_MULT: "Pop Support Modifiers" + + modifier_state_pop_support_law_peasant_levies_add: "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_peasant_levies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." + modifier_state_pop_support_law_peasant_levies_mult: "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_peasant_levies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." + + modifier_state_pop_support_law_professional_army_add: "[GetLawType('law_professional_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_professional_army_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." + modifier_state_pop_support_law_professional_army_mult: "[GetLawType('law_professional_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_professional_army_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." + + modifier_state_pop_support_law_national_militia_add: "[GetLawType('law_national_militia').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_militia_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." + modifier_state_pop_support_law_national_militia_mult: "[GetLawType('law_national_militia').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_militia_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." + + modifier_state_pop_support_law_mass_conscription_add: "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mass_conscription_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." + modifier_state_pop_support_law_mass_conscription_mult: "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mass_conscription_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." + + modifier_state_pop_support_law_hereditary_administrators_add: "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_administrators_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_hereditary_administrators_mult: "[GetLawType('law_hereditary_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_administrators_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_administrators').GetName] [concept_law]." + + modifier_state_pop_support_law_appointed_administrators_add: "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_administrators_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_appointed_administrators_mult: "[GetLawType('law_appointed_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_administrators_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_administrators').GetName] [concept_law]." + + modifier_state_pop_support_law_elected_administrators_add: "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_administrators_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." + modifier_state_pop_support_law_elected_administrators_mult: "[GetLawType('law_elected_administrators').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_administrators_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_administrators').GetName] [concept_law]." + + modifier_state_pop_support_law_child_labor_allowed_add: "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" + modifier_state_pop_support_law_child_labor_allowed_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." + modifier_state_pop_support_law_child_labor_allowed_mult: "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" + modifier_state_pop_support_law_child_labor_allowed_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." + + modifier_state_pop_support_law_restricted_child_labor_add: "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" + modifier_state_pop_support_law_restricted_child_labor_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." + modifier_state_pop_support_law_restricted_child_labor_mult: "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" + modifier_state_pop_support_law_restricted_child_labor_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." + + modifier_state_pop_support_law_compulsory_primary_school_add: "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" + modifier_state_pop_support_law_compulsory_primary_school_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." + modifier_state_pop_support_law_compulsory_primary_school_mult: "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" + modifier_state_pop_support_law_compulsory_primary_school_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." + + modifier_state_pop_support_law_state_religion_add: "[GetLawType('law_state_religion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_state_religion_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." + modifier_state_pop_support_law_state_religion_mult: "[GetLawType('law_state_religion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_state_religion_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." + + modifier_state_pop_support_law_freedom_of_conscience_add: "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" + modifier_state_pop_support_law_freedom_of_conscience_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." + modifier_state_pop_support_law_freedom_of_conscience_mult: "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" + modifier_state_pop_support_law_freedom_of_conscience_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." + + modifier_state_pop_support_law_total_separation_add: "[GetLawType('law_total_separation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_total_separation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." + modifier_state_pop_support_law_total_separation_mult: "[GetLawType('law_total_separation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_total_separation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." + + modifier_state_pop_support_law_ethnostate_add: "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" + modifier_state_pop_support_law_ethnostate_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." + modifier_state_pop_support_law_ethnostate_mult: "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" + modifier_state_pop_support_law_ethnostate_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." + + modifier_state_pop_support_law_national_supremacy_add: "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_supremacy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." + modifier_state_pop_support_law_national_supremacy_mult: "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_supremacy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." + + modifier_state_pop_support_law_racial_segregation_add: "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_racial_segregation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." + modifier_state_pop_support_law_racial_segregation_mult: "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_racial_segregation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." + + modifier_state_pop_support_law_cultural_exclusion_add: "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_cultural_exclusion_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." + modifier_state_pop_support_law_cultural_exclusion_mult: "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_cultural_exclusion_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." + + modifier_state_pop_support_law_multicultural_add: "[GetLawType('law_multicultural').GetName] [concept_pop] Support" + modifier_state_pop_support_law_multicultural_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." + modifier_state_pop_support_law_multicultural_mult: "[GetLawType('law_multicultural').GetName] [concept_pop] Support" + modifier_state_pop_support_law_multicultural_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." + + modifier_state_pop_support_law_no_colonial_affairs_add: "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_colonial_affairs_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." + modifier_state_pop_support_law_no_colonial_affairs_mult: "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_colonial_affairs_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." + + modifier_state_pop_support_law_colonial_resettlement_add: "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_resettlement_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." + modifier_state_pop_support_law_colonial_resettlement_mult: "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_resettlement_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." + + modifier_state_pop_support_law_colonial_exploitation_add: "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_exploitation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." + modifier_state_pop_support_law_colonial_exploitation_mult: "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_exploitation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." + + modifier_state_pop_support_law_autocracy_add: "[GetLawType('law_autocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_autocracy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." + modifier_state_pop_support_law_autocracy_mult: "[GetLawType('law_autocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_autocracy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." + + modifier_state_pop_support_law_oligarchy_add: "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_oligarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." + modifier_state_pop_support_law_oligarchy_mult: "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_oligarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_elder_council_add: "[GetLawType('law_elder_council').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elder_council_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." + modifier_state_pop_support_law_elder_council_mult: "[GetLawType('law_elder_council').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elder_council_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." + + modifier_state_pop_support_law_landed_voting_add: "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_landed_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." + modifier_state_pop_support_law_landed_voting_mult: "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_landed_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_wealth_voting_add: "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wealth_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." + modifier_state_pop_support_law_wealth_voting_mult: "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wealth_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_census_voting_add: "[GetLawType('law_census_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_census_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." + modifier_state_pop_support_law_census_voting_mult: "[GetLawType('law_census_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_census_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_universal_suffrage_add: "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_universal_suffrage_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." + modifier_state_pop_support_law_universal_suffrage_mult: "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_universal_suffrage_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." + + modifier_state_pop_support_law_anarchy_add: "[GetLawType('law_anarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_anarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." + modifier_state_pop_support_law_anarchy_mult: "[GetLawType('law_anarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_anarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_traditionalism_add: "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_traditionalism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." + modifier_state_pop_support_law_traditionalism_mult: "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_traditionalism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." + + modifier_state_pop_support_law_interventionism_add: "[GetLawType('law_interventionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_interventionism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." + modifier_state_pop_support_law_interventionism_mult: "[GetLawType('law_interventionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_interventionism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." + + modifier_state_pop_support_law_agrarianism_add: "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_agrarianism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." + modifier_state_pop_support_law_agrarianism_mult: "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_agrarianism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." + + modifier_state_pop_support_law_laissez_faire_add: "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" + modifier_state_pop_support_law_laissez_faire_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." + modifier_state_pop_support_law_laissez_faire_mult: "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" + modifier_state_pop_support_law_laissez_faire_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." + + modifier_state_pop_support_law_command_economy_add: "[GetLawType('law_command_economy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_command_economy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." + modifier_state_pop_support_law_command_economy_mult: "[GetLawType('law_command_economy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_command_economy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." + + modifier_state_pop_support_law_no_schools_add: "[GetLawType('law_no_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." + modifier_state_pop_support_law_no_schools_mult: "[GetLawType('law_no_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_religious_schools_add: "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_religious_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." + modifier_state_pop_support_law_religious_schools_mult: "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_religious_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_private_schools_add: "[GetLawType('law_privately_funded_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_privately_funded_schools').GetName] [concept_law]." + modifier_state_pop_support_law_private_schools_mult: "[GetLawType('law_privately_funded_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_privately_funded_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_public_schools_add: "[GetLawType('law_public_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." + modifier_state_pop_support_law_public_schools_mult: "[GetLawType('law_public_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_outlawed_dissent_add: "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" + modifier_state_pop_support_law_outlawed_dissent_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." + modifier_state_pop_support_law_outlawed_dissent_mult: "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" + modifier_state_pop_support_law_outlawed_dissent_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." + + modifier_state_pop_support_law_censorship_add: "[GetLawType('law_censorship').GetName] [concept_pop] Support" + modifier_state_pop_support_law_censorship_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." + modifier_state_pop_support_law_censorship_mult: "[GetLawType('law_censorship').GetName] [concept_pop] Support" + modifier_state_pop_support_law_censorship_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." + + modifier_state_pop_support_law_right_of_assembly_add: "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" + modifier_state_pop_support_law_right_of_assembly_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." + modifier_state_pop_support_law_right_of_assembly_mult: "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" + modifier_state_pop_support_law_right_of_assembly_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." + + modifier_state_pop_support_law_protected_speech_add: "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protected_speech_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." + modifier_state_pop_support_law_protected_speech_mult: "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protected_speech_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." + + modifier_state_pop_support_law_chiefdom_add: "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_chiefdom_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." + modifier_state_pop_support_law_chiefdom_mult: "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_chiefdom_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." + + modifier_state_pop_support_law_monarchy_add: "[GetLawType('law_monarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_monarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." + modifier_state_pop_support_law_monarchy_mult: "[GetLawType('law_monarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_monarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_presidential_republic_add: "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_presidential_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." + modifier_state_pop_support_law_presidential_republic_mult: "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_presidential_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." + + modifier_state_pop_support_law_parliamentary_republic_add: "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_parliamentary_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." + modifier_state_pop_support_law_parliamentary_republic_mult: "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_parliamentary_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." + + modifier_state_pop_support_law_theocracy_add: "[GetLawType('law_theocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_theocracy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." + modifier_state_pop_support_law_theocracy_mult: "[GetLawType('law_theocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_theocracy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." + + modifier_state_pop_support_law_council_republic_add: "[GetLawType('law_council_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_council_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." + modifier_state_pop_support_law_council_republic_mult: "[GetLawType('law_council_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_council_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." + + modifier_state_pop_support_law_no_health_system_add: "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_health_system_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." + modifier_state_pop_support_law_no_health_system_mult: "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_health_system_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." + + modifier_state_pop_support_law_charitable_health_system_add: "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_charitable_health_system_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." + modifier_state_pop_support_law_charitable_health_system_mult: "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_charitable_health_system_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." + + modifier_state_pop_support_law_private_health_insurance_add: "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_health_insurance_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." + modifier_state_pop_support_law_private_health_insurance_mult: "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_health_insurance_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." + + modifier_state_pop_support_law_public_health_insurance_add: "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_health_insurance_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." + modifier_state_pop_support_law_public_health_insurance_mult: "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_health_insurance_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." + + modifier_state_pop_support_law_no_home_affairs_add: "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_home_affairs_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." + modifier_state_pop_support_law_no_home_affairs_mult: "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_home_affairs_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." + + modifier_state_pop_support_law_national_guard_add: "[GetLawType('law_national_guard').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_guard_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." + modifier_state_pop_support_law_national_guard_mult: "[GetLawType('law_national_guard').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_guard_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." + + modifier_state_pop_support_law_secret_police_add: "[GetLawType('law_secret_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_secret_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." + modifier_state_pop_support_law_secret_police_mult: "[GetLawType('law_secret_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_secret_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." + + modifier_state_pop_support_law_guaranteed_liberties_add: "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" + modifier_state_pop_support_law_guaranteed_liberties_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." + modifier_state_pop_support_law_guaranteed_liberties_mult: "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" + modifier_state_pop_support_law_guaranteed_liberties_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." + + modifier_state_pop_support_law_serfdom_banned_add: "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_banned_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." + modifier_state_pop_support_law_serfdom_banned_mult: "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_banned_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." + + modifier_state_pop_support_law_serfdom_add: "[GetLawType('law_serfdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." + modifier_state_pop_support_law_serfdom_mult: "[GetLawType('law_serfdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." + + modifier_state_pop_support_law_regulatory_bodies_add: "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_regulatory_bodies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." + modifier_state_pop_support_law_regulatory_bodies_mult: "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_regulatory_bodies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." + + modifier_state_pop_support_law_worker_protections_add: "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" + modifier_state_pop_support_law_worker_protections_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." + modifier_state_pop_support_law_worker_protections_mult: "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" + modifier_state_pop_support_law_worker_protections_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." + + modifier_state_pop_support_law_no_migration_controls_add: "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_migration_controls_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." + modifier_state_pop_support_law_no_migration_controls_mult: "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_migration_controls_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." + + modifier_state_pop_support_law_migration_controls_add: "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_migration_controls_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." + modifier_state_pop_support_law_migration_controls_mult: "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_migration_controls_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." + + modifier_state_pop_support_law_closed_borders_add: "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" + modifier_state_pop_support_law_closed_borders_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." + modifier_state_pop_support_law_closed_borders_mult: "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" + modifier_state_pop_support_law_closed_borders_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." + + modifier_state_pop_support_law_no_police_add: "[GetLawType('law_no_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." + modifier_state_pop_support_law_no_police_mult: "[GetLawType('law_no_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." + + modifier_state_pop_support_law_local_police_add: "[GetLawType('law_local_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_local_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." + modifier_state_pop_support_law_local_police_mult: "[GetLawType('law_local_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_local_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." + + modifier_state_pop_support_law_dedicated_police_add: "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_dedicated_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." + modifier_state_pop_support_law_dedicated_police_mult: "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_dedicated_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." + + modifier_state_pop_support_law_militarized_police_add: "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_militarized_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." + modifier_state_pop_support_law_militarized_police_mult: "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_militarized_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." + + modifier_state_pop_support_law_no_womens_rights_add: "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_womens_rights_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." + modifier_state_pop_support_law_no_womens_rights_mult: "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_womens_rights_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." + + modifier_state_pop_support_law_women_own_property_add: "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_own_property_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." + modifier_state_pop_support_law_women_own_property_mult: "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_own_property_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." + + modifier_state_pop_support_law_women_in_the_workplace_add: "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_in_the_workplace_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." + modifier_state_pop_support_law_women_in_the_workplace_mult: "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_in_the_workplace_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." + + modifier_state_pop_support_law_womens_suffrage_add: "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_womens_suffrage_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." + modifier_state_pop_support_law_womens_suffrage_mult: "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_womens_suffrage_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." + + modifier_state_pop_support_law_consumption_based_taxation_add: "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_consumption_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_consumption_based_taxation_mult: "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_consumption_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_land_based_taxation_add: "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_land_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_land_based_taxation_mult: "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_land_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_per_capita_based_taxation_add: "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_per_capita_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_per_capita_based_taxation_mult: "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_per_capita_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_proportional_taxation_add: "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_proportional_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_proportional_taxation_mult: "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_proportional_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_graduated_taxation_add: "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_graduated_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_graduated_taxation_mult: "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_graduated_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_mercantilism_add: "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mercantilism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." + modifier_state_pop_support_law_mercantilism_mult: "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mercantilism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." + + modifier_state_pop_support_law_protectionism_add: "[GetLawType('law_protectionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protectionism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." + modifier_state_pop_support_law_protectionism_mult: "[GetLawType('law_protectionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protectionism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." + + modifier_state_pop_support_law_free_trade_add: "[GetLawType('law_free_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_free_trade_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." + modifier_state_pop_support_law_free_trade_mult: "[GetLawType('law_free_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_free_trade_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." + + modifier_state_pop_support_law_isolationism_add: "[GetLawType('law_isolationism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_isolationism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." + modifier_state_pop_support_law_isolationism_mult: "[GetLawType('law_isolationism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_isolationism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." + + modifier_state_pop_support_law_no_social_security_add: "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_social_security_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." + modifier_state_pop_support_law_no_social_security_mult: "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_social_security_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." + + modifier_state_pop_support_law_poor_laws_add: "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" + modifier_state_pop_support_law_poor_laws_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." + modifier_state_pop_support_law_poor_laws_mult: "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" + modifier_state_pop_support_law_poor_laws_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." + + modifier_state_pop_support_law_wage_subsidies_add: "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wage_subsidies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." + modifier_state_pop_support_law_wage_subsidies_mult: "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wage_subsidies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." + + modifier_state_pop_support_law_old_age_pension_add: "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" + modifier_state_pop_support_law_old_age_pension_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." + modifier_state_pop_support_law_old_age_pension_mult: "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" + modifier_state_pop_support_law_old_age_pension_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." From a2e08cd04b4a1527c46fd9ffab1b3bb4afa43a0b Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 1 May 2023 17:18:28 -0400 Subject: [PATCH 011/439] fix: yaml syntax --- localization/english/modifiers_l_english.yml | 5200 +++++++++--------- 1 file changed, 2598 insertions(+), 2602 deletions(-) diff --git a/localization/english/modifiers_l_english.yml b/localization/english/modifiers_l_english.yml index a1ad62835..2161ec755 100644 --- a/localization/english/modifiers_l_english.yml +++ b/localization/english/modifiers_l_english.yml @@ -1,2632 +1,2628 @@ l_english: - easy_difficulty:0 "Easy Difficulty" - very_easy_difficulty:0 "Very Easy Difficulty" - very_easy_difficulty_ai:0 "Very Easy Difficulty" - - native_conscription_1:0 "Native Warbands" - native_conscription_2:0 "$native_conscription_1$" - native_conscription_3:0 "$native_conscription_1$" - native_conscription_4:0 "$native_conscription_1$" - native_conscription_5:0 "$native_conscription_1$" - native_conscription_6:0 "$native_conscription_1$" - native_conscription_7:0 "$native_conscription_1$" - native_conscription_8:0 "$native_conscription_1$" - native_conscription_9:0 "$native_conscription_1$" - native_conscription_10:0 "$native_conscription_1$" - native_conscription_11:0 "$native_conscription_1$" - native_conscription_12:0 "$native_conscription_1$" - - modifier_country_war_exhaustion_casualties_mult:0 "[concept_war_exhaustion] from [concept_casualties]" - modifier_country_war_exhaustion_casualties_mult_desc:0 "An increase or decrease to the amount of [concept_war_exhaustion] a [concept_country] suffers in [concept_war] due to [concept_casualties] inflicted on them" - modifier_country_minting_add:0 "Minting" - modifier_country_minting_add_desc:0 "A flat increase or decrease to [concept_budget_minting]" - modifier_country_minting_mult:0 "Minting" - modifier_country_minting_mult_desc:0 "A bonus or penalty to the total amount of [concept_budget_minting]" - modifier_country_tax_income_add:0 "Tax Income" - modifier_country_tax_income_add_desc:0 "A flat bonus or penalty to tax income collected" - modifier_country_expenses_add:0 "Government Expenses" - modifier_country_expenses_add_desc:0 "A flat increase or reduction of government expenses" - modifier_state_tax_waste_add:1 "Tax Waste" - modifier_state_tax_waste_add_desc:1 "An increase or decrease to the amount of [concept_tax_waste] in [Concept('concept_state', '$concept_states$')]" - modifier_state_tax_capacity_add:0 "Taxation Capacity" - modifier_state_tax_capacity_add_desc:0 "An increase or decrease to the amount of [concept_tax_capacity] in [Concept('concept_state', '$concept_states$')]" - modifier_state_tax_capacity_mult:0 "$modifier_state_tax_capacity_add$" - modifier_state_tax_capacity_mult_desc:0 "$modifier_state_tax_capacity_add_desc$" - modifier_state_tax_collection_mult:0 "Tax Collection" - modifier_state_tax_collection_mult_desc:0 "An increase or decrease to the final amount of all [concept_taxes] collected from [Concept('concept_pop','$concept_pops$')]." - modifier_country_law_enactment_time_mult:0 "Enactment Time" - modifier_country_law_enactment_success_add:0 "Enactment Success Chance" - modifier_state_unincorporated_starting_wages_mult:0 "Starting Wages in Unincorporated States" - modifier_state_unincorporated_starting_wages_mult_desc:0 "How much more or less [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')] get as initial salaries." - modifier_country_government_wages_mult:0 "Government Wages" - modifier_country_government_wages_mult_desc:0 "How much more or less than the [concept_normal_wage] government employees get paid." - modifier_country_military_wages_mult:0 "Military Wages" - modifier_country_military_wages_mult_desc:0 "How much more or less than the [concept_normal_wage] military personnel get paid." - modifier_country_military_goods_cost_mult:0 "Military Goods Cost" - modifier_country_military_goods_cost_mult_desc:0 "A bonus or penalty to the monetary cost of military material necessities." - modifier_country_law_enactment_time_mult_desc:0 "A reduction or increase to the time required for legislative enactments" - modifier_country_law_enactment_success_add_desc:0 "A flat percentage point increase to the likelihood of enacting a law" - modifier_country_opposition_ig_approval_add:0 "Opposition Interest Group Approval" - modifier_country_opposition_ig_approval_add_desc:0 "A bonus or penalty to the Approval of Interest Groups in Opposition" - modifier_country_infamy_decay_mult:0 "Infamy Decay" - modifier_country_infamy_decay_mult_desc:0 "A bonus or penalty to [concept_infamy] decay" - modifier_country_tension_decay_mult:0 "Tension Decay" - modifier_country_tension_decay_mult_desc:0 "A bonus or penalty to [concept_tension] decay" - modifier_country_relations_decay_add:0 "Relations Decay" - modifier_country_relations_decay_add_desc:0 "A bonus or penalty to decay of good Relations" - modifier_country_improve_relations_speed_mult:0 "Improve Relations Speed" - modifier_country_improve_relations_speed_mult_desc:0 "A bonus or penalty to the efficiency of the Improve Relations diplomatic action." - modifier_country_damage_relations_speed_mult:0 "Damage Relations Speed" - modifier_country_damage_relations_speed_mult_desc:0 "A bonus or penalty to the efficiency of the Damage Relations diplomatic action." - modifier_country_cannot_enact_laws:0 "Cannot Enact Laws" - modifier_country_cannot_enact_laws_desc:0 "A penalty preventing a country from enacting any [Concept('concept_law','$concept_laws$')]" - - modifier_battle_plains_combat_effectiveness_mult:0 "Plains Terrain Expert" - modifier_battle_plains_combat_effectiveness_mult_desc:0 "Plains Terrain Expert" - modifier_battle_forest_combat_effectiveness_mult:0 "Forest Terrain Expert" - modifier_battle_forest_combat_effectiveness_mult_desc:0 "Forest Terrain Expert" - modifier_battle_hills_combat_effectiveness_mult:0 "Hills Terrain Expert" - modifier_battle_hills_combat_effectiveness_mult_desc:0 "Hills Terrain Expert" - modifier_battle_mountain_combat_effectiveness_mult:0 "Mountain Terrain Expert" - modifier_battle_mountain_combat_effectiveness_mult_desc:0 "Mountain Terrain Expert" - modifier_battle_jungle_combat_effectiveness_mult:0 "Jungle Terrain Expert" - modifier_battle_jungle_combat_effectiveness_mult_desc:0 "Jungle Terrain Expert" - modifier_battle_wetland_combat_effectiveness_mult:0 "Wetland Terrain Expert" - modifier_battle_wetland_combat_effectiveness_mult_desc:0 "Wetland Terrain Expert" - modifier_battle_desert_combat_effectiveness_mult:0 "Desert Terrain Expert" - modifier_battle_desert_combat_effectiveness_mult_desc:0 "Desert Terrain Expert" - modifier_battle_tundra_combat_effectiveness_mult:0 "Tundra Terrain Expert" - modifier_battle_tundra_combat_effectiveness_mult_desc:0 "Tundra Terrain Expert" - modifier_battle_farmland_rye_combat_effectiveness_mult:0 "Farmland Rye Terrain Expert" - modifier_battle_farmland_rye_combat_effectiveness_mult_desc:0 "Farmland Rye Terrain Expert" - modifier_battle_farmland_rice_combat_effectiveness_mult:0 "Farmland Rice Terrain Expert" - modifier_battle_farmland_rice_combat_effectiveness_mult_desc:0 "Farmland Terrain Expert" - modifier_battle_farmland_millet_combat_effectiveness_mult_desc:0 "Farmland Millet Terrain Expert" - modifier_battle_farmland_millet_combat_effectiveness_mult:0 "Farmland Millet Terrain Expert" - modifier_battle_farmland_wheat_combat_effectiveness_mult_desc:0 "Farmland Wheat Terrain Expert" - modifier_battle_farmland_wheat_combat_effectiveness_mult:0 "Farmland Wheat Terrain Expert" - modifier_battle_farmland_maize_combat_effectiveness_mult_desc:0 "Farmland Maize Terrain Expert" - modifier_battle_farmland_maize_combat_effectiveness_mult:0 "Farmland Maize Terrain Expert" - modifier_battle_pasture_combat_effectiveness_mult:0 "Pasture Terrain Expert" - modifier_battle_pasture_combat_effectiveness_mult_desc:0 "Pasture Terrain Expert" - modifier_battle_plantation_combat_effectiveness_mult:0 "Plantation Terrain Expert" - modifier_battle_plantation_combat_effectiveness_mult_desc:0 "Plantation Terrain Expert" - modifier_battle_cleared_land_combat_effectiveness_mult:0 "Cleared Land Terrain Expert" - modifier_battle_cleared_land_combat_effectiveness_mult_desc:0 "Cleared Land Terrain Expert" - modifier_battle_mining_combat_effectiveness_mult:0 "Mining Terrain Expert" - modifier_battle_mining_combat_effectiveness_mult_desc:0 "Mining Terrain Expert" - modifier_battle_forestry_combat_effectiveness_mult:0 "Forestry Terrain Expert" - modifier_battle_forestry_combat_effectiveness_mult_desc:0 "Forestry Terrain Expert" - modifier_battle_urban_combat_effectiveness_mult:0 "Urban Terrain Expert" - modifier_battle_urban_combat_effectiveness_mult_desc:0 "Urban Terrain Expert" - modifier_battle_docks_combat_effectiveness_mult:0 "Docks Terrain Expert" - modifier_battle_docks_combat_effectiveness_mult_desc:0 "Docks Terrain Expert" - modifier_battle_savanna_combat_effectiveness_mult:0 "Savanna Terrain Expert" - modifier_battle_savanna_combat_effectiveness_mult_desc:0 "Savanna Terrain Expert" - modifier_battle_snow_combat_effectiveness_mult:0 "Snow Terrain Expert" - modifier_battle_snow_combat_effectiveness_mult_desc:0 "Snow Terrain Expert" - - modifier_battle_combat_effectiveness_owned_province_mult:0 "Owned Territory" - modifier_battle_combat_effectiveness_owned_province_mult_desc:1 "Battles taking place in Owned Territory will give a bonus to the Attacker or Defender who owns that state" - modifier_battle_casualties_mult:0 "[concept_casualties] Taken" - modifier_battle_casualties_mult_desc:0 "A bonus or penalty to the number of [concept_casualties] this side takes in [concept_battle]" - - modifier_character_supply_route_cost_mult:0 "[concept_supply_route] Cost" - modifier_character_supply_route_cost_mult_desc:0 "How many convoys are needed to supply troops" - - modifier_state_conscription_rate_add:1 "Conscription Rate" - modifier_state_conscription_rate_add_desc:2 "The portion of the [concept_workforce] that are [Concept('concept_potential_battalions','$concept_potential_conscripts$')]" - modifier_state_conscription_rate_mult:1 "Conscriptable Battalions" - modifier_state_conscription_rate_mult_desc:2 "A bonus or penalty to the number of [Concept('concept_potential_battalions','$concept_potential_conscripts$')] from $modifier_state_conscription_rate_add$" - - - minting:0 "Minting" - minting_desc:0 "[concept_minting_desc]" - surplus_convoys:0 "Surplus Convoys" - surplus_convoys_desc:0 "Having a surplus of [concept_convoys] increases our [concept_trade_route_competitiveness]" - insufficient_convoys:0 "Insufficient Convoys" - insufficient_convoys_desc:0 "Lacking the necessary number of [concept_convoys] results in penalties to the [concept_supply_network]" - efficient_bureaucracy:0 "Efficient Bureaucracy" - efficient_bureaucracy_desc:0 "Having a surplus of bureaucratic functionaries helps to speed up [concept_infrastructure] projects" - administrative_overburden:0 "Administrative Overburden" - administrative_overburden_desc:0 "Overburdening your administration causes inefficiencies in tax collection" - legislative_efficiency:0 "Legislative Efficiency" - legislative_efficiency_desc:0 "A well-oiled political machine can get more things done faster" - political_dysfunction:0 "Political Dysfunction" - political_dysfunction_desc:0 "Political outsiders often get caught in the gears of dysfunctional political machines" - diplomatic_mitigation:0 "Diplomatic Mitigation" - diplomatic_mitigation_desc:0 "Skilled diplomats can cover up international scandals faster" - diplomatic_overreach:0 "Diplomatic Overreach" - diplomatic_overreach_desc:0 "Without sufficient attention from the diplomatic corp, good Relations will decay over time" - - battle_casualties_disadvantage:0 "Battle Casualties Disadvantage" - battle_casualties_disadvantage_desc:0 "Having more casualties than the enemy" - average_unit_value:0 "Average Unit Value" - battle_army_average_morale_damage:1 "$average_unit_value$" - battle_army_average_morale_damage_desc:1 "$average_unit_value$" - battle_army_average_kill_rate:1 "$average_unit_value$" - battle_army_average_kill_rate_desc:1 "$average_unit_value$" - battle_navy_average_morale_damage:1 "$average_unit_value$" - battle_navy_average_morale_damage_desc:1 "$average_unit_value$" - battle_navy_average_kill_rate:1 "$average_unit_value$" - battle_navy_average_kill_rate_desc:1 "$average_unit_value$" - battle_naval_invasion_beachhead_penalty:0 "Insufficient Naval Invasion Support" - battle_naval_invasion_beachhead_penalty_desc:2 "Not enough [Concept('concept_flotilla','$concept_flotillas$')] supporting the landing battle" - battle_naval_invasion_landing_penalty:0 "Difficult Landing" - battle_naval_invasion_landing_penalty_desc:0 "Your [Concept('concept_battalion','$concept_battalions$')] fight at a disadvantage due to a difficult landing" - - modifier_country_suppression_ig_attraction_mult:0 "[Concept('concept_suppress', '$concept_suppression$')] impact on [concept_interest_group_attraction]" - modifier_country_suppression_ig_attraction_mult_desc:0 "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of [Concept('concept_suppress', '$concept_suppression$')]" - modifier_country_promotion_ig_attraction_mult:1 "[Concept('concept_bolster', '$concept_bolstered$')] impact on [concept_interest_group_attraction]" - modifier_country_promotion_ig_attraction_mult_desc:1 "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of being [Concept('concept_bolster', '$concept_bolstered$')]" - - modifier_country_loan_interest_rate_add:0 "Loan interest rate" - modifier_country_loan_interest_rate_add_desc:1 "A bonus or penalty to loan [Concept('concept_budget_interest', 'interest')] rate" - modifier_country_loan_interest_rate_mult:1 "$modifier_country_loan_interest_rate_add$" - modifier_country_loan_interest_rate_mult_desc:2 "$modifier_country_loan_interest_rate_add_desc$" - modifier_country_gold_reserve_limit_mult:0 "Gold reserve limit" - modifier_country_gold_reserve_limit_mult_desc:0 "Once your [concept_gold_reserves] exceed this limit, the amount of gold you get to stockpile for every [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] diminishes progressively" - - modifier_country_resource_discovery_chance_mult:0 "Resource Discovery Chance" - modifier_country_resource_discovery_chance_mult_desc:0 "" - modifier_country_resource_depletion_chance_mult:0 "Resource Depletion Chance" - modifier_country_resource_depletion_chance_mult_desc:0 "" - - country_reached_sp_target:0 "Country Strength Points Target Reached" - command_reached_sp_target:0 "Local commands Strength Points Target Reached" - modifier_stockpile_army_cap_add:0 "Army Stockpile Cap" - modifier_stockpile_army_cap_add_desc:0 "Maximum amount of army stockpile we can accumulate" - modifier_stockpile_army_cap_mult:0 "$modifier_stockpile_army_cap_add$" - modifier_stockpile_army_cap_mult_desc:0 "$modifier_stockpile_army_cap_add_desc$" - modifier_stockpile_navy_cap_add:0 "Navy stockpile cap" - modifier_stockpile_navy_cap_add_desc:0 "Maximum amount of navy stockpile we can accumulate" - modifier_stockpile_navy_cap_mult:0 "$modifier_stockpile_navy_cap_add$" - modifier_stockpile_navy_cap_mult_desc:0 "$modifier_stockpile_navy_cap_add_desc$" - - modifier_character_command_limit_combat_unit_regular_add:0 "Regular Battalion Command Limit" - modifier_character_command_limit_combat_unit_regular_add_desc:0 "The number of [Concept('concept_unit','$concept_units$')] this [concept_character] can command.\n\n$concept_command_limit_desc$" - modifier_character_command_limit_combat_unit_conscript_add:0 "Conscript Battalion Command Limit" - modifier_character_command_limit_combat_unit_conscript_add_desc:0 "$modifier_character_command_limit_combat_unit_regular_add_desc$" - modifier_character_command_limit_combat_unit_flotilla_add:0 "Flotilla Command Limit" - modifier_character_command_limit_combat_unit_flotilla_add_desc:0 "$modifier_character_command_limit_combat_unit_regular_add_desc$" - - modifier_character_command_limit_mult:0 "Command Limit" - modifier_character_command_limit_mult_desc:1 "Multiplies the amount of units this [concept_character] can command." - modifier_character_command_budget_add_pre_fix:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] " - modifier_building_production_mult:0 "Building Production" - modifier_building_production_mult_desc:0 "Affects production output of all the goods produced in the building" - modifier_building_economy_of_scale_level_cap_add:0 "[concept_economy_of_scale] Building Level Cap" - modifier_building_economy_of_scale_level_cap_add_desc:0 "The maximum number of [concept_building] levels that can confer [concept_economy_of_scale] effects." - modifier_country_prestige_add:0 "Prestige" - modifier_country_prestige_add_desc:0 "How much Prestige the country has." - modifier_country_max_declared_interests_add:2 "Maximum Declared Interests" - modifier_country_max_declared_interests_add_desc:1 "An increase or decrease to the number of [Concept('concept_interest', '$concept_interests$')] that a country can declare outside of its controlled territory" - modifier_country_max_declared_interests_mult:0 "$modifier_country_max_declared_interests_add$" - modifier_country_max_declared_interests_mult_desc:0 "$modifier_country_max_declared_interests_add_desc$" - modifier_country_prestige_mult:0 "Prestige" - modifier_country_prestige_mult_desc:0 "How much Prestige the country has." - modifier_country_bureaucracy_add:2 "@bur![Nbsp][concept_bureaucracy]" - modifier_country_bureaucracy_add_desc:2 "How much @bur![Nbsp][concept_bureaucracy] the country has" - modifier_country_bureaucracy_mult:2 "@bur![Nbsp][concept_bureaucracy]" - modifier_country_bureaucracy_mult_desc:2 "The amount of @bur![Nbsp][concept_bureaucracy] is modified up or down" - modifier_country_influence_add:2 "@inf![Nbsp][concept_influence]" - modifier_country_influence_add_desc:2 "How much @inf![Nbsp][concept_influence] the country has" - modifier_country_influence_mult:2 "@inf![Nbsp][concept_influence]" - modifier_country_influence_mult_desc:2 "The amount of @inf![Nbsp][concept_influence] is modified up or down" - modifier_country_authority_add:2 "@aut![Nbsp][concept_authority]" - modifier_country_authority_add_desc:2 "How much @aut![Nbsp][concept_authority] is gained or the country has" - modifier_country_authority_mult:2 "@aut![Nbsp][concept_authority]" - modifier_country_authority_mult_desc:2 "The amount of @aut![Nbsp][concept_authority] is modified up or down" - modifier_country_weekly_innovation_max_add:0 "Maximum Innovation Investment" - modifier_country_weekly_innovation_max_add_desc:1 "The maximum amount of @innovation![Nbsp][concept_innovation] that can be invested into a [concept_technology] each week" - modifier_country_weekly_innovation_add:0 "Innovation" - modifier_country_weekly_innovation_add_desc:1 "The amount of @innovation![Nbsp][concept_innovation] gained or lost each week" - modifier_country_weekly_innovation_mult:1 "$modifier_country_weekly_innovation_add$" - modifier_country_weekly_innovation_mult_desc:2 "$modifier_country_weekly_innovation_add_desc$" - modifier_country_tech_spread_add:0 "Technology Spread" - modifier_country_tech_spread_add_desc:0 "The amount by which technologies spread from other countries to our own each week." - modifier_country_tech_spread_mult:0 "Technology Spread" - modifier_country_tech_spread_mult_desc:0 "A multiplier to the speed at which technologies spread from other countries to our own." - modifier_country_bur_investment_cost_factor_add:1 "@bur![Nbsp][concept_bureaucracy] Institution Cost" - modifier_country_bur_investment_cost_factor_add_desc:1 "The amount of @bur![Nbsp][concept_bureaucracy] it costs to bring a Institution Investment to 1M citizens" - modifier_country_bureaucracy_investment_cost_factor_mult:2 "@bur![Nbsp][concept_bureaucracy] Institution Cost Multiplier" - modifier_country_bureaucracy_investment_cost_factor_mult_desc:1 "An increase or reduction to the Bureaucracy cost of bringing a Institution Investment to the citizens" - modifier_state_bureaucracy_population_base_cost_factor_mult:1 "@bur![Nbsp][concept_bureaucracy] Population Cost Multiplier" - modifier_state_bureaucracy_population_base_cost_factor_mult_desc:0 "An increase or reduction to the base administrative cost incurred by your incorporated Population" - - modifier_country_institution_colonial_affairs_max_investment_add:0 "Max $institution_colonial_affairs$ [concept_institution] Investment" - modifier_country_institution_colonial_affairs_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_colonial_affairs$ [concept_institution]" - modifier_country_institution_social_security_max_investment_add:0 "Max $institution_social_security$ [concept_institution] Investment" - modifier_country_institution_social_security_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_social_security$ [concept_institution]" - modifier_country_institution_workplace_safety_max_investment_add:0 "Max $institution_workplace_safety$ [concept_institution] Investment" - modifier_country_institution_workplace_safety_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_workplace_safety$ [concept_institution]" - modifier_country_institution_schools_max_investment_add:0 "Max $institution_schools$ [concept_institution] Investment" - modifier_country_institution_schools_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_schools$ [concept_institution]" - modifier_country_institution_police_max_investment_add:0 "Max $institution_police$ [concept_institution] Investment" - modifier_country_institution_police_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_police$ [concept_institution]" - modifier_country_institution_health_system_max_investment_add:0 "Max $institution_health_system$ [concept_institution] Investment" - modifier_country_institution_health_system_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_health_system$ [concept_institution]" - modifier_country_institution_home_affairs_max_investment_add:0 "Max $institution_home_affairs$ [concept_institution] Investment" - modifier_country_institution_home_affairs_max_investment_add_desc:0 "A bonus or penalty to the maximum investment level of the $institution_home_affairs$ [concept_institution]" - - modifier_state_pop_pol_str_add:0 "$modifier_state_pop_pol_str_mult$" - modifier_state_pop_pol_str_add_desc:0 "$modifier_state_pop_pol_str_mult_desc$" - modifier_state_pop_pol_str_mult:2 "Universal [concept_pop] [concept_political_strength]" - modifier_state_pop_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of all [Concept('concept_pop','$concept_pops$')]" - modifier_interest_group_pol_str_mult:1 "Interest Group [concept_political_strength]" - modifier_interest_group_pol_str_mult_desc:1 "A bonus or penalty to the total [concept_political_strength] of an Interest Group" - modifier_interest_group_pol_str_factor:0 "Interest Group [concept_political_strength]" - modifier_interest_group_pol_str_factor_desc:0 "A bonus or penalty to the total [concept_political_strength] of an Interest Group" - modifier_interest_group_pop_attraction_mult:0 "Interest Group Pop Attraction" - modifier_interest_group_pop_attraction_mult_desc:0 "A bonus or penalty to how attracted Pops are to an Interest Group" - modifier_interest_group_approval_add:0 "Interest Group Approval" - modifier_interest_group_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group" - modifier_interest_group_in_government_approval_add:0 "Government Interest Group Approval" - modifier_interest_group_in_government_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group that is in government." - modifier_interest_group_in_opposition_approval_add:0 "Opposition Interest Group Approval" - modifier_interest_group_in_opposition_approval_add_desc:0 "A bonus or penalty to the Approval of an Interest Group that is in opposition." - - ig_variant_armed_forces:0 "[GetInterestGroupVariant('ig_armed_forces',GetPlayer).GetNameWithCountryVariant]" - ig_variant_devout:0 "[GetInterestGroupVariant('ig_devout',GetPlayer).GetNameWithCountryVariant]" - ig_variant_industrialists:0 "[GetInterestGroupVariant('ig_conglomerates',GetPlayer).GetNameWithCountryVariant]" - ig_variant_intelligentsia:0 "[GetInterestGroupVariant('ig_intelligentsia',GetPlayer).GetNameWithCountryVariant]" - ig_variant_landowners:0 "[GetInterestGroupVariant('ig_elites',GetPlayer).GetNameWithCountryVariant]" - ig_variant_petty_bourgeoisie:0 "[GetInterestGroupVariant('ig_entrepreneurs',GetPlayer).GetNameWithCountryVariant]" - ig_variant_rural_folk:0 "[GetInterestGroupVariant('ig_rural_folk',GetPlayer).GetNameWithCountryVariant]" - ig_variant_trade_unions:0 "[GetInterestGroupVariant('ig_socialists',GetPlayer).GetNameWithCountryVariant]" - - modifier_interest_group_ig_armed_forces_approval_add:2 "$ig_variant_armed_forces$ [concept_approval]" - modifier_interest_group_ig_armed_forces_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_approval_add:2 "$ig_variant_devout$ [concept_approval]" - modifier_interest_group_ig_devout_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_industrialists_approval_add:2 "$ig_variant_industrialists$ [concept_approval]" - modifier_interest_group_ig_industrialists_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_industrialists$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_approval_add:2 "$ig_variant_intelligentsia$ [concept_approval]" - modifier_interest_group_ig_intelligentsia_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_landowners_approval_add:2 "$ig_variant_landowners$ [concept_approval]" - modifier_interest_group_ig_landowners_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_landowners$ [concept_interest_group]" - modifier_interest_group_ig_petty_bourgeoisie_approval_add:2 "$ig_variant_petty_bourgeoisie$ [concept_approval]" - modifier_interest_group_ig_petty_bourgeoisie_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_approval_add:2 "$ig_variant_rural_folk$ [concept_approval]" - modifier_interest_group_ig_rural_folk_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_rural_folk$ [concept_interest_group]" - modifier_interest_group_ig_trade_unions_approval_add:2 "$ig_variant_trade_unions$ [concept_approval]" - modifier_interest_group_ig_trade_unions_approval_add_desc:2 "A bonus or penalty to the total [concept_approval] of the $ig_variant_trade_unions$ [concept_interest_group]" - - modifier_interest_group_ig_armed_forces_pol_str_mult:2 "$ig_variant_armed_forces$ [concept_political_strength]" - modifier_interest_group_ig_armed_forces_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_pol_str_mult:2 "$ig_variant_devout$ [concept_political_strength]" - modifier_interest_group_ig_devout_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_industrialists_pol_str_mult:2 "$ig_variant_industrialists$ [concept_political_strength]" - modifier_interest_group_ig_industrialists_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_industrialists$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_pol_str_mult:2 "$ig_variant_intelligentsia$ [concept_political_strength]" - modifier_interest_group_ig_intelligentsia_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_landowners_pol_str_mult:2 "$ig_variant_landowners$ [concept_political_strength]" - modifier_interest_group_ig_landowners_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_landowners$ [concept_interest_group]" - modifier_interest_group_ig_petty_bourgeoisie_pol_str_mult:2 "$ig_variant_petty_bourgeoisie$ [concept_political_strength]" - modifier_interest_group_ig_petty_bourgeoisie_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_pol_str_mult:2 "$ig_variant_rural_folk$ [concept_political_strength]" - modifier_interest_group_ig_rural_folk_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_rural_folk$ [concept_interest_group]" - modifier_interest_group_ig_trade_unions_pol_str_mult:2 "$ig_variant_trade_unions$ [concept_political_strength]" - modifier_interest_group_ig_trade_unions_pol_str_mult_desc:2 "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_trade_unions$ [concept_interest_group]" - - modifier_interest_group_ig_armed_forces_pop_attraction_mult:1 "$ig_variant_armed_forces$ Pop Attraction" - modifier_interest_group_ig_armed_forces_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_armed_forces$ [concept_interest_group]" - modifier_interest_group_ig_devout_pop_attraction_mult:1 "$ig_variant_devout$ Pop Attraction" - modifier_interest_group_ig_devout_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_devout$ [concept_interest_group]" - modifier_interest_group_ig_industrialists_pop_attraction_mult:1 "$ig_variant_industrialists$ Pop Attraction" - modifier_interest_group_ig_industrialists_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_industrialists$ [concept_interest_group]" - modifier_interest_group_ig_intelligentsia_pop_attraction_mult:1 "$ig_variant_intelligentsia$ Pop Attraction" - modifier_interest_group_ig_intelligentsia_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_intelligentsia$ [concept_interest_group]" - modifier_interest_group_ig_landowners_pop_attraction_mult:1 "$ig_variant_landowners$ Pop Attraction" - modifier_interest_group_ig_landowners_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_landowners$ [concept_interest_group]" - modifier_interest_group_ig_petty_bourgeoisie_pop_attraction_mult:1 "$ig_variant_petty_bourgeoisie$ Pop Attraction" - modifier_interest_group_ig_petty_bourgeoisie_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" - modifier_interest_group_ig_rural_folk_pop_attraction_mult:1 "$ig_variant_rural_folk$ Pop Attraction" - modifier_interest_group_ig_rural_folk_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_rural_folk$ [concept_interest_group]" - modifier_interest_group_ig_trade_unions_pop_attraction_mult:1 "$ig_variant_trade_unions$ Pop Attraction" - modifier_interest_group_ig_trade_unions_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_trade_unions$ [concept_interest_group]" - - modifier_tax_land_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Land Tax" - modifier_tax_land_add_desc:2 "The amount of [concept_budget_land_taxes] collected from [GetPopType('peasants').GetName]" - modifier_tax_heathen_add:1 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Religious Tax" - modifier_tax_heathen_add_desc:0 "The amount of [concept_budget_heathen_taxes] collected from [Concept('concept_pop','$concept_pops$')] each year for following a [concept_religion] that is [Concept('concept_discrimination','$concept_discriminated$')] against" - modifier_tax_per_capita_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Per Capita Tax" - modifier_tax_per_capita_add_desc:2 "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('peasants').GetName] [Concept('concept_pop','$concept_pops$')]" - modifier_state_welfare_payments_add:0 "Welfare Payments" - modifier_state_welfare_payments_add_desc:0 "The fraction of the [concept_normal_wage] at which [Concept('concept_pop','$concept_pops$')] receive [concept_welfare_payments] from the state" - modifier_state_standard_of_living_add:0 "[concept_sol]" - modifier_state_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_poor_standard_of_living_add:0 "[concept_sol] for the [concept_lower_strata]" - modifier_state_poor_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_middle_standard_of_living_add:0 "[concept_sol] for the [concept_middle_strata]" - modifier_state_middle_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of Wealth" - modifier_state_rich_standard_of_living_add:0 "[concept_sol] for the [concept_upper_strata]" - modifier_state_rich_standard_of_living_add_desc:0 "Extra [concept_sol] added on top of wealth" - modifier_state_expected_sol_mult:0 "Minimum Expected [concept_sol]" - modifier_state_expected_sol_mult_desc:0 "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_expected_sol_from_literacy:0 "Minimum Expected [concept_sol] from [concept_literacy]" - modifier_state_expected_sol_from_literacy_desc:0 "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy, scaled by their [concept_literacy]" - modifier_state_poor_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_lower_strata]" - modifier_state_poor_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_lower_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_middle_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_middle_strata]" - modifier_state_middle_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_middle_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_state_rich_expected_sol:0 "Minimum Expected [concept_sol] for the [concept_upper_strata]" - modifier_state_rich_expected_sol_desc:0 "An increase or decrease to the minimum [concept_sol] that [concept_upper_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" - modifier_tax_income_add:0 "Income Tax Rate" - modifier_tax_income_add_desc:0 "The portion of their [concept_budget_wages] that [Concept('concept_pop', '$concept_pops$')] must pay in taxes" - modifier_state_urbanization_add:0 "$urban_capacity$" - modifier_state_urbanization_add_desc:0 "How many urban buildings the state can support" - modifier_state_urbanization_mult:0 "$urban_capacity$ Multiplier" - modifier_state_urbanization_mult_desc:0 "A bonus or penalty to the amount of $urban_capacity$ produced by buildings in the state." - modifier_tax_dividends_add:0 "Dividends Tax Rate" - modifier_tax_dividends_add_desc:0 "$modifier_tax_dividends_add$" - modifier_building_working_conditions_mult:0 "Dangerous Working Conditions" - modifier_building_working_conditions_mult_desc:0 "An increase or decrease in workplace hazard levels" - modifier_institution_cost_mult:0 "Institution $BUREAUCRACY$ Cost" - modifier_institution_cost_mult_desc:0 "An increase or decrease to the $BUREAUCRACY$ upkeep cost of the institution" - - modifier_state_birth_rate_mult:0 "Birth Rate" - modifier_state_birth_rate_mult_desc:0 "How many children are born each year" - modifier_state_accepted_birth_rate_mult:0 "Birth Rate of Accepted Pops" - modifier_state_accepted_birth_rate_mult_desc:0 "How many children of non-discriminated pops are born each year" - - modifier_state_mortality_mult:2 "$concept_pop_growth_mortality$" - modifier_state_mortality_mult_desc:2 "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for all [Concept('concept_pop', '$concept_pops$')]" - modifier_state_non_homeland_mortality_mult:1 "$concept_pop_growth_mortality$ in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" - modifier_state_non_homeland_mortality_mult_desc:2 "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_state', '$concept_states$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." - modifier_state_mortality_turmoil_mult:1 "$concept_pop_growth_mortality$ per $concept_turmoil$" - modifier_state_mortality_turmoil_mult_desc:1 "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_turmoil]" - modifier_state_mortality_wealth_mult:1 "$concept_pop_growth_mortality$ per $concept_wealth$" - modifier_state_mortality_wealth_mult_desc:1 "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_wealth]" - modifier_state_education_access_add:0 "Education Access" - modifier_state_education_access_add_desc:0 "A bonus or penalty to education access for all pops" - modifier_state_education_access_wealth_add:0 "Education Access (Wealth-based)" - modifier_state_education_access_wealth_add_desc:0 "A bonus or penalty per Wealth level to pop education access" - - modifier_state_pop_qualifications_mult:0 "[concept_pop_qualifications]" - modifier_state_pop_qualifications_mult_desc:0 "A bonus or penalty to [concept_pop_qualifications]" - - modifier_state_assimilation_mult:0 "[concept_assimilation]" - modifier_state_assimilation_mult_desc:0 "A bonus or penalty to [concept_assimilation]" - modifier_state_conversion_mult:0 "[concept_conversion]" - modifier_state_conversion_mult_desc:0 "A bonus or penalty to [concept_conversion]" - - modifier_country_diplomatic_play_maneuvers_add:1 "[Concept('concept_maneuver', '$concept_maneuvers$')] per Diplomatic Play" - modifier_country_diplomatic_play_maneuvers_add_desc:1 "A bonus or penalty to the number of [Concept('concept_maneuver', '$concept_maneuvers$')] the country can take in a diplomatic play." - - modifier_state_port_range_add:0 "Naval Port Range" - modifier_state_port_range_add_desc:0 "The port range for our navies" - - commander_battle_end_victory:0 "Battlefield Victory" - commander_battle_end_victory_desc:0 "Effects of the [concept_commander] winning [Concept('concept_battle','$concept_battles$')]" - - commander_battle_end_loss:0 "Battlefield Defeat" - commander_battle_end_loss_desc:0 "Effects of the [concept_commander] losing [Concept('concept_battle','$concept_battles$')]" - - in_default:0 "Defaulting on Loans" - in_default_desc:1 "Effects of the [concept_country] being unable to pay the [concept_interest] on its debts" - - declared_bankruptcy:0 "Declared Bankruptcy" - declared_bankruptcy_desc:0 "Effects of the [concept_country] declaring [concept_bankruptcy]" - - uprising_conscription:0 "Uprising Conscription" - uprising_conscription_desc:0 "Impact on Conscription due to the Uprising in progress" - revolution_lost_ig:0 "Loser in Revolutionary struggle" - revolution_lost_ig_desc:1 "Effects from having lost a [Concept('concept_revolution','$concept_revolutionary$')] [concept_civil_war]" - - insurrectionary_ig:0 "Insurrectionary Interest Group" - insurrectionary_ig_desc:1 "Effects while plotting a [concept_revolution]" - - secession_lost_state:0 "Failed secession" - secession_lost_state_desc:0 "This [concept_state] participated in a secession that was put to rest" - - modifier_building_input_mult:0 "$concept_input_mult$" - modifier_building_input_mult_desc:0 "$concept_input_mult_desc$" - - mobilized_battalion_consumption:1 "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilized$')] [Concept('concept_battalion', '$concept_battalions$')]" - - retired_commander_interest_group_impact:0 "[concept_commander] Retirement" - - modifier_building_throughput_mult:0 "[concept_throughput]" - modifier_building_throughput_mult_desc:0 "A bonus or penalty to the building's throughput." - - modifier_building_cash_reserves_mult:0 "Maximum Cash Reserves" - modifier_building_cash_reserves_mult_desc:0 "A bonus or penalty to the maximum [concept_cash_reserves] that [Concept('concept_building','$concept_buildings$')] can retain." - - economy_of_scale:1 "[concept_economy_of_scale]" - economy_of_scale_desc:1 "[concept_economy_of_scale_desc]" - - pm_retooling:0 "Production Method Retooling" - pm_retooling_loc:0 "Retooling for $PM$ — Expires $EXPIRY$" - pm_retooling_desc:0 "A penalty to the building's throughput due to recent change of production methods." - pm_offense_defense_readjustment:1 "Primary Equipment Adjustment" - pm_offense_defense_readjustment_desc:1 "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of primary [Concept('concept_production_method','$concept_production_methods$')]." - pm_offense_defense_readjustment_minor:0 "Secondary Equipment Adjustment" - pm_offense_defense_readjustment_minor_desc:0 "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of secondary [Concept('concept_production_method','$concept_production_methods$')]." - - - insufficient_urbanization:0 "Insufficient [concept_urbanization]" - insufficient_urbanization_desc:0 "A penalty to the building's throughput due to a lack of available [concept_urbanization] in the state." - - per_wealth:0 " / [concept_wealth]" - - modifier_market_land_trade_capacity_add:0 "Land Trade Capacity" - modifier_market_land_trade_capacity_add_desc:0 "An increase or decrease to the [concept_land_trade_capacity] of a [concept_market]." - modifier_country_trade_route_quantity_mult:0 "Trade Route Volume" - modifier_country_trade_route_quantity_mult_desc:0 "An increase or decrease in the amount of goods imported or exported for each [concept_trade_route] level" - modifier_country_trade_route_cost_mult:1 "Trade Route @bur![Nbsp][concept_bureaucracy] Cost" - modifier_country_trade_route_cost_mult_desc:0 "An increase or decrease in the @bur![concept_bureaucracy] cost for each [concept_trade_route]" - modifier_country_trade_route_competitiveness_mult:1 "Trade Route Competitiveness" - modifier_country_trade_route_competitiveness_mult_desc:1 "An increase or decrease in the competitiveness of [Concept('concept_trade_route', '$concept_trade_routes$')]" - modifier_country_trade_route_imports_add:0 "Imports per [concept_trade_route] Level" - modifier_country_trade_route_imports_add_desc:0 "An increase or decrease to the amount of goods imported via [Concept('concept_trade_route', '$concept_trade_routes$')]." - modifier_country_trade_route_exports_add:0 "Exports per [concept_trade_route] Level" - modifier_country_trade_route_exports_add_desc:0 "An increase or decrease to the amount of goods exported via [Concept('concept_trade_route', '$concept_trade_routes$')]." - modifier_market_max_exports_add:0 "Maximum Exports" - modifier_market_max_exports_add_desc:0 "An increase or decrease to the amount of goods that can be exported from your [concept_market]." - modifier_market_max_imports_add:0 "Maximum Imports" - modifier_market_max_imports_add_desc:0 "An increase or decrease to the amount of goods that can be imported by your [concept_market]." - modifier_tariff_import_add:0 "[concept_tariffs] on Imports" - modifier_tariff_import_add_desc:0 "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that import [Concept('concept_good', '$concept_goods$')] to our [concept_market]." - modifier_tariff_export_add:0 "[concept_tariffs] on Exports" - modifier_tariff_export_add_desc:0 "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that export [Concept('concept_good', '$concept_goods$')] from our [concept_market]." - - modifier_country_states_can_join_foreign_markets:0 "Foreign Market Attraction" - modifier_country_states_can_join_foreign_markets_desc:0 "Whether the state can or cannot join foreign markets in the absence of a Customs Union" - - modifier_country_mandate_subsidies:0 "Subsidies Mandated" - modifier_country_mandate_subsidies_desc:0 "Whether the country is or is not forced to subsidize all industries" - - modifier_country_allow_multiple_alliances:0 "Allow Multiple Alliances" - modifier_country_allow_multiple_alliances_desc:0 "Whether the country is allowed to form multiple [concept_alliance] [Concept('concept_diplomatic_pact','$concept_diplomatic_pacts$')]" - - modifier_state_minimum_wealth_add:0 "Minimum Wealth" - modifier_state_minimum_wealth_add_desc:0 "Pop Wealth cannot drop below this level through normal means" - - modifier_building_minimum_wage_mult:0 "Minimum Wage" - modifier_building_minimum_wage_mult_desc:1 "Employers must pay this fraction of the standard [concept_normal_wage] or higher to their employees" - - modifier_building_unincorporated_throughput_add:0 "Throughput in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_building_unincorporated_throughput_add_desc:0 "A bonus or penalty to the [concept_throughput] of buildings in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_state_unincorporated_standard_of_living_add:0 "[concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_state_unincorporated_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_state_migration_pull_unincorporated_mult:0 "[concept_migration_pull] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - modifier_state_migration_pull_unincorporated_mult_desc:0 "A bonus or penalty to the urge to migrate to [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_country_decree_cost_mult:0 "[concept_decree] Cost" - modifier_country_decree_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_decree', '$concept_decrees$')]" - modifier_country_embargo_goods_cost_mult:0 "Embargo Cost" - modifier_country_embargo_goods_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_embargo', '$concept_embargoes$')]" - modifier_country_consumption_tax_cost_mult:0 "Consumption Tax Cost" - modifier_country_consumption_tax_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_consumption_tax', '$concept_consumption_taxes$')]" - modifier_country_encourage_consumption_cost_mult:0 "Encourage Consumption Cost" - modifier_country_encourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_encourage_consumption', '$concept_encouraging_consumption$')]" - modifier_country_discourage_consumption_cost_mult:0 "Discourage Consumption Cost" - modifier_country_discourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" - - modifier_building_employment_aristocrats_add:0 "$aristocrats$ Per Level" - modifier_building_employment_aristocrats_add_desc:1 "Modifies the amount of $aristocrats$ a building can hire per level" - modifier_building_employment_aristocrats_mult:0 "$modifier_building_employment_aristocrats_add$" - modifier_building_employment_aristocrats_mult_desc:0 "$modifier_building_employment_aristocrats_add_desc$" - modifier_building_employment_bureaucrats_add:0 "$bureaucrats$ Per Level" - modifier_building_employment_bureaucrats_add_desc:1 "Modifies the amount of $bureaucrats$ a building can hire per level" - modifier_building_employment_bureaucrats_mult:0 "$modifier_building_employment_bureaucrats_add$" - modifier_building_employment_bureaucrats_mult_desc:0 "$modifier_building_employment_bureaucrats_add_desc$" - modifier_building_employment_capitalists_add:0 "$capitalists$ Per Level" - modifier_building_employment_capitalists_add_desc:1 "Modifies the amount of $capitalists$ a building can hire per level" - modifier_building_employment_capitalists_mult:0 "$modifier_building_employment_capitalists_add$" - modifier_building_employment_capitalists_mult_desc:0 "$modifier_building_employment_capitalists_add_desc$" - modifier_building_employment_clergymen_add:0 "$clergymen$ Per Level" - modifier_building_employment_clergymen_add_desc:1 "Modifies the amount of $clergymen$ a building can hire per level" - modifier_building_employment_clergymen_mult:0 "$modifier_building_employment_clergymen_add$" - modifier_building_employment_clergymen_mult_desc:0 "$modifier_building_employment_clergymen_add_desc$" - modifier_building_employment_clerks_add:0 "$clerks$ Per Level" - modifier_building_employment_clerks_add_desc:1 "Modifies the amount of $clerks$ a building can hire per level" - modifier_building_employment_clerks_mult:0 "$modifier_building_employment_clerks_add$" - modifier_building_employment_clerks_mult_desc:0 "$modifier_building_employment_clerks_add_desc$" - modifier_building_employment_engineers_add:0 "$engineers$ Per Level" - modifier_building_employment_engineers_add_desc:1 "Modifies the amount of $engineers$ a building can hire per level" - modifier_building_employment_engineers_mult:0 "$modifier_building_employment_engineers_add$" - modifier_building_employment_engineers_mult_desc:0 "$modifier_building_employment_engineers_add_desc$" - modifier_building_employment_farmers_add:0 "$farmers$ Per Level" - modifier_building_employment_farmers_add_desc:1 "Modifies the amount of $farmers$ a building can hire per level" - modifier_building_employment_farmers_mult:0 "$modifier_building_employment_farmers_add$" - modifier_building_employment_farmers_mult_desc:0 "$modifier_building_employment_farmers_add_desc$" - modifier_building_employment_peasants_add:0 "$peasants$ Per Level" - modifier_building_employment_peasants_add_desc:1 "Modifies the amount of $peasants$ a building can hire per level" - modifier_building_employment_peasants_mult:0 "$modifier_building_employment_peasants_add$" - modifier_building_employment_peasants_mult_desc:0 "$modifier_building_employment_peasants_add_desc$" - modifier_building_employment_laborers_add:0 "$laborers$ Per Level" - modifier_building_employment_laborers_add_desc:1 "Modifies the amount of $laborers$ a building can hire per level" - modifier_building_employment_laborers_mult:0 "$modifier_building_employment_laborers_add$" - modifier_building_employment_laborers_mult_desc:0 "$modifier_building_employment_laborers_add_desc$" - modifier_building_employment_officers_add:0 "$officers$ Per Level" - modifier_building_employment_officers_add_desc:1 "Modifies the amount of $officers$ a building can hire per level" - modifier_building_employment_officers_mult:0 "$modifier_building_employment_officers_add$" - modifier_building_employment_officers_mult_desc:0 "$modifier_building_employment_officers_add_desc$" - modifier_building_employment_academics_add:0 "$academics$ Per Level" - modifier_building_employment_academics_add_desc:1 "Modifies the amount of $academics$ a building can hire per level" - modifier_building_employment_academics_mult:0 "$modifier_building_employment_academics_add$" - modifier_building_employment_academics_mult_desc:0 "$modifier_building_employment_academics_add_desc$" - modifier_building_employment_shopkeepers_add:0 "$shopkeepers$ Per Level" - modifier_building_employment_shopkeepers_add_desc:1 "Modifies the amount of $shopkeepers$ a building can hire per level" - modifier_building_employment_shopkeepers_mult:0 "$modifier_building_employment_shopkeepers_add$" - modifier_building_employment_shopkeepers_mult_desc:0 "$modifier_building_employment_shopkeepers_add_desc$" - modifier_building_employment_slaves_add:0 "$slaves$ Per Level" - modifier_building_employment_slaves_add_desc:1 "Modifies the amount of $slaves$ a building can hire per level" - modifier_building_employment_slaves_mult:0 "$modifier_building_employment_slaves_add$" - modifier_building_employment_slaves_mult_desc:0 "$modifier_building_employment_slaves_add_desc$" - modifier_building_employment_soldiers_add:1 "$soldiers$ Per Level" - modifier_building_employment_soldiers_add_desc:1 "Modifies the amount of $soldiers$ a building can hire per level" - modifier_building_employment_soldiers_mult:0 "$modifier_building_employment_soldiers_add$" - modifier_building_employment_soldiers_mult_desc:0 "$modifier_building_employment_soldiers_add_desc$" - modifier_building_employment_machinists_add:0 "$machinists$ Per Level" - modifier_building_employment_machinists_add_desc:1 "Modifies the amount of $machinists$ a building can hire per level" - modifier_building_employment_machinists_mult:0 "$modifier_building_employment_machinists_add$" - modifier_building_employment_machinists_mult_desc:0 "$modifier_building_employment_machinists_add_desc$" - - modifier_state_building_port_max_level_add:0 "$building_port$ Max Level" - modifier_state_building_port_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_port$ buildings." - modifier_state_building_construction_sector_max_level_add:0 "$building_construction_sector$ Max Level" - modifier_state_building_construction_sector_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_construction_sector$ buildings." - modifier_state_building_barracks_max_level_add:0 "$building_barracks$ Max Level" - modifier_state_building_barracks_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_barracks$ buildings." - modifier_state_building_conscription_center_max_level_add:0 "$building_conscription_center$ Max Level" - modifier_state_building_conscription_center_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_conscription_center$ buildings." - modifier_state_building_naval_base_max_level_add:0 "$building_naval_base$ Max Level" - modifier_state_building_naval_base_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_naval_base$ buildings." - - modifier_state_colony_growth_creation_mult:1 "Colonial Growth Generation" - modifier_state_colony_growth_creation_mult_desc:1 "The amount of colonial growth generated by [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]." - modifier_state_colony_growth_speed_mult:1 "Colony Growth Speed" - modifier_state_colony_growth_speed_mult_desc:1 "A bonus or penalty to the final speed of colonial growth in a [concept_colony]." - modifier_state_non_homeland_colony_growth_speed_mult:0 "Colony Growth Speed in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" - modifier_state_non_homeland_colony_growth_speed_mult_desc:0 "A bonus or penalty to the final speed of colonial growth in [Concept('concept_colony','$concept_colonies$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." - modifier_state_migration_pull_mult:0 "[concept_migration_pull]" - modifier_state_migration_pull_mult_desc:0 "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." - modifier_state_migration_pull_add:0 "[concept_migration_pull]" - modifier_state_migration_pull_add_desc:0 "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." - modifier_state_migration_push_mult:0 "Emigration Push" - modifier_state_migration_push_mult_desc:0 "A bonus or penalty to the Pops in the state's desire to emigrate." - - goods_ammunition_output_mult:0 "$ammunition$ Goods Output" - goods_ammunition_output_mult_desc:0 "A bonus or penalty for the production of $ammunition$." - goods_small_arms_output_mult:0 "$small_arms$ Goods Output" - goods_small_arms_output_mult_desc:0 "A bonus or penalty for the production of $small_arms$." - goods_artillery_output_mult:0 "$artillery$ Goods Output" - goods_artillery_output_mult_desc:0 "A bonus or penalty for the production of $artillery$." - goods_rations_output_mult:0 "$rations$ Goods Output" - goods_rations_output_mult_desc:0 "A bonus or penalty for the production of $rations$." - goods_uniforms_output_mult:0 "$uniforms$ Goods Output" - goods_uniforms_output_mult_desc:0 "A bonus or penalty for the production of $uniforms$." - goods_barrels_output_mult:0 "$barrels$ Goods Output" - goods_barrels_output_mult_desc:0 "A bonus or penalty for the production of $barrels$." - goods_aeroplanes_output_mult:0 "$aeroplanes$ Goods Output" - goods_aeroplanes_output_mult_desc:0 "A bonus or penalty for the production of $aeroplanes$." - goods_dye_output_mult:0 "$dye$ Goods Output" - goods_dye_output_mult_desc:0 "A bonus or penalty for the production of $dye$." - goods_coal_output_mult:0 "$coal$ Goods Output" - goods_coal_output_mult_desc:0 "A bonus or penalty for the production of $coal$." - goods_sulfur_output_mult:0 "$sulfur$ Goods Output" - goods_sulfur_output_mult_desc:0 "A bonus or penalty for the production of $sulfur$." - goods_iron_output_mult:0 "$iron$ Goods Output" - goods_iron_output_mult_desc:0 "A bonus or penalty for the production of $iron$." - goods_logs_output_mult:0 "$logs$ Goods Output" - goods_logs_output_mult_desc:0 "A bonus or penalty for the production of $logs$." - goods_tropical_wood_output_mult:0 "$tropical_wood$ Goods Output" - goods_tropical_wood_output_mult_desc:0 "A bonus or penalty for the production of $tropical_wood$." - goods_rubber_output_mult:0 "$rubber$ Goods Output" - goods_rubber_output_mult_desc:0 "A bonus or penalty for the production of $rubber$." - goods_oil_output_mult:0 "$oil$ Goods Output" - goods_oil_output_mult_desc:0 "A bonus or penalty for the production of $oil$." - goods_gold_output_mult:0 "$gold$ Goods Output" - goods_gold_output_mult_desc:0 "A bonus or penalty for the production of $gold$." - goods_steel_output_mult:0 "$steel$ Goods Output" - goods_steel_output_mult_desc:0 "A bonus or penalty for the production of $steel$." - goods_tools_output_mult:0 "$tools$ Goods Output" - goods_tools_output_mult_desc:0 "A bonus or penalty for the production of $tools$." - goods_glass_output_mult:0 "$glass$ Goods Output" - goods_glass_output_mult_desc:0 "A bonus or penalty for the production of $glass$." - goods_fuel_output_mult:0 "$fuel$ Goods Output" - goods_fuel_output_mult_desc:0 "A bonus or penalty for the production of $fuel$." - goods_fertilizer_output_mult:0 "$fertilizer$ Goods Output" - goods_fertilizer_output_mult_desc:0 "A bonus or penalty for the production of $fertilizer$." - goods_explosives_output_mult:0 "$explosives$ Goods Output" - goods_explosives_output_mult_desc:0 "A bonus or penalty for the production of $explosives$." - goods_clippers_output_mult:0 "$clippers$ Goods Output" - goods_clippers_output_mult_desc:0 "A bonus or penalty for the production of $clippers$." - goods_steamers_output_mult:0 "$steamers$ Goods Output" - goods_steamers_output_mult_desc:0 "A bonus or penalty for the production of $steamers$." - goods_electric_gear_output_mult:0 "$electric_gear$ Goods Output" - goods_electric_gear_output_mult_desc:0 "A bonus or penalty for the production of $electric_gear$." - goods_fabric_output_mult:0 "$fabric$ Goods Output" - goods_fabric_output_mult_desc:0 "A bonus or penalty for the production of $fabric$." - goods_timber_output_mult:0 "$timber$ Goods Output" - goods_timber_output_mult_desc:0 "A bonus or penalty for the production of $timber$." - goods_paper_output_mult:0 "$paper$ Goods Output" - goods_paper_output_mult_desc:0 "A bonus or penalty for the production of $paper$." - goods_grain_output_mult:0 "$grain$ Goods Output" - goods_grain_output_mult_desc:0 "A bonus or penalty for the production of $grain$." - goods_fish_output_mult:0 "$fish$ Goods Output" - goods_fish_output_mult_desc:0 "A bonus or penalty for the production of $fish$." - goods_meat_output_mult:0 "$meat$ Goods Output" - goods_meat_output_mult_desc:0 "A bonus or penalty for the production of $meat$." - goods_fruit_output_mult:0 "$fruit$ Goods Output" - goods_fruit_output_mult_desc:0 "A bonus or penalty for the production of $fruit$." - goods_wine_output_mult:0 "$wine$ Goods Output" - goods_wine_output_mult_desc:0 "A bonus or penalty for the production of $wine$." - goods_sugar_output_mult:0 "$sugar$ Goods Output" - goods_sugar_output_mult_desc:0 "A bonus or penalty for the production of $sugar$." - goods_groceries_output_mult:0 "$groceries$ Goods Output" - goods_groceries_output_mult_desc:0 "A bonus or penalty for the production of $groceries$." - goods_tobacco_output_mult:0 "$tobacco$ Goods Output" - goods_tobacco_output_mult_desc:0 "A bonus or penalty for the production of $tobacco$." - goods_tea_output_mult:0 "$tea$ Goods Output" - goods_tea_output_mult_desc:0 "A bonus or penalty for the production of $tea$." - goods_coffee_output_mult:0 "$coffee$ Goods Output" - goods_coffee_output_mult_desc:0 "A bonus or penalty for the production of $coffee$." - goods_opium_output_mult:0 "$opium$ Goods Output" - goods_opium_output_mult_desc:0 "A bonus or penalty for the production of $opium$." - goods_automobiles_output_mult:0 "$automobiles$ Goods Output" - goods_automobiles_output_mult_desc:0 "A bonus or penalty for the production of $automobiles$." - goods_telephones_output_mult:0 "$telephones$ Goods Output" - goods_telephones_output_mult_desc:0 "A bonus or penalty for the production of $telephones$." - goods_liquor_output_mult:0 "$liquor$ Goods Output" - goods_liquor_output_mult_desc:0 "A bonus or penalty for the production of $liquor$." - goods_clothes_output_mult:0 "$clothes$ Goods Output" - goods_clothes_output_mult_desc:0 "A bonus or penalty for the production of $clothes$." - goods_luxury_clothes_output_mult:0 "$luxury_clothes$ Goods Output" - goods_luxury_clothes_output_mult_desc:0 "A bonus or penalty for the production of $luxury_clothes$." - goods_furniture_output_mult:0 "$furniture$ Goods Output" - goods_furniture_output_mult_desc:0 "A bonus or penalty for the production of $furniture$." - goods_luxury_furniture_output_mult:0 "$luxury_furniture$ Goods Output" - goods_luxury_furniture_output_mult_desc:0 "A bonus or penalty for the production of $luxury_furniture$." - goods_radio_output_mult:0 "$radio$ Goods Output" - goods_radio_output_mult_desc:0 "A bonus or penalty for the production of $radio$." - - working_conditions:0 "Dangerous Working Conditions" - child_labor:0 "Child Labor" - - modifier_state_aristocrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" - modifier_state_aristocrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" - modifier_state_bureaucrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" - modifier_state_bureaucrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" - modifier_state_capitalists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" - modifier_state_capitalists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" - modifier_state_clergymen_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clergymen_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clerks_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" - modifier_state_clerks_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" - modifier_state_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" - modifier_state_engineers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" - modifier_state_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_farmers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_peasants_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" - modifier_state_peasants_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" - modifier_state_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" - modifier_state_laborers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" - modifier_state_officers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" - modifier_state_officers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" - modifier_state_academics_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" - modifier_state_academics_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" - modifier_state_shopkeepers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" - modifier_state_shopkeepers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" - modifier_state_slaves_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" - modifier_state_slaves_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" - modifier_state_soldiers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" - modifier_state_soldiers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" - modifier_state_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" - modifier_state_machinists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" - - modifier_state_dependent_wage_add:0 "Yearly Dependents Income" - modifier_state_dependent_wage_add_desc:0 "An increase or decrease in Dependents Income" - modifier_state_dependent_wage_mult:0 "Dependents Income" - modifier_state_dependent_wage_mult_desc:0 "An increase or decrease in Dependents Income" - modifier_state_aristocrats_dependent_wage_mult:0 "$aristocrats$ Dependents Income" - modifier_state_aristocrats_dependent_wage_mult_desc:0 "An increase or decrease in an $aristocrats$ Dependents Income" - modifier_state_bureaucrats_dependent_wage_mult:0 "$bureaucrats$ Dependents Income" - modifier_state_bureaucrats_dependent_wage_mult_desc:0 "An increase or decrease in a $bureaucrats$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult:0 "$capitalists$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult_desc:0 "An increase or decrease in a $capitalists$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult:0 "$clergymen$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult_desc:0 "An increase or decrease in a $clergymen$ Dependents Income" - modifier_state_clerks_dependent_wage_mult:0 "$clerks$ Dependents Income" - modifier_state_clerks_dependent_wage_mult_desc:0 "An increase or decrease in a $clerks$ Dependents Income" - modifier_state_engineers_dependent_wage_mult:0 "$engineers$ Dependents Income" - modifier_state_engineers_dependent_wage_mult_desc:0 "An increase or decrease in an $engineers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult:0 "$farmers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult_desc:0 "An increase or decrease in a $farmers$ Dependents Income" - modifier_state_peasants_dependent_wage_mult:0 "$peasants$ Dependents Income" - modifier_state_peasants_dependent_wage_mult_desc:0 "An increase or decrease in a $peasants$ Dependents Income" - modifier_state_laborers_dependent_wage_mult:0 "$laborers$ Dependents Income" - modifier_state_laborers_dependent_wage_mult_desc:0 "An increase or decrease in a $laborers$ Dependents Income" - modifier_state_officers_dependent_wage_mult:0 "$officers$ Dependents Income" - modifier_state_officers_dependent_wage_mult_desc:0 "An increase or decrease in an $officers$ Dependents Income" - modifier_state_academics_dependent_wage_mult:0 "$academics$ Dependents Income" - modifier_state_academics_dependent_wage_mult_desc:0 "An increase or decrease in an $academics$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult:0 "$shopkeepers$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult_desc:0 "An increase or decrease in a $shopkeepers$ Dependents Income" - modifier_state_slaves_dependent_wage_mult:0 "$slaves$ Dependents Income" - modifier_state_slaves_dependent_wage_mult_desc:0 "An increase or decrease in a $slaves$ Dependents Income" - modifier_state_soldiers_dependent_wage_mult:0 "$soldiers$ Dependents Income" - modifier_state_soldiers_dependent_wage_mult_desc:0 "An increase or decrease in a $soldiers$ Dependents Income" - modifier_state_machinists_dependent_wage_mult:0 "$machinists$ Dependents Income" - modifier_state_machinists_dependent_wage_mult_desc:0 "An increase or decrease in a $machinists$ Dependents Income" - - modifier_building_aristocrats_shares_add:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_add_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_add:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_add_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_add:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_add_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_add:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_add_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_add:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_add_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_add:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_add_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_add:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_add_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_add:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_add_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_workforce_shares_add:0 "$concept_workforce$ $concept_ownership_shares$" - modifier_building_workforce_shares_add_desc:0 "An increase or decrease in the [Concept('concept_ownership_share', '$concept_ownership_shares$')] for the entire [concept_workforce] of the [concept_building]" - modifier_building_government_shares_add:0 "$concept_government_ownership_shares$" - modifier_building_government_shares_add_desc:0 "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" - - modifier_building_aristocrats_shares_mult:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_mult_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_mult:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_bureaucrats_shares_mult_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_mult:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_engineers_shares_mult_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_mult:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_laborers_shares_mult_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_mult:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_officers_shares_mult_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_mult:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_academics_shares_mult_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_mult:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_slaves_shares_mult_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_mult:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_soldiers_shares_mult_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - - modifier_country_aristocrats_pol_str_mult:1 "[concept_political_strength] of $aristocrats$" - modifier_country_aristocrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $aristocrats$" - modifier_country_bureaucrats_pol_str_mult:1 "[concept_political_strength] of $bureaucrats$" - modifier_country_bureaucrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $bureaucrats$" - modifier_country_capitalists_pol_str_mult:1 "[concept_political_strength] of $capitalists$" - modifier_country_capitalists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $capitalists$" - modifier_country_clergymen_pol_str_mult:1 "[concept_political_strength] of $clergymen$" - modifier_country_clergymen_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clergymen$" - modifier_country_clerks_pol_str_mult:1 "[concept_political_strength] of $clerks$" - modifier_country_clerks_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clerks$" - modifier_country_engineers_pol_str_mult:1 "[concept_political_strength] of $engineers$" - modifier_country_engineers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $engineers$" - modifier_country_farmers_pol_str_mult:1 "[concept_political_strength] of $farmers$" - modifier_country_farmers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $farmers$" - modifier_country_peasants_pol_str_mult:1 "[concept_political_strength] of $peasants$" - modifier_country_peasants_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $peasants$" - modifier_country_laborers_pol_str_mult:1 "[concept_political_strength] of $laborers$" - modifier_country_laborers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $laborers$" - modifier_country_officers_pol_str_mult:1 "[concept_political_strength] of $officers$" - modifier_country_officers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $officers$" - modifier_country_academics_pol_str_mult:1 "[concept_political_strength] of $academics$" - modifier_country_academics_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $academics$" - modifier_country_shopkeepers_pol_str_mult:1 "[concept_political_strength] of $shopkeepers$" - modifier_country_shopkeepers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $shopkeepers$" - modifier_country_slaves_pol_str_mult:1 "[concept_political_strength] of $slaves$" - modifier_country_slaves_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $slaves$" - modifier_country_soldiers_pol_str_mult:1 "[concept_political_strength] of $soldiers$" - modifier_country_soldiers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $soldiers$" - modifier_country_machinists_pol_str_mult:1 "[concept_political_strength] of $machinists$" - modifier_country_machinists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $machinists$" - - modifier_country_aristocrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $aristocrats$" - modifier_country_aristocrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $aristocrats$ in Elections" - modifier_country_bureaucrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $bureaucrats$" - modifier_country_bureaucrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $bureaucrats$ in Elections" - modifier_country_capitalists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $capitalists$" - modifier_country_capitalists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $capitalists$ in Elections" - modifier_country_clergymen_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergymen$" - modifier_country_clergymen_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" - modifier_country_clerks_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clerks$" - modifier_country_clerks_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clerks$ in Elections" - modifier_country_engineers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $engineers$" - modifier_country_engineers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $engineers$ in Elections" - modifier_country_farmers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $farmers$" - modifier_country_farmers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $farmers$ in Elections" - modifier_country_peasants_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $peasants$" - modifier_country_peasants_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $peasants$ in Elections" - modifier_country_laborers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $laborers$" - modifier_country_laborers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $laborers$ in Elections" - modifier_country_officers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $officers$" - modifier_country_officers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $officers$ in Elections" - modifier_country_academics_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $academics$" - modifier_country_academics_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $academics$ in Elections" - modifier_country_shopkeepers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $shopkeepers$" - modifier_country_shopkeepers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $shopkeepers$ in Elections" - modifier_country_slaves_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $slaves$" - modifier_country_slaves_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $slaves$ in Elections" - modifier_country_soldiers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $soldiers$" - modifier_country_soldiers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $soldiers$ in Elections" - modifier_country_machinists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $machinists$" - modifier_country_machinists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $machinists$ vote in Elections" - - voting_power_gain:0 "s' Political Strength from Votes" - MODIFIER_COUNTRY_DISCRIMINATED_POLSTR_MULT:0 "Discriminated against" - - modifier_tax_consumption_add:0 "Consumption Tax Rate" - modifier_tax_consumption_add_desc:1 "The rate at which goods that have a [concept_consumption_tax] placed on them are taxed" - - modifier_country_legitimacy_base_add:0 "[concept_legitimacy]" - modifier_country_legitimacy_base_add_desc:2 "An increase or decrease of the [concept_government]'s [concept_legitimacy]" - modifier_country_legitimacy_headofstate_add:1 "[concept_legitimacy] from including the [concept_head_of_state] [concept_in_government]" - modifier_country_legitimacy_headofstate_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses by including the [concept_head_of_state]'s [concept_interest_group]." - modifier_country_legitimacy_govt_size_add:2 "[concept_government] size allowance" - modifier_country_legitimacy_govt_size_add_desc:2 "The number of [Concept('concept_party','$concept_parties$')] and [Concept('concept_interest_group','$concept_interest_groups$')] that can be included [concept_in_government] at one time without incurring [concept_legitimacy] penalties." - modifier_country_legitimacy_govt_size_mult:3 "[concept_legitimacy] penalty from size of [concept_government]" - modifier_country_legitimacy_govt_size_mult_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses by including more [Concept('concept_interest_group', '$concept_interest_groups$')]." - modifier_country_legitimacy_ideological_incoherence_mult:0 "$IDEOLOGICAL_INCOHERENCE_ALIAS$" - modifier_country_legitimacy_ideological_incoherence_mult_desc:0 "$modifier_country_legitimacy_ideological_incoherence_mult$" - modifier_country_legitimacy_govt_leader_clout_add:0 "[concept_legitimacy] from Government Leader Clout" - modifier_country_legitimacy_govt_leader_clout_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the [concept_clout] of the [concept_interest_group] leading the government." - modifier_country_legitimacy_govt_total_clout_add:0 "[concept_legitimacy] from Government Clout" - modifier_country_legitimacy_govt_total_clout_add_desc:1 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total [concept_clout] of [Concept('concept_interest_group', '$concept_interest_groups$')] in the government." - modifier_country_legitimacy_govt_total_votes_add:0 "[concept_legitimacy] from [concept_votes]" - modifier_country_legitimacy_govt_total_votes_add_desc:0 "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total percentage of [concept_votes] of [Concept('concept_party','$concept_parties$')] in the government." - - modifier_stockpile_army_requirement_small_arms_add:0 "Army @small_arms! Consumption" - modifier_stockpile_army_requirement_small_arms_add_desc:0 "Increases how much @small_arms! Small Arms the army consumes" - modifier_stockpile_army_requirement_ammunition_add:0 "Army $ammunition$ Ammunition Consumption" - modifier_stockpile_army_requirement_ammunition_add_desc:0 "Increases how much @ammunition! Ammunition the army consumes" - modifier_stockpile_navy_requirement_coal_add:0 "Navy @coal! Coal Consumption" - modifier_stockpile_navy_requirement_coal_add_desc:0 "Increases how much @coal! Coal the navy consumes" - modifier_stockpile_navy_requirement_artillery_add:0 "Navy @artillery! Artillery Consumption" - modifier_stockpile_navy_requirement_artillery_add_desc:0 "Increases how much @artillery! Artillery the navy consumes" - modifier_stockpile_navy_requirement_ammunition_add:0 "Navy @ammunition! Ammunition Consumption" - modifier_stockpile_navy_requirement_ammunition_add_desc:0 "Increases how much @ammunition! Ammunition the navy consumes" - - modifier_building_laborers_mortality_mult:1 "$modifier_state_laborers_mortality_mult$" - modifier_building_laborers_mortality_mult_desc:1 "$modifier_state_laborers_mortality_mult_desc$" - modifier_building_machinists_mortality_mult:1 "$modifier_state_machinists_mortality_mult$" - modifier_building_machinists_mortality_mult_desc:1 "$modifier_state_machinists_mortality_mult_desc$" - modifier_building_engineers_mortality_mult:1 "$modifier_state_engineers_mortality_mult$" - modifier_building_engineers_mortality_mult_desc:1 "$modifier_state_engineers_mortality_mult_desc$" - modifier_building_aristocrats_mortality_mult:1 "$modifier_state_aristocrats_mortality_mult$" - modifier_building_aristocrats_mortality_mult_desc:1 "$modifier_state_aristocrats_mortality_mult_desc$" - modifier_building_bureaucrats_mortality_mult:1 "$modifier_state_bureaucrats_mortality_mult$" - modifier_building_bureaucrats_mortality_mult_desc:1 "$modifier_state_bureaucrats_mortality_mult_desc$" - modifier_building_capitalists_mortality_mult:1 "$modifier_state_capitalists_mortality_mult$" - modifier_building_capitalists_mortality_mult_desc:1 "$modifier_state_capitalists_mortality_mult_desc$" - modifier_building_clergymen_mortality_mult:1 "$modifier_state_clergymen_mortality_mult$" - modifier_building_clergymen_mortality_mult_desc:1 "$modifier_state_clergymen_mortality_mult_desc$" - modifier_building_clerks_mortality_mult:1 "$modifier_state_clerks_mortality_mult$" - modifier_building_clerks_mortality_mult_desc:1 "$modifier_state_clerks_mortality_mult_desc$" - modifier_building_farmers_mortality_mult:1 "$modifier_state_farmers_mortality_mult$" - modifier_building_farmers_mortality_mult_desc:1 "$modifier_state_farmers_mortality_mult_desc$" - modifier_building_peasants_mortality_mult:1 "$modifier_state_peasants_mortality_mult$" - modifier_building_peasants_mortality_mult_desc:1 "$modifier_state_peasants_mortality_mult_desc$" - modifier_building_officers_mortality_mult:1 "$modifier_state_officers_mortality_mult$" - modifier_building_officers_mortality_mult_desc:1 "$modifier_state_officers_mortality_mult_desc$" - modifier_building_academics_mortality_mult:1 "$modifier_state_academics_mortality_mult$" - modifier_building_academics_mortality_mult_desc:1 "$modifier_state_academics_mortality_mult_desc$" - modifier_building_shopkeepers_mortality_mult:1 "$modifier_state_shopkeepers_mortality_mult$" - modifier_building_shopkeepers_mortality_mult_desc:1 "$modifier_state_shopkeepers_mortality_mult_desc$" - modifier_building_slaves_mortality_mult:1 "$modifier_state_slaves_mortality_mult$" - modifier_building_slaves_mortality_mult_desc:1 "$modifier_state_slaves_mortality_mult_desc$" - modifier_building_smallholders_mortality_mult:1 "$modifier_state_smallholders_mortality_mult$" - modifier_building_smallholders_mortality_mult_desc:1 "$modifier_state_smallholders_mortality_mult_desc$" - modifier_building_soldiers_mortality_mult:1 "$modifier_state_soldiers_mortality_mult$" - modifier_building_soldiers_mortality_mult_desc:1 "$modifier_state_soldiers_mortality_mult_desc$" - - modifier_building_laborers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" - modifier_building_laborers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" - modifier_building_machinists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" - modifier_building_machinists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" - modifier_building_engineers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_engineers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_aristocrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" - modifier_building_aristocrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" - modifier_building_bureaucrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" - modifier_building_bureaucrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" - modifier_building_capitalists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" - modifier_building_capitalists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" - modifier_building_clergymen_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clergymen_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clerks_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_clerks_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_farmers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_farmers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_peasants_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" - modifier_building_peasants_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" - modifier_building_officers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" - modifier_building_officers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" - modifier_building_academics_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" - modifier_building_academics_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" - modifier_building_shopkeepers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" - modifier_building_shopkeepers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" - modifier_building_slaves_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" - modifier_building_slaves_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" - modifier_building_smallholders_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" - modifier_building_smallholders_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" - modifier_building_soldiers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" - modifier_building_soldiers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" - - modifier_building_group_bg_mining_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Mines" - modifier_building_group_bg_mining_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_mortality_mult$" - modifier_building_group_bg_mining_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Mines" - modifier_building_group_bg_mining_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_standard_of_living_add$" - modifier_building_group_bg_mining_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_mortality_mult$" - modifier_building_group_bg_mining_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_standard_of_living_add$" - modifier_building_group_bg_mining_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Mines" - modifier_building_group_bg_mining_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_mortality_mult$" - modifier_building_group_bg_mining_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Mines" - modifier_building_group_bg_mining_laborers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_standard_of_living_add$" - modifier_building_group_bg_agriculture_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Agriculture" - modifier_building_group_bg_agriculture_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_laborers_mortality_mult$" - modifier_building_group_bg_agriculture_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Agriculture" - modifier_building_group_bg_agriculture_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_farmers_mortality_mult$" - modifier_building_group_bg_ranching_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Ranching" - modifier_building_group_bg_ranching_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_laborers_mortality_mult$" - modifier_building_group_bg_ranching_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Ranching" - modifier_building_group_bg_ranching_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_farmers_mortality_mult$" - modifier_building_group_bg_plantations_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed on Plantations" - modifier_building_group_bg_plantations_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_laborers_mortality_mult$" - modifier_building_group_bg_plantations_smallholders_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $smallholders$ employed on Plantations" - modifier_building_group_bg_plantations_smallholders_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_smallholders_mortality_mult$" - modifier_building_group_bg_plantations_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed on Plantations" - modifier_building_group_bg_plantations_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_farmers_mortality_mult$" - modifier_building_group_bg_manufacturing_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_mortality_mult$" - modifier_building_group_bg_manufacturing_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_standard_of_living_add$" - modifier_building_group_bg_manufacturing_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_mortality_mult$" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_standard_of_living_add$" - modifier_building_group_bg_manufacturing_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_mortality_mult$" - modifier_building_group_bg_manufacturing_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_laborers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_standard_of_living_add$" - modifier_building_group_bg_construction_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in $bg_construction$" - modifier_building_group_bg_construction_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_construction_laborers_mortality_mult$" - modifier_building_group_bg_logging_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Logging" - modifier_building_group_bg_logging_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_laborers_mortality_mult$" - modifier_building_group_bg_logging_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Logging" - modifier_building_group_bg_logging_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_logging_machinists_mortality_mult$" - modifier_building_group_bg_logging_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Logging" - modifier_building_group_bg_logging_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_engineers_mortality_mult$" - modifier_building_group_bg_oil_extraction_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Oil Extraction" - modifier_building_group_bg_oil_extraction_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_laborers_mortality_mult$" - modifier_building_group_bg_oil_extraction_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Oil Extraction" - modifier_building_group_bg_oil_extraction_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_machinists_mortality_mult$" - modifier_building_group_bg_oil_extraction_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Oil Extraction" - modifier_building_group_bg_oil_extraction_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_engineers_mortality_mult$" - modifier_building_group_bg_light_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Light Industry" - modifier_building_group_bg_light_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_laborers_mortality_mult$" - modifier_building_group_bg_light_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Light Industry" - modifier_building_group_bg_light_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_machinists_mortality_mult$" - modifier_building_group_bg_heavy_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_laborers_mortality_mult$" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_machinists_mortality_mult$" - modifier_building_group_bg_heavy_industry_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_engineers_mortality_mult$" - modifier_building_group_bg_infrastructure_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_laborers_mortality_mult$" - modifier_building_group_bg_infrastructure_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_machinists_mortality_mult$" - modifier_building_group_bg_infrastructure_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_engineers_mortality_mult$" - - modifier_building_group_bg_manufacturing_throughput_mult:0 "$bg_manufacturing$ [concept_throughput]" - modifier_building_group_bg_manufacturing_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_manufacturing$" - modifier_building_group_bg_plantations_throughput_mult:0 "$bg_plantations$ [concept_throughput]" - modifier_building_group_bg_plantations_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_plantations$" - modifier_building_group_bg_agriculture_throughput_mult:0 "$bg_agriculture$ [concept_throughput]" - modifier_building_group_bg_agriculture_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_agriculture$" - modifier_building_group_bg_ranching_throughput_mult:0 "$bg_ranching$ [concept_throughput]" - modifier_building_group_bg_ranching_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_ranching$" - modifier_building_group_bg_mining_throughput_mult:0 "$bg_mining$ [concept_throughput]" - modifier_building_group_bg_mining_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_mining$" - modifier_building_group_bg_oil_extraction_throughput_mult:0 "$bg_oil_extraction$ [concept_throughput]" - modifier_building_group_bg_oil_extraction_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_oil_extraction$" - - modifier_building_group_bg_service_throughput_mult:0 "$bg_service$ [concept_throughput]" - modifier_building_group_bg_service_throughput_mult_desc:0 "A bonus or penalty to both input and output of $bg_service$" - - modifier_building_group_bg_subsistence_tax_mult:0 "Subsistence Farm Tax Income" - modifier_building_group_bg_subsistence_tax_mult_desc:0 "A bonus or penalty to tax income from Subsistence Farms" - modifier_building_group_bg_service_tax_mult:0 "Urban Center Tax Income" - modifier_building_group_bg_service_tax_mult_desc:0 "A bonus or penalty to tax income from Urban Centers" - modifier_building_group_bg_agriculture_tax_mult:0 "Agriculture Tax Income" - modifier_building_group_bg_agriculture_tax_mult_desc:0 "A bonus or penalty to tax income from Agriculture Buildings" - modifier_building_group_bg_ranching_tax_mult:0 "Ranching Tax Income" - modifier_building_group_bg_ranching_tax_mult_desc:0 "A bonus or penalty to tax income from Ranching Buildings" - modifier_building_group_bg_plantations_tax_mult:0 "Plantation Tax Income" - modifier_building_group_bg_plantations_tax_mult_desc:0 "A bonus or penalty to tax income from Plantation Buildings" - modifier_building_group_bg_mining_tax_mult:0 "Mining Tax Income" - modifier_building_group_bg_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Mining Buildings" - modifier_building_group_bg_coal_mining_tax_mult:0 "Coal Mining Tax Income" - modifier_building_group_bg_coal_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Coal Mines" - modifier_building_group_bg_gold_mining_tax_mult:0 "Gold Mining Tax Income" - modifier_building_group_bg_gold_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Gold Mines" - modifier_building_group_bg_iron_mining_tax_mult:0 "Iron Mining Tax Income" - modifier_building_group_bg_iron_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Iron Mines" - modifier_building_group_bg_lead_mining_tax_mult:0 "Lead Mining Tax Income" - modifier_building_group_bg_lead_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Lead Mines" - modifier_building_group_bg_sulfur_mining_tax_mult:0 "Sulfur Mining Tax Income" - modifier_building_group_bg_sulfur_mining_tax_mult_desc:0 "A bonus or penalty to tax income from Sulfur Mines" - modifier_building_group_bg_rubber_tax_mult:0 "Rubber Industry Tax Income" - modifier_building_group_bg_rubber_tax_mult_desc:0 "A bonus or penalty to tax income from Rubber Plantation Buildings" - modifier_building_group_bg_logging_tax_mult:0 "Logging Industry Tax Income" - modifier_building_group_bg_logging_tax_mult_desc:0 "A bonus or penalty to tax income from Logging Buildings" - modifier_building_group_bg_fishing_tax_mult:0 "Fishing Tax Income" - modifier_building_group_bg_fishing_tax_mult_desc:0 "A bonus or penalty to tax income from Fishing Wharfs" - modifier_building_group_bg_whaling_tax_mult:0 "Whaling Tax Income" - modifier_building_group_bg_whaling_tax_mult_desc:0 "A bonus or penalty to tax income from Whaling Stations" - modifier_building_group_bg_oil_extraction_tax_mult:0 "Oil Industry Tax Income" - modifier_building_group_bg_oil_extraction_tax_mult_desc:0 "A bonus or penalty to tax income from Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_tax_mult:0 "Manufacturing Tax Income" - modifier_building_group_bg_manufacturing_tax_mult_desc:0 "A bonus or penalty to tax income from Manufacturing Buildings" - modifier_building_group_bg_government_tax_mult:0 "Government Tax Income" - modifier_building_group_bg_government_tax_mult_desc:0 "A bonus or penalty to tax income from Government Buildings" - modifier_building_group_bg_infrastructure_tax_mult:0 "Infrastructure Tax Income" - modifier_building_group_bg_infrastructure_tax_mult_desc:0 "A bonus or penalty to tax income from Infrastructure Buildings" - - modifier_building_group_bg_subsistence_mortality_mult:0 "Subsistence Farm Employee Mortality" - modifier_building_group_bg_subsistence_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Subsistence Farms" - modifier_building_group_bg_service_mortality_mult:0 "Urban Center Employee Mortality" - modifier_building_group_bg_service_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Urban Centers" - modifier_building_group_bg_agriculture_mortality_mult:0 "Agriculture Employee Mortality" - modifier_building_group_bg_agriculture_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_mortality_mult:0 "Ranching Employee Mortality" - modifier_building_group_bg_ranching_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Ranching Buildings" - modifier_building_group_bg_plantations_mortality_mult:0 "Plantation Employee Mortality" - modifier_building_group_bg_plantations_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Plantation Buildings" - modifier_building_group_bg_mining_mortality_mult:0 "Mining Employee Mortality" - modifier_building_group_bg_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Mining Buildings" - modifier_building_group_bg_coal_mining_mortality_mult:0 "Coal Mining Employee Mortality" - modifier_building_group_bg_coal_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Coal Mines" - modifier_building_group_bg_gold_mining_mortality_mult:0 "Gold Mining Employee Mortality" - modifier_building_group_bg_gold_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Gold Mines" - modifier_building_group_bg_iron_mining_mortality_mult:0 "Iron Mining Employee Mortality" - modifier_building_group_bg_iron_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Iron Mines" - modifier_building_group_bg_lead_mining_mortality_mult:0 "Lead Mining Employee Mortality" - modifier_building_group_bg_lead_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_mortality_mult:0 "Sulfur Mining Employee Mortality" - modifier_building_group_bg_sulfur_mining_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Sulfur Mines" - modifier_building_group_bg_rubber_mortality_mult:0 "Rubber Industry Employee Mortality" - modifier_building_group_bg_rubber_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Rubber Plantation Buildings" - modifier_building_group_bg_logging_mortality_mult:0 "Logging Industry Employee Mortality" - modifier_building_group_bg_logging_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Logging Buildings" - modifier_building_group_bg_fishing_mortality_mult:0 "Fishing Employee Mortality" - modifier_building_group_bg_fishing_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Fishing Wharfs" - modifier_building_group_bg_whaling_mortality_mult:0 "Whaling Employee Mortality" - modifier_building_group_bg_whaling_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Whaling Stations" - modifier_building_group_bg_oil_extraction_mortality_mult:0 "Oil Industry Employee Mortality" - modifier_building_group_bg_oil_extraction_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_mortality_mult:0 "Manufacturing Employee Mortality" - modifier_building_group_bg_manufacturing_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Manufacturing Buildings" - modifier_building_group_bg_government_mortality_mult:0 "Government Employee Mortality" - modifier_building_group_bg_government_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Government Buildings" - modifier_building_group_bg_infrastructure_mortality_mult:0 "Infrastructure Employee Mortality" - modifier_building_group_bg_infrastructure_mortality_mult_desc:0 "A bonus or penalty to the mortality of employees in Infrastructure Buildings" - - modifier_building_group_bg_subsistence_standard_of_living_add:0 "Subsistence Farm Employee [concept_sol]" - modifier_building_group_bg_subsistence_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Subsistence Farms" - modifier_building_group_bg_service_standard_of_living_add:0 "Urban Center Employee [concept_sol]" - modifier_building_group_bg_service_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Urban Centers" - modifier_building_group_bg_agriculture_standard_of_living_add:0 "Agriculture Employee [concept_sol]" - modifier_building_group_bg_agriculture_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_standard_of_living_add:0 "Ranching Employee [concept_sol]" - modifier_building_group_bg_ranching_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Ranching Buildings" - modifier_building_group_bg_plantations_standard_of_living_add:0 "Plantation Employee [concept_sol]" - modifier_building_group_bg_plantations_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Plantation Buildings" - modifier_building_group_bg_mining_standard_of_living_add:0 "Mining Employee [concept_sol]" - modifier_building_group_bg_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Mining Buildings" - modifier_building_group_bg_coal_mining_standard_of_living_add:0 "Coal Mining Employee [concept_sol]" - modifier_building_group_bg_coal_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Coal Mines" - modifier_building_group_bg_gold_mining_standard_of_living_add:0 "Gold Mining Employee [concept_sol]" - modifier_building_group_bg_gold_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Gold Mines" - modifier_building_group_bg_iron_mining_standard_of_living_add:0 "Iron Mining Employee [concept_sol]" - modifier_building_group_bg_iron_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Iron Mines" - modifier_building_group_bg_lead_mining_standard_of_living_add:0 "Lead Mining Employee [concept_sol]" - modifier_building_group_bg_lead_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_standard_of_living_add:0 "Sulfur Mining Employee [concept_sol]" - modifier_building_group_bg_sulfur_mining_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Sulfur Mines" - modifier_building_group_bg_rubber_standard_of_living_add:0 "Rubber Industry Employee [concept_sol]" - modifier_building_group_bg_rubber_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Rubber Plantation Buildings" - modifier_building_group_bg_logging_standard_of_living_add:0 "Logging Industry Employee [concept_sol]" - modifier_building_group_bg_logging_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Logging Buildings" - modifier_building_group_bg_fishing_standard_of_living_add:0 "Fishing Employee [concept_sol]" - modifier_building_group_bg_fishing_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Fishing Wharfs" - modifier_building_group_bg_whaling_standard_of_living_add:0 "Whaling Employee [concept_sol]" - modifier_building_group_bg_whaling_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Whaling Stations" - modifier_building_group_bg_oil_extraction_standard_of_living_add:0 "Oil Industry Employee [concept_sol]" - modifier_building_group_bg_oil_extraction_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Oil Extraction Buildings" - modifier_building_group_bg_manufacturing_standard_of_living_add:0 "Manufacturing Employee [concept_sol]" - modifier_building_group_bg_manufacturing_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Manufacturing Buildings" - modifier_building_group_bg_government_standard_of_living_add:0 "Government Employee [concept_sol]" - modifier_building_group_bg_government_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Government Buildings" - modifier_building_group_bg_infrastructure_standard_of_living_add:0 "Infrastructure Employee [concept_sol]" - modifier_building_group_bg_infrastructure_standard_of_living_add_desc:0 "A bonus or penalty to the [concept_sol] of employees in Infrastructure Buildings" - - modifier_building_group_bg_subsistence_employee_mult:0 "Subsistence Farm Employees" - modifier_building_group_bg_subsistence_employee_mult_desc:0 "A bonus or penalty to the number of employees in Subsistence Farms" - modifier_building_group_bg_service_employee_mult:0 "Urban Center Employees" - modifier_building_group_bg_service_employee_mult_desc:0 "A bonus or penalty to the number of employees in Urban Centers" - modifier_building_group_bg_agriculture_employee_mult:0 "Agriculture Employees" - modifier_building_group_bg_agriculture_employee_mult_desc:0 "A bonus or penalty to the number of employees in Agriculture Buildings" - modifier_building_group_bg_ranching_employee_mult:0 "Ranching Employees" - modifier_building_group_bg_ranching_employee_mult_desc:0 "A bonus or penalty to the number of employees in Ranching Buildings" - modifier_building_group_bg_plantations_employee_mult:0 "Plantation Employees" - modifier_building_group_bg_plantations_employee_mult_desc:0 "A bonus or penalty to the number of employees in Plantation Buildings" - modifier_building_group_bg_mining_employee_mult:0 "Mining Employees" - modifier_building_group_bg_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Mines" - modifier_building_group_bg_gold_mining_employee_mult:0 "Gold Mining Employees" - modifier_building_group_bg_gold_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Gold Mines" - modifier_building_group_bg_coal_mining_employee_mult:0 "Coal Mining Employees" - modifier_building_group_bg_coal_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Coal Mines" - modifier_building_group_bg_iron_mining_employee_mult:0 "Iron Mining Employees" - modifier_building_group_bg_iron_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Iron Mines" - modifier_building_group_bg_lead_mining_employee_mult:0 "Lead Mining Employees" - modifier_building_group_bg_lead_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Lead Mines" - modifier_building_group_bg_sulfur_mining_employee_mult:0 "Sulfur Mining Employees" - modifier_building_group_bg_sulfur_mining_employee_mult_desc:0 "A bonus or penalty to the number of employees in Sulfur Mines" - modifier_building_group_bg_rubber_employee_mult:0 "Rubber Industry Employees" - modifier_building_group_bg_rubber_employee_mult_desc:0 "A bonus or penalty to the number of employees in Rubber Industry Buildings" - modifier_building_group_bg_logging_employee_mult:0 "Logging Industry Employees" - modifier_building_group_bg_logging_employee_mult_desc:0 "A bonus or penalty to the number of employees in Logging Industry Buildings" - modifier_building_group_bg_fishing_employee_mult:0 "Fishing Employees" - modifier_building_group_bg_fishing_employee_mult_desc:0 "A bonus or penalty to the number of employees in Fishing Buildings" - modifier_building_group_bg_whaling_employee_mult:0 "Whaling Employees" - modifier_building_group_bg_whaling_employee_mult_desc:0 "A bonus or penalty to the number of employees in Whaling Buildings" - modifier_building_group_bg_oil_extraction_employee_mult:0 "Oil Industry Employees" - modifier_building_group_bg_oil_extraction_employee_mult_desc:0 "A bonus or penalty to the number of employees in Oil Industry Buildings" - modifier_building_group_bg_manufacturing_employee_mult:0 "Manufacturing Employees" - modifier_building_group_bg_manufacturing_employee_mult_desc:0 "A bonus or penalty to the number of employees in Manufacturing Buildings" - modifier_building_group_bg_government_employee_mult:0 "Government Employees" - modifier_building_group_bg_government_employee_mult_desc:0 "A bonus or penalty to the number of employees in Government Buildings" - modifier_building_group_bg_infrastructure_employee_mult:0 "Infrastructure Employees" - modifier_building_group_bg_infrastructure_employee_mult_desc:0 "A bonus or penalty to the number of employees in Infrastructure Buildings" - - modifier_building_output_services_add:0 "@services! Services output per level" - modifier_building_output_services_add_desc:0 "The amount of @services! Services produced by buildings" - modifier_building_output_fine_art_add:0 "@fine_art! Fine Art output per level" - modifier_building_output_fine_art_add_desc:0 "The amount of @fine_art! Fine Art produced by buildings" - modifier_building_output_furniture_add:0 "@furniture! Furniture output per level" - modifier_building_output_furniture_add_desc:0 "The amount of @furniture! Furniture produced by buildings" - modifier_building_output_clothes_add:0 "@clothes! Clothes output per level" - modifier_building_output_clothes_add_desc:0 "The amount of @clothes! Clothes produced by buildings" - modifier_building_output_tools_add:0 "@tools! Tools output per level" - modifier_building_output_tools_add_desc:0 "The amount of @tools! Tools produced by buildings" - modifier_building_output_glass_add:0 "@glass! Glass output per level" - modifier_building_output_glass_add_desc:0 "The amount of @glass! Glass produced by buildings" - modifier_building_output_steel_add:0 "@steel! Steel output per level" - modifier_building_output_steel_add_desc:0 "The amount of @steel! Steel produced by buildings" - modifier_building_output_liquor_add:0 "@liquor! Liquor output per level" - modifier_building_output_liquor_add_desc:0 "The amount of @liquor! Liquor produced by buildings" - modifier_building_output_groceries_add:0 "@groceries! Groceries output per level" - modifier_building_output_groceries_add_desc:0 "The amount of @groceries! Groceries produced by buildings" - modifier_building_output_luxury_clothes_add:0 "@luxury_clothes! Luxury Clothes output per level" - modifier_building_output_luxury_clothes_add_desc:0 "The amount of @luxury_clothes! Luxury Clothes produced by buildings" - modifier_building_output_luxury_furniture_add:0 "@luxury_furniture! Luxury Furniture output per level" - modifier_building_output_luxury_furniture_add_desc:0 "The amount of @luxury_furniture! Luxury Furniture produced by buildings" - modifier_building_output_porcelain_add:0 "@porcelain! Porcelain output per level" - modifier_building_output_porcelain_add_desc:0 "The amount of @porcelain! Porcelain produced by buildings" - modifier_building_output_fertilizer_add:0 "@fertilizer! Fertilizer output per level" - modifier_building_output_fertilizer_add_desc:0 "The amount of @fertilizer! Fertilizer produced by buildings" - modifier_building_output_explosives_add:0 "@explosives! Explosives output per level" - modifier_building_output_explosives_add_desc:0 "The amount of @explosives! Explosives produced by buildings" - modifier_building_output_ammunition_add:0 "@ammunition! Ammunition output per level" - modifier_building_output_ammunition_add_desc:0 "The amount of @ammunition! Ammunition produced by buildings" - modifier_building_output_artillery_add:0 "@artillery! Artillery output per level" - modifier_building_output_artillery_add_desc:0 "The amount of @artillery! Artillery produced by buildings" - modifier_building_output_engines_add:0 "@engines! Engines output per level" - modifier_building_output_engines_add_desc:0 "The amount of @engines! Engines produced by buildings" - modifier_building_output_clippers_add:0 "@clippers! $clippers$ output per level" - modifier_building_output_clippers_add_desc:0 "The amount of @clippers! $clippers$ produced by buildings" - modifier_building_output_steamers_add:0 "@steamers! $steamers$ output per level" - modifier_building_output_steamers_add_desc:0 "The amount of @steamers! $steamers$ produced by buildings" - modifier_building_output_manowars_add:0 "@manowars! $manowars$ output per level" - modifier_building_output_manowars_add_desc:0 "The amount of @manowars! $manowars$ produced by buildings" - modifier_building_output_ironclads_add:0 "@ironclads! $ironclads$ output per level" - modifier_building_output_ironclads_add_desc:0 "The amount of @ironclads! $ironclads$ produced by buildings" - modifier_building_output_automobiles_add:0 "@automobiles! Automobiles output per level" - modifier_building_output_automobiles_add_desc:0 "The amount of @automobiles! Automobiles produced by buildings" - modifier_building_output_aeroplanes_add:0 "@aeroplanes! Aeroplanes output per level" - modifier_building_output_aeroplanes_add_desc:0 "The amount of @aeroplanes! Aeroplanes produced by buildings" - modifier_building_output_tanks_add:0 "@tanks! Tanks output per level" - modifier_building_output_tanks_add_desc:0 "The amount of @tanks! Tanks produced by buildings" - modifier_building_output_radios_add:0 "@radios! Radios output per level" - modifier_building_output_radios_add_desc:0 "The amount of @radios! Radios produced by buildings" - modifier_building_output_telephones_add:0 "@telephones! Telephones output per level" - modifier_building_output_telephones_add_desc:0 "The amount of @telephones! Telephones produced by buildings" - modifier_building_output_grain_add:0 "@grain! Grain output per level" - modifier_building_output_grain_add_desc:0 "The amount of @grain! Grain produced by buildings" - modifier_building_output_fish_add:0 "@fish! Fish output per level" - modifier_building_output_fish_add_desc:0 "The amount of @fish! Fish produced by buildings" - modifier_building_output_meat_add:0 "@meat! Meat output per level" - modifier_building_output_meat_add_desc:0 "The amount of @meat! Meat produced by buildings" - modifier_building_output_fruit_add:0 "@fruit! Fruit output per level" - modifier_building_output_fruit_add_desc:0 "The amount of @fruit! Fruit produced by buildings" - modifier_building_output_wine_add:0 "@wine! $wine$ output per level" - modifier_building_output_wine_add_desc:0 "The amount of @wine! $wine$ produced by buildings" - modifier_building_output_fabric_add:0 "@fabric! Fabric output per level" - modifier_building_output_fabric_add_desc:0 "The amount of @fabric! Fabric produced by buildings" - modifier_building_output_wood_add:0 "@wood! Wood output per level" - modifier_building_output_wood_add_desc:0 "The amount of @wood! Wood produced by buildings" - modifier_building_output_sugar_add:0 "@sugar! Sugar output per level" - modifier_building_output_sugar_add_desc:0 "The amount of @sugar! Sugar produced by buildings" - modifier_building_output_coal_add:0 "@coal! Coal output per level" - modifier_building_output_coal_add_desc:0 "The amount of @coal! Coal produced by buildings" - modifier_building_output_iron_add:0 "@iron! Iron output per level" - modifier_building_output_iron_add_desc:0 "The amount of @iron! Iron produced by buildings" - modifier_building_output_lead_add:0 "@lead! Lead output per level" - modifier_building_output_lead_add_desc:0 "The amount of @lead! Lead produced by buildings" - modifier_building_output_oil_add:0 "@oil! Oil output per level" - modifier_building_output_oil_add_desc:0 "The amount of @oil! Oil produced by buildings" - modifier_building_output_gold_add:0 "@gold! Gold output per level" - modifier_building_output_gold_add_desc:0 "The amount of @gold! Gold produced by buildings" - modifier_building_output_sulfur_add:0 "@sulfur! Sulfur output per level" - modifier_building_output_sulfur_add_desc:0 "The amount of @sulfur! Sulfur produced by buildings" - modifier_building_output_hardwood_add:0 "@hardwood! Hardwood output per level" - modifier_building_output_hardwood_add_desc:0 "The amount of @hardwood! Hardwood produced by buildings" - modifier_building_output_rubber_add:0 "@rubber! Rubber output per level" - modifier_building_output_rubber_add_desc:0 "The amount of @rubber! Rubber produced by buildings" - modifier_building_output_coffee_add:0 "@coffee! Coffee output per level" - modifier_building_output_coffee_add_desc:0 "The amount of @coffee! Coffee produced by buildings" - modifier_building_output_dye_add:0 "@dye! Dye output per level" - modifier_building_output_dye_add_desc:0 "The amount of @dye! Dye produced by buildings" - modifier_building_output_opium_add:0 "@opium! Opium output per level" - modifier_building_output_opium_add_desc:0 "The amount of @opium! Opium produced by buildings" - modifier_building_output_tea_add:0 "@tea! Tea output per level" - modifier_building_output_tea_add_desc:0 "The amount of @tea! Tea produced by buildings" - modifier_building_output_silk_add:0 "@silk! Fine Silk output per level" - modifier_building_output_silk_add_desc:0 "The amount of @silk! Fine Silk produced by buildings" - modifier_building_output_tobacco_add:0 "@tobacco! Tobacco output per level" - modifier_building_output_tobacco_add_desc:0 "The amount of @tobacco! Tobacco produced by buildings" - modifier_building_output_small_arms_add:0 "@small_arms! Small Arms output per level" - modifier_building_output_small_arms_add_desc:0 "The amount of @small_arms! Small Arms produced by buildings" - modifier_building_output_paper_add:0 "@paper! Paper output per level" - modifier_building_output_paper_add_desc:0 "The amount of @paper! Paper produced by buildings" - modifier_building_output_literature_add:0 "@literature! Literature output per level" - modifier_building_output_literature_add_desc:0 "The amount of @literature! Literature produced by buildings" - modifier_building_output_transportation_add:0 "@transportation! Transportation output per level" - modifier_building_output_transportation_add_desc:0 "The amount of @transportation! Transportation produced by buildings" - modifier_building_output_electricity_add:0 "@electricity! Electricity output per level" - modifier_building_output_electricity_add_desc:0 "The amount of @electricity! Electricity produced by buildings" - - modifier_building_input_fabric_add:0 "@fabric! Fabric input per level" - modifier_building_input_fabric_add_desc:0 "The amount of @fabric! Fabric consumed by buildings" - modifier_building_input_wood_add:0 "@wood! Wood input per level" - modifier_building_input_wood_add_desc:0 "The amount of @wood! Wood consumed by buildings" - modifier_building_input_iron_add:0 "@iron! Iron input per level" - modifier_building_input_iron_add_desc:0 "The amount of @iron! Iron consumed by buildings" - modifier_building_input_coal_add:0 "@coal! Coal input per level" - modifier_building_input_coal_add_desc:0 "The amount of @coal! Coal consumed by buildings" - modifier_building_input_lead_add:0 "@lead! Lead input per level" - modifier_building_input_lead_add_desc:0 "The amount of @lead! Lead consumed by buildings" - modifier_building_input_grain_add:0 "@grain! Grain input per level" - modifier_building_input_grain_add_desc:0 "The amount of @grain! Grain consumed by buildings" - modifier_building_input_fish_add:0 "@fish! Fish input per level" - modifier_building_input_fish_add_desc:0 "The amount of @fish! Fish consumed by buildings" - modifier_building_input_meat_add:0 "@meat! Meat input per level" - modifier_building_input_meat_add_desc:0 "The amount of @meat! Meat consumed by buildings" - modifier_building_input_fruit_add:0 "@fruit! Fruit input per level" - modifier_building_input_fruit_add_desc:0 "The amount of @fruit! Fruit consumed by buildings" - modifier_building_input_wine_add:0 "@wine! $wine$ input per level" - modifier_building_input_wine_add_desc:0 "The amount of @wine! $wine$ consumed by buildings" - modifier_building_input_liquor_add:0 "@liquor! $liquor$ input per level" - modifier_building_input_liquor_add_desc:0 "The amount of @liquor! $liquor$ consumed by buildings" - modifier_building_input_sugar_add:0 "@sugar! Sugar input per level" - modifier_building_input_sugar_add_desc:0 "The amount of @sugar! Sugar consumed by buildings" - modifier_building_input_glass_add:0 "@glass! Glass input per level" - modifier_building_input_glass_add_desc:0 "The amount of @glass! Glass consumed by buildings" - modifier_building_input_dye_add:0 "@dye! Dye input per level" - modifier_building_input_dye_add_desc:0 "The amount of @dye! Dye consumed by buildings" - modifier_building_input_silk_add:0 "@silk! Fine Silk input per level" - modifier_building_input_silk_add_desc:0 "The amount of @silk! Fine Silk consumed by buildings" - modifier_building_input_hardwood_add:0 "@hardwood! Hardwood input per level" - modifier_building_input_hardwood_add_desc:0 "The amount of @hardwood! Hardwood consumed by buildings" - modifier_building_input_sulfur_add:0 "@sulfur! Sulfur input per level" - modifier_building_input_sulfur_add_desc:0 "The amount of @sulfur! Sulfur consumed by buildings" - modifier_building_input_oil_add:0 "@oil! Oil input per level" - modifier_building_input_oil_add_desc:0 "The amount of @oil! Oil consumed by buildings" - modifier_building_input_steel_add:0 "@steel! Steel input per level" - modifier_building_input_steel_add_desc:0 "The amount of @steel! Steel consumed by buildings" - modifier_building_input_tools_add:0 "@tools! Tools input per level" - modifier_building_input_tools_add_desc:0 "The amount of @tools! Tools consumed by buildings" - modifier_building_input_rubber_add:0 "@rubber! Rubber input per level" - modifier_building_input_rubber_add_desc:0 "The amount of @rubber! Rubber consumed by buildings" - modifier_building_input_opium_add:0 "@opium! Opium input per level" - modifier_building_input_opium_add_desc:0 "The amount of @opium! Opium consumed by buildings" - modifier_building_input_ammunition_add:0 "@ammunition! Ammunition input per level" - modifier_building_input_ammunition_add_desc:0 "The amount of @ammunition! Ammunition consumed by buildings" - modifier_building_input_artillery_add:0 "@artillery! Artillery input per level" - modifier_building_input_artillery_add_desc:0 "The amount of @artillery! Artillery consumed by buildings" - modifier_building_input_small_arms_add:0 "@small_arms! Small Arms input per level" - modifier_building_input_small_arms_add_desc:0 "The amount of @small_arms! Small Arms consumed by buildings" - modifier_building_input_clothes_add:0 "@clothes! Clothes input per level" - modifier_building_input_clothes_add_desc:0 "The amount of @clothes! Clothes consumed by buildings" - modifier_building_input_groceries_add:0 "@groceries! Groceries input per level" - modifier_building_input_groceries_add_desc:0 "The amount of @groceries! Groceries consumed by buildings" - modifier_building_input_clippers_add:0 "@clippers! $clippers$ input per level" - modifier_building_input_clippers_add_desc:0 "The amount of @clippers! $clippers$ consumed by buildings" - modifier_building_input_steamers_add:0 "@steamers! $steamers$ input per level" - modifier_building_input_steamers_add_desc:0 "The amount of @steamers! $steamers$ consumed by buildings" - modifier_building_input_manowars_add:0 "@manowars! $manowars$ input per level" - modifier_building_input_manowars_add_desc:0 "The amount of @manowars! $manowars$ consumed by buildings" - modifier_building_input_ironclads_add:0 "@ironclads! $ironclads$ input per level" - modifier_building_input_ironclads_add_desc:0 "The amount of @ironclads! $ironclads$ consumed by buildings" - modifier_building_input_engines_add:0 "@engines! Engines input per level" - modifier_building_input_engines_add_desc:0 "The amount of @engines! Engines consumed by buildings" - modifier_building_input_fertilizer_add:0 "@fertilizer! Fertilizer input per level" - modifier_building_input_fertilizer_add_desc:0 "The amount of @fertilizer! Fertilizer consumed by buildings" - modifier_building_input_explosives_add:0 "@explosives! Explosives input per level" - modifier_building_input_explosives_add_desc:0 "The amount of @explosives! Explosives consumed by buildings" - modifier_building_input_paper_add:0 "@paper! Paper input per level" - modifier_building_input_paper_add_desc:0 "The amount of @paper! Paper consumed by buildings" - modifier_building_input_literature_add:0 "@literature! Literature input per level" - modifier_building_input_literature_add_desc:0 "The amount of @literature! Literature consumed by buildings" - modifier_building_input_transportation_add:0 "@transportation! Transportation input per level" - modifier_building_input_transportation_add_desc:0 "The amount of @transportation! Transportation consumed by buildings" - modifier_building_input_electricity_add:0 "@electricity! Electricity input per level" - modifier_building_input_electricity_add_desc:0 "The amount of @electricity! Electricity consumed by buildings" - modifier_building_input_automobiles_add:0 "@automobiles! Automobiles input per level" - modifier_building_input_automobiles_add_desc:0 "The amount of @automobiles! Automobiles consumed by buildings" - modifier_building_input_aeroplanes_add:0 "@aeroplanes! Aeroplanes input per level" - modifier_building_input_aeroplanes_add_desc:0 "The amount of @aeroplanes! Aeroplanes consumed by buildings" - modifier_building_input_tanks_add:0 "@tanks! Tanks input per level" - modifier_building_input_tanks_add_desc:0 "The amount of @tanks! Tanks consumed by buildings" - modifier_building_input_radios_add:0 "@radios! Radio input per level" - modifier_building_input_radios_add_desc:0 "The amount of @radios! Radios consumed by buildings" - modifier_building_input_telephones_add:0 "@telephones! Telephone input per level" - modifier_building_input_telephones_add_desc:0 "The amount of @telephones! Telephone consumed by buildings" - - - modifier_building_output_oil_mult:0 "Building @oil! Oil output " - modifier_building_output_oil_mult_desc:0 "A bonus or penalty to the amount of @oil! Oil produced by buildings" - modifier_building_output_hardwood_mult:0 "Building @hardwood! Hardwood output" - modifier_building_output_hardwood_mult_desc:0 "A bonus or penalty to the amount of @hardwood! Hardwood produced by buildings" - modifier_building_output_literature_mult:0 "Building @literature! Literature output " - modifier_building_output_literature_mult_desc:0 "A bonus or penalty to the amount of @literature! output produced by buildings" - modifier_building_output_tools_mult:0 "Building @tools! Tools output" - modifier_building_output_tools_mult_desc:0 "A bonus or penalty to the amount of @tools! output produced by buildings" - modifier_building_output_small_arms_mult:0 "Building @small_arms! Small Arms output" - modifier_building_output_small_arms_mult_desc:0 "A bonus or penalty to the amount of @small_arms! output produced by buildings" - modifier_building_output_engines_mult:0 "Building @engines! Engines output" - modifier_building_output_engines_mult_desc:0 "A bonus or penalty to the amount of @engines! output produced by buildings" - modifier_building_output_artillery_mult:0 "Building @artillery! Artillery output" - modifier_building_output_artillery_mult_desc:0 "A bonus or penalty to the amount of @artillery! output produced by buildings" - modifier_building_output_automobiles_mult:0 "Building @automobiles! Automobiles output" - modifier_building_output_automobiles_mult_desc:0 "A bonus or penalty to the amount of @automobiles! output produced by buildings" - modifier_building_output_aeroplanes_mult:0 "Building @aeroplanes! Aeroplanes output" - modifier_building_output_aeroplanes_mult_desc:0 "A bonus or penalty to the amount of @aeroplanes! output produced by buildings" - modifier_building_output_tanks_mult:0 "Building @tanks! Tanks output" - modifier_building_output_tanks_mult_desc:0 "A bonus or penalty to the amount of @tanks! output produced by buildings" - modifier_building_output_clippers_mult:0 "Building @clippers! Clippers output" - modifier_building_output_clippers_mult_desc:0 "A bonus or penalty to the amount of @clippers! Clippers produced by buildings" - modifier_building_output_steamers_mult:0 "Building @steamers! Steamers output" - modifier_building_output_steamers_mult_desc:0 "A bonus or penalty to the amount of @steamers! Steamers produced by buildings" - modifier_building_output_manowars_mult:0 "Building @manowars! Man-o-Wars output" - modifier_building_output_manowars_mult_desc:0 "A bonus or penalty to the amount of @manowars! Man-o-Wars produced by buildings" - modifier_building_output_ironclads_mult:0 "Building @ironclads! Ironclads output" - modifier_building_output_ironclads_mult_desc:0 "A bonus or penalty to the amount of @ironclads! Ironclads produced by buildings" - modifier_building_output_liquor_mult:0 "Building @liquor! Liquor output" - modifier_building_output_liquor_mult_desc:0 "A bonus or penalty to the amount of @liquor! Liquor produced by buildings" - modifier_building_output_wine_mult:0 "Building @wine! Wine output" - modifier_building_output_wine_mult_desc:0 "A bonus or penalty to the amount of @wine! Wine produced by buildings" - modifier_building_output_fabric_mult:0 "Building @fabric! Fabric output" - modifier_building_output_fabric_mult_desc:0 "A bonus or penalty to the amount of @fabric! Fabric produced by buildings" - modifier_building_output_silk_mult:0 "Building @silk! Silk output" - modifier_building_output_silk_mult_desc:0 "A bonus or penalty to the amount of @silk! Silk produced by buildings" - modifier_building_output_fruit_mult:0 "Building @fruit! Fruit output" - modifier_building_output_fruit_mult_desc:0 "A bonus or penalty to the amount of @fruit! Fruit produced by buildings" - modifier_building_output_sugar_mult:0 "Building @sugar! Sugar output" - modifier_building_output_sugar_mult_desc:0 "A bonus or penalty to the amount of @sugar! Sugar produced by buildings" - modifier_building_output_electricity_mult:0 "Building @electricity! Electricity output" - modifier_building_output_electricity_mult_desc:0 "A bonus or penalty to the amount of @electricity! Electricity produced by buildings" - - modifier_state_working_adult_ratio_add:0 "Workforce Ratio" - modifier_state_working_adult_ratio_add_desc:0 "The ratio of Workforce to Dependents" - - modifier_country_voting_power_base_add:1 "[concept_political_strength] from Votes" - modifier_country_voting_power_base_add_desc:1 "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections" - modifier_country_voting_power_from_literacy_add:1 "[concept_political_strength] from Educated Pops' Votes" - modifier_country_voting_power_from_literacy_add_desc:1 "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections, modified by the [concept_literacy] of the voting [concept_pop]" - modifier_country_voting_power_wealth_threshold_add:0 "[concept_wealth] Threshold for Voting" - modifier_country_voting_power_wealth_threshold_add_desc:0 "An increase or decrease to the [concept_wealth] threshold at which Pops are eligible to vote" - - modifier_state_political_strength_from_wealth_mult:0 "[concept_political_strength] from [concept_wealth]" - modifier_state_political_strength_from_wealth_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_wealth]" - modifier_state_political_strength_from_discrimination_mult:0 "[concept_political_strength] from [concept_discrimination]" - modifier_state_political_strength_from_discrimination_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_discrimination]" - modifier_state_political_strength_from_welfare_mult:0 "Political Strength when receiving Welfare" - modifier_state_political_strength_from_welfare_mult_desc:0 "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] that are receiving [concept_welfare_payments]" - - modifier_state_dependent_political_participation_add:0 "Dependent Enfranchisement" - modifier_state_dependent_political_participation_add_desc:0 "The fraction of Dependents that can join Interest Groups and vote." - - modifier_building_subsistence_output_add:0 "Subsistence Output" - modifier_building_subsistence_output_add_desc:1 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in the [concept_building]." - modifier_building_subsistence_output_mult:0 "$modifier_building_subsistence_output_add$" - modifier_building_subsistence_output_mult_desc:1 "$modifier_building_subsistence_output_add_desc$" - modifier_building_unincorporated_subsistence_output_mult:0 "Subsistence Output in Unincorporated States" - modifier_building_unincorporated_subsistence_output_mult_desc:0 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" - - modifier_country_infamy_generation_mult:0 "Infamy Generation" - modifier_country_infamy_generation_mult_desc:0 "An increase or decrease in the amount of [concept_infamy] generated by [Concept('concept_diplomatic_incident', '$concept_diplomatic_incidents$')]." - - modifier_building_throughput_oil_mult:0 "$oil$ [concept_throughput]" - modifier_building_throughput_oil_mult_desc:0 "A bonus or penalty to both input and output of $oil$" - - modifier_building_food_industry_throughput_mult:0 "$building_food_industry$ building [concept_throughput]" - modifier_building_food_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_food_industry$" - modifier_building_textile_mills_throughput_mult:0 "$building_textile_mills$ building [concept_throughput]" - modifier_building_textile_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_textile_mills$" - modifier_building_glassworks_throughput_mult:0 "$building_glassworks$ building [concept_throughput]" - modifier_building_glassworks_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_glassworks$" - modifier_building_tooling_workshops_throughput_mult:0 "$building_tooling_workshops$ building [concept_throughput]" - modifier_building_tooling_workshops_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tooling_workshops$" - modifier_building_paper_mills_throughput_mult:0 "$building_paper_mills$ building [concept_throughput]" - modifier_building_paper_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_paper_mills$" - modifier_building_chemical_plants_throughput_mult:0 "$building_chemical_plants$ building [concept_throughput]" - modifier_building_chemical_plants_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_chemical_plants$" - modifier_building_steel_mills_throughput_mult:0 "$building_steel_mills$ building [concept_throughput]" - modifier_building_steel_mills_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_steel_mills$" - modifier_building_shipyards_throughput_mult:0 "$building_shipyards$ building [concept_throughput]" - modifier_building_shipyards_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_shipyards$" - modifier_building_motor_industry_throughput_mult:0 "$building_motor_industry$ building [concept_throughput]" - modifier_building_motor_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_motor_industry$" - modifier_building_munition_plants_throughput_mult:0 "$building_munition_plants$ building [concept_throughput]" - modifier_building_munition_plants_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_munition_plants$" - modifier_building_synthetics_plants_throughput_mult:0 "$synthetics_plants$ building [concept_throughput]" - modifier_building_synthetics_plants_throughput_mult_desc:0 "A bonus or penalty to both input and output of $synthetics_plants$" - modifier_building_electrics_industry_throughput_mult:0 "$building_electrics_industry$ building [concept_throughput]" - modifier_building_electrics_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_electrics_industry$" - modifier_building_subsistence_farms_throughput_mult:0 "$building_subsistence_farms$ building [concept_throughput]" - modifier_building_subsistence_farms_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_farms$" - modifier_building_subsistence_orchards_throughput_mult:0 "$building_subsistence_orchards$ building [concept_throughput]" - modifier_building_subsistence_orchards_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_orchards$" - modifier_building_subsistence_pastures_throughput_mult:0 "$building_subsistence_pastures$ building [concept_throughput]" - modifier_building_subsistence_pastures_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_subsistence_pastures$" - modifier_building_rye_farm_throughput_mult:0 "$building_rye_farm$ building [concept_throughput]" - modifier_building_rye_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rye_farm$" - modifier_building_wheat_farm_throughput_mult:0 "$building_wheat_farm$ building [concept_throughput]" - modifier_building_wheat_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_wheat_farm$" - modifier_building_rice_farm_throughput_mult:0 "$building_rice_farm$ building [concept_throughput]" - modifier_building_rice_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rice_farm$" - modifier_building_maize_farm_throughput_mult:0 "$building_maize_farm$ building [concept_throughput]" - modifier_building_maize_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_maize_farm$" - modifier_building_millet_farm_throughput_mult:0 "$building_millet_farm$ building [concept_throughput]" - modifier_building_millet_farm_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_millet_farm$" - modifier_building_livestock_ranch_throughput_mult:0 "$building_livestock_ranch$ building [concept_throughput]" - modifier_building_livestock_ranch_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_livestock_ranch$" - modifier_building_coal_mine_throughput_mult:0 "$building_coal_mine$ building [concept_throughput]" - modifier_building_coal_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_coal_mine$" - modifier_building_iron_mine_throughput_mult:0 "$building_iron_mine$ building [concept_throughput]" - modifier_building_iron_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_iron_mine$" - modifier_building_gold_mine_throughput_mult:0 "$building_gold_mine$ building [concept_throughput]" - modifier_building_gold_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_gold_mine$" - modifier_building_lead_mine_throughput_mult:0 "$building_lead_mine$ building [concept_throughput]" - modifier_building_lead_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_lead_mine$" - modifier_building_sulfur_mine_throughput_mult:0 "$building_sulfur_mine$ building [concept_throughput]" - modifier_building_sulfur_mine_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_sulfur_mine$" - modifier_building_oil_rig_throughput_mult:0 "$building_oil_rig$ building [concept_throughput]" - modifier_building_oil_rig_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_oil_rig$" - modifier_building_gold_fields_throughput_mult:0 "$building_gold_fields$ building [concept_throughput]" - modifier_building_gold_fields_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_gold_fields$" - modifier_building_coffee_plantation_throughput_mult:0 "$building_coffee_plantation$ building [concept_throughput]" - modifier_building_coffee_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_coffee_plantation$" - modifier_building_cotton_plantation_throughput_mult:0 "$building_cotton_plantation$ building [concept_throughput]" - modifier_building_cotton_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_cotton_plantation$" - modifier_building_silk_plantation_throughput_mult:0 "$building_silk_plantation$ building [concept_throughput]" - modifier_building_silk_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_silk_plantation$" - modifier_building_dye_plantation_throughput_mult:0 "$building_dye_plantation$ building [concept_throughput]" - modifier_building_dye_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_dye_plantation$" - modifier_building_opium_plantation_throughput_mult:0 "$building_opium_plantation$ building [concept_throughput]" - modifier_building_opium_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_opium_plantation$" - modifier_building_tea_plantation_throughput_mult:0 "$building_tea_plantation$ building [concept_throughput]" - modifier_building_tea_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tea_plantation$" - modifier_building_tobacco_plantation_throughput_mult:0 "$building_tobacco_plantation$ building [concept_throughput]" - modifier_building_tobacco_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_tobacco_plantation$" - modifier_building_sugar_plantation_throughput_mult:0 "$building_sugar_plantation$ building [concept_throughput]" - modifier_building_sugar_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_sugar_plantation$" - modifier_building_rubber_plantation_throughput_mult:0 "$building_rubber_plantation$ building [concept_throughput]" - modifier_building_rubber_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_rubber_plantation$" - modifier_building_banana_plantation_throughput_mult:0 "$building_banana_plantation$ building [concept_throughput]" - modifier_building_banana_plantation_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_banana_plantation$" - modifier_building_barracks_throughput_mult:0 "$building_barracks$ building [concept_throughput]" - modifier_building_barracks_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_barracks$" - modifier_building_naval_base_throughput_mult:0 "$building_naval_base$ building [concept_throughput]" - modifier_building_naval_base_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_naval_base$" - modifier_building_urban_center_throughput_mult:0 "$building_urban_center$ building [concept_throughput]" - modifier_building_urban_center_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_urban_center$" - modifier_building_construction_sector_throughput_mult:0 "$building_construction_sector$ building [concept_throughput]" - modifier_building_construction_sector_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_construction_sector$" - modifier_building_trade_center_throughput_mult:0 "$building_trade_center$ building [concept_throughput]" - modifier_building_trade_center_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_trade_center$" - modifier_building_government_administration_throughput_mult:0 "$building_government_administration$ building [concept_throughput]" - modifier_building_government_administration_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_government_administration$" - modifier_building_arts_academy_throughput_mult:0 "$building_arts_academy$ building [concept_throughput]" - modifier_building_arts_academy_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_arts_academy$" - modifier_building_university_throughput_mult:0 "$building_university$ building [concept_throughput]" - modifier_building_university_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_university$" - modifier_building_eiffel_tower_throughput_mult:0 "$building_eiffel_tower$ building [concept_throughput]" - modifier_building_eiffel_tower_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_eiffel_tower$" - modifier_building_logging_camp_throughput_mult:0 "$building_logging_camp$ building [concept_throughput]" - modifier_building_logging_camp_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_logging_camp$" - modifier_building_fishing_wharf_throughput_mult:0 "$building_fishing_wharf$ building [concept_throughput]" - modifier_building_fishing_wharf_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_fishing_wharf$" - modifier_building_whaling_station_throughput_mult:0 "$building_whaling_station$ building [concept_throughput]" - modifier_building_whaling_station_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_whaling_station$" - modifier_building_suez_canal_throughput_mult:0 "$building_suez_canal$ building [concept_throughput]" - modifier_building_suez_canal_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_suez_canal$" - modifier_building_panama_canal_throughput_mult:0 "$building_panama_canal$ building [concept_throughput]" - modifier_building_panama_canal_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_panama_canal$" - modifier_building_port_throughput_mult:0 "$building_port$ building [concept_throughput]" - modifier_building_port_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_port$" - modifier_building_railway_throughput_mult:0 "$building_railway$ building [concept_throughput]" - modifier_building_railway_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_railway$" - modifier_building_power_plant_throughput_mult:0 "$building_power_plant$ building [concept_throughput]" - modifier_building_power_plant_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_power_plant$" - modifier_building_war_machine_industry_throughput_mult:0 "$building_war_machine_industry$ building [concept_throughput]" - modifier_building_war_machine_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_war_machine_industry$" - modifier_building_arms_industry_throughput_mult:0 "$building_arms_industry$ building [concept_throughput]" - modifier_building_arms_industry_throughput_mult_desc:0 "A bonus or penalty to both input and output of $building_arms_industry$" - - modifier_building_group_bg_logging_throughput_mult:0 "Logging Industry [concept_throughput]" - modifier_building_group_bg_logging_throughput_mult_desc:0 "A bonus or penalty to both input and output of the logging Industry" - modifier_building_group_bg_fishing_throughput_mult:0 "Fishing Industry [concept_throughput]" - modifier_building_group_bg_fishing_throughput_mult_desc:0 "A bonus or penalty to both input and output of the fishing Industry" - modifier_building_group_bg_whaling_throughput_mult:0 "Whaling Industry [concept_throughput]" - modifier_building_group_bg_whaling_throughput_mult_desc:0 "A bonus or penalty to both input and output of the Whaling Industry" - - modifier_state_incorporated_infrastructure_add:1 "[concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" - modifier_state_incorporated_infrastructure_add_desc:1 "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" - modifier_state_colony_infrastructure_add:2 "[concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" - modifier_state_colony_infrastructure_add_desc:2 "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" - modifier_state_infrastructure_add:1 "Infrastructure" - modifier_state_infrastructure_add_desc:1 "A bonus or penalty to the [Concept('concept_state','$concept_state_possessive$')] [concept_infrastructure]" - modifier_state_infrastructure_from_population_add:1 "Infrastructure per [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] Population" - modifier_state_infrastructure_from_population_add_desc:1 "The amount of [concept_state] [concept_infrastructure] added for each [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] [Concept('concept_pop', '$concept_pops$')] that live there" - modifier_state_infrastructure_from_population_mult:0 "$modifier_state_infrastructure_from_population_add$" - modifier_state_infrastructure_from_population_mult_desc:0 "$modifier_state_infrastructure_from_population_add_desc$" - modifier_state_infrastructure_from_population_max_add:0 "Maximum Infrastructure from Population" - modifier_state_infrastructure_from_population_max_add_desc:0 "The max amount of [concept_infrastructure] that a [concept_state] can receive from [Concept('concept_pop', '$concept_pops$')] that live there" - modifier_state_infrastructure_from_population_max_mult:0 "$modifier_state_infrastructure_from_population_max_add$" - modifier_state_infrastructure_from_population_max_mult_desc:0 "$modifier_state_infrastructure_from_population_max_add_desc$" - modifier_state_infrastructure_mult:1 "$modifier_state_infrastructure_add$" - modifier_state_infrastructure_mult_desc:1 "$modifier_state_infrastructure_add_desc$" - modifier_state_region_sea_infrastructure_access_add:0 "State Region Sea Infrastructure Access" - modifier_state_region_sea_infrastructure_access_add_desc:0 "Caps how much [concept_infrastructure] a state region can be influenced by through adjacent sea regions" - - modifier_country_construction_add:1 "@construction![Nbsp][concept_construction]" - modifier_country_construction_add_desc:0 "The amount of @construction! Construction produced by a $building_construction_sector$" - modifier_state_construction_mult:1 "State Construction Efficiency" - modifier_state_construction_mult_desc:1 "A bonus or penalty to the weekly [concept_construction] progress in a [concept_state]" - modifier_country_private_construction_allocation_mult:0 "Private Construction Allocation" - modifier_country_private_construction_allocation_mult_desc:0 "An increase or decrease in the fraction of weekly [concept_construction] that will be preferentially allocated to [Concept('concept_private_construction', '$concept_private_constructions$')] over [Concept('concept_government_construction', '$concept_government_constructions$')] ." - - modifier_country_production_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Production" - modifier_country_production_weekly_innovation_mult_desc:0 "Modifies the amount of [concept_innovation] gained every week for Production" - modifier_country_military_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Military" - modifier_country_military_weekly_innovation_mult_desc:0 "The amount of [concept_innovation] gained every week for Military" - modifier_country_society_weekly_innovation_mult:0 "Weekly [concept_innovation] Gain Multiplier for Society" - modifier_country_society_weekly_innovation_mult_desc:0 "The amount of [concept_innovation] gained every week for Society" - modifier_country_production_tech_spread_mult:0 "Technology Spread for Production" - modifier_country_production_tech_spread_mult_desc:0 "The speed at which Production technologies spread from other countries " - modifier_country_military_tech_spread_mult:0 "Technology Spread for Military" - modifier_country_military_tech_spread_mult_desc:0 "The speed at which Military technologies spread from other countries" - modifier_country_society_tech_spread_mult:0 "Technology Spread for Society" - modifier_country_society_tech_spread_mult_desc:0 "The speed at which Society technologies spread from other countries" - - modifier_technology_invention_cost_mult:0 "Technology Cost" - modifier_technology_invention_cost_mult_desc:0 "A bonus or penalty to the cost to invent or adopt new technologies." - modifier_character_morale_cap_add:0 "Morale Cap" - modifier_character_morale_cap_add_desc:0 "A bonus or penalty to max unit morale." - modifier_character_budget_mult:0 "Character Budget" - modifier_character_budget_mult_desc:0 "A bonus or penalty to the monetary cost for characters." - modifier_character_health_add:0 "Character Health" - modifier_character_health_add_desc:0 "A character's health and longevity." - modifier_character_attrition_risk_add:0 "Attrition Risk" - modifier_character_attrition_risk_add_desc:0 "The chance of casualties among the units not involved in active battles" - modifier_character_attrition_risk_mult:0 "Attrition Risk Multiplier" - modifier_character_attrition_risk_mult_desc:0 "The chance of casualties among the units not involved in active battles" - modifier_front_advancement_speed_add:0 "Front Advancement Speed" - modifier_front_advancement_speed_add_desc:0 "$concept_advancement_speed_desc$" - modifier_front_advancement_speed_mult:0 "Front Advancement Speed" - modifier_front_advancement_speed_mult_desc:0 "$concept_advancement_speed_desc$" - modifier_front_enemy_advancement_speed_add:0 "Front Enemy Advancement Speed" - modifier_front_enemy_advancement_speed_add_desc:0 "$concept_advancement_speed_desc$" - modifier_front_enemy_advancement_speed_mult:0 "Front Enemy Advancement Speed" - modifier_front_enemy_advancement_speed_mult_desc:0 "$concept_advancement_speed_desc$" - - modifier_building_training_rate_add:0 "Training Rate" - modifier_building_training_rate_add_desc:1 "How much [concept_manpower] can be trained per week" - modifier_building_training_rate_mult:1 "$modifier_building_training_rate_add$" - modifier_building_training_rate_mult_desc:1 "$modifier_building_training_rate_add_desc$" - modifier_building_mobilization_cost_mult:0 "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilization$')] [Concept('concept_good','$concept_goods$')] Requirements" - modifier_building_mobilization_cost_mult_desc:0 "Additional input [Concept('concept_good','$concept_goods$')] demand by [Concept('concept_mobilize_battalion', '$concept_mobilize_battalions_mobilized$')]" - - modifier_character_popularity_add:0 "[concept_popularity]" - modifier_character_popularity_add_desc:0 "How popular this character is with its constituents." - - modifier_conscientious_objection_denied:1 "Disapproves of No Conscientious Objection" - modifier_conscientious_objection_rejected:0 "Disapproves of Conscientious Objection" - modifier_conscientious_objection_approved:1 "Approves of No Conscientious Objection" - modifier_conscientious_objection_rejected_good:0 "Approves of Conscientious Objection" - modifier_conscription_rate_lowered:1 "Conscientious Objectors" - objectors_conscription_law:0 "Conscientious Objectors Allowed" - objectors_conscription_bad_law:0 "Conscientious Objectors Rejected" - modifier_police_ignored:1 "Disapproves of Ignoring Police" - modifier_secret_police_supported:0 "Secret Police request implemented" - modifier_mine_regulations_enforced:0 "Disapproves of enforced mining regulations" - modifier_mine_regulations_not_enforced:0 "Approves of unenforced mining regulations" - modifier_mine_regulations_not_enforced_state:0 "Unenforced mining regulations" - modifier_ignored_intelligentsia_request:1 "Ignored Secular Schools Request" - - modifier_small_expedition_cost:0 "Small Expedition Budget" - modifier_medium_expedition_cost:0 "Medium Expedition Budget" - modifier_large_expedition_cost:1 "Expedition Budget" - - modifier_expedition_film:0 "Film of Expedition" - modifier_niger_river_expedition_complete:0 "Explored the Niger River" - - MODIFIER_NAME_FORMAT_BUILDING_TYPE_IN_STATE:0 "$BUILDING$ in $STATE$" - - modifier_olympic_games:0 "Olympic Games" - modifier_film_industry:0 "Film Industry" - modifier_reclaiming_land:0 "Reclaiming Land" - modifier_good_exhibition:0 "Good Exhibition" - modifier_great_exhibition:0 "Great Exhibition" - modifier_greatest_exhibition:0 "Greatest Exhibition" - - modifier_state_academics_investment_pool_contribution_add:0 "$academics$ [concept_investment_pool] contribution" - modifier_state_academics_investment_pool_efficiency_mult:1 "$academics$ [concept_investment_pool] contribution efficiency" - modifier_state_academics_investment_pool_contribution_add_desc:0 "How much of their profits $academics$ will invest" - modifier_state_academics_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" - - modifier_state_aristocrats_investment_pool_contribution_add:0 "$aristocrats$ [concept_investment_pool] contribution" - modifier_state_aristocrats_investment_pool_efficiency_mult:1 "$aristocrats$ [concept_investment_pool] contribution efficiency" - modifier_state_aristocrats_investment_pool_contribution_add_desc:0 "How much of their profits $aristocrats$ will invest" - modifier_state_aristocrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $aristocrats$ will contribute to the [concept_investment_pool]" - - modifier_state_bureaucrats_investment_pool_contribution_add:0 "$bureaucrats$ [concept_investment_pool] contribution" - modifier_state_bureaucrats_investment_pool_efficiency_mult:1 "$bureaucrats$ [concept_investment_pool] contribution efficiency" - modifier_state_bureaucrats_investment_pool_contribution_add_desc:0 "How much of their profits $bureaucrats$ will invest" - modifier_state_bureaucrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $bureaucrats$ will contribute to the [concept_investment_pool]" - - modifier_state_capitalists_investment_pool_contribution_add:0 "$capitalists$ [concept_investment_pool] contribution" - modifier_state_capitalists_investment_pool_efficiency_mult:1 "$capitalists$ [concept_investment_pool] contribution efficiency" - modifier_state_capitalists_investment_pool_contribution_add_desc:0 "How much of their profits $capitalists$ will invest" - modifier_state_capitalists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $capitalists$ will contribute to the [concept_investment_pool]" - - modifier_state_clergymen_investment_pool_contribution_add:0 "$clergymen$ [concept_investment_pool] contribution" - modifier_state_clergymen_investment_pool_efficiency_mult:1 "$clergymen$ [concept_investment_pool] contribution efficiency" - modifier_state_clergymen_investment_pool_contribution_add_desc:0 "How much of their profits $clergymen$ will invest" - modifier_state_clergymen_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clergymen$ will contribute to the [concept_investment_pool]" - - modifier_state_clerks_investment_pool_contribution_add:0 "$clerks$ [concept_investment_pool] contribution" - modifier_state_clerks_investment_pool_efficiency_mult:1 "$clerks$ [concept_investment_pool] contribution efficiency" - modifier_state_clerks_investment_pool_contribution_add_desc:0 "How much of their profits $clerks$ will invest" - modifier_state_clerks_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clerks$ will contribute to the [concept_investment_pool]" - - modifier_state_engineers_investment_pool_contribution_add:0 "$engineers$ [concept_investment_pool] contribution" - modifier_state_engineers_investment_pool_efficiency_mult:1 "$engineers$ [concept_investment_pool] contribution efficiency" - modifier_state_engineers_investment_pool_contribution_add_desc:0 "How much of their profits $engineers$ will invest" - modifier_state_engineers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $engineers$ will contribute to the [concept_investment_pool]" - - modifier_state_farmers_investment_pool_contribution_add:0 "$farmers$ [concept_investment_pool] contribution" - modifier_state_farmers_investment_pool_efficiency_mult:1 "$farmers$ [concept_investment_pool] contribution efficiency" - modifier_state_farmers_investment_pool_contribution_add_desc:0 "How much of their profits $farmers$ will invest" - modifier_state_farmers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $farmers$ will contribute to the [concept_investment_pool]" - - modifier_state_peasants_investment_pool_contribution_add:0 "$peasants$ [concept_investment_pool] contribution" - modifier_state_peasants_investment_pool_efficiency_mult:1 "$peasants$ [concept_investment_pool] contribution efficiency" - modifier_state_peasants_investment_pool_contribution_add_desc:0 "How much of their profits $peasants$ will invest" - modifier_state_peasants_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $peasants$ will contribute to the [concept_investment_pool]" - - modifier_state_laborers_investment_pool_contribution_add:0 "$laborers$ [concept_investment_pool] contribution" - modifier_state_laborers_investment_pool_efficiency_mult:1 "$laborers$ [concept_investment_pool] contribution efficiency" - modifier_state_laborers_investment_pool_contribution_add_desc:0 "How much of their profits $laborers$ will invest" - modifier_state_laborers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $laborers$ will contribute to the [concept_investment_pool]" - - modifier_state_machinists_investment_pool_contribution_add:0 "$machinists$ [concept_investment_pool] contribution" - modifier_state_machinists_investment_pool_efficiency_mult:1 "$machinists$ [concept_investment_pool] contribution efficiency" - modifier_state_machinists_investment_pool_contribution_add_desc:0 "How much of their profits $machinists$ will invest" - modifier_state_machinists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $machinists$ will contribute to the [concept_investment_pool]" - - modifier_state_officers_investment_pool_contribution_add:0 "$officers$ [concept_investment_pool] contribution" - modifier_state_officers_investment_pool_efficiency_mult:1 "$officers$ [concept_investment_pool] contribution efficiency" - modifier_state_officers_investment_pool_contribution_add_desc:0 "How much of their profits $officers$ will invest" - modifier_state_officers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $officers$ will contribute to the [concept_investment_pool]" - - modifier_state_shopkeepers_investment_pool_contribution_add:0 "$shopkeepers$ [concept_investment_pool] contribution" - modifier_state_shopkeepers_investment_pool_efficiency_mult:1 "$shopkeepers$ [concept_investment_pool] contribution efficiency" - modifier_state_shopkeepers_investment_pool_contribution_add_desc:0 "How much of their profits $shopkeepers$ will invest" - modifier_state_shopkeepers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $shopkeepers$ will contribute to the [concept_investment_pool]" - - modifier_state_slaves_investment_pool_contribution_add:0 "$slaves$ [concept_investment_pool] contribution" - modifier_state_slaves_investment_pool_efficiency_mult:1 "$slaves$ [concept_investment_pool] contribution efficiency" - modifier_state_slaves_investment_pool_contribution_add_desc:0 "How much of their profits $slaves$ will invest" - modifier_state_slaves_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $slaves$ will contribute to the [concept_investment_pool]" - - modifier_state_soldiers_investment_pool_contribution_add:0 "$soldiers$ [concept_investment_pool] contribution" - modifier_state_soldiers_investment_pool_efficiency_mult:1 "$soldiers$ [concept_investment_pool] contribution efficiency" - modifier_state_soldiers_investment_pool_contribution_add_desc:0 "How much of their profits $soldiers$ will invest" - modifier_state_soldiers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $soldiers$ will contribute to the [concept_investment_pool]" - - modifier_country_disallow_discriminated_migration:1 "[Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" - modifier_country_disallow_discriminated_migration_desc:1 "This country does not permit its [Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" - modifier_country_disallow_migration:1 "All [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" - modifier_country_disallow_migration_desc:1 "This country does not permit any of its [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" - - modifier_country_embargo_all_goods:0 "Permission to Embargo all Goods" - modifier_country_embargo_all_goods_desc:0 "Legal permission to embargo all categories of goods" - modifier_country_embargo_staple_goods:0 "Permission to Embargo $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_embargo_staple_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_embargo_industrial_goods:0 "Permission to Embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_embargo_industrial_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_embargo_luxury_goods:0 "Permission to Embargo $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_embargo_luxury_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_embargo_military_goods:0 "Permission to Embargo $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_embargo_military_goods_desc:0 "Legal permission to embargo $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_promote_all_goods:0 "Permission to Promote all Goods" - modifier_country_promote_all_goods_desc:0 "Legal permission to promote all categories of goods" - modifier_country_promote_staple_goods:0 "Permission to Promote $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_promote_staple_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_promote_industrial_goods:0 "Permission to Promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_promote_industrial_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_promote_luxury_goods:0 "Permission to Promote $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_promote_luxury_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_promote_military_goods:0 "Permission to Promote $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_promote_military_goods_desc:0 "Legal permission to promote $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_suppress_all_goods:0 "Permission to Suppress all Goods" - modifier_country_suppress_all_goods_desc:0 "Legal permission to suppress all categories of goods" - modifier_country_suppress_staple_goods:0 "Permission to Suppress $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_suppress_staple_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_suppress_industrial_goods:0 "Permission to Suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_suppress_industrial_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_suppress_luxury_goods:0 "Permission to Suppress $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_suppress_luxury_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_suppress_military_goods:0 "Permission to Suppress $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_suppress_military_goods_desc:0 "Legal permission to suppress $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_tax_all_goods:0 "Permission to Tax all Goods" - modifier_country_tax_all_goods_desc:0 "Legal permission to tax all categories of goods" - modifier_country_tax_staple_goods:0 "Permission to Tax $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_tax_staple_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_STAPLE$ Goods" - modifier_country_tax_industrial_goods:0 "Permission to Tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_tax_industrial_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" - modifier_country_tax_luxury_goods:0 "Permission to Tax $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_tax_luxury_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_LUXURY$ Goods" - modifier_country_tax_military_goods:0 "Permission to Tax $GOOD_CATEGORY_MILITARY$ Goods" - modifier_country_tax_military_goods_desc:0 "Legal permission to tax $GOOD_CATEGORY_MILITARY$ Goods" - - modifier_country_private_buildings_protected:0 "Disallow Downsizing Non-Government Buildings" - modifier_country_private_buildings_protected_desc:0 "Whether privately owned [Concept('concept_building','$concept_buildings$')] are legally protected from being downsized" - - modifier_country_subsidies_all:0 "Can Subsidize all Buildings" - modifier_country_subsidies_all_desc:0 "Legal permission to enact government subsidies of any building type" - modifier_country_subsidies_bg_mining:0 "Can Subsidize $bg_mining$" - modifier_country_subsidies_bg_mining_desc:0 "Legal permission to enact government subsidies of $bg_mining$" - modifier_country_subsidies_bg_logging:0 "Can Subsidize $bg_logging$" - modifier_country_subsidies_bg_logging_desc:0 "Legal permission to enact government subsidies of $bg_logging$" - modifier_country_subsidies_bg_fishing:0 "Can Subsidize $bg_fishing$" - modifier_country_subsidies_bg_fishing_desc:0 "Legal permission to enact government subsidies of $bg_fishing$" - modifier_country_subsidies_bg_whaling:0 "Can Subsidize $bg_whaling$" - modifier_country_subsidies_bg_whaling_desc:0 "Legal permission to enact government subsidies of $bg_whaling$" - modifier_country_subsidies_bg_agriculture:0 "Can Subsidize $bg_agriculture$" - modifier_country_subsidies_bg_agriculture_desc:0 "Legal permission to enact government subsidies of $bg_agriculture$" - modifier_country_subsidies_bg_ranching:0 "Can Subsidize $bg_ranching$" - modifier_country_subsidies_bg_ranching_desc:0 "Legal permission to enact government subsidies of $bg_ranching$" - modifier_country_subsidies_bg_plantations:0 "Can Subsidize $bg_plantations$" - modifier_country_subsidies_bg_plantations_desc:0 "Legal permission to enact government subsidies of $bg_plantations$" - modifier_country_subsidies_bg_service:0 "Can Subsidize $bg_service$" - modifier_country_subsidies_bg_service_desc:0 "Legal permission to enact government subsidies of $bg_service$" - modifier_country_subsidies_bg_manufacturing:0 "Can Subsidize $bg_manufacturing$" - modifier_country_subsidies_bg_manufacturing_desc:0 "Legal permission to enact government subsidies of $bg_manufacturing$" - modifier_country_subsidies_bg_infrastructure:0 "Can Subsidize $bg_infrastructure$" - modifier_country_subsidies_bg_infrastructure_desc:0 "Legal permission to enact government subsidies of $bg_infrastructure$" - modifier_country_subsidies_bg_trade:0 "Can Subsidize $bg_trade$" - modifier_country_subsidies_bg_trade_desc:0 "Legal permission to enact government subsidies of $bg_trade$" - modifier_market_disallow_trade_routes:0 "Disable Trade Routes" - modifier_market_disallow_trade_routes_desc:0 "Disallow all import and export of goods in the market" - modifier_country_disable_investment_pool:0 "Disable Investment Pool" - modifier_country_disable_investment_pool_desc:0 "Disallow all reinvestment into and usage of the [concept_investment_pool]" - modifier_country_ignores_landing_craft_penalty:0 "Ignore Difficult Landing Penalty" - modifier_country_ignores_landing_craft_penalty_desc:0 "Ignores the offensive penalty to winning the landing battle during a naval invasion" - - modifier_cultural_minority_blamed: "Cultural Rift" - modifier_cultural_work: "Work on Cultural Rift" - - modifier_negative_article_released: "Negative Article Released" - modifier_negative_article_supressed: "Negative Article Suppressed" - - modifier_minority_not_employed: "Minority Blocked from Employment" - modifier_minority_employed: "Minority Employment Block Stopped" - - modifier_minority_denied_entry: "Minority Denied Entry" - modifier_minority_allowed_entry: "Minority Entry Denial Stopped" - - modifier_minority_members_defended: "Minority Members Defended" - modifier_minority_members_killed: "Minority Members Killed" - - STATE_CULTURE_SOL_MODIFIER: "[concept_sol] Modifier for $CULTURE$" - STATE_CULTURE_SOL_MODIFIER_DESC: "A bonus or penalty to a specific culture's [concept_sol]" - - STATE_RELIGION_SOL_MODIFIER: "[concept_sol] Modifier for $RELIGION$" - STATE_RELIGION_SOL_MODIFIER_DESC: "A bonus or penalty to a specific religion's [concept_sol]" - - modifier_west_america_wildlife_photography: "Western America Wildlife Photography" - modifier_west_america_plant_discovered: "Western American plant species discovered" - - modifier_buenaventura_river_disproven: "Buenaventura River Disproven" - modifier_oregon_trail_mapped: "Oregon Trail Mapped" - modifier_great_salt_lake_mapped: "Great Salt Lake Mapped" - - modifier_surveying_suez: "Surveying Suez Isthmus" - - modifier_surveying_panama: "Surveying Panama Isthmus" - - modifier_country_production_tech_cost_mult: "Production [concept_technology] Cost" - modifier_country_production_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Production category" - modifier_country_military_tech_cost_mult: "Military [concept_technology] Cost" - modifier_country_military_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Military category" - modifier_country_society_tech_cost_mult: "Society [concept_technology] Cost" - modifier_country_society_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Society category" - - modifier_country_radicals_from_conquest_mult: "Radicals from Conquest" - modifier_country_radicals_from_conquest_mult_desc: "A bonus or penalty to the amount of [Concept('concept_pop', '$concept_pops$')] that will become [concept_radical] when we conquer [Concept('concept_state', '$concept_states$')] militarily" - - modifier_state_radicals_from_discrimination_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_discrimination]" - modifier_state_radicals_from_discrimination_mult_desc: "A bonus or penalty to the rate at which [Concept('concept_pop', '$concept_pops$')] that is subjected to [concept_discrimination] become [concept_radical] over time" - modifier_state_radicals_from_sol_change_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases" - modifier_state_radicals_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_radical] from decreases in [concept_sol]" - modifier_state_loyalists_from_sol_change_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases" - modifier_state_loyalists_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_loyalist] from increases in [concept_sol]" - modifier_state_turmoil_effects_mult: "[concept_state] Penalties from [concept_turmoil]" - modifier_state_turmoil_effects_mult_desc: "An increase or decrease of the negative effects Pop [concept_turmoil] has on the [concept_state] they live in" - modifier_state_radicals_from_sol_change_accepted_culture_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" - modifier_state_radicals_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_radical] from increases in [concept_sol]" - modifier_state_loyalists_from_sol_change_accepted_culture_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" - modifier_state_loyalists_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_loyalist] from increases in [concept_sol]" - modifier_state_radicals_from_sol_change_accepted_religion_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" - modifier_state_radicals_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_radical] from increases in [concept_sol]" - modifier_state_loyalists_from_sol_change_accepted_religion_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" - modifier_state_loyalists_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_loyalist] from increases in [concept_sol]" - - - modifier_country_revolution_secession_speed_mult: "[concept_revolution] / [concept_secession] Progression Speed" - modifier_country_revolution_secession_speed_mult_desc: "A bonus or penalty to the Progression Speed of [Concept('concept_revolution', '$concept_revolutions$')] and [Concept('concept_secession', '$concept_secessions$')]" - modifier_country_revolution_secession_speed_add: "$modifier_country_revolution_secession_speed_mult$" - modifier_country_revolution_secession_speed_add_desc: "$modifier_country_revolution_secession_speed_mult_desc$" - - modifier_failed_expedition: "Failed Expedition" - modifier_failed_expedition_desc: "This country recently lost an expedition." - - modifier_country_convoys_capacity_add: "[concept_convoys]" - modifier_country_convoys_capacity_add_desc: "$concept_convoys_desc$" - modifier_country_convoys_capacity_mult: "$modifier_country_convoys_capacity_add$" - modifier_country_convoys_capacity_mult_desc: "$concept_convoys_desc$" - modifier_country_convoys_capacity_add_pre_fix: "@convoys!" - modifier_country_convoys_capacity_mult_pre_fix: "$modifier_country_convoys_capacity_add_pre_fix$" - - modifier_country_power_projection_common: "An increase or decrease to the country's [concept_power_projection]" - modifier_country_army_power_projection_add: "Army [concept_power_projection]" - modifier_country_army_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its army." - modifier_country_army_power_projection_mult: "$modifier_country_army_power_projection_add$" - modifier_country_army_power_projection_mult_desc: "$modifier_country_army_power_projection_add_desc$" - modifier_country_navy_power_projection_add: "Navy [concept_power_projection]" - modifier_country_navy_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its navy." - modifier_country_navy_power_projection_mult: "$modifier_country_navy_power_projection_add$" - modifier_country_navy_power_projection_mult_desc: "$modifier_country_navy_power_projection_add_desc$" - - modifier_country_institution_size_change_speed_mult: "Institution Size Change Speed" - modifier_country_institution_size_change_speed_mult_desc: "How fast you change the size of an institution" - - modifier_political_movement_support_add: "Political Movement Support" - modifier_political_movement_support_add_desc: "An increase or decrease in [concept_political_movement_support]" - modifier_political_movement_radicalism_add: "Political Movement Radicalism" - modifier_political_movement_radicalism_add_desc: "An increase or decrease in [concept_political_movement_radicalism]" - modifier_political_movement_radicalism_mult: "$modifier_political_movement_radicalism_add$" - modifier_political_movement_radicalism_mult_desc: "$modifier_political_movement_radicalism_add_desc$" - - modifier_state_disallow_incorporation: "State Incorporation Disallowed" - modifier_state_disallow_incorporation_desc: "Cannot Incorporate State due to a modifier" - - modifier_building_output_radio_mult: "Building @radio! Radio output" - modifier_building_output_radio_mult_desc: "A bonus or penalty to the amount of @radio! Radio produced by buildings" - - modifier_unit_offense_flat_add: "$modifier_unit_offense_add$ in $label_flat_desc$" - modifier_unit_offense_flat_add_desc: "$modifier_unit_offense_add_desc$ in $label_flat_desc$" - modifier_unit_offense_flat_mult: "$modifier_unit_offense_mult$ in $label_flat_desc$" - modifier_unit_offense_flat_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_flat_desc$" - modifier_unit_defense_flat_add: "$modifier_unit_defense_add$ in $label_flat_desc$" - modifier_unit_defense_flat_add_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" - modifier_unit_defense_flat_mult: "$modifier_unit_defense_mult$ in $label_flat_desc$" - modifier_unit_defense_flat_mult_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" - - modifier_unit_offense_elevated_add: "$modifier_unit_offense_add$ in $label_elevated_desc$" - modifier_unit_offense_elevated_add_desc: "$modifier_unit_offense_add_desc$ in $label_elevated_desc$" - modifier_unit_offense_elevated_mult: "$modifier_unit_offense_mult$ in $label_elevated_desc$" - modifier_unit_offense_elevated_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_elevated_desc$" - modifier_unit_defense_elevated_add: "$modifier_unit_defense_add$ in $label_elevated_desc$" - modifier_unit_defense_elevated_add_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" - modifier_unit_defense_elevated_mult: "$modifier_unit_defense_mult$ in $label_elevated_desc$" - modifier_unit_defense_elevated_mult_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" - - modifier_unit_offense_forested_add: "$modifier_unit_offense_add$ in $label_forested_desc$" - modifier_unit_offense_forested_add_desc: "$modifier_unit_offense_add_desc$ in $label_forested_desc$" - modifier_unit_offense_forested_mult: "$modifier_unit_offense_mult$ in $label_forested_desc$" - modifier_unit_offense_forested_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_forested_desc$" - modifier_unit_defense_forested_add: "$modifier_unit_defense_add$ in $label_forested_desc$" - modifier_unit_defense_forested_add_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" - modifier_unit_defense_forested_mult: "$modifier_unit_defense_mult$ in $label_forested_desc$" - modifier_unit_defense_forested_mult_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" - - modifier_unit_offense_hazardous_add: "$modifier_unit_offense_add$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_add_desc: "$modifier_unit_offense_add_desc$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_mult: "$modifier_unit_offense_mult$ in $label_hazardous_desc$" - modifier_unit_offense_hazardous_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_add: "$modifier_unit_defense_add$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_add_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_mult: "$modifier_unit_defense_mult$ in $label_hazardous_desc$" - modifier_unit_defense_hazardous_mult_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" - - modifier_unit_offense_developed_add: "$modifier_unit_offense_add$ in $label_developed_desc$" - modifier_unit_offense_developed_add_desc: "$modifier_unit_offense_add_desc$ in $label_developed_desc$" - modifier_unit_offense_developed_mult: "$modifier_unit_offense_mult$ in $label_developed_desc$" - modifier_unit_offense_developed_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_developed_desc$" - modifier_unit_defense_developed_add: "$modifier_unit_defense_add$ in $label_developed_desc$" - modifier_unit_defense_developed_add_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" - modifier_unit_defense_developed_mult: "$modifier_unit_defense_mult$ in $label_developed_desc$" - modifier_unit_defense_developed_mult_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" - - modifier_unit_offense_water_add: "$modifier_unit_offense_add$ in $label_water_desc$" - modifier_unit_offense_water_add_desc: "$modifier_unit_offense_add_desc$ in $label_water_desc$" - modifier_unit_offense_water_mult: "$modifier_unit_offense_mult$ in $label_water_desc$" - modifier_unit_offense_water_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_water_desc$" - modifier_unit_defense_water_add: "$modifier_unit_defense_add$ in $label_water_desc$" - modifier_unit_defense_water_add_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" - modifier_unit_defense_water_mult: "$modifier_unit_defense_mult$ in $label_water_desc$" - modifier_unit_defense_water_mult_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" - - modifier_unit_offense_add: "[concept_offense]" - modifier_unit_offense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_offense]" - modifier_unit_defense_add: "[concept_defense]" - modifier_unit_defense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_defense]" - modifier_unit_offense_mult: "$modifier_unit_offense_add$" - modifier_unit_offense_mult_desc: "$modifier_unit_offense_add_desc$" - modifier_unit_defense_mult: "$modifier_unit_defense_add$" - modifier_unit_defense_mult_desc: "$modifier_unit_defense_add_desc$" - - modifier_unit_army_offense_add: "Army $modifier_unit_offense_add$" - modifier_unit_army_offense_add_desc: "$modifier_unit_offense_add_desc$ (Army only)" - modifier_unit_army_defense_add: "Army $modifier_unit_defense_add$" - modifier_unit_army_defense_add_desc: "$modifier_unit_defense_add_desc$ (Army only)" - modifier_unit_army_offense_mult: "Army $modifier_unit_offense_mult$" - modifier_unit_army_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Army only)" - modifier_unit_army_defense_mult: "Army $modifier_unit_defense_mult$" - modifier_unit_army_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Army only)" - - modifier_unit_navy_offense_add: "Navy $modifier_unit_offense_add$" - modifier_unit_navy_offense_add_desc: "$modifier_unit_offense_add_desc$ (Navy only)" - modifier_unit_navy_defense_add: "Navy $modifier_unit_defense_add$" - modifier_unit_navy_defense_add_desc: "$modifier_unit_defense_add_desc$ (Navy only)" - modifier_unit_navy_offense_mult: "Navy $modifier_unit_offense_mult$" - modifier_unit_navy_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Navy only)" - modifier_unit_navy_defense_mult: "Navy $modifier_unit_defense_mult$" - modifier_unit_navy_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Navy only)" - - battle_army_offense: "$modifier_unit_army_offense_add$" - battle_army_offense_desc: "$modifier_unit_army_offense_add_desc$" - battle_navy_offense: "$modifier_unit_navy_offense_add$" - battle_navy_offense_desc: "$modifier_unit_navy_offense_add_desc$" - - battle_army_defense: "$modifier_unit_army_defense_add$" - battle_army_defense_desc: "$modifier_unit_army_defense_add_desc$" - battle_navy_defense: "$modifier_unit_navy_defense_add$" - battle_navy_defense_desc: "$modifier_unit_navy_defense_add_desc$" - - modifier_unit_morale_loss_add: "[concept_morale] Loss" - modifier_unit_morale_loss_add_desc: "The amount of [concept_morale] a [concept_unit] loses during battle" - modifier_unit_morale_loss_mult: "$modifier_unit_morale_loss_add$" - modifier_unit_morale_loss_mult_desc: "$modifier_unit_morale_loss_add_desc$" - - modifier_unit_morale_damage_mult: "[concept_morale] Damage" - modifier_unit_morale_damage_mult_desc: "The amount of damage a [concept_unit] inflicts on its enemy's [concept_morale]" - modifier_unit_morale_recovery_mult: "[concept_morale] Recovery" - modifier_unit_morale_recovery_mult_desc: "How quickly a [concept_unit] recovers from [concept_morale] damage inflicted by its enemy" - - modifier_unit_kill_rate_add: "[concept_kill_rate]" - modifier_unit_kill_rate_add_desc: "$concept_kill_rate_desc$" - modifier_unit_recovery_rate_add: "[concept_recovery_rate]" - modifier_unit_recovery_rate_add_desc: "$concept_recovery_rate_desc$" - - modifier_unit_provinces_captured_mult: "[Concept('concept_province','$concept_provinces$')] Captured" - modifier_unit_provinces_captured_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] captured when winning an advance" - modifier_unit_provinces_lost_mult: "[Concept('concept_province','$concept_provinces$')] Lost" - modifier_unit_provinces_lost_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] lost when losing a defensive battle" - - modifier_unit_devastation_mult: "[concept_devastation]" - modifier_unit_devastation_mult_desc: "How much [concept_devastation] [Concept('concept_unit','$concept_units$')] inflict on the [concept_state_region] a battle takes place in" - - modifier_unit_advancement_speed_mult: "[concept_advancement_speed]" - modifier_unit_advancement_speed_mult_desc: "Alters a [Concept('concept_front','$concept_front_possessive$')] [concept_advancement_speed]" - - modifier_unit_convoy_requirements_mult: "[Concept('concept_convoy','$concept_convoys$')] Requirement" - modifier_unit_convoy_requirements_mult_desc: "How many [Concept('concept_convoy','$concept_convoys$')] are needed to maintain [Concept('concept_unit','$concept_units$')] with [concept_supply] overseas" - - modifier_unit_convoy_raiding_mult: "Convoy Raiding Efficiency" - modifier_unit_convoy_raiding_mult_desc: "Increase the effectiveness of our [Concept('concept_flotilla','$concept_flotillas$')] to [concept_raid_convoys]." - - modifier_unit_supply_consumption_mult: "Supply Consumption" - modifier_unit_supply_consumption_mult_desc: "How many [Concept('concept_good', '$concept_goods$')] it takes to maintain a [concept_unit]" - - modifier_battle_offense_owned_province_mult: "Home [concept_offense]" - modifier_battle_offense_owned_province_mult_desc: "Alters the [concept_offense] of a [concept_unit] fighting in territory owned by its [concept_country]" - modifier_battle_defense_owned_province_mult: "Home [concept_defense]" - modifier_battle_defense_owned_province_mult_desc: "Alters the [concept_defense] of a [concept_unit] fighting in territory owned by its [concept_country]" - -### BATTLE CONDITION CHANCE MODIFIERS - modifier_character_battle_condition_suffix: " Chance" - modifier_character_battle_condition_desc_prefix: "Chance of being affected by the " - modifier_character_battle_condition_desc_suffix: " [concept_battle_condition]" - - modifier_character_battle_condition_dug_in_mult: "[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_dug_in_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_desc_suffix$" - - modifier_character_battle_condition_charted_terrain_mult: "[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_charted_terrain_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_desc_suffix$" - - modifier_character_battle_condition_rapid_advance_mult: "[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_rapid_advance_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_desc_suffix$" + easy_difficulty: "Easy Difficulty" + very_easy_difficulty: "Very Easy Difficulty" + very_easy_difficulty_ai: "Very Easy Difficulty" + + native_conscription_1: "Native Warbands" + native_conscription_2: "$native_conscription_1$" + native_conscription_3: "$native_conscription_1$" + native_conscription_4: "$native_conscription_1$" + native_conscription_5: "$native_conscription_1$" + native_conscription_6: "$native_conscription_1$" + native_conscription_7: "$native_conscription_1$" + native_conscription_8: "$native_conscription_1$" + native_conscription_9: "$native_conscription_1$" + native_conscription_10: "$native_conscription_1$" + native_conscription_11: "$native_conscription_1$" + native_conscription_12: "$native_conscription_1$" + + modifier_country_war_exhaustion_casualties_mult: "[concept_war_exhaustion] from [concept_casualties]" + modifier_country_war_exhaustion_casualties_mult_desc: "An increase or decrease to the amount of [concept_war_exhaustion] a [concept_country] suffers in [concept_war] due to [concept_casualties] inflicted on them" + modifier_country_minting_add: "Minting" + modifier_country_minting_add_desc: "A flat increase or decrease to [concept_budget_minting]" + modifier_country_minting_mult: "Minting" + modifier_country_minting_mult_desc: "A bonus or penalty to the total amount of [concept_budget_minting]" + modifier_country_tax_income_add: "Tax Income" + modifier_country_tax_income_add_desc: "A flat bonus or penalty to tax income collected" + modifier_country_expenses_add: "Government Expenses" + modifier_country_expenses_add_desc: "A flat increase or reduction of government expenses" + modifier_state_tax_waste_add: "Tax Waste" + modifier_state_tax_waste_add_desc: "An increase or decrease to the amount of [concept_tax_waste] in [Concept('concept_state', '$concept_states$')]" + modifier_state_tax_capacity_add: "Taxation Capacity" + modifier_state_tax_capacity_add_desc: "An increase or decrease to the amount of [concept_tax_capacity] in [Concept('concept_state', '$concept_states$')]" + modifier_state_tax_capacity_mult: "$modifier_state_tax_capacity_add$" + modifier_state_tax_capacity_mult_desc: "$modifier_state_tax_capacity_add_desc$" + modifier_state_tax_collection_mult: "Tax Collection" + modifier_state_tax_collection_mult_desc: "An increase or decrease to the final amount of all [concept_taxes] collected from [Concept('concept_pop','$concept_pops$')]." + modifier_country_law_enactment_time_mult: "Enactment Time" + modifier_country_law_enactment_success_add: "Enactment Success Chance" + modifier_state_unincorporated_starting_wages_mult: "Starting Wages in Unincorporated States" + modifier_state_unincorporated_starting_wages_mult_desc: "How much more or less [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')] get as initial salaries." + modifier_country_government_wages_mult: "Government Wages" + modifier_country_government_wages_mult_desc: "How much more or less than the [concept_normal_wage] government employees get paid." + modifier_country_military_wages_mult: "Military Wages" + modifier_country_military_wages_mult_desc: "How much more or less than the [concept_normal_wage] military personnel get paid." + modifier_country_military_goods_cost_mult: "Military Goods Cost" + modifier_country_military_goods_cost_mult_desc: "A bonus or penalty to the monetary cost of military material necessities." + modifier_country_law_enactment_time_mult_desc: "A reduction or increase to the time required for legislative enactments" + modifier_country_law_enactment_success_add_desc: "A flat percentage point increase to the likelihood of enacting a law" + modifier_country_opposition_ig_approval_add: "Opposition Interest Group Approval" + modifier_country_opposition_ig_approval_add_desc: "A bonus or penalty to the Approval of Interest Groups in Opposition" + modifier_country_infamy_decay_mult: "Infamy Decay" + modifier_country_infamy_decay_mult_desc: "A bonus or penalty to [concept_infamy] decay" + modifier_country_tension_decay_mult: "Tension Decay" + modifier_country_tension_decay_mult_desc: "A bonus or penalty to [concept_tension] decay" + modifier_country_relations_decay_add: "Relations Decay" + modifier_country_relations_decay_add_desc: "A bonus or penalty to decay of good Relations" + modifier_country_improve_relations_speed_mult: "Improve Relations Speed" + modifier_country_improve_relations_speed_mult_desc: "A bonus or penalty to the efficiency of the Improve Relations diplomatic action." + modifier_country_damage_relations_speed_mult: "Damage Relations Speed" + modifier_country_damage_relations_speed_mult_desc: "A bonus or penalty to the efficiency of the Damage Relations diplomatic action." + modifier_country_cannot_enact_laws: "Cannot Enact Laws" + modifier_country_cannot_enact_laws_desc: "A penalty preventing a country from enacting any [Concept('concept_law','$concept_laws$')]" + + modifier_battle_plains_combat_effectiveness_mult: "Plains Terrain Expert" + modifier_battle_plains_combat_effectiveness_mult_desc: "Plains Terrain Expert" + modifier_battle_forest_combat_effectiveness_mult: "Forest Terrain Expert" + modifier_battle_forest_combat_effectiveness_mult_desc: "Forest Terrain Expert" + modifier_battle_hills_combat_effectiveness_mult: "Hills Terrain Expert" + modifier_battle_hills_combat_effectiveness_mult_desc: "Hills Terrain Expert" + modifier_battle_mountain_combat_effectiveness_mult: "Mountain Terrain Expert" + modifier_battle_mountain_combat_effectiveness_mult_desc: "Mountain Terrain Expert" + modifier_battle_jungle_combat_effectiveness_mult: "Jungle Terrain Expert" + modifier_battle_jungle_combat_effectiveness_mult_desc: "Jungle Terrain Expert" + modifier_battle_wetland_combat_effectiveness_mult: "Wetland Terrain Expert" + modifier_battle_wetland_combat_effectiveness_mult_desc: "Wetland Terrain Expert" + modifier_battle_desert_combat_effectiveness_mult: "Desert Terrain Expert" + modifier_battle_desert_combat_effectiveness_mult_desc: "Desert Terrain Expert" + modifier_battle_tundra_combat_effectiveness_mult: "Tundra Terrain Expert" + modifier_battle_tundra_combat_effectiveness_mult_desc: "Tundra Terrain Expert" + modifier_battle_farmland_rye_combat_effectiveness_mult: "Farmland Rye Terrain Expert" + modifier_battle_farmland_rye_combat_effectiveness_mult_desc: "Farmland Rye Terrain Expert" + modifier_battle_farmland_rice_combat_effectiveness_mult: "Farmland Rice Terrain Expert" + modifier_battle_farmland_rice_combat_effectiveness_mult_desc: "Farmland Terrain Expert" + modifier_battle_farmland_millet_combat_effectiveness_mult_desc: "Farmland Millet Terrain Expert" + modifier_battle_farmland_millet_combat_effectiveness_mult: "Farmland Millet Terrain Expert" + modifier_battle_farmland_wheat_combat_effectiveness_mult_desc: "Farmland Wheat Terrain Expert" + modifier_battle_farmland_wheat_combat_effectiveness_mult: "Farmland Wheat Terrain Expert" + modifier_battle_farmland_maize_combat_effectiveness_mult_desc: "Farmland Maize Terrain Expert" + modifier_battle_farmland_maize_combat_effectiveness_mult: "Farmland Maize Terrain Expert" + modifier_battle_pasture_combat_effectiveness_mult: "Pasture Terrain Expert" + modifier_battle_pasture_combat_effectiveness_mult_desc: "Pasture Terrain Expert" + modifier_battle_plantation_combat_effectiveness_mult: "Plantation Terrain Expert" + modifier_battle_plantation_combat_effectiveness_mult_desc: "Plantation Terrain Expert" + modifier_battle_cleared_land_combat_effectiveness_mult: "Cleared Land Terrain Expert" + modifier_battle_cleared_land_combat_effectiveness_mult_desc: "Cleared Land Terrain Expert" + modifier_battle_mining_combat_effectiveness_mult: "Mining Terrain Expert" + modifier_battle_mining_combat_effectiveness_mult_desc: "Mining Terrain Expert" + modifier_battle_forestry_combat_effectiveness_mult: "Forestry Terrain Expert" + modifier_battle_forestry_combat_effectiveness_mult_desc: "Forestry Terrain Expert" + modifier_battle_urban_combat_effectiveness_mult: "Urban Terrain Expert" + modifier_battle_urban_combat_effectiveness_mult_desc: "Urban Terrain Expert" + modifier_battle_docks_combat_effectiveness_mult: "Docks Terrain Expert" + modifier_battle_docks_combat_effectiveness_mult_desc: "Docks Terrain Expert" + modifier_battle_savanna_combat_effectiveness_mult: "Savanna Terrain Expert" + modifier_battle_savanna_combat_effectiveness_mult_desc: "Savanna Terrain Expert" + modifier_battle_snow_combat_effectiveness_mult: "Snow Terrain Expert" + modifier_battle_snow_combat_effectiveness_mult_desc: "Snow Terrain Expert" + + modifier_battle_combat_effectiveness_owned_province_mult: "Owned Territory" + modifier_battle_combat_effectiveness_owned_province_mult_desc: "Battles taking place in Owned Territory will give a bonus to the Attacker or Defender who owns that state" + modifier_battle_casualties_mult: "[concept_casualties] Taken" + modifier_battle_casualties_mult_desc: "A bonus or penalty to the number of [concept_casualties] this side takes in [concept_battle]" + + modifier_character_supply_route_cost_mult: "[concept_supply_route] Cost" + modifier_character_supply_route_cost_mult_desc: "How many convoys are needed to supply troops" + + modifier_state_conscription_rate_add: "Conscription Rate" + modifier_state_conscription_rate_add_desc: "The portion of the [concept_workforce] that are [Concept('concept_potential_battalions','$concept_potential_conscripts$')]" + modifier_state_conscription_rate_mult: "Conscriptable Battalions" + modifier_state_conscription_rate_mult_desc: "A bonus or penalty to the number of [Concept('concept_potential_battalions','$concept_potential_conscripts$')] from $modifier_state_conscription_rate_add$" + + minting: "Minting" + minting_desc: "[concept_minting_desc]" + surplus_convoys: "Surplus Convoys" + surplus_convoys_desc: "Having a surplus of [concept_convoys] increases our [concept_trade_route_competitiveness]" + insufficient_convoys: "Insufficient Convoys" + insufficient_convoys_desc: "Lacking the necessary number of [concept_convoys] results in penalties to the [concept_supply_network]" + efficient_bureaucracy: "Efficient Bureaucracy" + efficient_bureaucracy_desc: "Having a surplus of bureaucratic functionaries helps to speed up [concept_infrastructure] projects" + administrative_overburden: "Administrative Overburden" + administrative_overburden_desc: "Overburdening your administration causes inefficiencies in tax collection" + legislative_efficiency: "Legislative Efficiency" + legislative_efficiency_desc: "A well-oiled political machine can get more things done faster" + political_dysfunction: "Political Dysfunction" + political_dysfunction_desc: "Political outsiders often get caught in the gears of dysfunctional political machines" + diplomatic_mitigation: "Diplomatic Mitigation" + diplomatic_mitigation_desc: "Skilled diplomats can cover up international scandals faster" + diplomatic_overreach: "Diplomatic Overreach" + diplomatic_overreach_desc: "Without sufficient attention from the diplomatic corp, good Relations will decay over time" + + battle_casualties_disadvantage: "Battle Casualties Disadvantage" + battle_casualties_disadvantage_desc: "Having more casualties than the enemy" + average_unit_value: "Average Unit Value" + battle_army_average_morale_damage: "$average_unit_value$" + battle_army_average_morale_damage_desc: "$average_unit_value$" + battle_army_average_kill_rate: "$average_unit_value$" + battle_army_average_kill_rate_desc: "$average_unit_value$" + battle_navy_average_morale_damage: "$average_unit_value$" + battle_navy_average_morale_damage_desc: "$average_unit_value$" + battle_navy_average_kill_rate: "$average_unit_value$" + battle_navy_average_kill_rate_desc: "$average_unit_value$" + battle_naval_invasion_beachhead_penalty: "Insufficient Naval Invasion Support" + battle_naval_invasion_beachhead_penalty_desc: "Not enough [Concept('concept_flotilla','$concept_flotillas$')] supporting the landing battle" + battle_naval_invasion_landing_penalty: "Difficult Landing" + battle_naval_invasion_landing_penalty_desc: "Your [Concept('concept_battalion','$concept_battalions$')] fight at a disadvantage due to a difficult landing" + + modifier_country_suppression_ig_attraction_mult: "[Concept('concept_suppress', '$concept_suppression$')] impact on [concept_interest_group_attraction]" + modifier_country_suppression_ig_attraction_mult_desc: "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of [Concept('concept_suppress', '$concept_suppression$')]" + modifier_country_promotion_ig_attraction_mult: "[Concept('concept_bolster', '$concept_bolstered$')] impact on [concept_interest_group_attraction]" + modifier_country_promotion_ig_attraction_mult_desc: "A bonus or penalty to how [Concept('concept_interest_group_attraction', '$concept_attracted$')] [Concept('concept_pop', '$concept_pops$')] are to an [concept_interest_group] as a result of being [Concept('concept_bolster', '$concept_bolstered$')]" + + modifier_country_loan_interest_rate_add: "Loan interest rate" + modifier_country_loan_interest_rate_add_desc: "A bonus or penalty to loan [Concept('concept_budget_interest', 'interest')] rate" + modifier_country_loan_interest_rate_mult: "$modifier_country_loan_interest_rate_add$" + modifier_country_loan_interest_rate_mult_desc: "$modifier_country_loan_interest_rate_add_desc$" + modifier_country_gold_reserve_limit_mult: "Gold reserve limit" + modifier_country_gold_reserve_limit_mult_desc: "Once your [concept_gold_reserves] exceed this limit, the amount of gold you get to stockpile for every [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] diminishes progressively" + + modifier_country_resource_discovery_chance_mult: "Resource Discovery Chance" + modifier_country_resource_discovery_chance_mult_desc: "" + modifier_country_resource_depletion_chance_mult: "Resource Depletion Chance" + modifier_country_resource_depletion_chance_mult_desc: "" + + country_reached_sp_target: "Country Strength Points Target Reached" + command_reached_sp_target: "Local commands Strength Points Target Reached" + modifier_stockpile_army_cap_add: "Army Stockpile Cap" + modifier_stockpile_army_cap_add_desc: "Maximum amount of army stockpile we can accumulate" + modifier_stockpile_army_cap_mult: "$modifier_stockpile_army_cap_add$" + modifier_stockpile_army_cap_mult_desc: "$modifier_stockpile_army_cap_add_desc$" + modifier_stockpile_navy_cap_add: "Navy stockpile cap" + modifier_stockpile_navy_cap_add_desc: "Maximum amount of navy stockpile we can accumulate" + modifier_stockpile_navy_cap_mult: "$modifier_stockpile_navy_cap_add$" + modifier_stockpile_navy_cap_mult_desc: "$modifier_stockpile_navy_cap_add_desc$" + + modifier_character_command_limit_combat_unit_regular_add: "Regular Battalion Command Limit" + modifier_character_command_limit_combat_unit_regular_add_desc: "The number of [Concept('concept_unit','$concept_units$')] this [concept_character] can command.\n\n$concept_command_limit_desc$" + modifier_character_command_limit_combat_unit_conscript_add: "Conscript Battalion Command Limit" + modifier_character_command_limit_combat_unit_conscript_add_desc: "$modifier_character_command_limit_combat_unit_regular_add_desc$" + modifier_character_command_limit_combat_unit_flotilla_add: "Flotilla Command Limit" + modifier_character_command_limit_combat_unit_flotilla_add_desc: "$modifier_character_command_limit_combat_unit_regular_add_desc$" + + modifier_character_command_limit_mult: "Command Limit" + modifier_character_command_limit_mult_desc: "Multiplies the amount of units this [concept_character] can command." + modifier_character_command_budget_add_pre_fix: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] " + modifier_building_production_mult: "Building Production" + modifier_building_production_mult_desc: "Affects production output of all the goods produced in the building" + modifier_building_economy_of_scale_level_cap_add: "[concept_economy_of_scale] Building Level Cap" + modifier_building_economy_of_scale_level_cap_add_desc: "The maximum number of [concept_building] levels that can confer [concept_economy_of_scale] effects." + modifier_country_prestige_add: "Prestige" + modifier_country_prestige_add_desc: "How much Prestige the country has." + modifier_country_max_declared_interests_add: "Maximum Declared Interests" + modifier_country_max_declared_interests_add_desc: "An increase or decrease to the number of [Concept('concept_interest', '$concept_interests$')] that a country can declare outside of its controlled territory" + modifier_country_max_declared_interests_mult: "$modifier_country_max_declared_interests_add$" + modifier_country_max_declared_interests_mult_desc: "$modifier_country_max_declared_interests_add_desc$" + modifier_country_prestige_mult: "Prestige" + modifier_country_prestige_mult_desc: "How much Prestige the country has." + modifier_country_bureaucracy_add: "@bur![Nbsp][concept_bureaucracy]" + modifier_country_bureaucracy_add_desc: "How much @bur![Nbsp][concept_bureaucracy] the country has" + modifier_country_bureaucracy_mult: "@bur![Nbsp][concept_bureaucracy]" + modifier_country_bureaucracy_mult_desc: "The amount of @bur![Nbsp][concept_bureaucracy] is modified up or down" + modifier_country_influence_add: "@inf![Nbsp][concept_influence]" + modifier_country_influence_add_desc: "How much @inf![Nbsp][concept_influence] the country has" + modifier_country_influence_mult: "@inf![Nbsp][concept_influence]" + modifier_country_influence_mult_desc: "The amount of @inf![Nbsp][concept_influence] is modified up or down" + modifier_country_authority_add: "@aut![Nbsp][concept_authority]" + modifier_country_authority_add_desc: "How much @aut![Nbsp][concept_authority] is gained or the country has" + modifier_country_authority_mult: "@aut![Nbsp][concept_authority]" + modifier_country_authority_mult_desc: "The amount of @aut![Nbsp][concept_authority] is modified up or down" + modifier_country_weekly_innovation_max_add: "Maximum Innovation Investment" + modifier_country_weekly_innovation_max_add_desc: "The maximum amount of @innovation![Nbsp][concept_innovation] that can be invested into a [concept_technology] each week" + modifier_country_weekly_innovation_add: "Innovation" + modifier_country_weekly_innovation_add_desc: "The amount of @innovation![Nbsp][concept_innovation] gained or lost each week" + modifier_country_weekly_innovation_mult: "$modifier_country_weekly_innovation_add$" + modifier_country_weekly_innovation_mult_desc: "$modifier_country_weekly_innovation_add_desc$" + modifier_country_tech_spread_add: "Technology Spread" + modifier_country_tech_spread_add_desc: "The amount by which technologies spread from other countries to our own each week." + modifier_country_tech_spread_mult: "Technology Spread" + modifier_country_tech_spread_mult_desc: "A multiplier to the speed at which technologies spread from other countries to our own." + modifier_country_bur_investment_cost_factor_add: "@bur![Nbsp][concept_bureaucracy] Institution Cost" + modifier_country_bur_investment_cost_factor_add_desc: "The amount of @bur![Nbsp][concept_bureaucracy] it costs to bring a Institution Investment to 1M citizens" + modifier_country_bureaucracy_investment_cost_factor_mult: "@bur![Nbsp][concept_bureaucracy] Institution Cost Multiplier" + modifier_country_bureaucracy_investment_cost_factor_mult_desc: "An increase or reduction to the Bureaucracy cost of bringing a Institution Investment to the citizens" + modifier_state_bureaucracy_population_base_cost_factor_mult: "@bur![Nbsp][concept_bureaucracy] Population Cost Multiplier" + modifier_state_bureaucracy_population_base_cost_factor_mult_desc: "An increase or reduction to the base administrative cost incurred by your incorporated Population" + + modifier_country_institution_colonial_affairs_max_investment_add: "Max $institution_colonial_affairs$ [concept_institution] Investment" + modifier_country_institution_colonial_affairs_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_colonial_affairs$ [concept_institution]" + modifier_country_institution_social_security_max_investment_add: "Max $institution_social_security$ [concept_institution] Investment" + modifier_country_institution_social_security_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_social_security$ [concept_institution]" + modifier_country_institution_workplace_safety_max_investment_add: "Max $institution_workplace_safety$ [concept_institution] Investment" + modifier_country_institution_workplace_safety_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_workplace_safety$ [concept_institution]" + modifier_country_institution_schools_max_investment_add: "Max $institution_schools$ [concept_institution] Investment" + modifier_country_institution_schools_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_schools$ [concept_institution]" + modifier_country_institution_police_max_investment_add: "Max $institution_police$ [concept_institution] Investment" + modifier_country_institution_police_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_police$ [concept_institution]" + modifier_country_institution_health_system_max_investment_add: "Max $institution_health_system$ [concept_institution] Investment" + modifier_country_institution_health_system_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_health_system$ [concept_institution]" + modifier_country_institution_home_affairs_max_investment_add: "Max $institution_home_affairs$ [concept_institution] Investment" + modifier_country_institution_home_affairs_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_home_affairs$ [concept_institution]" + + modifier_state_pop_pol_str_add: "$modifier_state_pop_pol_str_mult$" + modifier_state_pop_pol_str_add_desc: "$modifier_state_pop_pol_str_mult_desc$" + modifier_state_pop_pol_str_mult: "Universal [concept_pop] [concept_political_strength]" + modifier_state_pop_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of all [Concept('concept_pop','$concept_pops$')]" + modifier_interest_group_pol_str_mult: "Interest Group [concept_political_strength]" + modifier_interest_group_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of an Interest Group" + modifier_interest_group_pol_str_factor: "Interest Group [concept_political_strength]" + modifier_interest_group_pol_str_factor_desc: "A bonus or penalty to the total [concept_political_strength] of an Interest Group" + modifier_interest_group_pop_attraction_mult: "Interest Group Pop Attraction" + modifier_interest_group_pop_attraction_mult_desc: "A bonus or penalty to how attracted Pops are to an Interest Group" + modifier_interest_group_approval_add: "Interest Group Approval" + modifier_interest_group_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group" + modifier_interest_group_in_government_approval_add: "Government Interest Group Approval" + modifier_interest_group_in_government_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group that is in government." + modifier_interest_group_in_opposition_approval_add: "Opposition Interest Group Approval" + modifier_interest_group_in_opposition_approval_add_desc: "A bonus or penalty to the Approval of an Interest Group that is in opposition." + + ig_variant_armed_forces: "[GetInterestGroupVariant('ig_armed_forces',GetPlayer).GetNameWithCountryVariant]" + ig_variant_devout: "[GetInterestGroupVariant('ig_devout',GetPlayer).GetNameWithCountryVariant]" + ig_variant_industrialists: "[GetInterestGroupVariant('ig_conglomerates',GetPlayer).GetNameWithCountryVariant]" + ig_variant_intelligentsia: "[GetInterestGroupVariant('ig_intelligentsia',GetPlayer).GetNameWithCountryVariant]" + ig_variant_landowners: "[GetInterestGroupVariant('ig_elites',GetPlayer).GetNameWithCountryVariant]" + ig_variant_petty_bourgeoisie: "[GetInterestGroupVariant('ig_entrepreneurs',GetPlayer).GetNameWithCountryVariant]" + ig_variant_rural_folk: "[GetInterestGroupVariant('ig_rural_folk',GetPlayer).GetNameWithCountryVariant]" + ig_variant_trade_unions: "[GetInterestGroupVariant('ig_socialists',GetPlayer).GetNameWithCountryVariant]" + + modifier_interest_group_ig_armed_forces_approval_add: "$ig_variant_armed_forces$ [concept_approval]" + modifier_interest_group_ig_armed_forces_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_approval_add: "$ig_variant_devout$ [concept_approval]" + modifier_interest_group_ig_devout_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_industrialists_approval_add: "$ig_variant_industrialists$ [concept_approval]" + modifier_interest_group_ig_industrialists_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_industrialists$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_approval_add: "$ig_variant_intelligentsia$ [concept_approval]" + modifier_interest_group_ig_intelligentsia_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_landowners_approval_add: "$ig_variant_landowners$ [concept_approval]" + modifier_interest_group_ig_landowners_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_landowners$ [concept_interest_group]" + modifier_interest_group_ig_petty_bourgeoisie_approval_add: "$ig_variant_petty_bourgeoisie$ [concept_approval]" + modifier_interest_group_ig_petty_bourgeoisie_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_approval_add: "$ig_variant_rural_folk$ [concept_approval]" + modifier_interest_group_ig_rural_folk_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_rural_folk$ [concept_interest_group]" + modifier_interest_group_ig_trade_unions_approval_add: "$ig_variant_trade_unions$ [concept_approval]" + modifier_interest_group_ig_trade_unions_approval_add_desc: "A bonus or penalty to the total [concept_approval] of the $ig_variant_trade_unions$ [concept_interest_group]" + + modifier_interest_group_ig_armed_forces_pol_str_mult: "$ig_variant_armed_forces$ [concept_political_strength]" + modifier_interest_group_ig_armed_forces_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_pol_str_mult: "$ig_variant_devout$ [concept_political_strength]" + modifier_interest_group_ig_devout_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_industrialists_pol_str_mult: "$ig_variant_industrialists$ [concept_political_strength]" + modifier_interest_group_ig_industrialists_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_industrialists$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_pol_str_mult: "$ig_variant_intelligentsia$ [concept_political_strength]" + modifier_interest_group_ig_intelligentsia_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_landowners_pol_str_mult: "$ig_variant_landowners$ [concept_political_strength]" + modifier_interest_group_ig_landowners_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_landowners$ [concept_interest_group]" + modifier_interest_group_ig_petty_bourgeoisie_pol_str_mult: "$ig_variant_petty_bourgeoisie$ [concept_political_strength]" + modifier_interest_group_ig_petty_bourgeoisie_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_pol_str_mult: "$ig_variant_rural_folk$ [concept_political_strength]" + modifier_interest_group_ig_rural_folk_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_rural_folk$ [concept_interest_group]" + modifier_interest_group_ig_trade_unions_pol_str_mult: "$ig_variant_trade_unions$ [concept_political_strength]" + modifier_interest_group_ig_trade_unions_pol_str_mult_desc: "A bonus or penalty to the total [concept_political_strength] of the $ig_variant_trade_unions$ [concept_interest_group]" + + modifier_interest_group_ig_armed_forces_pop_attraction_mult: "$ig_variant_armed_forces$ Pop Attraction" + modifier_interest_group_ig_armed_forces_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_armed_forces$ [concept_interest_group]" + modifier_interest_group_ig_devout_pop_attraction_mult: "$ig_variant_devout$ Pop Attraction" + modifier_interest_group_ig_devout_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_devout$ [concept_interest_group]" + modifier_interest_group_ig_industrialists_pop_attraction_mult: "$ig_variant_industrialists$ Pop Attraction" + modifier_interest_group_ig_industrialists_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_industrialists$ [concept_interest_group]" + modifier_interest_group_ig_intelligentsia_pop_attraction_mult: "$ig_variant_intelligentsia$ Pop Attraction" + modifier_interest_group_ig_intelligentsia_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_intelligentsia$ [concept_interest_group]" + modifier_interest_group_ig_landowners_pop_attraction_mult: "$ig_variant_landowners$ Pop Attraction" + modifier_interest_group_ig_landowners_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_landowners$ [concept_interest_group]" + modifier_interest_group_ig_petty_bourgeoisie_pop_attraction_mult: "$ig_variant_petty_bourgeoisie$ Pop Attraction" + modifier_interest_group_ig_petty_bourgeoisie_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_petty_bourgeoisie$ [concept_interest_group]" + modifier_interest_group_ig_rural_folk_pop_attraction_mult: "$ig_variant_rural_folk$ Pop Attraction" + modifier_interest_group_ig_rural_folk_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_rural_folk$ [concept_interest_group]" + modifier_interest_group_ig_trade_unions_pop_attraction_mult: "$ig_variant_trade_unions$ Pop Attraction" + modifier_interest_group_ig_trade_unions_pop_attraction_mult_desc: "A bonus or penalty to the how attracted Pops are to the $ig_variant_trade_unions$ [concept_interest_group]" + + modifier_tax_land_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Land Tax" + modifier_tax_land_add_desc: "The amount of [concept_budget_land_taxes] collected from [GetPopType('peasants').GetName]" + modifier_tax_heathen_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Religious Tax" + modifier_tax_heathen_add_desc: "The amount of [concept_budget_heathen_taxes] collected from [Concept('concept_pop','$concept_pops$')] each year for following a [concept_religion] that is [Concept('concept_discrimination','$concept_discriminated$')] against" + modifier_tax_per_capita_add: "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Per Capita Tax" + modifier_tax_per_capita_add_desc: "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('peasants').GetName] [Concept('concept_pop','$concept_pops$')]" + modifier_state_welfare_payments_add: "Welfare Payments" + modifier_state_welfare_payments_add_desc: "The fraction of the [concept_normal_wage] at which [Concept('concept_pop','$concept_pops$')] receive [concept_welfare_payments] from the state" + modifier_state_standard_of_living_add: "[concept_sol]" + modifier_state_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_poor_standard_of_living_add: "[concept_sol] for the [concept_lower_strata]" + modifier_state_poor_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_middle_standard_of_living_add: "[concept_sol] for the [concept_middle_strata]" + modifier_state_middle_standard_of_living_add_desc: "Extra [concept_sol] added on top of Wealth" + modifier_state_rich_standard_of_living_add: "[concept_sol] for the [concept_upper_strata]" + modifier_state_rich_standard_of_living_add_desc: "Extra [concept_sol] added on top of wealth" + modifier_state_expected_sol_mult: "Minimum Expected [concept_sol]" + modifier_state_expected_sol_mult_desc: "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_expected_sol_from_literacy: "Minimum Expected [concept_sol] from [concept_literacy]" + modifier_state_expected_sol_from_literacy_desc: "An increase or decrease to the minimum [concept_sol] [Concept('concept_pop', '$concept_pops$')] expect to enjoy, scaled by their [concept_literacy]" + modifier_state_poor_expected_sol: "Minimum Expected [concept_sol] for the [concept_lower_strata]" + modifier_state_poor_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_lower_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_middle_expected_sol: "Minimum Expected [concept_sol] for the [concept_middle_strata]" + modifier_state_middle_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_middle_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_state_rich_expected_sol: "Minimum Expected [concept_sol] for the [concept_upper_strata]" + modifier_state_rich_expected_sol_desc: "An increase or decrease to the minimum [concept_sol] that [concept_upper_strata] [Concept('concept_pop', '$concept_pops$')] expect to enjoy" + modifier_tax_income_add: "Income Tax Rate" + modifier_tax_income_add_desc: "The portion of their [concept_budget_wages] that [Concept('concept_pop', '$concept_pops$')] must pay in taxes" + modifier_state_urbanization_add: "$urban_capacity$" + modifier_state_urbanization_add_desc: "How many urban buildings the state can support" + modifier_state_urbanization_mult: "$urban_capacity$ Multiplier" + modifier_state_urbanization_mult_desc: "A bonus or penalty to the amount of $urban_capacity$ produced by buildings in the state." + modifier_tax_dividends_add: "Dividends Tax Rate" + modifier_tax_dividends_add_desc: "$modifier_tax_dividends_add$" + modifier_building_working_conditions_mult: "Dangerous Working Conditions" + modifier_building_working_conditions_mult_desc: "An increase or decrease in workplace hazard levels" + modifier_institution_cost_mult: "Institution $BUREAUCRACY$ Cost" + modifier_institution_cost_mult_desc: "An increase or decrease to the $BUREAUCRACY$ upkeep cost of the institution" + + modifier_state_birth_rate_mult: "Birth Rate" + modifier_state_birth_rate_mult_desc: "How many children are born each year" + modifier_state_accepted_birth_rate_mult: "Birth Rate of Accepted Pops" + modifier_state_accepted_birth_rate_mult_desc: "How many children of non-discriminated pops are born each year" + + modifier_state_mortality_mult: "$concept_pop_growth_mortality$" + modifier_state_mortality_mult_desc: "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for all [Concept('concept_pop', '$concept_pops$')]" + modifier_state_non_homeland_mortality_mult: "$concept_pop_growth_mortality$ in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" + modifier_state_non_homeland_mortality_mult_desc: "An increase or decrease to the [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] for [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_state', '$concept_states$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." + modifier_state_mortality_turmoil_mult: "$concept_pop_growth_mortality$ per $concept_turmoil$" + modifier_state_mortality_turmoil_mult_desc: "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_turmoil]" + modifier_state_mortality_wealth_mult: "$concept_pop_growth_mortality$ per $concept_wealth$" + modifier_state_mortality_wealth_mult_desc: "An increase or decrease to pop [Concept('concept_pop_growth','$concept_pop_growth_mortality$')] per [concept_wealth]" + modifier_state_education_access_add: "Education Access" + modifier_state_education_access_add_desc: "A bonus or penalty to education access for all pops" + modifier_state_education_access_wealth_add: "Education Access (Wealth-based)" + modifier_state_education_access_wealth_add_desc: "A bonus or penalty per Wealth level to pop education access" + + modifier_state_pop_qualifications_mult: "[concept_pop_qualifications]" + modifier_state_pop_qualifications_mult_desc: "A bonus or penalty to [concept_pop_qualifications]" + + modifier_state_assimilation_mult: "[concept_assimilation]" + modifier_state_assimilation_mult_desc: "A bonus or penalty to [concept_assimilation]" + modifier_state_conversion_mult: "[concept_conversion]" + modifier_state_conversion_mult_desc: "A bonus or penalty to [concept_conversion]" + + modifier_country_diplomatic_play_maneuvers_add: "[Concept('concept_maneuver', '$concept_maneuvers$')] per Diplomatic Play" + modifier_country_diplomatic_play_maneuvers_add_desc: "A bonus or penalty to the number of [Concept('concept_maneuver', '$concept_maneuvers$')] the country can take in a diplomatic play." + + modifier_state_port_range_add: "Naval Port Range" + modifier_state_port_range_add_desc: "The port range for our navies" + + commander_battle_end_victory: "Battlefield Victory" + commander_battle_end_victory_desc: "Effects of the [concept_commander] winning [Concept('concept_battle','$concept_battles$')]" + + commander_battle_end_loss: "Battlefield Defeat" + commander_battle_end_loss_desc: "Effects of the [concept_commander] losing [Concept('concept_battle','$concept_battles$')]" + + in_default: "Defaulting on Loans" + in_default_desc: "Effects of the [concept_country] being unable to pay the [concept_interest] on its debts" + + declared_bankruptcy: "Declared Bankruptcy" + declared_bankruptcy_desc: "Effects of the [concept_country] declaring [concept_bankruptcy]" + + uprising_conscription: "Uprising Conscription" + uprising_conscription_desc: "Impact on Conscription due to the Uprising in progress" + revolution_lost_ig: "Loser in Revolutionary struggle" + revolution_lost_ig_desc: "Effects from having lost a [Concept('concept_revolution','$concept_revolutionary$')] [concept_civil_war]" + + insurrectionary_ig: "Insurrectionary Interest Group" + insurrectionary_ig_desc: "Effects while plotting a [concept_revolution]" + + secession_lost_state: "Failed secession" + secession_lost_state_desc: "This [concept_state] participated in a secession that was put to rest" + + modifier_building_input_mult: "$concept_input_mult$" + modifier_building_input_mult_desc: "$concept_input_mult_desc$" + + mobilized_battalion_consumption: "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilized$')] [Concept('concept_battalion', '$concept_battalions$')]" + + retired_commander_interest_group_impact: "[concept_commander] Retirement" + + modifier_building_throughput_mult: "[concept_throughput]" + modifier_building_throughput_mult_desc: "A bonus or penalty to the building's throughput." + + modifier_building_cash_reserves_mult: "Maximum Cash Reserves" + modifier_building_cash_reserves_mult_desc: "A bonus or penalty to the maximum [concept_cash_reserves] that [Concept('concept_building','$concept_buildings$')] can retain." + + economy_of_scale: "[concept_economy_of_scale]" + economy_of_scale_desc: "[concept_economy_of_scale_desc]" + + pm_retooling: "Production Method Retooling" + pm_retooling_loc: "Retooling for $PM$ — Expires $EXPIRY$" + pm_retooling_desc: "A penalty to the building's throughput due to recent change of production methods." + pm_offense_defense_readjustment: "Primary Equipment Adjustment" + pm_offense_defense_readjustment_desc: "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of primary [Concept('concept_production_method','$concept_production_methods$')]." + pm_offense_defense_readjustment_minor: "Secondary Equipment Adjustment" + pm_offense_defense_readjustment_minor_desc: "A penalty to the [concept_offense] and [concept_defense] provided by the building due to recent change of secondary [Concept('concept_production_method','$concept_production_methods$')]." + + insufficient_urbanization: "Insufficient [concept_urbanization]" + insufficient_urbanization_desc: "A penalty to the building's throughput due to a lack of available [concept_urbanization] in the state." + + per_wealth: " / [concept_wealth]" + + modifier_market_land_trade_capacity_add: "Land Trade Capacity" + modifier_market_land_trade_capacity_add_desc: "An increase or decrease to the [concept_land_trade_capacity] of a [concept_market]." + modifier_country_trade_route_quantity_mult: "Trade Route Volume" + modifier_country_trade_route_quantity_mult_desc: "An increase or decrease in the amount of goods imported or exported for each [concept_trade_route] level" + modifier_country_trade_route_cost_mult: "Trade Route @bur![Nbsp][concept_bureaucracy] Cost" + modifier_country_trade_route_cost_mult_desc: "An increase or decrease in the @bur![concept_bureaucracy] cost for each [concept_trade_route]" + modifier_country_trade_route_competitiveness_mult: "Trade Route Competitiveness" + modifier_country_trade_route_competitiveness_mult_desc: "An increase or decrease in the competitiveness of [Concept('concept_trade_route', '$concept_trade_routes$')]" + modifier_country_trade_route_imports_add: "Imports per [concept_trade_route] Level" + modifier_country_trade_route_imports_add_desc: "An increase or decrease to the amount of goods imported via [Concept('concept_trade_route', '$concept_trade_routes$')]." + modifier_country_trade_route_exports_add: "Exports per [concept_trade_route] Level" + modifier_country_trade_route_exports_add_desc: "An increase or decrease to the amount of goods exported via [Concept('concept_trade_route', '$concept_trade_routes$')]." + modifier_market_max_exports_add: "Maximum Exports" + modifier_market_max_exports_add_desc: "An increase or decrease to the amount of goods that can be exported from your [concept_market]." + modifier_market_max_imports_add: "Maximum Imports" + modifier_market_max_imports_add_desc: "An increase or decrease to the amount of goods that can be imported by your [concept_market]." + modifier_tariff_import_add: "[concept_tariffs] on Imports" + modifier_tariff_import_add_desc: "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that import [Concept('concept_good', '$concept_goods$')] to our [concept_market]." + modifier_tariff_export_add: "[concept_tariffs] on Exports" + modifier_tariff_export_add_desc: "An increase or decrease to the [concept_tariffs] paid by foreign [Concept('concept_trade_route', '$concept_trade_routes$')] that export [Concept('concept_good', '$concept_goods$')] from our [concept_market]." + + modifier_country_states_can_join_foreign_markets: "Foreign Market Attraction" + modifier_country_states_can_join_foreign_markets_desc: "Whether the state can or cannot join foreign markets in the absence of a Customs Union" + + modifier_country_mandate_subsidies: "Subsidies Mandated" + modifier_country_mandate_subsidies_desc: "Whether the country is or is not forced to subsidize all industries" + + modifier_country_allow_multiple_alliances: "Allow Multiple Alliances" + modifier_country_allow_multiple_alliances_desc: "Whether the country is allowed to form multiple [concept_alliance] [Concept('concept_diplomatic_pact','$concept_diplomatic_pacts$')]" + + modifier_state_minimum_wealth_add: "Minimum Wealth" + modifier_state_minimum_wealth_add_desc: "Pop Wealth cannot drop below this level through normal means" + + modifier_building_minimum_wage_mult: "Minimum Wage" + modifier_building_minimum_wage_mult_desc: "Employers must pay this fraction of the standard [concept_normal_wage] or higher to their employees" + + modifier_building_unincorporated_throughput_add: "Throughput in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_building_unincorporated_throughput_add_desc: "A bonus or penalty to the [concept_throughput] of buildings in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_state_unincorporated_standard_of_living_add: "[concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_state_unincorporated_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_state_migration_pull_unincorporated_mult: "[concept_migration_pull] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_state_migration_pull_unincorporated_mult_desc: "A bonus or penalty to the urge to migrate to [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_country_decree_cost_mult: "[concept_decree] Cost" + modifier_country_decree_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_decree', '$concept_decrees$')]" + modifier_country_embargo_goods_cost_mult: "Embargo Cost" + modifier_country_embargo_goods_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_embargo', '$concept_embargoes$')]" + modifier_country_consumption_tax_cost_mult: "Consumption Tax Cost" + modifier_country_consumption_tax_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_consumption_tax', '$concept_consumption_taxes$')]" + modifier_country_encourage_consumption_cost_mult: "Encourage Consumption Cost" + modifier_country_encourage_consumption_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_encourage_consumption', '$concept_encouraging_consumption$')]" + modifier_country_discourage_consumption_cost_mult: "Discourage Consumption Cost" + modifier_country_discourage_consumption_cost_mult_desc: "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" + + modifier_building_employment_aristocrats_add: "$aristocrats$ Per Level" + modifier_building_employment_aristocrats_add_desc: "Modifies the amount of $aristocrats$ a building can hire per level" + modifier_building_employment_aristocrats_mult: "$modifier_building_employment_aristocrats_add$" + modifier_building_employment_aristocrats_mult_desc: "$modifier_building_employment_aristocrats_add_desc$" + modifier_building_employment_bureaucrats_add: "$bureaucrats$ Per Level" + modifier_building_employment_bureaucrats_add_desc: "Modifies the amount of $bureaucrats$ a building can hire per level" + modifier_building_employment_bureaucrats_mult: "$modifier_building_employment_bureaucrats_add$" + modifier_building_employment_bureaucrats_mult_desc: "$modifier_building_employment_bureaucrats_add_desc$" + modifier_building_employment_capitalists_add: "$capitalists$ Per Level" + modifier_building_employment_capitalists_add_desc: "Modifies the amount of $capitalists$ a building can hire per level" + modifier_building_employment_capitalists_mult: "$modifier_building_employment_capitalists_add$" + modifier_building_employment_capitalists_mult_desc: "$modifier_building_employment_capitalists_add_desc$" + modifier_building_employment_clergymen_add: "$clergymen$ Per Level" + modifier_building_employment_clergymen_add_desc: "Modifies the amount of $clergymen$ a building can hire per level" + modifier_building_employment_clergymen_mult: "$modifier_building_employment_clergymen_add$" + modifier_building_employment_clergymen_mult_desc: "$modifier_building_employment_clergymen_add_desc$" + modifier_building_employment_clerks_add: "$clerks$ Per Level" + modifier_building_employment_clerks_add_desc: "Modifies the amount of $clerks$ a building can hire per level" + modifier_building_employment_clerks_mult: "$modifier_building_employment_clerks_add$" + modifier_building_employment_clerks_mult_desc: "$modifier_building_employment_clerks_add_desc$" + modifier_building_employment_engineers_add: "$engineers$ Per Level" + modifier_building_employment_engineers_add_desc: "Modifies the amount of $engineers$ a building can hire per level" + modifier_building_employment_engineers_mult: "$modifier_building_employment_engineers_add$" + modifier_building_employment_engineers_mult_desc: "$modifier_building_employment_engineers_add_desc$" + modifier_building_employment_farmers_add: "$farmers$ Per Level" + modifier_building_employment_farmers_add_desc: "Modifies the amount of $farmers$ a building can hire per level" + modifier_building_employment_farmers_mult: "$modifier_building_employment_farmers_add$" + modifier_building_employment_farmers_mult_desc: "$modifier_building_employment_farmers_add_desc$" + modifier_building_employment_peasants_add: "$peasants$ Per Level" + modifier_building_employment_peasants_add_desc: "Modifies the amount of $peasants$ a building can hire per level" + modifier_building_employment_peasants_mult: "$modifier_building_employment_peasants_add$" + modifier_building_employment_peasants_mult_desc: "$modifier_building_employment_peasants_add_desc$" + modifier_building_employment_laborers_add: "$laborers$ Per Level" + modifier_building_employment_laborers_add_desc: "Modifies the amount of $laborers$ a building can hire per level" + modifier_building_employment_laborers_mult: "$modifier_building_employment_laborers_add$" + modifier_building_employment_laborers_mult_desc: "$modifier_building_employment_laborers_add_desc$" + modifier_building_employment_officers_add: "$officers$ Per Level" + modifier_building_employment_officers_add_desc: "Modifies the amount of $officers$ a building can hire per level" + modifier_building_employment_officers_mult: "$modifier_building_employment_officers_add$" + modifier_building_employment_officers_mult_desc: "$modifier_building_employment_officers_add_desc$" + modifier_building_employment_academics_add: "$academics$ Per Level" + modifier_building_employment_academics_add_desc: "Modifies the amount of $academics$ a building can hire per level" + modifier_building_employment_academics_mult: "$modifier_building_employment_academics_add$" + modifier_building_employment_academics_mult_desc: "$modifier_building_employment_academics_add_desc$" + modifier_building_employment_shopkeepers_add: "$shopkeepers$ Per Level" + modifier_building_employment_shopkeepers_add_desc: "Modifies the amount of $shopkeepers$ a building can hire per level" + modifier_building_employment_shopkeepers_mult: "$modifier_building_employment_shopkeepers_add$" + modifier_building_employment_shopkeepers_mult_desc: "$modifier_building_employment_shopkeepers_add_desc$" + modifier_building_employment_slaves_add: "$slaves$ Per Level" + modifier_building_employment_slaves_add_desc: "Modifies the amount of $slaves$ a building can hire per level" + modifier_building_employment_slaves_mult: "$modifier_building_employment_slaves_add$" + modifier_building_employment_slaves_mult_desc: "$modifier_building_employment_slaves_add_desc$" + modifier_building_employment_soldiers_add: "$soldiers$ Per Level" + modifier_building_employment_soldiers_add_desc: "Modifies the amount of $soldiers$ a building can hire per level" + modifier_building_employment_soldiers_mult: "$modifier_building_employment_soldiers_add$" + modifier_building_employment_soldiers_mult_desc: "$modifier_building_employment_soldiers_add_desc$" + modifier_building_employment_machinists_add: "$machinists$ Per Level" + modifier_building_employment_machinists_add_desc: "Modifies the amount of $machinists$ a building can hire per level" + modifier_building_employment_machinists_mult: "$modifier_building_employment_machinists_add$" + modifier_building_employment_machinists_mult_desc: "$modifier_building_employment_machinists_add_desc$" + + modifier_state_building_port_max_level_add: "$building_port$ Max Level" + modifier_state_building_port_max_level_add_desc: "A bonus or penalty to the maximum level of $building_port$ buildings." + modifier_state_building_construction_sector_max_level_add: "$building_construction_sector$ Max Level" + modifier_state_building_construction_sector_max_level_add_desc: "A bonus or penalty to the maximum level of $building_construction_sector$ buildings." + modifier_state_building_barracks_max_level_add: "$building_barracks$ Max Level" + modifier_state_building_barracks_max_level_add_desc: "A bonus or penalty to the maximum level of $building_barracks$ buildings." + modifier_state_building_conscription_center_max_level_add: "$building_conscription_center$ Max Level" + modifier_state_building_conscription_center_max_level_add_desc: "A bonus or penalty to the maximum level of $building_conscription_center$ buildings." + modifier_state_building_naval_base_max_level_add: "$building_naval_base$ Max Level" + modifier_state_building_naval_base_max_level_add_desc: "A bonus or penalty to the maximum level of $building_naval_base$ buildings." + + modifier_state_colony_growth_creation_mult: "Colonial Growth Generation" + modifier_state_colony_growth_creation_mult_desc: "The amount of colonial growth generated by [Concept('concept_pop', '$concept_pops$')] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]." + modifier_state_colony_growth_speed_mult: "Colony Growth Speed" + modifier_state_colony_growth_speed_mult_desc: "A bonus or penalty to the final speed of colonial growth in a [concept_colony]." + modifier_state_non_homeland_colony_growth_speed_mult: "Colony Growth Speed in non-[concept_homeland] [Concept('concept_state', '$concept_states$')]" + modifier_state_non_homeland_colony_growth_speed_mult_desc: "A bonus or penalty to the final speed of colonial growth in [Concept('concept_colony','$concept_colonies$')] that are not the [concept_homeland] of any of your [concept_primary_cultures]." + modifier_state_migration_pull_mult: "[concept_migration_pull]" + modifier_state_migration_pull_mult_desc: "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." + modifier_state_migration_pull_add: "[concept_migration_pull]" + modifier_state_migration_pull_add_desc: "A bonus or penalty to the state's ability to attract immigrants within its [concept_market]." + modifier_state_migration_push_mult: "Emigration Push" + modifier_state_migration_push_mult_desc: "A bonus or penalty to the Pops in the state's desire to emigrate." + + goods_ammunition_output_mult: "$ammunition$ Goods Output" + goods_ammunition_output_mult_desc: "A bonus or penalty for the production of $ammunition$." + goods_small_arms_output_mult: "$small_arms$ Goods Output" + goods_small_arms_output_mult_desc: "A bonus or penalty for the production of $small_arms$." + goods_artillery_output_mult: "$artillery$ Goods Output" + goods_artillery_output_mult_desc: "A bonus or penalty for the production of $artillery$." + goods_rations_output_mult: "$rations$ Goods Output" + goods_rations_output_mult_desc: "A bonus or penalty for the production of $rations$." + goods_uniforms_output_mult: "$uniforms$ Goods Output" + goods_uniforms_output_mult_desc: "A bonus or penalty for the production of $uniforms$." + goods_barrels_output_mult: "$barrels$ Goods Output" + goods_barrels_output_mult_desc: "A bonus or penalty for the production of $barrels$." + goods_aeroplanes_output_mult: "$aeroplanes$ Goods Output" + goods_aeroplanes_output_mult_desc: "A bonus or penalty for the production of $aeroplanes$." + goods_dye_output_mult: "$dye$ Goods Output" + goods_dye_output_mult_desc: "A bonus or penalty for the production of $dye$." + goods_coal_output_mult: "$coal$ Goods Output" + goods_coal_output_mult_desc: "A bonus or penalty for the production of $coal$." + goods_sulfur_output_mult: "$sulfur$ Goods Output" + goods_sulfur_output_mult_desc: "A bonus or penalty for the production of $sulfur$." + goods_iron_output_mult: "$iron$ Goods Output" + goods_iron_output_mult_desc: "A bonus or penalty for the production of $iron$." + goods_logs_output_mult: "$logs$ Goods Output" + goods_logs_output_mult_desc: "A bonus or penalty for the production of $logs$." + goods_tropical_wood_output_mult: "$tropical_wood$ Goods Output" + goods_tropical_wood_output_mult_desc: "A bonus or penalty for the production of $tropical_wood$." + goods_rubber_output_mult: "$rubber$ Goods Output" + goods_rubber_output_mult_desc: "A bonus or penalty for the production of $rubber$." + goods_oil_output_mult: "$oil$ Goods Output" + goods_oil_output_mult_desc: "A bonus or penalty for the production of $oil$." + goods_gold_output_mult: "$gold$ Goods Output" + goods_gold_output_mult_desc: "A bonus or penalty for the production of $gold$." + goods_steel_output_mult: "$steel$ Goods Output" + goods_steel_output_mult_desc: "A bonus or penalty for the production of $steel$." + goods_tools_output_mult: "$tools$ Goods Output" + goods_tools_output_mult_desc: "A bonus or penalty for the production of $tools$." + goods_glass_output_mult: "$glass$ Goods Output" + goods_glass_output_mult_desc: "A bonus or penalty for the production of $glass$." + goods_fuel_output_mult: "$fuel$ Goods Output" + goods_fuel_output_mult_desc: "A bonus or penalty for the production of $fuel$." + goods_fertilizer_output_mult: "$fertilizer$ Goods Output" + goods_fertilizer_output_mult_desc: "A bonus or penalty for the production of $fertilizer$." + goods_explosives_output_mult: "$explosives$ Goods Output" + goods_explosives_output_mult_desc: "A bonus or penalty for the production of $explosives$." + goods_clippers_output_mult: "$clippers$ Goods Output" + goods_clippers_output_mult_desc: "A bonus or penalty for the production of $clippers$." + goods_steamers_output_mult: "$steamers$ Goods Output" + goods_steamers_output_mult_desc: "A bonus or penalty for the production of $steamers$." + goods_electric_gear_output_mult: "$electric_gear$ Goods Output" + goods_electric_gear_output_mult_desc: "A bonus or penalty for the production of $electric_gear$." + goods_fabric_output_mult: "$fabric$ Goods Output" + goods_fabric_output_mult_desc: "A bonus or penalty for the production of $fabric$." + goods_timber_output_mult: "$timber$ Goods Output" + goods_timber_output_mult_desc: "A bonus or penalty for the production of $timber$." + goods_paper_output_mult: "$paper$ Goods Output" + goods_paper_output_mult_desc: "A bonus or penalty for the production of $paper$." + goods_grain_output_mult: "$grain$ Goods Output" + goods_grain_output_mult_desc: "A bonus or penalty for the production of $grain$." + goods_fish_output_mult: "$fish$ Goods Output" + goods_fish_output_mult_desc: "A bonus or penalty for the production of $fish$." + goods_meat_output_mult: "$meat$ Goods Output" + goods_meat_output_mult_desc: "A bonus or penalty for the production of $meat$." + goods_fruit_output_mult: "$fruit$ Goods Output" + goods_fruit_output_mult_desc: "A bonus or penalty for the production of $fruit$." + goods_wine_output_mult: "$wine$ Goods Output" + goods_wine_output_mult_desc: "A bonus or penalty for the production of $wine$." + goods_sugar_output_mult: "$sugar$ Goods Output" + goods_sugar_output_mult_desc: "A bonus or penalty for the production of $sugar$." + goods_groceries_output_mult: "$groceries$ Goods Output" + goods_groceries_output_mult_desc: "A bonus or penalty for the production of $groceries$." + goods_tobacco_output_mult: "$tobacco$ Goods Output" + goods_tobacco_output_mult_desc: "A bonus or penalty for the production of $tobacco$." + goods_tea_output_mult: "$tea$ Goods Output" + goods_tea_output_mult_desc: "A bonus or penalty for the production of $tea$." + goods_coffee_output_mult: "$coffee$ Goods Output" + goods_coffee_output_mult_desc: "A bonus or penalty for the production of $coffee$." + goods_opium_output_mult: "$opium$ Goods Output" + goods_opium_output_mult_desc: "A bonus or penalty for the production of $opium$." + goods_automobiles_output_mult: "$automobiles$ Goods Output" + goods_automobiles_output_mult_desc: "A bonus or penalty for the production of $automobiles$." + goods_telephones_output_mult: "$telephones$ Goods Output" + goods_telephones_output_mult_desc: "A bonus or penalty for the production of $telephones$." + goods_liquor_output_mult: "$liquor$ Goods Output" + goods_liquor_output_mult_desc: "A bonus or penalty for the production of $liquor$." + goods_clothes_output_mult: "$clothes$ Goods Output" + goods_clothes_output_mult_desc: "A bonus or penalty for the production of $clothes$." + goods_luxury_clothes_output_mult: "$luxury_clothes$ Goods Output" + goods_luxury_clothes_output_mult_desc: "A bonus or penalty for the production of $luxury_clothes$." + goods_furniture_output_mult: "$furniture$ Goods Output" + goods_furniture_output_mult_desc: "A bonus or penalty for the production of $furniture$." + goods_luxury_furniture_output_mult: "$luxury_furniture$ Goods Output" + goods_luxury_furniture_output_mult_desc: "A bonus or penalty for the production of $luxury_furniture$." + goods_radio_output_mult: "$radio$ Goods Output" + goods_radio_output_mult_desc: "A bonus or penalty for the production of $radio$." + + working_conditions: "Dangerous Working Conditions" + child_labor: "Child Labor" + + modifier_state_aristocrats_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" + modifier_state_aristocrats_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" + modifier_state_bureaucrats_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" + modifier_state_bureaucrats_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" + modifier_state_capitalists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" + modifier_state_capitalists_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" + modifier_state_clergymen_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" + modifier_state_clergymen_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" + modifier_state_clerks_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" + modifier_state_clerks_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" + modifier_state_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" + modifier_state_engineers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" + modifier_state_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" + modifier_state_farmers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" + modifier_state_peasants_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" + modifier_state_peasants_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" + modifier_state_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" + modifier_state_laborers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" + modifier_state_officers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" + modifier_state_officers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" + modifier_state_academics_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" + modifier_state_academics_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" + modifier_state_shopkeepers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" + modifier_state_shopkeepers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" + modifier_state_slaves_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" + modifier_state_slaves_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" + modifier_state_soldiers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" + modifier_state_soldiers_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" + modifier_state_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" + modifier_state_machinists_mortality_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" + + modifier_state_dependent_wage_add: "Yearly Dependents Income" + modifier_state_dependent_wage_add_desc: "An increase or decrease in Dependents Income" + modifier_state_dependent_wage_mult: "Dependents Income" + modifier_state_dependent_wage_mult_desc: "An increase or decrease in Dependents Income" + modifier_state_aristocrats_dependent_wage_mult: "$aristocrats$ Dependents Income" + modifier_state_aristocrats_dependent_wage_mult_desc: "An increase or decrease in an $aristocrats$ Dependents Income" + modifier_state_bureaucrats_dependent_wage_mult: "$bureaucrats$ Dependents Income" + modifier_state_bureaucrats_dependent_wage_mult_desc: "An increase or decrease in a $bureaucrats$ Dependents Income" + modifier_state_capitalists_dependent_wage_mult: "$capitalists$ Dependents Income" + modifier_state_capitalists_dependent_wage_mult_desc: "An increase or decrease in a $capitalists$ Dependents Income" + modifier_state_clergymen_dependent_wage_mult: "$clergymen$ Dependents Income" + modifier_state_clergymen_dependent_wage_mult_desc: "An increase or decrease in a $clergymen$ Dependents Income" + modifier_state_clerks_dependent_wage_mult: "$clerks$ Dependents Income" + modifier_state_clerks_dependent_wage_mult_desc: "An increase or decrease in a $clerks$ Dependents Income" + modifier_state_engineers_dependent_wage_mult: "$engineers$ Dependents Income" + modifier_state_engineers_dependent_wage_mult_desc: "An increase or decrease in an $engineers$ Dependents Income" + modifier_state_farmers_dependent_wage_mult: "$farmers$ Dependents Income" + modifier_state_farmers_dependent_wage_mult_desc: "An increase or decrease in a $farmers$ Dependents Income" + modifier_state_peasants_dependent_wage_mult: "$peasants$ Dependents Income" + modifier_state_peasants_dependent_wage_mult_desc: "An increase or decrease in a $peasants$ Dependents Income" + modifier_state_laborers_dependent_wage_mult: "$laborers$ Dependents Income" + modifier_state_laborers_dependent_wage_mult_desc: "An increase or decrease in a $laborers$ Dependents Income" + modifier_state_officers_dependent_wage_mult: "$officers$ Dependents Income" + modifier_state_officers_dependent_wage_mult_desc: "An increase or decrease in an $officers$ Dependents Income" + modifier_state_academics_dependent_wage_mult: "$academics$ Dependents Income" + modifier_state_academics_dependent_wage_mult_desc: "An increase or decrease in an $academics$ Dependents Income" + modifier_state_shopkeepers_dependent_wage_mult: "$shopkeepers$ Dependents Income" + modifier_state_shopkeepers_dependent_wage_mult_desc: "An increase or decrease in a $shopkeepers$ Dependents Income" + modifier_state_slaves_dependent_wage_mult: "$slaves$ Dependents Income" + modifier_state_slaves_dependent_wage_mult_desc: "An increase or decrease in a $slaves$ Dependents Income" + modifier_state_soldiers_dependent_wage_mult: "$soldiers$ Dependents Income" + modifier_state_soldiers_dependent_wage_mult_desc: "An increase or decrease in a $soldiers$ Dependents Income" + modifier_state_machinists_dependent_wage_mult: "$machinists$ Dependents Income" + modifier_state_machinists_dependent_wage_mult_desc: "An increase or decrease in a $machinists$ Dependents Income" + + modifier_building_aristocrats_shares_add: "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_aristocrats_shares_add_desc: "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_bureaucrats_shares_add: "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_bureaucrats_shares_add_desc: "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_capitalists_shares_add: "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_capitalists_shares_add_desc: "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_add: "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_add_desc: "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_add: "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_add_desc: "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_add: "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_add_desc: "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_add: "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_add_desc: "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_add: "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_add_desc: "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_add: "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_add_desc: "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_add: "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_add_desc: "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_add: "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_add_desc: "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_add: "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_add_desc: "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_add: "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_add_desc: "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_add: "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_add_desc: "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_add: "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_add_desc: "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_workforce_shares_add: "$concept_workforce$ $concept_ownership_shares$" + modifier_building_workforce_shares_add_desc: "An increase or decrease in the [Concept('concept_ownership_share', '$concept_ownership_shares$')] for the entire [concept_workforce] of the [concept_building]" + modifier_building_government_shares_add: "$concept_government_ownership_shares$" + modifier_building_government_shares_add_desc: "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" + + modifier_building_aristocrats_shares_mult: "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_aristocrats_shares_mult_desc: "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_bureaucrats_shares_mult: "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_bureaucrats_shares_mult_desc: "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_capitalists_shares_mult: "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_capitalists_shares_mult_desc: "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_mult: "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergymen_shares_mult_desc: "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_mult: "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clerks_shares_mult_desc: "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_mult: "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_engineers_shares_mult_desc: "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_mult: "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_farmers_shares_mult_desc: "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_mult: "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_peasants_shares_mult_desc: "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_mult: "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_laborers_shares_mult_desc: "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_mult: "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_officers_shares_mult_desc: "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_mult: "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_academics_shares_mult_desc: "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_mult: "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_shopkeepers_shares_mult_desc: "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_mult: "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_slaves_shares_mult_desc: "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_mult: "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_soldiers_shares_mult_desc: "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_mult: "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_machinists_shares_mult_desc: "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + + modifier_country_aristocrats_pol_str_mult: "[concept_political_strength] of $aristocrats$" + modifier_country_aristocrats_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $aristocrats$" + modifier_country_bureaucrats_pol_str_mult: "[concept_political_strength] of $bureaucrats$" + modifier_country_bureaucrats_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $bureaucrats$" + modifier_country_capitalists_pol_str_mult: "[concept_political_strength] of $capitalists$" + modifier_country_capitalists_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $capitalists$" + modifier_country_clergymen_pol_str_mult: "[concept_political_strength] of $clergymen$" + modifier_country_clergymen_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $clergymen$" + modifier_country_clerks_pol_str_mult: "[concept_political_strength] of $clerks$" + modifier_country_clerks_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $clerks$" + modifier_country_engineers_pol_str_mult: "[concept_political_strength] of $engineers$" + modifier_country_engineers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $engineers$" + modifier_country_farmers_pol_str_mult: "[concept_political_strength] of $farmers$" + modifier_country_farmers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $farmers$" + modifier_country_peasants_pol_str_mult: "[concept_political_strength] of $peasants$" + modifier_country_peasants_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $peasants$" + modifier_country_laborers_pol_str_mult: "[concept_political_strength] of $laborers$" + modifier_country_laborers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $laborers$" + modifier_country_officers_pol_str_mult: "[concept_political_strength] of $officers$" + modifier_country_officers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $officers$" + modifier_country_academics_pol_str_mult: "[concept_political_strength] of $academics$" + modifier_country_academics_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $academics$" + modifier_country_shopkeepers_pol_str_mult: "[concept_political_strength] of $shopkeepers$" + modifier_country_shopkeepers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $shopkeepers$" + modifier_country_slaves_pol_str_mult: "[concept_political_strength] of $slaves$" + modifier_country_slaves_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $slaves$" + modifier_country_soldiers_pol_str_mult: "[concept_political_strength] of $soldiers$" + modifier_country_soldiers_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $soldiers$" + modifier_country_machinists_pol_str_mult: "[concept_political_strength] of $machinists$" + modifier_country_machinists_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $machinists$" + + modifier_country_aristocrats_voting_power_add: "[concept_political_strength] from the [concept_votes] of $aristocrats$" + modifier_country_aristocrats_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $aristocrats$ in Elections" + modifier_country_bureaucrats_voting_power_add: "[concept_political_strength] from the [concept_votes] of $bureaucrats$" + modifier_country_bureaucrats_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $bureaucrats$ in Elections" + modifier_country_capitalists_voting_power_add: "[concept_political_strength] from the [concept_votes] of $capitalists$" + modifier_country_capitalists_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $capitalists$ in Elections" + modifier_country_clergymen_voting_power_add: "[concept_political_strength] from the [concept_votes] of $clergymen$" + modifier_country_clergymen_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" + modifier_country_clerks_voting_power_add: "[concept_political_strength] from the [concept_votes] of $clerks$" + modifier_country_clerks_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clerks$ in Elections" + modifier_country_engineers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $engineers$" + modifier_country_engineers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $engineers$ in Elections" + modifier_country_farmers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $farmers$" + modifier_country_farmers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $farmers$ in Elections" + modifier_country_peasants_voting_power_add: "[concept_political_strength] from the [concept_votes] of $peasants$" + modifier_country_peasants_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $peasants$ in Elections" + modifier_country_laborers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $laborers$" + modifier_country_laborers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $laborers$ in Elections" + modifier_country_officers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $officers$" + modifier_country_officers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $officers$ in Elections" + modifier_country_academics_voting_power_add: "[concept_political_strength] from the [concept_votes] of $academics$" + modifier_country_academics_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $academics$ in Elections" + modifier_country_shopkeepers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $shopkeepers$" + modifier_country_shopkeepers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $shopkeepers$ in Elections" + modifier_country_slaves_voting_power_add: "[concept_political_strength] from the [concept_votes] of $slaves$" + modifier_country_slaves_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $slaves$ in Elections" + modifier_country_soldiers_voting_power_add: "[concept_political_strength] from the [concept_votes] of $soldiers$" + modifier_country_soldiers_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $soldiers$ in Elections" + modifier_country_machinists_voting_power_add: "[concept_political_strength] from the [concept_votes] of $machinists$" + modifier_country_machinists_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $machinists$ vote in Elections" + + voting_power_gain: "s' Political Strength from Votes" + MODIFIER_COUNTRY_DISCRIMINATED_POLSTR_MULT: "Discriminated against" + + modifier_tax_consumption_add: "Consumption Tax Rate" + modifier_tax_consumption_add_desc: "The rate at which goods that have a [concept_consumption_tax] placed on them are taxed" + + modifier_country_legitimacy_base_add: "[concept_legitimacy]" + modifier_country_legitimacy_base_add_desc: "An increase or decrease of the [concept_government]'s [concept_legitimacy]" + modifier_country_legitimacy_headofstate_add: "[concept_legitimacy] from including the [concept_head_of_state] [concept_in_government]" + modifier_country_legitimacy_headofstate_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses by including the [concept_head_of_state]'s [concept_interest_group]." + modifier_country_legitimacy_govt_size_add: "[concept_government] size allowance" + modifier_country_legitimacy_govt_size_add_desc: "The number of [Concept('concept_party','$concept_parties$')] and [Concept('concept_interest_group','$concept_interest_groups$')] that can be included [concept_in_government] at one time without incurring [concept_legitimacy] penalties." + modifier_country_legitimacy_govt_size_mult: "[concept_legitimacy] penalty from size of [concept_government]" + modifier_country_legitimacy_govt_size_mult_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses by including more [Concept('concept_interest_group', '$concept_interest_groups$')]." + modifier_country_legitimacy_ideological_incoherence_mult: "$IDEOLOGICAL_INCOHERENCE_ALIAS$" + modifier_country_legitimacy_ideological_incoherence_mult_desc: "$modifier_country_legitimacy_ideological_incoherence_mult$" + modifier_country_legitimacy_govt_leader_clout_add: "[concept_legitimacy] from Government Leader Clout" + modifier_country_legitimacy_govt_leader_clout_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the [concept_clout] of the [concept_interest_group] leading the government." + modifier_country_legitimacy_govt_total_clout_add: "[concept_legitimacy] from Government Clout" + modifier_country_legitimacy_govt_total_clout_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total [concept_clout] of [Concept('concept_interest_group', '$concept_interest_groups$')] in the government." + modifier_country_legitimacy_govt_total_votes_add: "[concept_legitimacy] from [concept_votes]" + modifier_country_legitimacy_govt_total_votes_add_desc: "The amount of [concept_legitimacy] the [concept_government] gains or loses based on the total percentage of [concept_votes] of [Concept('concept_party','$concept_parties$')] in the government." + + modifier_stockpile_army_requirement_small_arms_add: "Army @small_arms! Consumption" + modifier_stockpile_army_requirement_small_arms_add_desc: "Increases how much @small_arms! Small Arms the army consumes" + modifier_stockpile_army_requirement_ammunition_add: "Army $ammunition$ Ammunition Consumption" + modifier_stockpile_army_requirement_ammunition_add_desc: "Increases how much @ammunition! Ammunition the army consumes" + modifier_stockpile_navy_requirement_coal_add: "Navy @coal! Coal Consumption" + modifier_stockpile_navy_requirement_coal_add_desc: "Increases how much @coal! Coal the navy consumes" + modifier_stockpile_navy_requirement_artillery_add: "Navy @artillery! Artillery Consumption" + modifier_stockpile_navy_requirement_artillery_add_desc: "Increases how much @artillery! Artillery the navy consumes" + modifier_stockpile_navy_requirement_ammunition_add: "Navy @ammunition! Ammunition Consumption" + modifier_stockpile_navy_requirement_ammunition_add_desc: "Increases how much @ammunition! Ammunition the navy consumes" + + modifier_building_laborers_mortality_mult: "$modifier_state_laborers_mortality_mult$" + modifier_building_laborers_mortality_mult_desc: "$modifier_state_laborers_mortality_mult_desc$" + modifier_building_machinists_mortality_mult: "$modifier_state_machinists_mortality_mult$" + modifier_building_machinists_mortality_mult_desc: "$modifier_state_machinists_mortality_mult_desc$" + modifier_building_engineers_mortality_mult: "$modifier_state_engineers_mortality_mult$" + modifier_building_engineers_mortality_mult_desc: "$modifier_state_engineers_mortality_mult_desc$" + modifier_building_aristocrats_mortality_mult: "$modifier_state_aristocrats_mortality_mult$" + modifier_building_aristocrats_mortality_mult_desc: "$modifier_state_aristocrats_mortality_mult_desc$" + modifier_building_bureaucrats_mortality_mult: "$modifier_state_bureaucrats_mortality_mult$" + modifier_building_bureaucrats_mortality_mult_desc: "$modifier_state_bureaucrats_mortality_mult_desc$" + modifier_building_capitalists_mortality_mult: "$modifier_state_capitalists_mortality_mult$" + modifier_building_capitalists_mortality_mult_desc: "$modifier_state_capitalists_mortality_mult_desc$" + modifier_building_clergymen_mortality_mult: "$modifier_state_clergymen_mortality_mult$" + modifier_building_clergymen_mortality_mult_desc: "$modifier_state_clergymen_mortality_mult_desc$" + modifier_building_clerks_mortality_mult: "$modifier_state_clerks_mortality_mult$" + modifier_building_clerks_mortality_mult_desc: "$modifier_state_clerks_mortality_mult_desc$" + modifier_building_farmers_mortality_mult: "$modifier_state_farmers_mortality_mult$" + modifier_building_farmers_mortality_mult_desc: "$modifier_state_farmers_mortality_mult_desc$" + modifier_building_peasants_mortality_mult: "$modifier_state_peasants_mortality_mult$" + modifier_building_peasants_mortality_mult_desc: "$modifier_state_peasants_mortality_mult_desc$" + modifier_building_officers_mortality_mult: "$modifier_state_officers_mortality_mult$" + modifier_building_officers_mortality_mult_desc: "$modifier_state_officers_mortality_mult_desc$" + modifier_building_academics_mortality_mult: "$modifier_state_academics_mortality_mult$" + modifier_building_academics_mortality_mult_desc: "$modifier_state_academics_mortality_mult_desc$" + modifier_building_shopkeepers_mortality_mult: "$modifier_state_shopkeepers_mortality_mult$" + modifier_building_shopkeepers_mortality_mult_desc: "$modifier_state_shopkeepers_mortality_mult_desc$" + modifier_building_slaves_mortality_mult: "$modifier_state_slaves_mortality_mult$" + modifier_building_slaves_mortality_mult_desc: "$modifier_state_slaves_mortality_mult_desc$" + modifier_building_smallholders_mortality_mult: "$modifier_state_smallholders_mortality_mult$" + modifier_building_smallholders_mortality_mult_desc: "$modifier_state_smallholders_mortality_mult_desc$" + modifier_building_soldiers_mortality_mult: "$modifier_state_soldiers_mortality_mult$" + modifier_building_soldiers_mortality_mult_desc: "$modifier_state_soldiers_mortality_mult_desc$" + + modifier_building_laborers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" + modifier_building_laborers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" + modifier_building_machinists_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" + modifier_building_machinists_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" + modifier_building_engineers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" + modifier_building_engineers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" + modifier_building_aristocrats_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" + modifier_building_aristocrats_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" + modifier_building_bureaucrats_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" + modifier_building_bureaucrats_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" + modifier_building_capitalists_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" + modifier_building_capitalists_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" + modifier_building_clergymen_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" + modifier_building_clergymen_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" + modifier_building_clerks_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" + modifier_building_clerks_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" + modifier_building_farmers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" + modifier_building_farmers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" + modifier_building_peasants_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" + modifier_building_peasants_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" + modifier_building_officers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" + modifier_building_officers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" + modifier_building_academics_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" + modifier_building_academics_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" + modifier_building_shopkeepers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" + modifier_building_shopkeepers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" + modifier_building_slaves_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" + modifier_building_slaves_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" + modifier_building_smallholders_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" + modifier_building_smallholders_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" + modifier_building_soldiers_birthrate_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" + modifier_building_soldiers_birthrate_mult_desc: "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $soldiers$" + + modifier_building_group_bg_mining_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Mines" + modifier_building_group_bg_mining_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_engineers_mortality_mult$" + modifier_building_group_bg_mining_engineers_standard_of_living_add: "[concept_sol] of $engineers$ employed in Mines" + modifier_building_group_bg_mining_engineers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_engineers_standard_of_living_add$" + modifier_building_group_bg_mining_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Mines" + modifier_building_group_bg_mining_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_machinists_mortality_mult$" + modifier_building_group_bg_mining_machinists_standard_of_living_add: "[concept_sol] of $machinists$ employed in Mines" + modifier_building_group_bg_mining_machinists_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_machinists_standard_of_living_add$" + modifier_building_group_bg_mining_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Mines" + modifier_building_group_bg_mining_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_mining_laborers_mortality_mult$" + modifier_building_group_bg_mining_laborers_standard_of_living_add: "[concept_sol] of $laborers$ employed in Mines" + modifier_building_group_bg_mining_laborers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_mining_laborers_standard_of_living_add$" + modifier_building_group_bg_agriculture_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Agriculture" + modifier_building_group_bg_agriculture_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_agriculture_laborers_mortality_mult$" + modifier_building_group_bg_agriculture_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Agriculture" + modifier_building_group_bg_agriculture_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_agriculture_farmers_mortality_mult$" + modifier_building_group_bg_ranching_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Ranching" + modifier_building_group_bg_ranching_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_ranching_laborers_mortality_mult$" + modifier_building_group_bg_ranching_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Ranching" + modifier_building_group_bg_ranching_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_ranching_farmers_mortality_mult$" + modifier_building_group_bg_plantations_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed on Plantations" + modifier_building_group_bg_plantations_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_laborers_mortality_mult$" + modifier_building_group_bg_plantations_smallholders_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $smallholders$ employed on Plantations" + modifier_building_group_bg_plantations_smallholders_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_smallholders_mortality_mult$" + modifier_building_group_bg_plantations_farmers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed on Plantations" + modifier_building_group_bg_plantations_farmers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_plantations_farmers_mortality_mult$" + modifier_building_group_bg_manufacturing_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_mortality_mult$" + modifier_building_group_bg_manufacturing_engineers_standard_of_living_add: "[concept_sol] of $engineers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_engineers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_standard_of_living_add$" + modifier_building_group_bg_manufacturing_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_mortality_mult$" + modifier_building_group_bg_manufacturing_machinists_standard_of_living_add: "[concept_sol] of $machinists$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_machinists_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_standard_of_living_add$" + modifier_building_group_bg_manufacturing_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_mortality_mult$" + modifier_building_group_bg_manufacturing_laborers_standard_of_living_add: "[concept_sol] of $laborers$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_laborers_standard_of_living_add_desc: "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_standard_of_living_add$" + modifier_building_group_bg_construction_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in $bg_construction$" + modifier_building_group_bg_construction_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_construction_laborers_mortality_mult$" + modifier_building_group_bg_logging_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Logging" + modifier_building_group_bg_logging_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_laborers_mortality_mult$" + modifier_building_group_bg_logging_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Logging" + modifier_building_group_bg_logging_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_machinists_mortality_mult$" + modifier_building_group_bg_logging_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Logging" + modifier_building_group_bg_logging_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_logging_engineers_mortality_mult$" + modifier_building_group_bg_oil_extraction_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Oil Extraction" + modifier_building_group_bg_oil_extraction_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_extraction_laborers_mortality_mult$" + modifier_building_group_bg_oil_extraction_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Oil Extraction" + modifier_building_group_bg_oil_extraction_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_extraction_machinists_mortality_mult$" + modifier_building_group_bg_oil_extraction_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Oil Extraction" + modifier_building_group_bg_oil_extraction_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_oil_extraction_engineers_mortality_mult$" + modifier_building_group_bg_light_industry_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Light Industry" + modifier_building_group_bg_light_industry_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_light_industry_laborers_mortality_mult$" + modifier_building_group_bg_light_industry_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Light Industry" + modifier_building_group_bg_light_industry_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_light_industry_machinists_mortality_mult$" + modifier_building_group_bg_heavy_industry_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_laborers_mortality_mult$" + modifier_building_group_bg_heavy_industry_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_machinists_mortality_mult$" + modifier_building_group_bg_heavy_industry_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_heavy_industry_engineers_mortality_mult$" + modifier_building_group_bg_infrastructure_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_laborers_mortality_mult$" + modifier_building_group_bg_infrastructure_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_machinists_mortality_mult$" + modifier_building_group_bg_infrastructure_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_infrastructure_engineers_mortality_mult$" + + modifier_building_group_bg_manufacturing_throughput_mult: "$bg_manufacturing$ [concept_throughput]" + modifier_building_group_bg_manufacturing_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_manufacturing$" + modifier_building_group_bg_plantations_throughput_mult: "$bg_plantations$ [concept_throughput]" + modifier_building_group_bg_plantations_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_plantations$" + modifier_building_group_bg_agriculture_throughput_mult: "$bg_agriculture$ [concept_throughput]" + modifier_building_group_bg_agriculture_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_agriculture$" + modifier_building_group_bg_ranching_throughput_mult: "$bg_ranching$ [concept_throughput]" + modifier_building_group_bg_ranching_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_ranching$" + modifier_building_group_bg_mining_throughput_mult: "$bg_mining$ [concept_throughput]" + modifier_building_group_bg_mining_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_mining$" + modifier_building_group_bg_oil_extraction_throughput_mult: "$bg_oil_extraction$ [concept_throughput]" + modifier_building_group_bg_oil_extraction_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_oil_extraction$" + + modifier_building_group_bg_service_throughput_mult: "$bg_service$ [concept_throughput]" + modifier_building_group_bg_service_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_service$" + + modifier_building_group_bg_subsistence_tax_mult: "Subsistence Farm Tax Income" + modifier_building_group_bg_subsistence_tax_mult_desc: "A bonus or penalty to tax income from Subsistence Farms" + modifier_building_group_bg_service_tax_mult: "Urban Center Tax Income" + modifier_building_group_bg_service_tax_mult_desc: "A bonus or penalty to tax income from Urban Centers" + modifier_building_group_bg_agriculture_tax_mult: "Agriculture Tax Income" + modifier_building_group_bg_agriculture_tax_mult_desc: "A bonus or penalty to tax income from Agriculture Buildings" + modifier_building_group_bg_ranching_tax_mult: "Ranching Tax Income" + modifier_building_group_bg_ranching_tax_mult_desc: "A bonus or penalty to tax income from Ranching Buildings" + modifier_building_group_bg_plantations_tax_mult: "Plantation Tax Income" + modifier_building_group_bg_plantations_tax_mult_desc: "A bonus or penalty to tax income from Plantation Buildings" + modifier_building_group_bg_mining_tax_mult: "Mining Tax Income" + modifier_building_group_bg_mining_tax_mult_desc: "A bonus or penalty to tax income from Mining Buildings" + modifier_building_group_bg_coal_mining_tax_mult: "Coal Mining Tax Income" + modifier_building_group_bg_coal_mining_tax_mult_desc: "A bonus or penalty to tax income from Coal Mines" + modifier_building_group_bg_gold_mining_tax_mult: "Gold Mining Tax Income" + modifier_building_group_bg_gold_mining_tax_mult_desc: "A bonus or penalty to tax income from Gold Mines" + modifier_building_group_bg_iron_mining_tax_mult: "Iron Mining Tax Income" + modifier_building_group_bg_iron_mining_tax_mult_desc: "A bonus or penalty to tax income from Iron Mines" + modifier_building_group_bg_lead_mining_tax_mult: "Lead Mining Tax Income" + modifier_building_group_bg_lead_mining_tax_mult_desc: "A bonus or penalty to tax income from Lead Mines" + modifier_building_group_bg_sulfur_mining_tax_mult: "Sulfur Mining Tax Income" + modifier_building_group_bg_sulfur_mining_tax_mult_desc: "A bonus or penalty to tax income from Sulfur Mines" + modifier_building_group_bg_rubber_tax_mult: "Rubber Industry Tax Income" + modifier_building_group_bg_rubber_tax_mult_desc: "A bonus or penalty to tax income from Rubber Plantation Buildings" + modifier_building_group_bg_logging_tax_mult: "Logging Industry Tax Income" + modifier_building_group_bg_logging_tax_mult_desc: "A bonus or penalty to tax income from Logging Buildings" + modifier_building_group_bg_fishing_tax_mult: "Fishing Tax Income" + modifier_building_group_bg_fishing_tax_mult_desc: "A bonus or penalty to tax income from Fishing Wharfs" + modifier_building_group_bg_whaling_tax_mult: "Whaling Tax Income" + modifier_building_group_bg_whaling_tax_mult_desc: "A bonus or penalty to tax income from Whaling Stations" + modifier_building_group_bg_oil_extraction_tax_mult: "Oil Industry Tax Income" + modifier_building_group_bg_oil_extraction_tax_mult_desc: "A bonus or penalty to tax income from Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_tax_mult: "Manufacturing Tax Income" + modifier_building_group_bg_manufacturing_tax_mult_desc: "A bonus or penalty to tax income from Manufacturing Buildings" + modifier_building_group_bg_government_tax_mult: "Government Tax Income" + modifier_building_group_bg_government_tax_mult_desc: "A bonus or penalty to tax income from Government Buildings" + modifier_building_group_bg_infrastructure_tax_mult: "Infrastructure Tax Income" + modifier_building_group_bg_infrastructure_tax_mult_desc: "A bonus or penalty to tax income from Infrastructure Buildings" + + modifier_building_group_bg_subsistence_mortality_mult: "Subsistence Farm Employee Mortality" + modifier_building_group_bg_subsistence_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Subsistence Farms" + modifier_building_group_bg_service_mortality_mult: "Urban Center Employee Mortality" + modifier_building_group_bg_service_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Urban Centers" + modifier_building_group_bg_agriculture_mortality_mult: "Agriculture Employee Mortality" + modifier_building_group_bg_agriculture_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_mortality_mult: "Ranching Employee Mortality" + modifier_building_group_bg_ranching_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Ranching Buildings" + modifier_building_group_bg_plantations_mortality_mult: "Plantation Employee Mortality" + modifier_building_group_bg_plantations_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Plantation Buildings" + modifier_building_group_bg_mining_mortality_mult: "Mining Employee Mortality" + modifier_building_group_bg_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Mining Buildings" + modifier_building_group_bg_coal_mining_mortality_mult: "Coal Mining Employee Mortality" + modifier_building_group_bg_coal_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Coal Mines" + modifier_building_group_bg_gold_mining_mortality_mult: "Gold Mining Employee Mortality" + modifier_building_group_bg_gold_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Gold Mines" + modifier_building_group_bg_iron_mining_mortality_mult: "Iron Mining Employee Mortality" + modifier_building_group_bg_iron_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Iron Mines" + modifier_building_group_bg_lead_mining_mortality_mult: "Lead Mining Employee Mortality" + modifier_building_group_bg_lead_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_mortality_mult: "Sulfur Mining Employee Mortality" + modifier_building_group_bg_sulfur_mining_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Sulfur Mines" + modifier_building_group_bg_rubber_mortality_mult: "Rubber Industry Employee Mortality" + modifier_building_group_bg_rubber_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Rubber Plantation Buildings" + modifier_building_group_bg_logging_mortality_mult: "Logging Industry Employee Mortality" + modifier_building_group_bg_logging_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Logging Buildings" + modifier_building_group_bg_fishing_mortality_mult: "Fishing Employee Mortality" + modifier_building_group_bg_fishing_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Fishing Wharfs" + modifier_building_group_bg_whaling_mortality_mult: "Whaling Employee Mortality" + modifier_building_group_bg_whaling_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Whaling Stations" + modifier_building_group_bg_oil_extraction_mortality_mult: "Oil Industry Employee Mortality" + modifier_building_group_bg_oil_extraction_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_mortality_mult: "Manufacturing Employee Mortality" + modifier_building_group_bg_manufacturing_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Manufacturing Buildings" + modifier_building_group_bg_government_mortality_mult: "Government Employee Mortality" + modifier_building_group_bg_government_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Government Buildings" + modifier_building_group_bg_infrastructure_mortality_mult: "Infrastructure Employee Mortality" + modifier_building_group_bg_infrastructure_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Infrastructure Buildings" + + modifier_building_group_bg_subsistence_standard_of_living_add: "Subsistence Farm Employee [concept_sol]" + modifier_building_group_bg_subsistence_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Subsistence Farms" + modifier_building_group_bg_service_standard_of_living_add: "Urban Center Employee [concept_sol]" + modifier_building_group_bg_service_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Urban Centers" + modifier_building_group_bg_agriculture_standard_of_living_add: "Agriculture Employee [concept_sol]" + modifier_building_group_bg_agriculture_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_standard_of_living_add: "Ranching Employee [concept_sol]" + modifier_building_group_bg_ranching_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Ranching Buildings" + modifier_building_group_bg_plantations_standard_of_living_add: "Plantation Employee [concept_sol]" + modifier_building_group_bg_plantations_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Plantation Buildings" + modifier_building_group_bg_mining_standard_of_living_add: "Mining Employee [concept_sol]" + modifier_building_group_bg_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Mining Buildings" + modifier_building_group_bg_coal_mining_standard_of_living_add: "Coal Mining Employee [concept_sol]" + modifier_building_group_bg_coal_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Coal Mines" + modifier_building_group_bg_gold_mining_standard_of_living_add: "Gold Mining Employee [concept_sol]" + modifier_building_group_bg_gold_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Gold Mines" + modifier_building_group_bg_iron_mining_standard_of_living_add: "Iron Mining Employee [concept_sol]" + modifier_building_group_bg_iron_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Iron Mines" + modifier_building_group_bg_lead_mining_standard_of_living_add: "Lead Mining Employee [concept_sol]" + modifier_building_group_bg_lead_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_standard_of_living_add: "Sulfur Mining Employee [concept_sol]" + modifier_building_group_bg_sulfur_mining_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Sulfur Mines" + modifier_building_group_bg_rubber_standard_of_living_add: "Rubber Industry Employee [concept_sol]" + modifier_building_group_bg_rubber_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Rubber Plantation Buildings" + modifier_building_group_bg_logging_standard_of_living_add: "Logging Industry Employee [concept_sol]" + modifier_building_group_bg_logging_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Logging Buildings" + modifier_building_group_bg_fishing_standard_of_living_add: "Fishing Employee [concept_sol]" + modifier_building_group_bg_fishing_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Fishing Wharfs" + modifier_building_group_bg_whaling_standard_of_living_add: "Whaling Employee [concept_sol]" + modifier_building_group_bg_whaling_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Whaling Stations" + modifier_building_group_bg_oil_extraction_standard_of_living_add: "Oil Industry Employee [concept_sol]" + modifier_building_group_bg_oil_extraction_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Oil Extraction Buildings" + modifier_building_group_bg_manufacturing_standard_of_living_add: "Manufacturing Employee [concept_sol]" + modifier_building_group_bg_manufacturing_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Manufacturing Buildings" + modifier_building_group_bg_government_standard_of_living_add: "Government Employee [concept_sol]" + modifier_building_group_bg_government_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Government Buildings" + modifier_building_group_bg_infrastructure_standard_of_living_add: "Infrastructure Employee [concept_sol]" + modifier_building_group_bg_infrastructure_standard_of_living_add_desc: "A bonus or penalty to the [concept_sol] of employees in Infrastructure Buildings" + + modifier_building_group_bg_subsistence_employee_mult: "Subsistence Farm Employees" + modifier_building_group_bg_subsistence_employee_mult_desc: "A bonus or penalty to the number of employees in Subsistence Farms" + modifier_building_group_bg_service_employee_mult: "Urban Center Employees" + modifier_building_group_bg_service_employee_mult_desc: "A bonus or penalty to the number of employees in Urban Centers" + modifier_building_group_bg_agriculture_employee_mult: "Agriculture Employees" + modifier_building_group_bg_agriculture_employee_mult_desc: "A bonus or penalty to the number of employees in Agriculture Buildings" + modifier_building_group_bg_ranching_employee_mult: "Ranching Employees" + modifier_building_group_bg_ranching_employee_mult_desc: "A bonus or penalty to the number of employees in Ranching Buildings" + modifier_building_group_bg_plantations_employee_mult: "Plantation Employees" + modifier_building_group_bg_plantations_employee_mult_desc: "A bonus or penalty to the number of employees in Plantation Buildings" + modifier_building_group_bg_mining_employee_mult: "Mining Employees" + modifier_building_group_bg_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Mines" + modifier_building_group_bg_gold_mining_employee_mult: "Gold Mining Employees" + modifier_building_group_bg_gold_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Gold Mines" + modifier_building_group_bg_coal_mining_employee_mult: "Coal Mining Employees" + modifier_building_group_bg_coal_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Coal Mines" + modifier_building_group_bg_iron_mining_employee_mult: "Iron Mining Employees" + modifier_building_group_bg_iron_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Iron Mines" + modifier_building_group_bg_lead_mining_employee_mult: "Lead Mining Employees" + modifier_building_group_bg_lead_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Lead Mines" + modifier_building_group_bg_sulfur_mining_employee_mult: "Sulfur Mining Employees" + modifier_building_group_bg_sulfur_mining_employee_mult_desc: "A bonus or penalty to the number of employees in Sulfur Mines" + modifier_building_group_bg_rubber_employee_mult: "Rubber Industry Employees" + modifier_building_group_bg_rubber_employee_mult_desc: "A bonus or penalty to the number of employees in Rubber Industry Buildings" + modifier_building_group_bg_logging_employee_mult: "Logging Industry Employees" + modifier_building_group_bg_logging_employee_mult_desc: "A bonus or penalty to the number of employees in Logging Industry Buildings" + modifier_building_group_bg_fishing_employee_mult: "Fishing Employees" + modifier_building_group_bg_fishing_employee_mult_desc: "A bonus or penalty to the number of employees in Fishing Buildings" + modifier_building_group_bg_whaling_employee_mult: "Whaling Employees" + modifier_building_group_bg_whaling_employee_mult_desc: "A bonus or penalty to the number of employees in Whaling Buildings" + modifier_building_group_bg_oil_extraction_employee_mult: "Oil Industry Employees" + modifier_building_group_bg_oil_extraction_employee_mult_desc: "A bonus or penalty to the number of employees in Oil Industry Buildings" + modifier_building_group_bg_manufacturing_employee_mult: "Manufacturing Employees" + modifier_building_group_bg_manufacturing_employee_mult_desc: "A bonus or penalty to the number of employees in Manufacturing Buildings" + modifier_building_group_bg_government_employee_mult: "Government Employees" + modifier_building_group_bg_government_employee_mult_desc: "A bonus or penalty to the number of employees in Government Buildings" + modifier_building_group_bg_infrastructure_employee_mult: "Infrastructure Employees" + modifier_building_group_bg_infrastructure_employee_mult_desc: "A bonus or penalty to the number of employees in Infrastructure Buildings" + + modifier_building_output_services_add: "@services! Services output per level" + modifier_building_output_services_add_desc: "The amount of @services! Services produced by buildings" + modifier_building_output_fine_art_add: "@fine_art! Fine Art output per level" + modifier_building_output_fine_art_add_desc: "The amount of @fine_art! Fine Art produced by buildings" + modifier_building_output_furniture_add: "@furniture! Furniture output per level" + modifier_building_output_furniture_add_desc: "The amount of @furniture! Furniture produced by buildings" + modifier_building_output_clothes_add: "@clothes! Clothes output per level" + modifier_building_output_clothes_add_desc: "The amount of @clothes! Clothes produced by buildings" + modifier_building_output_tools_add: "@tools! Tools output per level" + modifier_building_output_tools_add_desc: "The amount of @tools! Tools produced by buildings" + modifier_building_output_glass_add: "@glass! Glass output per level" + modifier_building_output_glass_add_desc: "The amount of @glass! Glass produced by buildings" + modifier_building_output_steel_add: "@steel! Steel output per level" + modifier_building_output_steel_add_desc: "The amount of @steel! Steel produced by buildings" + modifier_building_output_liquor_add: "@liquor! Liquor output per level" + modifier_building_output_liquor_add_desc: "The amount of @liquor! Liquor produced by buildings" + modifier_building_output_groceries_add: "@groceries! Groceries output per level" + modifier_building_output_groceries_add_desc: "The amount of @groceries! Groceries produced by buildings" + modifier_building_output_luxury_clothes_add: "@luxury_clothes! Luxury Clothes output per level" + modifier_building_output_luxury_clothes_add_desc: "The amount of @luxury_clothes! Luxury Clothes produced by buildings" + modifier_building_output_luxury_furniture_add: "@luxury_furniture! Luxury Furniture output per level" + modifier_building_output_luxury_furniture_add_desc: "The amount of @luxury_furniture! Luxury Furniture produced by buildings" + modifier_building_output_porcelain_add: "@porcelain! Porcelain output per level" + modifier_building_output_porcelain_add_desc: "The amount of @porcelain! Porcelain produced by buildings" + modifier_building_output_fertilizer_add: "@fertilizer! Fertilizer output per level" + modifier_building_output_fertilizer_add_desc: "The amount of @fertilizer! Fertilizer produced by buildings" + modifier_building_output_explosives_add: "@explosives! Explosives output per level" + modifier_building_output_explosives_add_desc: "The amount of @explosives! Explosives produced by buildings" + modifier_building_output_ammunition_add: "@ammunition! Ammunition output per level" + modifier_building_output_ammunition_add_desc: "The amount of @ammunition! Ammunition produced by buildings" + modifier_building_output_artillery_add: "@artillery! Artillery output per level" + modifier_building_output_artillery_add_desc: "The amount of @artillery! Artillery produced by buildings" + modifier_building_output_engines_add: "@engines! Engines output per level" + modifier_building_output_engines_add_desc: "The amount of @engines! Engines produced by buildings" + modifier_building_output_clippers_add: "@clippers! $clippers$ output per level" + modifier_building_output_clippers_add_desc: "The amount of @clippers! $clippers$ produced by buildings" + modifier_building_output_steamers_add: "@steamers! $steamers$ output per level" + modifier_building_output_steamers_add_desc: "The amount of @steamers! $steamers$ produced by buildings" + modifier_building_output_manowars_add: "@manowars! $manowars$ output per level" + modifier_building_output_manowars_add_desc: "The amount of @manowars! $manowars$ produced by buildings" + modifier_building_output_ironclads_add: "@ironclads! $ironclads$ output per level" + modifier_building_output_ironclads_add_desc: "The amount of @ironclads! $ironclads$ produced by buildings" + modifier_building_output_automobiles_add: "@automobiles! Automobiles output per level" + modifier_building_output_automobiles_add_desc: "The amount of @automobiles! Automobiles produced by buildings" + modifier_building_output_aeroplanes_add: "@aeroplanes! Aeroplanes output per level" + modifier_building_output_aeroplanes_add_desc: "The amount of @aeroplanes! Aeroplanes produced by buildings" + modifier_building_output_tanks_add: "@tanks! Tanks output per level" + modifier_building_output_tanks_add_desc: "The amount of @tanks! Tanks produced by buildings" + modifier_building_output_radios_add: "@radios! Radios output per level" + modifier_building_output_radios_add_desc: "The amount of @radios! Radios produced by buildings" + modifier_building_output_telephones_add: "@telephones! Telephones output per level" + modifier_building_output_telephones_add_desc: "The amount of @telephones! Telephones produced by buildings" + modifier_building_output_grain_add: "@grain! Grain output per level" + modifier_building_output_grain_add_desc: "The amount of @grain! Grain produced by buildings" + modifier_building_output_fish_add: "@fish! Fish output per level" + modifier_building_output_fish_add_desc: "The amount of @fish! Fish produced by buildings" + modifier_building_output_meat_add: "@meat! Meat output per level" + modifier_building_output_meat_add_desc: "The amount of @meat! Meat produced by buildings" + modifier_building_output_fruit_add: "@fruit! Fruit output per level" + modifier_building_output_fruit_add_desc: "The amount of @fruit! Fruit produced by buildings" + modifier_building_output_wine_add: "@wine! $wine$ output per level" + modifier_building_output_wine_add_desc: "The amount of @wine! $wine$ produced by buildings" + modifier_building_output_fabric_add: "@fabric! Fabric output per level" + modifier_building_output_fabric_add_desc: "The amount of @fabric! Fabric produced by buildings" + modifier_building_output_wood_add: "@wood! Wood output per level" + modifier_building_output_wood_add_desc: "The amount of @wood! Wood produced by buildings" + modifier_building_output_sugar_add: "@sugar! Sugar output per level" + modifier_building_output_sugar_add_desc: "The amount of @sugar! Sugar produced by buildings" + modifier_building_output_coal_add: "@coal! Coal output per level" + modifier_building_output_coal_add_desc: "The amount of @coal! Coal produced by buildings" + modifier_building_output_iron_add: "@iron! Iron output per level" + modifier_building_output_iron_add_desc: "The amount of @iron! Iron produced by buildings" + modifier_building_output_lead_add: "@lead! Lead output per level" + modifier_building_output_lead_add_desc: "The amount of @lead! Lead produced by buildings" + modifier_building_output_oil_add: "@oil! Oil output per level" + modifier_building_output_oil_add_desc: "The amount of @oil! Oil produced by buildings" + modifier_building_output_gold_add: "@gold! Gold output per level" + modifier_building_output_gold_add_desc: "The amount of @gold! Gold produced by buildings" + modifier_building_output_sulfur_add: "@sulfur! Sulfur output per level" + modifier_building_output_sulfur_add_desc: "The amount of @sulfur! Sulfur produced by buildings" + modifier_building_output_hardwood_add: "@hardwood! Hardwood output per level" + modifier_building_output_hardwood_add_desc: "The amount of @hardwood! Hardwood produced by buildings" + modifier_building_output_rubber_add: "@rubber! Rubber output per level" + modifier_building_output_rubber_add_desc: "The amount of @rubber! Rubber produced by buildings" + modifier_building_output_coffee_add: "@coffee! Coffee output per level" + modifier_building_output_coffee_add_desc: "The amount of @coffee! Coffee produced by buildings" + modifier_building_output_dye_add: "@dye! Dye output per level" + modifier_building_output_dye_add_desc: "The amount of @dye! Dye produced by buildings" + modifier_building_output_opium_add: "@opium! Opium output per level" + modifier_building_output_opium_add_desc: "The amount of @opium! Opium produced by buildings" + modifier_building_output_tea_add: "@tea! Tea output per level" + modifier_building_output_tea_add_desc: "The amount of @tea! Tea produced by buildings" + modifier_building_output_silk_add: "@silk! Fine Silk output per level" + modifier_building_output_silk_add_desc: "The amount of @silk! Fine Silk produced by buildings" + modifier_building_output_tobacco_add: "@tobacco! Tobacco output per level" + modifier_building_output_tobacco_add_desc: "The amount of @tobacco! Tobacco produced by buildings" + modifier_building_output_small_arms_add: "@small_arms! Small Arms output per level" + modifier_building_output_small_arms_add_desc: "The amount of @small_arms! Small Arms produced by buildings" + modifier_building_output_paper_add: "@paper! Paper output per level" + modifier_building_output_paper_add_desc: "The amount of @paper! Paper produced by buildings" + modifier_building_output_literature_add: "@literature! Literature output per level" + modifier_building_output_literature_add_desc: "The amount of @literature! Literature produced by buildings" + modifier_building_output_transportation_add: "@transportation! Transportation output per level" + modifier_building_output_transportation_add_desc: "The amount of @transportation! Transportation produced by buildings" + modifier_building_output_electricity_add: "@electricity! Electricity output per level" + modifier_building_output_electricity_add_desc: "The amount of @electricity! Electricity produced by buildings" + + modifier_building_input_fabric_add: "@fabric! Fabric input per level" + modifier_building_input_fabric_add_desc: "The amount of @fabric! Fabric consumed by buildings" + modifier_building_input_wood_add: "@wood! Wood input per level" + modifier_building_input_wood_add_desc: "The amount of @wood! Wood consumed by buildings" + modifier_building_input_iron_add: "@iron! Iron input per level" + modifier_building_input_iron_add_desc: "The amount of @iron! Iron consumed by buildings" + modifier_building_input_coal_add: "@coal! Coal input per level" + modifier_building_input_coal_add_desc: "The amount of @coal! Coal consumed by buildings" + modifier_building_input_lead_add: "@lead! Lead input per level" + modifier_building_input_lead_add_desc: "The amount of @lead! Lead consumed by buildings" + modifier_building_input_grain_add: "@grain! Grain input per level" + modifier_building_input_grain_add_desc: "The amount of @grain! Grain consumed by buildings" + modifier_building_input_fish_add: "@fish! Fish input per level" + modifier_building_input_fish_add_desc: "The amount of @fish! Fish consumed by buildings" + modifier_building_input_meat_add: "@meat! Meat input per level" + modifier_building_input_meat_add_desc: "The amount of @meat! Meat consumed by buildings" + modifier_building_input_fruit_add: "@fruit! Fruit input per level" + modifier_building_input_fruit_add_desc: "The amount of @fruit! Fruit consumed by buildings" + modifier_building_input_wine_add: "@wine! $wine$ input per level" + modifier_building_input_wine_add_desc: "The amount of @wine! $wine$ consumed by buildings" + modifier_building_input_liquor_add: "@liquor! $liquor$ input per level" + modifier_building_input_liquor_add_desc: "The amount of @liquor! $liquor$ consumed by buildings" + modifier_building_input_sugar_add: "@sugar! Sugar input per level" + modifier_building_input_sugar_add_desc: "The amount of @sugar! Sugar consumed by buildings" + modifier_building_input_glass_add: "@glass! Glass input per level" + modifier_building_input_glass_add_desc: "The amount of @glass! Glass consumed by buildings" + modifier_building_input_dye_add: "@dye! Dye input per level" + modifier_building_input_dye_add_desc: "The amount of @dye! Dye consumed by buildings" + modifier_building_input_silk_add: "@silk! Fine Silk input per level" + modifier_building_input_silk_add_desc: "The amount of @silk! Fine Silk consumed by buildings" + modifier_building_input_hardwood_add: "@hardwood! Hardwood input per level" + modifier_building_input_hardwood_add_desc: "The amount of @hardwood! Hardwood consumed by buildings" + modifier_building_input_sulfur_add: "@sulfur! Sulfur input per level" + modifier_building_input_sulfur_add_desc: "The amount of @sulfur! Sulfur consumed by buildings" + modifier_building_input_oil_add: "@oil! Oil input per level" + modifier_building_input_oil_add_desc: "The amount of @oil! Oil consumed by buildings" + modifier_building_input_steel_add: "@steel! Steel input per level" + modifier_building_input_steel_add_desc: "The amount of @steel! Steel consumed by buildings" + modifier_building_input_tools_add: "@tools! Tools input per level" + modifier_building_input_tools_add_desc: "The amount of @tools! Tools consumed by buildings" + modifier_building_input_rubber_add: "@rubber! Rubber input per level" + modifier_building_input_rubber_add_desc: "The amount of @rubber! Rubber consumed by buildings" + modifier_building_input_opium_add: "@opium! Opium input per level" + modifier_building_input_opium_add_desc: "The amount of @opium! Opium consumed by buildings" + modifier_building_input_ammunition_add: "@ammunition! Ammunition input per level" + modifier_building_input_ammunition_add_desc: "The amount of @ammunition! Ammunition consumed by buildings" + modifier_building_input_artillery_add: "@artillery! Artillery input per level" + modifier_building_input_artillery_add_desc: "The amount of @artillery! Artillery consumed by buildings" + modifier_building_input_small_arms_add: "@small_arms! Small Arms input per level" + modifier_building_input_small_arms_add_desc: "The amount of @small_arms! Small Arms consumed by buildings" + modifier_building_input_clothes_add: "@clothes! Clothes input per level" + modifier_building_input_clothes_add_desc: "The amount of @clothes! Clothes consumed by buildings" + modifier_building_input_groceries_add: "@groceries! Groceries input per level" + modifier_building_input_groceries_add_desc: "The amount of @groceries! Groceries consumed by buildings" + modifier_building_input_clippers_add: "@clippers! $clippers$ input per level" + modifier_building_input_clippers_add_desc: "The amount of @clippers! $clippers$ consumed by buildings" + modifier_building_input_steamers_add: "@steamers! $steamers$ input per level" + modifier_building_input_steamers_add_desc: "The amount of @steamers! $steamers$ consumed by buildings" + modifier_building_input_manowars_add: "@manowars! $manowars$ input per level" + modifier_building_input_manowars_add_desc: "The amount of @manowars! $manowars$ consumed by buildings" + modifier_building_input_ironclads_add: "@ironclads! $ironclads$ input per level" + modifier_building_input_ironclads_add_desc: "The amount of @ironclads! $ironclads$ consumed by buildings" + modifier_building_input_engines_add: "@engines! Engines input per level" + modifier_building_input_engines_add_desc: "The amount of @engines! Engines consumed by buildings" + modifier_building_input_fertilizer_add: "@fertilizer! Fertilizer input per level" + modifier_building_input_fertilizer_add_desc: "The amount of @fertilizer! Fertilizer consumed by buildings" + modifier_building_input_explosives_add: "@explosives! Explosives input per level" + modifier_building_input_explosives_add_desc: "The amount of @explosives! Explosives consumed by buildings" + modifier_building_input_paper_add: "@paper! Paper input per level" + modifier_building_input_paper_add_desc: "The amount of @paper! Paper consumed by buildings" + modifier_building_input_literature_add: "@literature! Literature input per level" + modifier_building_input_literature_add_desc: "The amount of @literature! Literature consumed by buildings" + modifier_building_input_transportation_add: "@transportation! Transportation input per level" + modifier_building_input_transportation_add_desc: "The amount of @transportation! Transportation consumed by buildings" + modifier_building_input_electricity_add: "@electricity! Electricity input per level" + modifier_building_input_electricity_add_desc: "The amount of @electricity! Electricity consumed by buildings" + modifier_building_input_automobiles_add: "@automobiles! Automobiles input per level" + modifier_building_input_automobiles_add_desc: "The amount of @automobiles! Automobiles consumed by buildings" + modifier_building_input_aeroplanes_add: "@aeroplanes! Aeroplanes input per level" + modifier_building_input_aeroplanes_add_desc: "The amount of @aeroplanes! Aeroplanes consumed by buildings" + modifier_building_input_tanks_add: "@tanks! Tanks input per level" + modifier_building_input_tanks_add_desc: "The amount of @tanks! Tanks consumed by buildings" + modifier_building_input_radios_add: "@radios! Radio input per level" + modifier_building_input_radios_add_desc: "The amount of @radios! Radios consumed by buildings" + modifier_building_input_telephones_add: "@telephones! Telephone input per level" + modifier_building_input_telephones_add_desc: "The amount of @telephones! Telephone consumed by buildings" + + modifier_building_output_oil_mult: "Building @oil! Oil output " + modifier_building_output_oil_mult_desc: "A bonus or penalty to the amount of @oil! Oil produced by buildings" + modifier_building_output_hardwood_mult: "Building @hardwood! Hardwood output" + modifier_building_output_hardwood_mult_desc: "A bonus or penalty to the amount of @hardwood! Hardwood produced by buildings" + modifier_building_output_literature_mult: "Building @literature! Literature output " + modifier_building_output_literature_mult_desc: "A bonus or penalty to the amount of @literature! output produced by buildings" + modifier_building_output_tools_mult: "Building @tools! Tools output" + modifier_building_output_tools_mult_desc: "A bonus or penalty to the amount of @tools! output produced by buildings" + modifier_building_output_small_arms_mult: "Building @small_arms! Small Arms output" + modifier_building_output_small_arms_mult_desc: "A bonus or penalty to the amount of @small_arms! output produced by buildings" + modifier_building_output_engines_mult: "Building @engines! Engines output" + modifier_building_output_engines_mult_desc: "A bonus or penalty to the amount of @engines! output produced by buildings" + modifier_building_output_artillery_mult: "Building @artillery! Artillery output" + modifier_building_output_artillery_mult_desc: "A bonus or penalty to the amount of @artillery! output produced by buildings" + modifier_building_output_automobiles_mult: "Building @automobiles! Automobiles output" + modifier_building_output_automobiles_mult_desc: "A bonus or penalty to the amount of @automobiles! output produced by buildings" + modifier_building_output_aeroplanes_mult: "Building @aeroplanes! Aeroplanes output" + modifier_building_output_aeroplanes_mult_desc: "A bonus or penalty to the amount of @aeroplanes! output produced by buildings" + modifier_building_output_tanks_mult: "Building @tanks! Tanks output" + modifier_building_output_tanks_mult_desc: "A bonus or penalty to the amount of @tanks! output produced by buildings" + modifier_building_output_clippers_mult: "Building @clippers! Clippers output" + modifier_building_output_clippers_mult_desc: "A bonus or penalty to the amount of @clippers! Clippers produced by buildings" + modifier_building_output_steamers_mult: "Building @steamers! Steamers output" + modifier_building_output_steamers_mult_desc: "A bonus or penalty to the amount of @steamers! Steamers produced by buildings" + modifier_building_output_manowars_mult: "Building @manowars! Man-o-Wars output" + modifier_building_output_manowars_mult_desc: "A bonus or penalty to the amount of @manowars! Man-o-Wars produced by buildings" + modifier_building_output_ironclads_mult: "Building @ironclads! Ironclads output" + modifier_building_output_ironclads_mult_desc: "A bonus or penalty to the amount of @ironclads! Ironclads produced by buildings" + modifier_building_output_liquor_mult: "Building @liquor! Liquor output" + modifier_building_output_liquor_mult_desc: "A bonus or penalty to the amount of @liquor! Liquor produced by buildings" + modifier_building_output_wine_mult: "Building @wine! Wine output" + modifier_building_output_wine_mult_desc: "A bonus or penalty to the amount of @wine! Wine produced by buildings" + modifier_building_output_fabric_mult: "Building @fabric! Fabric output" + modifier_building_output_fabric_mult_desc: "A bonus or penalty to the amount of @fabric! Fabric produced by buildings" + modifier_building_output_silk_mult: "Building @silk! Silk output" + modifier_building_output_silk_mult_desc: "A bonus or penalty to the amount of @silk! Silk produced by buildings" + modifier_building_output_fruit_mult: "Building @fruit! Fruit output" + modifier_building_output_fruit_mult_desc: "A bonus or penalty to the amount of @fruit! Fruit produced by buildings" + modifier_building_output_sugar_mult: "Building @sugar! Sugar output" + modifier_building_output_sugar_mult_desc: "A bonus or penalty to the amount of @sugar! Sugar produced by buildings" + modifier_building_output_electricity_mult: "Building @electricity! Electricity output" + modifier_building_output_electricity_mult_desc: "A bonus or penalty to the amount of @electricity! Electricity produced by buildings" + + modifier_state_working_adult_ratio_add: "Workforce Ratio" + modifier_state_working_adult_ratio_add_desc: "The ratio of Workforce to Dependents" + + modifier_country_voting_power_base_add: "[concept_political_strength] from Votes" + modifier_country_voting_power_base_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections" + modifier_country_voting_power_from_literacy_add: "[concept_political_strength] from Educated Pops' Votes" + modifier_country_voting_power_from_literacy_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from each vote in Elections, modified by the [concept_literacy] of the voting [concept_pop]" + modifier_country_voting_power_wealth_threshold_add: "[concept_wealth] Threshold for Voting" + modifier_country_voting_power_wealth_threshold_add_desc: "An increase or decrease to the [concept_wealth] threshold at which Pops are eligible to vote" + + modifier_state_political_strength_from_wealth_mult: "[concept_political_strength] from [concept_wealth]" + modifier_state_political_strength_from_wealth_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_wealth]" + modifier_state_political_strength_from_discrimination_mult: "[concept_political_strength] from [concept_discrimination]" + modifier_state_political_strength_from_discrimination_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] from [concept_discrimination]" + modifier_state_political_strength_from_welfare_mult: "Political Strength when receiving Welfare" + modifier_state_political_strength_from_welfare_mult_desc: "An increase or decrease to the amount of [concept_political_strength] of [Concept('concept_pop','$concept_pops$')] that are receiving [concept_welfare_payments]" + + modifier_state_dependent_political_participation_add: "Dependent Enfranchisement" + modifier_state_dependent_political_participation_add_desc: "The fraction of Dependents that can join Interest Groups and vote." + + modifier_building_subsistence_output_add: "Subsistence Output" + modifier_building_subsistence_output_add_desc: "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in the [concept_building]." + modifier_building_subsistence_output_mult: "$modifier_building_subsistence_output_add$" + modifier_building_subsistence_output_mult_desc: "$modifier_building_subsistence_output_add_desc$" + modifier_building_unincorporated_subsistence_output_mult: "Subsistence Output in Unincorporated States" + modifier_building_unincorporated_subsistence_output_mult_desc: "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + + modifier_country_infamy_generation_mult: "Infamy Generation" + modifier_country_infamy_generation_mult_desc: "An increase or decrease in the amount of [concept_infamy] generated by [Concept('concept_diplomatic_incident', '$concept_diplomatic_incidents$')]." + + modifier_building_throughput_oil_mult: "$oil$ [concept_throughput]" + modifier_building_throughput_oil_mult_desc: "A bonus or penalty to both input and output of $oil$" + + modifier_building_food_industry_throughput_mult: "$building_food_industry$ building [concept_throughput]" + modifier_building_food_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_food_industry$" + modifier_building_textile_mills_throughput_mult: "$building_textile_mills$ building [concept_throughput]" + modifier_building_textile_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_textile_mills$" + modifier_building_glassworks_throughput_mult: "$building_glassworks$ building [concept_throughput]" + modifier_building_glassworks_throughput_mult_desc: "A bonus or penalty to both input and output of $building_glassworks$" + modifier_building_tooling_workshops_throughput_mult: "$building_tooling_workshops$ building [concept_throughput]" + modifier_building_tooling_workshops_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tooling_workshops$" + modifier_building_paper_mills_throughput_mult: "$building_paper_mills$ building [concept_throughput]" + modifier_building_paper_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_paper_mills$" + modifier_building_chemical_plants_throughput_mult: "$building_chemical_plants$ building [concept_throughput]" + modifier_building_chemical_plants_throughput_mult_desc: "A bonus or penalty to both input and output of $building_chemical_plants$" + modifier_building_steel_mills_throughput_mult: "$building_steel_mills$ building [concept_throughput]" + modifier_building_steel_mills_throughput_mult_desc: "A bonus or penalty to both input and output of $building_steel_mills$" + modifier_building_shipyards_throughput_mult: "$building_shipyards$ building [concept_throughput]" + modifier_building_shipyards_throughput_mult_desc: "A bonus or penalty to both input and output of $building_shipyards$" + modifier_building_motor_industry_throughput_mult: "$building_motor_industry$ building [concept_throughput]" + modifier_building_motor_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_motor_industry$" + modifier_building_munition_plants_throughput_mult: "$building_munition_plants$ building [concept_throughput]" + modifier_building_munition_plants_throughput_mult_desc: "A bonus or penalty to both input and output of $building_munition_plants$" + modifier_building_synthetics_plants_throughput_mult: "$synthetics_plants$ building [concept_throughput]" + modifier_building_synthetics_plants_throughput_mult_desc: "A bonus or penalty to both input and output of $synthetics_plants$" + modifier_building_electrics_industry_throughput_mult: "$building_electrics_industry$ building [concept_throughput]" + modifier_building_electrics_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_electrics_industry$" + modifier_building_subsistence_farms_throughput_mult: "$building_subsistence_farms$ building [concept_throughput]" + modifier_building_subsistence_farms_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_farms$" + modifier_building_subsistence_orchards_throughput_mult: "$building_subsistence_orchards$ building [concept_throughput]" + modifier_building_subsistence_orchards_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_orchards$" + modifier_building_subsistence_pastures_throughput_mult: "$building_subsistence_pastures$ building [concept_throughput]" + modifier_building_subsistence_pastures_throughput_mult_desc: "A bonus or penalty to both input and output of $building_subsistence_pastures$" + modifier_building_rye_farm_throughput_mult: "$building_rye_farm$ building [concept_throughput]" + modifier_building_rye_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rye_farm$" + modifier_building_wheat_farm_throughput_mult: "$building_wheat_farm$ building [concept_throughput]" + modifier_building_wheat_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_wheat_farm$" + modifier_building_rice_farm_throughput_mult: "$building_rice_farm$ building [concept_throughput]" + modifier_building_rice_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rice_farm$" + modifier_building_maize_farm_throughput_mult: "$building_maize_farm$ building [concept_throughput]" + modifier_building_maize_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_maize_farm$" + modifier_building_millet_farm_throughput_mult: "$building_millet_farm$ building [concept_throughput]" + modifier_building_millet_farm_throughput_mult_desc: "A bonus or penalty to both input and output of $building_millet_farm$" + modifier_building_livestock_ranch_throughput_mult: "$building_livestock_ranch$ building [concept_throughput]" + modifier_building_livestock_ranch_throughput_mult_desc: "A bonus or penalty to both input and output of $building_livestock_ranch$" + modifier_building_coal_mine_throughput_mult: "$building_coal_mine$ building [concept_throughput]" + modifier_building_coal_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_coal_mine$" + modifier_building_iron_mine_throughput_mult: "$building_iron_mine$ building [concept_throughput]" + modifier_building_iron_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_iron_mine$" + modifier_building_gold_mine_throughput_mult: "$building_gold_mine$ building [concept_throughput]" + modifier_building_gold_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_gold_mine$" + modifier_building_lead_mine_throughput_mult: "$building_lead_mine$ building [concept_throughput]" + modifier_building_lead_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_lead_mine$" + modifier_building_sulfur_mine_throughput_mult: "$building_sulfur_mine$ building [concept_throughput]" + modifier_building_sulfur_mine_throughput_mult_desc: "A bonus or penalty to both input and output of $building_sulfur_mine$" + modifier_building_oil_rig_throughput_mult: "$building_oil_rig$ building [concept_throughput]" + modifier_building_oil_rig_throughput_mult_desc: "A bonus or penalty to both input and output of $building_oil_rig$" + modifier_building_gold_fields_throughput_mult: "$building_gold_fields$ building [concept_throughput]" + modifier_building_gold_fields_throughput_mult_desc: "A bonus or penalty to both input and output of $building_gold_fields$" + modifier_building_coffee_plantation_throughput_mult: "$building_coffee_plantation$ building [concept_throughput]" + modifier_building_coffee_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_coffee_plantation$" + modifier_building_cotton_plantation_throughput_mult: "$building_cotton_plantation$ building [concept_throughput]" + modifier_building_cotton_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_cotton_plantation$" + modifier_building_silk_plantation_throughput_mult: "$building_silk_plantation$ building [concept_throughput]" + modifier_building_silk_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_silk_plantation$" + modifier_building_dye_plantation_throughput_mult: "$building_dye_plantation$ building [concept_throughput]" + modifier_building_dye_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_dye_plantation$" + modifier_building_opium_plantation_throughput_mult: "$building_opium_plantation$ building [concept_throughput]" + modifier_building_opium_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_opium_plantation$" + modifier_building_tea_plantation_throughput_mult: "$building_tea_plantation$ building [concept_throughput]" + modifier_building_tea_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tea_plantation$" + modifier_building_tobacco_plantation_throughput_mult: "$building_tobacco_plantation$ building [concept_throughput]" + modifier_building_tobacco_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_tobacco_plantation$" + modifier_building_sugar_plantation_throughput_mult: "$building_sugar_plantation$ building [concept_throughput]" + modifier_building_sugar_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_sugar_plantation$" + modifier_building_rubber_plantation_throughput_mult: "$building_rubber_plantation$ building [concept_throughput]" + modifier_building_rubber_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_rubber_plantation$" + modifier_building_banana_plantation_throughput_mult: "$building_banana_plantation$ building [concept_throughput]" + modifier_building_banana_plantation_throughput_mult_desc: "A bonus or penalty to both input and output of $building_banana_plantation$" + modifier_building_barracks_throughput_mult: "$building_barracks$ building [concept_throughput]" + modifier_building_barracks_throughput_mult_desc: "A bonus or penalty to both input and output of $building_barracks$" + modifier_building_naval_base_throughput_mult: "$building_naval_base$ building [concept_throughput]" + modifier_building_naval_base_throughput_mult_desc: "A bonus or penalty to both input and output of $building_naval_base$" + modifier_building_urban_center_throughput_mult: "$building_urban_center$ building [concept_throughput]" + modifier_building_urban_center_throughput_mult_desc: "A bonus or penalty to both input and output of $building_urban_center$" + modifier_building_construction_sector_throughput_mult: "$building_construction_sector$ building [concept_throughput]" + modifier_building_construction_sector_throughput_mult_desc: "A bonus or penalty to both input and output of $building_construction_sector$" + modifier_building_trade_center_throughput_mult: "$building_trade_center$ building [concept_throughput]" + modifier_building_trade_center_throughput_mult_desc: "A bonus or penalty to both input and output of $building_trade_center$" + modifier_building_government_administration_throughput_mult: "$building_government_administration$ building [concept_throughput]" + modifier_building_government_administration_throughput_mult_desc: "A bonus or penalty to both input and output of $building_government_administration$" + modifier_building_arts_academy_throughput_mult: "$building_arts_academy$ building [concept_throughput]" + modifier_building_arts_academy_throughput_mult_desc: "A bonus or penalty to both input and output of $building_arts_academy$" + modifier_building_university_throughput_mult: "$building_university$ building [concept_throughput]" + modifier_building_university_throughput_mult_desc: "A bonus or penalty to both input and output of $building_university$" + modifier_building_eiffel_tower_throughput_mult: "$building_eiffel_tower$ building [concept_throughput]" + modifier_building_eiffel_tower_throughput_mult_desc: "A bonus or penalty to both input and output of $building_eiffel_tower$" + modifier_building_logging_camp_throughput_mult: "$building_logging_camp$ building [concept_throughput]" + modifier_building_logging_camp_throughput_mult_desc: "A bonus or penalty to both input and output of $building_logging_camp$" + modifier_building_fishing_wharf_throughput_mult: "$building_fishing_wharf$ building [concept_throughput]" + modifier_building_fishing_wharf_throughput_mult_desc: "A bonus or penalty to both input and output of $building_fishing_wharf$" + modifier_building_whaling_station_throughput_mult: "$building_whaling_station$ building [concept_throughput]" + modifier_building_whaling_station_throughput_mult_desc: "A bonus or penalty to both input and output of $building_whaling_station$" + modifier_building_suez_canal_throughput_mult: "$building_suez_canal$ building [concept_throughput]" + modifier_building_suez_canal_throughput_mult_desc: "A bonus or penalty to both input and output of $building_suez_canal$" + modifier_building_panama_canal_throughput_mult: "$building_panama_canal$ building [concept_throughput]" + modifier_building_panama_canal_throughput_mult_desc: "A bonus or penalty to both input and output of $building_panama_canal$" + modifier_building_port_throughput_mult: "$building_port$ building [concept_throughput]" + modifier_building_port_throughput_mult_desc: "A bonus or penalty to both input and output of $building_port$" + modifier_building_railway_throughput_mult: "$building_railway$ building [concept_throughput]" + modifier_building_railway_throughput_mult_desc: "A bonus or penalty to both input and output of $building_railway$" + modifier_building_power_plant_throughput_mult: "$building_power_plant$ building [concept_throughput]" + modifier_building_power_plant_throughput_mult_desc: "A bonus or penalty to both input and output of $building_power_plant$" + modifier_building_war_machine_industry_throughput_mult: "$building_war_machine_industry$ building [concept_throughput]" + modifier_building_war_machine_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_war_machine_industry$" + modifier_building_arms_industry_throughput_mult: "$building_arms_industry$ building [concept_throughput]" + modifier_building_arms_industry_throughput_mult_desc: "A bonus or penalty to both input and output of $building_arms_industry$" + + modifier_building_group_bg_logging_throughput_mult: "Logging Industry [concept_throughput]" + modifier_building_group_bg_logging_throughput_mult_desc: "A bonus or penalty to both input and output of the logging Industry" + modifier_building_group_bg_fishing_throughput_mult: "Fishing Industry [concept_throughput]" + modifier_building_group_bg_fishing_throughput_mult_desc: "A bonus or penalty to both input and output of the fishing Industry" + modifier_building_group_bg_whaling_throughput_mult: "Whaling Industry [concept_throughput]" + modifier_building_group_bg_whaling_throughput_mult_desc: "A bonus or penalty to both input and output of the Whaling Industry" + + modifier_state_incorporated_infrastructure_add: "[concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" + modifier_state_incorporated_infrastructure_add_desc: "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_incorporated_state', '$concept_incorporated_states$')]" + modifier_state_colony_infrastructure_add: "[concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" + modifier_state_colony_infrastructure_add_desc: "A bonus or penalty to the [concept_infrastructure] in [Concept('concept_colony', '$concept_colonies$')]" + modifier_state_infrastructure_add: "Infrastructure" + modifier_state_infrastructure_add_desc: "A bonus or penalty to the [Concept('concept_state','$concept_state_possessive$')] [concept_infrastructure]" + modifier_state_infrastructure_from_population_add: "Infrastructure per [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] Population" + modifier_state_infrastructure_from_population_add_desc: "The amount of [concept_state] [concept_infrastructure] added for each [GetDefine('NPops','INDIVIDUALS_PER_POP_INFRASTRUCTURE')|vK] [Concept('concept_pop', '$concept_pops$')] that live there" + modifier_state_infrastructure_from_population_mult: "$modifier_state_infrastructure_from_population_add$" + modifier_state_infrastructure_from_population_mult_desc: "$modifier_state_infrastructure_from_population_add_desc$" + modifier_state_infrastructure_from_population_max_add: "Maximum Infrastructure from Population" + modifier_state_infrastructure_from_population_max_add_desc: "The max amount of [concept_infrastructure] that a [concept_state] can receive from [Concept('concept_pop', '$concept_pops$')] that live there" + modifier_state_infrastructure_from_population_max_mult: "$modifier_state_infrastructure_from_population_max_add$" + modifier_state_infrastructure_from_population_max_mult_desc: "$modifier_state_infrastructure_from_population_max_add_desc$" + modifier_state_infrastructure_mult: "$modifier_state_infrastructure_add$" + modifier_state_infrastructure_mult_desc: "$modifier_state_infrastructure_add_desc$" + modifier_state_region_sea_infrastructure_access_add: "State Region Sea Infrastructure Access" + modifier_state_region_sea_infrastructure_access_add_desc: "Caps how much [concept_infrastructure] a state region can be influenced by through adjacent sea regions" + + modifier_country_construction_add: "@construction![Nbsp][concept_construction]" + modifier_country_construction_add_desc: "The amount of @construction! Construction produced by a $building_construction_sector$" + modifier_state_construction_mult: "State Construction Efficiency" + modifier_state_construction_mult_desc: "A bonus or penalty to the weekly [concept_construction] progress in a [concept_state]" + modifier_country_private_construction_allocation_mult: "Private Construction Allocation" + modifier_country_private_construction_allocation_mult_desc: "An increase or decrease in the fraction of weekly [concept_construction] that will be preferentially allocated to [Concept('concept_private_construction', '$concept_private_constructions$')] over [Concept('concept_government_construction', '$concept_government_constructions$')] ." + + modifier_country_production_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Production" + modifier_country_production_weekly_innovation_mult_desc: "Modifies the amount of [concept_innovation] gained every week for Production" + modifier_country_military_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Military" + modifier_country_military_weekly_innovation_mult_desc: "The amount of [concept_innovation] gained every week for Military" + modifier_country_society_weekly_innovation_mult: "Weekly [concept_innovation] Gain Multiplier for Society" + modifier_country_society_weekly_innovation_mult_desc: "The amount of [concept_innovation] gained every week for Society" + modifier_country_production_tech_spread_mult: "Technology Spread for Production" + modifier_country_production_tech_spread_mult_desc: "The speed at which Production technologies spread from other countries " + modifier_country_military_tech_spread_mult: "Technology Spread for Military" + modifier_country_military_tech_spread_mult_desc: "The speed at which Military technologies spread from other countries" + modifier_country_society_tech_spread_mult: "Technology Spread for Society" + modifier_country_society_tech_spread_mult_desc: "The speed at which Society technologies spread from other countries" + + modifier_technology_invention_cost_mult: "Technology Cost" + modifier_technology_invention_cost_mult_desc: "A bonus or penalty to the cost to invent or adopt new technologies." + modifier_character_morale_cap_add: "Morale Cap" + modifier_character_morale_cap_add_desc: "A bonus or penalty to max unit morale." + modifier_character_budget_mult: "Character Budget" + modifier_character_budget_mult_desc: "A bonus or penalty to the monetary cost for characters." + modifier_character_health_add: "Character Health" + modifier_character_health_add_desc: "A character's health and longevity." + modifier_character_attrition_risk_add: "Attrition Risk" + modifier_character_attrition_risk_add_desc: "The chance of casualties among the units not involved in active battles" + modifier_character_attrition_risk_mult: "Attrition Risk Multiplier" + modifier_character_attrition_risk_mult_desc: "The chance of casualties among the units not involved in active battles" + modifier_front_advancement_speed_add: "Front Advancement Speed" + modifier_front_advancement_speed_add_desc: "$concept_advancement_speed_desc$" + modifier_front_advancement_speed_mult: "Front Advancement Speed" + modifier_front_advancement_speed_mult_desc: "$concept_advancement_speed_desc$" + modifier_front_enemy_advancement_speed_add: "Front Enemy Advancement Speed" + modifier_front_enemy_advancement_speed_add_desc: "$concept_advancement_speed_desc$" + modifier_front_enemy_advancement_speed_mult: "Front Enemy Advancement Speed" + modifier_front_enemy_advancement_speed_mult_desc: "$concept_advancement_speed_desc$" + + modifier_building_training_rate_add: "Training Rate" + modifier_building_training_rate_add_desc: "How much [concept_manpower] can be trained per week" + modifier_building_training_rate_mult: "$modifier_building_training_rate_add$" + modifier_building_training_rate_mult_desc: "$modifier_building_training_rate_add_desc$" + modifier_building_mobilization_cost_mult: "[Concept('concept_mobilize_battalion', '$concept_mobilize_battalion_mobilization$')] [Concept('concept_good','$concept_goods$')] Requirements" + modifier_building_mobilization_cost_mult_desc: "Additional input [Concept('concept_good','$concept_goods$')] demand by [Concept('concept_mobilize_battalion', '$concept_mobilize_battalions_mobilized$')]" + + modifier_character_popularity_add: "[concept_popularity]" + modifier_character_popularity_add_desc: "How popular this character is with its constituents." + + modifier_conscientious_objection_denied: "Disapproves of No Conscientious Objection" + modifier_conscientious_objection_rejected: "Disapproves of Conscientious Objection" + modifier_conscientious_objection_approved: "Approves of No Conscientious Objection" + modifier_conscientious_objection_rejected_good: "Approves of Conscientious Objection" + modifier_conscription_rate_lowered: "Conscientious Objectors" + objectors_conscription_law: "Conscientious Objectors Allowed" + objectors_conscription_bad_law: "Conscientious Objectors Rejected" + modifier_police_ignored: "Disapproves of Ignoring Police" + modifier_secret_police_supported: "Secret Police request implemented" + modifier_mine_regulations_enforced: "Disapproves of enforced mining regulations" + modifier_mine_regulations_not_enforced: "Approves of unenforced mining regulations" + modifier_mine_regulations_not_enforced_state: "Unenforced mining regulations" + modifier_ignored_intelligentsia_request: "Ignored Secular Schools Request" + + modifier_small_expedition_cost: "Small Expedition Budget" + modifier_medium_expedition_cost: "Medium Expedition Budget" + modifier_large_expedition_cost: "Expedition Budget" + + modifier_expedition_film: "Film of Expedition" + modifier_niger_river_expedition_complete: "Explored the Niger River" + + MODIFIER_NAME_FORMAT_BUILDING_TYPE_IN_STATE: "$BUILDING$ in $STATE$" + + modifier_olympic_games: "Olympic Games" + modifier_film_industry: "Film Industry" + modifier_reclaiming_land: "Reclaiming Land" + modifier_good_exhibition: "Good Exhibition" + modifier_great_exhibition: "Great Exhibition" + modifier_greatest_exhibition: "Greatest Exhibition" + + modifier_state_academics_investment_pool_contribution_add: "$academics$ [concept_investment_pool] contribution" + modifier_state_academics_investment_pool_efficiency_mult: "$academics$ [concept_investment_pool] contribution efficiency" + modifier_state_academics_investment_pool_contribution_add_desc: "How much of their profits $academics$ will invest" + modifier_state_academics_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" + + modifier_state_aristocrats_investment_pool_contribution_add: "$aristocrats$ [concept_investment_pool] contribution" + modifier_state_aristocrats_investment_pool_efficiency_mult: "$aristocrats$ [concept_investment_pool] contribution efficiency" + modifier_state_aristocrats_investment_pool_contribution_add_desc: "How much of their profits $aristocrats$ will invest" + modifier_state_aristocrats_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $aristocrats$ will contribute to the [concept_investment_pool]" + + modifier_state_bureaucrats_investment_pool_contribution_add: "$bureaucrats$ [concept_investment_pool] contribution" + modifier_state_bureaucrats_investment_pool_efficiency_mult: "$bureaucrats$ [concept_investment_pool] contribution efficiency" + modifier_state_bureaucrats_investment_pool_contribution_add_desc: "How much of their profits $bureaucrats$ will invest" + modifier_state_bureaucrats_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $bureaucrats$ will contribute to the [concept_investment_pool]" + + modifier_state_capitalists_investment_pool_contribution_add: "$capitalists$ [concept_investment_pool] contribution" + modifier_state_capitalists_investment_pool_efficiency_mult: "$capitalists$ [concept_investment_pool] contribution efficiency" + modifier_state_capitalists_investment_pool_contribution_add_desc: "How much of their profits $capitalists$ will invest" + modifier_state_capitalists_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $capitalists$ will contribute to the [concept_investment_pool]" + + modifier_state_clergymen_investment_pool_contribution_add: "$clergymen$ [concept_investment_pool] contribution" + modifier_state_clergymen_investment_pool_efficiency_mult: "$clergymen$ [concept_investment_pool] contribution efficiency" + modifier_state_clergymen_investment_pool_contribution_add_desc: "How much of their profits $clergymen$ will invest" + modifier_state_clergymen_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $clergymen$ will contribute to the [concept_investment_pool]" + + modifier_state_clerks_investment_pool_contribution_add: "$clerks$ [concept_investment_pool] contribution" + modifier_state_clerks_investment_pool_efficiency_mult: "$clerks$ [concept_investment_pool] contribution efficiency" + modifier_state_clerks_investment_pool_contribution_add_desc: "How much of their profits $clerks$ will invest" + modifier_state_clerks_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $clerks$ will contribute to the [concept_investment_pool]" + + modifier_state_engineers_investment_pool_contribution_add: "$engineers$ [concept_investment_pool] contribution" + modifier_state_engineers_investment_pool_efficiency_mult: "$engineers$ [concept_investment_pool] contribution efficiency" + modifier_state_engineers_investment_pool_contribution_add_desc: "How much of their profits $engineers$ will invest" + modifier_state_engineers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $engineers$ will contribute to the [concept_investment_pool]" + + modifier_state_farmers_investment_pool_contribution_add: "$farmers$ [concept_investment_pool] contribution" + modifier_state_farmers_investment_pool_efficiency_mult: "$farmers$ [concept_investment_pool] contribution efficiency" + modifier_state_farmers_investment_pool_contribution_add_desc: "How much of their profits $farmers$ will invest" + modifier_state_farmers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $farmers$ will contribute to the [concept_investment_pool]" + + modifier_state_peasants_investment_pool_contribution_add: "$peasants$ [concept_investment_pool] contribution" + modifier_state_peasants_investment_pool_efficiency_mult: "$peasants$ [concept_investment_pool] contribution efficiency" + modifier_state_peasants_investment_pool_contribution_add_desc: "How much of their profits $peasants$ will invest" + modifier_state_peasants_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $peasants$ will contribute to the [concept_investment_pool]" + + modifier_state_laborers_investment_pool_contribution_add: "$laborers$ [concept_investment_pool] contribution" + modifier_state_laborers_investment_pool_efficiency_mult: "$laborers$ [concept_investment_pool] contribution efficiency" + modifier_state_laborers_investment_pool_contribution_add_desc: "How much of their profits $laborers$ will invest" + modifier_state_laborers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $laborers$ will contribute to the [concept_investment_pool]" + + modifier_state_machinists_investment_pool_contribution_add: "$machinists$ [concept_investment_pool] contribution" + modifier_state_machinists_investment_pool_efficiency_mult: "$machinists$ [concept_investment_pool] contribution efficiency" + modifier_state_machinists_investment_pool_contribution_add_desc: "How much of their profits $machinists$ will invest" + modifier_state_machinists_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $machinists$ will contribute to the [concept_investment_pool]" + + modifier_state_officers_investment_pool_contribution_add: "$officers$ [concept_investment_pool] contribution" + modifier_state_officers_investment_pool_efficiency_mult: "$officers$ [concept_investment_pool] contribution efficiency" + modifier_state_officers_investment_pool_contribution_add_desc: "How much of their profits $officers$ will invest" + modifier_state_officers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $officers$ will contribute to the [concept_investment_pool]" + + modifier_state_shopkeepers_investment_pool_contribution_add: "$shopkeepers$ [concept_investment_pool] contribution" + modifier_state_shopkeepers_investment_pool_efficiency_mult: "$shopkeepers$ [concept_investment_pool] contribution efficiency" + modifier_state_shopkeepers_investment_pool_contribution_add_desc: "How much of their profits $shopkeepers$ will invest" + modifier_state_shopkeepers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $shopkeepers$ will contribute to the [concept_investment_pool]" + + modifier_state_slaves_investment_pool_contribution_add: "$slaves$ [concept_investment_pool] contribution" + modifier_state_slaves_investment_pool_efficiency_mult: "$slaves$ [concept_investment_pool] contribution efficiency" + modifier_state_slaves_investment_pool_contribution_add_desc: "How much of their profits $slaves$ will invest" + modifier_state_slaves_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $slaves$ will contribute to the [concept_investment_pool]" + + modifier_state_soldiers_investment_pool_contribution_add: "$soldiers$ [concept_investment_pool] contribution" + modifier_state_soldiers_investment_pool_efficiency_mult: "$soldiers$ [concept_investment_pool] contribution efficiency" + modifier_state_soldiers_investment_pool_contribution_add_desc: "How much of their profits $soldiers$ will invest" + modifier_state_soldiers_investment_pool_efficiency_mult_desc: "An increase or decrease to how much the invested profits from $soldiers$ will contribute to the [concept_investment_pool]" + + modifier_country_disallow_discriminated_migration: "[Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" + modifier_country_disallow_discriminated_migration_desc: "This country does not permit its [Concept('concept_discrimination', '$concept_discriminated$')] [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" + modifier_country_disallow_migration: "All [Concept('concept_pop', '$concept_pops$')] Disallowed from [Concept('concept_migration', '$concept_migrating$')]" + modifier_country_disallow_migration_desc: "This country does not permit any of its [Concept('concept_pop', '$concept_pops$')] to [Concept('concept_migration', '$concept_migrate$')]" + + modifier_country_embargo_all_goods: "Permission to Embargo all Goods" + modifier_country_embargo_all_goods_desc: "Legal permission to embargo all categories of goods" + modifier_country_embargo_staple_goods: "Permission to Embargo $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_embargo_staple_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_embargo_industrial_goods: "Permission to Embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_embargo_industrial_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_embargo_luxury_goods: "Permission to Embargo $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_embargo_luxury_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_embargo_military_goods: "Permission to Embargo $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_embargo_military_goods_desc: "Legal permission to embargo $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_promote_all_goods: "Permission to Promote all Goods" + modifier_country_promote_all_goods_desc: "Legal permission to promote all categories of goods" + modifier_country_promote_staple_goods: "Permission to Promote $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_promote_staple_goods_desc: "Legal permission to promote $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_promote_industrial_goods: "Permission to Promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_promote_industrial_goods_desc: "Legal permission to promote $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_promote_luxury_goods: "Permission to Promote $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_promote_luxury_goods_desc: "Legal permission to promote $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_promote_military_goods: "Permission to Promote $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_promote_military_goods_desc: "Legal permission to promote $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_suppress_all_goods: "Permission to Suppress all Goods" + modifier_country_suppress_all_goods_desc: "Legal permission to suppress all categories of goods" + modifier_country_suppress_staple_goods: "Permission to Suppress $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_suppress_staple_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_suppress_industrial_goods: "Permission to Suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_suppress_industrial_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_suppress_luxury_goods: "Permission to Suppress $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_suppress_luxury_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_suppress_military_goods: "Permission to Suppress $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_suppress_military_goods_desc: "Legal permission to suppress $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_tax_all_goods: "Permission to Tax all Goods" + modifier_country_tax_all_goods_desc: "Legal permission to tax all categories of goods" + modifier_country_tax_staple_goods: "Permission to Tax $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_tax_staple_goods_desc: "Legal permission to tax $GOOD_CATEGORY_STAPLE$ Goods" + modifier_country_tax_industrial_goods: "Permission to Tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_tax_industrial_goods_desc: "Legal permission to tax $GOOD_CATEGORY_INDUSTRIAL$ Goods" + modifier_country_tax_luxury_goods: "Permission to Tax $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_tax_luxury_goods_desc: "Legal permission to tax $GOOD_CATEGORY_LUXURY$ Goods" + modifier_country_tax_military_goods: "Permission to Tax $GOOD_CATEGORY_MILITARY$ Goods" + modifier_country_tax_military_goods_desc: "Legal permission to tax $GOOD_CATEGORY_MILITARY$ Goods" + + modifier_country_private_buildings_protected: "Disallow Downsizing Non-Government Buildings" + modifier_country_private_buildings_protected_desc: "Whether privately owned [Concept('concept_building','$concept_buildings$')] are legally protected from being downsized" + + modifier_country_subsidies_all: "Can Subsidize all Buildings" + modifier_country_subsidies_all_desc: "Legal permission to enact government subsidies of any building type" + modifier_country_subsidies_bg_mining: "Can Subsidize $bg_mining$" + modifier_country_subsidies_bg_mining_desc: "Legal permission to enact government subsidies of $bg_mining$" + modifier_country_subsidies_bg_logging: "Can Subsidize $bg_logging$" + modifier_country_subsidies_bg_logging_desc: "Legal permission to enact government subsidies of $bg_logging$" + modifier_country_subsidies_bg_fishing: "Can Subsidize $bg_fishing$" + modifier_country_subsidies_bg_fishing_desc: "Legal permission to enact government subsidies of $bg_fishing$" + modifier_country_subsidies_bg_whaling: "Can Subsidize $bg_whaling$" + modifier_country_subsidies_bg_whaling_desc: "Legal permission to enact government subsidies of $bg_whaling$" + modifier_country_subsidies_bg_agriculture: "Can Subsidize $bg_agriculture$" + modifier_country_subsidies_bg_agriculture_desc: "Legal permission to enact government subsidies of $bg_agriculture$" + modifier_country_subsidies_bg_ranching: "Can Subsidize $bg_ranching$" + modifier_country_subsidies_bg_ranching_desc: "Legal permission to enact government subsidies of $bg_ranching$" + modifier_country_subsidies_bg_plantations: "Can Subsidize $bg_plantations$" + modifier_country_subsidies_bg_plantations_desc: "Legal permission to enact government subsidies of $bg_plantations$" + modifier_country_subsidies_bg_service: "Can Subsidize $bg_service$" + modifier_country_subsidies_bg_service_desc: "Legal permission to enact government subsidies of $bg_service$" + modifier_country_subsidies_bg_manufacturing: "Can Subsidize $bg_manufacturing$" + modifier_country_subsidies_bg_manufacturing_desc: "Legal permission to enact government subsidies of $bg_manufacturing$" + modifier_country_subsidies_bg_infrastructure: "Can Subsidize $bg_infrastructure$" + modifier_country_subsidies_bg_infrastructure_desc: "Legal permission to enact government subsidies of $bg_infrastructure$" + modifier_country_subsidies_bg_trade: "Can Subsidize $bg_trade$" + modifier_country_subsidies_bg_trade_desc: "Legal permission to enact government subsidies of $bg_trade$" + modifier_market_disallow_trade_routes: "Disable Trade Routes" + modifier_market_disallow_trade_routes_desc: "Disallow all import and export of goods in the market" + modifier_country_disable_investment_pool: "Disable Investment Pool" + modifier_country_disable_investment_pool_desc: "Disallow all reinvestment into and usage of the [concept_investment_pool]" + modifier_country_ignores_landing_craft_penalty: "Ignore Difficult Landing Penalty" + modifier_country_ignores_landing_craft_penalty_desc: "Ignores the offensive penalty to winning the landing battle during a naval invasion" + + modifier_cultural_minority_blamed: "Cultural Rift" + modifier_cultural_work: "Work on Cultural Rift" + + modifier_negative_article_released: "Negative Article Released" + modifier_negative_article_supressed: "Negative Article Suppressed" + + modifier_minority_not_employed: "Minority Blocked from Employment" + modifier_minority_employed: "Minority Employment Block Stopped" + + modifier_minority_denied_entry: "Minority Denied Entry" + modifier_minority_allowed_entry: "Minority Entry Denial Stopped" + + modifier_minority_members_defended: "Minority Members Defended" + modifier_minority_members_killed: "Minority Members Killed" + + STATE_CULTURE_SOL_MODIFIER: "[concept_sol] Modifier for $CULTURE$" + STATE_CULTURE_SOL_MODIFIER_DESC: "A bonus or penalty to a specific culture's [concept_sol]" + + STATE_RELIGION_SOL_MODIFIER: "[concept_sol] Modifier for $RELIGION$" + STATE_RELIGION_SOL_MODIFIER_DESC: "A bonus or penalty to a specific religion's [concept_sol]" + + modifier_west_america_wildlife_photography: "Western America Wildlife Photography" + modifier_west_america_plant_discovered: "Western American plant species discovered" + + modifier_buenaventura_river_disproven: "Buenaventura River Disproven" + modifier_oregon_trail_mapped: "Oregon Trail Mapped" + modifier_great_salt_lake_mapped: "Great Salt Lake Mapped" + + modifier_surveying_suez: "Surveying Suez Isthmus" + + modifier_surveying_panama: "Surveying Panama Isthmus" + + modifier_country_production_tech_cost_mult: "Production [concept_technology] Cost" + modifier_country_production_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Production category" + modifier_country_military_tech_cost_mult: "Military [concept_technology] Cost" + modifier_country_military_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Military category" + modifier_country_society_tech_cost_mult: "Society [concept_technology] Cost" + modifier_country_society_tech_cost_mult_desc: "A bonus or penalty to research [concept_technology] in the Society category" + + modifier_country_radicals_from_conquest_mult: "Radicals from Conquest" + modifier_country_radicals_from_conquest_mult_desc: "A bonus or penalty to the amount of [Concept('concept_pop', '$concept_pops$')] that will become [concept_radical] when we conquer [Concept('concept_state', '$concept_states$')] militarily" + + modifier_state_radicals_from_discrimination_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_discrimination]" + modifier_state_radicals_from_discrimination_mult_desc: "A bonus or penalty to the rate at which [Concept('concept_pop', '$concept_pops$')] that is subjected to [concept_discrimination] become [concept_radical] over time" + modifier_state_radicals_from_sol_change_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases" + modifier_state_radicals_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_radical] from decreases in [concept_sol]" + modifier_state_loyalists_from_sol_change_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases" + modifier_state_loyalists_from_sol_change_mult_desc: "A bonus or penalty to how many [Concept('concept_pop', '$concept_pops$')] will become [concept_loyalist] from increases in [concept_sol]" + modifier_state_turmoil_effects_mult: "[concept_state] Penalties from [concept_turmoil]" + modifier_state_turmoil_effects_mult_desc: "An increase or decrease of the negative effects Pop [concept_turmoil] has on the [concept_state] they live in" + modifier_state_radicals_from_sol_change_accepted_culture_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" + modifier_state_radicals_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_radical] from increases in [concept_sol]" + modifier_state_loyalists_from_sol_change_accepted_culture_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_culture', '$concept_accepted_cultures$')]" + modifier_state_loyalists_from_sol_change_accepted_culture_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_culture', '$concept_accepted_cultures$')] will become [concept_loyalist] from increases in [concept_sol]" + modifier_state_radicals_from_sol_change_accepted_religion_mult: "[Concept('concept_radical', '$concept_radicals$')] from [concept_sol] decreases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" + modifier_state_radicals_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_radical] from increases in [concept_sol]" + modifier_state_loyalists_from_sol_change_accepted_religion_mult: "[Concept('concept_loyalist', '$concept_loyalists$')] from [concept_sol] increases in [Concept('concept_accepted_religion', '$concept_accepted_religions$')]" + modifier_state_loyalists_from_sol_change_accepted_religion_mult_desc: "An increase or decrease to how many [Concept('concept_pop', '$concept_pops$')] of [Concept('concept_accepted_religion', '$concept_accepted_religions$')] will become [concept_loyalist] from increases in [concept_sol]" + + modifier_country_revolution_secession_speed_mult: "[concept_revolution] / [concept_secession] Progression Speed" + modifier_country_revolution_secession_speed_mult_desc: "A bonus or penalty to the Progression Speed of [Concept('concept_revolution', '$concept_revolutions$')] and [Concept('concept_secession', '$concept_secessions$')]" + modifier_country_revolution_secession_speed_add: "$modifier_country_revolution_secession_speed_mult$" + modifier_country_revolution_secession_speed_add_desc: "$modifier_country_revolution_secession_speed_mult_desc$" + + modifier_failed_expedition: "Failed Expedition" + modifier_failed_expedition_desc: "This country recently lost an expedition." + + modifier_country_convoys_capacity_add: "[concept_convoys]" + modifier_country_convoys_capacity_add_desc: "$concept_convoys_desc$" + modifier_country_convoys_capacity_mult: "$modifier_country_convoys_capacity_add$" + modifier_country_convoys_capacity_mult_desc: "$concept_convoys_desc$" + modifier_country_convoys_capacity_add_pre_fix: "@convoys!" + modifier_country_convoys_capacity_mult_pre_fix: "$modifier_country_convoys_capacity_add_pre_fix$" + + modifier_country_power_projection_common: "An increase or decrease to the country's [concept_power_projection]" + modifier_country_army_power_projection_add: "Army [concept_power_projection]" + modifier_country_army_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its army." + modifier_country_army_power_projection_mult: "$modifier_country_army_power_projection_add$" + modifier_country_army_power_projection_mult_desc: "$modifier_country_army_power_projection_add_desc$" + modifier_country_navy_power_projection_add: "Navy [concept_power_projection]" + modifier_country_navy_power_projection_add_desc: "$modifier_country_power_projection_common$ due to its navy." + modifier_country_navy_power_projection_mult: "$modifier_country_navy_power_projection_add$" + modifier_country_navy_power_projection_mult_desc: "$modifier_country_navy_power_projection_add_desc$" + + modifier_country_institution_size_change_speed_mult: "Institution Size Change Speed" + modifier_country_institution_size_change_speed_mult_desc: "How fast you change the size of an institution" + + modifier_political_movement_support_add: "Political Movement Support" + modifier_political_movement_support_add_desc: "An increase or decrease in [concept_political_movement_support]" + modifier_political_movement_radicalism_add: "Political Movement Radicalism" + modifier_political_movement_radicalism_add_desc: "An increase or decrease in [concept_political_movement_radicalism]" + modifier_political_movement_radicalism_mult: "$modifier_political_movement_radicalism_add$" + modifier_political_movement_radicalism_mult_desc: "$modifier_political_movement_radicalism_add_desc$" + + modifier_state_disallow_incorporation: "State Incorporation Disallowed" + modifier_state_disallow_incorporation_desc: "Cannot Incorporate State due to a modifier" + + modifier_building_output_radio_mult: "Building @radio! Radio output" + modifier_building_output_radio_mult_desc: "A bonus or penalty to the amount of @radio! Radio produced by buildings" + + modifier_unit_offense_flat_add: "$modifier_unit_offense_add$ in $label_flat_desc$" + modifier_unit_offense_flat_add_desc: "$modifier_unit_offense_add_desc$ in $label_flat_desc$" + modifier_unit_offense_flat_mult: "$modifier_unit_offense_mult$ in $label_flat_desc$" + modifier_unit_offense_flat_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_flat_desc$" + modifier_unit_defense_flat_add: "$modifier_unit_defense_add$ in $label_flat_desc$" + modifier_unit_defense_flat_add_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" + modifier_unit_defense_flat_mult: "$modifier_unit_defense_mult$ in $label_flat_desc$" + modifier_unit_defense_flat_mult_desc: "$modifier_unit_defense_add_desc$ in $label_flat_desc$" + + modifier_unit_offense_elevated_add: "$modifier_unit_offense_add$ in $label_elevated_desc$" + modifier_unit_offense_elevated_add_desc: "$modifier_unit_offense_add_desc$ in $label_elevated_desc$" + modifier_unit_offense_elevated_mult: "$modifier_unit_offense_mult$ in $label_elevated_desc$" + modifier_unit_offense_elevated_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_elevated_desc$" + modifier_unit_defense_elevated_add: "$modifier_unit_defense_add$ in $label_elevated_desc$" + modifier_unit_defense_elevated_add_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" + modifier_unit_defense_elevated_mult: "$modifier_unit_defense_mult$ in $label_elevated_desc$" + modifier_unit_defense_elevated_mult_desc: "$modifier_unit_defense_add_desc$ in $label_elevated_desc$" + + modifier_unit_offense_forested_add: "$modifier_unit_offense_add$ in $label_forested_desc$" + modifier_unit_offense_forested_add_desc: "$modifier_unit_offense_add_desc$ in $label_forested_desc$" + modifier_unit_offense_forested_mult: "$modifier_unit_offense_mult$ in $label_forested_desc$" + modifier_unit_offense_forested_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_forested_desc$" + modifier_unit_defense_forested_add: "$modifier_unit_defense_add$ in $label_forested_desc$" + modifier_unit_defense_forested_add_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" + modifier_unit_defense_forested_mult: "$modifier_unit_defense_mult$ in $label_forested_desc$" + modifier_unit_defense_forested_mult_desc: "$modifier_unit_defense_add_desc$ in $label_forested_desc$" + + modifier_unit_offense_hazardous_add: "$modifier_unit_offense_add$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_add_desc: "$modifier_unit_offense_add_desc$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_mult: "$modifier_unit_offense_mult$ in $label_hazardous_desc$" + modifier_unit_offense_hazardous_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_add: "$modifier_unit_defense_add$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_add_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_mult: "$modifier_unit_defense_mult$ in $label_hazardous_desc$" + modifier_unit_defense_hazardous_mult_desc: "$modifier_unit_defense_add_desc$ in $label_hazardous_desc$" + + modifier_unit_offense_developed_add: "$modifier_unit_offense_add$ in $label_developed_desc$" + modifier_unit_offense_developed_add_desc: "$modifier_unit_offense_add_desc$ in $label_developed_desc$" + modifier_unit_offense_developed_mult: "$modifier_unit_offense_mult$ in $label_developed_desc$" + modifier_unit_offense_developed_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_developed_desc$" + modifier_unit_defense_developed_add: "$modifier_unit_defense_add$ in $label_developed_desc$" + modifier_unit_defense_developed_add_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" + modifier_unit_defense_developed_mult: "$modifier_unit_defense_mult$ in $label_developed_desc$" + modifier_unit_defense_developed_mult_desc: "$modifier_unit_defense_add_desc$ in $label_developed_desc$" + + modifier_unit_offense_water_add: "$modifier_unit_offense_add$ in $label_water_desc$" + modifier_unit_offense_water_add_desc: "$modifier_unit_offense_add_desc$ in $label_water_desc$" + modifier_unit_offense_water_mult: "$modifier_unit_offense_mult$ in $label_water_desc$" + modifier_unit_offense_water_mult_desc: "$modifier_unit_offense_mult_desc$ in $label_water_desc$" + modifier_unit_defense_water_add: "$modifier_unit_defense_add$ in $label_water_desc$" + modifier_unit_defense_water_add_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" + modifier_unit_defense_water_mult: "$modifier_unit_defense_mult$ in $label_water_desc$" + modifier_unit_defense_water_mult_desc: "$modifier_unit_defense_add_desc$ in $label_water_desc$" + + modifier_unit_offense_add: "[concept_offense]" + modifier_unit_offense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_offense]" + modifier_unit_defense_add: "[concept_defense]" + modifier_unit_defense_add_desc: "A [Concept('concept_unit','$concept_unit_possessive$')] [concept_defense]" + modifier_unit_offense_mult: "$modifier_unit_offense_add$" + modifier_unit_offense_mult_desc: "$modifier_unit_offense_add_desc$" + modifier_unit_defense_mult: "$modifier_unit_defense_add$" + modifier_unit_defense_mult_desc: "$modifier_unit_defense_add_desc$" + + modifier_unit_army_offense_add: "Army $modifier_unit_offense_add$" + modifier_unit_army_offense_add_desc: "$modifier_unit_offense_add_desc$ (Army only)" + modifier_unit_army_defense_add: "Army $modifier_unit_defense_add$" + modifier_unit_army_defense_add_desc: "$modifier_unit_defense_add_desc$ (Army only)" + modifier_unit_army_offense_mult: "Army $modifier_unit_offense_mult$" + modifier_unit_army_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Army only)" + modifier_unit_army_defense_mult: "Army $modifier_unit_defense_mult$" + modifier_unit_army_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Army only)" + + modifier_unit_navy_offense_add: "Navy $modifier_unit_offense_add$" + modifier_unit_navy_offense_add_desc: "$modifier_unit_offense_add_desc$ (Navy only)" + modifier_unit_navy_defense_add: "Navy $modifier_unit_defense_add$" + modifier_unit_navy_defense_add_desc: "$modifier_unit_defense_add_desc$ (Navy only)" + modifier_unit_navy_offense_mult: "Navy $modifier_unit_offense_mult$" + modifier_unit_navy_offense_mult_desc: "$modifier_unit_offense_mult_desc$ (Navy only)" + modifier_unit_navy_defense_mult: "Navy $modifier_unit_defense_mult$" + modifier_unit_navy_defense_mult_desc: "$modifier_unit_defense_mult_desc$ (Navy only)" + + battle_army_offense: "$modifier_unit_army_offense_add$" + battle_army_offense_desc: "$modifier_unit_army_offense_add_desc$" + battle_navy_offense: "$modifier_unit_navy_offense_add$" + battle_navy_offense_desc: "$modifier_unit_navy_offense_add_desc$" + + battle_army_defense: "$modifier_unit_army_defense_add$" + battle_army_defense_desc: "$modifier_unit_army_defense_add_desc$" + battle_navy_defense: "$modifier_unit_navy_defense_add$" + battle_navy_defense_desc: "$modifier_unit_navy_defense_add_desc$" + + modifier_unit_morale_loss_add: "[concept_morale] Loss" + modifier_unit_morale_loss_add_desc: "The amount of [concept_morale] a [concept_unit] loses during battle" + modifier_unit_morale_loss_mult: "$modifier_unit_morale_loss_add$" + modifier_unit_morale_loss_mult_desc: "$modifier_unit_morale_loss_add_desc$" + + modifier_unit_morale_damage_mult: "[concept_morale] Damage" + modifier_unit_morale_damage_mult_desc: "The amount of damage a [concept_unit] inflicts on its enemy's [concept_morale]" + modifier_unit_morale_recovery_mult: "[concept_morale] Recovery" + modifier_unit_morale_recovery_mult_desc: "How quickly a [concept_unit] recovers from [concept_morale] damage inflicted by its enemy" + + modifier_unit_kill_rate_add: "[concept_kill_rate]" + modifier_unit_kill_rate_add_desc: "$concept_kill_rate_desc$" + modifier_unit_recovery_rate_add: "[concept_recovery_rate]" + modifier_unit_recovery_rate_add_desc: "$concept_recovery_rate_desc$" + + modifier_unit_provinces_captured_mult: "[Concept('concept_province','$concept_provinces$')] Captured" + modifier_unit_provinces_captured_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] captured when winning an advance" + modifier_unit_provinces_lost_mult: "[Concept('concept_province','$concept_provinces$')] Lost" + modifier_unit_provinces_lost_mult_desc: "Alters the number of [Concept('concept_province','$concept_provinces$')] lost when losing a defensive battle" + + modifier_unit_devastation_mult: "[concept_devastation]" + modifier_unit_devastation_mult_desc: "How much [concept_devastation] [Concept('concept_unit','$concept_units$')] inflict on the [concept_state_region] a battle takes place in" + + modifier_unit_advancement_speed_mult: "[concept_advancement_speed]" + modifier_unit_advancement_speed_mult_desc: "Alters a [Concept('concept_front','$concept_front_possessive$')] [concept_advancement_speed]" + + modifier_unit_convoy_requirements_mult: "[Concept('concept_convoy','$concept_convoys$')] Requirement" + modifier_unit_convoy_requirements_mult_desc: "How many [Concept('concept_convoy','$concept_convoys$')] are needed to maintain [Concept('concept_unit','$concept_units$')] with [concept_supply] overseas" + + modifier_unit_convoy_raiding_mult: "Convoy Raiding Efficiency" + modifier_unit_convoy_raiding_mult_desc: "Increase the effectiveness of our [Concept('concept_flotilla','$concept_flotillas$')] to [concept_raid_convoys]." + + modifier_unit_supply_consumption_mult: "Supply Consumption" + modifier_unit_supply_consumption_mult_desc: "How many [Concept('concept_good', '$concept_goods$')] it takes to maintain a [concept_unit]" + + modifier_battle_offense_owned_province_mult: "Home [concept_offense]" + modifier_battle_offense_owned_province_mult_desc: "Alters the [concept_offense] of a [concept_unit] fighting in territory owned by its [concept_country]" + modifier_battle_defense_owned_province_mult: "Home [concept_defense]" + modifier_battle_defense_owned_province_mult_desc: "Alters the [concept_defense] of a [concept_unit] fighting in territory owned by its [concept_country]" + + ### BATTLE CONDITION CHANCE MODIFIERS + modifier_character_battle_condition_suffix: " Chance" + modifier_character_battle_condition_desc_prefix: "Chance of being affected by the " + modifier_character_battle_condition_desc_suffix: " [concept_battle_condition]" + + modifier_character_battle_condition_dug_in_mult: "[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_dug_in_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_dug_in').GetName]$modifier_character_battle_condition_desc_suffix$" + + modifier_character_battle_condition_charted_terrain_mult: "[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_charted_terrain_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_charted_terrain').GetName]$modifier_character_battle_condition_desc_suffix$" + + modifier_character_battle_condition_rapid_advance_mult: "[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_rapid_advance_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rapid_advance').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_camouflaged_mult: "[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_camouflaged_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_desc_suffix$" - - modifier_character_battle_condition_logistics_secured_mult: "[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_logistics_secured_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_camouflaged_mult: "[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_camouflaged_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_camouflaged').GetName]$modifier_character_battle_condition_desc_suffix$" + + modifier_character_battle_condition_logistics_secured_mult: "[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_logistics_secured_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_logistics_secured').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_mud_mult: "[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_mud_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_mud_mult: "[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_mud_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_mud').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_broken_supply_line_mult: "[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_broken_supply_line_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_broken_supply_line_mult: "[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_broken_supply_line_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_broken_supply_line').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_exhausted_mult: "[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_exhausted_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_exhausted_mult: "[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_exhausted_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_exhausted').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_lost_mult: "[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_lost_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_lost_mult: "[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_lost_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_lost').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_surprise_maneuver_mult: "[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_surprise_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_surprise_maneuver_mult: "[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_surprise_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_surprise_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_aggressive_maneuver_mult: "[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_aggressive_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_aggressive_maneuver_mult: "[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_aggressive_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_aggressive_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_careful_maneuver_mult: "[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_careful_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_careful_maneuver_mult: "[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_careful_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_careful_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_blunder_mult: "[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_blunder_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_blunder_mult: "[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_blunder_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_blunder').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_poor_visibility_mult: "[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_poor_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_poor_visibility_mult: "[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_poor_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_poor_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_good_visibility_mult: "[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_good_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_good_visibility_mult: "[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_good_visibility_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_good_visibility').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_rough_waters_mult: "[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_rough_waters_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_rough_waters_mult: "[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_rough_waters_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_rough_waters').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_strong_winds_mult: "[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_strong_winds_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_strong_winds_mult: "[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_strong_winds_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_strong_winds').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_death_from_below_mult: "[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_death_from_below_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_death_from_below_mult: "[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_death_from_below_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_death_from_below').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_character_battle_condition_ramming_maneuver_mult: "[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_suffix$" - modifier_character_battle_condition_ramming_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" + modifier_character_battle_condition_ramming_maneuver_mult: "[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_suffix$" + modifier_character_battle_condition_ramming_maneuver_mult_desc: "$modifier_character_battle_condition_desc_prefix$[GetBattleCondition('battle_condition_ramming_maneuver').GetName]$modifier_character_battle_condition_desc_suffix$" - modifier_interest_group_in_government_attraction_mult: "[Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] $concept_in_government$" - modifier_interest_group_in_government_attraction_mult_desc: "Impacts the [Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] if [concept_in_government]" + modifier_interest_group_in_government_attraction_mult: "[Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] $concept_in_government$" + modifier_interest_group_in_government_attraction_mult_desc: "Impacts the [Concept('concept_interest_group_attraction','$concept_interest_group_attraction_short$')] of [Concept('concept_interest_group','$concept_interest_groups$')] if [concept_in_government]" -### MISC CHANCE MODIFIERS - modifier_expedition_events_explorer: "Expedition Opportunity" - modifier_expedition_events_explorer_desc_prefix: "The chance that more good things than bad will happen on Expeditions this" + ### MISC CHANCE MODIFIERS + modifier_expedition_events_explorer: "Expedition Opportunity" + modifier_expedition_events_explorer_desc_prefix: "The chance that more good things than bad will happen on Expeditions this" - modifier_character_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" - modifier_character_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ character leads" + modifier_character_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" + modifier_character_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ character leads" - modifier_country_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" - modifier_country_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ country undertakes" + modifier_country_expedition_events_explorer_mult: "$modifier_expedition_events_explorer$" + modifier_country_expedition_events_explorer_mult_desc: "$modifier_expedition_events_explorer_desc_prefix$ country undertakes" - country_default: "In $concept_default$" - country_default_desc: "Country is in [concept_default]" + country_default: "In $concept_default$" + country_default_desc: "Country is in [concept_default]" - five_year_plan_welfare_mod: "Success of the 5 Year Plan" + five_year_plan_welfare_mod: "Success of the 5 Year Plan" - ### LAW SUPPORT MODIFIERS - POP_SUPPORT_MODIFIER_ADD:0 "Pop Support Modifiers" - POP_SUPPORT_MODIFIER_MULT:0 "Pop Support Modifiers" + ### LAW SUPPORT MODIFIERS + POP_SUPPORT_MODIFIER_ADD: "Pop Support Modifiers" + POP_SUPPORT_MODIFIER_MULT: "Pop Support Modifiers" - modifier_state_pop_support_law_peasant_levies_add:0 "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_peasant_levies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." - modifier_state_pop_support_law_peasant_levies_mult:0 "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_peasant_levies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." + modifier_state_pop_support_law_peasant_levies_add: "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_peasant_levies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." + modifier_state_pop_support_law_peasant_levies_mult: "[GetLawType('law_peasant_levies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_peasant_levies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_peasant_levies').GetName] [concept_law]." - modifier_state_pop_support_law_professional_army_add:0 "[GetLawType('law_professional_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_professional_army_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." - modifier_state_pop_support_law_professional_army_mult:0 "[GetLawType('law_professional_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_professional_army_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." + modifier_state_pop_support_law_professional_army_add: "[GetLawType('law_professional_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_professional_army_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." + modifier_state_pop_support_law_professional_army_mult: "[GetLawType('law_professional_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_professional_army_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_professional_army').GetName] [concept_law]." - modifier_state_pop_support_law_national_militia_add:0 "[GetLawType('law_national_militia').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_militia_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." - modifier_state_pop_support_law_national_militia_mult:0 "[GetLawType('law_national_militia').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_militia_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." + modifier_state_pop_support_law_national_militia_add: "[GetLawType('law_national_militia').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_militia_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." + modifier_state_pop_support_law_national_militia_mult: "[GetLawType('law_national_militia').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_militia_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_militia').GetName] [concept_law]." - modifier_state_pop_support_law_mass_conscription_add:0 "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mass_conscription_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." - modifier_state_pop_support_law_mass_conscription_mult:0 "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mass_conscription_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." + modifier_state_pop_support_law_mass_conscription_add: "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mass_conscription_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." + modifier_state_pop_support_law_mass_conscription_mult: "[GetLawType('law_mass_conscription').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mass_conscription_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mass_conscription').GetName] [concept_law]." - modifier_state_pop_support_law_hereditary_bureaucrats_add:0 "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_hereditary_bureaucrats_mult:0 "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_hereditary_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_hereditary_bureaucrats_add: "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_bureaucrats_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_hereditary_bureaucrats_mult: "[GetLawType('law_hereditary_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_hereditary_bureaucrats_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_hereditary_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_appointed_bureaucrats_add:0 "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_appointed_bureaucrats_mult:0 "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_appointed_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_appointed_bureaucrats_add: "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_bureaucrats_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_appointed_bureaucrats_mult: "[GetLawType('law_appointed_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_appointed_bureaucrats_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_appointed_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_elected_bureaucrats_add:0 "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_bureaucrats_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." - modifier_state_pop_support_law_elected_bureaucrats_mult:0 "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elected_bureaucrats_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." - - modifier_state_pop_support_law_child_labor_allowed_add:0 "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" - modifier_state_pop_support_law_child_labor_allowed_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." - modifier_state_pop_support_law_child_labor_allowed_mult:0 "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" - modifier_state_pop_support_law_child_labor_allowed_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." - - modifier_state_pop_support_law_restricted_child_labor_add:0 "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" - modifier_state_pop_support_law_restricted_child_labor_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." - modifier_state_pop_support_law_restricted_child_labor_mult:0 "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" - modifier_state_pop_support_law_restricted_child_labor_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." - - modifier_state_pop_support_law_compulsory_primary_school_add:0 "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" - modifier_state_pop_support_law_compulsory_primary_school_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." - modifier_state_pop_support_law_compulsory_primary_school_mult:0 "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" - modifier_state_pop_support_law_compulsory_primary_school_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." - - modifier_state_pop_support_law_state_religion_add:0 "[GetLawType('law_state_religion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_state_religion_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." - modifier_state_pop_support_law_state_religion_mult:0 "[GetLawType('law_state_religion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_state_religion_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." - - modifier_state_pop_support_law_freedom_of_conscience_add:0 "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" - modifier_state_pop_support_law_freedom_of_conscience_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." - modifier_state_pop_support_law_freedom_of_conscience_mult:0 "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" - modifier_state_pop_support_law_freedom_of_conscience_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." - - modifier_state_pop_support_law_total_separation_add:0 "[GetLawType('law_total_separation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_total_separation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." - modifier_state_pop_support_law_total_separation_mult:0 "[GetLawType('law_total_separation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_total_separation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." - - modifier_state_pop_support_law_ethnostate_add:0 "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" - modifier_state_pop_support_law_ethnostate_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." - modifier_state_pop_support_law_ethnostate_mult:0 "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" - modifier_state_pop_support_law_ethnostate_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." - - modifier_state_pop_support_law_national_supremacy_add:0 "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_supremacy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." - modifier_state_pop_support_law_national_supremacy_mult:0 "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_supremacy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." - - modifier_state_pop_support_law_racial_segregation_add:0 "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_racial_segregation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." - modifier_state_pop_support_law_racial_segregation_mult:0 "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_racial_segregation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." - - modifier_state_pop_support_law_cultural_exclusion_add:0 "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_cultural_exclusion_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." - modifier_state_pop_support_law_cultural_exclusion_mult:0 "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" - modifier_state_pop_support_law_cultural_exclusion_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." - - modifier_state_pop_support_law_multicultural_add:0 "[GetLawType('law_multicultural').GetName] [concept_pop] Support" - modifier_state_pop_support_law_multicultural_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." - modifier_state_pop_support_law_multicultural_mult:0 "[GetLawType('law_multicultural').GetName] [concept_pop] Support" - modifier_state_pop_support_law_multicultural_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." - - modifier_state_pop_support_law_no_colonial_affairs_add:0 "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_colonial_affairs_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." - modifier_state_pop_support_law_no_colonial_affairs_mult:0 "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_colonial_affairs_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." - - modifier_state_pop_support_law_colonial_resettlement_add:0 "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_resettlement_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." - modifier_state_pop_support_law_colonial_resettlement_mult:0 "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_resettlement_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." - - modifier_state_pop_support_law_colonial_exploitation_add:0 "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_exploitation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." - modifier_state_pop_support_law_colonial_exploitation_mult:0 "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_colonial_exploitation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." - - modifier_state_pop_support_law_autocracy_add:0 "[GetLawType('law_autocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_autocracy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." - modifier_state_pop_support_law_autocracy_mult:0 "[GetLawType('law_autocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_autocracy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." - - modifier_state_pop_support_law_oligarchy_add:0 "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_oligarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." - modifier_state_pop_support_law_oligarchy_mult:0 "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_oligarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_elder_council_add:0 "[GetLawType('law_elder_council').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elder_council_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." - modifier_state_pop_support_law_elder_council_mult:0 "[GetLawType('law_elder_council').GetName] [concept_pop] Support" - modifier_state_pop_support_law_elder_council_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." - - modifier_state_pop_support_law_landed_voting_add:0 "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_landed_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." - modifier_state_pop_support_law_landed_voting_mult:0 "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_landed_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_wealth_voting_add:0 "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wealth_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." - modifier_state_pop_support_law_wealth_voting_mult:0 "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wealth_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_census_voting_add:0 "[GetLawType('law_census_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_census_voting_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." - modifier_state_pop_support_law_census_voting_mult:0 "[GetLawType('law_census_voting').GetName] [concept_pop] Support" - modifier_state_pop_support_law_census_voting_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." - - modifier_state_pop_support_law_universal_suffrage_add:0 "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_universal_suffrage_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." - modifier_state_pop_support_law_universal_suffrage_mult:0 "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_universal_suffrage_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." - - modifier_state_pop_support_law_anarchy_add:0 "[GetLawType('law_anarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_anarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." - modifier_state_pop_support_law_anarchy_mult:0 "[GetLawType('law_anarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_anarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_traditionalism_add:0 "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_traditionalism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." - modifier_state_pop_support_law_traditionalism_mult:0 "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_traditionalism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." - - modifier_state_pop_support_law_interventionism_add:0 "[GetLawType('law_interventionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_interventionism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." - modifier_state_pop_support_law_interventionism_mult:0 "[GetLawType('law_interventionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_interventionism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." - - modifier_state_pop_support_law_agrarianism_add:0 "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_agrarianism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." - modifier_state_pop_support_law_agrarianism_mult:0 "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_agrarianism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." - - modifier_state_pop_support_law_laissez_faire_add:0 "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" - modifier_state_pop_support_law_laissez_faire_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." - modifier_state_pop_support_law_laissez_faire_mult:0 "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" - modifier_state_pop_support_law_laissez_faire_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." - - modifier_state_pop_support_law_command_economy_add:0 "[GetLawType('law_command_economy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_command_economy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." - modifier_state_pop_support_law_command_economy_mult:0 "[GetLawType('law_command_economy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_command_economy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." - - modifier_state_pop_support_law_no_schools_add:0 "[GetLawType('law_no_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." - modifier_state_pop_support_law_no_schools_mult:0 "[GetLawType('law_no_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_religious_schools_add:0 "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_religious_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." - modifier_state_pop_support_law_religious_schools_mult:0 "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_religious_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_private_schools_add:0 "[GetLawType('law_private_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_schools').GetName] [concept_law]." - modifier_state_pop_support_law_private_schools_mult:0 "[GetLawType('law_private_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_public_schools_add:0 "[GetLawType('law_public_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_schools_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." - modifier_state_pop_support_law_public_schools_mult:0 "[GetLawType('law_public_schools').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_schools_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." - - modifier_state_pop_support_law_outlawed_dissent_add:0 "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" - modifier_state_pop_support_law_outlawed_dissent_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." - modifier_state_pop_support_law_outlawed_dissent_mult:0 "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" - modifier_state_pop_support_law_outlawed_dissent_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." - - modifier_state_pop_support_law_censorship_add:0 "[GetLawType('law_censorship').GetName] [concept_pop] Support" - modifier_state_pop_support_law_censorship_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." - modifier_state_pop_support_law_censorship_mult:0 "[GetLawType('law_censorship').GetName] [concept_pop] Support" - modifier_state_pop_support_law_censorship_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." - - modifier_state_pop_support_law_right_of_assembly_add:0 "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" - modifier_state_pop_support_law_right_of_assembly_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." - modifier_state_pop_support_law_right_of_assembly_mult:0 "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" - modifier_state_pop_support_law_right_of_assembly_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." - - modifier_state_pop_support_law_protected_speech_add:0 "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protected_speech_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." - modifier_state_pop_support_law_protected_speech_mult:0 "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protected_speech_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." - - modifier_state_pop_support_law_chiefdom_add:0 "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_chiefdom_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." - modifier_state_pop_support_law_chiefdom_mult:0 "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_chiefdom_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." - - modifier_state_pop_support_law_monarchy_add:0 "[GetLawType('law_monarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_monarchy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." - modifier_state_pop_support_law_monarchy_mult:0 "[GetLawType('law_monarchy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_monarchy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." - - modifier_state_pop_support_law_presidential_republic_add:0 "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_presidential_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." - modifier_state_pop_support_law_presidential_republic_mult:0 "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_presidential_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." - - modifier_state_pop_support_law_parliamentary_republic_add:0 "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_parliamentary_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." - modifier_state_pop_support_law_parliamentary_republic_mult:0 "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" - modifier_state_pop_support_law_parliamentary_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." - - modifier_state_pop_support_law_theocracy_add:0 "[GetLawType('law_theocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_theocracy_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." - modifier_state_pop_support_law_theocracy_mult:0 "[GetLawType('law_theocracy').GetName] [concept_pop] Support" - modifier_state_pop_support_law_theocracy_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." - - modifier_state_pop_support_law_council_republic_add:0 "[GetLawType('law_council_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_council_republic_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." - modifier_state_pop_support_law_council_republic_mult:0 "[GetLawType('law_council_republic').GetName] [concept_pop] Support" - modifier_state_pop_support_law_council_republic_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." - - modifier_state_pop_support_law_no_health_system_add:0 "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_health_system_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." - modifier_state_pop_support_law_no_health_system_mult:0 "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_health_system_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." - - modifier_state_pop_support_law_charitable_health_system_add:0 "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_charitable_health_system_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." - modifier_state_pop_support_law_charitable_health_system_mult:0 "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" - modifier_state_pop_support_law_charitable_health_system_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." - - modifier_state_pop_support_law_private_health_insurance_add:0 "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_health_insurance_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." - modifier_state_pop_support_law_private_health_insurance_mult:0 "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_private_health_insurance_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." - - modifier_state_pop_support_law_public_health_insurance_add:0 "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_health_insurance_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." - modifier_state_pop_support_law_public_health_insurance_mult:0 "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" - modifier_state_pop_support_law_public_health_insurance_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." - - modifier_state_pop_support_law_no_home_affairs_add:0 "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_home_affairs_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." - modifier_state_pop_support_law_no_home_affairs_mult:0 "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_home_affairs_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." - - modifier_state_pop_support_law_national_guard_add:0 "[GetLawType('law_national_guard').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_guard_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." - modifier_state_pop_support_law_national_guard_mult:0 "[GetLawType('law_national_guard').GetName] [concept_pop] Support" - modifier_state_pop_support_law_national_guard_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." - - modifier_state_pop_support_law_secret_police_add:0 "[GetLawType('law_secret_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_secret_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." - modifier_state_pop_support_law_secret_police_mult:0 "[GetLawType('law_secret_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_secret_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." - - modifier_state_pop_support_law_guaranteed_liberties_add:0 "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" - modifier_state_pop_support_law_guaranteed_liberties_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." - modifier_state_pop_support_law_guaranteed_liberties_mult:0 "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" - modifier_state_pop_support_law_guaranteed_liberties_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." - - modifier_state_pop_support_law_serfdom_banned_add:0 "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_banned_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." - modifier_state_pop_support_law_serfdom_banned_mult:0 "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_banned_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." - - modifier_state_pop_support_law_serfdom_add:0 "[GetLawType('law_serfdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." - modifier_state_pop_support_law_serfdom_mult:0 "[GetLawType('law_serfdom').GetName] [concept_pop] Support" - modifier_state_pop_support_law_serfdom_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." - - modifier_state_pop_support_law_regulatory_bodies_add:0 "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_regulatory_bodies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." - modifier_state_pop_support_law_regulatory_bodies_mult:0 "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_regulatory_bodies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." - - modifier_state_pop_support_law_worker_protections_add:0 "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" - modifier_state_pop_support_law_worker_protections_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." - modifier_state_pop_support_law_worker_protections_mult:0 "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" - modifier_state_pop_support_law_worker_protections_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." - - modifier_state_pop_support_law_no_migration_controls_add:0 "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_migration_controls_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." - modifier_state_pop_support_law_no_migration_controls_mult:0 "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_migration_controls_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." - - modifier_state_pop_support_law_migration_controls_add:0 "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_migration_controls_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." - modifier_state_pop_support_law_migration_controls_mult:0 "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" - modifier_state_pop_support_law_migration_controls_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." - - modifier_state_pop_support_law_closed_borders_add:0 "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" - modifier_state_pop_support_law_closed_borders_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." - modifier_state_pop_support_law_closed_borders_mult:0 "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" - modifier_state_pop_support_law_closed_borders_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." - - modifier_state_pop_support_law_no_police_add:0 "[GetLawType('law_no_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." - modifier_state_pop_support_law_no_police_mult:0 "[GetLawType('law_no_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." - - modifier_state_pop_support_law_local_police_add:0 "[GetLawType('law_local_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_local_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." - modifier_state_pop_support_law_local_police_mult:0 "[GetLawType('law_local_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_local_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." - - modifier_state_pop_support_law_dedicated_police_add:0 "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_dedicated_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." - modifier_state_pop_support_law_dedicated_police_mult:0 "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_dedicated_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." - - modifier_state_pop_support_law_militarized_police_add:0 "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_militarized_police_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." - modifier_state_pop_support_law_militarized_police_mult:0 "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" - modifier_state_pop_support_law_militarized_police_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." - - modifier_state_pop_support_law_no_womens_rights_add:0 "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_womens_rights_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." - modifier_state_pop_support_law_no_womens_rights_mult:0 "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_womens_rights_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." - - modifier_state_pop_support_law_women_own_property_add:0 "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_own_property_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." - modifier_state_pop_support_law_women_own_property_mult:0 "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_own_property_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." - - modifier_state_pop_support_law_women_in_the_workplace_add:0 "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_in_the_workplace_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." - modifier_state_pop_support_law_women_in_the_workplace_mult:0 "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" - modifier_state_pop_support_law_women_in_the_workplace_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." - - modifier_state_pop_support_law_womens_suffrage_add:0 "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_womens_suffrage_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." - modifier_state_pop_support_law_womens_suffrage_mult:0 "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" - modifier_state_pop_support_law_womens_suffrage_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." - - modifier_state_pop_support_law_slavery_banned_add:0 "[GetLawType('law_slavery_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_slavery_banned_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slavery_banned').GetName] [concept_law]." - modifier_state_pop_support_law_slavery_banned_mult:0 "[GetLawType('law_slavery_banned').GetName] [concept_pop] Support" - modifier_state_pop_support_law_slavery_banned_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slavery_banned').GetName] [concept_law]." - - modifier_state_pop_support_law_debt_slavery_add:0 "[GetLawType('law_debt_slavery').GetName] [concept_pop] Support" - modifier_state_pop_support_law_debt_slavery_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_debt_slavery').GetName] [concept_law]." - modifier_state_pop_support_law_debt_slavery_mult:0 "[GetLawType('law_debt_slavery').GetName] [concept_pop] Support" - modifier_state_pop_support_law_debt_slavery_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_debt_slavery').GetName] [concept_law]." - - modifier_state_pop_support_law_slave_trade_add:0 "[GetLawType('law_slave_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_slave_trade_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slave_trade').GetName] [concept_law]." - modifier_state_pop_support_law_slave_trade_mult:0 "[GetLawType('law_slave_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_slave_trade_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slave_trade').GetName] [concept_law]." - - modifier_state_pop_support_law_legacy_slavery_add:0 "[GetLawType('law_legacy_slavery').GetName] [concept_pop] Support" - modifier_state_pop_support_law_legacy_slavery_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_legacy_slavery').GetName] [concept_law]." - modifier_state_pop_support_law_legacy_slavery_mult:0 "[GetLawType('law_legacy_slavery').GetName] [concept_pop] Support" - modifier_state_pop_support_law_legacy_slavery_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_legacy_slavery').GetName] [concept_law]." - - modifier_state_pop_support_law_consumption_based_taxation_add:0 "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_consumption_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_consumption_based_taxation_mult:0 "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_consumption_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_land_based_taxation_add:0 "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_land_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_land_based_taxation_mult:0 "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_land_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_per_capita_based_taxation_add:0 "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_per_capita_based_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_per_capita_based_taxation_mult:0 "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_per_capita_based_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_proportional_taxation_add:0 "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_proportional_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_proportional_taxation_mult:0 "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_proportional_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_graduated_taxation_add:0 "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_graduated_taxation_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." - modifier_state_pop_support_law_graduated_taxation_mult:0 "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" - modifier_state_pop_support_law_graduated_taxation_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." - - modifier_state_pop_support_law_mercantilism_add:0 "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mercantilism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." - modifier_state_pop_support_law_mercantilism_mult:0 "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_mercantilism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." - - modifier_state_pop_support_law_protectionism_add:0 "[GetLawType('law_protectionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protectionism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." - modifier_state_pop_support_law_protectionism_mult:0 "[GetLawType('law_protectionism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_protectionism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." - - modifier_state_pop_support_law_free_trade_add:0 "[GetLawType('law_free_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_free_trade_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." - modifier_state_pop_support_law_free_trade_mult:0 "[GetLawType('law_free_trade').GetName] [concept_pop] Support" - modifier_state_pop_support_law_free_trade_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." - - modifier_state_pop_support_law_isolationism_add:0 "[GetLawType('law_isolationism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_isolationism_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." - modifier_state_pop_support_law_isolationism_mult:0 "[GetLawType('law_isolationism').GetName] [concept_pop] Support" - modifier_state_pop_support_law_isolationism_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." - - modifier_state_pop_support_law_no_social_security_add:0 "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_social_security_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." - modifier_state_pop_support_law_no_social_security_mult:0 "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" - modifier_state_pop_support_law_no_social_security_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." - - modifier_state_pop_support_law_poor_laws_add:0 "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" - modifier_state_pop_support_law_poor_laws_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." - modifier_state_pop_support_law_poor_laws_mult:0 "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" - modifier_state_pop_support_law_poor_laws_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." - - modifier_state_pop_support_law_wage_subsidies_add:0 "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wage_subsidies_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." - modifier_state_pop_support_law_wage_subsidies_mult:0 "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" - modifier_state_pop_support_law_wage_subsidies_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." - - modifier_state_pop_support_law_old_age_pension_add:0 "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" - modifier_state_pop_support_law_old_age_pension_add_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." - modifier_state_pop_support_law_old_age_pension_mult:0 "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" - modifier_state_pop_support_law_old_age_pension_mult_desc:0 "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." + modifier_state_pop_support_law_elected_bureaucrats_add: "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_bureaucrats_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." + modifier_state_pop_support_law_elected_bureaucrats_mult: "[GetLawType('law_elected_bureaucrats').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elected_bureaucrats_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elected_bureaucrats').GetName] [concept_law]." + + modifier_state_pop_support_law_child_labor_allowed_add: "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" + modifier_state_pop_support_law_child_labor_allowed_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." + modifier_state_pop_support_law_child_labor_allowed_mult: "[GetLawType('law_child_labor_allowed').GetName] [concept_pop] Support" + modifier_state_pop_support_law_child_labor_allowed_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_child_labor_allowed').GetName] [concept_law]." + + modifier_state_pop_support_law_restricted_child_labor_add: "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" + modifier_state_pop_support_law_restricted_child_labor_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." + modifier_state_pop_support_law_restricted_child_labor_mult: "[GetLawType('law_restricted_child_labor').GetName] [concept_pop] Support" + modifier_state_pop_support_law_restricted_child_labor_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_restricted_child_labor').GetName] [concept_law]." + + modifier_state_pop_support_law_compulsory_primary_school_add: "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" + modifier_state_pop_support_law_compulsory_primary_school_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." + modifier_state_pop_support_law_compulsory_primary_school_mult: "[GetLawType('law_compulsory_primary_school').GetName] [concept_pop] Support" + modifier_state_pop_support_law_compulsory_primary_school_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_compulsory_primary_school').GetName] [concept_law]." + + modifier_state_pop_support_law_state_religion_add: "[GetLawType('law_state_religion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_state_religion_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." + modifier_state_pop_support_law_state_religion_mult: "[GetLawType('law_state_religion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_state_religion_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_state_religion').GetName] [concept_law]." + + modifier_state_pop_support_law_freedom_of_conscience_add: "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" + modifier_state_pop_support_law_freedom_of_conscience_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." + modifier_state_pop_support_law_freedom_of_conscience_mult: "[GetLawType('law_freedom_of_conscience').GetName] [concept_pop] Support" + modifier_state_pop_support_law_freedom_of_conscience_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_freedom_of_conscience').GetName] [concept_law]." + + modifier_state_pop_support_law_total_separation_add: "[GetLawType('law_total_separation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_total_separation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." + modifier_state_pop_support_law_total_separation_mult: "[GetLawType('law_total_separation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_total_separation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_total_separation').GetName] [concept_law]." + + modifier_state_pop_support_law_ethnostate_add: "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" + modifier_state_pop_support_law_ethnostate_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." + modifier_state_pop_support_law_ethnostate_mult: "[GetLawType('law_ethnostate').GetName] [concept_pop] Support" + modifier_state_pop_support_law_ethnostate_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_ethnostate').GetName] [concept_law]." + + modifier_state_pop_support_law_national_supremacy_add: "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_supremacy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." + modifier_state_pop_support_law_national_supremacy_mult: "[GetLawType('law_national_supremacy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_supremacy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_supremacy').GetName] [concept_law]." + + modifier_state_pop_support_law_racial_segregation_add: "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_racial_segregation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." + modifier_state_pop_support_law_racial_segregation_mult: "[GetLawType('law_racial_segregation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_racial_segregation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_racial_segregation').GetName] [concept_law]." + + modifier_state_pop_support_law_cultural_exclusion_add: "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_cultural_exclusion_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." + modifier_state_pop_support_law_cultural_exclusion_mult: "[GetLawType('law_cultural_exclusion').GetName] [concept_pop] Support" + modifier_state_pop_support_law_cultural_exclusion_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_cultural_exclusion').GetName] [concept_law]." + + modifier_state_pop_support_law_multicultural_add: "[GetLawType('law_multicultural').GetName] [concept_pop] Support" + modifier_state_pop_support_law_multicultural_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." + modifier_state_pop_support_law_multicultural_mult: "[GetLawType('law_multicultural').GetName] [concept_pop] Support" + modifier_state_pop_support_law_multicultural_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_multicultural').GetName] [concept_law]." + + modifier_state_pop_support_law_no_colonial_affairs_add: "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_colonial_affairs_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." + modifier_state_pop_support_law_no_colonial_affairs_mult: "[GetLawType('law_no_colonial_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_colonial_affairs_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_colonial_affairs').GetName] [concept_law]." + + modifier_state_pop_support_law_colonial_resettlement_add: "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_resettlement_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." + modifier_state_pop_support_law_colonial_resettlement_mult: "[GetLawType('law_colonial_resettlement').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_resettlement_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_resettlement').GetName] [concept_law]." + + modifier_state_pop_support_law_colonial_exploitation_add: "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_exploitation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." + modifier_state_pop_support_law_colonial_exploitation_mult: "[GetLawType('law_colonial_exploitation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_colonial_exploitation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_colonial_exploitation').GetName] [concept_law]." + + modifier_state_pop_support_law_autocracy_add: "[GetLawType('law_autocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_autocracy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." + modifier_state_pop_support_law_autocracy_mult: "[GetLawType('law_autocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_autocracy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_autocracy').GetName] [concept_law]." + + modifier_state_pop_support_law_oligarchy_add: "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_oligarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." + modifier_state_pop_support_law_oligarchy_mult: "[GetLawType('law_oligarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_oligarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_oligarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_elder_council_add: "[GetLawType('law_elder_council').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elder_council_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." + modifier_state_pop_support_law_elder_council_mult: "[GetLawType('law_elder_council').GetName] [concept_pop] Support" + modifier_state_pop_support_law_elder_council_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_elder_council').GetName] [concept_law]." + + modifier_state_pop_support_law_landed_voting_add: "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_landed_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." + modifier_state_pop_support_law_landed_voting_mult: "[GetLawType('law_landed_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_landed_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_landed_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_wealth_voting_add: "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wealth_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." + modifier_state_pop_support_law_wealth_voting_mult: "[GetLawType('law_wealth_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wealth_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wealth_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_census_voting_add: "[GetLawType('law_census_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_census_voting_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." + modifier_state_pop_support_law_census_voting_mult: "[GetLawType('law_census_voting').GetName] [concept_pop] Support" + modifier_state_pop_support_law_census_voting_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_census_voting').GetName] [concept_law]." + + modifier_state_pop_support_law_universal_suffrage_add: "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_universal_suffrage_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." + modifier_state_pop_support_law_universal_suffrage_mult: "[GetLawType('law_universal_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_universal_suffrage_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_universal_suffrage').GetName] [concept_law]." + + modifier_state_pop_support_law_anarchy_add: "[GetLawType('law_anarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_anarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." + modifier_state_pop_support_law_anarchy_mult: "[GetLawType('law_anarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_anarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_anarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_traditionalism_add: "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_traditionalism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." + modifier_state_pop_support_law_traditionalism_mult: "[GetLawType('law_traditionalism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_traditionalism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_traditionalism').GetName] [concept_law]." + + modifier_state_pop_support_law_interventionism_add: "[GetLawType('law_interventionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_interventionism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." + modifier_state_pop_support_law_interventionism_mult: "[GetLawType('law_interventionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_interventionism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_interventionism').GetName] [concept_law]." + + modifier_state_pop_support_law_agrarianism_add: "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_agrarianism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." + modifier_state_pop_support_law_agrarianism_mult: "[GetLawType('law_agrarianism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_agrarianism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_agrarianism').GetName] [concept_law]." + + modifier_state_pop_support_law_laissez_faire_add: "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" + modifier_state_pop_support_law_laissez_faire_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." + modifier_state_pop_support_law_laissez_faire_mult: "[GetLawType('law_laissez_faire').GetName] [concept_pop] Support" + modifier_state_pop_support_law_laissez_faire_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_laissez_faire').GetName] [concept_law]." + + modifier_state_pop_support_law_command_economy_add: "[GetLawType('law_command_economy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_command_economy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." + modifier_state_pop_support_law_command_economy_mult: "[GetLawType('law_command_economy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_command_economy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_command_economy').GetName] [concept_law]." + + modifier_state_pop_support_law_no_schools_add: "[GetLawType('law_no_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." + modifier_state_pop_support_law_no_schools_mult: "[GetLawType('law_no_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_religious_schools_add: "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_religious_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." + modifier_state_pop_support_law_religious_schools_mult: "[GetLawType('law_religion_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_religious_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_religion_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_private_schools_add: "[GetLawType('law_private_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_schools').GetName] [concept_law]." + modifier_state_pop_support_law_private_schools_mult: "[GetLawType('law_private_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_public_schools_add: "[GetLawType('law_public_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_schools_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." + modifier_state_pop_support_law_public_schools_mult: "[GetLawType('law_public_schools').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_schools_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_schools').GetName] [concept_law]." + + modifier_state_pop_support_law_outlawed_dissent_add: "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" + modifier_state_pop_support_law_outlawed_dissent_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." + modifier_state_pop_support_law_outlawed_dissent_mult: "[GetLawType('law_outlawed_dissent').GetName] [concept_pop] Support" + modifier_state_pop_support_law_outlawed_dissent_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_outlawed_dissent').GetName] [concept_law]." + + modifier_state_pop_support_law_censorship_add: "[GetLawType('law_censorship').GetName] [concept_pop] Support" + modifier_state_pop_support_law_censorship_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." + modifier_state_pop_support_law_censorship_mult: "[GetLawType('law_censorship').GetName] [concept_pop] Support" + modifier_state_pop_support_law_censorship_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_censorship').GetName] [concept_law]." + + modifier_state_pop_support_law_right_of_assembly_add: "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" + modifier_state_pop_support_law_right_of_assembly_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." + modifier_state_pop_support_law_right_of_assembly_mult: "[GetLawType('law_right_of_assembly').GetName] [concept_pop] Support" + modifier_state_pop_support_law_right_of_assembly_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_right_of_assembly').GetName] [concept_law]." + + modifier_state_pop_support_law_protected_speech_add: "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protected_speech_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." + modifier_state_pop_support_law_protected_speech_mult: "[GetLawType('law_protected_speech').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protected_speech_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protected_speech').GetName] [concept_law]." + + modifier_state_pop_support_law_chiefdom_add: "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_chiefdom_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." + modifier_state_pop_support_law_chiefdom_mult: "[GetLawType('law_chiefdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_chiefdom_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_chiefdom').GetName] [concept_law]." + + modifier_state_pop_support_law_monarchy_add: "[GetLawType('law_monarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_monarchy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." + modifier_state_pop_support_law_monarchy_mult: "[GetLawType('law_monarchy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_monarchy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_monarchy').GetName] [concept_law]." + + modifier_state_pop_support_law_presidential_republic_add: "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_presidential_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." + modifier_state_pop_support_law_presidential_republic_mult: "[GetLawType('law_presidential_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_presidential_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_republic').GetName] [concept_law]." + + modifier_state_pop_support_law_parliamentary_republic_add: "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_parliamentary_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." + modifier_state_pop_support_law_parliamentary_republic_mult: "[GetLawType('law_presidential_army').GetName] [concept_pop] Support" + modifier_state_pop_support_law_parliamentary_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_presidential_army').GetName] [concept_law]." + + modifier_state_pop_support_law_theocracy_add: "[GetLawType('law_theocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_theocracy_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." + modifier_state_pop_support_law_theocracy_mult: "[GetLawType('law_theocracy').GetName] [concept_pop] Support" + modifier_state_pop_support_law_theocracy_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_theocracy').GetName] [concept_law]." + + modifier_state_pop_support_law_council_republic_add: "[GetLawType('law_council_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_council_republic_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." + modifier_state_pop_support_law_council_republic_mult: "[GetLawType('law_council_republic').GetName] [concept_pop] Support" + modifier_state_pop_support_law_council_republic_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_council_republic').GetName] [concept_law]." + + modifier_state_pop_support_law_no_health_system_add: "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_health_system_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." + modifier_state_pop_support_law_no_health_system_mult: "[GetLawType('law_no_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_health_system_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_health_system').GetName] [concept_law]." + + modifier_state_pop_support_law_charitable_health_system_add: "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_charitable_health_system_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." + modifier_state_pop_support_law_charitable_health_system_mult: "[GetLawType('law_charitable_health_system').GetName] [concept_pop] Support" + modifier_state_pop_support_law_charitable_health_system_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_charitable_health_system').GetName] [concept_law]." + + modifier_state_pop_support_law_private_health_insurance_add: "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_health_insurance_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." + modifier_state_pop_support_law_private_health_insurance_mult: "[GetLawType('law_private_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_private_health_insurance_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_private_health_insurance').GetName] [concept_law]." + + modifier_state_pop_support_law_public_health_insurance_add: "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_health_insurance_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." + modifier_state_pop_support_law_public_health_insurance_mult: "[GetLawType('law_public_health_insurance').GetName] [concept_pop] Support" + modifier_state_pop_support_law_public_health_insurance_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_public_health_insurance').GetName] [concept_law]." + + modifier_state_pop_support_law_no_home_affairs_add: "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_home_affairs_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." + modifier_state_pop_support_law_no_home_affairs_mult: "[GetLawType('law_no_home_affairs').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_home_affairs_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_home_affairs').GetName] [concept_law]." + + modifier_state_pop_support_law_national_guard_add: "[GetLawType('law_national_guard').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_guard_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." + modifier_state_pop_support_law_national_guard_mult: "[GetLawType('law_national_guard').GetName] [concept_pop] Support" + modifier_state_pop_support_law_national_guard_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_national_guard').GetName] [concept_law]." + + modifier_state_pop_support_law_secret_police_add: "[GetLawType('law_secret_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_secret_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." + modifier_state_pop_support_law_secret_police_mult: "[GetLawType('law_secret_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_secret_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_secret_police').GetName] [concept_law]." + + modifier_state_pop_support_law_guaranteed_liberties_add: "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" + modifier_state_pop_support_law_guaranteed_liberties_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." + modifier_state_pop_support_law_guaranteed_liberties_mult: "[GetLawType('law_guaranteed_liberties').GetName] [concept_pop] Support" + modifier_state_pop_support_law_guaranteed_liberties_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_guaranteed_liberties').GetName] [concept_law]." + + modifier_state_pop_support_law_serfdom_banned_add: "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_banned_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." + modifier_state_pop_support_law_serfdom_banned_mult: "[GetLawType('law_serfdom_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_banned_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom_banned').GetName] [concept_law]." + + modifier_state_pop_support_law_serfdom_add: "[GetLawType('law_serfdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." + modifier_state_pop_support_law_serfdom_mult: "[GetLawType('law_serfdom').GetName] [concept_pop] Support" + modifier_state_pop_support_law_serfdom_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_serfdom').GetName] [concept_law]." + + modifier_state_pop_support_law_regulatory_bodies_add: "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_regulatory_bodies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." + modifier_state_pop_support_law_regulatory_bodies_mult: "[GetLawType('law_regulatory_bodies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_regulatory_bodies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_regulatory_bodies').GetName] [concept_law]." + + modifier_state_pop_support_law_worker_protections_add: "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" + modifier_state_pop_support_law_worker_protections_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." + modifier_state_pop_support_law_worker_protections_mult: "[GetLawType('law_worker_protections').GetName] [concept_pop] Support" + modifier_state_pop_support_law_worker_protections_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_worker_protections').GetName] [concept_law]." + + modifier_state_pop_support_law_no_migration_controls_add: "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_migration_controls_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." + modifier_state_pop_support_law_no_migration_controls_mult: "[GetLawType('law_no_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_migration_controls_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_migration_controls').GetName] [concept_law]." + + modifier_state_pop_support_law_migration_controls_add: "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_migration_controls_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." + modifier_state_pop_support_law_migration_controls_mult: "[GetLawType('law_migration_controls').GetName] [concept_pop] Support" + modifier_state_pop_support_law_migration_controls_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_migration_controls').GetName] [concept_law]." + + modifier_state_pop_support_law_closed_borders_add: "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" + modifier_state_pop_support_law_closed_borders_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." + modifier_state_pop_support_law_closed_borders_mult: "[GetLawType('law_closed_borders').GetName] [concept_pop] Support" + modifier_state_pop_support_law_closed_borders_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_closed_borders').GetName] [concept_law]." + + modifier_state_pop_support_law_no_police_add: "[GetLawType('law_no_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." + modifier_state_pop_support_law_no_police_mult: "[GetLawType('law_no_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_police').GetName] [concept_law]." + + modifier_state_pop_support_law_local_police_add: "[GetLawType('law_local_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_local_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." + modifier_state_pop_support_law_local_police_mult: "[GetLawType('law_local_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_local_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_local_police').GetName] [concept_law]." + + modifier_state_pop_support_law_dedicated_police_add: "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_dedicated_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." + modifier_state_pop_support_law_dedicated_police_mult: "[GetLawType('law_dedicated_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_dedicated_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_dedicated_police').GetName] [concept_law]." + + modifier_state_pop_support_law_militarized_police_add: "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_militarized_police_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." + modifier_state_pop_support_law_militarized_police_mult: "[GetLawType('law_militarized_police').GetName] [concept_pop] Support" + modifier_state_pop_support_law_militarized_police_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_militarized_police').GetName] [concept_law]." + + modifier_state_pop_support_law_no_womens_rights_add: "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_womens_rights_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." + modifier_state_pop_support_law_no_womens_rights_mult: "[GetLawType('law_no_womens_rights').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_womens_rights_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_womens_rights').GetName] [concept_law]." + + modifier_state_pop_support_law_women_own_property_add: "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_own_property_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." + modifier_state_pop_support_law_women_own_property_mult: "[GetLawType('law_women_own_property').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_own_property_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_own_property').GetName] [concept_law]." + + modifier_state_pop_support_law_women_in_the_workplace_add: "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_in_the_workplace_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." + modifier_state_pop_support_law_women_in_the_workplace_mult: "[GetLawType('law_women_in_the_workplace').GetName] [concept_pop] Support" + modifier_state_pop_support_law_women_in_the_workplace_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_women_in_the_workplace').GetName] [concept_law]." + + modifier_state_pop_support_law_womens_suffrage_add: "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_womens_suffrage_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." + modifier_state_pop_support_law_womens_suffrage_mult: "[GetLawType('law_womens_suffrage').GetName] [concept_pop] Support" + modifier_state_pop_support_law_womens_suffrage_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_womens_suffrage').GetName] [concept_law]." + + modifier_state_pop_support_law_slavery_banned_add: "[GetLawType('law_slavery_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_slavery_banned_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slavery_banned').GetName] [concept_law]." + modifier_state_pop_support_law_slavery_banned_mult: "[GetLawType('law_slavery_banned').GetName] [concept_pop] Support" + modifier_state_pop_support_law_slavery_banned_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slavery_banned').GetName] [concept_law]." + + modifier_state_pop_support_law_debt_slavery_add: "[GetLawType('law_debt_slavery').GetName] [concept_pop] Support" + modifier_state_pop_support_law_debt_slavery_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_debt_slavery').GetName] [concept_law]." + modifier_state_pop_support_law_debt_slavery_mult: "[GetLawType('law_debt_slavery').GetName] [concept_pop] Support" + modifier_state_pop_support_law_debt_slavery_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_debt_slavery').GetName] [concept_law]." + + modifier_state_pop_support_law_slave_trade_add: "[GetLawType('law_slave_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_slave_trade_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slave_trade').GetName] [concept_law]." + modifier_state_pop_support_law_slave_trade_mult: "[GetLawType('law_slave_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_slave_trade_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_slave_trade').GetName] [concept_law]." + + modifier_state_pop_support_law_legacy_slavery_add: "[GetLawType('law_legacy_slavery').GetName] [concept_pop] Support" + modifier_state_pop_support_law_legacy_slavery_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_legacy_slavery').GetName] [concept_law]." + modifier_state_pop_support_law_legacy_slavery_mult: "[GetLawType('law_legacy_slavery').GetName] [concept_pop] Support" + modifier_state_pop_support_law_legacy_slavery_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_legacy_slavery').GetName] [concept_law]." + + modifier_state_pop_support_law_consumption_based_taxation_add: "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_consumption_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_consumption_based_taxation_mult: "[GetLawType('law_consumption_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_consumption_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_consumption_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_land_based_taxation_add: "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_land_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_land_based_taxation_mult: "[GetLawType('law_land_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_land_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_land_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_per_capita_based_taxation_add: "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_per_capita_based_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_per_capita_based_taxation_mult: "[GetLawType('law_per_capita_based_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_per_capita_based_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_per_capita_based_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_proportional_taxation_add: "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_proportional_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_proportional_taxation_mult: "[GetLawType('law_proportional_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_proportional_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_proportional_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_graduated_taxation_add: "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_graduated_taxation_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." + modifier_state_pop_support_law_graduated_taxation_mult: "[GetLawType('law_graduated_taxation').GetName] [concept_pop] Support" + modifier_state_pop_support_law_graduated_taxation_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_graduated_taxation').GetName] [concept_law]." + + modifier_state_pop_support_law_mercantilism_add: "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mercantilism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." + modifier_state_pop_support_law_mercantilism_mult: "[GetLawType('law_mercantilism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_mercantilism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_mercantilism').GetName] [concept_law]." + + modifier_state_pop_support_law_protectionism_add: "[GetLawType('law_protectionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protectionism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." + modifier_state_pop_support_law_protectionism_mult: "[GetLawType('law_protectionism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_protectionism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_protectionism').GetName] [concept_law]." + + modifier_state_pop_support_law_free_trade_add: "[GetLawType('law_free_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_free_trade_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." + modifier_state_pop_support_law_free_trade_mult: "[GetLawType('law_free_trade').GetName] [concept_pop] Support" + modifier_state_pop_support_law_free_trade_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_free_trade').GetName] [concept_law]." + + modifier_state_pop_support_law_isolationism_add: "[GetLawType('law_isolationism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_isolationism_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." + modifier_state_pop_support_law_isolationism_mult: "[GetLawType('law_isolationism').GetName] [concept_pop] Support" + modifier_state_pop_support_law_isolationism_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_isolationism').GetName] [concept_law]." + + modifier_state_pop_support_law_no_social_security_add: "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_social_security_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." + modifier_state_pop_support_law_no_social_security_mult: "[GetLawType('law_no_social_security').GetName] [concept_pop] Support" + modifier_state_pop_support_law_no_social_security_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_no_social_security').GetName] [concept_law]." + + modifier_state_pop_support_law_poor_laws_add: "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" + modifier_state_pop_support_law_poor_laws_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." + modifier_state_pop_support_law_poor_laws_mult: "[GetLawType('law_poor_laws').GetName] [concept_pop] Support" + modifier_state_pop_support_law_poor_laws_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_poor_laws').GetName] [concept_law]." + + modifier_state_pop_support_law_wage_subsidies_add: "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wage_subsidies_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." + modifier_state_pop_support_law_wage_subsidies_mult: "[GetLawType('law_wage_subsidies').GetName] [concept_pop] Support" + modifier_state_pop_support_law_wage_subsidies_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_wage_subsidies').GetName] [concept_law]." + + modifier_state_pop_support_law_old_age_pension_add: "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" + modifier_state_pop_support_law_old_age_pension_add_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." + modifier_state_pop_support_law_old_age_pension_mult: "[GetLawType('law_old_age_pension').GetName] [concept_pop] Support" + modifier_state_pop_support_law_old_age_pension_mult_desc: "Impacts the rate at which [Concept('concept_pop', '$concept_pops$')] support the [GetLawType('law_old_age_pension').GetName] [concept_law]." From d8be57e2a356b5f8b3d1e874505fb641b1cfbb60 Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 5 May 2023 22:49:41 -0700 Subject: [PATCH 012/439] feat: sigma grindset --- common/production_methods/01_industry.txt | 629 ++++++++++++++++------ 1 file changed, 453 insertions(+), 176 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 91c922052..44b590916 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -11,8 +11,11 @@ pm_improved_food_manufactories = { } level_scaled = { # profit = 1100 (6.3) - building_employment_laborers_add = 6000 - building_employment_technicians_add = 3000 + building_employment_laborers_add = 5875 + building_employment_technicians_add = 2875 + building_employment_managers_add = 250 + #total: 9000 + #manager/worker ratio: 1:36 } } } @@ -32,8 +35,11 @@ pm_genetically_modified_foods = { } level_scaled = { # profit = 1750 (10.1) - building_employment_laborers_add = 4000 - building_employment_technicians_add = 5000 + building_employment_laborers_add = 3750 + building_employment_technicians_add = 4750 + building_employment_managers_add = 500 + #total: 9000 + #manager/worker ratio: 1:18 } } } @@ -57,7 +63,9 @@ pm_packaging_fish = { building_output_groceries_add = 20 } level_scaled = { + building_employment_laborers_add = 1000 building_employment_technicians_add = 1000 + # total: 2000 } } } @@ -78,8 +86,10 @@ pm_commercial_forklifts_fish = { building_output_groceries_add = 35 } level_scaled = { - building_employment_technicians_add = 750 - building_employment_engineers_add = 250 + building_employment_laborers_add = 800 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 200 + # total: 2000 } } } @@ -101,9 +111,11 @@ pm_food_scanning_fish = { building_output_groceries_add = 50 } level_scaled = { - building_employment_technicians_add = 600 + building_employment_laborers_add = 575 + building_employment_technicians_add = 1025 building_employment_engineers_add = 200 building_employment_professionals_add = 200 + # total: 2000 } } } @@ -126,9 +138,11 @@ pm_universal_product_code_fish = { building_output_groceries_add = 65 } level_scaled = { - building_employment_technicians_add = 200 + building_employment_laborers_add = 475 + building_employment_technicians_add = 725 building_employment_engineers_add = 400 building_employment_professionals_add = 400 + # total: 2000 } } } @@ -152,8 +166,11 @@ pm_rfids_fish = { building_output_groceries_add = 90 } level_scaled = { - building_employment_engineers_add = 500 - building_employment_professionals_add = 500 + building_employment_laborers_add = 425 + building_employment_technicians_add = 700 + building_employment_engineers_add = 450 + building_employment_professionals_add = 425 + # total: 2000 } } } @@ -177,7 +194,9 @@ pm_packaging_meat = { building_output_groceries_add = 25 } level_scaled = { + building_employment_laborers_add = 1000 building_employment_technicians_add = 1000 + # total: 2000 } } } @@ -198,8 +217,10 @@ pm_commercial_forklifts_meat = { building_output_groceries_add = 40 } level_scaled = { - building_employment_technicians_add = 750 - building_employment_engineers_add = 250 + building_employment_laborers_add = 800 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 200 + # total: 2000 } } } @@ -221,9 +242,11 @@ pm_food_scanning_meat = { building_output_groceries_add = 55 } level_scaled = { - building_employment_technicians_add = 600 + building_employment_laborers_add = 575 + building_employment_technicians_add = 1025 building_employment_engineers_add = 200 building_employment_professionals_add = 200 + # total: 2000 } } } @@ -246,9 +269,11 @@ pm_universal_product_code_meat = { building_output_groceries_add = 70 } level_scaled = { - building_employment_technicians_add = 200 + building_employment_laborers_add = 475 + building_employment_technicians_add = 725 building_employment_engineers_add = 400 building_employment_professionals_add = 400 + # total: 2000 } } } @@ -272,8 +297,11 @@ pm_rfids_meat = { building_output_groceries_add = 95 } level_scaled = { - building_employment_engineers_add = 500 - building_employment_professionals_add = 500 + building_employment_laborers_add = 425 + building_employment_technicians_add = 700 + building_employment_engineers_add = 450 + building_employment_professionals_add = 425 + # total: 2000 } } } @@ -297,7 +325,9 @@ pm_packaging_fruit = { building_output_groceries_add = 25 } level_scaled = { + building_employment_laborers_add = 1000 building_employment_technicians_add = 1000 + # total: 2000 } } } @@ -318,8 +348,10 @@ pm_commercial_forklifts_fruit = { building_output_groceries_add = 40 } level_scaled = { - building_employment_technicians_add = 750 - building_employment_engineers_add = 250 + building_employment_laborers_add = 800 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 200 + # total: 2000 } } } @@ -341,9 +373,11 @@ pm_food_scanning_fruit = { building_output_groceries_add = 55 } level_scaled = { - building_employment_technicians_add = 600 + building_employment_laborers_add = 575 + building_employment_technicians_add = 1025 building_employment_engineers_add = 200 building_employment_professionals_add = 200 + # total: 2000 } } } @@ -366,9 +400,11 @@ pm_universal_product_code_fruit = { building_output_groceries_add = 70 } level_scaled = { - building_employment_technicians_add = 200 + building_employment_laborers_add = 475 + building_employment_technicians_add = 725 building_employment_engineers_add = 400 building_employment_professionals_add = 400 + # total: 2000 } } } @@ -392,8 +428,11 @@ pm_rfids_fruit = { building_output_groceries_add = 95 } level_scaled = { - building_employment_engineers_add = 500 - building_employment_professionals_add = 500 + building_employment_laborers_add = 425 + building_employment_technicians_add = 700 + building_employment_engineers_add = 450 + building_employment_professionals_add = 425 + # total: 2000 } } } @@ -419,10 +458,13 @@ pm_basic_distillation_liquor = { } level_scaled = { # profit = 300 (22.3) - building_employment_laborers_add = 3000 + building_employment_laborers_add = 2000 + building_employment_service_workers_add = 1000 building_employment_technicians_add = 1000 building_employment_artisans_add = 750 building_employment_managers_add = 250 + # total: 5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -441,9 +483,13 @@ pm_patent_stills_liquor = { building_output_liquor_add = 110 # x30 = 3300 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_shopkeepers_add = 2000 + building_employment_laborers_add = 1000 + building_employment_service_workers_add = 1500 building_employment_technicians_add = 1000 + building_employment_artisans_add = 1200 + building_employment_managers_add = 300 + # total: 5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -469,9 +515,13 @@ pm_basic_distillation_wine = { } level_scaled = { # profit = 300 (22.3) - building_employment_laborers_add = 3000 - building_employment_shopkeepers_add = 1000 + building_employment_laborers_add = 2000 + building_employment_service_workers_add = 1000 building_employment_technicians_add = 1000 + building_employment_artisans_add = 750 + building_employment_managers_add = 250 + # total: 5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -490,9 +540,13 @@ pm_patent_stills_wine = { building_output_wine_add = 65 # x30 = 3300 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_shopkeepers_add = 2000 + building_employment_laborers_add = 1000 + building_employment_service_workers_add = 1500 building_employment_technicians_add = 1000 + building_employment_artisans_add = 1200 + building_employment_managers_add = 300 + # total: 5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -510,7 +564,10 @@ pm_fiber_production_textiles = { } level_scaled = { # profit = 1000 (5.7) - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8750 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -531,8 +588,13 @@ pm_synthetic_fiber_production_textiles = { } level_scaled = { # profit = 1400 (8.0) - building_employment_laborers_add = 8000 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 6250 + building_employment_technicians_add = 1250 + building_employment_managers_add = 400 + building_employment_artisans_add = 750 + building_employment_engineers_add = 500 + # total: 9000 + # 400 managers, 8600 employees or a ratio of 1:21 } } } @@ -554,9 +616,13 @@ pm_spinnerets_textiles = { } level_scaled = { # profit = 1800 (10.3) - building_employment_laborers_add = 6500 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 5000 + building_employment_technicians_add = 1562 + building_employment_managers_add = 562 + building_employment_artisans_add = 1063 + building_employment_engineers_add = 813 + # total: 9000 + # 562 managers, 8438 employees or a ratio of 1:15 } } } @@ -580,10 +646,14 @@ pm_technical_textiles_textiles = { } level_scaled = { # profit = 2100 (12.1) - building_employment_laborers_add = 5000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 3650 + building_employment_technicians_add = 2062 + building_employment_managers_add = 662 + building_employment_artisans_add = 1213 + building_employment_engineers_add = 913 building_employment_professionals_add = 500 + # total: 9000 + # 662 managers, 8338 employees or a ratio of 1:13 } } } @@ -609,10 +679,15 @@ pm_3d_printed_clothes_textiles = { } level_scaled = { # profit = 3000 (17.3) - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3500 - building_employment_engineers_add = 750 - building_employment_professionals_add = 750 + building_employment_laborers_add = 2500 + building_employment_technicians_add = 2312 + building_employment_managers_add = 762 + building_employment_artisans_add = 1463 + building_employment_engineers_add = 1098 + building_employment_professionals_add = 650 + building_employment_academics_add = 215 + # total: 9000 + # 762 managers, 8238 employees or a ratio of 1:11 } } } @@ -635,9 +710,11 @@ pm_nylon = { } level_scaled = { building_employment_laborers_add = 3500 - building_employment_technicians_add = 500 - building_employment_managers_add = 500 + building_employment_technicians_add = 800 + building_employment_managers_add = 200 building_employment_engineers_add = 500 + # total: 5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -658,11 +735,14 @@ pm_polyester = { building_output_high_quality_fabric_add = 75 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 2875 + building_employment_technicians_add = 875 + building_employment_managers_add = 250 building_employment_engineers_add = 500 building_employment_academics_add = 300 building_employment_professionals_add = 200 + # total: 5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -682,11 +762,14 @@ pm_carbon_fibers = { building_output_high_quality_fabric_add = 120 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 625 - building_employment_academics_add = 625 - building_employment_professionals_add = 250 + building_employment_laborers_add = 1964 + building_employment_technicians_add = 1190 + building_employment_managers_add = 300 + building_employment_engineers_add = 682 + building_employment_academics_add = 482 + building_employment_professionals_add = 382 + # total: 5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -706,11 +789,14 @@ pm_conducive_smart_fabric = { building_output_high_quality_fabric_add = 165 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 850 - building_employment_academics_add = 850 - building_employment_professionals_add = 300 + building_employment_laborers_add = 1464 + building_employment_technicians_add = 1383 + building_employment_managers_add = 382 + building_employment_engineers_add = 757 + building_employment_academics_add = 557 + building_employment_professionals_add = 457 + # total: 5000 + # 382 managers, 4618 employees or a ratio of 1:12 } } } @@ -736,9 +822,12 @@ pm_styrene_butadiene = { building_output_rubber_add = 50 } level_scaled = { - building_employment_laborers_add = 3000 + building_employment_laborers_add = 2900 building_employment_technicians_add = 500 - building_employment_engineers_add = 1500 + building_employment_engineers_add = 1400 + building_employment_managers_add = 200 + # total: 5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -758,9 +847,13 @@ pm_silicone = { building_output_rubber_add = 140 } level_scaled = { - building_employment_laborers_add = 2000 + building_employment_laborers_add = 1800 building_employment_technicians_add = 1000 - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1800 + building_employment_managers_add = 300 + building_employment_academics_add = 100 + # total: 5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -779,8 +872,10 @@ pm_fiber_production_furniture = { } level_scaled = { # profit = 1100 (6.3) - building_employment_laborers_add = 4500 - building_employment_technicians_add = 500 + building_employment_laborers_add = 8750 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -803,9 +898,13 @@ pm_synthetic_fiber_production_furniture = { } level_scaled = { # profit = 1400 (7.5) - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 6150 + building_employment_technicians_add = 1250 + building_employment_managers_add = 350 + building_employment_artisans_add = 750 building_employment_engineers_add = 500 + # total: 9000 + # 350 managers, 8650 employees or a ratio of 1:25 } } } @@ -827,9 +926,13 @@ pm_spinnerets_furniture = { building_output_furniture_add = 65 # x 30 = 3750 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 5000 + building_employment_technicians_add = 1562 + building_employment_managers_add = 562 + building_employment_artisans_add = 1063 + building_employment_engineers_add = 813 + # total: 9000 + # 562 managers, 8438 employees or a ratio of 1:15 } } } @@ -851,9 +954,14 @@ pm_technical_textiles_furniture = { building_output_furniture_add = 90 # x 30 = 5250 } level_scaled = { - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1750 - building_employment_engineers_add = 750 + building_employment_laborers_add = 3650 + building_employment_technicians_add = 2062 + building_employment_managers_add = 662 + building_employment_artisans_add = 1213 + building_employment_engineers_add = 913 + building_employment_professionals_add = 500 + # total: 9000 + # 662 managers, 8338 employees or a ratio of 1:13 } } } @@ -877,9 +985,15 @@ pm_3d_printed_furniture = { building_output_furniture_add = 125 # x 30 = 7500 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 2500 + building_employment_technicians_add = 2312 + building_employment_managers_add = 762 + building_employment_artisans_add = 1463 + building_employment_engineers_add = 1098 + building_employment_professionals_add = 650 + building_employment_academics_add = 215 + # total: 9000 + # 762 managers, 8238 employees or a ratio of 1:11 } } } @@ -905,9 +1019,12 @@ pm_household_appliance_manufacturing = { building_output_household_appliances_add = 50 # x 100 = 5000 } level_scaled = { - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 3000 + building_employment_technicians_add = 1200 + building_employment_managers_add = 300 building_employment_engineers_add = 500 + # total: 5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -928,9 +1045,12 @@ pm_mass_appliance_manufacturing = { building_output_household_appliances_add = 95 # x 100 = 9500 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 2600 + building_employment_managers_add = 400 + building_employment_engineers_add = 1000 + # total: 5000 + # 400 managers, 4600 employees or a ratio of 1:12 } } } @@ -948,7 +1068,10 @@ pm_pre_war_glassworking = { building_output_glass_add = 35 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8750 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -970,8 +1093,11 @@ pm_float_glass_process = { building_output_glass_add = 80 } level_scaled = { - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7700 building_employment_technicians_add = 1000 + building_employment_managers_add = 300 + # total: 9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -994,9 +1120,12 @@ pm_bottom_blown_converters_glass = { building_output_glass_add = 135 } level_scaled = { - building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 + building_employment_laborers_add = 5700 + building_employment_technicians_add = 1900 building_employment_engineers_add = 1000 + building_employment_managers_add = 400 + # total: 9000 + # 400 managers, 8600 employees or a ratio of 1:21 } } } @@ -1019,9 +1148,12 @@ pm_oxygen_concentrators_glass = { building_output_glass_add = 170 } level_scaled = { - building_employment_laborers_add = 5000 + building_employment_laborers_add = 4550 building_employment_technicians_add = 2500 - building_employment_engineers_add = 1500 + building_employment_engineers_add = 1400 + building_employment_managers_add = 550 + # total: 9000 + # 550 managers, 8450 employees or a ratio of 1:15 } } } @@ -1044,9 +1176,12 @@ pm_laminated_glass = { building_output_glass_add = 220 } level_scaled = { - building_employment_laborers_add = 4000 + building_employment_laborers_add = 3500 building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 + building_employment_managers_add = 625 + # total: 9000 + # 625 managers, 8375 employees or a ratio of 1:13 } } } @@ -1063,7 +1198,10 @@ pm_base_tools = { building_output_tools_add = 45 } level_scaled = { - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7750 + building_employment_managers_add = 250 + # total: 8000 + # 250 managers, 7750 employees or a ratio of 1:31 } } } @@ -1081,8 +1219,11 @@ pm_power_tools = { building_output_tools_add = 80 } level_scaled = { - building_employment_laborers_add = 7000 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 5650 + building_employment_technicians_add = 1900 + building_employment_managers_add = 450 + # total: 8000 + # 450 managers, 7550 employees or a ratio of 1:17 } } } @@ -1102,9 +1243,13 @@ pm_robotics_integrated_manufacturing = { building_output_tools_add = 130 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 3275 + building_employment_technicians_add = 2900 + building_employment_engineers_add = 1105 + building_employment_professionals_add = 120 + building_employment_managers_add = 600 + # total: 8000 + # 600 managers, 7400 employees or a ratio of 1:12 } } } @@ -1216,7 +1361,10 @@ pm_base_paper = { building_output_paper_add = 45 } level_scaled = { - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7750 + building_employment_managers_add = 250 + # total: 8000 + # 250 managers, 7750 employees or a ratio of 1:31 } } } @@ -1237,8 +1385,13 @@ pm_laminated_paper = { building_output_paper_add = 95 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 4000 + building_employment_laborers_add = 3275 + building_employment_technicians_add = 2900 + building_employment_engineers_add = 1105 + building_employment_professionals_add = 120 + building_employment_managers_add = 600 + # total: 8000 + # 600 managers, 7400 employees or a ratio of 1:12 } } } @@ -1258,9 +1411,12 @@ pm_pre_war_fertilizer_plant = { } level_scaled = { # employment - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5750 building_employment_technicians_add = 2000 building_employment_engineers_add = 2000 + building_employment_managers_add = 250 + # total: 10000 + # 250 managers, 9750 employees or a ratio of 1:39 } } } @@ -1280,9 +1436,14 @@ pm_organophosphates_fertilizer = { } level_scaled = { # employment - building_employment_laborers_add = 5000 + building_employment_laborers_add = 4550 building_employment_technicians_add = 2000 - building_employment_engineers_add = 3000 + building_employment_engineers_add = 2875 + building_employment_managers_add = 450 + building_employment_academics_add = 125 + building_employment_professionals_add = 125 + # total: 10000 + # 450 managers, 9550 employees or a ratio of 1:21 } } } @@ -1304,9 +1465,14 @@ pm_synthetic_fertilizers = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 4000 + building_employment_laborers_add = 2800 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 3000 + building_employment_managers_add = 550 + building_employment_academics_add = 400 + building_employment_professionals_add = 375 + # total: 10000 + # 550 managers, 9450 employees or a ratio of 1:17 } } } @@ -1326,9 +1492,8 @@ pm_early_steelmaking = { } level_scaled = { # employment - building_employment_laborers_add = 7000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 8750 + building_employment_managers_add = 250 } } } @@ -1350,9 +1515,9 @@ pm_basic_oxygen_steelmaking = { } level_scaled = { # employment - building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 7700 + building_employment_technicians_add = 1000 + building_employment_managers_add = 300 } } } @@ -1375,9 +1540,10 @@ pm_bottom_blown_converters = { } level_scaled = { # employment - building_employment_laborers_add = 5000 - building_employment_technicians_add = 2500 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 5700 + building_employment_technicians_add = 1900 + building_employment_engineers_add = 1000 + building_employment_managers_add = 400 } } } @@ -1400,9 +1566,10 @@ pm_oxygen_concentrators_steelmaking = { } level_scaled = { # employment - building_employment_laborers_add = 4500 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_laborers_add = 4550 + building_employment_technicians_add = 2500 + building_employment_engineers_add = 1400 + building_employment_managers_add = 550 } } } @@ -1424,9 +1591,10 @@ pm_vacuum_arc_remelting = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3500 - building_employment_engineers_add = 2500 + building_employment_laborers_add = 3500 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 2000 + building_employment_managers_add = 625 } } } @@ -1449,9 +1617,12 @@ pm_hall_heroult_process = { } level_scaled = { # employment - building_employment_laborers_add = 7000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 4500 + building_employment_technicians_add = 2125 + building_employment_engineers_add = 2000 + building_employment_managers_add = 375 + # total: 9000 + # 375 managers, 8625 employees or a ratio of 1:23 } } } @@ -1475,9 +1646,12 @@ pm_hoopes_process = { } level_scaled = { # employment - building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 3000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 2500 + building_employment_managers_add = 500 + # total: 9000 + # 500 managers, 8500 employees or a ratio of 1:17 } } } @@ -1501,9 +1675,14 @@ pm_prebaked_carbon_anodes = { } level_scaled = { # employment - building_employment_laborers_add = 4500 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_laborers_add = 1375 + building_employment_technicians_add = 3100 + building_employment_engineers_add = 3500 + building_employment_academics_add = 200 + building_employment_professionals_add = 125 + building_employment_managers_add = 700 + # total: 9000 + # 700 managers, 8300 employees or a ratio of 1:12 } } } @@ -1527,9 +1706,13 @@ pm_vacuum_arc_remelting_aluminum_refining = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 2325 + building_employment_engineers_add = 4500 + building_employment_academics_add = 825 + building_employment_professionals_add = 500 + building_employment_managers_add = 850 + # total: 9000 + # 850 managers, 8150 employees or a ratio of 1:10 } } } @@ -1546,9 +1729,12 @@ pm_combustion_gas_engines_motors = { building_output_engines_add = 60 } level_scaled = { - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5750 building_employment_technicians_add = 1500 building_employment_engineers_add = 1500 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -1568,9 +1754,14 @@ pm_high_compression_engines_motors = { building_output_engines_add = 80 } level_scaled = { - building_employment_laborers_add = 5500 + building_employment_laborers_add = 4675 building_employment_technicians_add = 1500 building_employment_engineers_add = 2000 + building_employment_academics_add = 150 + building_employment_professionals_add = 300 + building_employment_managers_add = 375 + # total: 9000 + # 375 managers, 8625 employees or a ratio of 1:23 } } } @@ -1590,9 +1781,14 @@ pm_transverse_engines_motors = { building_output_engines_add = 120 } level_scaled = { - building_employment_laborers_add = 4500 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 2500 + building_employment_laborers_add = 3350 + building_employment_technicians_add = 1750 + building_employment_engineers_add = 2550 + building_employment_academics_add = 350 + building_employment_professionals_add = 500 + building_employment_managers_add = 500 + # total: 9000 + # 500 managers, 8500 employees or a ratio of 1:17 } } } @@ -1612,9 +1808,14 @@ pm_stirling_engines_motors = { building_output_engines_add = 180 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 3000 + building_employment_laborers_add = 1500 + building_employment_technicians_add = 2375 + building_employment_engineers_add = 2675 + building_employment_academics_add = 700 + building_employment_professionals_add = 1000 + building_employment_managers_add = 750 + # total: 9000 + # 750 managers, 8250 employees or a ratio of 1:11 } } } @@ -1662,6 +1863,7 @@ pm_integrated_circuit_motors_motors = { # employment building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 + building_employment_academics_add = 150 } } } @@ -1683,6 +1885,8 @@ pm_laser_measurement_devices_motors = { # employment building_employment_technicians_add = 2500 building_employment_engineers_add = 1500 + building_employment_academics_add = 300 + building_employment_professionals_add = 150 } } } @@ -1702,9 +1906,12 @@ pm_pre_war_automobiles = { } level_scaled = { # employment - building_employment_laborers_add = 6500 + building_employment_laborers_add = 6250 building_employment_technicians_add = 1500 building_employment_engineers_add = 1000 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -1725,9 +1932,12 @@ pm_automobile_standardization = { } level_scaled = { # employment - building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 4000 + building_employment_technicians_add = 2500 + building_employment_engineers_add = 2125 + building_employment_managers_add = 375 + # total: 9000 + # 375 managers, 8625 employees or a ratio of 1:23 } } } @@ -1749,9 +1959,14 @@ pm_compact_cars = { } level_scaled = { # employment - building_employment_laborers_add = 5500 - building_employment_technicians_add = 2500 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 1600 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 3225 + building_employment_academics_add = 350 + building_employment_professionals_add = 350 + building_employment_managers_add = 475 + # total: 9000 + # 475 managers, 8525 employees or a ratio of 1:18 } } } @@ -1776,9 +1991,14 @@ pm_multi_purpose_vehicles = { } level_scaled = { # employment - building_employment_laborers_add = 5000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 925 + building_employment_technicians_add = 2750 + building_employment_engineers_add = 3675 + building_employment_academics_add = 600 + building_employment_professionals_add = 450 + building_employment_managers_add = 600 + # total: 9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -1803,9 +2023,14 @@ pm_self_driving_cars = { } level_scaled = { # employment - building_employment_laborers_add = 4500 - building_employment_technicians_add = 3500 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 2750 + building_employment_artisans_add = 200 + building_employment_engineers_add = 4050 + building_employment_academics_add = 650 + building_employment_professionals_add = 625 + building_employment_managers_add = 725 + # total: 9000 + # 725 managers, 8275 employees or a ratio of 1:11 } } } @@ -1830,9 +2055,14 @@ pm_fully_autonomous_cars = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 4000 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 2225 + building_employment_artisans_add = 200 + building_employment_engineers_add = 4425 + building_employment_academics_add = 715 + building_employment_professionals_add = 660 + building_employment_managers_add = 775 + # total: 9000 + # 775 managers, 8225 employees or a ratio of 1:10 } } } @@ -1842,6 +2072,8 @@ pm_no_luxury_cars = { texture = "gfx/interface/icons/generic_icons/unused/lack.dds" } +#rescale function + pm_pre_war_luxury_cars = { texture = "gfx/interface/icons/production_method_icons/pre_war_luxury_cars.dds" pollution_generation = 10 @@ -1856,8 +2088,12 @@ pm_pre_war_luxury_cars = { } level_scaled = { # employment - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 2083 + building_employment_technicians_add = 500 + building_employment_engineers_add = 333 + building_employment_managers_add = 83 + # total: 3000 + # 83 managers, 2917 employees or a ratio of 1:35 } } } @@ -1879,7 +2115,12 @@ pm_luxury_car_luxury_automobiles = { } level_scaled = { # employment - building_employment_technicians_add = 3000 + building_employment_laborers_add = 1333 + building_employment_technicians_add = 833 + building_employment_engineers_add = 708 + building_employment_managers_add = 125 + # total: 3000 + # 125 managers, 2875 employees or a ratio of 1:23 } } } @@ -1901,8 +2142,14 @@ pm_luxury_car_sports_cars = { } level_scaled = { # employment - building_employment_technicians_add = 2500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 533 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 1075 + building_employment_academics_add = 117 + building_employment_professionals_add = 117 + building_employment_managers_add = 158 + # total: 3000 + # 158 managers, 2842 employees or a ratio of 1:18 } } } @@ -1926,8 +2173,14 @@ pm_luxury_cars_supercars = { } level_scaled = { # employment - building_employment_technicians_add = 2250 - building_employment_engineers_add = 750 + building_employment_laborers_add = 308 + building_employment_technicians_add = 917 + building_employment_engineers_add = 1225 + building_employment_academics_add = 200 + building_employment_professionals_add = 150 + building_employment_managers_add = 200 + # total: 3000 + # 200 managers, 2800 employees or a ratio of 1:14 } } } @@ -1953,8 +2206,14 @@ pm_luxury_cars_hypercars = { } level_scaled = { # employment - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 917 + building_employment_artisans_add = 67 + building_employment_engineers_add = 1350 + building_employment_academics_add = 217 + building_employment_professionals_add = 208 + building_employment_managers_add = 242 + # total: 3000 + # 242 managers, 2758 employees or a ratio of 1:11 } } } @@ -1980,8 +2239,14 @@ pm_luxury_cars_advanced_hypercar = { } level_scaled = { # employment - building_employment_technicians_add = 1750 - building_employment_engineers_add = 1250 + building_employment_technicians_add = 742 + building_employment_artisans_add = 67 + building_employment_engineers_add = 1475 + building_employment_academics_add = 238 + building_employment_professionals_add = 220 + building_employment_managers_add = 258 + # total: 3000 + # 258 managers, 2742 employees or a ratio of 1:11 } } } @@ -2041,9 +2306,12 @@ pm_cargo_ships = { } level_scaled = { # employment - building_employment_laborers_add = 7000 + building_employment_laborers_add = 6750 building_employment_technicians_add = 1500 building_employment_engineers_add = 500 + building_employment_managers_add = 250 + # total: 9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -2063,9 +2331,12 @@ pm_standardized_design_ships = { } level_scaled = { # employment - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5675 building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 + building_employment_managers_add = 325 + # total: 9000 + # 325 managers, 8675 employees or a ratio of 1:27 } } } @@ -2088,9 +2359,12 @@ pm_container_ships = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_laborers_add = 2550 + building_employment_technicians_add = 3500 + building_employment_engineers_add = 2500 + building_employment_managers_add = 450 + # total: 9000 + # 450 managers, 8550 employees or a ratio of 1:19 } } } @@ -2113,9 +2387,12 @@ pm_super_container_ships = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_laborers_add = 1500 + building_employment_technicians_add = 3675 + building_employment_engineers_add = 3800 + building_employment_managers_add = 550 + # total: 9000 + # 550 managers, 8450 employees or a ratio of 1:15 } } } @@ -4922,7 +5199,7 @@ pm_state_run_cooperatives_industry = { building_modifiers = { level_scaled = { building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 + building_employment_managers_add = 200 } unscaled = { building_government_shares_add = 1 @@ -4943,7 +5220,7 @@ pm_worker_cooperatives_industry = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_managers_add = 300 } unscaled = { building_workforce_shares_add = 1 @@ -5005,7 +5282,7 @@ pm_graphical_user_interfaces = { building_employment_academics_mult = -0.1 building_employment_clergymen_mult = -0.1 building_employment_engineers_mult = -0.1 - building_employment_shopkeepers_mult = -0.1 + building_employment_managers_mult = -0.1 building_employment_officers_mult = -0.1 building_employment_administrators_mult = -0.1 } @@ -5030,7 +5307,7 @@ pm_email_servers = { building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 building_employment_engineers_mult = -0.2 - building_employment_shopkeepers_mult = -0.2 + building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 building_employment_administrators_mult = -0.2 } @@ -5055,7 +5332,7 @@ pm_ai_integrated_software = { building_employment_academics_mult = -0.35 building_employment_clergymen_mult = -0.35 building_employment_engineers_mult = -0.35 - building_employment_shopkeepers_mult = -0.35 + building_employment_managers_mult = -0.35 building_employment_officers_mult = -0.35 building_employment_administrators_mult = -0.35 } @@ -5080,7 +5357,7 @@ pm_autonomous_ai = { building_employment_academics_mult = -0.5 building_employment_clergymen_mult = -0.5 building_employment_engineers_mult = -0.5 - building_employment_shopkeepers_mult = -0.5 + building_employment_managers_mult = -0.5 building_employment_officers_mult = -0.5 building_employment_administrators_mult = -0.5 } From 3bec4dca451f5d43c72599f89c988fd45bcbecd6 Mon Sep 17 00:00:00 2001 From: DZappala Date: Sat, 6 May 2023 10:51:42 -0700 Subject: [PATCH 013/439] feat: carrier pops --- common/production_methods/01_industry.txt | 51 +++++++++++++++++------ 1 file changed, 38 insertions(+), 13 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 44b590916..d2c1cf14d 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -1,4 +1,4 @@ -############# Food Industry ################# +############# Food Industry ################# ## Base Food PMG pm_improved_food_manufactories = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" @@ -2431,9 +2431,15 @@ pm_aircraft_carriers_prod = { } level_scaled = { # employment - building_employment_laborers_add = 21000 - building_employment_technicians_add = 4500 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 16050 + building_employment_technicians_add = 3600 + building_employment_engineers_add = 4500 + building_employment_professionals_add = 1000 + building_employment_academics_add = 1000 + building_employment_administrators_add = 100 + building_employment_managers_add = 750 + #total: (16050+3600+4500+1000+1000+100+750)=27000 + # 750 managers, 26200 employees or a ratio of 1:35 } } } @@ -2456,9 +2462,15 @@ pm_fleet_carriers_prod = { } level_scaled = { # employment - building_employment_laborers_add = 18000 - building_employment_technicians_add = 6000 - building_employment_engineers_add = 3000 + building_employment_laborers_add = 12675 + building_employment_technicians_add = 4550 + building_employment_engineers_add = 5500 + building_employment_professionals_add = 1350 + building_employment_academics_add = 1500 + building_employment_administrators_add = 350 + building_employment_managers_add = 1075 + # total: (12675+4550+5500+1350+1500+350+1075)=27000 + # 1075 managers, 25925 employees or a ratio of 1:24 } } } @@ -2482,9 +2494,16 @@ pm_supercarriers_prod = { } level_scaled = { # employment - building_employment_laborers_add = 15000 - building_employment_technicians_add = 9000 - building_employment_engineers_add = 4500 + building_employment_laborers_add = 7425 + building_employment_technicians_add = 6750 + building_employment_engineers_add = 7500 + building_employment_professionals_add = 1500 + building_employment_academics_add = 2000 + building_employment_administrators_add = 450 + building_employment_artisans_add = 100 + building_employment_managers_add = 1275 + #total: (7425+6750+7500+1500+2000+450+100+1275)=27000 + # 1275 managers, 25725 employees or a ratio of 1:20 } } } @@ -2509,9 +2528,15 @@ pm_advanced_hull_carriers_prod = { } level_scaled = { # employment - building_employment_laborers_add = 12000 - building_employment_technicians_add = 12000 - building_employment_engineers_add = 4500 + building_employment_technicians_add = 7838 + building_employment_engineers_add = 10899 + building_employment_professionals_add = 2170 + building_employment_academics_add = 3774 + building_employment_administrators_add = 594 + building_employment_artisans_add = 200 + building_employment_managers_add = 1525 + #total: (7838+10899+2170+3774+594+200+1525)==27000 + # 1525 managers, 25475 employees or a ratio of 1:17 } } } From 94c3c528153737a84cc735fbe6e6f981e4e93afb Mon Sep 17 00:00:00 2001 From: DZappala Date: Sat, 6 May 2023 11:01:55 -0700 Subject: [PATCH 014/439] feat: surface ships pops --- common/production_methods/01_industry.txt | 54 +++++++++++++++++------ 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index d2c1cf14d..a5fc54a8a 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -1,4 +1,4 @@ -############# Food Industry ################# +############# Food Industry ################# ## Base Food PMG pm_improved_food_manufactories = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" @@ -2073,7 +2073,6 @@ pm_no_luxury_cars = { } #rescale function - pm_pre_war_luxury_cars = { texture = "gfx/interface/icons/production_method_icons/pre_war_luxury_cars.dds" pollution_generation = 10 @@ -2542,6 +2541,7 @@ pm_advanced_hull_carriers_prod = { } ## Surface Ships PMG +#target 6K employment pm_no_surface_prod = { texture = "gfx/interface/icons/production_method_icons/unused/disabled.dds" unlocking_production_methods = { @@ -2571,9 +2571,15 @@ pm_wartime_designs = { } level_scaled = { # employment - building_employment_laborers_add = 5000 - building_employment_technicians_add = 750 - building_employment_engineers_add = 250 + building_employment_laborers_add = 3567 + building_employment_technicians_add = 800 + building_employment_engineers_add = 1000 + building_employment_professionals_add = 222 + building_employment_academics_add = 222 + building_employment_administrators_add = 22 + building_employment_managers_add = 167 + #total: (3567+800+1000+222+222+22+167)=6000 + # 167 managers, 5833 employees or a ratio of 1:35 } } } @@ -2597,9 +2603,15 @@ pm_post_war_designs = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 1250 - building_employment_engineers_add = 750 + building_employment_laborers_add = 2817 + building_employment_technicians_add = 1011 + building_employment_engineers_add = 1222 + building_employment_professionals_add = 300 + building_employment_academics_add = 333 + building_employment_administrators_add = 78 + building_employment_managers_add = 239 + # total: (2817+1011+1222+300+333+78+239)=6000 + # 239 managers, 5761 employees or a ratio of 1:24 } } } @@ -2624,9 +2636,16 @@ pm_modernized_designs = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1750 - building_employment_engineers_add = 1250 + building_employment_laborers_add = 1650 + building_employment_technicians_add = 1500 + building_employment_engineers_add = 1667 + building_employment_professionals_add = 333 + building_employment_academics_add = 444 + building_employment_administrators_add = 100 + building_employment_artisans_add = 22 + building_employment_managers_add = 284 + #total: (1650+1500+1667+333+444+100+22+284)=6000 + # 284 managers, 5716 employees or a ratio of 1:20 } } } @@ -2651,14 +2670,21 @@ pm_advanced_designs = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2250 - building_employment_engineers_add = 1750 + building_employment_technicians_add = 1742 + building_employment_engineers_add = 2422 + building_employment_professionals_add = 482 + building_employment_academics_add = 839 + building_employment_administrators_add = 132 + building_employment_artisans_add = 44 + building_employment_managers_add = 339 + #total: (1742+2422+482+839+132+44+339)=6000 + # 339 managers, 5661 employees or a ratio of 1:17 } } } ## Submarines PMG +#target: 2500 pm_no_submarine_prod = { texture = "gfx/interface/icons/production_method_icons/unused/disabled.dds" unlocking_production_methods = { From ab40062f6e86006949ee07eb477793dd954d2cc8 Mon Sep 17 00:00:00 2001 From: DZappala Date: Sat, 6 May 2023 11:34:10 -0700 Subject: [PATCH 015/439] fix: artisans now called creatives --- common/pop_types/cwp_artisans.txt | 4 ++-- common/pop_types/cwp_engineers.txt | 2 +- common/pop_types/cwp_professionals.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pop_types/cwp_artisans.txt b/common/pop_types/cwp_artisans.txt index 3aa0aac9b..67256fdf1 100644 --- a/common/pop_types/cwp_artisans.txt +++ b/common/pop_types/cwp_artisans.txt @@ -1,4 +1,4 @@ -artisans = { +creatives = { #todo update icon texture = gfx/interface/icons/pops_icons/intellectuals.dds color = { @@ -40,7 +40,7 @@ } } } - qualifications_growth_desc = ARTISANS_QUALIFICATIONS_DESC + qualifications_growth_desc = CREATIVES_QUALIFICATIONS_DESC qualifications = { # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 add = { diff --git a/common/pop_types/cwp_engineers.txt b/common/pop_types/cwp_engineers.txt index 640256a3e..f3a9f523e 100644 --- a/common/pop_types/cwp_engineers.txt +++ b/common/pop_types/cwp_engineers.txt @@ -62,7 +62,7 @@ or = { is_pop_type = managers is_pop_type = administrators - is_pop_type = artisans + is_pop_type = creatives } } multiply = { diff --git a/common/pop_types/cwp_professionals.txt b/common/pop_types/cwp_professionals.txt index 81104ab09..d8d6fe50b 100644 --- a/common/pop_types/cwp_professionals.txt +++ b/common/pop_types/cwp_professionals.txt @@ -62,7 +62,7 @@ or = { is_pop_type = managers is_pop_type = administrators - is_pop_type = artisans + is_pop_type = creatives } } multiply = { From fa56a68b249b68a342fc75fa7196c80d55d588cd Mon Sep 17 00:00:00 2001 From: DZappala Date: Sat, 6 May 2023 11:34:17 -0700 Subject: [PATCH 016/439] feat: military industry pops --- common/production_methods/01_industry.txt | 283 +++++++++++++++------- 1 file changed, 193 insertions(+), 90 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index a5fc54a8a..947c2d706 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -461,7 +461,7 @@ pm_basic_distillation_liquor = { building_employment_laborers_add = 2000 building_employment_service_workers_add = 1000 building_employment_technicians_add = 1000 - building_employment_artisans_add = 750 + building_employment_creatives_add = 750 building_employment_managers_add = 250 # total: 5000 # 250 managers, 4750 employees or a ratio of 1:19 @@ -486,7 +486,7 @@ pm_patent_stills_liquor = { building_employment_laborers_add = 1000 building_employment_service_workers_add = 1500 building_employment_technicians_add = 1000 - building_employment_artisans_add = 1200 + building_employment_creatives_add = 1200 building_employment_managers_add = 300 # total: 5000 # 300 managers, 4700 employees or a ratio of 1:16 @@ -518,7 +518,7 @@ pm_basic_distillation_wine = { building_employment_laborers_add = 2000 building_employment_service_workers_add = 1000 building_employment_technicians_add = 1000 - building_employment_artisans_add = 750 + building_employment_creatives_add = 750 building_employment_managers_add = 250 # total: 5000 # 250 managers, 4750 employees or a ratio of 1:19 @@ -543,7 +543,7 @@ pm_patent_stills_wine = { building_employment_laborers_add = 1000 building_employment_service_workers_add = 1500 building_employment_technicians_add = 1000 - building_employment_artisans_add = 1200 + building_employment_creatives_add = 1200 building_employment_managers_add = 300 # total: 5000 # 300 managers, 4700 employees or a ratio of 1:16 @@ -591,7 +591,7 @@ pm_synthetic_fiber_production_textiles = { building_employment_laborers_add = 6250 building_employment_technicians_add = 1250 building_employment_managers_add = 400 - building_employment_artisans_add = 750 + building_employment_creatives_add = 750 building_employment_engineers_add = 500 # total: 9000 # 400 managers, 8600 employees or a ratio of 1:21 @@ -619,7 +619,7 @@ pm_spinnerets_textiles = { building_employment_laborers_add = 5000 building_employment_technicians_add = 1562 building_employment_managers_add = 562 - building_employment_artisans_add = 1063 + building_employment_creatives_add = 1063 building_employment_engineers_add = 813 # total: 9000 # 562 managers, 8438 employees or a ratio of 1:15 @@ -649,7 +649,7 @@ pm_technical_textiles_textiles = { building_employment_laborers_add = 3650 building_employment_technicians_add = 2062 building_employment_managers_add = 662 - building_employment_artisans_add = 1213 + building_employment_creatives_add = 1213 building_employment_engineers_add = 913 building_employment_professionals_add = 500 # total: 9000 @@ -682,7 +682,7 @@ pm_3d_printed_clothes_textiles = { building_employment_laborers_add = 2500 building_employment_technicians_add = 2312 building_employment_managers_add = 762 - building_employment_artisans_add = 1463 + building_employment_creatives_add = 1463 building_employment_engineers_add = 1098 building_employment_professionals_add = 650 building_employment_academics_add = 215 @@ -901,7 +901,7 @@ pm_synthetic_fiber_production_furniture = { building_employment_laborers_add = 6150 building_employment_technicians_add = 1250 building_employment_managers_add = 350 - building_employment_artisans_add = 750 + building_employment_creatives_add = 750 building_employment_engineers_add = 500 # total: 9000 # 350 managers, 8650 employees or a ratio of 1:25 @@ -929,7 +929,7 @@ pm_spinnerets_furniture = { building_employment_laborers_add = 5000 building_employment_technicians_add = 1562 building_employment_managers_add = 562 - building_employment_artisans_add = 1063 + building_employment_creatives_add = 1063 building_employment_engineers_add = 813 # total: 9000 # 562 managers, 8438 employees or a ratio of 1:15 @@ -957,7 +957,7 @@ pm_technical_textiles_furniture = { building_employment_laborers_add = 3650 building_employment_technicians_add = 2062 building_employment_managers_add = 662 - building_employment_artisans_add = 1213 + building_employment_creatives_add = 1213 building_employment_engineers_add = 913 building_employment_professionals_add = 500 # total: 9000 @@ -988,7 +988,7 @@ pm_3d_printed_furniture = { building_employment_laborers_add = 2500 building_employment_technicians_add = 2312 building_employment_managers_add = 762 - building_employment_artisans_add = 1463 + building_employment_creatives_add = 1463 building_employment_engineers_add = 1098 building_employment_professionals_add = 650 building_employment_academics_add = 215 @@ -2024,7 +2024,7 @@ pm_self_driving_cars = { level_scaled = { # employment building_employment_technicians_add = 2750 - building_employment_artisans_add = 200 + building_employment_creatives_add = 200 building_employment_engineers_add = 4050 building_employment_academics_add = 650 building_employment_professionals_add = 625 @@ -2056,7 +2056,7 @@ pm_fully_autonomous_cars = { level_scaled = { # employment building_employment_technicians_add = 2225 - building_employment_artisans_add = 200 + building_employment_creatives_add = 200 building_employment_engineers_add = 4425 building_employment_academics_add = 715 building_employment_professionals_add = 660 @@ -2206,7 +2206,7 @@ pm_luxury_cars_hypercars = { level_scaled = { # employment building_employment_technicians_add = 917 - building_employment_artisans_add = 67 + building_employment_creatives_add = 67 building_employment_engineers_add = 1350 building_employment_academics_add = 217 building_employment_professionals_add = 208 @@ -2239,7 +2239,7 @@ pm_luxury_cars_advanced_hypercar = { level_scaled = { # employment building_employment_technicians_add = 742 - building_employment_artisans_add = 67 + building_employment_creatives_add = 67 building_employment_engineers_add = 1475 building_employment_academics_add = 238 building_employment_professionals_add = 220 @@ -2499,7 +2499,7 @@ pm_supercarriers_prod = { building_employment_professionals_add = 1500 building_employment_academics_add = 2000 building_employment_administrators_add = 450 - building_employment_artisans_add = 100 + building_employment_creatives_add = 100 building_employment_managers_add = 1275 #total: (7425+6750+7500+1500+2000+450+100+1275)=27000 # 1275 managers, 25725 employees or a ratio of 1:20 @@ -2532,7 +2532,7 @@ pm_advanced_hull_carriers_prod = { building_employment_professionals_add = 2170 building_employment_academics_add = 3774 building_employment_administrators_add = 594 - building_employment_artisans_add = 200 + building_employment_creatives_add = 200 building_employment_managers_add = 1525 #total: (7838+10899+2170+3774+594+200+1525)==27000 # 1525 managers, 25475 employees or a ratio of 1:17 @@ -2642,7 +2642,7 @@ pm_modernized_designs = { building_employment_professionals_add = 333 building_employment_academics_add = 444 building_employment_administrators_add = 100 - building_employment_artisans_add = 22 + building_employment_creatives_add = 22 building_employment_managers_add = 284 #total: (1650+1500+1667+333+444+100+22+284)=6000 # 284 managers, 5716 employees or a ratio of 1:20 @@ -2675,7 +2675,7 @@ pm_advanced_designs = { building_employment_professionals_add = 482 building_employment_academics_add = 839 building_employment_administrators_add = 132 - building_employment_artisans_add = 44 + building_employment_creatives_add = 44 building_employment_managers_add = 339 #total: (1742+2422+482+839+132+44+339)=6000 # 339 managers, 5661 employees or a ratio of 1:17 @@ -2717,9 +2717,15 @@ pm_wartime_submarines_prod = { } level_scaled = { # employment - building_employment_laborers_add = 1750 - building_employment_technicians_add = 500 - building_employment_engineers_add = 250 + building_employment_laborers_add = 1485 + building_employment_technicians_add = 333 + building_employment_engineers_add = 417 + building_employment_professionals_add = 93 + building_employment_academics_add = 93 + building_employment_administrators_add = 9 + building_employment_managers_add = 70 + #total: (1485+333+417+93+93+9+70)=2500 + # 70 managers, 2430 employees or a ratio of 1:35 } } } @@ -2743,9 +2749,15 @@ pm_attack_submarines = { } level_scaled = { # employment - building_employment_laborers_add = 1250 - building_employment_technicians_add = 750 - building_employment_engineers_add = 500 + building_employment_laborers_add = 1173 + building_employment_technicians_add = 421 + building_employment_engineers_add = 509 + building_employment_professionals_add = 125 + building_employment_academics_add = 139 + building_employment_administrators_add = 33 + building_employment_managers_add = 100 + # total: (1173+421+509+125+139+33+100)=2500 + # 100 managers, 2400 employees or a ratio of 1:24 } } } @@ -2770,9 +2782,16 @@ pm_nuclear_submarines_prod = { } level_scaled = { # employment - building_employment_laborers_add = 1000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 687 + building_employment_technicians_add = 625 + building_employment_engineers_add = 695 + building_employment_professionals_add = 139 + building_employment_academics_add = 185 + building_employment_administrators_add = 42 + building_employment_creatives_add = 9 + building_employment_managers_add = 118 + #total: (687+625+695+139+185+42+9+118)=2500 + # 118 managers, 2382 employees or a ratio of 1:20 } } } @@ -2798,9 +2817,15 @@ pm_advanced_mission_submarines_prod = { } level_scaled = { # employment - building_employment_laborers_add = 500 - building_employment_technicians_add = 1250 - building_employment_engineers_add = 750 + building_employment_technicians_add = 726 + building_employment_engineers_add = 1009 + building_employment_professionals_add = 201 + building_employment_academics_add = 350 + building_employment_administrators_add = 55 + building_employment_creatives_add = 18 + building_employment_managers_add = 141 + # total: (726+1009+201+350+55+18+141)=2500 + # 141 managers, 2359 employees or a ratio of 1:17 } } } @@ -2836,8 +2861,12 @@ pm_pre_war_tanks_prod = { } level_scaled = { # employment - building_employment_laborers_add = 4500 + building_employment_laborers_add = 3900 building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + building_employment_managers_add = 100 + # total: (3900+500+500+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -2859,9 +2888,12 @@ pm_1st_gen_mbt_ami = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 2750 + building_employment_technicians_add = 1300 + building_employment_engineers_add = 750 + building_employment_managers_add = 200 + # total: (2750+1300+750+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -2884,9 +2916,12 @@ pm_2nd_gen_mbt_ami = { } level_scaled = { # employment - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 1650 + building_employment_technicians_add = 2050 + building_employment_engineers_add = 1000 + building_employment_managers_add = 300 + # total: (1650+2050+1000+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:15 } } } @@ -2909,9 +2944,14 @@ pm_3rd_gen_mbt_ami = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 600 + building_employment_technicians_add = 2350 + building_employment_engineers_add = 1350 + building_employment_academics_add = 200 + building_employment_professionals_add = 150 + building_employment_managers_add = 350 + # total: (600+2350+1350+200+150+350)=5000 + # 350 managers, 4650 employees or a ratio of 1:13 } } } @@ -2935,9 +2975,13 @@ pm_35th_gen_mbt_ami = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1250 - building_employment_engineers_add = 750 + building_employment_technicians_add = 1900 + building_employment_engineers_add = 2050 + building_employment_academics_add = 375 + building_employment_professionals_add = 275 + building_employment_managers_add = 400 + # total: (1900+2050+375+275+400)=5000 + # 400 managers, 4600 employees or a ratio of 1:12 } } } @@ -2961,14 +3005,19 @@ pm_4th_gen_mbt_ami = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 1100 + building_employment_engineers_add = 2550 + building_employment_academics_add = 525 + building_employment_professionals_add = 375 + building_employment_managers_add = 450 + # total: (1100+2550+525+375+450)=5000 + # 450 managers, 4550 employees or a ratio of 1:10 } } } ## AFV PMGs +#target: 5000 pm_no_armored_fighting_vehicle_prod = { texture = "gfx/interface/icons/production_method_icons/unused/no_airships.dds" unlocking_production_methods = { @@ -2999,9 +3048,12 @@ pm_wartime_halftacks_production = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 2750 + building_employment_technicians_add = 1300 + building_employment_engineers_add = 750 + building_employment_managers_add = 200 + # total: (2750+1300+750+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -3024,9 +3076,12 @@ pm_apc_production = { } level_scaled = { # employment - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 1650 + building_employment_technicians_add = 2050 + building_employment_engineers_add = 1000 + building_employment_managers_add = 300 + # total: (1650+2050+1000+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:15 } } } @@ -3049,9 +3104,14 @@ pm_ifv_production = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 600 + building_employment_technicians_add = 2350 + building_employment_engineers_add = 1350 + building_employment_academics_add = 200 + building_employment_professionals_add = 150 + building_employment_managers_add = 350 + # total: (600+2350+1350+200+150+350)=5000 + # 350 managers, 4650 employees or a ratio of 1:13 } } } @@ -3076,9 +3136,13 @@ pm_modern_ifv_production = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1250 - building_employment_engineers_add = 750 + building_employment_technicians_add = 1900 + building_employment_engineers_add = 2050 + building_employment_academics_add = 375 + building_employment_professionals_add = 275 + building_employment_managers_add = 400 + # total: (1900+2050+375+275+400)=5000 + # 400 managers, 4600 employees or a ratio of 1:12 } } } @@ -3104,14 +3168,19 @@ pm_automated_armored_fighting_vehicle_production = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 1100 + building_employment_engineers_add = 2550 + building_employment_academics_add = 525 + building_employment_professionals_add = 375 + building_employment_managers_add = 450 + # total: (1100+2550+525+375+450)=5000 + # 450 managers, 4550 employees or a ratio of 1:10 } } } ## Base Aircraft PMG +# Target: 5000 employees pm_no_aircraft_production = { texture = "gfx/interface/icons/production_method_icons/unused/no_airships.dds" unlocking_production_methods = { @@ -3140,9 +3209,12 @@ pm_early_military_aircraft_prod = { } level_scaled = { # employment - building_employment_laborers_add = 4000 - building_employment_technicians_add = 750 - building_employment_engineers_add = 250 + building_employment_laborers_add = 3900 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + building_employment_managers_add = 100 + # total: (3900+500+500+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -3165,9 +3237,12 @@ pm_jet_fighters_prod = { } level_scaled = { # employment - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 2750 + building_employment_technicians_add = 1300 + building_employment_engineers_add = 750 + building_employment_managers_add = 200 + # total: (2750+1300+750+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -3191,9 +3266,12 @@ pm_2nd_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1250 - building_employment_engineers_add = 750 + building_employment_laborers_add = 1650 + building_employment_technicians_add = 2050 + building_employment_engineers_add = 1000 + building_employment_managers_add = 300 + # total: (1650+2050+1000+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:15 } } } @@ -3217,9 +3295,14 @@ pm_3rd_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2750 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 750 + building_employment_laborers_add = 600 + building_employment_technicians_add = 2350 + building_employment_engineers_add = 1350 + building_employment_academics_add = 200 + building_employment_professionals_add = 150 + building_employment_managers_add = 350 + # total: (600+2350+1350+200+150+350)=5000 + # 350 managers, 4650 employees or a ratio of 1:13 } } } @@ -3243,9 +3326,13 @@ pm_4th_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 1900 + building_employment_engineers_add = 2050 + building_employment_academics_add = 375 + building_employment_professionals_add = 275 + building_employment_managers_add = 400 + # total: (1900+2050+375+275+400)=5000 + # 400 managers, 4600 employees or a ratio of 1:12 } } } @@ -3269,9 +3356,13 @@ pm_45th_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 1100 + building_employment_engineers_add = 2550 + building_employment_academics_add = 525 + building_employment_professionals_add = 375 + building_employment_managers_add = 450 + # total: (1100+2550+525+375+450)=5000 + # 450 managers, 4550 employees or a ratio of 1:10 } } } @@ -3295,9 +3386,13 @@ pm_5th_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 575 + building_employment_engineers_add = 2900 + building_employment_academics_add = 625 + building_employment_professionals_add = 425 + building_employment_managers_add = 475 + # total: (575+2900+625+425+475)=5000 + # 475 managers, 4525 employees or a ratio of 1:9 } } } @@ -3321,9 +3416,13 @@ pm_6th_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 325 + building_employment_engineers_add = 3100 + building_employment_academics_add = 660 + building_employment_professionals_add = 440 + building_employment_managers_add = 475 + # total: (325+3100+660+440+475)=5000 + # 475 managers, 4525 employees or a ratio of 1:9 } } } @@ -3347,9 +3446,13 @@ pm_7th_gen_jet_fighters = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 225 + building_employment_engineers_add = 3175 + building_employment_academics_add = 680 + building_employment_professionals_add = 445 + building_employment_managers_add = 475 + # total: (225+3175+680+445+475)=5000 + # 475 managers, 4525 employees or a ratio of 1:9 } } } From 3800dd99d2335612190f6224c87d27e2666f6b6d Mon Sep 17 00:00:00 2001 From: DZappala Date: Mon, 8 May 2023 16:51:02 -0400 Subject: [PATCH 017/439] feat: more pops --- .../{cwp_artisans.txt => cwp_creatives.txt} | 0 common/production_methods/01_industry.txt | 78 ++++++++++++++----- 2 files changed, 60 insertions(+), 18 deletions(-) rename common/pop_types/{cwp_artisans.txt => cwp_creatives.txt} (100%) diff --git a/common/pop_types/cwp_artisans.txt b/common/pop_types/cwp_creatives.txt similarity index 100% rename from common/pop_types/cwp_artisans.txt rename to common/pop_types/cwp_creatives.txt diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 947c2d706..a2e173706 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -3459,6 +3459,7 @@ pm_7th_gen_jet_fighters = { ############# Electronics Manufactories ################# ## Base Electronics PMG +#Target: 10000 Employees pm_pre_war_electronics = { texture = "gfx/interface/icons/production_method_icons/pre_war_electronics.dds" pollution_generation = 10 @@ -3471,8 +3472,11 @@ pm_pre_war_electronics = { building_output_electronics_add = 50 # x 60 = 3000 } level_scaled = { - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7800 building_employment_engineers_add = 2000 + building_employment_managers_add = 200 + # total (7800+2000+200)=10000 + # 200 managers, 9800 employees or a ratio of 1:49 } } } @@ -3492,9 +3496,12 @@ pm_bipolar_transistors = { building_output_electronics_add = 100 # x 60 = 6300 } level_scaled = { - building_employment_laborers_add = 7000 - building_employment_technicians_add = 500 - building_employment_engineers_add = 2500 + building_employment_laborers_add = 500 + building_employment_technicians_add = 5000 + building_employment_engineers_add = 4250 + building_employment_managers_add = 250 + # total: (500+5000+4250+250)=10000 + # 250 managers, 9750 employees or a ratio of 1:39 } } } @@ -3514,9 +3521,12 @@ pm_circuit_integrated_electronics = { building_output_electronics_add = 160 # x 60 = 9600 } level_scaled = { - building_employment_laborers_add = 6000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 3000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 6350 + building_employment_academics_add = 300 + building_employment_managers_add = 350 + # total: (3000+6350+300+350)=10000 + # 350 managers, 9650 employees or a ratio of 1:27 } } } @@ -3538,9 +3548,13 @@ pm_small_surface_mount_parts = { building_output_electronics_add = 215 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 3500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 8350 + building_employment_academics_add = 500 + building_employment_professionals_add = 300 + building_employment_managers_add = 350 + # total: (3000+6350+300+350)=10000 + # 350 managers, 9650 employees or a ratio of 1:27 } } } @@ -3562,9 +3576,12 @@ pm_multilayer_surface_boards = { building_output_electronics_add = 270 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 4000 + building_employment_engineers_add = 8250 + building_employment_academics_add = 800 + building_employment_professionals_add = 500 + building_employment_managers_add = 450 + # total: (8250+800+500+450)=10000 + # 450 managers, 9550 employees or a ratio of 1:21 } } } @@ -3594,7 +3611,11 @@ pm_sensor_production_1 = { building_output_sensors_add = 5 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 950 + building_employment_managers_add = 50 + # total: (1000+950+50)=2000 + # 50 managers, 1950 employees or a ratio of 1:39 } } } @@ -3619,7 +3640,11 @@ pm_sensor_production_2 = { building_output_sensors_add = 10 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_technicians_add = 725 + building_employment_engineers_add = 1200 + building_employment_managers_add = 75 + # total: (725+1200+75)=2000 + # 75 managers, 1925 employees or a ratio of 1:26 } } } @@ -3643,7 +3668,13 @@ pm_sensor_production_3 = { building_output_sensors_add = 15 # x 60 = 3000 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_technicians_add = 450 + building_employment_engineers_add = 1350 + building_employment_academics_add = 50 + building_employment_professionals_add = 50 + building_employment_managers_add = 100 + # total: (450+1350+50+50+100)=2000 + # 100 managers, 1900 employees or a ratio of 1:19 } } } @@ -3667,7 +3698,13 @@ pm_sensor_production_4 = { building_output_sensors_add = 20 # x 60 = 3000 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_technicians_add = 200 + building_employment_engineers_add = 1475 + building_employment_academics_add = 100 + building_employment_professionals_add = 100 + building_employment_managers_add = 125 + # total: (200+1475+100+100+125)=2000 + # 125 managers, 1875 employees or a ratio of 1:15 } } } @@ -3690,7 +3727,12 @@ pm_sensor_production_5 = { building_output_sensors_add = 25 # x 60 = 3000 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1600 + building_employment_academics_add = 125 + building_employment_professionals_add = 125 + building_employment_managers_add = 150 + # total: (1600+125+125+150)=2000 + # 150 managers, 1850 employees or a ratio of 1:12 } } } From 7b9d6bcff4fe9c83ca91f09867337ac0f277dd69 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 17:15:32 -0400 Subject: [PATCH 018/439] small arms pops --- common/production_methods/01_industry.txt | 72 ++++++++++++++++++----- 1 file changed, 56 insertions(+), 16 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index a2e173706..7139e0272 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -3739,6 +3739,7 @@ pm_sensor_production_5 = { ############# Small Arms Manufactories ################# ## Base Small Arms PMG +# Target 5K employees pm_semi_automatic_rifles = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" pollution_generation = 5 @@ -3752,8 +3753,11 @@ pm_semi_automatic_rifles = { } level_scaled = { # employment - building_employment_laborers_add = 4000 + building_employment_laborers_add = 3900 building_employment_technicians_add = 1000 + building_employment_managers_add = 100 + # total: (3900+1000+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -3774,9 +3778,12 @@ pm_battle_rifles = { } level_scaled = { # employment - building_employment_laborers_add = 3000 + building_employment_laborers_add = 2850 building_employment_technicians_add = 1500 building_employment_engineers_add = 500 + building_employment_managers_add = 150 + # total: (2850+1500+500+150)=5000 + # 150 managers, 4850 employees or a ratio of 1:32 } } } @@ -3797,9 +3804,14 @@ pm_assault_rifles = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2000 + building_employment_laborers_add = 1675 + building_employment_technicians_add = 1975 building_employment_engineers_add = 1000 + building_employment_academics_add = 100 + building_employment_professionals_add = 50 + building_employment_managers_add = 200 + # total: (1675+1975+1000+100+50+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -3822,9 +3834,14 @@ pm_carbine_assault_rifles = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 850 + building_employment_technicians_add = 2100 + building_employment_engineers_add = 1500 + building_employment_academics_add = 150 + building_employment_professionals_add = 150 + building_employment_managers_add = 250 + # total: (850+2100+1500+150+150+250)=5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -3849,8 +3866,11 @@ pm_pre_war_artillery_prod = { } level_scaled = { # employment - building_employment_laborers_add = 4500 + building_employment_laborers_add = 4425 building_employment_technicians_add = 500 + building_employment_managers_add = 75 + # total: (4425+500+75)=5000 + # 75 managers, 4925 employees or a ratio of 1:66 } } } @@ -3870,8 +3890,11 @@ pm_post_war_artillery_prod = { } level_scaled = { # employment - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1500 + building_employment_laborers_add = 3900 + building_employment_technicians_add = 1000 + building_employment_managers_add = 100 + # total: (3900+1000+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -3892,8 +3915,13 @@ pm_self_propelled_artillery_prod = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 2000 + building_employment_laborers_add = 2850 + building_employment_technicians_add = 1500 + building_employment_engineers_add = 500 + building_employment_managers_add = 150 + # total: (2850+1500+500+150)=5000 + # 150 managers, 4850 employees or a ratio of 1:32 + } } } @@ -3915,8 +3943,14 @@ pm_multiple_launch_rocket_system = { } level_scaled = { # employment - building_employment_laborers_add = 2500 - building_employment_technicians_add = 2500 + building_employment_laborers_add = 1675 + building_employment_technicians_add = 1975 + building_employment_engineers_add = 1000 + building_employment_academics_add = 100 + building_employment_professionals_add = 50 + building_employment_managers_add = 200 + # total: (1675+1975+1000+100+50+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -3939,8 +3973,14 @@ pm_guided_missile_launchers = { } level_scaled = { # employment - building_employment_laborers_add = 2000 - building_employment_technicians_add = 3000 + building_employment_laborers_add = 850 + building_employment_technicians_add = 2100 + building_employment_engineers_add = 1500 + building_employment_academics_add = 150 + building_employment_professionals_add = 150 + building_employment_managers_add = 250 + # total: (850+2100+1500+150+150+250)=5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } From 0fc69dbabd2d02353dacda1d4db6b692f05a6ae2 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 17:26:51 -0400 Subject: [PATCH 019/439] feat: munitions pops --- common/production_methods/01_industry.txt | 81 ++++++++++++++++------- 1 file changed, 57 insertions(+), 24 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 7139e0272..5e6a66f46 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -3921,7 +3921,6 @@ pm_self_propelled_artillery_prod = { building_employment_managers_add = 150 # total: (2850+1500+500+150)=5000 # 150 managers, 4850 employees or a ratio of 1:32 - } } } @@ -3987,6 +3986,7 @@ pm_guided_missile_launchers = { ############# Munition Plants ################# ## Base Explosives PMG +# target: 5000 employees pm_rudimentary_explosives = { texture = "gfx/interface/icons/production_method_icons/unused/refining1.dds" pollution_generation = 5 @@ -4000,9 +4000,12 @@ pm_rudimentary_explosives = { } level_scaled = { # employment - building_employment_laborers_add = 3500 + building_employment_laborers_add = 3350 building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 150 + # total: (3350+1000+500+150)=5000 + # 150 managers, 4850 employees or a ratio of 1:32 } } } @@ -4023,9 +4026,13 @@ pm_teflon_chemicals = { } level_scaled = { # employment - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 1525 + building_employment_technicians_add = 1250 + building_employment_engineers_add = 1750 + building_employment_academics_add = 250 + building_employment_managers_add = 225 + # total: (1525+1250+1750+250+225)=5000 + # 225 managers, 4775 employees or a ratio of 1:21 } } } @@ -4048,9 +4055,12 @@ pm_plastic_explosives = { } level_scaled = { # employment - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 1750 + building_employment_engineers_add = 2475 + building_employment_academics_add = 425 + building_employment_managers_add = 350 + # total: (1750+2475+425+350)=5000 + # 350 managers, 4650 employees or a ratio of 1:13 } } } @@ -4073,9 +4083,13 @@ pm_advanced_explosives = { } level_scaled = { # employment - building_employment_laborers_add = 2000 building_employment_technicians_add = 1000 - building_employment_engineers_add = 2000 + building_employment_engineers_add = 3000 + building_employment_academics_add = 475 + building_employment_professionals_add = 100 + building_employment_managers_add = 425 + # total: (1000+3000+475+100+425)=5000 + # 425 managers, 4575 employees or a ratio of 1:11 } } } @@ -4100,9 +4114,12 @@ pm_pre_war_ammunition = { building_output_ammunition_add = 55 } level_scaled = { - building_employment_laborers_add = 3500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 + building_employment_laborers_add = 3900 + building_employment_technicians_add = 750 + building_employment_engineers_add = 250 + building_employment_managers_add = 100 + # total: (3900+750+250+100)=5000 + # 100 managers, 4650 employees or a ratio of 1:46 } } } @@ -4127,9 +4144,12 @@ pm_standardized_cartridges = { building_output_ammunition_add = 105 } level_scaled = { - building_employment_laborers_add = 3000 + building_employment_laborers_add = 3400 building_employment_technicians_add = 1000 - building_employment_engineers_add = 1000 + building_employment_engineers_add = 450 + building_employment_managers_add = 150 + # total: (3400+1000+450+150)=5000 + # 150 managers, 4850 employees or a ratio of 1:32 } } } @@ -4155,9 +4175,13 @@ pm_polymer_coatings = { building_output_ammunition_add = 145 } level_scaled = { - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 2600 + building_employment_technicians_add = 1450 + building_employment_engineers_add = 700 + building_employment_academics_add = 50 + building_employment_managers_add = 200 + # total: (2600+1450+700+50+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -4183,9 +4207,13 @@ pm_depleted_uranium_projectiles = { building_output_ammunition_add = 190 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 2000 + building_employment_laborers_add = 1850 + building_employment_technicians_add = 1850 + building_employment_engineers_add = 900 + building_employment_academics_add = 150 + building_employment_managers_add = 250 + # total: (1850+1850+900+150+250)=5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -4211,9 +4239,14 @@ pm_tungsten_carbide_projectiles = { building_output_ammunition_add = 190 } level_scaled = { - building_employment_laborers_add = 1500 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 2500 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 2250 + building_employment_engineers_add = 1150 + building_employment_academics_add = 250 + building_employment_professionals_add = 50 + building_employment_managers_add = 300 + # total: (1000+2250+1150+250+50+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } From feabf203fd6b9d07ef0152ea524004182b543d3c Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 17:35:16 -0400 Subject: [PATCH 020/439] feat: oil pops --- common/production_methods/01_industry.txt | 44 +++++++++++++++++------ 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 547099e34..0c8059a7d 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -4253,6 +4253,7 @@ pm_tungsten_carbide_projectiles = { ############# Fuel Refineries ################# ## Base Fuel Refineries PMG +#target 9000 employees pm_oil_refineries = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" pollution_generation = 50 @@ -4262,9 +4263,12 @@ pm_oil_refineries = { building_output_refined_fuel_add = 45 } level_scaled = { - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7825 building_employment_technicians_add = 500 building_employment_engineers_add = 500 + building_employment_managers_add = 175 + # total: (7825+500+500+175)=9000 + # 175 managers, 8825 employees or a ratio of 1:50 } } } @@ -4282,14 +4286,18 @@ pm_dense_oil_transportation = { building_output_refined_fuel_add = 100 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3000 - building_employment_engineers_add = 3000 + building_employment_laborers_add = 3650 + building_employment_technicians_add = 2500 + building_employment_engineers_add = 2500 + building_employment_managers_add = 350 + # total: (3650+2500+2500+350)=9000 + # 350 managers, 8650 employees or a ratio of 1:25 } } } ## Raw Plastic PMG +#target 2000 employees pm_no_plastics = { texture = "gfx/interface/icons/production_method_icons/unused/disabled.dds" } @@ -4306,8 +4314,11 @@ pm_rudimentary_polymers = { building_output_plastics_add = 50 } level_scaled = { - building_employment_technicians_add = 1000 + building_employment_technicians_add = 950 building_employment_engineers_add = 1000 + building_employment_managers_add = 50 + # total: (950+1000+50)=2000 + # 50 managers, 1950 employees or a ratio of 1:39 } } } @@ -4325,8 +4336,12 @@ pm_transition_metal_catalysts = { building_output_plastics_add = 125 } level_scaled = { - building_employment_technicians_add = 2000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 750 + building_employment_engineers_add = 1150 + building_employment_academics_add = 25 + building_employment_managers_add = 75 + # total: (750+1150+25+75)=2000 + # 75 managers, 1925 employees or a ratio of 1:25 } } } @@ -4344,8 +4359,12 @@ pm_dense_thermoplastics = { building_output_plastics_add = 200 } level_scaled = { - building_employment_technicians_add = 3000 - building_employment_engineers_add = 3000 + building_employment_technicians_add = 450 + building_employment_engineers_add = 1375 + building_employment_academics_add = 75 + building_employment_managers_add = 100 + # total: (450+1375+75+100)=2000 + # 100 managers, 1900 employees or a ratio of 1:19 } } } @@ -4363,8 +4382,11 @@ pm_saturated_elastomers = { building_output_plastics_add = 275 } level_scaled = { - building_employment_technicians_add = 4000 - building_employment_engineers_add = 4000 + building_employment_engineers_add = 1700 + building_employment_academics_add = 175 + building_employment_managers_add = 125 + # total: (1700+175+125)=2000 + # 125 managers, 1875 employees or a ratio of 1:15 } } } From 99bea02924d1b6701ed7810dadc7a1bab784e9e4 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 18:08:21 -0400 Subject: [PATCH 021/439] feat: semiconductors pops --- common/production_methods/01_industry.txt | 74 ++++++++++++++++------- 1 file changed, 51 insertions(+), 23 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 0c8059a7d..41ed669c9 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -4393,6 +4393,7 @@ pm_saturated_elastomers = { ############# Semiconductor Manufactories ################# ## Base Semiconductor PMG +#target 10000 employees pm_integrated_circuits_semiconductors = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" pollution_generation = 10 @@ -4404,9 +4405,11 @@ pm_integrated_circuits_semiconductors = { building_output_semiconductors_add = 60 } level_scaled = { - building_employment_laborers_add = 6000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 3000 + building_employment_technicians_add = 5700 + building_employment_engineers_add = 4000 + building_employment_managers_add = 300 + # total: (5700+4000+300)=10000 + # 300 managers, 9700 employees or a ratio of 1:32 } } } @@ -4425,9 +4428,12 @@ pm_single_chip_processors_semiconductors = { building_output_semiconductors_add = 85 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 3500 + building_employment_technicians_add = 4700 + building_employment_engineers_add = 4700 + building_employment_academics_add = 200 + building_employment_managers_add = 400 + # total: (4700+4700+200+400)=10000 + # 400 managers, 9600 employees or a ratio of 1:24 } } } @@ -4446,9 +4452,13 @@ pm_microprocessors_semiconductors = { building_output_semiconductors_add = 110 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 4000 + building_employment_technicians_add = 3200 + building_employment_engineers_add = 5700 + building_employment_academics_add = 500 + building_employment_professionals_add = 100 + building_employment_managers_add = 500 + # total: (3200+5700+500+100+500)=10000 + # 500 managers, 9500 employees or a ratio of 1:19 } } } @@ -4467,8 +4477,13 @@ pm_miniaturized_microprocessors_semiconductors = { building_output_semiconductors_add = 155 } level_scaled = { - building_employment_technicians_add = 6000 - building_employment_engineers_add = 3000 + building_employment_technicians_add = 1400 + building_employment_engineers_add = 6800 + building_employment_academics_add = 1000 + building_employment_professionals_add = 200 + building_employment_managers_add = 600 + # total: (1400+6800+1000+200+600)=10000 + # 600 managers, 9400 employees or a ratio of 1:16 } } } @@ -4487,9 +4502,11 @@ pm_specialized_microprocessors_semiconductors = { building_output_semiconductors_add = 200 } level_scaled = { - building_employment_technicians_add = 5500 - building_employment_engineers_add = 3000 - building_employment_academics_add = 500 + building_employment_engineers_add = 7700 + building_employment_academics_add = 1200 + building_employment_professionals_add = 400 + building_employment_managers_add = 700 + # total: (7700+1200+400+700)=10000 } } } @@ -4508,9 +4525,12 @@ pm_system_on_a_chip_semiconductors = { building_output_semiconductors_add = 250 } level_scaled = { - building_employment_technicians_add = 5000 - building_employment_engineers_add = 3000 - building_employment_academics_add = 1000 + building_employment_engineers_add = 7700 + building_employment_academics_add = 1200 + building_employment_professionals_add = 400 + building_employment_managers_add = 700 + # total: (7700+1200+400+700)=10000 + # 700 managers, 9300 employees or a ratio of 1:13 } } } @@ -4529,9 +4549,13 @@ pm_sub_3_nanometer_semiconductors = { building_output_semiconductors_add = 300 } level_scaled = { - building_employment_technicians_add = 4500 - building_employment_engineers_add = 3000 - building_employment_academics_add = 1500 + building_employment_engineers_add = 7200 + building_employment_academics_add = 1400 + building_employment_professionals_add = 500 + building_employment_creatives_add = 100 + building_employment_managers_add = 800 + # total: (7200+1400+500+100+800)=10000 + # 800 managers, 9200 employees or a ratio of 1:11 } } } @@ -4550,9 +4574,13 @@ pm_photonic_integration_semiconductors = { building_output_semiconductors_add = 350 } level_scaled = { - building_employment_technicians_add = 4000 - building_employment_engineers_add = 3000 - building_employment_academics_add = 2000 + building_employment_engineers_add = 6925 + building_employment_academics_add = 1400 + building_employment_professionals_add = 600 + building_employment_creatives_add = 200 + building_employment_managers_add = 875 + # total: (6925+1400+600+200+875)=10000 + # 875 managers, 9125 employees or a ratio of 1:10 } } } From bcd702344ac60edf63da48645602db6851f75cf4 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 18:39:20 -0400 Subject: [PATCH 022/439] feat: aircraft and missiles pops --- common/production_methods/01_industry.txt | 70 ++++++++++++++++++----- 1 file changed, 56 insertions(+), 14 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 41ed669c9..8a41cda8f 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -4587,6 +4587,7 @@ pm_photonic_integration_semiconductors = { ############# Aircraft Manufactories ################# ## Base Aircraft PMG +#target: 5000 employees pm_no_civilian_aircraft = { texture = "gfx/interface/icons/production_method_icons/no_civilian_aircraft.dds" unlocking_production_methods = { @@ -4607,9 +4608,12 @@ pm_pre_war_aircraft = { building_output_commercial_aircraft_add = 20 } level_scaled = { - building_employment_laborers_add = 3000 + building_employment_laborers_add = 2900 building_employment_technicians_add = 1750 building_employment_engineers_add = 250 + building_employment_managers_add = 100 + # total: (2900+1750+250+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -4628,9 +4632,13 @@ pm_passenger_jets = { building_output_commercial_aircraft_add = 50 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 2000 + building_employment_laborers_add = 1800 + building_employment_technicians_add = 1900 building_employment_engineers_add = 1000 + building_employment_academics_add = 100 + building_employment_managers_add = 200 + # total: (1800+1900+1000+100+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -4649,9 +4657,14 @@ pm_supersonic_jets = { building_output_commercial_aircraft_add = 70 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 + building_employment_laborers_add = 800 + building_employment_technicians_add = 1500 building_employment_engineers_add = 2000 + employee_employment_academics_add = 300 + building_employment_professionals_add = 100 + building_employment_managers_add = 300 + # total: (800+1500+2000+300+100+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:15 } } } @@ -4670,9 +4683,14 @@ pm_wide_body_passenger_jets = { building_output_commercial_aircraft_add = 100 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 1500 + building_employment_engineers_add = 2300 + employee_employment_academics_add = 500 + building_employment_professionals_add = 200 + building_employment_creatives_add = 100 + building_employment_managers_add = 400 + # total: (1500+2300+500+200+100+400)=5000 + # 400 managers, 4600 employees or a ratio of 1:12 } } } @@ -4699,7 +4717,11 @@ pm_early_missile_production = { building_output_missiles_add = 15 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } @@ -4721,7 +4743,11 @@ pm_remote_guided_missile_production = { building_output_missiles_add = 25 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } @@ -4743,7 +4769,11 @@ pm_internally_missile_production = { building_output_missiles_add = 40 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } @@ -4765,7 +4795,11 @@ pm_passive_tracking_missile_production = { building_output_missiles_add = 55 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } @@ -4787,7 +4821,11 @@ pm_terrain_guidance_missile_production = { building_output_missiles_add = 70 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } @@ -4809,7 +4847,11 @@ pm_retransmission_guidance_missile_production = { building_output_missiles_add = 90 } level_scaled = { - building_employment_engineers_add = 2000 + building_employment_engineers_add = 1500 + building_employment_academics_add = 500 + building_employment_managers_add = 200 + # total: (1500+500+200)=2200 + # 200 managers, 2000 employees or a ratio of 1:10 } } } From c59d55938bbcf36839a4c2b5c728aa2a5c30347f Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Mon, 8 May 2023 21:14:13 -0400 Subject: [PATCH 023/439] feat: uranium refinery pops --- common/production_methods/01_industry.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 8a41cda8f..1496ac7fb 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -4858,6 +4858,7 @@ pm_retransmission_guidance_missile_production = { ############# Uranium Refineries ################# ## Base Uranium PMG +#target: 10000 employees pm_brute_force_calutron_separation_refineries = { texture = "gfx/interface/icons/production_method_icons/calutron.dds" pollution_generation = 10 @@ -4867,9 +4868,12 @@ pm_brute_force_calutron_separation_refineries = { building_output_refined_uranium_add = 15 } level_scaled = { - building_employment_laborers_add = 5500 + building_employment_laborers_add = 5250 building_employment_technicians_add = 3500 building_employment_engineers_add = 1000 + building_employment_managers_add = 250 + # total: (5250+3500+1000+250)=10000 + # 250 managers, 9750 employees or a ratio of 1:39 } } } @@ -4886,9 +4890,12 @@ pm_calutron = { building_output_refined_uranium_add = 45 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 4500 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 2375 + building_employment_technicians_add = 3125 + building_employment_engineers_add = 4000 + building_employment_managers_add = 500 + # total: (2375+3125+4000+500)=10000 + # 500 managers, 9500 employees or a ratio of 1:19 } } } From 32779c6a6f608bb4bd6a28203b3c1e357d1a372d Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 13:56:03 -0400 Subject: [PATCH 024/439] feat: drugs pops --- common/production_methods/01_industry.txt | 57 +++++++++++++++-------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 1496ac7fb..7d007cdd8 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -1,4 +1,4 @@ -############# Food Industry ################# +############# Food Industry ################# ## Base Food PMG pm_improved_food_manufactories = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" @@ -4902,6 +4902,7 @@ pm_calutron = { ############# Battery Manufactories ################# ## Base Battery PMG +#target 9000 employees pm_batteries_no = { texture = "gfx/interface/icons/production_method_icons/unused/no.dds" } @@ -4917,9 +4918,12 @@ pm_alkaline_batteries = { building_output_batteries_add = 45 } level_scaled = { - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5750 building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 + building_employment_managers_add = 250 + # total: (5750+2000+1000+250)=9000 + # 250 managers, 8750 employees or a ratio of 1:35 } } } @@ -4938,15 +4942,19 @@ pm_lithium_iron_batteries = { building_output_batteries_add = 65 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 3500 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 1750 + building_employment_technicians_add = 3875 + building_employment_engineers_add = 2875 + building_employment_managers_add = 500 + # total: (1750+3875+2875+500)=9000 + # 500 managers, 8500 employees or a ratio of 1:17 } } } ############# Pharmaceutical Industry ################# ## Base Pharmaceutical PMG +#target 8000 employees pm_modern_medicine = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" building_modifiers = { @@ -4954,10 +4962,12 @@ pm_modern_medicine = { building_output_pharmaceuticals_add = 20 } level_scaled = { - building_employment_laborers_add = 6000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 - building_employment_academics_add = 500 + building_employment_technicians_add = 3500 + building_employment_engineers_add = 1000 + building_employment_academics_add = 3000 + building_employment_managers_add = 500 + # total: (3500+1000+3000+500)=8000 + # 500 managers, 7500 employees or a ratio of 1:15 } } } @@ -4972,10 +4982,12 @@ pm_synthetic_medicines = { building_output_pharmaceuticals_add = 40 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1000 - building_employment_academics_add = 1000 + building_employment_engineers_add = 1750 + building_employment_academics_add = 5000 + building_employment_professionals_add = 250 + building_employment_managers_add = 1000 + # total: (1750+5000+250+1000)=8000 + # 1000 managers, 7000 employees or a ratio of 1:7 } } } @@ -4996,8 +5008,11 @@ pm_opiate_refinement = { building_output_pharmaceuticals_add = 30 } level_scaled = { - building_employment_engineers_add = 500 - building_employment_academics_add = 500 + building_employment_engineers_add = 1000 + building_employment_academics_add = 1000 + building_employment_managers_add = 100 + # total: (1000+1000+100)=2100 + # 100 managers, 2000 employees or a ratio of 1:20 } } } @@ -5013,8 +5028,11 @@ pm_opiate_enhancement = { building_output_pharmaceuticals_add = 60 } level_scaled = { - building_employment_engineers_add = 1000 - building_employment_academics_add = 1000 + building_employment_engineers_add = 500 + building_employment_academics_add = 1500 + building_employment_managers_add = 100 + # total: (500+1500+100)=2100 + # 100 managers, 2000 employees or a ratio of 1:20 } } } @@ -5039,16 +5057,17 @@ pm_recreational_drugs = { level_scaled = { building_employment_engineers_add = 1000 building_employment_academics_add = 1000 + building_employment_managers_add = 100 + # total: (1000+1000+100)=2100 } } } ############# consumer_electronics Manufactories ################# ## Base consumer_electronics PMG -############# Radio Manufactories ################# -## Base Radio PMG ############# Computer Manufactories ################# ## Base Computers PMG +#target 8000 employees pm_mechanical_computers = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" building_modifiers = { From 14ad378019d0210b3613efb066f9b03d7158c590 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 15:19:54 -0400 Subject: [PATCH 025/439] feat: consumer pops --- common/production_methods/01_industry.txt | 144 +++++++++++++++------- 1 file changed, 98 insertions(+), 46 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 7d007cdd8..edddee8a6 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -1,4 +1,4 @@ -############# Food Industry ################# +############# Food Industry ################# ## Base Food PMG pm_improved_food_manufactories = { texture = "gfx/interface/icons/production_method_icons/unused/base1.dds" @@ -5079,9 +5079,12 @@ pm_mechanical_computers = { building_output_computers_add = 40 } level_scaled = { - building_employment_laborers_add = 6500 + building_employment_laborers_add = 6350 building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 150 + # total: (6350+1000+500+150)=8000 + # 150 managers, 7850 employees or a ratio of 1:52 } } } @@ -5100,9 +5103,12 @@ pm_stored_program_computers = { building_output_computers_add = 70 } level_scaled = { - building_employment_laborers_add = 6000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 + building_employment_laborers_add = 3000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 1750 + building_employment_managers_add = 250 + # total: (3000+3000+1750+250)=8000 + # 250 managers, 7750 employees or a ratio of 1:31 } } } @@ -5123,9 +5129,13 @@ pm_transistor_computers = { building_output_computers_add = 100 } level_scaled = { - building_employment_laborers_add = 5500 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1000 + building_employment_technicians_add = 4000 + building_employment_engineers_add = 2500 + building_employment_academics_add = 500 + building_employment_professionals_add = 500 + building_employment_managers_add = 500 + # total: (4000+2500+500+500+500)=8000 + # 500 managers, 7500 employees or a ratio of 1:15 } } } @@ -5145,9 +5155,14 @@ pm_microcomputers = { building_output_computers_add = 150 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 2500 + building_employment_engineers_add = 3000 + building_employment_academics_add = 750 + building_employment_professionals_add = 750 + building_employment_artisans_add = 250 + building_employment_managers_add = 750 + # total: (2500+3000+750+750+250+750)=8000 + # 750 managers, 7250 employees or a ratio of 1:10 } } } @@ -5167,9 +5182,14 @@ pm_advanced_computers = { building_output_computers_add = 170 } level_scaled = { - building_employment_laborers_add = 4500 - building_employment_technicians_add = 2000 - building_employment_engineers_add = 1500 + building_employment_technicians_add = 1200 + building_employment_engineers_add = 3500 + building_employment_academics_add = 1000 + building_employment_professionals_add = 1000 + building_employment_artisans_add = 500 + building_employment_managers_add = 800 + # total: (1200+3500+1000+1000+500+800)=8000 + # 800 managers, 7200 employees or a ratio of 1:9 } } } @@ -5189,15 +5209,20 @@ pm_quantum_computers = { building_output_computers_add = 200 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_technicians_add = 2500 - building_employment_engineers_add = 1500 + building_employment_engineers_add = 4000 + building_employment_academics_add = 1300 + building_employment_professionals_add = 1225 + building_employment_artisans_add = 625 + building_employment_managers_add = 850 + # total: (4000+1300+1225+625+850)=8000 + # 850 managers, 7150 employees or a ratio of 1:8 } } } ############# Consumer Electronics Manufactories ################# #TVs / consumer_electronics +#target: 5000 employees pm_cathode_ray_tubes = { texture = "gfx/interface/icons/production_method_icons/unused/automation1.dds" pollution_generation = 10 @@ -5214,9 +5239,11 @@ pm_cathode_ray_tubes = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_technicians_add = 500 + building_employment_technicians_add = 650 building_employment_engineers_add = 250 - building_employment_academics_add = 250 + building_employment_managers_add = 100 + # total: (4000+650+250+100)=5000 + # 100 managers, 4900 employees or a ratio of 1:49 } } } @@ -5236,10 +5263,12 @@ pm_dot_sequential_color_system = { building_output_consumer_electronics_add = 50 } level_scaled = { - building_employment_laborers_add = 3500 - building_employment_technicians_add = 500 - building_employment_engineers_add = 500 - building_employment_academics_add = 500 + building_employment_laborers_add = 3250 + building_employment_technicians_add = 1150 + building_employment_engineers_add = 450 + building_employment_managers_add = 150 + # total: (3250+1150+450+150)=5000 + # 150 managers, 4850 employees or a ratio of 1:32 } } } @@ -5261,10 +5290,13 @@ pm_light_emitting_diodes = { building_output_consumer_electronics_add = 75 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 500 - building_employment_academics_add = 500 + building_employment_laborers_add = 2400 + building_employment_technicians_add = 1550 + building_employment_engineers_add = 750 + building_employment_artisans_add = 100 + building_employment_managers_add = 200 + # total: (2400+1550+750+100+200)=5000 + # 200 managers, 4800 employees or a ratio of 1:24 } } } @@ -5286,10 +5318,13 @@ pm_mobile_communications = { building_output_consumer_electronics_add = 100 } level_scaled = { - building_employment_laborers_add = 2500 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 500 - building_employment_academics_add = 500 + building_employment_laborers_add = 1425 + building_employment_technicians_add = 2100 + building_employment_engineers_add = 1050 + building_employment_artisans_add = 175 + building_employment_managers_add = 250 + # total: (1425+2100+1050+175+250)=5000 + # 250 managers, 4750 employees or a ratio of 1:19 } } } @@ -5312,10 +5347,14 @@ pm_early_personal_devices = { building_output_consumer_electronics_add = 125 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 1000 - building_employment_academics_add = 500 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 2000 + building_employment_engineers_add = 1275 + building_employment_artisans_add = 275 + building_employment_academics_add = 150 + building_employment_managers_add = 300 + # total: (1000+2000+1275+275+150+300)=5000 + # 300 managers, 4700 employees or a ratio of 1:16 } } } @@ -5338,10 +5377,14 @@ pm_multimedia_integration = { building_output_consumer_electronics_add = 150 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 1000 - building_employment_engineers_add = 1500 - building_employment_academics_add = 500 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 1750 + building_employment_engineers_add = 1300 + building_employment_artisans_add = 300 + building_employment_academics_add = 300 + building_employment_managers_add = 350 + # total: (1000+1750+1300+300+300+350)=5000 + # 350 managers, 4650 employees or a ratio of 1:13 } } } @@ -5363,10 +5406,14 @@ pm_internet_communication_devices = { building_output_consumer_electronics_add = 175 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_technicians_add = 500 - building_employment_engineers_add = 2000 - building_employment_academics_add = 500 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 1550 + building_employment_engineers_add = 1325 + building_employment_artisans_add = 325 + building_employment_academics_add = 400 + building_employment_managers_add = 400 + # total: (1000+1550+1325+325+400+400)=5000 + # 400 managers, 4600 employees or a ratio of 1:11 } } } @@ -5388,9 +5435,14 @@ pm_organic_light_emitting_diodes = { building_output_consumer_electronics_add = 200 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_engineers_add = 2000 - building_employment_academics_add = 1000 + building_employment_laborers_add = 1000 + building_employment_technicians_add = 1350 + building_employment_engineers_add = 1300 + building_employment_artisans_add = 350 + building_employment_academics_add = 550 + building_employment_managers_add = 450 + # total: (1000+1350+1300+350+550+450)=5000 + # 450 managers, 4550 employees or a ratio of 1:10 } } } From bfbc0b78a79947d4d66db041ed9b8712fa48b66f Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 15:42:50 -0400 Subject: [PATCH 026/439] feat: complete industry pops first pass --- common/production_methods/01_industry.txt | 80 ++++++++++++++--------- 1 file changed, 48 insertions(+), 32 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index edddee8a6..c7581d4bb 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5468,8 +5468,12 @@ pm_powered_assembly_lines_industry = { building_input_electricity_add = 10 } level_scaled = { - building_employment_laborers_add = -1000 - building_employment_technicians_add = -1000 + building_employment_academics_mult = -0.1 + building_employment_clergymen_mult = -0.1 + building_employment_engineers_mult = -0.1 + building_employment_managers_mult = -0.1 + building_employment_officers_mult = -0.1 + building_employment_administrators_mult = -0.1 } } } @@ -5490,8 +5494,12 @@ pm_semi_automated_assembly_lines_industry = { building_input_electronics_add = 2 } level_scaled = { - building_employment_laborers_add = -2000 - building_employment_technicians_add = -1000 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -5512,8 +5520,12 @@ pm_turnover_conveyor_belt_system_industry = { building_input_batteries_add = 2 } level_scaled = { - building_employment_laborers_add = -3000 - building_employment_technicians_add = -1000 + building_employment_academics_mult = -0.35 + building_employment_clergymen_mult = -0.35 + building_employment_engineers_mult = -0.35 + building_employment_managers_mult = -0.35 + building_employment_officers_mult = -0.35 + building_employment_administrators_mult = -0.35 } } } @@ -5535,8 +5547,12 @@ pm_discrete_manufacturing_industry = { building_input_batteries_add = 2 } level_scaled = { - building_employment_laborers_add = -4000 - building_employment_technicians_add = -1000 + building_employment_academics_mult = -0.5 + building_employment_clergymen_mult = -0.5 + building_employment_engineers_mult = -0.5 + building_employment_managers_mult = -0.5 + building_employment_officers_mult = -0.5 + building_employment_administrators_mult = -0.5 } } } @@ -5626,27 +5642,26 @@ pm_government_run_industry = { } } -pm_state_run_cooperatives_industry = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_managers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - +# pm_religious_ownership = { +# texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" +# disallowing_laws = { +# law_total_separation +# law_state_atheism +# } +# unlocking_laws = { +# law_state_religion +# law_freedom_of_conscience +# law_theocracy +# } +# building_modifiers = { +# level_scaled = { +# building_employment_clergy_add = 300 +# } +# unscaled = { +# building_clergy_shares_add = 1 +# } +# } +# } pm_worker_cooperatives_industry = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { @@ -5659,7 +5674,8 @@ pm_worker_cooperatives_industry = { } building_modifiers = { level_scaled = { - building_employment_managers_add = 300 + building_employment_managers_add = 200 + building_employment_laborers_add = 100 } unscaled = { building_workforce_shares_add = 1 @@ -5811,7 +5827,7 @@ pm_no_environmental_tech = { pm_basic_green_tech = { texture = "gfx/interface/icons/production_method_icons/basic_green_tech.dds" - pollution_generation = -5 + pollution_generation = -12 ai_value = 5000 unlocking_technologies = { geological_sciences @@ -5829,7 +5845,7 @@ pm_basic_green_tech = { pm_more_green_tech = { texture = "gfx/interface/icons/production_method_icons/green_tech_2.dds" - pollution_generation = -15 + pollution_generation = -25 ai_value = 10000 unlocking_technologies = { environmentalism From f98c42c6db594a1bbf6bbb4ac0875d61c15127f9 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:17:28 -0400 Subject: [PATCH 027/439] feat: fixed bad calculus --- common/production_methods/01_industry.txt | 204 +++++++++++++++------- 1 file changed, 138 insertions(+), 66 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index c7581d4bb..0d516e7df 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -11,7 +11,7 @@ pm_improved_food_manufactories = { } level_scaled = { # profit = 1100 (6.3) - building_employment_laborers_add = 5875 + building_employment_laborers_add = 3075 building_employment_technicians_add = 2875 building_employment_managers_add = 250 #total: 9000 @@ -2146,9 +2146,9 @@ pm_luxury_car_sports_cars = { building_employment_engineers_add = 1075 building_employment_academics_add = 117 building_employment_professionals_add = 117 - building_employment_managers_add = 158 + building_employment_managers_add = 130 # total: 3000 - # 158 managers, 2842 employees or a ratio of 1:18 + # 130 managers, 2842 employees or a ratio of 1:18 } } } @@ -2212,7 +2212,7 @@ pm_luxury_cars_hypercars = { building_employment_professionals_add = 208 building_employment_managers_add = 242 # total: 3000 - # 242 managers, 2758 employees or a ratio of 1:11 + # 242 managers, 2730 employees or a ratio of 1:11 } } } @@ -2243,9 +2243,9 @@ pm_luxury_cars_advanced_hypercar = { building_employment_engineers_add = 1475 building_employment_academics_add = 238 building_employment_professionals_add = 220 - building_employment_managers_add = 258 + building_employment_managers_add = 230 # total: 3000 - # 258 managers, 2742 employees or a ratio of 1:11 + # 230 managers, 2742 employees or a ratio of 1:11 } } } @@ -2579,7 +2579,7 @@ pm_wartime_designs = { building_employment_administrators_add = 22 building_employment_managers_add = 167 #total: (3567+800+1000+222+222+22+167)=6000 - # 167 managers, 5833 employees or a ratio of 1:35 + # 167 managers, 3033 employees or a ratio of 1:35 } } } @@ -5159,7 +5159,7 @@ pm_microcomputers = { building_employment_engineers_add = 3000 building_employment_academics_add = 750 building_employment_professionals_add = 750 - building_employment_artisans_add = 250 + building_employment_creatives_add = 250 building_employment_managers_add = 750 # total: (2500+3000+750+750+250+750)=8000 # 750 managers, 7250 employees or a ratio of 1:10 @@ -5186,7 +5186,7 @@ pm_advanced_computers = { building_employment_engineers_add = 3500 building_employment_academics_add = 1000 building_employment_professionals_add = 1000 - building_employment_artisans_add = 500 + building_employment_creatives_add = 500 building_employment_managers_add = 800 # total: (1200+3500+1000+1000+500+800)=8000 # 800 managers, 7200 employees or a ratio of 1:9 @@ -5212,7 +5212,7 @@ pm_quantum_computers = { building_employment_engineers_add = 4000 building_employment_academics_add = 1300 building_employment_professionals_add = 1225 - building_employment_artisans_add = 625 + building_employment_creatives_add = 625 building_employment_managers_add = 850 # total: (4000+1300+1225+625+850)=8000 # 850 managers, 7150 employees or a ratio of 1:8 @@ -5293,7 +5293,7 @@ pm_light_emitting_diodes = { building_employment_laborers_add = 2400 building_employment_technicians_add = 1550 building_employment_engineers_add = 750 - building_employment_artisans_add = 100 + building_employment_creatives_add = 100 building_employment_managers_add = 200 # total: (2400+1550+750+100+200)=5000 # 200 managers, 4800 employees or a ratio of 1:24 @@ -5321,7 +5321,7 @@ pm_mobile_communications = { building_employment_laborers_add = 1425 building_employment_technicians_add = 2100 building_employment_engineers_add = 1050 - building_employment_artisans_add = 175 + building_employment_creatives_add = 175 building_employment_managers_add = 250 # total: (1425+2100+1050+175+250)=5000 # 250 managers, 4750 employees or a ratio of 1:19 @@ -5350,7 +5350,7 @@ pm_early_personal_devices = { building_employment_laborers_add = 1000 building_employment_technicians_add = 2000 building_employment_engineers_add = 1275 - building_employment_artisans_add = 275 + building_employment_creatives_add = 275 building_employment_academics_add = 150 building_employment_managers_add = 300 # total: (1000+2000+1275+275+150+300)=5000 @@ -5380,7 +5380,7 @@ pm_multimedia_integration = { building_employment_laborers_add = 1000 building_employment_technicians_add = 1750 building_employment_engineers_add = 1300 - building_employment_artisans_add = 300 + building_employment_creatives_add = 300 building_employment_academics_add = 300 building_employment_managers_add = 350 # total: (1000+1750+1300+300+300+350)=5000 @@ -5409,7 +5409,7 @@ pm_internet_communication_devices = { building_employment_laborers_add = 1000 building_employment_technicians_add = 1550 building_employment_engineers_add = 1325 - building_employment_artisans_add = 325 + building_employment_creatives_add = 325 building_employment_academics_add = 400 building_employment_managers_add = 400 # total: (1000+1550+1325+325+400+400)=5000 @@ -5438,7 +5438,7 @@ pm_organic_light_emitting_diodes = { building_employment_laborers_add = 1000 building_employment_technicians_add = 1350 building_employment_engineers_add = 1300 - building_employment_artisans_add = 350 + building_employment_creatives_add = 350 building_employment_academics_add = 550 building_employment_managers_add = 450 # total: (1000+1350+1300+350+550+450)=5000 @@ -5468,12 +5468,18 @@ pm_powered_assembly_lines_industry = { building_input_electricity_add = 10 } level_scaled = { - building_employment_academics_mult = -0.1 - building_employment_clergymen_mult = -0.1 - building_employment_engineers_mult = -0.1 - building_employment_managers_mult = -0.1 - building_employment_officers_mult = -0.1 - building_employment_administrators_mult = -0.1 + building_employment_laborers_mult = -0.04 + building_employment_service_workers_mult = -0.04 + building_employment_servicemembers_mult = -0.04 + building_employment_technicians_mult = -0.04 + building_employment_creatives_mult = -0.04 + building_employment_professionals_mult = -0.04 + building_employment_academics_mult = -0.04 + building_employment_clergymen_mult = -0.04 + building_employment_engineers_mult = -0.04 + building_employment_managers_mult = -0.04 + building_employment_officers_mult = -0.04 + building_employment_administrators_mult = -0.04 } } } @@ -5494,12 +5500,18 @@ pm_semi_automated_assembly_lines_industry = { building_input_electronics_add = 2 } level_scaled = { - building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 - building_employment_engineers_mult = -0.2 - building_employment_managers_mult = -0.2 - building_employment_officers_mult = -0.2 - building_employment_administrators_mult = -0.2 + building_employment_laborers_mult = -0.14 + building_employment_service_workers_mult = -0.14 + building_employment_servicemembers_mult = -0.14 + building_employment_technicians_mult = -0.14 + building_employment_creatives_mult = -0.14 + building_employment_professionals_mult = -0.14 + building_employment_academics_mult = -0.14 + building_employment_clergymen_mult = -0.14 + building_employment_engineers_mult = -0.14 + building_employment_managers_mult = -0.14 + building_employment_officers_mult = -0.14 + building_employment_administrators_mult = -0.14 } } } @@ -5520,12 +5532,18 @@ pm_turnover_conveyor_belt_system_industry = { building_input_batteries_add = 2 } level_scaled = { - building_employment_academics_mult = -0.35 - building_employment_clergymen_mult = -0.35 - building_employment_engineers_mult = -0.35 - building_employment_managers_mult = -0.35 - building_employment_officers_mult = -0.35 - building_employment_administrators_mult = -0.35 + building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergymen_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 } } } @@ -5547,12 +5565,18 @@ pm_discrete_manufacturing_industry = { building_input_batteries_add = 2 } level_scaled = { - building_employment_academics_mult = -0.5 - building_employment_clergymen_mult = -0.5 - building_employment_engineers_mult = -0.5 - building_employment_managers_mult = -0.5 - building_employment_officers_mult = -0.5 - building_employment_administrators_mult = -0.5 + building_employment_laborers_mult = -0.3 + building_employment_service_workers_mult = -0.3 + building_employment_servicemembers_mult = -0.3 + building_employment_technicians_mult = -0.3 + building_employment_creatives_mult = -0.3 + building_employment_professionals_mult = -0.3 + building_employment_academics_mult = -0.3 + building_employment_clergymen_mult = -0.3 + building_employment_engineers_mult = -0.3 + building_employment_managers_mult = -0.3 + building_employment_officers_mult = -0.3 + building_employment_administrators_mult = -0.3 } } } @@ -5574,8 +5598,18 @@ pm_lean_manufacturing_industry = { building_input_batteries_add = 2 } level_scaled = { - building_employment_laborers_add = -4000 - building_employment_technicians_add = -2000 + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -5716,6 +5750,20 @@ pm_proprietary_software = { level_scaled = { building_throughput_mult = 0.006 } + unscaled = { + building_employment_laborers_mult = -0.04 + building_employment_service_workers_mult = -0.04 + building_employment_servicemembers_mult = -0.04 + building_employment_technicians_mult = -0.04 + building_employment_creatives_mult = -0.04 + building_employment_professionals_mult = -0.04 + building_employment_academics_mult = -0.04 + building_employment_clergymen_mult = -0.04 + building_employment_engineers_mult = -0.04 + building_employment_managers_mult = -0.04 + building_employment_officers_mult = -0.04 + building_employment_administrators_mult = -0.04 + } } } @@ -5734,12 +5782,18 @@ pm_graphical_user_interfaces = { building_throughput_mult = 0.009 } unscaled = { - building_employment_academics_mult = -0.1 - building_employment_clergymen_mult = -0.1 - building_employment_engineers_mult = -0.1 - building_employment_managers_mult = -0.1 - building_employment_officers_mult = -0.1 - building_employment_administrators_mult = -0.1 + building_employment_laborers_mult = -0.14 + building_employment_service_workers_mult = -0.14 + building_employment_servicemembers_mult = -0.14 + building_employment_technicians_mult = -0.14 + building_employment_creatives_mult = -0.14 + building_employment_professionals_mult = -0.14 + building_employment_academics_mult = -0.14 + building_employment_clergymen_mult = -0.14 + building_employment_engineers_mult = -0.14 + building_employment_managers_mult = -0.14 + building_employment_officers_mult = -0.14 + building_employment_administrators_mult = -0.14 } } } @@ -5759,12 +5813,18 @@ pm_email_servers = { building_throughput_mult = 0.012 } unscaled = { - building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 - building_employment_engineers_mult = -0.2 - building_employment_managers_mult = -0.2 - building_employment_officers_mult = -0.2 - building_employment_administrators_mult = -0.2 + building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergymen_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 } } } @@ -5784,12 +5844,18 @@ pm_ai_integrated_software = { building_throughput_mult = 0.015 } unscaled = { - building_employment_academics_mult = -0.35 - building_employment_clergymen_mult = -0.35 - building_employment_engineers_mult = -0.35 - building_employment_managers_mult = -0.35 - building_employment_officers_mult = -0.35 - building_employment_administrators_mult = -0.35 + building_employment_laborers_mult = -0.3 + building_employment_service_workers_mult = -0.3 + building_employment_servicemembers_mult = -0.3 + building_employment_technicians_mult = -0.3 + building_employment_creatives_mult = -0.3 + building_employment_professionals_mult = -0.3 + building_employment_academics_mult = -0.3 + building_employment_clergymen_mult = -0.3 + building_employment_engineers_mult = -0.3 + building_employment_managers_mult = -0.3 + building_employment_officers_mult = -0.3 + building_employment_administrators_mult = -0.3 } } } @@ -5809,12 +5875,18 @@ pm_autonomous_ai = { building_throughput_mult = 0.02 } unscaled = { - building_employment_academics_mult = -0.5 - building_employment_clergymen_mult = -0.5 - building_employment_engineers_mult = -0.5 - building_employment_managers_mult = -0.5 - building_employment_officers_mult = -0.5 - building_employment_administrators_mult = -0.5 + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } From 702e0454d73d311eff951d8f8513d985ab655094 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:29:33 -0400 Subject: [PATCH 028/439] chore: documentation --- common/production_methods/01_industry.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 0d516e7df..40dd26e34 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5449,6 +5449,15 @@ pm_organic_light_emitting_diodes = { ##################### SHARED PMGs ##################### ## Generic Automation PMG +## FUNC +# Logistic growth func for automation (estimates) +# Base Formula: p(t) = K * pnot*e^(r*t) / (K + pnot*(e^(r*t) - 1)) +# +# Numbers used: +# K(capacity) = .32 - 32% of the work force saved at max automation + 35% reduction if Professional services are used. +# pnot(initial value) = 0.01 - 1% of the work force saved at 0% automation (this is because logistic growth gets weird as it approaches 0) +# r(growth rate) = 8 - 8% growth rate (this is a guess, but it seems to work well) +# t(pct. automation) = 0-.35 - the percent of automation, will never go above 32% or ~65% if both automation and professional services are used. pm_no_automation = { texture = "gfx/interface/icons/production_method_icons/no_automation_in.dds" ai_value = 1 From c3dc60857ca8e397d5d51399857392795367c24e Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:35:33 -0400 Subject: [PATCH 029/439] chore: documentation --- common/production_methods/01_industry.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 40dd26e34..5ad58c817 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5458,6 +5458,8 @@ pm_organic_light_emitting_diodes = { # pnot(initial value) = 0.01 - 1% of the work force saved at 0% automation (this is because logistic growth gets weird as it approaches 0) # r(growth rate) = 8 - 8% growth rate (this is a guess, but it seems to work well) # t(pct. automation) = 0-.35 - the percent of automation, will never go above 32% or ~65% if both automation and professional services are used. +# +# Values were taken at various intervals by dividing the graph into as many equal sections as there are levels of automation. pm_no_automation = { texture = "gfx/interface/icons/production_method_icons/no_automation_in.dds" ai_value = 1 From bb1c74f5034b9019e5cac30d7728c8080d5b0502 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:35:39 -0400 Subject: [PATCH 030/439] feat: agro pops --- common/production_methods/02_agro.txt | 134 +++++++++++--------------- 1 file changed, 57 insertions(+), 77 deletions(-) diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 262ad5a56..3bbef1b9d 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -9,8 +9,8 @@ pm_simple_farming = { } level_scaled = { building_employment_laborers_add = 8000 - building_employment_farmers_add = 1200 - building_employment_clergymen_add = 600 + building_employment_managers_add = 1200 + building_employment_clergy_add = 600 } } } @@ -30,8 +30,8 @@ pm_fertilizers = { level_scaled = { # earnings building_employment_laborers_add = 7600 - building_employment_farmers_add = 1600 - building_employment_clergymen_add = 600 + building_employment_managers_add = 1600 + building_employment_clergy_add = 600 } } } @@ -51,8 +51,8 @@ pm_organophosphates = { level_scaled = { # earnings building_employment_laborers_add = 7200 - building_employment_farmers_add = 2000 - building_employment_clergymen_add = 600 + building_employment_managers_add = 2000 + building_employment_clergy_add = 600 } } } @@ -72,8 +72,8 @@ pm_no_tillage_agriculture = { level_scaled = { # earnings building_employment_laborers_add = 6800 - building_employment_farmers_add = 2400 - building_employment_clergymen_add = 600 + building_employment_managers_add = 2400 + building_employment_clergy_add = 600 } } } @@ -93,8 +93,8 @@ pm_high_yielding_varieties = { level_scaled = { # earnings building_employment_laborers_add = 6400 - building_employment_farmers_add = 2800 - building_employment_clergymen_add = 600 + building_employment_managers_add = 2800 + building_employment_clergy_add = 600 } } } @@ -114,8 +114,8 @@ pm_advanced_irrigation = { level_scaled = { # earnings building_employment_laborers_add = 5600 - building_employment_farmers_add = 3600 - building_employment_clergymen_add = 600 + building_employment_managers_add = 3600 + building_employment_clergy_add = 600 } } } @@ -135,8 +135,8 @@ pm_genetically_modified_farming = { level_scaled = { # earnings building_employment_laborers_add = 5200 - building_employment_farmers_add = 4000 - building_employment_clergymen_add = 600 + building_employment_managers_add = 4000 + building_employment_clergy_add = 600 } } } @@ -156,8 +156,8 @@ pm_seeds = { level_scaled = { # earnings building_employment_laborers_add = 4800 - building_employment_farmers_add = 4400 - building_employment_clergymen_add = 600 + building_employment_managers_add = 4400 + building_employment_clergy_add = 600 } } } @@ -172,8 +172,8 @@ pm_simple_farming_building_rice_farm = { } level_scaled = { building_employment_laborers_add = 16000 - building_employment_farmers_add = 2400 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 2400 + building_employment_clergy_add = 1200 } } } @@ -193,8 +193,8 @@ pm_fertilizers_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 15200 - building_employment_farmers_add = 3200 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 3200 + building_employment_clergy_add = 1200 } } } @@ -214,8 +214,8 @@ pm_organophosphates_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 14800 - building_employment_farmers_add = 4000 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 4000 + building_employment_clergy_add = 1200 } } } @@ -235,8 +235,8 @@ pm_no_tillage_agriculture_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 14000 - building_employment_farmers_add = 4800 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 4800 + building_employment_clergy_add = 1200 } } } @@ -256,8 +256,8 @@ pm_high_yielding_varieties_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 13200 - building_employment_farmers_add = 6000 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 6000 + building_employment_clergy_add = 1200 } } } @@ -277,8 +277,8 @@ pm_advanced_irrigation_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 11600 - building_employment_farmers_add = 7600 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 7600 + building_employment_clergy_add = 1200 } } } @@ -298,8 +298,8 @@ pm_genetically_modified_farming_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 10800 - building_employment_farmers_add = 8400 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 8400 + building_employment_clergy_add = 1200 } } } @@ -319,8 +319,8 @@ pm_seeds_rice_farm = { level_scaled = { # earnings building_employment_laborers_add = 10000 - building_employment_farmers_add = 9200 - building_employment_clergymen_add = 1200 + building_employment_managers_add = 9200 + building_employment_clergy_add = 1200 } } } @@ -422,8 +422,8 @@ pm_mechanized_harvesting = { # input goods building_input_tools_add = 1 } - level_scaled = { - building_employment_laborers_add = -1000 + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -440,8 +440,8 @@ pm_advanced_agricultural_machinery = { building_input_tools_add = 2 building_input_engines_add = 4 } - level_scaled = { - building_employment_laborers_add = -2000 + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -459,8 +459,8 @@ pm_iot_sensors = { building_input_engines_add = 2 building_input_electronics_add = 2 } - level_scaled = { - building_employment_laborers_add = -3000 + unscaled = { + building_employment_laborers_mult = -0.28 } } } @@ -478,8 +478,8 @@ pm_ai_analyzed_harvesting = { building_input_engines_add = 2 building_input_electronics_add = 3 } - level_scaled = { - building_employment_laborers_add = -4000 + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -497,8 +497,8 @@ pm_privately_owned_farm = { } unscaled = { building_investors_shares_add = 5 - building_clergymen_shares_add = 2 - building_farmers_shares_add = 0.25 + building_clergy_shares_add = 2 + building_managers_shares_add = 0.25 } } } @@ -524,8 +524,8 @@ pm_publicly_traded_farm = { unscaled = { building_investors_shares_add = 5 building_executives_shares_add = 5 - building_clergymen_shares_add = 2 - building_farmers_shares_add = 0.25 + building_clergy_shares_add = 2 + building_managers_shares_add = 0.25 } } } @@ -552,27 +552,6 @@ pm_government_run_farm = { } } -pm_state_run_cooperatives_farms = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_farmers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_worker_cooperative_farm = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { @@ -585,7 +564,8 @@ pm_worker_cooperative_farm = { } building_modifiers = { level_scaled = { - building_employment_farmers_add = 300 + building_employment_laborers_add = 200 + building_employment_managers_add = 100 } unscaled = { building_workforce_shares_add = 1 @@ -603,8 +583,8 @@ pm_simple_ranch = { } level_scaled = { building_employment_laborers_add = 8000 - building_employment_farmers_add = 1400 - building_employment_clergymen_add = 400 + building_employment_managers_add = 1400 + building_employment_clergy_add = 400 } } } @@ -622,8 +602,8 @@ pm_intensive_grazing_ranch = { } level_scaled = { building_employment_laborers_add = 7200 - building_employment_farmers_add = 2400 - building_employment_clergymen_add = 200 + building_employment_managers_add = 2400 + building_employment_clergy_add = 200 } } } @@ -639,8 +619,8 @@ pm_open_air_stockyards = { } level_scaled = { building_employment_laborers_add = 6400 - building_employment_farmers_add = 3200 - building_employment_clergymen_add = 200 + building_employment_managers_add = 3200 + building_employment_clergy_add = 200 } } } @@ -694,8 +674,8 @@ pm_barbed_wire_fences = { workforce_scaled = { building_input_iron_add = 3 } - level_scaled = { - building_employment_laborers_add = -1000 + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -710,7 +690,7 @@ pm_electric_fencing = { building_input_electricity_add = 3 } level_scaled = { - building_employment_laborers_add = -2000 + building_employment_laborers_mult = -0.32 } } } @@ -729,7 +709,7 @@ pm_refrigerated_storage_building_livestock_ranch = { building_input_electricity_add = 4 } level_scaled = { - building_employment_laborers_add = -1000 + building_employment_laborers_mult = -0.2 } } } @@ -745,7 +725,7 @@ pm_refrigerated_rail_cars_building_livestock_ranch = { building_input_transportation_add = 3 } level_scaled = { - building_employment_laborers_add = -2000 + building_employment_laborers_mult = -0.32 } } } From e3c7c43319a4f2662cc50aa1862fd7313b5ebbb1 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:54:28 -0400 Subject: [PATCH 031/439] feat: mine pops --- common/production_methods/03_mines.txt | 313 ++++++++++++++++--------- 1 file changed, 200 insertions(+), 113 deletions(-) diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index e5ccb3b17..fa8bf56dc 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -10,8 +10,11 @@ pm_manual_resource_extraction_coal = { building_output_coal_add = 55 } level_scaled = { - building_employment_laborers_add = 8500 - building_employment_machinists_add = 500 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -32,9 +35,12 @@ pm_mechanized_resource_extraction_coal = { building_output_coal_add = 100 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -55,9 +61,12 @@ pm_heavy_equipment_extraction_coal = { building_output_coal_add = 165 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -77,7 +86,7 @@ pm_power_tools_coal = { building_output_coal_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -97,7 +106,7 @@ pm_robotics_integrated_manufacturing_coal = { building_output_coal_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -117,7 +126,8 @@ pm_computer_analyzed_mining_coal = { building_output_coal_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -137,7 +147,8 @@ pm_work_drones_coal = { building_output_coal_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -154,7 +165,11 @@ pm_manual_resource_extraction_iron = { building_output_iron_add = 50 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -175,9 +190,12 @@ pm_mechanized_resource_extraction_iron = { building_output_iron_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -198,9 +216,12 @@ pm_heavy_equipment_extraction_iron = { building_output_iron_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -220,7 +241,7 @@ pm_power_tools_iron = { building_output_iron_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -240,7 +261,7 @@ pm_robotics_integrated_manufacturing_iron = { building_output_iron_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -260,7 +281,8 @@ pm_computer_analyzed_mining_iron = { building_output_iron_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -280,7 +302,8 @@ pm_work_drones_iron = { building_output_iron_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -297,7 +320,11 @@ pm_manual_resource_extraction_copper = { building_output_copper_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -318,9 +345,12 @@ pm_mechanized_resource_extraction_copper = { building_output_copper_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -341,9 +371,12 @@ pm_heavy_equipment_extraction_copper = { building_output_copper_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -363,7 +396,7 @@ pm_power_tools_copper = { building_output_copper_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -383,7 +416,7 @@ pm_robotics_integrated_manufacturing_copper = { building_output_copper_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -403,7 +436,8 @@ pm_computer_analyzed_mining_copper = { building_output_copper_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -423,7 +457,7 @@ pm_work_drones_copper = { building_output_copper_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -440,7 +474,11 @@ pm_manual_resource_extraction_rare_earth_elements = { building_output_rare_earth_elements_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -461,9 +499,12 @@ pm_mechanized_resource_extraction_rare_earth_elements = { building_output_rare_earth_elements_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -484,9 +525,12 @@ pm_heavy_equipment_extraction_rare_earth_elements = { building_output_rare_earth_elements_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -506,7 +550,7 @@ pm_power_tools_rare_earth_elements = { building_output_rare_earth_elements_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -526,7 +570,7 @@ pm_robotics_integrated_manufacturing_rare_earth_elements = { building_output_rare_earth_elements_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -546,7 +590,8 @@ pm_computer_analyzed_mining_rare_earth_elements = { building_output_rare_earth_elements_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -566,7 +611,7 @@ pm_work_drones_rare_earth_elements = { building_output_rare_earth_elements_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -583,7 +628,11 @@ pm_manual_resource_extraction_bauxite = { building_output_bauxite_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -604,9 +653,12 @@ pm_mechanized_resource_extraction_bauxite = { building_output_bauxite_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -627,9 +679,12 @@ pm_heavy_equipment_extraction_bauxite = { building_output_bauxite_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -649,7 +704,7 @@ pm_power_tools_bauxite = { building_output_bauxite_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -669,7 +724,7 @@ pm_robotics_integrated_manufacturing_bauxite = { building_output_bauxite_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -689,7 +744,8 @@ pm_computer_analyzed_mining_bauxite = { building_output_bauxite_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -709,7 +765,8 @@ pm_work_drones_bauxite = { building_output_bauxite_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -726,7 +783,11 @@ pm_manual_resource_extraction_uranium = { building_output_uranium_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -747,9 +808,12 @@ pm_mechanized_resource_extraction_uranium = { building_output_uranium_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -770,9 +834,12 @@ pm_heavy_equipment_extraction_uranium = { building_output_uranium_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -792,7 +859,7 @@ pm_power_tools_uranium = { building_output_uranium_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -812,7 +879,7 @@ pm_robotics_integrated_manufacturing_uranium = { building_output_uranium_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -832,7 +899,8 @@ pm_computer_analyzed_mining_uranium = { building_output_uranium_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -852,7 +920,8 @@ pm_work_drones_uranium = { building_output_uranium_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -869,7 +938,11 @@ pm_manual_resource_extraction_lead = { building_output_lead_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -890,9 +963,12 @@ pm_mechanized_resource_extraction_lead = { building_output_lead_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -913,9 +989,12 @@ pm_heavy_equipment_extraction_lead = { building_output_lead_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -935,7 +1014,7 @@ pm_power_tools_lead = { building_output_lead_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -955,7 +1034,7 @@ pm_robotics_integrated_manufacturing_lead = { building_output_lead_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -975,7 +1054,8 @@ pm_computer_analyzed_mining_lead = { building_output_lead_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -995,7 +1075,8 @@ pm_work_drones_lead = { building_output_lead_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -1011,7 +1092,11 @@ pm_manual_resource_extraction_phosphorus = { building_output_phosphorus_add = 35 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } } @@ -1032,9 +1117,12 @@ pm_mechanized_resource_extraction_phosphorus = { building_output_phosphorus_add = 60 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } } @@ -1055,9 +1143,12 @@ pm_heavy_equipment_extraction_phosphorus = { building_output_phosphorus_add = 100 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } } @@ -1077,7 +1168,7 @@ pm_power_tools_phosphorus = { building_output_phosphorus_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -1097,7 +1188,7 @@ pm_robotics_integrated_manufacturing_phosphorus = { building_output_phosphorus_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -1117,7 +1208,8 @@ pm_computer_analyzed_mining_phosphorus = { building_output_phosphorus_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -1137,7 +1229,8 @@ pm_work_drones_phosphorus = { building_output_phosphorus_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -1154,7 +1247,11 @@ pm_manual_resource_extraction_gold = { building_output_gold_add = 40 } level_scaled = { - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8350 + building_employment_technicians_add = 500 + building_employment_managers_add = 150 + # total: (8350+500+150)=9000 + # 150 managers, 8850 employees or a ratio of 1:59 } } country_modifiers = { @@ -1180,9 +1277,12 @@ pm_mechanized_resource_extraction_gold = { building_output_gold_add = 75 } level_scaled = { - building_employment_laborers_add = 7500 - building_employment_machinists_add = 1000 + building_employment_laborers_add = 7200 + building_employment_technicians_add = 1000 building_employment_engineers_add = 500 + building_employment_managers_add = 300 + # total (7200+1000+500+300)=9000 + # 300 managers, 8700 employees or a ratio of 1:29 } } country_modifiers = { @@ -1208,9 +1308,12 @@ pm_heavy_equipment_extraction_gold = { building_output_gold_add = 125 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 2000 + building_employment_laborers_add = 4900 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1500 + building_employment_managers_add = 600 + # total (4900+2000+1500+600)=9000 + # 600 managers, 8400 employees or a ratio of 1:14 } } country_modifiers = { @@ -1235,7 +1338,7 @@ pm_power_tools_gold = { building_output_gold_add = 15 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -1255,7 +1358,7 @@ pm_robotics_integrated_manufacturing_gold = { building_output_gold_add = 25 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 1000 } } } @@ -1275,7 +1378,8 @@ pm_computer_analyzed_mining_gold = { building_output_gold_add = 35 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -1295,7 +1399,8 @@ pm_work_drones_gold = { building_output_gold_add = 45 } level_scaled = { - building_employment_engineers_add = 500 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 } } } @@ -1316,8 +1421,8 @@ pm_hauling_trucks = { # input goods building_input_transportation_add = 5 } - level_scaled = { - building_employment_laborers_add = -2000 + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -1332,8 +1437,8 @@ pm_rail_transportation = { # input goods building_input_transportation_add = 10 } - level_scaled = { - building_employment_laborers_add = -3000 + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -1348,8 +1453,8 @@ pm_intermodal_containers = { # input goods building_input_transportation_add = 15 } - level_scaled = { - building_employment_laborers_add = -4000 + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -1364,8 +1469,8 @@ pm_double_stack_containers = { # input goods building_input_transportation_add = 20 } - level_scaled = { - building_employment_laborers_add = -5000 + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -1407,10 +1512,12 @@ pm_publicly_traded_mine = { building_output_bonds_add = 5 } level_scaled = { - building_employment_executives_add = 200 + building_employment_executives_add = 100 + building_employment_investors_add = 100 } unscaled = { building_executives_shares_add = 1 + building_executives_shares_add = 1 } } } @@ -1437,27 +1544,6 @@ pm_government_run_mine = { } } -pm_state_run_cooperatives_mine = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_worker_cooperative_mine = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { @@ -1470,7 +1556,8 @@ pm_worker_cooperative_mine = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_laborers_add = 200 + building_employment_managers_add = 100 } unscaled = { building_workforce_shares_add = 1 From 1dc9762a46b30cbe9968f015eb33cae5954e0815 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 16:54:40 -0400 Subject: [PATCH 032/439] feat: industry and agro ownership fixes --- common/production_methods/01_industry.txt | 26 ++++++++++++----------- common/production_methods/02_agro.txt | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index 5ad58c817..d04b37c76 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5626,20 +5626,13 @@ pm_lean_manufacturing_industry = { } ## Ownership PMG -pm_publicly_traded_industry = { - texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" +pm_privately_owned_industry = { + texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" disallowing_laws = { law_command_economy law_cooperative_ownership } - unlocking_technologies = { - central_bank_independence - } building_modifiers = { - workforce_scaled = { - building_input_financial_services_add = 1 - building_output_bonds_add = 5 - } level_scaled = { building_employment_executives_add = 200 } @@ -5649,18 +5642,27 @@ pm_publicly_traded_industry = { } } -pm_privately_owned_industry = { - texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" +pm_publicly_traded_industry = { + texture = "gfx/interface/icons/production_method_icons/publicly_traded.dds" disallowing_laws = { law_command_economy law_cooperative_ownership } + unlocking_technologies = { + central_bank_independence + } building_modifiers = { + workforce_scaled = { + building_input_financial_services_add = 1 + building_output_bonds_add = 5 + } level_scaled = { - building_employment_executives_add = 200 + building_employment_executives_add = 100 + building_employment_investors_add = 100 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 3bbef1b9d..220f60379 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -493,7 +493,7 @@ pm_privately_owned_farm = { } building_modifiers = { level_scaled = { - building_employment_investors_add = 200 + building_employment_executives_add = 200 } unscaled = { building_investors_shares_add = 5 From a4f6fcd5d11c0daeb4b77c8862684a084857b775 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 17:14:34 -0400 Subject: [PATCH 033/439] feat: more pops --- common/history/buildings/01_south_europe.txt | 6930 ++++++++--------- common/history/buildings/08_middle_east.txt | 10 +- .../production_method_groups/01_industry.txt | 53 +- common/production_method_groups/02_agro.txt | 23 +- common/production_method_groups/03_mines.txt | 35 +- .../04_plantations.txt | 3 +- .../06_urban_center.txt | 29 +- .../09_misc_resource.txt | 19 +- .../11_private_infrastructure.txt | 7 +- .../12_subsistence.txt | 3 +- .../13_construction.txt | 3 +- common/production_methods/02_agro.txt | 2 +- common/production_methods/03_mines.txt | 2 +- common/production_methods/04_plantations.txt | 301 +- common/production_methods/06_urban_center.txt | 46 +- .../production_methods/09_misc_resource.txt | 23 +- .../11_private_infrastructure.txt | 86 +- common/production_methods/12_subsistence.txt | 23 +- common/production_methods/13_construction.txt | 25 +- .../CWP/CWP_production_methods_l_english.yml | 22 +- localization/english/content_1_l_english.yml | 2 +- .../english/production_methods_l_english.yml | 46 +- 22 files changed, 3787 insertions(+), 3906 deletions(-) diff --git a/common/history/buildings/01_south_europe.txt b/common/history/buildings/01_south_europe.txt index be6283150..e92640ac8 100644 --- a/common/history/buildings/01_south_europe.txt +++ b/common/history/buildings/01_south_europe.txt @@ -1,21 +1,21 @@ -BUILDINGS={ - s:STATE_LOMBARDY={ - region_state:ITA={ - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ +BUILDINGS = { + s:STATE_LOMBARDY = { + region_state:ITA = { + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { "pm_mechanized_harvesting" "pm_fertilizers" "pm_no_honey_production" @@ -23,11 +23,11 @@ "pm_citrus_orchards" } } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" @@ -35,33 +35,33 @@ "pm_open_air_stockyards" } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_mechanized_resource_extraction_iron" "pm_manual_transportation" "pm_power_tools_iron" } } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" @@ -69,11 +69,11 @@ "pm_power_tools" } } - create_building={ - building="building_steelworks" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 4 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -81,22 +81,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 4 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_chemical_plants" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 6 + reserves = 1 + activate_production_methods = { "pm_privately_owned_industry" "pm_no_automation" "pm_professional_service_industry_no" @@ -104,11 +104,11 @@ "pm_organophosphates_fertilizer" } } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -117,31 +117,31 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -152,30 +152,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_privatized_hospital" "pm_trauma_centers" "pm_professional_service_industry_no" "pm_antibiotics" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -183,11 +183,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -196,11 +196,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" @@ -210,21 +210,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_oil_rig" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_oil_rig" + level = 2 + reserves = 1 + activate_production_methods = { "pm_oil_rigs" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_explosives_industry" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 15 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_no_ammo" "pm_no_automation" @@ -235,33 +235,33 @@ } } } - s:STATE_PIEDMONT={ - region_state:ITA={ - create_building={ - building="building_lead_mine" - level=4 - reserves=1 - activate_production_methods={ + s:STATE_PIEDMONT = { + region_state:ITA = { + create_building = { + building = "building_lead_mine" + level = 4 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_mechanized_resource_extraction_lead" "pm_manual_transportation" "pm_power_tools_lead" } } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { "pm_airfield" "pm_privately_owned_airport" } } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -269,11 +269,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -281,44 +281,44 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } } - create_building={ - building="building_coal_mine" - level=18 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 18 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_mechanized_resource_extraction_coal" "pm_manual_transportation" "pm_power_tools_coal" } } - create_building={ - building="building_chemical_plants" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 7 + reserves = 1 + activate_production_methods = { "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" @@ -326,32 +326,32 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=22 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 22 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_combustion_plant" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 10 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -359,11 +359,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_steelworks" - level=11 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 11 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -371,11 +371,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_motor_industry" - level=9 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 9 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -384,40 +384,40 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 10 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=9 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 9 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -428,11 +428,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -440,11 +440,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -454,32 +454,32 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_textile_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -487,11 +487,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -500,19 +500,19 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_paper_manufactories" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -520,11 +520,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -532,11 +532,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_small_arms_manufactories" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_small_arms_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" @@ -545,11 +545,11 @@ "pm_pre_war_artillery_prod" } } - create_building={ - building="building_explosives_industry" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 12 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -558,11 +558,11 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_no_formal_medical_support" "pm_pre_war_tanks" "pm_radio_posts" @@ -573,11 +573,11 @@ "pm_pre_war_military_aircraft" } } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" @@ -587,11 +587,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" @@ -600,11 +600,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_financial_services" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_financial_services" + level = 1 + reserves = 1 + activate_production_methods = { "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_privately_owned_urban" @@ -614,13 +614,13 @@ } } } - s:STATE_SARDINIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_SARDINIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -628,91 +628,91 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -720,11 +720,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -735,11 +735,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -747,11 +747,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_electronics_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_electronics_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_pre_war_electronics" "pm_no_sensors" "pm_no_automation" @@ -760,33 +760,33 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_phosphorus_mine" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_phosphorus_mine" + level = 3 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_mechanized_resource_extraction_phosphorus" "pm_manual_transportation" "pm_power_tools_phosphorus" } } - create_building={ - building="building_iron_mine" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 1 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -800,13 +800,13 @@ region_state:MLT = { } } - s:STATE_UMBRIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_UMBRIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -814,40 +814,40 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -858,41 +858,41 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_privatized_hospital" "pm_hospitals" "pm_professional_service_industry_no" "pm_traditional_treatments" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -900,22 +900,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_explosives_industry" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 8 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -924,11 +924,11 @@ "pm_no_ammo" } } - create_building={ - building="building_distilleries" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_distilleries" + level = 2 + reserves = 1 + activate_production_methods = { "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" @@ -937,22 +937,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_media_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_media_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_pharmaceutical_industry" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 1 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -964,21 +964,21 @@ } } } - s:STATE_CORSICA={ - region_state:FRA={ - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_CORSICA = { + region_state:FRA = { + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" @@ -987,24 +987,24 @@ } } } - s:STATE_CAMPANIA={ - region_state:ITA={ - create_building={ - building="building_sugar_plantation" - level=14 - reserves=1 - activate_production_methods={ + s:STATE_CAMPANIA = { + region_state:ITA = { + create_building = { + building = "building_sugar_plantation" + level = 14 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_wheat_farm" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 12 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -1012,11 +1012,11 @@ "pm_no_secondary" } } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -1024,73 +1024,73 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -1101,11 +1101,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -1113,42 +1113,42 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -1156,11 +1156,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -1169,30 +1169,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_silk_plantation" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 7 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" @@ -1203,11 +1203,11 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_bauxite_mine" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_bauxite_mine" + level = 1 + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_bauxite" "pm_traditional_tools" "pm_manual_transportation" @@ -1216,35 +1216,35 @@ } } } - s:STATE_CALABRIA={ - region_state:ITA={ - create_building={ - building="building_sugar_plantation" - level=6 - reserves=1 - activate_production_methods={ + s:STATE_CALABRIA = { + region_state:ITA = { + create_building = { + building = "building_sugar_plantation" + level = 6 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -1252,11 +1252,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -1264,51 +1264,51 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_fishing_wharf" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 3 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_coal_mine" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 5 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -1319,11 +1319,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -1331,41 +1331,41 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -1373,22 +1373,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 4 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_explosives_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_no_ammo" "pm_no_automation" @@ -1397,11 +1397,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_distilleries" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_distilleries" + level = 6 + reserves = 1 + activate_production_methods = { "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" @@ -1410,11 +1410,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_drydocks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_drydocks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_wartime_designs" "pm_wartime_submarines_prod" "pm_no_automation" @@ -1425,13 +1425,13 @@ } } } - s:STATE_APULIA={ - region_state:ITA={ - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ + s:STATE_APULIA = { + region_state:ITA = { + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -1440,11 +1440,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_wheat_farm" - level=16 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 16 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -1452,11 +1452,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -1464,62 +1464,62 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_cotton_plantation" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 6 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -1530,11 +1530,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -1542,22 +1542,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -1565,41 +1565,41 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_sugar_plantation" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 15 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_aluminum_refinery" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_aluminum_refinery" + level = 1 + reserves = 1 + activate_production_methods = { "pm_hall_heroult_process" "pm_no_automation" "pm_professional_service_industry_no" @@ -1609,13 +1609,13 @@ } } } - s:STATE_ABRUZZO={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=13 - reserves=1 - activate_production_methods={ + s:STATE_ABRUZZO = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 13 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -1623,40 +1623,40 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -1667,30 +1667,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -1699,33 +1699,33 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_sugar_plantation" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 2 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_textile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -1733,11 +1733,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_aircraft_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_aircraft_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_privately_owned_industry" "pm_early_military_aircraft_prod" "pm_no_missile_production" @@ -1749,21 +1749,21 @@ } } } - s:STATE_SAVOY={ - region_state:FRA={ - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_SAVOY = { + region_state:FRA = { + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_post_war_infantry" "pm_pre_war_artillery" "pm_main_battle_tanks" @@ -1774,11 +1774,11 @@ "pm_motorized" } } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" @@ -1787,11 +1787,11 @@ "pm_no_artillery_prod" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -1800,13 +1800,13 @@ } } } - s:STATE_EMILIA={ - region_state:ITA={ - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_EMILIA = { + region_state:ITA = { + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -1814,11 +1814,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_wheat_farm" - level=9 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 9 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -1826,33 +1826,33 @@ "pm_no_secondary" } } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_iron_mine" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 6 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_power_tools_iron" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_motor_industry" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 8 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -1861,30 +1861,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" @@ -1892,11 +1892,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_steelworks" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 3 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -1904,31 +1904,31 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_combustion_plant" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 4 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -1939,51 +1939,51 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -1991,11 +1991,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -2004,11 +2004,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -2016,11 +2016,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" @@ -2032,21 +2032,21 @@ } } } - s:STATE_TUSCANY={ - region_state:ITA={ - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_TUSCANY = { + region_state:ITA = { + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -2054,11 +2054,11 @@ "pm_no_secondary" } } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -2067,40 +2067,40 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -2111,43 +2111,43 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_silk_plantation" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 6 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -2156,11 +2156,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" @@ -2170,11 +2170,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -2182,11 +2182,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -2194,22 +2194,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_cotton_plantation" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 3 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -2217,11 +2217,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_distilleries" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_distilleries" + level = 5 + reserves = 1 + activate_production_methods = { "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" @@ -2230,11 +2230,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_no_ammo" "pm_no_automation" @@ -2245,13 +2245,13 @@ } } } - s:STATE_ROMAGNA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_ROMAGNA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -2259,11 +2259,11 @@ "pm_no_secondary" } } - create_building={ - building="building_motor_industry" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 6 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -2272,30 +2272,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 4 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -2303,21 +2303,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -2328,40 +2328,40 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -2369,11 +2369,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -2382,22 +2382,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_automobile_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_automobile_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_automobiles" "pm_no_luxury_cars" "pm_refined_oil_production" @@ -2407,11 +2407,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -2419,11 +2419,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" @@ -2432,21 +2432,21 @@ } } } - s:STATE_LAZIO={ - region_state:ITA={ - create_building={ - building="building_construction_sector" - level=8 - reserves=1 - activate_production_methods={ + s:STATE_LAZIO = { + region_state:ITA = { + create_building = { + building = "building_construction_sector" + level = 8 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_paper_manufactories" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -2454,30 +2454,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_university" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 5 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { "pm_airfield" "pm_privately_owned_airport" } } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -2485,51 +2485,51 @@ "pm_no_secondary" } } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_combustion_plant" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 8 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_railway" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 4 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_food_industry" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 10 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -2540,11 +2540,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -2552,11 +2552,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -2565,11 +2565,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -2577,21 +2577,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_government_administration" - level=32 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 32 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" @@ -2602,11 +2602,11 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_tool_manufactories" - level=9 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -2614,11 +2614,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_pharmaceutical_industry" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 8 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -2628,44 +2628,44 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_silk_plantation" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 7 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_explosives_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_no_ammo" "pm_no_automation" @@ -2674,11 +2674,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_financial_services" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_financial_services" + level = 3 + reserves = 1 + activate_production_methods = { "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" @@ -2690,13 +2690,13 @@ region_state:VAT = { } } - s:STATE_VENETIA={ - region_state:ITA={ - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ + s:STATE_VENETIA = { + region_state:ITA = { + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -2704,33 +2704,33 @@ "pm_no_secondary" } } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_coal_mine" - level=22 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 22 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_coal" "pm_power_tools_coal" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_chemical_plants" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 2 + reserves = 1 + activate_production_methods = { "pm_organophosphates_fertilizer" "pm_no_automation" "pm_professional_service_industry_no" @@ -2738,11 +2738,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_tool_manufactories" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 12 + reserves = 1 + activate_production_methods = { "pm_power_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -2750,21 +2750,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_combustion_plant" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 7 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_steelworks" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 7 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -2772,30 +2772,30 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 8 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_motor_industry" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 10 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -2804,32 +2804,32 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_phosphorus_mine" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_phosphorus_mine" + level = 7 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_food_industry" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 6 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -2840,11 +2840,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -2852,11 +2852,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_glassworks" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 12 + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -2864,11 +2864,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_pharmaceutical_industry" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 7 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -2878,22 +2878,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -2901,11 +2901,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -2914,40 +2914,40 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_university" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 3 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_construction_sector" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 7 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_shipyards" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 2 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -2955,11 +2955,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" @@ -2970,33 +2970,33 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_naval_base" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_naval_base" + level = 4 + reserves = 1 + activate_production_methods = { "pm_naval_command" "pm_wartime_escort_ships" "pm_wartime_cruisers" "pm_no_attack_submarines" } } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_advanced_military_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_advanced_military_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_pre_war_tanks_prod" "pm_wartime_halftacks_production" "pm_no_automation" @@ -3005,22 +3005,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_media_industry" - level=11 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_media_industry" + level = 11 + reserves = 1 + activate_production_methods = { "pm_magazines_media" "pm_independent_news" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_financial_services" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_financial_services" + level = 4 + reserves = 1 + activate_production_methods = { "pm_traditional_financial_services" "pm_no_commercial_banking" "pm_certified_investors" @@ -3030,13 +3030,13 @@ } } } - s:STATE_SICILY={ - region_state:ITA={ - create_building={ - building="building_paper_manufactories" - level=9 - reserves=1 - activate_production_methods={ + s:STATE_SICILY = { + region_state:ITA = { + create_building = { + building = "building_paper_manufactories" + level = 9 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -3044,22 +3044,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 4 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_wheat_farm" - level=14 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 14 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_privately_owned_farm" "pm_no_honey_production" @@ -3067,73 +3067,73 @@ "pm_no_secondary" } } - create_building={ - building="building_sugar_plantation" - level=19 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 19 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_silk_plantation" - level=9 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 9 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_fishing_wharf" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 8 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_phosphorus_mine" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_phosphorus_mine" + level = 10 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_phosphorus" "pm_power_tools_phosphorus" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_food_industry" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 7 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3144,32 +3144,32 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 4 + reserves = 1 + activate_production_methods = { "pm_trauma_centers" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_textile_manufactories" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 7 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -3177,11 +3177,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -3190,19 +3190,19 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_post_war_infantry" "pm_pre_war_artillery" "pm_pre_war_tanks" @@ -3213,22 +3213,22 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fuel_refineries" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fuel_refineries" + level = 1 + reserves = 1 + activate_production_methods = { "pm_oil_refineries" "pm_no_plastics" "pm_no_automation" @@ -3239,24 +3239,24 @@ } } } - s:STATE_SOUTH_CASTILE={ - region_state:SPA={ - create_building={ - building="building_railway" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_SOUTH_CASTILE = { + region_state:SPA = { + create_building = { + building = "building_railway" + level = 5 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + reserves = 1 + activate_production_methods = { "pm_simple_ranch" "pm_butchering_tools" "pm_standard_fences" @@ -3264,29 +3264,29 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_combustion_plant" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 2 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_tool_manufactories" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -3294,22 +3294,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_logging_camp" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 6 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -3318,11 +3318,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3333,11 +3333,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_farming" "pm_privately_owned_farm" "pm_no_honey_production" @@ -3345,11 +3345,11 @@ "pm_citrus_orchards" } } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -3357,42 +3357,42 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -3401,19 +3401,19 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_motor_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -3422,11 +3422,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -3434,22 +3434,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_sugar_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_pharmaceutical_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -3461,32 +3461,32 @@ } } } - s:STATE_GALICIA={ - region_state:SPA={ - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_GALICIA = { + region_state:SPA = { + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -3495,11 +3495,11 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -3507,22 +3507,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3533,11 +3533,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_pharmaceutical_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -3547,34 +3547,34 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } } } - s:STATE_ASTURIAS={ - region_state:SPA={ - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_ASTURIAS = { + region_state:SPA = { + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" @@ -3582,11 +3582,11 @@ "pm_no_secondary" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3597,11 +3597,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_distilleries" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_distilleries" + level = 7 + reserves = 1 + activate_production_methods = { "pm_basic_distillation_liquor" "pm_basic_distillation_wine" "pm_no_automation" @@ -3610,11 +3610,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -3623,23 +3623,23 @@ } } } - s:STATE_CASTILE={ - region_state:SPA={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ + s:STATE_CASTILE = { + region_state:SPA = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=20 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 20 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" @@ -3647,22 +3647,22 @@ "pm_no_secondary" } } - create_building={ - building="building_oil_rig" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_oil_rig" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -3671,24 +3671,24 @@ } } } - s:STATE_NAVARRA={ - region_state:SPA={ - create_building={ - building="building_logging_camp" - level=11 - reserves=1 - activate_production_methods={ + s:STATE_NAVARRA = { + region_state:SPA = { + create_building = { + building = "building_logging_camp" + level = 11 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_wheat_farm" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 10 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" @@ -3696,11 +3696,11 @@ "pm_no_secondary" } } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -3708,11 +3708,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3723,45 +3723,45 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } } } - s:STATE_ARAGON={ - region_state:SPA={ - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_ARAGON = { + region_state:SPA = { + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -3770,22 +3770,22 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_lead_mine" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_lead_mine" + level = 5 + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" @@ -3793,22 +3793,22 @@ "pm_open_air_stockyards" } } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" @@ -3816,11 +3816,11 @@ "pm_no_secondary" } } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -3828,11 +3828,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -3840,11 +3840,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -3855,19 +3855,19 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -3876,32 +3876,32 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_glassworks" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 2 + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -3911,24 +3911,24 @@ } } } - s:STATE_CATALONIA={ - region_state:SPA={ - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_CATALONIA = { + region_state:SPA = { + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" @@ -3936,33 +3936,33 @@ "pm_open_air_stockyards" } } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_no_secondary" "pm_no_honey_production" @@ -3970,11 +3970,11 @@ "pm_fertilizers" } } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -3982,11 +3982,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -3994,11 +3994,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -4009,27 +4009,27 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -4037,11 +4037,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -4050,11 +4050,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -4062,11 +4062,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -4075,22 +4075,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -4098,52 +4098,52 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } } - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_glassworks" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 5 + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -4151,11 +4151,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { "pm_oil_refineries" "pm_privately_owned_industry" "pm_no_automation" @@ -4166,13 +4166,13 @@ } } } - s:STATE_BALEARES={ - region_state:SPA={ - create_building={ - building="building_cotton_plantation" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_BALEARES = { + region_state:SPA = { + create_building = { + building = "building_cotton_plantation" + level = 2 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" @@ -4181,24 +4181,24 @@ } } } - s:STATE_ANDALUSIA={ - region_state:SPA={ - create_building={ - building="building_railway" - level=4 - reserves=1 - activate_production_methods={ + s:STATE_ANDALUSIA = { + region_state:SPA = { + create_building = { + building = "building_railway" + level = 4 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 6 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -4206,11 +4206,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_explosives_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -4219,55 +4219,55 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_phosphorus_mine" - level=11 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_phosphorus_mine" + level = 11 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } } - create_building={ - building="building_logging_camp" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 8 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_cotton_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_wheat_farm" - level=11 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 11 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" @@ -4275,21 +4275,21 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_combustion_plant" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 1 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -4297,22 +4297,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } } - create_building={ - building="building_chemical_plants" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 4 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -4320,11 +4320,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -4332,11 +4332,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -4347,27 +4347,27 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_shipyards" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 1 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -4375,11 +4375,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_motor_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -4388,11 +4388,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -4400,11 +4400,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -4413,53 +4413,53 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_sugar_plantation" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 6 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_rice_farm" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_rice_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_simple_farming_building_rice_farm" "pm_fig_orchards" "pm_no_honey_production" @@ -4469,35 +4469,35 @@ } } } - s:STATE_VALENCIA={ - region_state:SPA={ - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_VALENCIA = { + region_state:SPA = { + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_coal_mine" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 15 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } } - create_building={ - building="building_livestock_ranch" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 15 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -4505,44 +4505,44 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 5 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fishing_wharf" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 6 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_cotton_plantation" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 15 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -4550,22 +4550,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { "pm_mechanized_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_paper_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -4573,11 +4573,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -4588,27 +4588,27 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -4617,22 +4617,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_silk_plantation" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 4 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -4640,42 +4640,42 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 3 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_state_directed_research" "pm_secular_faculty" } } - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" @@ -4686,22 +4686,22 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_lead_mine" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_lead_mine" + level = 1 + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_fuel_refineries" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fuel_refineries" + level = 2 + reserves = 1 + activate_production_methods = { "pm_oil_refineries" "pm_rudimentary_polymers" "pm_no_automation" @@ -4712,50 +4712,50 @@ } } } - s:STATE_BEIRA={ - region_state:POR={ - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_BEIRA = { + region_state:POR = { + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_wheat_farm" - level=22 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 22 + reserves = 1 + activate_production_methods = { "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" @@ -4763,44 +4763,44 @@ "pm_fertilizers" } } - create_building={ - building="building_tobacco_plantation" - level=12 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tobacco_plantation" + level = 12 + reserves = 1 + activate_production_methods = { "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_logging_camp" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + reserves = 1 + activate_production_methods = { "pm_privately_owned_misc" "pm_no_equipment" "pm_manual_transportation" "pm_electric_saw_mills" } } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } } - create_building={ - building="building_tool_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -4808,11 +4808,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -4823,33 +4823,33 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_privatized_hospital" "pm_professional_service_industry_no" "pm_antibiotics" } } - create_building={ - building="building_cotton_plantation" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 10 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -4857,21 +4857,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" } } - create_building={ - building="building_textile_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -4879,11 +4879,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -4894,50 +4894,50 @@ } } } - s:STATE_ESTREMADURA={ - region_state:POR={ - create_building={ - building="building_railway" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_ESTREMADURA = { + region_state:POR = { + create_building = { + building = "building_railway" + level = 5 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_government_administration" - level=17 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 17 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=15 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 15 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" @@ -4945,11 +4945,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_motor_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -4958,11 +4958,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_steelworks" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 5 + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -4970,21 +4970,21 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_combustion_plant" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 5 + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" "pm_privately_owned_urban" } } - create_building={ - building="building_chemical_plants" - level=10 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 10 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -4992,33 +4992,33 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_fishing_wharf" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 4 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_tool_manufactories" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 5 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -5026,11 +5026,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -5038,11 +5038,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -5051,11 +5051,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 8 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -5066,11 +5066,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_pharmaceutical_industry" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_pharmaceutical_industry" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_medicine" "pm_no_opiates" "pm_no_recreational_drug_production" @@ -5080,22 +5080,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 2 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_shipyards" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 4 + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -5103,22 +5103,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_cotton_plantation" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 7 + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_small_arms_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_small_arms_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_semi_automatic_rifles" "pm_privately_owned_industry" "pm_no_automation" @@ -5127,11 +5127,11 @@ "pm_pre_war_artillery_prod" } } - create_building={ - building="building_explosives_industry" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_explosives_industry" + level = 2 + reserves = 1 + activate_production_methods = { "pm_plastic_explosives" "pm_privately_owned_industry" "pm_no_automation" @@ -5140,11 +5140,11 @@ "pm_pre_war_ammunition" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_formal_medical_support" "pm_no_armoured_integration" @@ -5155,11 +5155,11 @@ "pm_pre_war_artillery" } } - create_building={ - building="building_university" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 8 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" @@ -5167,40 +5167,40 @@ } } } - s:STATE_ALENTEJO={ - region_state:POR={ - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_ALENTEJO = { + region_state:POR = { + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_port" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 4 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_wheat_farm" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 8 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" @@ -5208,65 +5208,65 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_iron_mine" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 5 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_iron" } } - create_building={ - building="building_phosphorus_mine" - level=7 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_phosphorus_mine" + level = 7 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_phosphorus" } } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_pre_war_whaling_ships" "pm_traditional_packaging_fishing" "pm_privately_owned_misc" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_electric_saw_mills" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_tool_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -5274,11 +5274,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=8 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 8 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -5286,11 +5286,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 4 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -5299,11 +5299,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 4 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -5314,33 +5314,33 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_hospitals" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_hospitals" + level = 1 + reserves = 1 + activate_production_methods = { "pm_hospitals" "pm_antibiotics" "pm_professional_service_industry_no" "pm_privatized_hospital" } } - create_building={ - building="building_coal_mine" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 2 + reserves = 1 + activate_production_methods = { "pm_privately_owned_mine" "pm_traditional_tools" "pm_manual_transportation" "pm_mechanized_resource_extraction_coal" } } - create_building={ - building="building_chemical_plants" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 3 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -5348,11 +5348,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { "pm_slaughterhouses" "pm_privately_owned_farm" "pm_standard_fences" @@ -5360,11 +5360,11 @@ "pm_intensive_grazing_ranch" } } - create_building={ - building="building_university" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 2 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_independent_research_focus" "pm_secular_faculty" @@ -5376,14 +5376,14 @@ region_state:CVD = { } } - s:STATE_CANARY_ISLANDS={ - region_state:SPA={ - create_building={ - building="building_wheat_farm" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_CANARY_ISLANDS = { + region_state:SPA = { + create_building = { + building = "building_wheat_farm" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_mechanized_harvesting" "pm_no_honey_production" @@ -5391,142 +5391,142 @@ "pm_citrus_orchards" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_AZORES={ - region_state:POR={ - create_building={ - building="building_coffee_plantation" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_AZORES = { + region_state:POR = { + create_building = { + building = "building_coffee_plantation" + level = 1 + reserves = 1 + activate_production_methods = { "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_banana_plantation" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_banana_plantation" + level = 3 + reserves = 1 + activate_production_methods = { "pm_default_building_banana_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_MADEIRA={ - region_state:POR={ - create_building={ - building="building_coffee_plantation" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_MADEIRA = { + region_state:POR = { + create_building = { + building = "building_coffee_plantation" + level = 3 + reserves = 1 + activate_production_methods = { "pm_default_building_coffee_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_sugar_plantation" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_sugar_plantation" + level = 3 + reserves = 1 + activate_production_methods = { "pm_default_building_sugar_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_EASTERN_THRACE={ - region_state:TUR={ - create_building={ - building="building_government_administration" - level=10 - reserves=1 - activate_production_methods={ + s:STATE_EASTERN_THRACE = { + region_state:TUR = { + create_building = { + building = "building_government_administration" + level = 10 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_railway" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 3 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_construction_sector" - level=11 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 11 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_fishing_wharf" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 5 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } } - create_building={ - building="building_chemical_plants" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_chemical_plants" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_fertilizer_plant" "pm_no_automation" "pm_professional_service_industry_no" @@ -5534,11 +5534,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 6 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -5546,28 +5546,28 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { "pm_airfield" "pm_privately_owned_airport" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_furniture_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -5576,22 +5576,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_silk_plantation" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_silk_plantation" + level = 5 + reserves = 1 + activate_production_methods = { "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_privately_owned_plantation" } } - create_building={ - building="building_livestock_ranch" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 1 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" @@ -5599,11 +5599,11 @@ "pm_open_air_stockyards" } } - create_building={ - building="building_paper_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -5611,22 +5611,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_iron_mine" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 2 + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" "pm_privately_owned_mine" } } - create_building={ - building="building_motor_industry" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 1 + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -5635,11 +5635,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_tobacco_plantation" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tobacco_plantation" + level = 1 + reserves = 1 + activate_production_methods = { "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" @@ -5648,14 +5648,14 @@ } } } - s:STATE_DOBRUDJA={ - region_state:ROM={ - create_building={ - building="building_tool_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_DOBRUDJA = { + region_state:ROM = { + create_building = { + building = "building_tool_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -5663,12 +5663,12 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -5679,12 +5679,12 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_textile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -5692,12 +5692,12 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_shipyards" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_shipyards" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_cargo_ships" "pm_no_automation" "pm_professional_service_industry_no" @@ -5705,11 +5705,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -5718,22 +5718,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_fishing_wharf" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_fishing_wharf" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_fishing" "pm_privately_owned_misc" "pm_traditional_packaging_fishing" "pm_pre_war_whaling_ships" } } - create_building={ - building="building_wheat_farm" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 2 + reserves = 1 + activate_production_methods = { "pm_simple_farming" "pm_privately_owned_farm" "pm_no_honey_production" @@ -5742,64 +5742,64 @@ } } } - region_state:BUL={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + region_state:BUL = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_wheat_farm" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_farming" "pm_citrus_orchards" "pm_no_honey_production" "pm_manual_harvesting" - "pm_state_run_cooperatives_farms" + "pm_worker_cooperatives_farms" } } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_state_run_cooperatives_misc" + "pm_worker_cooperatives_misc" } } } } - s:STATE_ALBANIA={ - region_state:ALB={ - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_ALBANIA = { + region_state:ALB = { + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_government_run_misc" } } - create_building={ - building="building_wheat_farm" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_citrus_orchards" "pm_fertilizers" "pm_no_honey_production" @@ -5807,12 +5807,12 @@ "pm_government_run_farm" } } - create_building={ - building="building_livestock_ranch" - level=13 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 13 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_intensive_grazing_ranch" "pm_butchering_tools" "pm_standard_fences" @@ -5820,44 +5820,44 @@ "pm_government_run_farm" } } - create_building={ - building="building_tobacco_plantation" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tobacco_plantation" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } } - create_building={ - building="building_cotton_plantation" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" "pm_government_run_plantation" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -5865,23 +5865,23 @@ "pm_government_run_industry" } } - create_building={ - building="building_oil_rig" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_oil_rig" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_oil_rigs" "pm_manual_transportation" "pm_government_run_misc" } } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -5892,12 +5892,12 @@ "pm_government_run_industry" } } - create_building={ - building="building_textile_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -5905,12 +5905,12 @@ "pm_government_run_industry" } } - create_building={ - building="building_furniture_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -5919,21 +5919,21 @@ "pm_government_run_industry" } } - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_informal_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -5942,60 +5942,60 @@ } } } - s:STATE_BOSNIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=4 - reserves=1 - activate_production_methods={ + s:STATE_BOSNIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 4 + reserves = 1 + activate_production_methods = { "pm_professional_bureaucrats" "pm_professional_service_industry_no" "pm_modern_bureaucracy" } } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_mechanized_harvesting" "pm_no_secondary" "pm_no_honey_production" "pm_fertilizers" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_logging_camp" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_tool_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -6003,20 +6003,20 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_textile_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -6024,12 +6024,12 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_food_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -6040,12 +6040,12 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_glassworks" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_glassworks" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_pre_war_glassworking" "pm_no_automation" "pm_professional_service_industry_no" @@ -6053,245 +6053,245 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_cotton_plantation" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_worker_cooperative_plantation" + "pm_worker_cooperatives_plantation" } } } } - s:STATE_NORTHERN_THRACE={ - region_state:BUL={ - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_NORTHERN_THRACE = { + region_state:BUL = { + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=12 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 12 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" - "pm_state_run_cooperatives_farms" + "pm_worker_cooperatives_farms" } } - create_building={ - building="building_construction_sector" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 3 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_government_run_building_railway" } } - create_building={ - building="building_copper_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_copper_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" - "pm_state_run_cooperatives_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_iron_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" - "pm_state_run_cooperatives_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_state_run_cooperatives_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_cotton_plantation" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_state_run_cooperatives_plantation" + "pm_worker_cooperatives_plantation" } } - create_building={ - building="building_tobacco_plantation" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tobacco_plantation" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_tobacco_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_state_run_cooperatives_plantation" + "pm_worker_cooperatives_plantation" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_airport" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_airport" + level = 1 + reserves = 1 + activate_production_methods = { "pm_airfield" - "pm_state_run_cooperatives_airport" + "pm_worker_cooperatives_airport" } } } } - s:STATE_BULGARIA={ - region_state:BUL={ - create_building={ - building="building_paper_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_BULGARIA = { + region_state:BUL = { + create_building = { + building = "building_paper_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_government_administration" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 5 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=15 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 15 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_farming" "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" - "pm_state_run_cooperatives_farms" + "pm_worker_cooperatives_farms" } } - create_building={ - building="building_construction_sector" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 4 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } } - create_building={ - building="building_furniture_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_textile_manufactories" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_food_industry" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -6299,64 +6299,64 @@ "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_small_arms_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_small_arms_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" "pm_professional_service_industry_no" "pm_no_environmental_tech" - "pm_state_run_cooperatives_industry" + "pm_worker_cooperatives_industry" } } - create_building={ - building="building_copper_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_copper_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_copper" "pm_traditional_tools" "pm_manual_transportation" - "pm_state_run_cooperatives_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_logging_camp" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_state_run_cooperatives_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_cotton_plantation" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_cotton_plantation" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_default_building_cotton_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_state_run_cooperatives_plantation" + "pm_worker_cooperatives_plantation" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -6365,125 +6365,125 @@ } } } - s:STATE_SLOVENIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_SLOVENIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_coal_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_wheat_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } } } - s:STATE_DALMATIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_DALMATIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_logging_camp" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_livestock_ranch" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_wheat_farm" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -6491,158 +6491,158 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_port" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 3 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_CROATIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_CROATIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_coal_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_livestock_ranch" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_wheat_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_SLAVONIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_SLAVONIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_logging_camp" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_livestock_ranch" - level=6 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 6 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } } } - s:STATE_ISTRIA={ - region_state:ITA={ - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_ISTRIA = { + region_state:ITA = { + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" @@ -6650,140 +6650,140 @@ } } } - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_livestock_ranch" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_wheat_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } } } - s:STATE_MONTENEGRO={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=1 - reserves=1 - activate_production_methods={ + s:STATE_MONTENEGRO = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 1 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } } } - s:STATE_NORTHERN_SERBIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=8 - reserves=1 - activate_production_methods={ + s:STATE_NORTHERN_SERBIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 8 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_paper_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -6791,25 +6791,25 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_wheat_farm" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_no_secondary" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_tool_manufactories" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -6817,24 +6817,24 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_motor_industry" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_motor_industry" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_combustion_gas_engines_motors" "pm_no_electronics_motors" "pm_no_automation" @@ -6843,24 +6843,24 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_iron_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_steelworks" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_steelworks" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_early_steelmaking" "pm_no_automation" "pm_professional_service_industry_no" @@ -6868,52 +6868,52 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" - "pm_worker_cooperative_urban" + "pm_worker_cooperatives_urban" } } - create_building={ - building="building_construction_sector" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 6 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_university" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_university" + level = 1 + reserves = 1 + activate_production_methods = { "pm_higher_education" "pm_secular_faculty" "pm_state_directed_research" } } - create_building={ - building="building_textile_manufactories" - level=7 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 7 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -6921,12 +6921,12 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_food_industry" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -6937,12 +6937,12 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_furniture_manufactories" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -6953,14 +6953,14 @@ } } } - s:STATE_SOUTHERN_SERBIA={ - region_state:YUG={ - create_building={ - building="building_paper_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + s:STATE_SOUTHERN_SERBIA = { + region_state:YUG = { + create_building = { + building = "building_paper_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -6968,94 +6968,94 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=9 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 9 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" "pm_mechanized_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_logging_camp" - level=4 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_coal_mine" - level=2 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_coal_mine" + level = 2 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_coal" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_combustion_plant" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_combustion_plant" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_coal_fired_plant" "pm_professional_service_industry_no" - "pm_worker_cooperative_urban" + "pm_worker_cooperatives_urban" } } - create_building={ - building="building_livestock_ranch" - level=3 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 3 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } - create_building={ - building="building_tool_manufactories" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -7063,20 +7063,20 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_construction_sector" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 2 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_food_industry" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -7087,16 +7087,16 @@ "pm_worker_cooperatives_industry" } } - create_building={ - building="building_lead_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_lead_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_lead" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } } @@ -7113,23 +7113,23 @@ region_state:GRE = { } } - s:STATE_ATTICA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=7 - reserves=1 - activate_production_methods={ + s:STATE_ATTICA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 7 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_paper_manufactories" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_paper_manufactories" + level = 3 + reserves = 1 + activate_production_methods = { "pm_base_paper" "pm_no_automation" "pm_professional_service_industry_no" @@ -7137,11 +7137,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_fertilizers" "pm_no_honey_production" @@ -7149,38 +7149,38 @@ "pm_citrus_orchards" } } - create_building={ - building="building_port" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 2 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_construction_sector" - level=5 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 5 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 2 + reserves = 1 + activate_production_methods = { "pm_privately_owned_farm" "pm_butchering_tools" "pm_standard_fences" @@ -7188,11 +7188,11 @@ "pm_open_air_stockyards" } } - create_building={ - building="building_textile_manufactories" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_textile_manufactories" + level = 2 + reserves = 1 + activate_production_methods = { "pm_fiber_production_textiles" "pm_no_automation" "pm_professional_service_industry_no" @@ -7200,11 +7200,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_furniture_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -7213,11 +7213,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_food_industry" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_food_industry" + level = 3 + reserves = 1 + activate_production_methods = { "pm_improved_food_manufactories" "pm_preservatives_fish" "pm_preservatives_meat" @@ -7228,22 +7228,22 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" @@ -7254,11 +7254,11 @@ "pm_no_formal_medical_support" } } - create_building={ - building="building_tool_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_tool_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_base_tools" "pm_no_automation" "pm_professional_service_industry_no" @@ -7266,11 +7266,11 @@ "pm_privately_owned_industry" } } - create_building={ - building="building_small_arms_manufactories" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_small_arms_manufactories" + level = 1 + reserves = 1 + activate_production_methods = { "pm_semi_automatic_rifles" "pm_no_artillery_prod" "pm_no_automation" @@ -7281,23 +7281,23 @@ } } } - s:STATE_THESSALIA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=2 - reserves=1 - activate_production_methods={ + s:STATE_THESSALIA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 2 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -7305,30 +7305,30 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -7336,22 +7336,22 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" @@ -7364,67 +7364,67 @@ } } } - s:STATE_SKOPIA={ - region_state:YUG={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_SKOPIA = { + region_state:YUG = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_logging_camp" - level=8 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 8 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } - create_building={ - building="building_iron_mine" - level=1 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_iron_mine" + level = 1 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_manual_resource_extraction_iron" "pm_traditional_tools" "pm_manual_transportation" - "pm_worker_cooperative_mine" + "pm_worker_cooperatives_mine" } } - create_building={ - building="building_railway" - level=2 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 2 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" - "pm_worker_cooperative_building_railway" + "pm_worker_cooperatives_building_railway" } } - create_building={ - building="building_construction_sector" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_construction_sector" + level = 1 + reserves = 1 + activate_production_methods = { "pm_prefabricated_buildings" } } - create_building={ - building="building_furniture_manufactories" - level=5 - subsidized=yes - reserves=1 - activate_production_methods={ + create_building = { + building = "building_furniture_manufactories" + level = 5 + subsidized = yes + reserves = 1 + activate_production_methods = { "pm_fiber_production_furniture" "pm_no_household_appliance_manufacturing" "pm_no_automation" @@ -7435,23 +7435,23 @@ } } } - s:STATE_MACEDONIA={ - region_state:GRE={ - create_building={ - building="building_government_administration" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_MACEDONIA = { + region_state:GRE = { + create_building = { + building = "building_government_administration" + level = 3 + reserves = 1 + activate_production_methods = { "pm_modern_bureaucracy" "pm_professional_service_industry_no" "pm_professional_bureaucrats" } } - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -7459,30 +7459,30 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_port" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_port" + level = 1 + reserves = 1 + activate_production_methods = { "pm_anchorage" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_livestock_ranch" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 3 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -7490,22 +7490,22 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 4 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" @@ -7518,13 +7518,13 @@ } } } - s:STATE_WESTERN_THRACE={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=5 - reserves=1 - activate_production_methods={ + s:STATE_WESTERN_THRACE = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 5 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -7532,11 +7532,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_livestock_ranch" - level=4 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_livestock_ranch" + level = 4 + reserves = 1 + activate_production_methods = { "pm_open_air_stockyards" "pm_butchering_tools" "pm_standard_fences" @@ -7544,33 +7544,33 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_railway" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_railway" + level = 1 + reserves = 1 + activate_production_methods = { "pm_steam_trains" "pm_paved_roads" "pm_cargo_prioritization" "pm_privately_owned_building_railway" } } - create_building={ - building="building_logging_camp" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 1 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" "pm_privately_owned_misc" } } - create_building={ - building="building_barracks" - level=1 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_barracks" + level = 1 + reserves = 1 + activate_production_methods = { "pm_pre_war_infantry" "pm_no_artillery" "pm_no_armoured_integration" @@ -7583,13 +7583,13 @@ } } } - s:STATE_IONIAN_ISLANDS={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=3 - reserves=1 - activate_production_methods={ + s:STATE_IONIAN_ISLANDS = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 3 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -7599,13 +7599,13 @@ } } } - s:STATE_PELOPONNESE={ - region_state:GRE={ - create_building={ - building="building_wheat_farm" - level=6 - reserves=1 - activate_production_methods={ + s:STATE_PELOPONNESE = { + region_state:GRE = { + create_building = { + building = "building_wheat_farm" + level = 6 + reserves = 1 + activate_production_methods = { "pm_fertilizers" "pm_citrus_orchards" "pm_no_honey_production" @@ -7613,11 +7613,11 @@ "pm_privately_owned_farm" } } - create_building={ - building="building_logging_camp" - level=3 - reserves=1 - activate_production_methods={ + create_building = { + building = "building_logging_camp" + level = 3 + reserves = 1 + activate_production_methods = { "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" diff --git a/common/history/buildings/08_middle_east.txt b/common/history/buildings/08_middle_east.txt index bb391886c..78e521c77 100644 --- a/common/history/buildings/08_middle_east.txt +++ b/common/history/buildings/08_middle_east.txt @@ -1368,7 +1368,7 @@ "pm_default_building_silk_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_worker_cooperative_plantation" + "pm_worker_cooperatives_plantation" } } create_building = { @@ -1379,7 +1379,7 @@ "pm_simple_forestry" "pm_no_equipment" "pm_manual_transportation" - "pm_worker_cooperative_misc" + "pm_worker_cooperatives_misc" } } create_building = { @@ -1391,7 +1391,7 @@ "pm_no_secondary" "pm_no_honey_production" "pm_manual_harvesting" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } } @@ -1404,7 +1404,7 @@ "pm_default_building_tea_plantation" "pm_manual_harvesting_plantation" "pm_no_transport_plantation" - "pm_worker_cooperative_plantation" + "pm_worker_cooperatives_plantation" } } create_building = { @@ -1416,7 +1416,7 @@ "pm_butchering_tools" "pm_standard_fences" "pm_unrefrigerated" - "pm_worker_cooperative_farm" + "pm_worker_cooperatives_farm" } } } diff --git a/common/production_method_groups/01_industry.txt b/common/production_method_groups/01_industry.txt index c40a65d93..322646c68 100644 --- a/common/production_method_groups/01_industry.txt +++ b/common/production_method_groups/01_industry.txt @@ -61,7 +61,6 @@ pmg_ownership_food = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry pm_worker_cooperatives_industry } } @@ -103,7 +102,7 @@ pmg_ownership_distillery = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -138,7 +137,7 @@ pmg_ownership_textiles = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -182,7 +181,7 @@ pmg_ownership_furniture = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -225,7 +224,7 @@ pmg_ownership_synthetics_plant = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -260,7 +259,7 @@ pmg_ownership_glassworks = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -293,7 +292,7 @@ pmg_ownership_tools = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -325,7 +324,7 @@ pmg_ownership_paper = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -358,7 +357,7 @@ pmg_ownership_chemical_plants = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -403,7 +402,7 @@ pmg_ownership_steelworks = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -447,7 +446,7 @@ pmg_ownership_motors = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -505,7 +504,7 @@ pmg_ownership_automobiles = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -575,7 +574,7 @@ pmg_ownership_shipyard = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -626,7 +625,7 @@ pmg_ownership_advanced_military_manufactories = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -673,7 +672,7 @@ pmg_ownership_electronics = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -721,7 +720,7 @@ pmg_ownership_small_arms = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -767,7 +766,7 @@ pmg_ownership_munitions = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -810,7 +809,7 @@ pmg_ownership_fuel_refineries = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -848,7 +847,7 @@ pmg_ownership_semiconductor = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -914,7 +913,7 @@ pmg_ownership_aircraft = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -934,7 +933,7 @@ pmg_ownership_uranium_refineries = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -966,7 +965,7 @@ pmg_ownership_battery = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -1015,7 +1014,7 @@ pmg_ownership_pharmaceuticals = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -1053,7 +1052,7 @@ pmg_ownership_television_manufactories = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -1076,7 +1075,7 @@ pmg_ownership_radio_manufactories = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -1112,7 +1111,7 @@ pmg_ownership_computers = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } @@ -1136,7 +1135,7 @@ pmg_ownership_household_appliance_manufactories = { pm_privately_owned_industry pm_publicly_traded_industry pm_government_run_industry - pm_state_run_cooperatives_industry + pm_worker_cooperatives_industry pm_worker_cooperatives_industry } } diff --git a/common/production_method_groups/02_agro.txt b/common/production_method_groups/02_agro.txt index 007eb1d91..6b4de7e9b 100644 --- a/common/production_method_groups/02_agro.txt +++ b/common/production_method_groups/02_agro.txt @@ -46,8 +46,7 @@ pmg_ownership_rye_farm = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farm } } @@ -99,8 +98,8 @@ pmg_ownership_wheat_farm = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farms + pm_worker_cooperatives_farm } } @@ -152,8 +151,8 @@ pmg_ownership_rice_farm = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farms + pm_worker_cooperatives_farm } } @@ -205,8 +204,8 @@ pmg_ownership_maize_farm = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farms + pm_worker_cooperatives_farm } } @@ -258,8 +257,8 @@ pmg_ownership_millet_farm = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farms + pm_worker_cooperatives_farm } } @@ -306,7 +305,7 @@ pmg_ownership_livestock_ranch = { pm_privately_owned_farm pm_publicly_traded_farm pm_government_run_farm - pm_state_run_cooperatives_farms - pm_worker_cooperative_farm + pm_worker_cooperatives_farms + pm_worker_cooperatives_farm } } diff --git a/common/production_method_groups/03_mines.txt b/common/production_method_groups/03_mines.txt index 2b5f6cf63..52c810a6a 100644 --- a/common/production_method_groups/03_mines.txt +++ b/common/production_method_groups/03_mines.txt @@ -36,8 +36,7 @@ pmg_mine_ownership_coal_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine } } @@ -79,8 +78,8 @@ pmg_mine_ownership_iron_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -122,8 +121,8 @@ pmg_mine_ownership_copper_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -165,8 +164,8 @@ pmg_mine_ownership_rare_earth_elements_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -208,8 +207,8 @@ pmg_mine_ownership_bauxite_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -251,8 +250,8 @@ pmg_mine_ownership_uranium_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -294,8 +293,8 @@ pmg_mine_ownership_lead_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -337,8 +336,8 @@ pmg_mine_ownership_phosphorus = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } @@ -380,7 +379,7 @@ pmg_mine_ownership_gold_mine = { pm_privately_owned_mine pm_publicly_traded_mine pm_government_run_mine - pm_state_run_cooperatives_mine - pm_worker_cooperative_mine + pm_worker_cooperatives_mine + pm_worker_cooperatives_mine } } diff --git a/common/production_method_groups/04_plantations.txt b/common/production_method_groups/04_plantations.txt index 506d8b1e9..05242a898 100644 --- a/common/production_method_groups/04_plantations.txt +++ b/common/production_method_groups/04_plantations.txt @@ -15,8 +15,7 @@ pmg_ownership_plantation = { pm_privately_owned_plantation pm_publicly_traded_plantation pm_government_run_plantation - pm_state_run_cooperatives_plantation - pm_worker_cooperative_plantation + pm_worker_cooperatives_plantation } } diff --git a/common/production_method_groups/06_urban_center.txt b/common/production_method_groups/06_urban_center.txt index 3aad545b9..fb32e7135 100644 --- a/common/production_method_groups/06_urban_center.txt +++ b/common/production_method_groups/06_urban_center.txt @@ -47,8 +47,7 @@ pmg_urban_center_ownership = { production_methods = { pm_privately_owned_urban_center pm_government_run_urban_center - pm_state_run_cooperatives_urban_center - pm_worker_cooperative_urban_center + pm_worker_cooperatives_urban_center } } @@ -88,8 +87,8 @@ pmg_ownership_power_plants = { pm_privately_owned_urban pm_publicly_traded_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } @@ -130,7 +129,7 @@ pmg_base_hydro_power_plants = { pmg_base_geothermal_power_plants = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" production_methods = { - pm_dry_steam_stations + pm_dry_steam_stations pm_enhanced_geothermal_systems } } @@ -150,8 +149,8 @@ pmg_ownership_nuclear_power_plants = { production_methods = { pm_privately_owned_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } @@ -170,8 +169,8 @@ pmg_ownership_telecommunications_industry = { production_methods = { pm_privately_owned_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } @@ -213,8 +212,8 @@ pmg_ownership_tourism = { production_methods = { pm_privately_owned_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } @@ -256,8 +255,8 @@ pmg_ownership_financial_services = { production_methods = { pm_privately_owned_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } @@ -289,8 +288,8 @@ pmg_ownership_media_industry = { production_methods = { pm_privately_owned_urban pm_government_run_urban - pm_state_run_cooperatives_urban - pm_worker_cooperative_urban + pm_worker_cooperatives_urban + pm_worker_cooperatives_urban } } diff --git a/common/production_method_groups/09_misc_resource.txt b/common/production_method_groups/09_misc_resource.txt index 5f76e07e8..fdd16df72 100644 --- a/common/production_method_groups/09_misc_resource.txt +++ b/common/production_method_groups/09_misc_resource.txt @@ -34,8 +34,7 @@ pmg_ownership_logging_camp = { pm_privately_owned_misc pm_publicly_traded_misc pm_government_run_misc - pm_state_run_cooperatives_misc - pm_worker_cooperative_misc + pm_worker_cooperatives_misc } } @@ -75,8 +74,8 @@ pmg_ownership_rubber_plantation = { pm_privately_owned_misc pm_publicly_traded_misc pm_government_run_misc - pm_state_run_cooperatives_misc - pm_worker_cooperative_misc + pm_worker_cooperatives_misc + pm_worker_cooperatives_misc } } @@ -106,8 +105,8 @@ pmg_ownership_fishing_wharf = { pm_privately_owned_misc pm_publicly_traded_misc pm_government_run_misc - pm_state_run_cooperatives_misc - pm_worker_cooperative_misc + pm_worker_cooperatives_misc + pm_worker_cooperatives_misc } } @@ -146,8 +145,8 @@ pmg_ownership_oil = { pm_privately_owned_misc pm_publicly_traded_misc pm_government_run_misc - pm_state_run_cooperatives_misc - pm_worker_cooperative_misc + pm_worker_cooperatives_misc + pm_worker_cooperatives_misc } } @@ -177,7 +176,7 @@ pmg_ownership_natural_gas = { pm_privately_owned_misc pm_publicly_traded_misc pm_government_run_misc - pm_state_run_cooperatives_misc - pm_worker_cooperative_misc + pm_worker_cooperatives_misc + pm_worker_cooperatives_misc } } diff --git a/common/production_method_groups/11_private_infrastructure.txt b/common/production_method_groups/11_private_infrastructure.txt index 0a495c3f6..48d96af7d 100644 --- a/common/production_method_groups/11_private_infrastructure.txt +++ b/common/production_method_groups/11_private_infrastructure.txt @@ -38,8 +38,7 @@ pmg_ownership_capital_building_railway = { pm_privately_owned_building_railway pm_publicly_traded_building_railway pm_government_run_building_railway - pm_state_run_cooperatives_railway - pm_worker_cooperative_building_railway + pm_worker_cooperatives_building_railway } } @@ -78,8 +77,8 @@ pmg_spaceport_ownership = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" production_methods = { pm_privately_owned_spaceport + pm_publicly_traded_spaceport pm_government_run_spaceport - pm_state_run_cooperatives_spaceport pm_worker_cooperatives_spaceport } } @@ -164,8 +163,8 @@ pmg_ownership_airport = { ai_selection = most_productive production_methods = { pm_privately_owned_airport + pm_publicly_traded_airport pm_government_run_airport - pm_state_run_cooperatives_airport pm_worker_cooperatives_airport } } diff --git a/common/production_method_groups/12_subsistence.txt b/common/production_method_groups/12_subsistence.txt index 05ee485d7..fab2c0315 100644 --- a/common/production_method_groups/12_subsistence.txt +++ b/common/production_method_groups/12_subsistence.txt @@ -89,7 +89,6 @@ pmg_ownership_building_subsistence = { pm_privately_owned_building_subsistence pm_smallholder_owner_building_subsistence pm_government_run_building_subsistence - pm_state_run_cooperatives_subsistence - pm_worker_cooperative_building_subsistence + pm_worker_cooperatives_building_subsistence } } diff --git a/common/production_method_groups/13_construction.txt b/common/production_method_groups/13_construction.txt index 4d124f480..57f5bb4e5 100644 --- a/common/production_method_groups/13_construction.txt +++ b/common/production_method_groups/13_construction.txt @@ -26,7 +26,6 @@ pmg_housing_ownership = { pm_landlord_owned_housing pm_publicly_traded_housing pm_government_owned_housing - pm_state_run_cooperatives_housing - pm_worker_cooperative_housing + pm_worker_cooperatives_housing } } diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 220f60379..0ad3fd122 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -552,7 +552,7 @@ pm_government_run_farm = { } } -pm_worker_cooperative_farm = { +pm_worker_cooperatives_farm = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { law_traditionalism diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index fa8bf56dc..7b7f2970b 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -1544,7 +1544,7 @@ pm_government_run_mine = { } } -pm_worker_cooperative_mine = { +pm_worker_cooperatives_mine = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { law_traditionalism diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 32b5a0f47..5cfdc0c0d 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -9,8 +9,8 @@ pm_default_building_coffee_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -30,9 +30,9 @@ pm_advanced_irrigation_building_coffee_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 600 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 600 + building_employment_clergy_add = 100 } } } @@ -51,7 +51,10 @@ pm_mechanized_harvesting_coffee = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -70,7 +73,10 @@ pm_advanced_agricultural_machinery_coffee = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -90,7 +96,11 @@ pm_iot_sensors_coffee = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -111,7 +121,11 @@ pm_ai_analyzed_harvesting_coffee = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -127,8 +141,8 @@ pm_default_building_cotton_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -148,9 +162,9 @@ pm_advanced_irrigation_building_cotton_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -169,7 +183,10 @@ pm_mechanized_harvesting_cotton = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -188,7 +205,10 @@ pm_advanced_agricultural_machinery_cotton = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -208,7 +228,11 @@ pm_iot_sensors_cotton = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -229,7 +253,11 @@ pm_ai_analyzed_harvesting_cotton = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -245,8 +273,8 @@ pm_default_building_opium_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -266,9 +294,9 @@ pm_advanced_irrigation_building_opium_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -287,7 +315,10 @@ pm_mechanized_harvesting_opium = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -306,7 +337,10 @@ pm_advanced_agricultural_machinery_opium = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -326,7 +360,11 @@ pm_iot_sensors_opium = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -347,7 +385,11 @@ pm_ai_analyzed_harvesting_opium = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -363,8 +405,8 @@ pm_default_building_tea_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -384,9 +426,9 @@ pm_advanced_irrigation_building_tea_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -405,7 +447,10 @@ pm_mechanized_harvesting_tea = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -424,7 +469,10 @@ pm_advanced_agricultural_machinery_tea = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -444,7 +492,11 @@ pm_iot_sensors_tea = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -465,7 +517,11 @@ pm_ai_analyzed_harvesting_tea = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -481,8 +537,8 @@ pm_default_building_tobacco_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -502,9 +558,9 @@ pm_advanced_irrigation_building_tobacco_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -523,7 +579,10 @@ pm_mechanized_harvesting_tobacco = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -542,7 +601,10 @@ pm_advanced_agricultural_machinery_tobacco = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -562,7 +624,11 @@ pm_iot_sensors_tobacco = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -583,7 +649,11 @@ pm_ai_analyzed_harvesting_tobacco = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -599,8 +669,8 @@ pm_default_building_sugar_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -620,9 +690,9 @@ pm_advanced_irrigation_building_sugar_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -641,7 +711,10 @@ pm_mechanized_harvesting_sugar = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -660,7 +733,10 @@ pm_advanced_agricultural_machinery_sugar = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -680,7 +756,11 @@ pm_iot_sensors_sugar = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -701,7 +781,11 @@ pm_ai_analyzed_harvesting_sugar = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -715,8 +799,8 @@ pm_default_building_banana_plantation = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -736,9 +820,9 @@ pm_advanced_irrigation_building_banana_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -757,7 +841,10 @@ pm_mechanized_harvesting_fruit = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -776,7 +863,10 @@ pm_advanced_agricultural_machinery_fruit = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -796,7 +886,11 @@ pm_iot_sensors_fruit = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -817,7 +911,11 @@ pm_ai_analyzed_harvesting_fruit = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -833,8 +931,8 @@ pm_default_building_silk_plantation = { level_scaled = { # profit building_employment_laborers_add = 4000 - building_employment_farmers_add = 800 - building_employment_clergymen_add = 100 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 } } } @@ -854,9 +952,9 @@ pm_advanced_irrigation_building_silk_plantation = { level_scaled = { # profit building_employment_laborers_add = 3000 - building_employment_farmers_add = 1200 - building_employment_machinists_add = 500 - building_employment_clergymen_add = 100 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 } } } @@ -875,7 +973,10 @@ pm_mechanized_harvesting_silk = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 } } } @@ -894,7 +995,10 @@ pm_advanced_agricultural_machinery_silk = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 } } } @@ -914,7 +1018,11 @@ pm_iot_sensors_silk = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 } } } @@ -935,7 +1043,11 @@ pm_ai_analyzed_harvesting_silk = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -963,8 +1075,8 @@ pm_hauling_trucks_plantation = { building_input_transportation_add = 5 building_input_automobiles_add = 1 } - level_scaled = { - building_employment_laborers_add = -1000 + unscaled = { + building_employment_laborers_mult = -0.09 } } } @@ -981,8 +1093,8 @@ pm_rail_transport_plantation = { building_input_transportation_add = 10 building_input_automobiles_add = 2 } - level_scaled = { - building_employment_laborers_add = -2000 + unscaled = { + building_employment_laborers_mult = -0.25 } } } @@ -999,8 +1111,8 @@ pm_intermodal_containers_plantation = { building_input_transportation_add = 15 building_input_automobiles_add = 3 } - level_scaled = { - building_employment_laborers_add = -3000 + unscaled = { + building_employment_laborers_mult = -0.32 } } } @@ -1018,8 +1130,8 @@ pm_privately_owned_plantation = { } unscaled = { building_investors_shares_add = 10 - building_clergymen_shares_add = 2 - building_farmers_shares_add = 0.25 + building_clergy_shares_add = 2 + building_managers_shares_add = 0.25 } } } @@ -1045,8 +1157,8 @@ pm_publicly_traded_plantation = { unscaled = { building_investors_shares_add = 10 building_executives_shares_add = 5 - building_clergymen_shares_add = 2 - building_farmers_shares_add = 0.25 + building_clergy_shares_add = 2 + building_managers_shares_add = 0.25 } } } @@ -1073,28 +1185,7 @@ pm_government_run_plantation = { } } -pm_state_run_cooperatives_plantation = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 50 - building_employment_farmers_add = 100 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_plantation = { +pm_worker_cooperatives_plantation = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { law_traditionalism @@ -1106,7 +1197,7 @@ pm_worker_cooperative_plantation = { } building_modifiers = { level_scaled = { - building_employment_farmers_add = 150 + building_employment_managers_add = 150 } unscaled = { building_workforce_shares_add = 1 diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index c07c68970..d6dd4b1ef 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -429,28 +429,7 @@ pm_government_run_urban_center = { } } -pm_state_run_cooperatives_urban_center = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 250 - building_employment_shopkeepers_add = 250 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_urban_center = { +pm_worker_cooperatives_urban_center = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership @@ -1615,28 +1594,7 @@ pm_government_run_urban = { } } -pm_state_run_cooperatives_urban = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_urban = { +pm_worker_cooperatives_urban = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index c78c83e3e..d38ed9ac4 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -564,28 +564,7 @@ pm_government_run_misc = { } } -pm_state_run_cooperatives_misc = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_misc = { +pm_worker_cooperatives_misc = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index 02df09094..f2f498022 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -307,28 +307,7 @@ pm_government_run_building_railway = { } } -pm_state_run_cooperatives_railway = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_building_railway = { +pm_worker_cooperatives_building_railway = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership @@ -421,27 +400,6 @@ pm_trade_center_privately_owned = { } } -pm_trade_center_state_run_cooperative = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_autocracy - law_oligarchy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 75 - building_employment_clerks_add = 175 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_trade_center_worker_cooperatives = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { @@ -594,27 +552,6 @@ pm_government_run_spaceport = { } } -pm_state_run_cooperatives_spaceport = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_autocracy - law_oligarchy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_worker_cooperatives_spaceport = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { @@ -1259,27 +1196,6 @@ pm_government_run_airport = { } } -pm_state_run_cooperatives_airport = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_autocracy - law_oligarchy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 100 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_worker_cooperatives_airport = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { diff --git a/common/production_methods/12_subsistence.txt b/common/production_methods/12_subsistence.txt index 78e248655..bdd1effde 100644 --- a/common/production_methods/12_subsistence.txt +++ b/common/production_methods/12_subsistence.txt @@ -356,7 +356,7 @@ pm_smallholder_owner_building_subsistence = { } } -pm_worker_cooperative_building_subsistence = { +pm_worker_cooperatives_building_subsistence = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership @@ -393,27 +393,6 @@ pm_government_run_building_subsistence = { } } -pm_state_run_cooperatives_subsistence = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 200 - building_employment_peasants_add = 400 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - pm_gmo_seeds_subsistence_farms = { texture = "gfx/interface/icons/production_method_icons/subsistence_farming.dds" unlocking_technologies = { diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index f82b847c4..1257ef06f 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -188,7 +188,7 @@ pm_sustainable_building_materials = { building_modifiers = { workforce_scaled = { building_input_tools_add = 30 - building_input_wood_add = 50 + building_input_wood_add = 50 building_input_steel_add = 40 building_input_glass_add = 40 building_input_aluminum_add = 50 @@ -286,28 +286,7 @@ pm_government_owned_housing = { } } -pm_state_run_cooperatives_housing = { - texture = "gfx/interface/icons/production_method_icons/state_run_cooperatives.dds" - disallowing_laws = { - law_oligarchy - law_autocracy - } - unlocking_laws = { - law_command_economy - } - building_modifiers = { - level_scaled = { - building_employment_administrators_add = 200 - building_employment_shopkeepers_add = 200 - } - unscaled = { - building_government_shares_add = 1 - building_workforce_shares_add = 1 - } - } -} - -pm_worker_cooperative_housing = { +pm_worker_cooperatives_housing = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" unlocking_laws = { law_cooperative_ownership diff --git a/localization/english/CWP/CWP_production_methods_l_english.yml b/localization/english/CWP/CWP_production_methods_l_english.yml index ddf0a5792..ddf17d1df 100644 --- a/localization/english/CWP/CWP_production_methods_l_english.yml +++ b/localization/english/CWP/CWP_production_methods_l_english.yml @@ -475,15 +475,10 @@ pm_privately_owned_farm: "Privately Owned" pm_publicly_traded_farm: "Publicly Traded" pm_government_run_farm: "Government Run" - pm_state_run_cooperatives_farms: "State Run Cooperatives" pm_publicly_traded_industry: "Publicly Traded" pm_government_run_industry: "Government Run" pm_privately_owned_industry: "Privately Owned" - pm_state_run_cooperatives_industry: "State Run Cooperatives" pm_worker_cooperatives_industry: "Workers Cooperatives" - pm_state_run_cooperatives_mine: "State Run Cooperatives" - pm_state_run_cooperatives_misc: "State Run Cooperatives" - pm_state_run_cooperatives_plantation: "State Run Cooperatives" pm_government_run_plantation: "Government Run" pm_no_whaling: "Whaling Disabled" ##### Subsistence Farming @@ -504,7 +499,6 @@ pm_home_industries_building_subsistence_fishing_villages: "Home Industries" pm_smallholder_owner_building_subsistence: "Smallholder Ownership" pm_privately_owned_building_subsistence: "Landlord Ownership" - pm_state_run_cooperatives_subsistence: "State Run Cooperatives" ##### Mine PMGs pmg_base_coal_mine: "Coal Mine" pmg_mining_processes_coal_mine: "Mining Process" @@ -624,7 +618,7 @@ pm_privately_owned_mine: "Privately Owned" pm_publicly_traded_mine: "Publicly Traded" pm_government_run_mine: "Government Run" - pm_worker_cooperative_mine: "Worker Cooperatives" + pm_worker_cooperatives_mine: "Worker Cooperatives" ##### Plantation PMGs pmg_transportation_plantation: "Transportation" pmg_ownership_plantation: "Ownership" @@ -992,8 +986,7 @@ pm_centralized_planning: "Centralized Planning" pm_privately_owned_urban_center: "Privately Owned" pm_government_run_urban_center: "Government Run" - pm_state_run_cooperatives_urban_center: "State Run Cooperatives" - pm_worker_cooperative_urban_center: "Worker Cooperatives" + pm_worker_cooperatives_urban_center: "Worker Cooperatives" pm_led_streetlights: "LED Streetlights" pm_public_bus_system: "Public Bus Systems" pm_subway_systems: "Public Surface System" @@ -1032,7 +1025,6 @@ pm_drug_trade: "Drug Trade" pm_drugs_legal: "Informal Work" pm_publicly_traded_urban: "Publicly Traded" - pm_state_run_cooperatives_urban: "State Run Cooperatives" pm_skyscraper_corporate_offices: "Corporate Offices" pm_skyscraper_financial_district: "Financial District" pm_skyscraper_bureaucratic_nexus: "Bureaucratic Nexus" @@ -1097,7 +1089,7 @@ pm_sensationalized_media: "Sensationalized Media" pm_privately_owned_urban: "Privately Owned" pm_government_run_urban: "Government Run" - pm_worker_cooperative_urban: "Worker Cooperatives" + pm_worker_cooperatives_urban: "Worker Cooperatives" ####### Government pmg_base_port: "Port" pm_container_port: "Container Port" @@ -1149,7 +1141,6 @@ pm_international_hub: "International Hub" pm_privately_owned_airport: "Privately Owned" pm_government_run_airport: "Government Run" - pm_state_run_cooperatives_airport: "State Run Cooperatives" pm_worker_cooperatives_airport: "Worker Cooperatives" ## Nuclear Weapons Facility pmg_base_nuclear_weapons_facility: "Nuclear Weapons Facility" @@ -1216,7 +1207,7 @@ pm_privately_owned_misc: "Privately Owned" pm_publicly_traded_misc: "Publicly Traded" pm_government_run_misc: "Government Run" - pm_worker_cooperative_misc: "Worker Cooperatives" + pm_worker_cooperatives_misc: "Worker Cooperatives" # Rubber pm_default_building_rubber_plantation: "Rubber Plantation" @@ -1242,7 +1233,6 @@ pm_space_elevator: "Space Elevator" pm_privately_owned_spaceport: "Privately Owned" pm_government_run_spaceport: "Government Run" - pm_state_run_cooperatives_spaceport: "State Run Cooperatives" pm_worker_cooperatives_spaceport: "Worker Cooperatives" # Mission Control pm_single_rocket_missions: "Single Rocket Missions" @@ -1286,7 +1276,6 @@ pm_cargo_prioritization: "Cargo Prioritization" pm_mixed_network: "Mixed Network" pm_passenger_prioritization: "Passenger Prioritization" - pm_state_run_cooperatives_railway: "State Run Cooperatives" ##### Construction pmg_housing_allocation: "Housing Allocation" pmg_housing: "Housing" @@ -1305,8 +1294,7 @@ pm_landlord_owned_housing: "Private Landlords" pm_publicly_traded_housing: "Market Rate Housing" pm_government_owned_housing: "Public Housing" - pm_worker_cooperative_housing: "Tenant Cooperatives" - pm_state_run_cooperatives_housing: "Government Cooperatives" + pm_worker_cooperatives_housing: "Tenant Cooperatives" pm_no_plastics: "Plastics Disabled" pm_rudimentary_polymers: "Rudimentary Polymers" ## Monuments diff --git a/localization/english/content_1_l_english.yml b/localization/english/content_1_l_english.yml index 1f955a3c5..b5f17df35 100644 --- a/localization/english/content_1_l_english.yml +++ b/localization/english/content_1_l_english.yml @@ -1038,7 +1038,7 @@ red_army_tt:0 "Armed Forces will be named Red Army" communism.9.t:0 "The Means of Production" communism.9.d:1 "The workers of [SCOPE.sState('coop_state').GetName] are running a successful cooperative in the [SCOPE.sBuilding('coop_building').GetName]. They live happy, productive, and prosperous lives." - communism.9.f:0 "In a worker cooperative, the means of production are owned by the workers themselves. The workplace is democratic, self-managed, and collectively owned by its members. All share in the profits, so workers are highly invested in the success of the business. The good of one is the good of all." + communism.9.f:0 "In worker cooperatives, the means of production are owned by the workers themselves. The workplace is democratic, self-managed, and collectively owned by its members. All share in the profits, so workers are highly invested in the success of the business. The good of one is the good of all." communism.9.a:0 "A happy worker is a loyal worker." communism.9.b:0 "[SCOPE.sState('coop_state').GetName] is a wonderful place to live." path_to_vanguardism:0 "Path to Vanguardism" diff --git a/localization/english/production_methods_l_english.yml b/localization/english/production_methods_l_english.yml index b13d65092..dc915a24b 100644 --- a/localization/english/production_methods_l_english.yml +++ b/localization/english/production_methods_l_english.yml @@ -786,32 +786,32 @@ pm_government_run_building_railway:0 "$pm_government_run$" - pm_worker_cooperative:0 "Worker Cooperative" - pm_worker_cooperative_building_food_industry:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_textile_mills:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_furniture_manufactories:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_glassworks:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_tooling_workshops:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_paper_mills:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_shipyards:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_arms_industry:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_rice_farm:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_logging_camp:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_fishing_wharf:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_whaling_station:1 "$pm_worker_cooperative$" - pm_worker_cooperative_plantation:1 "$pm_worker_cooperative$" - pm_worker_cooperative_industry:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_subsistence:0 "$pm_worker_cooperative$" + pm_worker_cooperatives:0 "Worker Cooperatives" + pm_worker_cooperatives_building_food_industry:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_textile_mills:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_furniture_manufactories:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_glassworks:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_tooling_workshops:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_paper_mills:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_shipyards:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_arms_industry:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_rice_farm:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_logging_camp:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_fishing_wharf:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_whaling_station:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_plantation:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_industry:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_subsistence:0 "$pm_worker_cooperatives$" pm_government_run_building_subsistence:0 "$pm_government_run$" - pm_worker_cooperative_farm:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_coal_mine:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_iron_mine:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_lead_mine:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_sulfur_mine:1 "$pm_worker_cooperative$" - pm_worker_cooperative_building_gold_mine:1 "$pm_worker_cooperative$" + pm_worker_cooperatives_farm:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_coal_mine:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_iron_mine:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_lead_mine:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_sulfur_mine:1 "$pm_worker_cooperatives$" + pm_worker_cooperatives_building_gold_mine:1 "$pm_worker_cooperatives$" - pm_worker_cooperative_building_railway:0 "$pm_worker_cooperative$" + pm_worker_cooperatives_building_railway:0 "$pm_worker_cooperatives$" pmg_base_building_skyscraper:0 "Skyscraper" From aa74b6184f6d271d3ce9e3ab62aa70a578b886cf Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 17:40:15 -0400 Subject: [PATCH 034/439] fix: automation modifiers --- common/production_methods/02_agro.txt | 93 +++- common/production_methods/03_mines.txt | 558 ++++++++++++++++++- common/production_methods/04_plantations.txt | 307 ++++++++++ 3 files changed, 934 insertions(+), 24 deletions(-) diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 0ad3fd122..8cd4a8424 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -422,8 +422,23 @@ pm_mechanized_harvesting = { # input goods building_input_tools_add = 1 } + level_scaled = { + # profit + building_employment_technicians_add = 1000 + } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -440,8 +455,19 @@ pm_advanced_agricultural_machinery = { building_input_tools_add = 2 building_input_engines_add = 4 } + level_scaled = { + # profit + building_employment_technicians_add = 1000 + } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -459,8 +485,21 @@ pm_iot_sensors = { building_input_engines_add = 2 building_input_electronics_add = 2 } + level_scaled = { + # profit + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } unscaled = { - building_employment_laborers_mult = -0.28 + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -478,8 +517,22 @@ pm_ai_analyzed_harvesting = { building_input_engines_add = 2 building_input_electronics_add = 3 } + level_scaled = { + # profit + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -676,6 +729,13 @@ pm_barbed_wire_fences = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -689,8 +749,17 @@ pm_electric_fencing = { building_input_iron_add = 3 building_input_electricity_add = 3 } - level_scaled = { + unscaled = { + building_employment_laborers_mult = -0.32 building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -708,8 +777,15 @@ pm_refrigerated_storage_building_livestock_ranch = { workforce_scaled = { building_input_electricity_add = 4 } - level_scaled = { + unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -724,8 +800,17 @@ pm_refrigerated_rail_cars_building_livestock_ranch = { building_input_electricity_add = 4 building_input_transportation_add = 3 } - level_scaled = { + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index 7b7f2970b..e3ddc3d80 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -86,7 +86,22 @@ pm_power_tools_coal = { building_output_coal_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -106,7 +121,22 @@ pm_robotics_integrated_manufacturing_coal = { building_output_coal_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -129,6 +159,17 @@ pm_computer_analyzed_mining_coal = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -150,6 +191,18 @@ pm_work_drones_coal = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -241,7 +294,22 @@ pm_power_tools_iron = { building_output_iron_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -261,7 +329,22 @@ pm_robotics_integrated_manufacturing_iron = { building_output_iron_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -284,6 +367,17 @@ pm_computer_analyzed_mining_iron = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -305,6 +399,18 @@ pm_work_drones_iron = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -396,7 +502,22 @@ pm_power_tools_copper = { building_output_copper_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -416,7 +537,22 @@ pm_robotics_integrated_manufacturing_copper = { building_output_copper_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -439,6 +575,17 @@ pm_computer_analyzed_mining_copper = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -457,7 +604,22 @@ pm_work_drones_copper = { building_output_copper_add = 45 } level_scaled = { - building_employment_engineers_add = 1000 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -550,7 +712,22 @@ pm_power_tools_rare_earth_elements = { building_output_rare_earth_elements_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -570,7 +747,22 @@ pm_robotics_integrated_manufacturing_rare_earth_elements = { building_output_rare_earth_elements_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -593,6 +785,17 @@ pm_computer_analyzed_mining_rare_earth_elements = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -611,7 +814,22 @@ pm_work_drones_rare_earth_elements = { building_output_rare_earth_elements_add = 45 } level_scaled = { - building_employment_engineers_add = 1000 + building_employment_engineers_add = 750 + building_employment_academics_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -704,7 +922,22 @@ pm_power_tools_bauxite = { building_output_bauxite_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -724,7 +957,22 @@ pm_robotics_integrated_manufacturing_bauxite = { building_output_bauxite_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -747,6 +995,17 @@ pm_computer_analyzed_mining_bauxite = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -768,6 +1027,18 @@ pm_work_drones_bauxite = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -859,7 +1130,22 @@ pm_power_tools_uranium = { building_output_uranium_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -879,7 +1165,22 @@ pm_robotics_integrated_manufacturing_uranium = { building_output_uranium_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -902,6 +1203,17 @@ pm_computer_analyzed_mining_uranium = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -923,6 +1235,18 @@ pm_work_drones_uranium = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -1014,7 +1338,22 @@ pm_power_tools_lead = { building_output_lead_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -1034,7 +1373,22 @@ pm_robotics_integrated_manufacturing_lead = { building_output_lead_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -1057,6 +1411,17 @@ pm_computer_analyzed_mining_lead = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -1078,6 +1443,18 @@ pm_work_drones_lead = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -1168,7 +1545,22 @@ pm_power_tools_phosphorus = { building_output_phosphorus_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -1188,7 +1580,22 @@ pm_robotics_integrated_manufacturing_phosphorus = { building_output_phosphorus_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -1211,6 +1618,17 @@ pm_computer_analyzed_mining_phosphorus = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -1232,6 +1650,18 @@ pm_work_drones_phosphorus = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -1338,7 +1768,22 @@ pm_power_tools_gold = { building_output_gold_add = 15 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -1358,7 +1803,22 @@ pm_robotics_integrated_manufacturing_gold = { building_output_gold_add = 25 } level_scaled = { - building_employment_engineers_add = 1000 + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -1381,6 +1841,17 @@ pm_computer_analyzed_mining_gold = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } } } @@ -1402,6 +1873,18 @@ pm_work_drones_gold = { building_employment_engineers_add = 750 building_employment_academics_add = 250 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -1423,6 +1906,17 @@ pm_hauling_trucks = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -1439,6 +1933,13 @@ pm_rail_transportation = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -1455,6 +1956,14 @@ pm_intermodal_containers = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -1471,6 +1980,15 @@ pm_double_stack_containers = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 5cfdc0c0d..93f797f84 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -55,6 +55,17 @@ pm_mechanized_harvesting_coffee = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -77,6 +88,13 @@ pm_advanced_agricultural_machinery_coffee = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -101,6 +119,14 @@ pm_iot_sensors_coffee = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -126,6 +152,15 @@ pm_ai_analyzed_harvesting_coffee = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -187,6 +222,17 @@ pm_mechanized_harvesting_cotton = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -209,6 +255,13 @@ pm_advanced_agricultural_machinery_cotton = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -233,6 +286,14 @@ pm_iot_sensors_cotton = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -258,6 +319,15 @@ pm_ai_analyzed_harvesting_cotton = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -319,6 +389,17 @@ pm_mechanized_harvesting_opium = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -341,6 +422,13 @@ pm_advanced_agricultural_machinery_opium = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -365,6 +453,14 @@ pm_iot_sensors_opium = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -390,6 +486,15 @@ pm_ai_analyzed_harvesting_opium = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -451,6 +556,17 @@ pm_mechanized_harvesting_tea = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -473,6 +589,13 @@ pm_advanced_agricultural_machinery_tea = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -497,6 +620,14 @@ pm_iot_sensors_tea = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -522,6 +653,15 @@ pm_ai_analyzed_harvesting_tea = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -583,6 +723,17 @@ pm_mechanized_harvesting_tobacco = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -605,6 +756,13 @@ pm_advanced_agricultural_machinery_tobacco = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -629,6 +787,14 @@ pm_iot_sensors_tobacco = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -654,6 +820,15 @@ pm_ai_analyzed_harvesting_tobacco = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -715,6 +890,17 @@ pm_mechanized_harvesting_sugar = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -737,6 +923,13 @@ pm_advanced_agricultural_machinery_sugar = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -761,6 +954,14 @@ pm_iot_sensors_sugar = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -786,6 +987,15 @@ pm_ai_analyzed_harvesting_sugar = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -845,6 +1055,17 @@ pm_mechanized_harvesting_fruit = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -867,6 +1088,13 @@ pm_advanced_agricultural_machinery_fruit = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -891,6 +1119,14 @@ pm_iot_sensors_fruit = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -916,6 +1152,15 @@ pm_ai_analyzed_harvesting_fruit = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -977,6 +1222,17 @@ pm_mechanized_harvesting_silk = { } unscaled = { building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -999,6 +1255,13 @@ pm_advanced_agricultural_machinery_silk = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -1023,6 +1286,14 @@ pm_iot_sensors_silk = { } unscaled = { building_employment_laborers_mult = -0.29 + building_employment_laborers_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -1048,6 +1319,15 @@ pm_ai_analyzed_harvesting_silk = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -1077,6 +1357,15 @@ pm_hauling_trucks_plantation = { } unscaled = { building_employment_laborers_mult = -0.09 + building_employment_laborers_mult = -0.09 + building_employment_laborers_mult = -0.09 + building_employment_professionals_mult = -0.09 + building_employment_academics_mult = -0.09 + building_employment_clergymen_mult = -0.09 + building_employment_engineers_mult = -0.09 + building_employment_managers_mult = -0.09 + building_employment_officers_mult = -0.09 + building_employment_administrators_mult = -0.09 } } } @@ -1095,6 +1384,15 @@ pm_rail_transport_plantation = { } unscaled = { building_employment_laborers_mult = -0.25 + building_employment_laborers_mult = -0.25 + building_employment_laborers_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergymen_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 } } } @@ -1113,6 +1411,15 @@ pm_intermodal_containers_plantation = { } unscaled = { building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_laborers_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } From d9a40b1c85314c139a938da452cce4f11539c973 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:16:37 -0400 Subject: [PATCH 035/439] fix: some logic --- common/production_methods/02_agro.txt | 35 ++++- common/production_methods/03_mines.txt | 102 ++++++++++---- common/production_methods/04_plantations.txt | 134 +++++++++++++++---- 3 files changed, 212 insertions(+), 59 deletions(-) diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 8cd4a8424..82f6b3fe2 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -461,6 +461,10 @@ pm_advanced_agricultural_machinery = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -492,7 +496,10 @@ pm_iot_sensors = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -524,8 +531,10 @@ pm_ai_analyzed_harvesting = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -729,6 +738,10 @@ pm_barbed_wire_fences = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -751,8 +764,10 @@ pm_electric_fencing = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -779,6 +794,10 @@ pm_refrigerated_storage_building_livestock_ranch = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -802,8 +821,10 @@ pm_refrigerated_rail_cars_building_livestock_ranch = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index e3ddc3d80..fb55fe339 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -161,7 +161,10 @@ pm_computer_analyzed_mining_coal = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -193,8 +196,10 @@ pm_work_drones_coal = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -369,7 +374,10 @@ pm_computer_analyzed_mining_iron = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -401,8 +409,10 @@ pm_work_drones_iron = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -577,7 +587,10 @@ pm_computer_analyzed_mining_copper = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -787,7 +800,10 @@ pm_computer_analyzed_mining_rare_earth_elements = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -997,7 +1013,10 @@ pm_computer_analyzed_mining_bauxite = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1029,8 +1048,10 @@ pm_work_drones_bauxite = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1205,7 +1226,10 @@ pm_computer_analyzed_mining_uranium = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1237,8 +1261,10 @@ pm_work_drones_uranium = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1413,7 +1439,10 @@ pm_computer_analyzed_mining_lead = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1445,8 +1474,10 @@ pm_work_drones_lead = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1620,7 +1651,10 @@ pm_computer_analyzed_mining_phosphorus = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1652,8 +1686,10 @@ pm_work_drones_phosphorus = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1843,7 +1879,10 @@ pm_computer_analyzed_mining_gold = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1875,8 +1914,10 @@ pm_work_drones_gold = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1933,6 +1974,10 @@ pm_rail_transportation = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -1956,7 +2001,10 @@ pm_intermodal_containers = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1980,8 +2028,10 @@ pm_double_stack_containers = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 93f797f84..aa16e120a 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -88,6 +88,10 @@ pm_advanced_agricultural_machinery_coffee = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -119,7 +123,10 @@ pm_iot_sensors_coffee = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -152,8 +159,10 @@ pm_ai_analyzed_harvesting_coffee = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -255,6 +264,10 @@ pm_advanced_agricultural_machinery_cotton = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -286,7 +299,10 @@ pm_iot_sensors_cotton = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -319,8 +335,10 @@ pm_ai_analyzed_harvesting_cotton = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -422,6 +440,10 @@ pm_advanced_agricultural_machinery_opium = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -453,7 +475,10 @@ pm_iot_sensors_opium = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -486,8 +511,10 @@ pm_ai_analyzed_harvesting_opium = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -589,6 +616,10 @@ pm_advanced_agricultural_machinery_tea = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -620,7 +651,10 @@ pm_iot_sensors_tea = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -653,8 +687,10 @@ pm_ai_analyzed_harvesting_tea = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -756,6 +792,10 @@ pm_advanced_agricultural_machinery_tobacco = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -787,7 +827,10 @@ pm_iot_sensors_tobacco = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -820,8 +863,10 @@ pm_ai_analyzed_harvesting_tobacco = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -923,6 +968,10 @@ pm_advanced_agricultural_machinery_sugar = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -954,7 +1003,10 @@ pm_iot_sensors_sugar = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -987,8 +1039,10 @@ pm_ai_analyzed_harvesting_sugar = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1088,6 +1142,10 @@ pm_advanced_agricultural_machinery_fruit = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -1119,7 +1177,10 @@ pm_iot_sensors_fruit = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1152,8 +1213,10 @@ pm_ai_analyzed_harvesting_fruit = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1255,6 +1318,10 @@ pm_advanced_agricultural_machinery_silk = { } unscaled = { building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 building_employment_clergymen_mult = -0.2 @@ -1286,7 +1353,10 @@ pm_iot_sensors_silk = { } unscaled = { building_employment_laborers_mult = -0.29 - building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 building_employment_clergymen_mult = -0.29 @@ -1319,8 +1389,10 @@ pm_ai_analyzed_harvesting_silk = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 @@ -1359,6 +1431,10 @@ pm_hauling_trucks_plantation = { building_employment_laborers_mult = -0.09 building_employment_laborers_mult = -0.09 building_employment_laborers_mult = -0.09 + building_employment_service_workers_mult = -0.09 + building_employment_servicemembers_mult = -0.09 + building_employment_technicians_mult = -0.09 + building_employment_creatives_mult = -0.09 building_employment_professionals_mult = -0.09 building_employment_academics_mult = -0.09 building_employment_clergymen_mult = -0.09 @@ -1386,6 +1462,10 @@ pm_rail_transport_plantation = { building_employment_laborers_mult = -0.25 building_employment_laborers_mult = -0.25 building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 building_employment_professionals_mult = -0.25 building_employment_academics_mult = -0.25 building_employment_clergymen_mult = -0.25 @@ -1411,8 +1491,10 @@ pm_intermodal_containers_plantation = { } unscaled = { building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 - building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 building_employment_clergymen_mult = -0.32 From 407a8a11160d4f9017d2b7480ed5fcaad44cae47 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:16:43 -0400 Subject: [PATCH 036/439] feat: military pops --- common/production_methods/05_military.txt | 184 +++++++++++----------- 1 file changed, 96 insertions(+), 88 deletions(-) diff --git a/common/production_methods/05_military.txt b/common/production_methods/05_military.txt index c478690d2..24f1ce481 100644 --- a/common/production_methods/05_military.txt +++ b/common/production_methods/05_military.txt @@ -9,7 +9,7 @@ pm_pre_war_infantry = { building_input_small_arms_add = 2 } level_scaled = { - building_employment_soldiers_add = 9700 + building_employment_servicemembers_add = 9700 building_employment_officers_add = 300 building_training_rate_add = 400 } @@ -42,7 +42,7 @@ pm_post_war_infantry = { building_input_small_arms_add = 4 } level_scaled = { - building_employment_soldiers_add = 9500 + building_employment_servicemembers_add = 9500 building_employment_officers_add = 500 building_training_rate_add = 350 } @@ -76,7 +76,7 @@ pm_2nd_generation_infantry = { building_input_small_arms_add = 6 } level_scaled = { - building_employment_soldiers_add = 9000 + building_employment_servicemembers_add = 9000 building_employment_officers_add = 1000 building_training_rate_add = 300 } @@ -110,7 +110,7 @@ pm_3rd_generation_infantry = { building_input_small_arms_add = 8 } level_scaled = { - building_employment_soldiers_add = 8500 + building_employment_servicemembers_add = 8500 building_employment_officers_add = 1500 building_training_rate_add = 250 } @@ -146,7 +146,7 @@ pm_4th_generation_infantry = { building_input_small_arms_add = 10 } level_scaled = { - building_employment_soldiers_add = 8000 + building_employment_servicemembers_add = 8000 building_employment_officers_add = 2000 building_training_rate_add = 200 } @@ -182,7 +182,7 @@ pm_5th_generation_infantry = { building_input_small_arms_add = 12 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 175 } @@ -220,7 +220,7 @@ pm_6th_generation_infantry = { building_input_small_arms_add = 12 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 150 } @@ -258,7 +258,7 @@ pm_7th_generation_infantry = { building_input_small_arms_add = 16 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 125 } @@ -297,7 +297,7 @@ pm_8th_generation_infantry = { building_input_small_arms_add = 18 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 100 } @@ -336,7 +336,7 @@ pm_9th_generation_infantry = { building_input_small_arms_add = 20 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 100 } @@ -371,7 +371,7 @@ pm_pre_war_infantry_conscription = { building_input_small_arms_add = 2 } level_scaled = { - building_employment_soldiers_add = 9700 + building_employment_servicemembers_add = 9700 building_employment_officers_add = 300 building_training_rate_add = 400 } @@ -404,7 +404,7 @@ pm_post_war_infantry_conscription = { building_input_small_arms_add = 4 } level_scaled = { - building_employment_soldiers_add = 9500 + building_employment_servicemembers_add = 9500 building_employment_officers_add = 500 building_training_rate_add = 350 } @@ -438,7 +438,7 @@ pm_2nd_generation_infantry_conscription = { building_input_small_arms_add = 6 } level_scaled = { - building_employment_soldiers_add = 9000 + building_employment_servicemembers_add = 9000 building_employment_officers_add = 1000 building_training_rate_add = 300 } @@ -472,7 +472,7 @@ pm_3rd_generation_infantry_conscription = { building_input_small_arms_add = 8 } level_scaled = { - building_employment_soldiers_add = 8500 + building_employment_servicemembers_add = 8500 building_employment_officers_add = 1500 building_training_rate_add = 250 } @@ -508,7 +508,7 @@ pm_4th_generation_infantry_conscription = { building_input_small_arms_add = 10 } level_scaled = { - building_employment_soldiers_add = 8000 + building_employment_servicemembers_add = 8000 building_employment_officers_add = 2000 building_training_rate_add = 200 } @@ -544,7 +544,7 @@ pm_5th_generation_infantry_conscription = { building_input_small_arms_add = 12 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 175 } @@ -582,7 +582,7 @@ pm_6th_generation_infantry_conscription = { building_input_small_arms_add = 12 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 150 } @@ -620,7 +620,7 @@ pm_7th_generation_infantry_conscription = { building_input_small_arms_add = 16 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 125 } @@ -659,7 +659,7 @@ pm_8th_generation_infantry_conscription = { building_input_small_arms_add = 18 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 100 } @@ -698,7 +698,7 @@ pm_9th_generation_infantry_conscription = { building_input_small_arms_add = 20 } level_scaled = { - building_employment_soldiers_add = 7500 + building_employment_servicemembers_add = 7500 building_employment_officers_add = 2500 building_training_rate_add = 100 } @@ -938,7 +938,7 @@ pm_pre_war_tanks = { building_input_refined_fuel_add = 1 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -971,7 +971,7 @@ pm_main_battle_tanks = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1004,7 +1004,7 @@ pm_2nd_generation_tanks = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1037,7 +1037,7 @@ pm_3rd_generation_tanks = { building_input_refined_fuel_add = 3 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1070,7 +1070,7 @@ pm_modernized_3rd_generation_tanks = { building_input_refined_fuel_add = 3 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1103,7 +1103,7 @@ pm_4th_generation_tanks = { building_input_refined_fuel_add = 4 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1142,7 +1142,7 @@ pm_pre_war_military_aircraft = { building_input_refined_fuel_add = 1 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1176,7 +1176,7 @@ pm_post_war_fighters = { building_input_refined_fuel_add = 1 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1210,7 +1210,7 @@ pm_jet_fighters = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1244,7 +1244,7 @@ pm_supersonic_jet_fighters = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1279,7 +1279,7 @@ pm_3rd_generation_jet_fighters = { building_input_missiles_add = 1 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1314,7 +1314,7 @@ pm_4th_generation_jet_fighters = { building_input_missiles_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1349,7 +1349,7 @@ pm_45th_generation_jet_fighters = { building_input_refined_fuel_add = 5 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1383,7 +1383,7 @@ pm_5th_generation_jet_fighters = { building_input_refined_fuel_add = 6 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1417,7 +1417,7 @@ pm_6th_generation_jet_fighters = { building_input_refined_fuel_add = 6 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1451,7 +1451,7 @@ pm_7th_generation_jet_fighters = { building_input_refined_fuel_add = 8 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 5 } @@ -1492,7 +1492,7 @@ pm_motorized = { building_input_refined_fuel_add = 1 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1525,7 +1525,7 @@ pm_armoured_personnel_carriers = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1558,7 +1558,7 @@ pm_infantry_fighting_vehicles_carriers = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1591,7 +1591,7 @@ pm_multi_role_armored_fighting_vehicles = { building_input_refined_fuel_add = 3 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1632,7 +1632,7 @@ pm_infantry_reconnaissance = { building_input_ammunition_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1665,7 +1665,7 @@ pm_motorized_reconnaissance = { building_input_sensors_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1698,7 +1698,7 @@ pm_armoured_reconnaissance = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1731,7 +1731,7 @@ pm_helicopter_reconnaissance = { building_input_sensors_add = 5 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1765,7 +1765,7 @@ pm_drone_reconnaissance = { building_input_sensors_add = 10 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1803,7 +1803,7 @@ pm_combat_medics = { building_input_fabric_add = 10 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1833,7 +1833,7 @@ pm_army_field_hospitals = { building_input_pharmaceuticals_add = 10 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1864,7 +1864,7 @@ pm_medical_logistics = { building_input_pharmaceuticals_add = 15 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1896,7 +1896,7 @@ pm_medevac = { building_input_pharmaceuticals_add = 20 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1933,7 +1933,7 @@ pm_radio_posts = { building_input_telecommunications_add = 4 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1963,7 +1963,7 @@ pm_radio_backpacks = { building_input_electronics_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -1994,7 +1994,7 @@ pm_long_range_portable_radios = { building_input_batteries_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -2025,7 +2025,7 @@ pm_satellite_communications = { building_input_batteries_add = 8 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -2057,7 +2057,7 @@ pm_computerized_communications = { building_input_computers_add = 2 } level_scaled = { - building_employment_soldiers_add = -100 + building_employment_servicemembers_add = -100 building_employment_officers_add = 100 building_training_rate_add = 5 } @@ -2086,7 +2086,7 @@ pm_naval_command = { } building_modifiers = { level_scaled = { - building_employment_soldiers_add = 9000 + building_employment_servicemembers_add = 9000 building_employment_officers_add = 1000 } } @@ -2106,7 +2106,7 @@ pm_wartime_escort_ships = { building_input_ammunition_add = 4 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2141,7 +2141,7 @@ pm_modernized_wartime_escort_ships = { building_input_sensors_add = 2 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2178,7 +2178,7 @@ pm_dedicated_asw_escort_ships = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2216,7 +2216,7 @@ pm_missile_armed_escort_ships = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2254,7 +2254,7 @@ pm_modernized_guided_missile_escort_ships = { building_input_sensors_add = 5 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2292,7 +2292,7 @@ pm_multi_purpose_escort_ships = { building_input_computers_add = 3 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2332,7 +2332,7 @@ pm_wartime_cruisers = { building_input_ammunition_add = 3 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2369,7 +2369,7 @@ pm_command_cruisers = { building_input_sensors_add = 2 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2407,7 +2407,7 @@ pm_guided_missile_cruisers = { building_input_sensors_add = 3 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2445,7 +2445,7 @@ pm_modernized_missile_cruisers = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2483,7 +2483,7 @@ pm_arsenal_ships = { building_input_sensors_add = 6 } level_scaled = { - building_employment_soldiers_add = -200 + building_employment_servicemembers_add = -200 building_employment_officers_add = 200 building_training_rate_add = 5 } @@ -2528,7 +2528,10 @@ pm_wartime_aircraft_carriers = { } level_scaled = { building_employment_officers_add = 500 - building_employment_soldiers_add = -500 + building_employment_servicemembers_add = -1000 + # Carriers employ civilian workers to perform various tasks on board including cooking, cleaning, and maintenance. Most importantly, the manufacturer of the carrier will employ "live" support staff to assis in the technical aspects of the carrier's operation. + building_employment_service_workers_add = 400 + building_employment_engineers_add = 100 building_training_rate_add = 10 } throughput_scaled = { @@ -2567,7 +2570,9 @@ pm_post_war_fleet_carriers = { } level_scaled = { building_employment_officers_add = 500 - building_employment_soldiers_add = -500 + building_employment_servicemembers_add = -1000 + building_employment_service_workers_add = 400 + building_employment_engineers_add = 100 building_training_rate_add = 10 } throughput_scaled = { @@ -2607,8 +2612,9 @@ pm_supercarriers = { } level_scaled = { building_employment_officers_add = 500 - building_employment_soldiers_add = -500 - building_training_rate_add = 10 + building_employment_servicemembers_add = -1000 + building_employment_service_workers_add = 400 + building_employment_engineers_add = 100 } throughput_scaled = { unit_offense_add = 677 @@ -2647,8 +2653,9 @@ pm_nuclear_supercarriers = { } level_scaled = { building_employment_officers_add = 500 - building_employment_soldiers_add = -500 - building_training_rate_add = 10 + building_employment_servicemembers_add = -1000 + building_employment_service_workers_add = 400 + building_employment_engineers_add = 100 } throughput_scaled = { unit_offense_add = 698 @@ -2687,8 +2694,9 @@ pm_advanced_fleet_carrier = { } level_scaled = { building_employment_officers_add = 500 - building_employment_soldiers_add = -500 - building_training_rate_add = 10 + building_employment_servicemembers_add = -1000 + building_employment_service_workers_add = 400 + building_employment_engineers_add = 100 } throughput_scaled = { unit_offense_add = 875 @@ -2736,7 +2744,7 @@ pm_wartime_fighters_naval = { building_input_refined_fuel_add = 1 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2776,7 +2784,7 @@ pm_1st_generation_jet_fighters_naval = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2816,7 +2824,7 @@ pm_2nd_generation_jet_fighters_naval = { building_input_refined_fuel_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2856,7 +2864,7 @@ pm_3rd_generation_jet_fighters_naval = { building_input_refined_fuel_add = 4 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2896,7 +2904,7 @@ pm_4th_generation_jet_fighters_naval = { building_input_refined_fuel_add = 5 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2935,7 +2943,7 @@ pm_45th_generation_jet_fighters_naval = { building_input_refined_fuel_add = 5 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -2974,7 +2982,7 @@ pm_5th_generation_jet_fighters_naval = { building_input_refined_fuel_add = 6 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3013,7 +3021,7 @@ pm_6th_generation_jet_fighters_naval = { building_input_refined_fuel_add = 6 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3051,7 +3059,7 @@ pm_7th_generation_jet_fighters_naval = { building_input_refined_fuel_add = 8 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3092,7 +3100,7 @@ pm_wartime_attack_submarines = { building_input_electronics_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3123,7 +3131,7 @@ pm_diesel_attack_submarines = { building_input_sensors_add = 2 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3155,7 +3163,7 @@ pm_nuclear_attack_submarines = { building_input_sensors_add = 3 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3188,7 +3196,7 @@ pm_cruise_missile_submarines = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } @@ -3221,7 +3229,7 @@ pm_advanced_attack_submarines = { building_input_sensors_add = 4 } level_scaled = { - building_employment_soldiers_add = -60 + building_employment_servicemembers_add = -60 building_employment_officers_add = 60 building_training_rate_add = 1 } From 1ec635be2d3145766b3e7a40c84dbc70b136410c Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:47:36 -0400 Subject: [PATCH 037/439] feat: urban center pops --- .../06_urban_center.txt | 7 +- common/production_methods/06_urban_center.txt | 539 ++++++++++++------ 2 files changed, 377 insertions(+), 169 deletions(-) diff --git a/common/production_method_groups/06_urban_center.txt b/common/production_method_groups/06_urban_center.txt index fb32e7135..4166768f3 100644 --- a/common/production_method_groups/06_urban_center.txt +++ b/common/production_method_groups/06_urban_center.txt @@ -88,7 +88,6 @@ pmg_ownership_power_plants = { pm_publicly_traded_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -150,7 +149,6 @@ pmg_ownership_nuclear_power_plants = { pm_privately_owned_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -170,7 +168,6 @@ pmg_ownership_telecommunications_industry = { pm_privately_owned_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -213,7 +210,6 @@ pmg_ownership_tourism = { pm_privately_owned_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -256,7 +252,6 @@ pmg_ownership_financial_services = { pm_privately_owned_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -289,7 +284,6 @@ pmg_ownership_media_industry = { pm_privately_owned_urban pm_government_run_urban pm_worker_cooperatives_urban - pm_worker_cooperatives_urban } } @@ -324,6 +318,7 @@ pmg_funding_hospitals = { pm_charity_hospital pm_privatized_hospital pm_government_run_hospital + pm_worker_cooperatives_hospital } } diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index d6dd4b1ef..07b7c3869 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -1,4 +1,5 @@ ####################### Urban Centers ####################### +#target: 9500 pm_informal_cities = { texture = "gfx/interface/icons/production_method_icons/market_stalls.dds" building_modifiers = { @@ -7,9 +8,10 @@ pm_informal_cities = { building_output_services_add = 60 } level_scaled = { - building_employment_laborers_add = 7000 - building_employment_clerks_add = 2000 - building_employment_shopkeepers_add = 500 + building_employment_administrators_add = 2000 + building_employment_service_workers_add = 7000 + building_employment_managers_add = 500 + #7000+2000+500=9500 } } } @@ -27,9 +29,11 @@ pm_industrial_cities = { building_output_services_add = 90 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_clerks_add = 3000 - building_employment_shopkeepers_add = 1500 + building_employment_administrators_add = 2500 + building_employment_service_workers_add = 5900 + building_employment_creatives_add = 500 + building_employment_managers_add = 600 + #5900+3000+600=9500 } } } @@ -47,9 +51,11 @@ pm_modernist_cities = { building_output_services_add = 130 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_clerks_add = 4000 - building_employment_shopkeepers_add = 2500 + building_employment_administrators_add = 2500 + building_employment_service_workers_add = 5300 + building_employment_creatives_add = 1000 + building_employment_managers_add = 700 + #4800+4000+700=9500 } } } @@ -67,9 +73,11 @@ pm_neo_traditional_cities = { building_output_services_add = 170 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_clerks_add = 4000 - building_employment_shopkeepers_add = 3500 + building_employment_administrators_add = 2300 + building_employment_service_workers_add = 5200 + building_employment_creatives_add = 1200 + building_employment_managers_add = 800 + #4700+4000+800=9500 } } } @@ -87,9 +95,11 @@ pm_sustainable_cities = { building_output_services_add = 170 } level_scaled = { - building_employment_laborers_add = 2000 - building_employment_clerks_add = 2000 - building_employment_shopkeepers_add = 4500 + building_employment_administrators_add = 1000 + building_employment_service_workers_add = 5250 + building_employment_creatives_add = 1350 + building_employment_managers_add = 900 + #5600+2000+900=8500 } } } @@ -232,9 +242,22 @@ pm_local_planning = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 1000 building_throughput_mult = 0.005 } + unscaled = { + building_employment_laborers_mult = -0.09 + building_employment_service_workers_mult = -0.09 + building_employment_servicemembers_mult = -0.09 + building_employment_technicians_mult = -0.09 + building_employment_creatives_mult = -0.09 + building_employment_professionals_mult = -0.09 + building_employment_academics_mult = -0.09 + building_employment_clergy_mult = -0.09 + building_employment_engineers_mult = -0.09 + building_employment_managers_mult = -0.09 + building_employment_officers_mult = -0.09 + building_employment_administrators_mult = -0.09 + } } } @@ -247,9 +270,22 @@ pm_regional_planning = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 2000 building_throughput_mult = 0.01 } + unscaled = { + building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergy_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 + } } } @@ -261,9 +297,22 @@ pm_centralized_planning = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 3000 building_throughput_mult = 0.015 } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergy_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } } } @@ -285,7 +334,21 @@ pm_public_bus_system = { building_input_automobiles_add = 2 } level_scaled = { - building_employment_laborers_add = -1000 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergy_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 } } } @@ -302,7 +365,22 @@ pm_subway_systems = { building_input_transportation_add = 10 } level_scaled = { - building_employment_laborers_add = -2000 + building_employment_technicians_add = 750 + building_employment_engineers_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergy_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 } } } @@ -319,8 +397,23 @@ pm_automated_guided_transport = { building_input_transportation_add = 15 } level_scaled = { - building_employment_laborers_add = -2000 - building_employment_clerks_add = -1000 + building_employment_technicians_add = 500 + building_employment_engineers_add = 250 + building_employment_academics_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergy_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 } } } @@ -337,8 +430,23 @@ pm_autonomous_transport = { building_input_transportation_add = 20 } level_scaled = { - building_employment_laborers_add = -2000 - building_employment_clerks_add = -2000 + building_employment_technicians_add = 250 + building_employment_engineers_add = 500 + building_employment_academics_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergy_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -352,10 +460,10 @@ pm_state_urban_clergy = { } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 400 + building_employment_clergy_add = 400 } unscaled = { - building_clergymen_shares_add = 8 + building_clergy_shares_add = 8 } } } @@ -367,8 +475,11 @@ pm_secular_urban_clergy = { } building_modifiers = { level_scaled = { - building_employment_clerks_add = 100 - building_employment_clergymen_add = 300 + building_employment_administrators_add = 100 + building_employment_clergy_add = 300 + } + unscaled = { + building_clergy_shares_add = 4 } } } @@ -383,7 +494,7 @@ pm_banned_religious_services = { } building_modifiers = { level_scaled = { - building_employment_clerks_add = 400 + building_employment_administrators_add = 400 } } } @@ -397,12 +508,12 @@ pm_privately_owned_urban_center = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_managers_add = 500 } unscaled = { - building_shopkeepers_shares_add = 10 - building_clergymen_shares_add = 2 - building_clerks_shares_add = 0.5 + building_service_workers_shares_add = 10 + building_clergy_shares_add = 2 + building_administrators_shares_add = 0.5 } } } @@ -436,7 +547,7 @@ pm_worker_cooperatives_urban_center = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 1000 } unscaled = { building_workforce_shares_add = 1 @@ -446,6 +557,7 @@ pm_worker_cooperatives_urban_center = { ####################### Power Plants ####################### ##### Base Power Plant PMG +# target: 9800 employees pm_coal_fired_plant = { texture = "gfx/interface/icons/production_method_icons/power_plant.dds" pollution_generation = 100 @@ -456,9 +568,10 @@ pm_coal_fired_plant = { building_output_electricity_add = 105 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 - building_employment_engineers_add = 2800 + building_employment_laborers_add = 4200 + building_employment_technicians_add = 4000 + building_employment_engineers_add = 1400 + building_employment_managers_add = 200 } } } @@ -476,9 +589,10 @@ pm_oil_fired_plant = { building_output_electricity_add = 155 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 - building_employment_engineers_add = 2800 + building_employment_laborers_add = 3000 + building_employment_technicians_add = 4500 + building_employment_engineers_add = 1900 + building_employment_managers_add = 400 } } } @@ -496,9 +610,10 @@ pm_combustion_fired_plant = { building_output_electricity_add = 155 } level_scaled = { - building_employment_laborers_add = 4000 - building_employment_machinists_add = 3000 - building_employment_engineers_add = 2800 + building_employment_laborers_add = 3000 + building_employment_technicians_add = 4500 + building_employment_engineers_add = 1900 + building_employment_managers_add = 400 } } } @@ -531,8 +646,9 @@ pm_solar_panels = { } level_scaled = { building_employment_laborers_add = 200 - building_employment_machinists_add = 300 + building_employment_technicians_add = 280 building_employment_engineers_add = 500 + building_employment_managers_add = 20 } } } @@ -553,8 +669,9 @@ pm_photovoltaics = { } level_scaled = { building_employment_laborers_add = 150 - building_employment_machinists_add = 325 - building_employment_engineers_add = 525 + building_employment_technicians_add = 300 + building_employment_engineers_add = 500 + building_employment_managers_add = 50 } } } @@ -575,8 +692,9 @@ pm_concentrated_solar_power = { } level_scaled = { building_employment_laborers_add = 100 - building_employment_machinists_add = 350 - building_employment_engineers_add = 550 + building_employment_technicians_add = 300 + building_employment_engineers_add = 525 + building_employment_managers_add = 75 } } } @@ -596,8 +714,9 @@ pm_quantum_photon_harvesting = { building_output_electricity_add = 150 } level_scaled = { - building_employment_machinists_add = 400 - building_employment_engineers_add = 600 + building_employment_technicians_add = 350 + building_employment_engineers_add = 550 + building_employment_managers_add = 100 } } } @@ -632,8 +751,9 @@ pm_wind_power = { } level_scaled = { building_employment_laborers_add = 500 - building_employment_machinists_add = 400 + building_employment_technicians_add = 375 building_employment_engineers_add = 300 + building_employment_managers_add = 25 } } } @@ -653,8 +773,9 @@ pm_wind_farms = { } level_scaled = { building_employment_laborers_add = 200 - building_employment_machinists_add = 450 - building_employment_engineers_add = 500 + building_employment_technicians_add = 425 + building_employment_engineers_add = 475 + building_employment_managers_add = 50 } } } @@ -682,9 +803,10 @@ pm_conventional_dams = { building_output_electricity_add = 150 } level_scaled = { - building_employment_laborers_add = 5000 - building_employment_machinists_add = 3000 + building_employment_laborers_add = 4750 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 + building_employment_managers_add = 250 } } } @@ -701,9 +823,10 @@ pm_pumped_storage_hydroelectricity = { building_output_electricity_add = 250 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_machinists_add = 4000 + building_employment_laborers_add = 2500 + building_employment_technicians_add = 4000 building_employment_engineers_add = 3000 + building_employment_managers_add = 500 } } } @@ -720,8 +843,9 @@ pm_run_of_river_hydroelectricity = { building_output_electricity_add = 375 } level_scaled = { - building_employment_machinists_add = 5000 + building_employment_technicians_add = 4250 building_employment_engineers_add = 5000 + building_employment_managers_add = 750 } } } @@ -739,9 +863,10 @@ pm_dry_steam_stations = { building_output_electricity_add = 100 } level_scaled = { - building_employment_laborers_add = 500 - building_employment_machinists_add = 400 + building_employment_laborers_add = 475 + building_employment_technicians_add = 400 building_employment_engineers_add = 300 + building_employment_managers_add = 25 } } } @@ -762,9 +887,10 @@ pm_enhanced_geothermal_systems = { building_output_electricity_add = 200 } level_scaled = { - building_employment_laborers_add = 200 - building_employment_machinists_add = 450 + building_employment_laborers_add = 175 + building_employment_technicians_add = 375 building_employment_engineers_add = 500 + building_employment_managers_add = 75 } } } @@ -780,9 +906,11 @@ pm_nuclear_plant = { building_output_electricity_add = 500 } level_scaled = { - building_employment_laborers_add = 4500 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 6750 building_employment_engineers_add = 3000 + building_employment_academics_add = 1000 + building_employment_professionals_add = 500 + building_employment_managers_add = 250 } } } @@ -799,13 +927,18 @@ pm_nuclear_fusion = { building_output_electricity_add = 2500 } level_scaled = { - building_employment_engineers_add = 10000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 5000 + building_employment_academics_add = 2000 + building_employment_professionals_add = 1000 + building_employment_managers_add = 500 } } } ####################### Telecommunications Industry ####################### #### Base Telecommunications PMG +#target: 6000 pm_radio_telecommunications = { texture = "gfx/interface/icons/production_method_icons/traditional_art.dds" building_modifiers = { @@ -814,10 +947,14 @@ pm_radio_telecommunications = { building_output_telecommunications_add = 35 # 400 } level_scaled = { - building_employment_laborers_add = 3000 - building_employment_shopkeepers_add = 1000 - building_employment_machinists_add = 1000 - building_employment_engineers_add = 1000 + building_employment_laborers_add = 1000 + building_employment_service_workers_add = 2700 + building_employment_technicians_add = 800 + building_employment_engineers_add = 850 + building_employment_creatives_add = 500 + building_employment_managers_add = 150 + # total: (1000 + 2700 + 800 + 850 + 500 + 150)=6000 + # 150 managers, 5850 employees or a ratio of 1:39 } } } @@ -833,10 +970,14 @@ pm_television_services = { building_output_telecommunications_add = 55 # 400 } level_scaled = { - building_employment_laborers_add = 1500 - building_employment_shopkeepers_add = 1000 - building_employment_machinists_add = 2000 - building_employment_engineers_add = 1500 + building_employment_laborers_add = 750 + building_employment_service_workers_add = 2225 + building_employment_technicians_add = 1000 + building_employment_engineers_add = 1000 + building_employment_creatives_add = 750 + building_employment_managers_add = 275 + # total: (750 + 2225 + 1000 + 1000 + 750 + 275)=6000 + # 275 managers, 5725 employees or a ratio of 1:20 } } } @@ -852,9 +993,13 @@ pm_internet_services_telecommunications = { building_output_telecommunications_add = 100 # 400 } level_scaled = { - building_employment_shopkeepers_add = 1500 - building_employment_machinists_add = 2500 - building_employment_engineers_add = 2000 + building_employment_service_workers_add = 2350 + building_employment_technicians_add = 1250 + building_employment_engineers_add = 1100 + building_employment_creatives_add = 900 + building_employment_managers_add = 400 + # total: (2350 + 1250 + 1100 + 900 + 400)=6000 + # 400 managers, 5600 employees or a ratio of 1:14 } } } @@ -871,7 +1016,8 @@ pm_boutique_hospitality = { building_output_tourism_add = 25 } level_scaled = { - building_employment_clerks_add = 6000 + building_employment_service_workers_add = 5850 + building_employment_managers_add = 150 } } } @@ -889,8 +1035,9 @@ pm_economy_lodging = { building_output_tourism_add = 35 } level_scaled = { - building_employment_clerks_add = 5000 - building_employment_shopkeepers_add = 1000 + building_employment_service_workers_add = 5275 + building_employment_creatives_add = 500 + building_employment_managers_add = 225 } } } @@ -910,8 +1057,9 @@ pm_all_inclusive_hospitality = { building_output_tourism_add = 45 } level_scaled = { - building_employment_clerks_add = 4000 - building_employment_shopkeepers_add = 2000 + building_employment_service_workers_add = 4775 + building_employment_creatives_add = 900 + building_employment_managers_add = 325 } } } @@ -932,8 +1080,9 @@ pm_developed_resorts = { building_output_tourism_add = 55 } level_scaled = { - building_employment_clerks_add = 3000 - building_employment_shopkeepers_add = 3000 + building_employment_service_workers_add = 4350 + building_employment_creatives_add = 1200 + building_employment_managers_add = 450 } } } @@ -954,8 +1103,9 @@ pm_high_rise_luxury_hotels = { building_output_tourism_add = 65 } level_scaled = { - building_employment_clerks_add = 2000 - building_employment_shopkeepers_add = 4000 + building_employment_service_workers_add = 4000 + building_employment_creatives_add = 1400 + building_employment_managers_add = 600 } } } @@ -976,8 +1126,9 @@ pm_mega_resorts = { building_output_tourism_add = 75 } level_scaled = { - building_employment_clerks_add = 1000 - building_employment_shopkeepers_add = 5000 + building_employment_service_workers_add = 3700 + building_employment_creatives_add = 1500 + building_employment_managers_add = 800 } } } @@ -1051,6 +1202,10 @@ pm_entertainment = { unscaled = { building_output_tourism_mult = 0.05 } + level_scaled = { + building_employment_creatives_add = 250 + building_employment_service_workers_add = 1000 + } } state_modifiers = { unscaled = { @@ -1070,6 +1225,10 @@ pm_entertainment_and_gambling = { unscaled = { building_output_tourism_mult = 0.1 } + level_scaled = { + building_employment_creatives_add = 500 + building_employment_service_workers_add = 500 + } } state_modifiers = { unscaled = { @@ -1088,6 +1247,10 @@ pm_entertainment_productions = { unscaled = { building_output_tourism_mult = 0.15 } + level_scaled = { + building_employment_creatives_add = 750 + building_employment_service_workers_add = 250 + } } state_modifiers = { unscaled = { @@ -1098,7 +1261,6 @@ pm_entertainment_productions = { ####################### Financial Services ####################### #### Base Finance PMG -# TODO: re-do employment modifiers, technology pm_traditional_financial_services = { texture = "gfx/interface/icons/production_method_icons/traditional_art.dds" building_modifiers = { @@ -1107,8 +1269,8 @@ pm_traditional_financial_services = { building_output_financial_services_add = 25 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_clerks_add = 3000 + building_employment_service_workers_add = 6000 + building_employment_managers_add = 3000 } } } @@ -1125,9 +1287,9 @@ pm_networked_financial_services = { building_output_financial_services_add = 30 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_clerks_add = 1000 - building_employment_academics_add = 1000 + building_employment_service_workers_add = 6000 + building_employment_managers_add = 1000 + building_employment_professionals_add = 1000 } } } @@ -1145,8 +1307,9 @@ pm_expanded_credit_services = { building_output_financial_services_add = 45 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_academics_add = 3000 + building_employment_service_workers_add = 5500 + building_employment_managers_add = 500 + building_employment_professionals_add = 3000 } } } @@ -1163,8 +1326,10 @@ pm_digital_financial_services = { building_output_financial_services_add = 60 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_academics_add = 3000 + building_employment_service_workers_add = 5000 + building_employment_managers_add = 500 + building_employment_professionals_add = 3000 + building_employment_academics_add = 500 } } } @@ -1181,8 +1346,10 @@ pm_online_financial_services = { building_output_financial_services_add = 75 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_academics_add = 3000 + building_employment_service_workers_add = 4500 + building_employment_managers_add = 500 + building_employment_professionals_add = 3250 + building_employment_academics_add = 750 } } } @@ -1199,8 +1366,10 @@ pm_algorithmic_financial_services = { building_output_financial_services_add = 95 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_academics_add = 3000 + building_employment_service_workers_add = 4000 + building_employment_managers_add = 500 + building_employment_professionals_add = 3500 + building_employment_academics_add = 1000 } } } @@ -1326,10 +1495,10 @@ pm_public_investor_services = { state_executives_investment_pool_contribution_add = 0.025 state_investors_investment_pool_efficiency_mult = 0.1 state_investors_investment_pool_contribution_add = 0.025 - state_shopkeepers_investment_pool_efficiency_mult = 0.1 - state_shopkeepers_investment_pool_contribution_add = 0.025 - state_clergymen_investment_pool_efficiency_mult = 0.1 - state_clergymen_investment_pool_contribution_add = 0.025 + state_service_workers_investment_pool_efficiency_mult = 0.1 + state_service_workers_investment_pool_contribution_add = 0.025 + state_clergy_investment_pool_efficiency_mult = 0.1 + state_clergy_investment_pool_contribution_add = 0.025 } } } @@ -1349,12 +1518,12 @@ pm_mutual_funds = { state_executives_investment_pool_contribution_add = 0.01 state_investors_investment_pool_efficiency_mult = 0.05 state_investors_investment_pool_contribution_add = 0.01 - state_shopkeepers_investment_pool_efficiency_mult = 0.05 - state_shopkeepers_investment_pool_contribution_add = 0.01 - state_clergymen_investment_pool_efficiency_mult = 0.05 - state_clergymen_investment_pool_contribution_add = 0.01 - state_clerks_investment_pool_efficiency_mult = 0.05 - state_clerks_investment_pool_contribution_add = 0.01 + state_service_workers_investment_pool_efficiency_mult = 0.05 + state_service_workers_investment_pool_contribution_add = 0.01 + state_clergy_investment_pool_efficiency_mult = 0.05 + state_clergy_investment_pool_contribution_add = 0.01 + state_administrators_investment_pool_efficiency_mult = 0.05 + state_administrators_investment_pool_contribution_add = 0.01 state_farmers_investment_pool_efficiency_mult = 0.05 state_farmers_investment_pool_contribution_add = 0.01 } @@ -1371,8 +1540,9 @@ pm_magazines_media = { building_output_media_add = 20 # 400 } level_scaled = { - building_employment_shopkeepers_add = 7000 - building_employment_academics_add = 1000 + building_employment_creatives_add = 7000 + building_employment_academics_add = 800 + building_employment_managers_add = 200 } } } @@ -1389,8 +1559,9 @@ pm_television_broadcasts_media = { building_output_media_add = 35 } level_scaled = { - building_employment_shopkeepers_add = 6000 - building_employment_academics_add = 2000 + building_employment_creatives_add = 6000 + building_employment_academics_add = 1600 + building_employment_managers_add = 400 } } } @@ -1407,8 +1578,10 @@ pm_satellite_television_media = { building_output_media_add = 45 # 600 } level_scaled = { - building_employment_shopkeepers_add = 5000 - building_employment_academics_add = 3000 + building_employment_creatives_add = 5000 + building_employment_professionals_add = 500 + building_employment_academics_add = 2000 + building_employment_managers_add = 500 } } } @@ -1426,8 +1599,10 @@ pm_video_games_media = { building_output_media_add = 55 # 600 } level_scaled = { - building_employment_shopkeepers_add = 4000 - building_employment_academics_add = 4000 + building_employment_service_workers_add = 3400 + building_employment_academics_add = 3000 + building_employment_professionals_add = 1000 + building_employment_managers_add = 600 } } } @@ -1445,8 +1620,10 @@ pm_virtual_reality_media = { building_output_media_add = 75 # 600 } level_scaled = { - building_employment_shopkeepers_add = 3000 - building_employment_academics_add = 5000 + building_employment_creatives_add = 3000 + building_employment_academics_add = 2300 + building_employment_professionals_add = 2000 + building_employment_managers_add = 700 } } } @@ -1468,6 +1645,9 @@ pm_sensationalist_news = { unscaled = { building_output_media_mult = 0.25 } + level_scaled = { + building_employment_creatives_add = 1000 + } } state_modifiers = { throughput_scaled = { @@ -1486,6 +1666,9 @@ pm_state_news = { unscaled = { building_output_media_mult = -0.1 } + level_scaled = { + building_employment_administrators_add = 1000 + } } state_modifiers = { throughput_scaled = { @@ -1506,6 +1689,9 @@ pm_religious_news = { unscaled = { building_output_media_mult = -0.1 } + level_scaled = { + building_employment_clergy_add = 1000 + } } state_modifiers = { throughput_scaled = { @@ -1524,6 +1710,9 @@ pm_war_propaganda = { unscaled = { building_output_media_mult = -0.1 } + level_scaled = { + building_employment_officers_add = 1000 + } } state_modifiers = { throughput_scaled = { @@ -1541,10 +1730,10 @@ pm_privately_owned_urban = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -1564,10 +1753,11 @@ pm_publicly_traded_urban = { building_output_bonds_add = 5 } level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 100 + building_employment_executives_add = 100 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -1601,7 +1791,7 @@ pm_worker_cooperatives_urban = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 @@ -1618,8 +1808,9 @@ pm_hospitals = { building_output_healthcare_add = 15 } level_scaled = { - building_employment_shopkeepers_add = 9000 + building_employment_service_workers_add = 8750 building_employment_academics_add = 1000 + building_employment_managers_add = 250 } } state_modifiers = { @@ -1640,8 +1831,9 @@ pm_trauma_centers = { building_output_healthcare_add = 25 } level_scaled = { - building_employment_shopkeepers_add = 7000 + building_employment_service_workers_add = 6500 building_employment_academics_add = 3000 + building_employment_managers_add = 500 } } state_modifiers = { @@ -1662,8 +1854,10 @@ pm_surgical_hospitals = { building_output_healthcare_add = 40 } level_scaled = { - building_employment_shopkeepers_add = 5000 - building_employment_academics_add = 5000 + building_employment_service_workers_add = 3950 + building_employment_academics_add = 4600 + building_employment_professionals_add = 800 + building_employment_managers_add = 650 } } state_modifiers = { @@ -1685,8 +1879,10 @@ pm_gene_therapy_centers = { building_output_healthcare_add = 60 } level_scaled = { - building_employment_academics_add = 7000 - building_employment_shopkeepers_add = 3000 + building_employment_service_workers_add = 1900 + building_employment_academics_add = 6275 + building_employment_professionals_add = 1100 + building_employment_managers_add = 725 } } state_modifiers = { @@ -1708,8 +1904,10 @@ pm_gene_editing_centers = { building_output_healthcare_add = 80 } level_scaled = { - building_employment_academics_add = 9000 - building_employment_shopkeepers_add = 1000 + building_employment_service_workers_add = 1000 + building_employment_academics_add = 6600 + building_employment_professionals_add = 1600 + building_employment_managers_add = 800 } } state_modifiers = { @@ -1810,8 +2008,8 @@ pm_immunotherapy = { pm_privatized_hospital = { texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" disallowing_laws = { - law_charitable_health_system - law_national_healthcare_system + law_private_health_insurance + law_mixed_healthcare } building_modifiers = { level_scaled = { @@ -1826,8 +2024,8 @@ pm_privatized_hospital = { pm_government_run_hospital = { texture = "gfx/interface/icons/production_method_icons/government_run.dds" disallowing_laws = { - law_charitable_health_system - law_private_health_insurance + law_national_healthcare_system + law_mixed_healthcare } building_modifiers = { level_scaled = { @@ -1842,21 +2040,37 @@ pm_government_run_hospital = { pm_charity_hospital = { texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" disallowing_laws = { - law_national_healthcare_system + law_charitable_health_system + law_private_health_insurance law_mixed_healthcare } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 200 - building_employment_administrators_add = 50 + building_employment_clergy_add = 300 + } + unscaled = { + building_clergy_shares_add = 1 + } + } +} + +pm_worker_cooperatives_hospital = { + texture = "gfx/interface/icons/production_method_icons/worker_cooperative.dds" + disallowing_laws = { + law_national_healthcare_system + } + building_modifiers = { + level_scaled = { + building_employment_service_workers_add = 300 } unscaled = { - building_clergymen_shares_add = 1 + building_workforce_shares_add = 1 } } } -# Slums +########## Slums ############ +#FIXME are we getting rid of slums? pm_slums_base = { texture = "gfx/interface/icons/production_method_icons/wooden_buildings.dds" building_modifiers = { @@ -1865,8 +2079,7 @@ pm_slums_base = { building_throughput_mult = -0.1 } level_scaled = { - building_employment_criminals_add = 5000 - building_employment_peasants_add = 5000 + building_employment_informal_workers_add = 10000 } unscaled = { building_workforce_shares_add = 1 @@ -1882,7 +2095,6 @@ pm_slums_base = { } ############### Skyscrapers ############### -# TODO: Employment pm_leased_buildings = { texture = "gfx/interface/icons/production_method_icons/skyscraper_trade_nexus.dds" building_modifiers = { @@ -1892,9 +2104,9 @@ pm_leased_buildings = { building_output_professional_services_add = 15 } level_scaled = { - building_employment_clerks_add = 5000 + building_employment_administrators_add = 5000 building_employment_laborers_add = 2500 - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 500 } } } @@ -1911,9 +2123,9 @@ pm_office_parks = { building_output_professional_services_add = 25 } level_scaled = { - building_employment_clerks_add = 5000 + building_employment_administrators_add = 5000 building_employment_laborers_add = 2000 - building_employment_shopkeepers_add = 1000 + building_employment_service_workers_add = 1000 } } } @@ -1931,9 +2143,9 @@ pm_high_rise_offices = { building_output_professional_services_add = 35 } level_scaled = { - building_employment_clerks_add = 5000 + building_employment_administrators_add = 5000 building_employment_laborers_add = 1500 - building_employment_shopkeepers_add = 1500 + building_employment_service_workers_add = 1500 } } } @@ -1952,9 +2164,9 @@ pm_dedicated_complexes = { building_output_professional_services_add = 45 } level_scaled = { - building_employment_clerks_add = 5000 + building_employment_administrators_add = 5000 building_employment_laborers_add = 1000 - building_employment_shopkeepers_add = 2000 + building_employment_service_workers_add = 2000 } } } @@ -1972,9 +2184,9 @@ pm_skyscraper_offices = { building_output_professional_services_add = 55 } level_scaled = { - building_employment_clerks_add = 5000 + building_employment_administrators_add = 5000 building_employment_laborers_add = 500 - building_employment_shopkeepers_add = 2500 + building_employment_service_workers_add = 2500 } } } @@ -1992,8 +2204,8 @@ pm_business_cities = { building_output_professional_services_add = 65 } level_scaled = { - building_employment_clerks_add = 5000 - building_employment_shopkeepers_add = 3000 + building_employment_administrators_add = 5000 + building_employment_service_workers_add = 3000 } } } @@ -2083,10 +2295,10 @@ pm_privately_owned_skyscraper = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -2106,10 +2318,11 @@ pm_publicly_traded_skyscraper = { building_output_bonds_add = 5 } level_scaled = { - building_employment_executives_add = 200 + building_employment_executives_add = 100 + building_employment_investors_add = 100 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -2136,7 +2349,7 @@ pm_worker_cooperatives_skyscraper = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 From 7d0ee9833ce2d1d340b63896887379f22ce2bdb6 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:50:07 -0400 Subject: [PATCH 038/439] chore: spelling --- common/production_method_groups/07_government.txt | 8 ++++---- common/production_methods/07_government.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/production_method_groups/07_government.txt b/common/production_method_groups/07_government.txt index 7d4850d4a..745e5d639 100644 --- a/common/production_method_groups/07_government.txt +++ b/common/production_method_groups/07_government.txt @@ -127,7 +127,7 @@ pmg_military_logistics = { pm_organized_logistics pm_extended_logistics_structure pm_global_logistics_structure - pm_computer_controled_logistics_managment + pm_computer_controlled_logistics_management pm_algorithmic_supply_allocation } } @@ -144,11 +144,11 @@ pmg_command_and_control = { } } -pmg_bunker_constuction = { +pmg_bunker_construction = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" ai_selection = most_productive production_methods = { - pm_requesitioned_mineshaft_space + pm_requisitioned_mineshaft_space pm_dedicated_concrete_bunkers pm_shock_reinforced_bunkers pm_near_impervious_bunkers @@ -206,7 +206,7 @@ pmg_diplomatic_security = { pm_local_security_reliance pm_contracted_security_guards pm_militarized_security_force - pm_standbye_special_response_teams + pm_standby_special_response_teams } } diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 84a03c79f..44fc4530a 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -982,7 +982,7 @@ pm_global_logistics_structure = { } } -pm_computer_controled_logistics_managment = { +pm_computer_controlled_logistics_management = { texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" country_modifiers = { workforce_scaled = { @@ -1125,7 +1125,7 @@ pm_automated_command_and_control = { } #### Bunker Construction -pm_requesitioned_mineshaft_space = { +pm_requisitioned_mineshaft_space = { texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" country_modifiers = { workforce_scaled = { @@ -1582,7 +1582,7 @@ pm_contracted_security_guards = { texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" country_modifiers = { workforce_scaled = { - #thinking of having it effect flavour events relating to embassy seiges. + #thinking of having it effect flavour events relating to embassy sieges. } } building_modifiers = { @@ -1604,7 +1604,7 @@ pm_militarized_security_force = { texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" country_modifiers = { workforce_scaled = { - #thinking of having it effect flavour events relating to embassy seiges. + #thinking of having it effect flavour events relating to embassy sieges. } } building_modifiers = { @@ -1622,11 +1622,11 @@ pm_militarized_security_force = { } } -pm_standbye_special_response_teams = { +pm_standby_special_response_teams = { texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" country_modifiers = { workforce_scaled = { - #thinking of having it effect flavour events relating to embassy seiges. + #thinking of having it effect flavour events relating to embassy sieges. } } building_modifiers = { From b21c1b60eaef25070c53ba5e147bcdaf2c7863ee Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:53:17 -0400 Subject: [PATCH 039/439] chore: remove old code --- common/production_methods/07_government.txt | 1761 +++++++++---------- 1 file changed, 861 insertions(+), 900 deletions(-) diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 44fc4530a..4248bdc44 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -5,7 +5,7 @@ pm_anchorage = { building_modifiers = { level_scaled = { building_employment_laborers_add = 1000 - building_employment_clerks_add = 700 + building_employment_administrators_add = 700 building_employment_administrators_add = 300 } } @@ -34,7 +34,7 @@ pm_basic_port = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_clerks_add = 3000 + building_employment_administrators_add = 3000 building_employment_administrators_add = 1000 } } @@ -63,8 +63,8 @@ pm_industrial_port = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 1000 - building_employment_clerks_add = 2000 + building_employment_technicians_add = 1000 + building_employment_administrators_add = 2000 building_employment_administrators_add = 1000 } } @@ -94,8 +94,8 @@ pm_container_port = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_machinists_add = 500 - building_employment_clerks_add = 1000 + building_employment_technicians_add = 500 + building_employment_administrators_add = 1000 building_employment_administrators_add = 1000 } } @@ -127,8 +127,8 @@ pm_smart_port = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_machinists_add = 500 - building_employment_clerks_add = 1000 + building_employment_technicians_add = 500 + building_employment_administrators_add = 1000 building_employment_administrators_add = 1000 } } @@ -163,7 +163,7 @@ pm_informal_bureaucracy = { building_input_paper_add = 5 } level_scaled = { - building_employment_clerks_add = 2500 + building_employment_administrators_add = 2500 building_employment_administrators_add = 2500 } } @@ -186,7 +186,7 @@ pm_modern_bureaucracy = { building_input_paper_add = 10 } level_scaled = { - building_employment_clerks_add = 2000 + building_employment_administrators_add = 2000 building_employment_administrators_add = 3000 } } @@ -213,7 +213,7 @@ pm_computerized_bureaucracy = { building_input_computers_add = 5 } level_scaled = { - building_employment_clerks_add = 1750 + building_employment_administrators_add = 1750 building_employment_administrators_add = 2750 } } @@ -240,7 +240,7 @@ pm_word_processors = { building_input_computers_add = 10 } level_scaled = { - building_employment_clerks_add = 1500 + building_employment_administrators_add = 1500 building_employment_administrators_add = 3000 } } @@ -266,7 +266,7 @@ pm_paperless_offices = { building_input_computers_add = 15 } level_scaled = { - building_employment_clerks_add = 1250 + building_employment_administrators_add = 1250 building_employment_administrators_add = 3250 } } @@ -326,7 +326,7 @@ pm_higher_education = { building_input_paper_add = 5 } level_scaled = { - building_employment_clerks_add = 2000 + building_employment_administrators_add = 2000 building_employment_academics_add = 500 } } @@ -356,7 +356,7 @@ pm_scientific_education = { building_input_paper_add = 10 } level_scaled = { - building_employment_clerks_add = 1750 + building_employment_administrators_add = 1750 building_employment_academics_add = 750 } } @@ -386,7 +386,7 @@ pm_interdisciplinary_studies = { building_input_paper_add = 15 } level_scaled = { - building_employment_clerks_add = 1500 + building_employment_administrators_add = 1500 building_employment_academics_add = 1000 } } @@ -417,7 +417,7 @@ pm_advanced_analytics = { building_input_electronics_add = 5 } level_scaled = { - building_employment_clerks_add = 1250 + building_employment_administrators_add = 1250 building_employment_academics_add = 1250 } } @@ -449,7 +449,7 @@ pm_computer_science = { building_input_computers_add = 5 } level_scaled = { - building_employment_clerks_add = 1000 + building_employment_administrators_add = 1000 building_employment_academics_add = 1500 } } @@ -480,7 +480,7 @@ pm_business_schools = { building_input_computers_add = 10 } level_scaled = { - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_academics_add = 1750 } } @@ -510,7 +510,7 @@ pm_humanities_education = { building_input_computers_add = 15 } level_scaled = { - building_employment_clerks_add = 500 + building_employment_administrators_add = 500 building_employment_academics_add = 2000 } } @@ -664,7 +664,7 @@ pm_nuclear_fission_testing = { building_input_electricity_add = 5 } level_scaled = { - building_employment_clerks_add = 3000 + building_employment_administrators_add = 3000 building_employment_laborers_add = 3000 } } @@ -683,10 +683,10 @@ pm_nuclear_warhead_testing = { building_input_electricity_add = 10 } level_scaled = { - building_employment_clerks_add = 3000 - building_employment_soldiers_add = 500 + building_employment_administrators_add = 3000 + building_employment_servicemembers_add = 500 building_employment_officers_add = 500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } } @@ -768,879 +768,840 @@ pm_science_research_facility = { } } -############### Military defense Establishment ############### -##### Command and Control -pm_informal_command_organization = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.02 - unit_provinces_captured_mult = 0.02 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 500 - } - level_scaled = { - building_employment_officers_add = 1500 - building_employment_administrators_add = 100 - building_employment_soldiers_add = 800 - } - } -} - -pm_structured_high_command = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.05 - unit_provinces_captured_mult = 0.05 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 300 - } - level_scaled = { - building_employment_officers_add = 3500 - building_employment_administrators_add = 250 - building_employment_soldiers_add = 2500 - } - } -} - -pm_early_command_and_control = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.1 - unit_provinces_captured_mult = 0.1 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 200 - building_input_electronics_add = 100 - } - level_scaled = { - building_employment_officers_add = 5000 - building_employment_administrators_add = 500 - building_employment_soldiers_add = 3000 - } - } -} - -pm_computerized_command_and_control = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.15 - unit_provinces_captured_mult = 0.15 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 50 - building_input_electronics_add = 100 - building_input_computers_add = 100 - } - level_scaled = { - building_employment_officers_add = 6500 - building_employment_administrators_add = 1000 - building_employment_soldiers_add = 4000 - } - } -} - -pm_digital_strategic_command_and_control = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.25 - unit_provinces_captured_mult = 0.25 - } - } - building_modifiers = { - workforce_scaled = { - building_input_electronics_add = 100 - building_input_computers_add = 250 - } - level_scaled = { - building_employment_officers_add = 8000 - building_employment_administrators_add = 1000 - building_employment_soldiers_add = 4500 - } - } -} - -pm_ai_assisted_command_systems = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_advancement_speed_mult = 0.35 - unit_provinces_captured_mult = 0.35 - } - } - building_modifiers = { - workforce_scaled = { - building_input_electronics_add = 150 - building_input_computers_add = 350 - } - level_scaled = { - building_employment_officers_add = 10000 - building_employment_administrators_add = 1000 - building_employment_soldiers_add = 5000 - } - } -} - -##### Logistics -pm_decentralized_logistics_organization = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.05 - unit_convoy_requirements_mult = -0.05 - } - } - building_modifiers = { - workforce_scaled = { - building_input_transportation_add = 500 - } - level_scaled = { - building_employment_officers_add = 1000 - building_employment_administrators_add = 250 - building_employment_soldiers_add = 1500 - } - } -} - -pm_organized_logistics = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.1 - unit_convoy_requirements_mult = -0.1 - } - } - building_modifiers = { - workforce_scaled = { - building_input_transportation_add = 300 - building_input_automobiles_add = 200 - } - level_scaled = { - building_employment_officers_add = 1500 - building_employment_administrators_add = 250 - building_employment_soldiers_add = 2500 - } - } -} - -pm_extended_logistics_structure = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.15 - unit_convoy_requirements_mult = -0.15 - } - } - building_modifiers = { - workforce_scaled = { - building_input_transportation_add = 200 - building_input_automobiles_add = 150 - building_input_cargo_ships_add = 150 - } - level_scaled = { - building_employment_officers_add = 2500 - building_employment_administrators_add = 500 - building_employment_soldiers_add = 4500 - } - } -} - -pm_global_logistics_structure = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.2 - unit_convoy_requirements_mult = -0.2 - } - } - building_modifiers = { - workforce_scaled = { - building_input_transportation_add = 200 - building_input_automobiles_add = 100 - building_input_cargo_ships_add = 100 - building_input_commercial_aircraft_add = 100 - } - level_scaled = { - building_employment_officers_add = 4000 - building_employment_administrators_add = 500 - building_employment_soldiers_add = 8000 - } - } -} - -pm_computer_controlled_logistics_management = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.25 - unit_convoy_requirements_mult = -0.25 - } - } - building_modifiers = { - workforce_scaled = { - building_input_transportation_add = 100 - building_input_automobiles_add = 100 - building_input_cargo_ships_add = 100 - building_input_commercial_aircraft_add = 100 - building_input_computers_add = 100 - } - level_scaled = { - building_employment_officers_add = 5000 - building_employment_administrators_add = 1000 - building_employment_soldiers_add = 10000 - } - } -} - -pm_algorithmic_supply_allocation = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - unit_supply_consumption_mult = -0.3 - unit_convoy_requirements_mult = -0.3 - } - } - building_modifiers = { - workforce_scaled = { - building_input_automobiles_add = 100 - building_input_cargo_ships_add = 100 - building_input_commercial_aircraft_add = 100 - building_input_computers_add = 200 - } - level_scaled = { - building_employment_officers_add = 5000 - building_employment_administrators_add = 1000 - building_employment_soldiers_add = 10000 - } - } -} - -############### Command and Control Bunker ############### -##### Command and Control network -pm_radio_communication_network = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 400 - } - level_scaled = { - building_employment_officers_add = 500 - building_employment_soldiers_add = 1500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_command_and_control_computers = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 400 - building_input_computers_add = 100 - } - level_scaled = { - building_employment_officers_add = 1000 - building_employment_soldiers_add = 2000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_command_and_control_network = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 400 - building_input_computers_add = 250 - building_input_telecommunications_add = 100 - } - level_scaled = { - building_employment_officers_add = 1500 - building_employment_soldiers_add = 2500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_automated_command_and_control = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 400 - building_input_computers_add = 500 - building_input_telecommunications_add = 250 - } - level_scaled = { - building_employment_officers_add = 1500 - building_employment_soldiers_add = 2500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -#### Bunker Construction -pm_requisitioned_mineshaft_space = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_machinists_add = 250 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_dedicated_concrete_bunkers = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_machinists_add = 500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_shock_reinforced_bunkers = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_machinists_add = 800 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_near_impervious_bunkers = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_machinists_add = 1000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_centralized_protection = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_administrators_add = 250 - building_employment_soldiers_add = 250 - building_employment_officers_add = 50 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_converted_civilian_ships = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_cargo_ships_add = 100 - } - level_scaled = { - building_employment_administrators_add = 400 - building_employment_soldiers_add = 400 - building_employment_officers_add = 100 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_dedicated_command_ships = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_surface_ships_add = 50 - building_input_computers_add = 50 - building_input_electronics_add = 100 - building_input_telecommunications_add = 100 - } - level_scaled = { - building_employment_administrators_add = 500 - building_employment_soldiers_add = 500 - building_employment_officers_add = 200 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_emergency_command_aircraft = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - building_input_commercial_aircraft_add = 50 - building_input_computers_add = 150 - building_input_electronics_add = 150 - building_input_telecommunications_add = 200 - } - level_scaled = { - building_employment_administrators_add = 600 - building_employment_soldiers_add = 600 - building_employment_officers_add = 300 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -# Continuity Of Government -pm_head_of_state_protection = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_administrators_add = 100 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_government_protection = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_administrators_add = 500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_multiple_branch_preservation = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_administrators_add = 1000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_widespread_government_contingency = { - texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" - country_modifiers = { - workforce_scaled = { - ### Will add these later - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - building_employment_administrators_add = 2500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -############### Diplomatic Service ############### -##### diplomatic System -pm_informal_diplomatic_structure = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_mult = 0.05 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 250 - } - level_scaled = { - building_employment_administrators_add = 500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_formalized_diplomatic_service = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_mult = 0.1 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 500 - } - level_scaled = { - building_employment_administrators_add = 1000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_flexible_diplomatic_service = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_mult = 0.15 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 750 - } - level_scaled = { - building_employment_administrators_add = 2500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_modernized_diplomatic_service = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_mult = 0.2 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 500 - building_input_computers_add = 250 - } - level_scaled = { - building_employment_administrators_add = 5000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_confidential_courier_system = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_add = 50 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 150 - } - level_scaled = { - building_employment_administrators_add = 150 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_diplomatic_flights = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_add = 100 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 200 - building_input_commercial_aircraft_add = 100 - } - level_scaled = { - building_employment_administrators_add = 250 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_encrypted_diplomatic_signals = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_add = 200 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 200 - building_input_commercial_aircraft_add = 100 - building_input_computers_add = 50 - } - level_scaled = { - building_employment_administrators_add = 500 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_encrypted_diplomatic_intranet = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - country_influence_add = 200 - } - } - building_modifiers = { - workforce_scaled = { - building_input_paper_add = 200 - building_input_commercial_aircraft_add = 100 - building_input_computers_add = 250 - building_input_telecommunications_add = 500 - } - level_scaled = { - building_employment_administrators_add = 1000 - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_local_security_reliance = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - } - } - building_modifiers = { - workforce_scaled = { - } - level_scaled = { - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_contracted_security_guards = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - #thinking of having it effect flavour events relating to embassy sieges. - } - } - building_modifiers = { - workforce_scaled = { - building_input_small_arms_add = 100 - building_input_ammunition_add = 10 - building_employment_soldiers_add = 250 - } - level_scaled = { - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_militarized_security_force = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - #thinking of having it effect flavour events relating to embassy sieges. - } - } - building_modifiers = { - workforce_scaled = { - building_input_small_arms_add = 250 - building_input_ammunition_add = 50 - building_employment_soldiers_add = 500 - } - level_scaled = { - } - } - state_modifiers = { - workforce_scaled = { - } - } -} - -pm_standby_special_response_teams = { - texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" - country_modifiers = { - workforce_scaled = { - #thinking of having it effect flavour events relating to embassy sieges. - } - } - building_modifiers = { - workforce_scaled = { - building_input_small_arms_add = 500 - building_input_explosives_add = 10 - building_input_ammunition_add = 100 - building_employment_soldiers_add = 800 - } - level_scaled = { - } - } - state_modifiers = { - workforce_scaled = { - } - } -} +# ############### Military defense Establishment ############### +# ##### Command and Control +# pm_informal_command_organization = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.02 +# unit_provinces_captured_mult = 0.02 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 500 +# } +# level_scaled = { +# building_employment_officers_add = 1500 +# building_employment_administrators_add = 100 +# building_employment_servicemembers_add = 800 +# } +# } +# } +# pm_structured_high_command = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.05 +# unit_provinces_captured_mult = 0.05 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 300 +# } +# level_scaled = { +# building_employment_officers_add = 3500 +# building_employment_administrators_add = 250 +# building_employment_servicemembers_add = 2500 +# } +# } +# } +# pm_early_command_and_control = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.1 +# unit_provinces_captured_mult = 0.1 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 200 +# building_input_electronics_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 5000 +# building_employment_administrators_add = 500 +# building_employment_servicemembers_add = 3000 +# } +# } +# } +# pm_computerized_command_and_control = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.15 +# unit_provinces_captured_mult = 0.15 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 50 +# building_input_electronics_add = 100 +# building_input_computers_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 6500 +# building_employment_administrators_add = 1000 +# building_employment_servicemembers_add = 4000 +# } +# } +# } +# pm_digital_strategic_command_and_control = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.25 +# unit_provinces_captured_mult = 0.25 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_electronics_add = 100 +# building_input_computers_add = 250 +# } +# level_scaled = { +# building_employment_officers_add = 8000 +# building_employment_administrators_add = 1000 +# building_employment_servicemembers_add = 4500 +# } +# } +# } +# pm_ai_assisted_command_systems = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_advancement_speed_mult = 0.35 +# unit_provinces_captured_mult = 0.35 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_electronics_add = 150 +# building_input_computers_add = 350 +# } +# level_scaled = { +# building_employment_officers_add = 10000 +# building_employment_administrators_add = 1000 +# building_employment_servicemembers_add = 5000 +# } +# } +# } +# ##### Logistics +# pm_decentralized_logistics_organization = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.05 +# unit_convoy_requirements_mult = -0.05 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_transportation_add = 500 +# } +# level_scaled = { +# building_employment_officers_add = 1000 +# building_employment_administrators_add = 250 +# building_employment_servicemembers_add = 1500 +# } +# } +# } +# pm_organized_logistics = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.1 +# unit_convoy_requirements_mult = -0.1 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_transportation_add = 300 +# building_input_automobiles_add = 200 +# } +# level_scaled = { +# building_employment_officers_add = 1500 +# building_employment_administrators_add = 250 +# building_employment_servicemembers_add = 2500 +# } +# } +# } +# pm_extended_logistics_structure = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.15 +# unit_convoy_requirements_mult = -0.15 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_transportation_add = 200 +# building_input_automobiles_add = 150 +# building_input_cargo_ships_add = 150 +# } +# level_scaled = { +# building_employment_officers_add = 2500 +# building_employment_administrators_add = 500 +# building_employment_servicemembers_add = 4500 +# } +# } +# } +# pm_global_logistics_structure = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.2 +# unit_convoy_requirements_mult = -0.2 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_transportation_add = 200 +# building_input_automobiles_add = 100 +# building_input_cargo_ships_add = 100 +# building_input_commercial_aircraft_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 4000 +# building_employment_administrators_add = 500 +# building_employment_servicemembers_add = 8000 +# } +# } +# } +# pm_computer_controlled_logistics_management = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.25 +# unit_convoy_requirements_mult = -0.25 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_transportation_add = 100 +# building_input_automobiles_add = 100 +# building_input_cargo_ships_add = 100 +# building_input_commercial_aircraft_add = 100 +# building_input_computers_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 5000 +# building_employment_administrators_add = 1000 +# building_employment_servicemembers_add = 10000 +# } +# } +# } +# pm_algorithmic_supply_allocation = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# unit_supply_consumption_mult = -0.3 +# unit_convoy_requirements_mult = -0.3 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_automobiles_add = 100 +# building_input_cargo_ships_add = 100 +# building_input_commercial_aircraft_add = 100 +# building_input_computers_add = 200 +# } +# level_scaled = { +# building_employment_officers_add = 5000 +# building_employment_administrators_add = 1000 +# building_employment_servicemembers_add = 10000 +# } +# } +# } +# ############### Command and Control Bunker ############### +# ##### Command and Control network +# pm_radio_communication_network = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 400 +# } +# level_scaled = { +# building_employment_officers_add = 500 +# building_employment_servicemembers_add = 1500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_command_and_control_computers = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 400 +# building_input_computers_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 1000 +# building_employment_servicemembers_add = 2000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_command_and_control_network = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 400 +# building_input_computers_add = 250 +# building_input_telecommunications_add = 100 +# } +# level_scaled = { +# building_employment_officers_add = 1500 +# building_employment_servicemembers_add = 2500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_automated_command_and_control = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 400 +# building_input_computers_add = 500 +# building_input_telecommunications_add = 250 +# } +# level_scaled = { +# building_employment_officers_add = 1500 +# building_employment_servicemembers_add = 2500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# #### Bunker Construction +# pm_requisitioned_mineshaft_space = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_technicians_add = 250 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_dedicated_concrete_bunkers = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_technicians_add = 500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_shock_reinforced_bunkers = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_technicians_add = 800 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_near_impervious_bunkers = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_technicians_add = 1000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_centralized_protection = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_administrators_add = 250 +# building_employment_servicemembers_add = 250 +# building_employment_officers_add = 50 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_converted_civilian_ships = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_cargo_ships_add = 100 +# } +# level_scaled = { +# building_employment_administrators_add = 400 +# building_employment_servicemembers_add = 400 +# building_employment_officers_add = 100 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_dedicated_command_ships = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_surface_ships_add = 50 +# building_input_computers_add = 50 +# building_input_electronics_add = 100 +# building_input_telecommunications_add = 100 +# } +# level_scaled = { +# building_employment_administrators_add = 500 +# building_employment_servicemembers_add = 500 +# building_employment_officers_add = 200 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_emergency_command_aircraft = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_commercial_aircraft_add = 50 +# building_input_computers_add = 150 +# building_input_electronics_add = 150 +# building_input_telecommunications_add = 200 +# } +# level_scaled = { +# building_employment_administrators_add = 600 +# building_employment_servicemembers_add = 600 +# building_employment_officers_add = 300 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# # Continuity Of Government +# pm_head_of_state_protection = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_administrators_add = 100 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_government_protection = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_administrators_add = 500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_multiple_branch_preservation = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_administrators_add = 1000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_widespread_government_contingency = { +# texture = "gfx/interface/icons/production_method_icons/squad_infantry.dds" +# country_modifiers = { +# workforce_scaled = { +# ### Will add these later +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# building_employment_administrators_add = 2500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# ############### Diplomatic Service ############### +# ##### diplomatic System +# pm_informal_diplomatic_structure = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_mult = 0.05 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 250 +# } +# level_scaled = { +# building_employment_administrators_add = 500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_formalized_diplomatic_service = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_mult = 0.1 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 500 +# } +# level_scaled = { +# building_employment_administrators_add = 1000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_flexible_diplomatic_service = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_mult = 0.15 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 750 +# } +# level_scaled = { +# building_employment_administrators_add = 2500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_modernized_diplomatic_service = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_mult = 0.2 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 500 +# building_input_computers_add = 250 +# } +# level_scaled = { +# building_employment_administrators_add = 5000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_confidential_courier_system = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_add = 50 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 150 +# } +# level_scaled = { +# building_employment_administrators_add = 150 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_diplomatic_flights = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_add = 100 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 200 +# building_input_commercial_aircraft_add = 100 +# } +# level_scaled = { +# building_employment_administrators_add = 250 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_encrypted_diplomatic_signals = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_add = 200 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 200 +# building_input_commercial_aircraft_add = 100 +# building_input_computers_add = 50 +# } +# level_scaled = { +# building_employment_administrators_add = 500 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_encrypted_diplomatic_intranet = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# country_influence_add = 200 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_paper_add = 200 +# building_input_commercial_aircraft_add = 100 +# building_input_computers_add = 250 +# building_input_telecommunications_add = 500 +# } +# level_scaled = { +# building_employment_administrators_add = 1000 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_local_security_reliance = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# } +# } +# building_modifiers = { +# workforce_scaled = { +# } +# level_scaled = { +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_contracted_security_guards = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# #thinking of having it effect flavour events relating to embassy sieges. +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_small_arms_add = 100 +# building_input_ammunition_add = 10 +# building_employment_servicemembers_add = 250 +# } +# level_scaled = { +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_militarized_security_force = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# #thinking of having it effect flavour events relating to embassy sieges. +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_small_arms_add = 250 +# building_input_ammunition_add = 50 +# building_employment_servicemembers_add = 500 +# } +# level_scaled = { +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } +# pm_standby_special_response_teams = { +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# country_modifiers = { +# workforce_scaled = { +# #thinking of having it effect flavour events relating to embassy sieges. +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_input_small_arms_add = 500 +# building_input_explosives_add = 10 +# building_input_ammunition_add = 100 +# building_employment_servicemembers_add = 800 +# } +# level_scaled = { +# } +# } +# state_modifiers = { +# workforce_scaled = { +# } +# } +# } \ No newline at end of file From 18440825d4379a0917c6caac2f7c19dc2da229cf Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:53:29 -0400 Subject: [PATCH 040/439] fix: massive minor tweaks --- common/production_methods/08_monuments.txt | 8 ++--- .../production_methods/09_misc_resource.txt | 34 +++++++++---------- common/production_methods/10_canals.txt | 10 +++--- .../11_private_infrastructure.txt | 30 ++++++++-------- common/production_methods/13_construction.txt | 8 ++--- common/production_methods/14_wmd.txt | 16 ++++----- 6 files changed, 53 insertions(+), 53 deletions(-) diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index d9e1c5b12..903fccb03 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -12,7 +12,7 @@ pm_default_building_eiffel_tower = { building_output_tourism_add = 200 } level_scaled = { - building_employment_machinists_add = 200 + building_employment_technicians_add = 200 } unscaled = { building_government_shares_add = 1 @@ -58,7 +58,7 @@ pm_default_building_big_ben = { building_output_tourism_add = 200 } level_scaled = { - building_employment_machinists_add = 200 + building_employment_technicians_add = 200 } unscaled = { building_government_shares_add = 1 @@ -306,7 +306,7 @@ pm_default_building_three_gorges_dam_hydroelectric_on = { building_input_engines_add = 350 } level_scaled = { - building_employment_machinists_add = 12000 + building_employment_technicians_add = 12000 building_employment_laborers_add = 14000 building_employment_engineers_add = 4000 } @@ -335,7 +335,7 @@ pm_default_building_three_gorges_dam_hydroelectric_on = { # building_input_tools = 250 # } # level_scaled = { -# building_employment_machinists_add = 12000 +# building_employment_technicians_add = 12000 # building_employment_laborers_add = 14000 # building_employment_engineers_add = 4000 # } diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index d38ed9ac4..e65318951 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -28,7 +28,7 @@ pm_electric_saw_mills = { level_scaled = { # employment building_employment_laborers_add = 8000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -50,7 +50,7 @@ pm_advanced_mechanized_mills = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -91,7 +91,7 @@ pm_chainsaws = { level_scaled = { # employment building_employment_laborers_add = -2000 - building_employment_machinists_add = 400 + building_employment_technicians_add = 400 building_employment_engineers_add = 200 } } @@ -111,7 +111,7 @@ pm_electric_chainsaws = { level_scaled = { # employment building_employment_laborers_add = -3000 - building_employment_machinists_add = 600 + building_employment_technicians_add = 600 building_employment_engineers_add = 400 } } @@ -146,7 +146,7 @@ pm_advanced_irrigation_building_rubber_plantation = { level_scaled = { building_employment_laborers_add = 6000 building_employment_farmers_add = 2400 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_clergymen_add = 200 } } @@ -166,7 +166,7 @@ pm_mechanized_harvesting_rubber = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -185,7 +185,7 @@ pm_advanced_agricultural_machinery_rubber = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -205,7 +205,7 @@ pm_iot_sensors_rubber = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -226,7 +226,7 @@ pm_ai_analyzed_harvesting_rubber = { } level_scaled = { # profit - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } @@ -261,7 +261,7 @@ pm_fishing_trawlers = { level_scaled = { # employment building_employment_laborers_add = 8000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -283,7 +283,7 @@ pm_large_modernized_trawlers = { level_scaled = { # employment building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -389,7 +389,7 @@ pm_oil_rigs = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -410,7 +410,7 @@ pm_oil_fracking = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 1800 } } @@ -432,7 +432,7 @@ pm_dense_oil_pumping = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 3000 } } @@ -452,7 +452,7 @@ pm_natural_gas_pumps = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 } } @@ -473,7 +473,7 @@ pm_natural_gas_fracking = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 1800 } } @@ -495,7 +495,7 @@ pm_dense_natural_gas_pumping = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 3000 } } diff --git a/common/production_methods/10_canals.txt b/common/production_methods/10_canals.txt index 25c12ac43..7310de82a 100644 --- a/common/production_methods/10_canals.txt +++ b/common/production_methods/10_canals.txt @@ -15,7 +15,7 @@ pm_canal_base = { } level_scaled = { building_employment_clerks_add = 4000 - building_employment_machinists_add = 5000 + building_employment_technicians_add = 5000 } } } @@ -39,7 +39,7 @@ pm_canal_improved = { } level_scaled = { building_employment_clerks_add = 2000 - building_employment_machinists_add = 6000 + building_employment_technicians_add = 6000 building_employment_engineers_add = 2000 } } @@ -64,7 +64,7 @@ pm_canal_advanced = { } level_scaled = { building_employment_academics_add = 1000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 4000 } } @@ -90,7 +90,7 @@ pm_canal_automated = { } level_scaled = { building_employment_academics_add = 2000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 5000 } } @@ -241,7 +241,7 @@ pm_canal_minor = { } level_scaled = { building_employment_clerks_add = 500 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 } } } diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index f2f498022..09e1e0da3 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -10,7 +10,7 @@ pm_steam_trains = { } level_scaled = { building_employment_laborers_add = 3000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_clerks_add = 750 } } @@ -40,7 +40,7 @@ pm_electric_trains = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_clerks_add = 750 } } @@ -70,7 +70,7 @@ pm_diesel_trains = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_machinists_add = 2500 + building_employment_technicians_add = 2500 building_employment_clerks_add = 750 } } @@ -100,7 +100,7 @@ pm_modern_electric_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_clerks_add = 750 } } @@ -130,7 +130,7 @@ pm_modern_diesel_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_clerks_add = 750 } } @@ -160,7 +160,7 @@ pm_high_speed_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_clerks_add = 750 } } @@ -190,7 +190,7 @@ pm_maglev_trains = { } level_scaled = { building_employment_laborers_add = 500 - building_employment_machinists_add = 3500 + building_employment_technicians_add = 3500 building_employment_clerks_add = 750 } } @@ -450,7 +450,7 @@ pm_expendable_rockets = { building_input_electronics_add = 10 } level_scaled = { - building_employment_machinists_add = 4000 + building_employment_technicians_add = 4000 building_employment_engineers_add = 1000 } } @@ -469,7 +469,7 @@ pm_space_shuttles = { building_input_electronics_add = 20 } level_scaled = { - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 2000 } } @@ -488,7 +488,7 @@ pm_reusable_rockets = { building_input_electronics_add = 30 } level_scaled = { - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 building_employment_engineers_add = 3000 } } @@ -507,7 +507,7 @@ pm_space_elevator = { building_input_electronics_add = 50 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 4000 } } @@ -1036,7 +1036,7 @@ pm_airfield = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_machinists_add = 700 + building_employment_technicians_add = 700 building_employment_engineers_add = 300 } } @@ -1062,7 +1062,7 @@ pm_national_airport = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_machinists_add = 3000 + building_employment_technicians_add = 3000 building_employment_engineers_add = 1000 building_employment_shopkeepers_add = 1000 } @@ -1099,7 +1099,7 @@ pm_international_airport = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 building_employment_shopkeepers_add = 2000 } @@ -1136,7 +1136,7 @@ pm_international_hub = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_machinists_add = 500 + building_employment_technicians_add = 500 building_employment_engineers_add = 3000 building_employment_shopkeepers_add = 3000 } diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index 1257ef06f..848c5c6bf 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -82,7 +82,7 @@ pm_prefabricated_buildings = { level_scaled = { building_employment_administrators_add = 750 building_employment_clerks_add = 750 - building_employment_machinists_add = 750 + building_employment_technicians_add = 750 building_employment_laborers_add = 2750 } } @@ -121,7 +121,7 @@ pm_tube_structural_buildings = { level_scaled = { building_employment_administrators_add = 750 building_employment_clerks_add = 750 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_engineers_add = 750 building_employment_laborers_add = 1250 } @@ -162,7 +162,7 @@ pm_pressed_concrete = { building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_engineers_add = 1500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } state_modifiers = { @@ -199,7 +199,7 @@ pm_sustainable_building_materials = { building_employment_administrators_add = 750 building_employment_clerks_add = 750 building_employment_engineers_add = 1500 - building_employment_machinists_add = 1500 + building_employment_technicians_add = 1500 building_employment_academics_add = 500 } } diff --git a/common/production_methods/14_wmd.txt b/common/production_methods/14_wmd.txt index a4acc0d49..09974ab45 100644 --- a/common/production_methods/14_wmd.txt +++ b/common/production_methods/14_wmd.txt @@ -1,6 +1,6 @@ # Base PMG pm_no_nuclear_production = { - texture = "gfx/interface/icons/production_method_icons/scholastic_education.dds" + texture = "gfx/interface/icons/production_method_icons/scholastic_education.dds" country_modifiers = { unscaled = { nuclear_weapons_decay = 1 @@ -20,7 +20,7 @@ pm_nuclear_stockpile_maintenance = { building_employment_clerks_add = 3000 building_employment_soldiers_add = 500 building_employment_officers_add = 500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } } @@ -40,7 +40,7 @@ pm_atomic_warhead_prod = { building_employment_clerks_add = 3000 building_employment_soldiers_add = 500 building_employment_officers_add = 500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } country_modifiers = { @@ -65,7 +65,7 @@ pm_thermonuclear_warhead_prod = { building_employment_clerks_add = 3000 building_employment_soldiers_add = 500 building_employment_officers_add = 500 - building_employment_machinists_add = 2000 + building_employment_technicians_add = 2000 } } country_modifiers = { @@ -74,12 +74,12 @@ pm_thermonuclear_warhead_prod = { } } } + # Silo pm_no_nuclear_silo = { texture = "gfx/interface/icons/production_method_icons/scholastic_education.dds" } - pm_base_nuclear_silo = { texture = "gfx/interface/icons/production_method_icons/scholastic_education.dds" building_modifiers = { @@ -89,7 +89,7 @@ pm_base_nuclear_silo = { nuclear_weapons_max = 20 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } } @@ -106,7 +106,7 @@ pm_reinforced_nuclear_silo = { nuclear_weapons_max = 40 } level_scaled = { - building_employment_machinists_add = 1000 + building_employment_technicians_add = 1000 } } -} \ No newline at end of file +} From fe2e50e1205188f1aedc60302abfb72c6bfdce99 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:55:04 -0400 Subject: [PATCH 041/439] chore: remove unused code --- common/buildings/08_monuments.txt | 200 ++++++++++----------- common/production_methods/08_monuments.txt | 184 +++++++++---------- 2 files changed, 192 insertions(+), 192 deletions(-) diff --git a/common/buildings/08_monuments.txt b/common/buildings/08_monuments.txt index 39f69aae6..9c803d9bf 100644 --- a/common/buildings/08_monuments.txt +++ b/common/buildings/08_monuments.txt @@ -342,108 +342,108 @@ building_white_house = { required_construction = construction_cost_monument } -###CWP Monuments (already existing) -building_kremlin = { - building_group = bg_monuments - texture = "gfx/interface/icons/building_icons/white_house.dds" #temp - expandable = no - buildable = no - downsizeable = no - unique = yes - locator = "kremlin_locator" - entity_not_constructed = { - } - entity_under_construction = { - "building_construction_3x3_entity" - } - entity_constructed = { - "wonder_white_house_01_entity" #temp - } - city_gfx_interactions = { - clear_size_area = yes - size = 4 - } - production_method_groups = { - pmg_base_building_kremlin - } - possible = { - error_check = { - severity = invalid - this = { - state_region = s:STATE_MOSCOW - } - } - } - required_construction = construction_cost_monument -} +# ###CWP Monuments (already existing) +# building_kremlin = { +# building_group = bg_monuments +# texture = "gfx/interface/icons/building_icons/white_house.dds" #temp +# expandable = no +# buildable = no +# downsizeable = no +# unique = yes +# locator = "kremlin_locator" +# entity_not_constructed = { +# } +# entity_under_construction = { +# "building_construction_3x3_entity" +# } +# entity_constructed = { +# "wonder_white_house_01_entity" #temp +# } +# city_gfx_interactions = { +# clear_size_area = yes +# size = 4 +# } +# production_method_groups = { +# pmg_base_building_kremlin +# } +# possible = { +# error_check = { +# severity = invalid +# this = { +# state_region = s:STATE_MOSCOW +# } +# } +# } +# required_construction = construction_cost_monument +# } -building_national_mall = { - building_group = bg_monuments - texture = "gfx/interface/icons/building_icons/white_house.dds" #temp - expandable = no - buildable = no - downsizeable = no - unique = yes - locator = "the_national_mall_locator" - entity_not_constructed = { - } - entity_under_construction = { - "building_construction_3x3_entity" - } - entity_constructed = { - "wonder_white_house_01_entity" #temp - } - city_gfx_interactions = { - clear_size_area = yes - size = 4 - } - production_method_groups = { - pmg_base_building_national_mall - } - possible = { - error_check = { - severity = invalid - this = { - state_region = s:STATE_MOSCOW - } - } - } - required_construction = construction_cost_monument -} +# building_national_mall = { +# building_group = bg_monuments +# texture = "gfx/interface/icons/building_icons/white_house.dds" #temp +# expandable = no +# buildable = no +# downsizeable = no +# unique = yes +# locator = "the_national_mall_locator" +# entity_not_constructed = { +# } +# entity_under_construction = { +# "building_construction_3x3_entity" +# } +# entity_constructed = { +# "wonder_white_house_01_entity" #temp +# } +# city_gfx_interactions = { +# clear_size_area = yes +# size = 4 +# } +# production_method_groups = { +# pmg_base_building_national_mall +# } +# possible = { +# error_check = { +# severity = invalid +# this = { +# state_region = s:STATE_MOSCOW +# } +# } +# } +# required_construction = construction_cost_monument +# } -building_monte_carlo_casino = { - building_group = bg_monuments - texture = "gfx/interface/icons/building_icons/white_house.dds" #temp - expandable = no - buildable = no - downsizeable = no - unique = yes - locator = "monte_carlo_casino_locator" - entity_not_constructed = { - } - entity_under_construction = { - "building_construction_3x3_entity" - } - entity_constructed = { - "wonder_white_house_01_entity" #temp - } - city_gfx_interactions = { - clear_size_area = yes - size = 4 - } - production_method_groups = { - pmg_base_monte_carlo_casinos - } - possible = { - error_check = { - severity = invalid - this = { - state_region = s:STATE_PROVENCE - } - } - } - required_construction = construction_cost_monument -} +# building_monte_carlo_casino = { +# building_group = bg_monuments +# texture = "gfx/interface/icons/building_icons/white_house.dds" #temp +# expandable = no +# buildable = no +# downsizeable = no +# unique = yes +# locator = "monte_carlo_casino_locator" +# entity_not_constructed = { +# } +# entity_under_construction = { +# "building_construction_3x3_entity" +# } +# entity_constructed = { +# "wonder_white_house_01_entity" #temp +# } +# city_gfx_interactions = { +# clear_size_area = yes +# size = 4 +# } +# production_method_groups = { +# pmg_base_monte_carlo_casinos +# } +# possible = { +# error_check = { +# severity = invalid +# this = { +# state_region = s:STATE_PROVENCE +# } +# } +# } +# required_construction = construction_cost_monument +# } #### CWP Constructible Monuments #### CWP Mega-Projects diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index 903fccb03..f1e5f3b3e 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -220,101 +220,101 @@ pm_default_building_white_house = { } } -#CWP Pre-Existing Monument PMs -pm_default_building_national_mall = { - texture = "gfx/interface/icons/production_method_icons/wonders.dds" - country_modifiers = { - workforce_scaled = { - country_prestige_add = 25 - country_authority_add = 100 - } - } - state_modifiers = { - workforce_scaled = { - building_government_administration_throughput_mult = 0.2 - } - } - building_modifiers = { - workforce_scaled = { - building_output_tourism_add = 100 - } - level_scaled = { - building_employment_administrators_add = 1000 - } - unscaled = { - building_government_shares_add = 1 - } - } -} +# #CWP Pre-Existing Monument PMs +# pm_default_building_national_mall = { +# texture = "gfx/interface/icons/production_method_icons/wonders.dds" +# country_modifiers = { +# workforce_scaled = { +# country_prestige_add = 25 +# country_authority_add = 100 +# } +# } +# state_modifiers = { +# workforce_scaled = { +# building_government_administration_throughput_mult = 0.2 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_output_tourism_add = 100 +# } +# level_scaled = { +# building_employment_administrators_add = 1000 +# } +# unscaled = { +# building_government_shares_add = 1 +# } +# } +# } -pm_default_building_kremlin = { - texture = "gfx/interface/icons/production_method_icons/wonders.dds" - country_modifiers = { - workforce_scaled = { - country_prestige_mult = 0.1 - } - } - building_modifiers = { - workforce_scaled = { - building_output_tourism_add = 100 - } - level_scaled = { - building_employment_administrators_add = 1000 - } - unscaled = { - building_government_shares_add = 1 - } - } -} +# pm_default_building_kremlin = { +# texture = "gfx/interface/icons/production_method_icons/wonders.dds" +# country_modifiers = { +# workforce_scaled = { +# country_prestige_mult = 0.1 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_output_tourism_add = 100 +# } +# level_scaled = { +# building_employment_administrators_add = 1000 +# } +# unscaled = { +# building_government_shares_add = 1 +# } +# } +# } -pm_base_monte_carlo_casinos = { - texture = "gfx/interface/icons/production_method_icons/wonders.dds" - country_modifiers = { - workforce_scaled = { - country_prestige_add = 25 - } - } - building_modifiers = { - workforce_scaled = { - building_output_tourism_add = 200 - } - level_scaled = { - building_employment_executives_add = 3500 - building_employment_investors_add = 500 - building_employment_clerks_add = 9000 - building_employment_shopkeepers_add = 8000 - } - unscaled = { - building_investors_shares_add = 2 - building_government_shares_add = 1 - } - } -} +# pm_base_monte_carlo_casinos = { +# texture = "gfx/interface/icons/production_method_icons/wonders.dds" +# country_modifiers = { +# workforce_scaled = { +# country_prestige_add = 25 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_output_tourism_add = 200 +# } +# level_scaled = { +# building_employment_executives_add = 3500 +# building_employment_investors_add = 500 +# building_employment_clerks_add = 9000 +# building_employment_shopkeepers_add = 8000 +# } +# unscaled = { +# building_investors_shares_add = 2 +# building_government_shares_add = 1 +# } +# } +# } -#CWP Megaproject PM's -pm_default_building_three_gorges_dam_hydroelectric_on = { - texture = "gfx/interface/icons/production_method_icons/wonders.dds" - country_modifiers = { - workforce_scaled = { - country_prestige_add = 25 - } - } - building_modifiers = { - workforce_scaled = { - building_output_electricity_add = 1000 - building_input_tools_add = 250 - building_input_engines_add = 350 - } - level_scaled = { - building_employment_technicians_add = 12000 - building_employment_laborers_add = 14000 - building_employment_engineers_add = 4000 - } - unscaled = { - building_government_shares_add = 1 - } - } -} +# #CWP Megaproject PM's +# pm_default_building_three_gorges_dam_hydroelectric_on = { +# texture = "gfx/interface/icons/production_method_icons/wonders.dds" +# country_modifiers = { +# workforce_scaled = { +# country_prestige_add = 25 +# } +# } +# building_modifiers = { +# workforce_scaled = { +# building_output_electricity_add = 1000 +# building_input_tools_add = 250 +# building_input_engines_add = 350 +# } +# level_scaled = { +# building_employment_technicians_add = 12000 +# building_employment_laborers_add = 14000 +# building_employment_engineers_add = 4000 +# } +# unscaled = { +# building_government_shares_add = 1 +# } +# } +# } # #pm_default_building_three_gorges_dam_hydroelectric_off = { From b5abd917c584ec044963a35b6cbaf4484b5ae9e6 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:55:58 -0400 Subject: [PATCH 042/439] feat: subsistence pops --- common/production_methods/12_subsistence.txt | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/common/production_methods/12_subsistence.txt b/common/production_methods/12_subsistence.txt index bdd1effde..02b7279d3 100644 --- a/common/production_methods/12_subsistence.txt +++ b/common/production_methods/12_subsistence.txt @@ -9,7 +9,7 @@ building_output_housing_add = 1 } level_scaled = { - building_employment_peasants_add = 14500 + building_employment_informal_workers_add = 14500 } unscaled = { building_subsistence_output_add = 3 @@ -42,7 +42,7 @@ pm_home_industries_building_subsistence_farms = { building_output_iron_add = 0.25 } unscaled = { - building_peasants_mortality_mult = 0.255 + building_informal_workers_mortality_mult = 0.255 } } } @@ -73,7 +73,7 @@ pm_base_building_subsistence_orchards = { building_output_housing_add = 1 } level_scaled = { - building_employment_peasants_add = 14500 + building_employment_informal_workers_add = 14500 } unscaled = { building_subsistence_output_add = 3 @@ -107,7 +107,7 @@ pm_home_industries_building_subsistence_orchards = { building_output_iron_add = 0.25 } unscaled = { - building_peasants_mortality_mult = 0.25 + building_informal_workers_mortality_mult = 0.25 } } } @@ -138,7 +138,7 @@ pm_base_building_subsistence_pastures = { building_output_housing_add = 0.75 } level_scaled = { - building_employment_peasants_add = 9500 + building_employment_informal_workers_add = 9500 } unscaled = { building_subsistence_output_add = 3 @@ -172,7 +172,7 @@ pm_home_industries_building_subsistence_pastures = { building_output_iron_add = 0.2 } unscaled = { - building_peasants_mortality_mult = 0.25 + building_informal_workers_mortality_mult = 0.25 } } } @@ -203,7 +203,7 @@ pm_base_building_subsistence_fishing_villages = { building_output_housing_add = 0.75 } level_scaled = { - building_employment_peasants_add = 9500 + building_employment_informal_workers_add = 9500 } unscaled = { building_subsistence_output_add = 3 @@ -237,7 +237,7 @@ pm_home_industries_building_subsistence_fishing_villages = { building_output_iron_add = 0.2 } unscaled = { - building_peasants_mortality_mult = 0.25 + building_informal_workers_mortality_mult = 0.25 } } } @@ -267,7 +267,7 @@ pm_base_building_subsistence_rice_paddies = { building_output_housing_add = 2 } level_scaled = { - building_employment_peasants_add = 34500 + building_employment_informal_workers_add = 34500 } unscaled = { building_subsistence_output_add = 3 @@ -300,7 +300,7 @@ pm_home_industries_building_subsistence_rice_paddies = { building_output_iron_add = 0.5 } unscaled = { - building_peasants_mortality_mult = 0.25 + building_informal_workers_mortality_mult = 0.25 } } } @@ -363,7 +363,7 @@ pm_worker_cooperatives_building_subsistence = { } building_modifiers = { level_scaled = { - building_employment_peasants_add = 600 + building_employment_informal_workers_add = 600 } unscaled = { building_workforce_shares_add = 1 @@ -407,7 +407,7 @@ pm_gmo_seeds_subsistence_farms = { building_output_housing_add = 1 } level_scaled = { - building_employment_peasants_add = 14500 + building_employment_informal_workers_add = 14500 } unscaled = { building_subsistence_output_add = 4 @@ -430,7 +430,7 @@ pm_gmo_seeds_subsistence_orchards = { building_output_housing_add = 1 } level_scaled = { - building_employment_peasants_add = 14500 + building_employment_informal_workers_add = 14500 } unscaled = { building_subsistence_output_add = 4 @@ -453,7 +453,7 @@ pm_advanced_husbandry_subsistence_pastures = { building_output_housing_add = 0.75 } level_scaled = { - building_employment_peasants_add = 9500 + building_employment_informal_workers_add = 9500 } unscaled = { building_subsistence_output_add = 4 @@ -476,7 +476,7 @@ pm_gmo_seeds_subsistence_fishing_villages = { building_output_housing_add = 0.75 } level_scaled = { - building_employment_peasants_add = 9500 + building_employment_informal_workers_add = 9500 } unscaled = { building_subsistence_output_add = 4 @@ -498,7 +498,7 @@ pm_gmo_seeds_subsistence_rice_paddies = { building_output_housing_add = 2 } level_scaled = { - building_employment_peasants_add = 34500 + building_employment_informal_workers_add = 34500 } unscaled = { building_subsistence_output_add = 4 From d076f16c399522769b38be81dc64c713885dfdc0 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:57:18 -0400 Subject: [PATCH 043/439] fix: minor pop tweaks --- common/production_methods/07_government.txt | 4 ++-- common/production_methods/08_monuments.txt | 12 +++++----- .../production_methods/09_misc_resource.txt | 6 ++--- common/production_methods/10_canals.txt | 2 +- .../11_private_infrastructure.txt | 22 +++++++++---------- common/production_methods/12_subsistence.txt | 6 ++--- common/production_methods/13_construction.txt | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 4248bdc44..ed10448b5 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -306,7 +306,7 @@ pm_religious_bureaucrats = { } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 500 + building_employment_clergy_add = 500 } } } @@ -635,7 +635,7 @@ pm_religious_faculty = { } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 2000 + building_employment_clergy_add = 2000 building_employment_academics_add = 2000 } } diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index f1e5f3b3e..46027b504 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -33,7 +33,7 @@ pm_default_building_angkor_wat = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergymen_add = 1000 + building_employment_clergy_add = 1000 } unscaled = { building_government_shares_add = 1 @@ -81,7 +81,7 @@ pm_default_building_forbidden_city = { } level_scaled = { building_employment_administrators_add = 1600 - building_employment_clergymen_add = 400 + building_employment_clergy_add = 400 } unscaled = { building_government_shares_add = 1 @@ -102,7 +102,7 @@ pm_default_building_hagia_sophia = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergymen_add = 400 + building_employment_clergy_add = 400 } unscaled = { building_government_shares_add = 1 @@ -123,7 +123,7 @@ pm_default_building_saint_basils_cathedral = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergymen_add = 400 + building_employment_clergy_add = 400 } unscaled = { building_government_shares_add = 1 @@ -189,7 +189,7 @@ pm_default_building_vatican_city = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergymen_add = 1000 + building_employment_clergy_add = 1000 } unscaled = { building_government_shares_add = 1 @@ -282,7 +282,7 @@ pm_default_building_white_house = { # building_employment_executives_add = 3500 # building_employment_investors_add = 500 # building_employment_clerks_add = 9000 -# building_employment_shopkeepers_add = 8000 +# building_employment_service_workers_add = 8000 # } # unscaled = { # building_investors_shares_add = 2 diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index e65318951..f00a2a566 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -127,7 +127,7 @@ pm_default_building_rubber_plantation = { level_scaled = { building_employment_laborers_add = 8000 building_employment_farmers_add = 1600 - building_employment_clergymen_add = 200 + building_employment_clergy_add = 200 } } } @@ -147,7 +147,7 @@ pm_advanced_irrigation_building_rubber_plantation = { building_employment_laborers_add = 6000 building_employment_farmers_add = 2400 building_employment_technicians_add = 1000 - building_employment_clergymen_add = 200 + building_employment_clergy_add = 200 } } } @@ -571,7 +571,7 @@ pm_worker_cooperatives_misc = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 diff --git a/common/production_methods/10_canals.txt b/common/production_methods/10_canals.txt index 7310de82a..a941bf557 100644 --- a/common/production_methods/10_canals.txt +++ b/common/production_methods/10_canals.txt @@ -219,7 +219,7 @@ pm_canal_worker_cooperative = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 2000 + building_employment_service_workers_add = 2000 } unscaled = { building_workforce_shares_add = 1 diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index 09e1e0da3..070deb490 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -314,7 +314,7 @@ pm_worker_cooperatives_building_railway = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 @@ -407,7 +407,7 @@ pm_trade_center_worker_cooperatives = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 50 + building_employment_service_workers_add = 50 building_employment_clerks_add = 200 } unscaled = { @@ -559,7 +559,7 @@ pm_worker_cooperatives_spaceport = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 @@ -737,7 +737,7 @@ pm_suborbital_tourism = { building_output_tourism_add = 70 } level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 500 building_employment_engineers_add = 500 } } @@ -760,7 +760,7 @@ pm_orbital_tourism = { building_output_tourism_add = 140 } level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 500 building_employment_engineers_add = 750 } } @@ -782,7 +782,7 @@ pm_moon_tourism = { building_output_tourism_add = 210 } level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 500 building_employment_engineers_add = 1000 } } @@ -803,7 +803,7 @@ pm_mars_tourism = { building_output_tourism_add = 300 } level_scaled = { - building_employment_shopkeepers_add = 500 + building_employment_service_workers_add = 500 building_employment_engineers_add = 1250 } } @@ -1064,7 +1064,7 @@ pm_national_airport = { building_employment_laborers_add = 6000 building_employment_technicians_add = 3000 building_employment_engineers_add = 1000 - building_employment_shopkeepers_add = 1000 + building_employment_service_workers_add = 1000 } } country_modifiers = { @@ -1101,7 +1101,7 @@ pm_international_airport = { building_employment_laborers_add = 4000 building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 - building_employment_shopkeepers_add = 2000 + building_employment_service_workers_add = 2000 } } country_modifiers = { @@ -1138,7 +1138,7 @@ pm_international_hub = { building_employment_laborers_add = 2000 building_employment_technicians_add = 500 building_employment_engineers_add = 3000 - building_employment_shopkeepers_add = 3000 + building_employment_service_workers_add = 3000 } } country_modifiers = { @@ -1203,7 +1203,7 @@ pm_worker_cooperatives_airport = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 300 + building_employment_service_workers_add = 300 } unscaled = { building_workforce_shares_add = 1 diff --git a/common/production_methods/12_subsistence.txt b/common/production_methods/12_subsistence.txt index 02b7279d3..eda446241 100644 --- a/common/production_methods/12_subsistence.txt +++ b/common/production_methods/12_subsistence.txt @@ -329,7 +329,7 @@ pm_privately_owned_building_subsistence = { } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 300 + building_employment_clergy_add = 300 building_employment_investors_add = 300 } unscaled = { @@ -347,10 +347,10 @@ pm_smallholder_owner_building_subsistence = { } building_modifiers = { level_scaled = { - building_employment_clergymen_add = 600 + building_employment_clergy_add = 600 } unscaled = { - building_clergymen_shares_add = 10 + building_clergy_shares_add = 10 building_workforce_shares_add = 1 } } diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index 848c5c6bf..ef5827389 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -293,7 +293,7 @@ pm_worker_cooperatives_housing = { } building_modifiers = { level_scaled = { - building_employment_shopkeepers_add = 400 + building_employment_service_workers_add = 400 } unscaled = { building_workforce_shares_add = 1 From 5646d0236c9eb8e80559d004242faedcbd4188e4 Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Tue, 9 May 2023 18:58:52 -0400 Subject: [PATCH 044/439] fix: more minor quick tweaks --- common/production_methods/06_urban_center.txt | 4 +- common/production_methods/07_government.txt | 38 +++++++++---------- common/production_methods/08_monuments.txt | 4 +- .../11_private_infrastructure.txt | 20 +++++----- common/production_methods/13_construction.txt | 16 ++++---- 5 files changed, 41 insertions(+), 41 deletions(-) diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index 07b7c3869..b5f0742e6 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -469,7 +469,7 @@ pm_state_urban_clergy = { } pm_secular_urban_clergy = { - texture = "gfx/interface/icons/production_method_icons/ownership_bureaucrats.dds" + texture = "gfx/interface/icons/production_method_icons/ownership_administrators.dds" disallowing_laws = { law_state_religion } @@ -485,7 +485,7 @@ pm_secular_urban_clergy = { } pm_banned_religious_services = { - texture = "gfx/interface/icons/production_method_icons/ownership_bureaucrats.dds" + texture = "gfx/interface/icons/production_method_icons/ownership_administrators.dds" unlocking_laws = { law_state_atheism } diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index ed10448b5..58efe9ad3 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -273,10 +273,10 @@ pm_paperless_offices = { } ##### Bureaucratic Professionalism -pm_hereditary_bureaucrats = { +pm_hereditary_administrators = { texture = "gfx/interface/icons/production_method_icons/ownership_aristocrats.dds" unlocking_laws = { - law_hereditary_bureaucrats + law_hereditary_administrators } building_modifiers = { level_scaled = { @@ -285,10 +285,10 @@ pm_hereditary_bureaucrats = { } } -pm_professional_bureaucrats = { - texture = "gfx/interface/icons/production_method_icons/professional_bureaucrats.dds" +pm_professional_administrators = { + texture = "gfx/interface/icons/production_method_icons/professional_administrators.dds" disallowing_laws = { - law_hereditary_bureaucrats + law_hereditary_administrators } building_modifiers = { level_scaled = { @@ -297,10 +297,10 @@ pm_professional_bureaucrats = { } } -pm_religious_bureaucrats = { +pm_religious_administrators = { texture = "gfx/interface/icons/production_method_icons/ownership_clergy.dds" disallowing_laws = { - law_hereditary_bureaucrats + law_hereditary_administrators law_total_separation law_state_atheism } @@ -1358,7 +1358,7 @@ pm_science_research_facility = { # ############### Diplomatic Service ############### # ##### diplomatic System # pm_informal_diplomatic_structure = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_mult = 0.05 @@ -1378,7 +1378,7 @@ pm_science_research_facility = { # } # } # pm_formalized_diplomatic_service = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_mult = 0.1 @@ -1398,7 +1398,7 @@ pm_science_research_facility = { # } # } # pm_flexible_diplomatic_service = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_mult = 0.15 @@ -1418,7 +1418,7 @@ pm_science_research_facility = { # } # } # pm_modernized_diplomatic_service = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_mult = 0.2 @@ -1439,7 +1439,7 @@ pm_science_research_facility = { # } # } # pm_confidential_courier_system = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_add = 50 @@ -1459,7 +1459,7 @@ pm_science_research_facility = { # } # } # pm_diplomatic_flights = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_add = 100 @@ -1480,7 +1480,7 @@ pm_science_research_facility = { # } # } # pm_encrypted_diplomatic_signals = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_add = 200 @@ -1502,7 +1502,7 @@ pm_science_research_facility = { # } # } # pm_encrypted_diplomatic_intranet = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # country_influence_add = 200 @@ -1525,7 +1525,7 @@ pm_science_research_facility = { # } # } # pm_local_security_reliance = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # } @@ -1542,7 +1542,7 @@ pm_science_research_facility = { # } # } # pm_contracted_security_guards = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # #thinking of having it effect flavour events relating to embassy sieges. @@ -1563,7 +1563,7 @@ pm_science_research_facility = { # } # } # pm_militarized_security_force = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # #thinking of having it effect flavour events relating to embassy sieges. @@ -1584,7 +1584,7 @@ pm_science_research_facility = { # } # } # pm_standby_special_response_teams = { -# texture = "gfx/interface/icons/production_method_icons/unused/appointed_bureaucrats.dds" +# texture = "gfx/interface/icons/production_method_icons/unused/appointed_administrators.dds" # country_modifiers = { # workforce_scaled = { # #thinking of having it effect flavour events relating to embassy sieges. diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index 46027b504..3212c8272 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -281,7 +281,7 @@ pm_default_building_white_house = { # level_scaled = { # building_employment_executives_add = 3500 # building_employment_investors_add = 500 -# building_employment_clerks_add = 9000 +# building_employment_administrators_add = 9000 # building_employment_service_workers_add = 8000 # } # unscaled = { @@ -359,7 +359,7 @@ pm_default_building_white_house = { # } # building_modifiers = { # level_scaled = { -# building_employment_bureaucrats_add = 15000 +# building_employment_administrators_add = 15000 # } # workforce_scaled = { # building_input_paper_add = 450 diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index 070deb490..02522c280 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -11,7 +11,7 @@ pm_steam_trains = { level_scaled = { building_employment_laborers_add = 3000 building_employment_technicians_add = 1000 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -41,7 +41,7 @@ pm_electric_trains = { level_scaled = { building_employment_laborers_add = 2000 building_employment_technicians_add = 2000 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -71,7 +71,7 @@ pm_diesel_trains = { level_scaled = { building_employment_laborers_add = 1500 building_employment_technicians_add = 2500 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -101,7 +101,7 @@ pm_modern_electric_trains = { level_scaled = { building_employment_laborers_add = 1000 building_employment_technicians_add = 3000 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -131,7 +131,7 @@ pm_modern_diesel_trains = { level_scaled = { building_employment_laborers_add = 1000 building_employment_technicians_add = 3000 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -161,7 +161,7 @@ pm_high_speed_trains = { level_scaled = { building_employment_laborers_add = 1000 building_employment_technicians_add = 3000 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -191,7 +191,7 @@ pm_maglev_trains = { level_scaled = { building_employment_laborers_add = 500 building_employment_technicians_add = 3500 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 } } state_modifiers = { @@ -391,7 +391,7 @@ pm_trade_center_privately_owned = { } building_modifiers = { level_scaled = { - building_employment_clerks_add = 200 + building_employment_administrators_add = 200 building_employment_executives_add = 50 } unscaled = { @@ -408,7 +408,7 @@ pm_trade_center_worker_cooperatives = { building_modifiers = { level_scaled = { building_employment_service_workers_add = 50 - building_employment_clerks_add = 200 + building_employment_administrators_add = 200 } unscaled = { building_workforce_shares_add = 1 @@ -430,7 +430,7 @@ pm_trade_center_government_run = { } building_modifiers = { level_scaled = { - building_employment_clerks_add = 125 + building_employment_administrators_add = 125 building_employment_administrators_add = 125 } unscaled = { diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index ef5827389..23a81a486 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -13,8 +13,8 @@ building_input_iron_add = 30 } level_scaled = { - building_employment_bureaucrats_add = 500 - building_employment_clerks_add = 500 + building_employment_administrators_add = 500 + building_employment_administrators_add = 500 building_employment_laborers_add = 4000 } } @@ -44,7 +44,7 @@ pm_pre_war_buildings = { } level_scaled = { building_employment_administrators_add = 750 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_laborers_add = 3500 } } @@ -81,7 +81,7 @@ pm_prefabricated_buildings = { } level_scaled = { building_employment_administrators_add = 750 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_technicians_add = 750 building_employment_laborers_add = 2750 } @@ -120,7 +120,7 @@ pm_tube_structural_buildings = { } level_scaled = { building_employment_administrators_add = 750 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_technicians_add = 1500 building_employment_engineers_add = 750 building_employment_laborers_add = 1250 @@ -160,7 +160,7 @@ pm_pressed_concrete = { } level_scaled = { building_employment_administrators_add = 750 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_engineers_add = 1500 building_employment_technicians_add = 2000 } @@ -197,7 +197,7 @@ pm_sustainable_building_materials = { } level_scaled = { building_employment_administrators_add = 750 - building_employment_clerks_add = 750 + building_employment_administrators_add = 750 building_employment_engineers_add = 1500 building_employment_technicians_add = 1500 building_employment_academics_add = 500 @@ -221,7 +221,7 @@ pm_base_housing = { building_output_housing_add = 15 } level_scaled = { - building_employment_bureaucrats_add = 100 + building_employment_administrators_add = 100 } } } From 296a9934024a4b07d20e11cef691062cb74d6b02 Mon Sep 17 00:00:00 2001 From: DZappala Date: Thu, 11 May 2023 18:23:27 -0400 Subject: [PATCH 045/439] feat: government pops --- common/production_methods/07_government.txt | 83 ++++++++++++++------- 1 file changed, 57 insertions(+), 26 deletions(-) diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index 58efe9ad3..b34085b98 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -4,9 +4,11 @@ pm_anchorage = { texture = "gfx/interface/icons/production_method_icons/anchorage.dds" building_modifiers = { level_scaled = { - building_employment_laborers_add = 1000 - building_employment_administrators_add = 700 - building_employment_administrators_add = 300 + building_employment_laborers_add = 1075 + building_employment_service_workers_add = 900 + building_employment_managers_add = 25 + # total: 1075+900+25=2000 + # 25 managers, 1975 workers or a ratio of 1:79 } } country_modifiers = { @@ -34,8 +36,11 @@ pm_basic_port = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_administrators_add = 3000 - building_employment_administrators_add = 1000 + building_employment_technicians_add = 2650 + building_employment_service_workers_add = 1100 + building_employment_managers_add = 250 + # total: 6000+2650+1100+250=10000 + # 250 managers, 9750 workers or a ratio of 1:39 } } country_modifiers = { @@ -63,9 +68,12 @@ pm_industrial_port = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_technicians_add = 1000 - building_employment_administrators_add = 2000 - building_employment_administrators_add = 1000 + building_employment_service_workers_add = 1100 + building_employment_technicians_add = 3550 + building_employment_engineers_add = 1000 + building_employment_administrators_add = 350 + # total: 4000+1100+3550+1000+350=10000 + # 350 managers, 9650 workers or a ratio of 1:28 } } country_modifiers = { @@ -93,10 +101,14 @@ pm_container_port = { building_input_electronics_add = 10 } level_scaled = { - building_employment_laborers_add = 1500 - building_employment_technicians_add = 500 - building_employment_administrators_add = 1000 - building_employment_administrators_add = 1000 + building_employment_laborers_add = 2000 + building_employment_service_workers_add = 900 + building_employment_technicians_add = 4375 + building_employment_engineers_add = 2000 + building_employment_professionals_add = 200 + building_employment_administrators_add = 525 + # total: 2000+900+4375+2000+200+525=10000 + # 525 managers, 9475 workers or a ratio of 1:18 } } country_modifiers = { @@ -127,9 +139,13 @@ pm_smart_port = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_technicians_add = 500 - building_employment_administrators_add = 1000 - building_employment_administrators_add = 1000 + building_employment_service_workers_add = 900 + building_employment_technicians_add = 3375 + building_employment_engineers_add = 3000 + building_employment_professionals_add = 450 + building_employment_administrators_add = 775 + # total: 1500+900+3375+3000+450+775=10000 + # 775 managers, 9225 workers or a ratio of 1:12 } } country_modifiers = { @@ -163,8 +179,11 @@ pm_informal_bureaucracy = { building_input_paper_add = 5 } level_scaled = { + building_employment_service_workers_add = 2375 building_employment_administrators_add = 2500 - building_employment_administrators_add = 2500 + building_employment_managers_add = 125 + # total: 2500+2375+125=5000 + # 125 managers, 4875 workers or a ratio of 1:39 } } } @@ -186,8 +205,11 @@ pm_modern_bureaucracy = { building_input_paper_add = 10 } level_scaled = { - building_employment_administrators_add = 2000 - building_employment_administrators_add = 3000 + building_employment_professionals_add = 500 + building_employment_administrators_add = 4300 + building_employment_managers_add = 200 + # total: 500+4300+200=5000 + # 200 managers, 4800 workers or a ratio of 1:24 } } } @@ -213,8 +235,11 @@ pm_computerized_bureaucracy = { building_input_computers_add = 5 } level_scaled = { - building_employment_administrators_add = 1750 - building_employment_administrators_add = 2750 + building_employment_professionals_add = 600 + building_employment_administrators_add = 4125 + building_employment_managers_add = 275 + # total: 600+4125+275=5000 + # 275 managers, 4725 workers or a ratio of 1:17 } } } @@ -240,8 +265,11 @@ pm_word_processors = { building_input_computers_add = 10 } level_scaled = { - building_employment_administrators_add = 1500 - building_employment_administrators_add = 3000 + building_employment_professionals_add = 700 + building_employment_administrators_add = 3950 + building_employment_managers_add = 350 + # total: 700+3950+350=5000 + # 350 managers, 4650 workers or a ratio of 1:13 } } } @@ -266,8 +294,11 @@ pm_paperless_offices = { building_input_computers_add = 15 } level_scaled = { - building_employment_administrators_add = 1250 - building_employment_administrators_add = 3250 + building_employment_professionals_add = 800 + building_employment_administrators_add = 3775 + building_employment_managers_add = 425 + # total: 800+3775+425=5000 + # 425 managers, 4575 workers or a ratio of 1:11 } } } @@ -664,7 +695,7 @@ pm_nuclear_fission_testing = { building_input_electricity_add = 5 } level_scaled = { - building_employment_administrators_add = 3000 + building_employment_academics_add = 3000 building_employment_laborers_add = 3000 } } @@ -732,7 +763,7 @@ pm_humanities_research_facility = { building_input_computers_add = 50 } level_scaled = { - building_employment_engineers_add = 10000 + building_employment_creatives_add = 10000 building_employment_academics_add = 5000 } } From ff1a1d223698c2c49984fdfaec9c48cf21d3776e Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 20:01:31 -0400 Subject: [PATCH 046/439] fix: monument pops and pms --- common/buildings/08_monuments.txt | 5 +- .../production_method_groups/08_monuments.txt | 8 +- common/production_methods/08_monuments.txt | 116 +++++++++++++++--- .../english/CWP/CWP_buildings_l_english.yml | 6 +- .../CWP/CWP_production_methods_l_english.yml | 9 +- 5 files changed, 114 insertions(+), 30 deletions(-) diff --git a/common/buildings/08_monuments.txt b/common/buildings/08_monuments.txt index 9c803d9bf..7ece4946c 100644 --- a/common/buildings/08_monuments.txt +++ b/common/buildings/08_monuments.txt @@ -170,7 +170,7 @@ building_hagia_sophia = { required_construction = construction_cost_monument } -building_saint_basils_cathedral = { +building_red_square = { building_group = bg_monuments texture = "gfx/interface/icons/building_icons/saint_basils_cathedral.dds" expandable = no @@ -376,7 +376,6 @@ building_white_house = { # } # required_construction = construction_cost_monument # } - # building_national_mall = { # building_group = bg_monuments # texture = "gfx/interface/icons/building_icons/white_house.dds" #temp @@ -410,7 +409,6 @@ building_white_house = { # } # required_construction = construction_cost_monument # } - # building_monte_carlo_casino = { # building_group = bg_monuments # texture = "gfx/interface/icons/building_icons/white_house.dds" #temp @@ -444,7 +442,6 @@ building_white_house = { # } # required_construction = construction_cost_monument # } - #### CWP Constructible Monuments #### CWP Mega-Projects #building_three_gorges_dam = { diff --git a/common/production_method_groups/08_monuments.txt b/common/production_method_groups/08_monuments.txt index bfe59e320..748bbb1b7 100644 --- a/common/production_method_groups/08_monuments.txt +++ b/common/production_method_groups/08_monuments.txt @@ -53,18 +53,18 @@ pmg_base_building_hagia_sophia = { ai_selection = most_productive is_hidden_when_unavailable = yes production_methods = { - pm_default_building_hagia_sophia - pm_monument_prestige_only + pm_clerical_building_hagia_sophia + pm_cultural_building_hagia_sophia pm_monument_no_effects } } -pmg_base_building_saint_basils_cathedral = { +pmg_base_building_red_square = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" ai_selection = most_productive is_hidden_when_unavailable = yes production_methods = { - pm_default_building_saint_basils_cathedral + pm_default_building_red_square pm_monument_prestige_only pm_monument_no_effects } diff --git a/common/production_methods/08_monuments.txt b/common/production_methods/08_monuments.txt index 3212c8272..92e52ed2b 100644 --- a/common/production_methods/08_monuments.txt +++ b/common/production_methods/08_monuments.txt @@ -12,7 +12,12 @@ pm_default_building_eiffel_tower = { building_output_tourism_add = 200 } level_scaled = { - building_employment_technicians_add = 200 + building_employment_technicians_add = 475 + building_employment_engineers_add = 100 + building_employment_service_workers_add = 200 + building_employment_managers_add = 25 + #total: 475 + 100 + 200 + 25 = 800 + # 25 managers, 775 workers or a ratio of 1:31 } unscaled = { building_government_shares_add = 1 @@ -58,7 +63,12 @@ pm_default_building_big_ben = { building_output_tourism_add = 200 } level_scaled = { - building_employment_technicians_add = 200 + building_employment_technicians_add = 475 + building_employment_engineers_add = 100 + building_employment_service_workers_add = 200 + building_employment_managers_add = 25 + #total: 475 + 100 + 200 + 25 = 800 + # 25 managers, 775 workers or a ratio of 1:31 } unscaled = { building_government_shares_add = 1 @@ -77,11 +87,10 @@ pm_default_building_forbidden_city = { } building_modifiers = { workforce_scaled = { - building_output_tourism_add = 200 + building_output_tourism_add = 300 } level_scaled = { - building_employment_administrators_add = 1600 - building_employment_clergy_add = 400 + building_employment_administrators_add = 2000 } unscaled = { building_government_shares_add = 1 @@ -89,20 +98,54 @@ pm_default_building_forbidden_city = { } } -pm_default_building_hagia_sophia = { +pm_cultural_building_hagia_sophia = { texture = "gfx/interface/icons/production_method_icons/wonders.dds" country_modifiers = { workforce_scaled = { - interest_group_ig_devout_pop_attraction_mult = 0.1 country_prestige_add = 25 } } + state_modifiers = { + workforce_scaled = { + building_group_bg_tourism_throughput_mult = 0.1 + } + } + building_modifiers = { + workforce_scaled = { + building_output_tourism_add = 200 + } + level_scaled = { + building_employment_administrators_add = 800 + } + unscaled = { + building_government_shares_add = 1 + } + } +} + +pm_clerical_building_hagia_sophia = { + texture = "gfx/interface/icons/production_method_icons/wonders.dds" + unlocking_laws = { + law_freedom_of_conscience + law_state_religion + } + country_modifiers = { + workforce_scaled = { + interest_group_ig_devout_pop_attraction_mult = 0.25 + country_prestige_add = 50 + } + } + state_modifiers = { + workforce_scaled = { + state_migration_pull_mult = 0.1 + } + } building_modifiers = { workforce_scaled = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergy_add = 400 + building_employment_clergy_add = 800 } unscaled = { building_government_shares_add = 1 @@ -110,20 +153,58 @@ pm_default_building_hagia_sophia = { } } -pm_default_building_saint_basils_cathedral = { +pm_cultural_building_red_square = { texture = "gfx/interface/icons/production_method_icons/wonders.dds" country_modifiers = { workforce_scaled = { - interest_group_ig_devout_pol_str_mult = 0.1 + country_legitimacy_headofstate_add = 20 + country_authority_add = 50 country_prestige_add = 25 } } + state_modifiers = { + workforce_scaled = { + building_group_bg_tourism_throughput_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = -0.1 + } + } building_modifiers = { workforce_scaled = { building_output_tourism_add = 200 } level_scaled = { - building_employment_clergy_add = 400 + building_employment_administrators_add = 1000 + building_employment_service_workers_add = 500 + } + unscaled = { + building_government_shares_add = 1 + } + } +} + +pm_clerical_building_red_square = { + texture = "gfx/interface/icons/production_method_icons/wonders.dds" + unlocking_laws = { + law_freedom_of_conscience + law_state_religion + } + country_modifiers = { + workforce_scaled = { + interest_group_ig_devout_pol_str_mult = 0.25 + country_prestige_add = 50 + } + } + state_modifiers = { + workforce_scaled = { + state_migration_pull_mult = 0.1 + } + } + building_modifiers = { + workforce_scaled = { + building_output_tourism_add = 200 + } + level_scaled = { + building_employment_clergy_add = 800 } unscaled = { building_government_shares_add = 1 @@ -136,7 +217,12 @@ pm_default_building_statue_of_liberty = { country_modifiers = { workforce_scaled = { country_prestige_add = 75 - state_migration_pull_mult = 0.05 + } + } + state_modifiers = { + workforce_scaled = { + state_migration_pull_mult = 0.1 + building_group_bg_tourism_throughput_mult = 0.25 } } building_modifiers = { @@ -145,6 +231,7 @@ pm_default_building_statue_of_liberty = { } level_scaled = { building_employment_administrators_add = 200 + building_employment_service_workers_add = 800 } unscaled = { building_government_shares_add = 1 @@ -165,6 +252,7 @@ pm_default_building_taj_mahal = { } level_scaled = { building_employment_administrators_add = 200 + building_employment_service_workers_add = 400 } unscaled = { building_government_shares_add = 1 @@ -246,7 +334,6 @@ pm_default_building_white_house = { # } # } # } - # pm_default_building_kremlin = { # texture = "gfx/interface/icons/production_method_icons/wonders.dds" # country_modifiers = { @@ -266,7 +353,6 @@ pm_default_building_white_house = { # } # } # } - # pm_base_monte_carlo_casinos = { # texture = "gfx/interface/icons/production_method_icons/wonders.dds" # country_modifiers = { @@ -290,7 +376,6 @@ pm_default_building_white_house = { # } # } # } - # #CWP Megaproject PM's # pm_default_building_three_gorges_dam_hydroelectric_on = { # texture = "gfx/interface/icons/production_method_icons/wonders.dds" @@ -315,7 +400,6 @@ pm_default_building_white_house = { # } # } # } - # #pm_default_building_three_gorges_dam_hydroelectric_off = { # texture = "gfx/interface/icons/production_method_icons/wonders.dds" diff --git a/localization/english/CWP/CWP_buildings_l_english.yml b/localization/english/CWP/CWP_buildings_l_english.yml index 42be146a0..38675237f 100644 --- a/localization/english/CWP/CWP_buildings_l_english.yml +++ b/localization/english/CWP/CWP_buildings_l_english.yml @@ -166,7 +166,7 @@ bg_canals: "Canals" bg_monuments: "Monuments" bg_monuments_hidden: "Monuments" - bg_skyscraper: "Highrises" + bg_skyscraper: "Highrises" # Canals building_st_marys_canal: "St. Mary's Canal" @@ -186,8 +186,8 @@ building_natural_gas_well: "Natural Gas Well" building_natural_gas_well_discovered_resource: "Natural Gas" building_natural_gas_well_lens_option: "Expand $building_natural_gas_well$" - + # Monuments building_monte_carlo_casino: "Monte Carlo Casino" - building_kremlin: "Kremlin" + building_red_square: "Red Square" building_national_mall: "National Mall" diff --git a/localization/english/CWP/CWP_production_methods_l_english.yml b/localization/english/CWP/CWP_production_methods_l_english.yml index ddf17d1df..52b0e2078 100644 --- a/localization/english/CWP/CWP_production_methods_l_english.yml +++ b/localization/english/CWP/CWP_production_methods_l_english.yml @@ -853,7 +853,7 @@ pm_gps_coordination_systems: "GPS Coordination Systems" pm_fast_communication_systems: "Fast Communication Systems" pm_naval_command: "Naval Command" - pmg_screening_ships: "Screening Ships" + pmg_screening_ships: "Screening Ships" pm_wartime_escort_ships: "Wartime Escort Ships" pm_modernized_wartime_escort_ships: "Modernized Escort Ships" pm_dedicated_asw_escort_ships: "Dedicated ASW Ships" @@ -1298,10 +1298,13 @@ pm_no_plastics: "Plastics Disabled" pm_rudimentary_polymers: "Rudimentary Polymers" ## Monuments + pm_clerical_building_hagia_sophia: "Clerical Building" + pm_cultural_building_hagia_sophia: "Cultural Building" pmg_base_monte_carlo_casinos: "Monte Carlo Casinos" pm_base_monte_carlo_casinos: "Monte Carlo Casinos" - pmg_base_building_kremlin: "Kremlin" - pm_default_building_kremlin: "Kremlin" + pmg_base_building_red_square: "Red Square" + pm_clerical_building_red_square: "Clerical Building" + pm_cultural_building_red_square: "Cultural Building" pmg_base_building_national_mall: "National Mall" pm_default_building_national_mall: "National Mall" From 62624af77f9ec1d64061cff7b5adabe0ce346bbf Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 20:10:05 -0400 Subject: [PATCH 047/439] fix: moved rubber to plantations --- common/production_methods/04_plantations.txt | 174 +++++++++++++++++++ 1 file changed, 174 insertions(+) diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index aa16e120a..a54561368 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -1404,6 +1404,180 @@ pm_ai_analyzed_harvesting_silk = { } } +##### Rubber +pm_default_building_rubber_plantation = { + texture = "gfx/interface/icons/production_method_icons/plantation_production.dds" + building_modifiers = { + workforce_scaled = { + building_output_rubber_add = 30 + } + level_scaled = { + # profit + building_employment_laborers_add = 4000 + building_employment_managers_add = 800 + building_employment_clergy_add = 100 + } + } +} + +pm_advanced_irrigation_building_rubber_plantation = { + texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" + pollution_generation = 5 + unlocking_technologies = { + advanced_irrigation + } + building_modifiers = { + workforce_scaled = { + building_input_engines_add = 10 + building_output_rubber_add = 60 + } + level_scaled = { + # profit + building_employment_laborers_add = 3000 + building_employment_managers_add = 1200 + building_employment_technicians_add = 1000 + building_employment_clergy_add = 100 + } + } +} + +pm_mechanized_harvesting_rubber = { + texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" + pollution_generation = 10 + unlocking_technologies = { + early_agriculture + } + building_modifiers = { + workforce_scaled = { + # output goods + building_input_engines_add = 5 + building_output_rubber_add = 20 + } + level_scaled = { + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.06 + building_employment_service_workers_mult = -0.06 + building_employment_servicemembers_mult = -0.06 + building_employment_technicians_mult = -0.06 + building_employment_creatives_mult = -0.06 + building_employment_professionals_mult = -0.06 + building_employment_academics_mult = -0.06 + building_employment_clergymen_mult = -0.06 + building_employment_engineers_mult = -0.06 + building_employment_managers_mult = -0.06 + building_employment_officers_mult = -0.06 + building_employment_administrators_mult = -0.06 + } + } +} + +pm_advanced_agricultural_machinery_rubber = { + texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" + pollution_generation = 15 + unlocking_technologies = { + advanced_agricultural_machinery + } + building_modifiers = { + workforce_scaled = { + # output goods + building_input_engines_add = 10 + building_output_rubber_add = 30 + } + level_scaled = { + # profit + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.2 + building_employment_service_workers_mult = -0.2 + building_employment_servicemembers_mult = -0.2 + building_employment_technicians_mult = -0.2 + building_employment_creatives_mult = -0.2 + building_employment_professionals_mult = -0.2 + building_employment_academics_mult = -0.2 + building_employment_clergymen_mult = -0.2 + building_employment_engineers_mult = -0.2 + building_employment_managers_mult = -0.2 + building_employment_officers_mult = -0.2 + building_employment_administrators_mult = -0.2 + } + } +} + +pm_iot_sensors_rubber = { + texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" + pollution_generation = 20 + unlocking_technologies = { + iot_sensors + } + building_modifiers = { + workforce_scaled = { + # output goods + building_input_engines_add = 10 + building_input_electronics_add = 5 + building_output_rubber_add = 40 + } + level_scaled = { + # profit + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.29 + building_employment_service_workers_mult = -0.29 + building_employment_servicemembers_mult = -0.29 + building_employment_technicians_mult = -0.29 + building_employment_creatives_mult = -0.29 + building_employment_professionals_mult = -0.29 + building_employment_academics_mult = -0.29 + building_employment_clergymen_mult = -0.29 + building_employment_engineers_mult = -0.29 + building_employment_managers_mult = -0.29 + building_employment_officers_mult = -0.29 + building_employment_administrators_mult = -0.29 + } + } +} + +pm_ai_analyzed_harvesting_rubber = { + texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" + pollution_generation = 25 + unlocking_technologies = { + ai_analytics + } + building_modifiers = { + workforce_scaled = { + # output goods + building_input_engines_add = 10 + building_input_electronics_add = 5 + building_input_computers_add = 5 + building_output_rubber_add = 60 + } + level_scaled = { + # profit + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergymen_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 + } + } +} + ################ SHARED PMs # Harvesting Process pm_manual_harvesting_plantation = { From 1c9f601fb9afc374ae2ff694b0009b5eab0cfb1c Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 20:13:45 -0400 Subject: [PATCH 048/439] fix: moved rubber to plantations --- common/buildings/04_plantations.txt | 15 ++++++++++++++ common/buildings/09_misc_resource.txt | 15 -------------- .../04_plantations.txt | 20 +++++++++++++++++++ 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/common/buildings/04_plantations.txt b/common/buildings/04_plantations.txt index 13d3d3927..20a9ae13e 100644 --- a/common/buildings/04_plantations.txt +++ b/common/buildings/04_plantations.txt @@ -130,3 +130,18 @@ building_silk_plantation = { pmg_ownership_plantation } } + +building_rubber_plantation = { + building_group = bg_rubber + texture = "gfx/interface/icons/building_icons/rubber_lodge.dds" + required_construction = construction_cost_low + terrain_manipulator = mask_dynamic_forestry + city_type = wood + levels_per_mesh = 5 + production_method_groups = { + pmg_base_rubber_plantation + pmg_harvesting_process_rubber_plantation + pmg_transportation_plantation + pmg_ownership_plantation + } +} diff --git a/common/buildings/09_misc_resource.txt b/common/buildings/09_misc_resource.txt index 2a182f18e..7d6477bea 100644 --- a/common/buildings/09_misc_resource.txt +++ b/common/buildings/09_misc_resource.txt @@ -13,21 +13,6 @@ } } -building_rubber_plantation = { - building_group = bg_rubber - texture = "gfx/interface/icons/building_icons/rubber_lodge.dds" - required_construction = construction_cost_low - terrain_manipulator = forestry - city_type = wood - levels_per_mesh = 5 - production_method_groups = { - pmg_base_rubber_plantation - pmg_harvesting_process_rubber_plantation - pmg_transportation_rubber_plantation - pmg_ownership_rubber_plantation - } -} - building_fishing_wharf = { building_group = bg_fishing texture = "gfx/interface/icons/building_icons/fishing_wharf.dds" diff --git a/common/production_method_groups/04_plantations.txt b/common/production_method_groups/04_plantations.txt index 05242a898..d07718581 100644 --- a/common/production_method_groups/04_plantations.txt +++ b/common/production_method_groups/04_plantations.txt @@ -178,3 +178,23 @@ pmg_harvesting_process_silk_plantation = { pm_ai_analyzed_harvesting_silk } } + +# Rubber Plantations +pmg_base_rubber_plantation = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_default_building_rubber_plantation + pm_advanced_irrigation_building_rubber_plantation + } +} + +pmg_harvesting_process_rubber_plantation = { + texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" + production_methods = { + pm_manual_harvesting_plantation + pm_mechanized_harvesting_rubber + pm_advanced_agricultural_machinery_rubber + pm_iot_sensors_rubber + pm_ai_analyzed_harvesting_rubber + } +} From 193d78fd90e530823050171cf91eede08c7a5196 Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 20:22:29 -0400 Subject: [PATCH 049/439] feat: misc resources pops --- .../09_misc_resource.txt | 41 --- .../production_methods/09_misc_resource.txt | 270 ++++++++---------- 2 files changed, 127 insertions(+), 184 deletions(-) diff --git a/common/production_method_groups/09_misc_resource.txt b/common/production_method_groups/09_misc_resource.txt index fdd16df72..5daa35e55 100644 --- a/common/production_method_groups/09_misc_resource.txt +++ b/common/production_method_groups/09_misc_resource.txt @@ -38,47 +38,6 @@ pmg_ownership_logging_camp = { } } -# Rubber Plantation -pmg_base_rubber_plantation = { - texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" - production_methods = { - pm_default_building_rubber_plantation - pm_advanced_irrigation_building_rubber_plantation - } -} - -pmg_harvesting_process_rubber_plantation = { - texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" - production_methods = { - pm_manual_harvesting_plantation - pm_mechanized_harvesting_rubber - pm_advanced_agricultural_machinery_rubber - pm_iot_sensors_rubber - pm_ai_analyzed_harvesting_rubber - } -} - -pmg_transportation_rubber_plantation = { - texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" - production_methods = { - pm_manual_transportation - pm_rail_transportation - pm_intermodal_containers - pm_double_stack_containers - } -} - -pmg_ownership_rubber_plantation = { - texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" - production_methods = { - pm_privately_owned_misc - pm_publicly_traded_misc - pm_government_run_misc - pm_worker_cooperatives_misc - pm_worker_cooperatives_misc - } -} - # Fishing Wharf pmg_base_fishing_wharf = { texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds" diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index f00a2a566..f66db4c63 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -7,7 +7,10 @@ pm_simple_forestry = { } level_scaled = { # employment - building_employment_laborers_add = 9000 + building_employment_laborers_add = 8800 + building_employment_managers_add = 200 + # total: 8800+200 = 9000 + # 200 managers, 8800 workers or a ratio of 1:44 } } } @@ -27,8 +30,9 @@ pm_electric_saw_mills = { } level_scaled = { # employment - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7550 building_employment_technicians_add = 1000 + building_employment_managers_add = 450 } } } @@ -49,9 +53,10 @@ pm_advanced_mechanized_mills = { } level_scaled = { # employment - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5250 building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 + building_employment_managers_add = 750 } } } @@ -69,10 +74,24 @@ pm_hydraulic_machinery = { workforce_scaled = { # input goods building_input_engines_add = 5 + building_input_refined_fuel_add = 5 } level_scaled = { - # employment - building_employment_laborers_add = -1000 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.09 + building_employment_service_workers_mult = -0.09 + building_employment_servicemembers_mult = -0.09 + building_employment_technicians_mult = -0.09 + building_employment_creatives_mult = -0.09 + building_employment_professionals_mult = -0.09 + building_employment_academics_mult = -0.09 + building_employment_clergy_mult = -0.09 + building_employment_engineers_mult = -0.09 + building_employment_managers_mult = -0.09 + building_employment_officers_mult = -0.09 + building_employment_administrators_mult = -0.09 } } } @@ -86,13 +105,26 @@ pm_chainsaws = { workforce_scaled = { # input goods building_input_tools_add = 5 + building_input_engines_add = 5 building_input_refined_fuel_add = 10 } level_scaled = { - # employment - building_employment_laborers_add = -2000 - building_employment_technicians_add = 400 - building_employment_engineers_add = 200 + building_employment_technicians_add = 750 + building_employment_engineers_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergy_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 } } } @@ -106,127 +138,26 @@ pm_electric_chainsaws = { workforce_scaled = { # input goods building_input_tools_add = 10 - building_input_electricity_add = 15 - } - level_scaled = { - # employment - building_employment_laborers_add = -3000 - building_employment_technicians_add = 600 - building_employment_engineers_add = 400 - } - } -} - -##### Rubber -pm_default_building_rubber_plantation = { - texture = "gfx/interface/icons/production_method_icons/plantation_production.dds" - building_modifiers = { - workforce_scaled = { - building_output_rubber_add = 30 - } - level_scaled = { - building_employment_laborers_add = 8000 - building_employment_farmers_add = 1600 - building_employment_clergy_add = 200 - } - } -} - -pm_advanced_irrigation_building_rubber_plantation = { - texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" - pollution_generation = 5 - unlocking_technologies = { - advanced_irrigation - } - building_modifiers = { - workforce_scaled = { - building_input_engines_add = 10 - building_output_rubber_add = 60 - } - level_scaled = { - building_employment_laborers_add = 6000 - building_employment_farmers_add = 2400 - building_employment_technicians_add = 1000 - building_employment_clergy_add = 200 - } - } -} - -pm_mechanized_harvesting_rubber = { - texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" - pollution_generation = 10 - unlocking_technologies = { - early_agriculture - } - building_modifiers = { - workforce_scaled = { - # output goods - building_input_engines_add = 5 - building_output_rubber_add = 20 - } - level_scaled = { - # profit - building_employment_technicians_add = 500 - } - } -} - -pm_advanced_agricultural_machinery_rubber = { - texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" - pollution_generation = 15 - unlocking_technologies = { - advanced_agricultural_machinery - } - building_modifiers = { - workforce_scaled = { - # output goods building_input_engines_add = 10 - building_output_rubber_add = 30 - } - level_scaled = { - # profit - building_employment_technicians_add = 500 - } - } -} - -pm_iot_sensors_rubber = { - texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" - pollution_generation = 20 - unlocking_technologies = { - iot_sensors - } - building_modifiers = { - workforce_scaled = { - # output goods - building_input_engines_add = 10 - building_input_electronics_add = 5 - building_output_rubber_add = 40 + building_input_electricity_add = 15 } level_scaled = { - # profit building_employment_technicians_add = 500 + building_employment_engineers_add = 500 } - } -} - -pm_ai_analyzed_harvesting_rubber = { - texture = "gfx/interface/icons/production_method_icons/automatic_irrigation.dds" - pollution_generation = 25 - unlocking_technologies = { - ai_analytics - } - building_modifiers = { - workforce_scaled = { - # output goods - building_input_engines_add = 10 - building_input_electronics_add = 5 - building_input_computers_add = 5 - building_output_rubber_add = 60 - } - level_scaled = { - # profit - building_employment_technicians_add = 500 + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergy_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -260,8 +191,10 @@ pm_fishing_trawlers = { } level_scaled = { # employment - building_employment_laborers_add = 8000 + building_employment_laborers_add = 7300 building_employment_technicians_add = 1000 + building_employment_engineers_add = 500 + building_employment_managers_add = 200 } } } @@ -282,9 +215,10 @@ pm_large_modernized_trawlers = { } level_scaled = { # employment - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5600 building_employment_technicians_add = 2000 building_employment_engineers_add = 1000 + building_employment_managers_add = 400 } } } @@ -304,8 +238,21 @@ pm_packaging_fishing = { building_input_electricity_add = 5 } level_scaled = { - # employment - building_employment_laborers_add = -2000 + building_employment_technicians_add = 1000 + } + unscaled = { + building_employment_laborers_mult = -0.09 + building_employment_service_workers_mult = -0.09 + building_employment_servicemembers_mult = -0.09 + building_employment_technicians_mult = -0.09 + building_employment_creatives_mult = -0.09 + building_employment_professionals_mult = -0.09 + building_employment_academics_mult = -0.09 + building_employment_clergy_mult = -0.09 + building_employment_engineers_mult = -0.09 + building_employment_managers_mult = -0.09 + building_employment_officers_mult = -0.09 + building_employment_administrators_mult = -0.09 } } } @@ -323,8 +270,22 @@ pm_food_scanning_fishing = { building_input_electronics_add = 5 } level_scaled = { - # employment - building_employment_laborers_add = -4000 + building_employment_technicians_add = 750 + building_employment_engineers_add = 250 + } + unscaled = { + building_employment_laborers_mult = -0.25 + building_employment_service_workers_mult = -0.25 + building_employment_servicemembers_mult = -0.25 + building_employment_technicians_mult = -0.25 + building_employment_creatives_mult = -0.25 + building_employment_professionals_mult = -0.25 + building_employment_academics_mult = -0.25 + building_employment_clergy_mult = -0.25 + building_employment_engineers_mult = -0.25 + building_employment_managers_mult = -0.25 + building_employment_officers_mult = -0.25 + building_employment_administrators_mult = -0.25 } } } @@ -341,8 +302,22 @@ pm_universal_product_code_fishing = { building_input_electronics_add = 10 } level_scaled = { - # employment - building_employment_laborers_add = -6000 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 + } + unscaled = { + building_employment_laborers_mult = -0.32 + building_employment_service_workers_mult = -0.32 + building_employment_servicemembers_mult = -0.32 + building_employment_technicians_mult = -0.32 + building_employment_creatives_mult = -0.32 + building_employment_professionals_mult = -0.32 + building_employment_academics_mult = -0.32 + building_employment_clergy_mult = -0.32 + building_employment_engineers_mult = -0.32 + building_employment_managers_mult = -0.32 + building_employment_officers_mult = -0.32 + building_employment_administrators_mult = -0.32 } } } @@ -389,8 +364,9 @@ pm_oil_rigs = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 + building_employment_technicians_add = 1800 building_employment_engineers_add = 1000 + building_employment_managers_add = 200 } } } @@ -410,8 +386,9 @@ pm_oil_fracking = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_technicians_add = 4000 + building_employment_technicians_add = 3600 building_employment_engineers_add = 1800 + building_employment_managers_add = 400 } } } @@ -432,8 +409,9 @@ pm_dense_oil_pumping = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_technicians_add = 4000 + building_employment_technicians_add = 3450 building_employment_engineers_add = 3000 + building_employment_managers_add = 550 } } } @@ -452,8 +430,9 @@ pm_natural_gas_pumps = { } level_scaled = { building_employment_laborers_add = 6000 - building_employment_technicians_add = 2000 + building_employment_technicians_add = 1800 building_employment_engineers_add = 1000 + building_employment_managers_add = 200 } } } @@ -473,8 +452,9 @@ pm_natural_gas_fracking = { } level_scaled = { building_employment_laborers_add = 4000 - building_employment_technicians_add = 4000 + building_employment_technicians_add = 3600 building_employment_engineers_add = 1800 + building_employment_managers_add = 400 } } } @@ -495,8 +475,9 @@ pm_dense_natural_gas_pumping = { } level_scaled = { building_employment_laborers_add = 2000 - building_employment_technicians_add = 4000 + building_employment_technicians_add = 3450 building_employment_engineers_add = 3000 + building_employment_managers_add = 550 } } } @@ -511,10 +492,10 @@ pm_privately_owned_misc = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -534,10 +515,12 @@ pm_publicly_traded_misc = { building_output_bonds_add = 5 } level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 100 + building_employment_executives_add = 100 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -571,7 +554,8 @@ pm_worker_cooperatives_misc = { } building_modifiers = { level_scaled = { - building_employment_service_workers_add = 300 + building_employment_laborers_add = 200 + building_employment_managers_add = 100 } unscaled = { building_workforce_shares_add = 1 From f1c477ae0aa84c159fcb4cc09cce7455d64111be Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 20:45:52 -0400 Subject: [PATCH 050/439] feat: pop changes done --- common/production_methods/01_industry.txt | 2 +- common/production_methods/02_agro.txt | 2 +- common/production_methods/03_mines.txt | 2 +- common/production_methods/04_plantations.txt | 2 +- common/production_methods/06_urban_center.txt | 5 +- .../production_methods/09_misc_resource.txt | 2 +- common/production_methods/10_canals.txt | 6 +- .../11_private_infrastructure.txt | 127 +++++++++++++----- common/production_methods/13_construction.txt | 56 ++++---- common/production_methods/14_wmd.txt | 31 +++-- .../CWP/CWP_production_methods_l_english.yml | 2 + 11 files changed, 148 insertions(+), 89 deletions(-) diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index d04b37c76..fb493f3ed 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5658,7 +5658,7 @@ pm_publicly_traded_industry = { } level_scaled = { building_employment_executives_add = 100 - building_employment_investors_add = 100 + building_employment_investors_add = 200 } unscaled = { building_executives_shares_add = 1 diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 82f6b3fe2..0e0c61a23 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -580,7 +580,7 @@ pm_publicly_traded_farm = { building_output_bonds_add = 5 } level_scaled = { - building_employment_investors_add = 100 + building_employment_investors_add = 200 building_employment_executives_add = 100 } unscaled = { diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index fb55fe339..d93eb15af 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -2081,7 +2081,7 @@ pm_publicly_traded_mine = { } level_scaled = { building_employment_executives_add = 100 - building_employment_investors_add = 100 + building_employment_investors_add = 200 } unscaled = { building_executives_shares_add = 1 diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index a54561368..5ae1810e4 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -1714,7 +1714,7 @@ pm_publicly_traded_plantation = { building_output_bonds_add = 5 } level_scaled = { - building_employment_investors_add = 50 + building_employment_investors_add = 100 building_employment_executives_add = 50 } unscaled = { diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index b5f0742e6..3f36e8cdd 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -1753,7 +1753,7 @@ pm_publicly_traded_urban = { building_output_bonds_add = 5 } level_scaled = { - building_employment_investors_add = 100 + building_employment_investors_add = 200 building_employment_executives_add = 100 } unscaled = { @@ -2319,10 +2319,11 @@ pm_publicly_traded_skyscraper = { } level_scaled = { building_employment_executives_add = 100 - building_employment_investors_add = 100 + building_employment_investors_add = 200 } unscaled = { building_investors_shares_add = 1 + building_executives_shares_add = 1 } } } diff --git a/common/production_methods/09_misc_resource.txt b/common/production_methods/09_misc_resource.txt index f66db4c63..685f77a42 100644 --- a/common/production_methods/09_misc_resource.txt +++ b/common/production_methods/09_misc_resource.txt @@ -515,7 +515,7 @@ pm_publicly_traded_misc = { building_output_bonds_add = 5 } level_scaled = { - building_employment_investors_add = 100 + building_employment_investors_add = 200 building_employment_executives_add = 100 } unscaled = { diff --git a/common/production_methods/10_canals.txt b/common/production_methods/10_canals.txt index a941bf557..03eb09687 100644 --- a/common/production_methods/10_canals.txt +++ b/common/production_methods/10_canals.txt @@ -14,7 +14,7 @@ pm_canal_base = { building_input_coal_add = 15 } level_scaled = { - building_employment_clerks_add = 4000 + building_employment_administrators_add = 4000 building_employment_technicians_add = 5000 } } @@ -38,7 +38,7 @@ pm_canal_improved = { building_input_oil_add = 10 } level_scaled = { - building_employment_clerks_add = 2000 + building_employment_administrators_add = 2000 building_employment_technicians_add = 6000 building_employment_engineers_add = 2000 } @@ -240,7 +240,7 @@ pm_canal_minor = { building_input_coal_add = 10 } level_scaled = { - building_employment_clerks_add = 500 + building_employment_administrators_add = 500 building_employment_technicians_add = 500 } } diff --git a/common/production_methods/11_private_infrastructure.txt b/common/production_methods/11_private_infrastructure.txt index 02522c280..b24c1ce75 100644 --- a/common/production_methods/11_private_infrastructure.txt +++ b/common/production_methods/11_private_infrastructure.txt @@ -9,9 +9,9 @@ pm_steam_trains = { building_output_transportation_add = 50 } level_scaled = { - building_employment_laborers_add = 3000 + building_employment_laborers_add = 3500 building_employment_technicians_add = 1000 - building_employment_administrators_add = 750 + building_employment_managers_add = 250 } } state_modifiers = { @@ -41,7 +41,8 @@ pm_electric_trains = { level_scaled = { building_employment_laborers_add = 2000 building_employment_technicians_add = 2000 - building_employment_administrators_add = 750 + building_employment_engineers_add = 400 + building_employment_managers_add = 350 } } state_modifiers = { @@ -70,8 +71,9 @@ pm_diesel_trains = { } level_scaled = { building_employment_laborers_add = 1500 - building_employment_technicians_add = 2500 - building_employment_administrators_add = 750 + building_employment_technicians_add = 2300 + building_employment_engineers_add = 500 + building_employment_managers_add = 450 } } state_modifiers = { @@ -100,8 +102,9 @@ pm_modern_electric_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_technicians_add = 3000 - building_employment_administrators_add = 750 + building_employment_technicians_add = 2600 + building_employment_engineers_add = 600 + building_employment_managers_add = 550 } } state_modifiers = { @@ -130,8 +133,9 @@ pm_modern_diesel_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_technicians_add = 3000 - building_employment_administrators_add = 750 + building_employment_technicians_add = 2400 + building_employment_engineers_add = 700 + building_employment_managers_add = 650 } } state_modifiers = { @@ -160,8 +164,9 @@ pm_high_speed_trains = { } level_scaled = { building_employment_laborers_add = 1000 - building_employment_technicians_add = 3000 - building_employment_administrators_add = 750 + building_employment_technicians_add = 2200 + building_employment_engineers_add = 800 + building_employment_managers_add = 750 } } state_modifiers = { @@ -190,8 +195,9 @@ pm_maglev_trains = { } level_scaled = { building_employment_laborers_add = 500 - building_employment_technicians_add = 3500 - building_employment_administrators_add = 750 + building_employment_technicians_add = 2600 + building_employment_engineers_add = 900 + building_employment_managers_add = 850 } } state_modifiers = { @@ -259,10 +265,10 @@ pm_privately_owned_building_railway = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { - building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -282,10 +288,12 @@ pm_publicly_traded_building_railway = { building_output_bonds_add = 5 } level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 + building_employment_executives_add = 100 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -314,7 +322,7 @@ pm_worker_cooperatives_building_railway = { } building_modifiers = { level_scaled = { - building_employment_service_workers_add = 300 + building_employment_laborers_add = 300 } unscaled = { building_workforce_shares_add = 1 @@ -391,11 +399,12 @@ pm_trade_center_privately_owned = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 200 - building_employment_executives_add = 50 + building_employment_investors_add = 200 + building_employment_executives_add = 100 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -407,8 +416,8 @@ pm_trade_center_worker_cooperatives = { } building_modifiers = { level_scaled = { - building_employment_service_workers_add = 50 - building_employment_administrators_add = 200 + building_employment_service_workers_add = 200 + building_employment_managers_add = 100 } unscaled = { building_workforce_shares_add = 1 @@ -430,8 +439,7 @@ pm_trade_center_government_run = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 125 - building_employment_administrators_add = 125 + building_employment_administrators_add = 300 } unscaled = { building_government_shares_add = 1 @@ -450,8 +458,10 @@ pm_expendable_rockets = { building_input_electronics_add = 10 } level_scaled = { - building_employment_technicians_add = 4000 + building_employment_technicians_add = 3400 building_employment_engineers_add = 1000 + building_employment_academics_add = 500 + building_employment_managers_add = 100 } } } @@ -469,8 +479,10 @@ pm_space_shuttles = { building_input_electronics_add = 20 } level_scaled = { - building_employment_technicians_add = 3000 - building_employment_engineers_add = 2000 + building_employment_technicians_add = 2550 + building_employment_engineers_add = 1500 + building_employment_academics_add = 700 + building_employment_managers_add = 250 } } } @@ -488,8 +500,10 @@ pm_reusable_rockets = { building_input_electronics_add = 30 } level_scaled = { - building_employment_technicians_add = 2000 - building_employment_engineers_add = 3000 + building_employment_technicians_add = 1200 + building_employment_engineers_add = 2450 + building_employment_academics_add = 950 + building_employment_managers_add = 400 } } } @@ -507,8 +521,9 @@ pm_space_elevator = { building_input_electronics_add = 50 } level_scaled = { - building_employment_technicians_add = 1000 - building_employment_engineers_add = 4000 + building_employment_engineers_add = 3375 + building_employment_academics_add = 1100 + building_employment_managers_add = 525 } } } @@ -522,9 +537,27 @@ pm_privately_owned_spaceport = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 } unscaled = { + building_investors_shares_add = 1 + } + } +} + +pm_publicly_traded_spaceport = { + texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" + disallowing_laws = { + law_command_economy + law_cooperative_ownership + } + building_modifiers = { + level_scaled = { + building_employment_investors_add = 200 + building_employment_executives_add = 100 + } + unscaled = { + building_investors_shares_add = 1 building_executives_shares_add = 1 } } @@ -559,7 +592,8 @@ pm_worker_cooperatives_spaceport = { } building_modifiers = { level_scaled = { - building_employment_service_workers_add = 300 + building_employment_technicians_add = 200 + building_employment_managers_add = 100 } unscaled = { building_workforce_shares_add = 1 @@ -1061,10 +1095,11 @@ pm_national_airport = { building_output_tourism_add = 20 } level_scaled = { - building_employment_laborers_add = 6000 + building_employment_laborers_add = 5750 building_employment_technicians_add = 3000 building_employment_engineers_add = 1000 building_employment_service_workers_add = 1000 + building_employment_managers_add = 250 } } country_modifiers = { @@ -1098,10 +1133,11 @@ pm_international_airport = { building_output_tourism_add = 40 } level_scaled = { - building_employment_laborers_add = 4000 + building_employment_laborers_add = 3500 building_employment_technicians_add = 1000 building_employment_engineers_add = 2000 building_employment_service_workers_add = 2000 + building_employment_managers_add = 500 } } country_modifiers = { @@ -1135,10 +1171,11 @@ pm_international_hub = { building_output_tourism_add = 80 } level_scaled = { - building_employment_laborers_add = 2000 + building_employment_laborers_add = 1275 building_employment_technicians_add = 500 building_employment_engineers_add = 3000 building_employment_service_workers_add = 3000 + building_employment_managers_add = 725 } } country_modifiers = { @@ -1166,10 +1203,28 @@ pm_privately_owned_airport = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 + building_employment_investors_add = 200 + } + unscaled = { + building_investors_shares_add = 1 + } + } +} + +pm_publicly_traded_airport = { + texture = "gfx/interface/icons/production_method_icons/privately_owned.dds" + disallowing_laws = { + law_command_economy + law_cooperative_ownership + } + building_modifiers = { + level_scaled = { + building_employment_investors_add = 200 + building_employment_executives_add = 100 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } diff --git a/common/production_methods/13_construction.txt b/common/production_methods/13_construction.txt index 23a81a486..dab20d37c 100644 --- a/common/production_methods/13_construction.txt +++ b/common/production_methods/13_construction.txt @@ -13,9 +13,9 @@ building_input_iron_add = 30 } level_scaled = { - building_employment_administrators_add = 500 - building_employment_administrators_add = 500 building_employment_laborers_add = 4000 + building_employment_technicians_add = 750 + building_employment_managers_add = 250 } } state_modifiers = { @@ -43,9 +43,9 @@ pm_pre_war_buildings = { building_input_steel_add = 20 } level_scaled = { - building_employment_administrators_add = 750 - building_employment_administrators_add = 750 building_employment_laborers_add = 3500 + building_employment_technicians_add = 1150 + building_employment_managers_add = 350 } } state_modifiers = { @@ -80,10 +80,10 @@ pm_prefabricated_buildings = { building_input_electricity_add = 10 } level_scaled = { - building_employment_administrators_add = 750 - building_employment_administrators_add = 750 - building_employment_technicians_add = 750 - building_employment_laborers_add = 2750 + building_employment_laborers_add = 2550 + building_employment_technicians_add = 1250 + building_employment_engineers_add = 750 + building_employment_managers_add = 450 } } state_modifiers = { @@ -119,11 +119,10 @@ pm_tube_structural_buildings = { building_input_electricity_add = 20 } level_scaled = { - building_employment_administrators_add = 750 - building_employment_administrators_add = 750 - building_employment_technicians_add = 1500 - building_employment_engineers_add = 750 - building_employment_laborers_add = 1250 + building_employment_laborers_add = 1800 + building_employment_technicians_add = 1750 + building_employment_engineers_add = 850 + building_employment_managers_add = 600 } } state_modifiers = { @@ -159,10 +158,10 @@ pm_pressed_concrete = { building_input_electricity_add = 25 } level_scaled = { - building_employment_administrators_add = 750 - building_employment_administrators_add = 750 - building_employment_engineers_add = 1500 - building_employment_technicians_add = 2000 + building_employment_laborers_add = 1675 + building_employment_technicians_add = 1250 + building_employment_engineers_add = 1350 + building_employment_managers_add = 725 } } state_modifiers = { @@ -196,11 +195,10 @@ pm_sustainable_building_materials = { building_input_electricity_add = 30 } level_scaled = { - building_employment_administrators_add = 750 - building_employment_administrators_add = 750 - building_employment_engineers_add = 1500 - building_employment_technicians_add = 1500 - building_employment_academics_add = 500 + building_employment_laborers_add = 1575 + building_employment_technicians_add = 750 + building_employment_engineers_add = 1850 + building_employment_managers_add = 825 } } state_modifiers = { @@ -221,7 +219,7 @@ pm_base_housing = { building_output_housing_add = 15 } level_scaled = { - building_employment_administrators_add = 100 + building_employment_service_workers_add = 100 } } } @@ -235,11 +233,9 @@ pm_landlord_owned_housing = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 200 - building_employment_investors_add = 200 + building_employment_investors_add = 400 } unscaled = { - building_executives_shares_add = 1 building_investors_shares_add = 1 } } @@ -256,10 +252,12 @@ pm_publicly_traded_housing = { } building_modifiers = { level_scaled = { - building_employment_executives_add = 400 + building_employment_investors_add = 400 + building_employment_executives_add = 200 } unscaled = { building_executives_shares_add = 1 + building_investors_shares_add = 1 } } } @@ -278,7 +276,7 @@ pm_government_owned_housing = { } building_modifiers = { level_scaled = { - building_employment_administrators_add = 400 + building_employment_administrators_add = 600 } unscaled = { building_government_shares_add = 1 @@ -293,7 +291,7 @@ pm_worker_cooperatives_housing = { } building_modifiers = { level_scaled = { - building_employment_service_workers_add = 400 + building_employment_service_workers_add = 600 } unscaled = { building_workforce_shares_add = 1 diff --git a/common/production_methods/14_wmd.txt b/common/production_methods/14_wmd.txt index 09974ab45..ac85c6917 100644 --- a/common/production_methods/14_wmd.txt +++ b/common/production_methods/14_wmd.txt @@ -17,10 +17,9 @@ pm_nuclear_stockpile_maintenance = { building_output_nuclear_weapon_add = 20 } level_scaled = { - building_employment_clerks_add = 3000 - building_employment_soldiers_add = 500 - building_employment_officers_add = 500 - building_employment_technicians_add = 2000 + building_employment_technicians_add = 4500 + building_employment_engineers_add = 500 + building_employment_academics_add = 100 } } } @@ -37,10 +36,9 @@ pm_atomic_warhead_prod = { building_output_nuclear_weapon_add = 20 } level_scaled = { - building_employment_clerks_add = 3000 - building_employment_soldiers_add = 500 - building_employment_officers_add = 500 - building_employment_technicians_add = 2000 + building_employment_technicians_add = 4000 + building_employment_engineers_add = 1000 + building_employment_academics_add = 500 } } country_modifiers = { @@ -62,10 +60,9 @@ pm_thermonuclear_warhead_prod = { building_output_nuclear_weapon_add = 40 } level_scaled = { - building_employment_clerks_add = 3000 - building_employment_soldiers_add = 500 - building_employment_officers_add = 500 - building_employment_technicians_add = 2000 + building_employment_technicians_add = 3000 + building_employment_engineers_add = 2000 + building_employment_academics_add = 1000 } } country_modifiers = { @@ -89,7 +86,10 @@ pm_base_nuclear_silo = { nuclear_weapons_max = 20 } level_scaled = { - building_employment_technicians_add = 1000 + building_employment_soldiers_add = 500 + building_employment_officers_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 } } } @@ -106,7 +106,10 @@ pm_reinforced_nuclear_silo = { nuclear_weapons_max = 40 } level_scaled = { - building_employment_technicians_add = 1000 + building_employment_soldiers_add = 500 + building_employment_officers_add = 500 + building_employment_technicians_add = 500 + building_employment_engineers_add = 500 } } } diff --git a/localization/english/CWP/CWP_production_methods_l_english.yml b/localization/english/CWP/CWP_production_methods_l_english.yml index 52b0e2078..112cb2a63 100644 --- a/localization/english/CWP/CWP_production_methods_l_english.yml +++ b/localization/english/CWP/CWP_production_methods_l_english.yml @@ -1140,6 +1140,7 @@ pm_international_airport: "International Airport" pm_international_hub: "International Hub" pm_privately_owned_airport: "Privately Owned" + pm_publicly_traded_airport: "Publicly Traded" pm_government_run_airport: "Government Run" pm_worker_cooperatives_airport: "Worker Cooperatives" ## Nuclear Weapons Facility @@ -1232,6 +1233,7 @@ pm_reusable_rockets: "Reusable Rockets" pm_space_elevator: "Space Elevator" pm_privately_owned_spaceport: "Privately Owned" + pm_publicly_traded_spaceport: "Publicly Traded" pm_government_run_spaceport: "Government Run" pm_worker_cooperatives_spaceport: "Worker Cooperatives" # Mission Control From be956f621108d9547b1ebe90784cdfb4e7dd9951 Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 21:06:01 -0400 Subject: [PATCH 051/439] fix: removed defunct pop types --- common/character_traits/cwp_traits.txt | 3 +- .../character_traits/personality_traits.txt | 4 +- common/history/pops/100_pops_example.txt | 2 +- common/interest_groups/00_armed_forces.txt | 12 +- common/interest_groups/00_devout.txt | 31 +- common/interest_groups/00_rural_folk.txt | 17 +- common/interest_groups/cwp_conglomerates.txt | 13 +- common/interest_groups/cwp_elites.txt | 19 +- common/interest_groups/cwp_entrepreneurs.txt | 18 +- common/interest_groups/cwp_intellectuals.txt | 19 +- common/interest_groups/cwp_socialists.txt | 98 +- common/laws/00_army_model.txt | 14 +- common/laws/00_bureaucracy.txt | 12 +- common/laws/00_childrens_rights.txt | 18 +- common/laws/00_church_and_state.txt | 2 +- common/laws/00_distribution_of_power.txt | 22 +- common/laws/00_economic_system.txt | 38 +- common/laws/00_education_system.txt | 4 +- common/laws/00_governance_principles.txt | 8 +- common/laws/00_policing.txt | 10 +- common/laws/00_taxation.txt | 20 +- common/laws/cwp_corporations.txt | 4 +- common/laws/cwp_due_process_laws.txt | 23 +- common/laws/cwp_higher_education_system.txt | 4 +- common/modifier_types/00_modifier_types.txt | 16 +- common/modifiers/00_static_modifiers.txt | 28 +- common/modifiers/cwp_nation_modifiers.txt | 22 +- common/parties/agrarian_party.txt | 2 +- common/pop_types/cwp_academics.txt | 2 +- common/pop_types/cwp_administrators.txt | 4 +- common/pop_types/cwp_clergy.txt | 2 +- common/pop_types/cwp_creatives.txt | 2 +- common/pop_types/cwp_executives.txt | 2 +- common/pop_types/cwp_informal_workers.txt | 2 +- common/pop_types/cwp_investors.txt | 2 +- common/pop_types/cwp_managers.txt | 2 +- common/pop_types/cwp_service_workers.txt | 6 +- common/pop_types/cwp_technicians.txt | 2 +- common/pop_types/old/academics.txt | 2 +- common/pop_types/old/aristocrats.txt | 8 +- common/pop_types/old/bureaucrats.txt | 2 +- common/pop_types/old/capitalists.txt | 14 +- common/pop_types/old/clergymen.txt | 2 +- common/pop_types/old/officers.txt | 4 +- common/production_methods/01_industry.txt | 20 +- common/production_methods/02_agro.txt | 16 +- common/production_methods/03_mines.txt | 80 +- common/production_methods/04_plantations.txt | 78 +- common/production_methods/06_urban_center.txt | 4 +- common/production_methods/07_government.txt | 2 +- .../00_starting_pop_literacy.txt | 36 +- .../00_starting_pop_wealth.txt | 12 +- .../aroai_preparation_effects.txt | 8 +- common/scripted_effects/cwp_atheism.txt | 8 +- .../scripted_triggers/00_clothes_triggers.txt | 40 +- .../00_scripted_triggers.txt | 12 +- common/technology/technologies/30_society.txt | 32 +- documentation/modifiers.log | 1824 ++--- events/economic_events.txt | 47 +- gfx/portraits/accessories/clothes.txt | 1174 ++-- .../accessory_variations/european.txt | 8 +- .../portrait_animations/animations.txt | 32 +- .../portrait_modifiers/01_accessories.txt | 505 +- .../portrait_modifiers/01_beards.txt | 338 +- .../portrait_modifiers/01_clothes.txt | 6075 +++++++++-------- .../portrait_modifiers/01_headgear.txt | 10 +- gui/map_markers.gui | 2 +- gui/states_panel.gui | 4 +- gui/states_panel_buildings.gui | 2 +- gui/texticons.gui | 74 +- gui/window_component_library.gui | 2 +- .../english/CWP/CWP_modifiers_l_english.yml | 42 +- .../english/CWP/CWP_objectives_l_english.yml | 10 +- localization/english/concepts_l_english.yml | 16 +- localization/english/content_1_l_english.yml | 6 +- localization/english/content_4_l_english.yml | 2 +- localization/english/core_l_english.yml | 2 +- .../interest_groups_l_english.yml | 2 +- localization/english/interfaces_l_english.yml | 35 +- localization/english/inventions_l_english.yml | 2 +- localization/english/laws_l_english.yml | 2 +- localization/english/modifiers_l_english.yml | 416 +- localization/english/parties_l_english.yml | 4 +- localization/english/pop_types_l_english.yml | 64 +- .../english/production_methods_l_english.yml | 2 +- 85 files changed, 6203 insertions(+), 5388 deletions(-) diff --git a/common/character_traits/cwp_traits.txt b/common/character_traits/cwp_traits.txt index 83f394044..614f47bd8 100644 --- a/common/character_traits/cwp_traits.txt +++ b/common/character_traits/cwp_traits.txt @@ -1,5 +1,4 @@ #TODO create events and/or conditionals to allow lawyer characters to have some sway on passing laws [for 1.4 DLC release] - ### skill Traits #Commander Skills un_president = { @@ -251,7 +250,7 @@ career_trade_unionist = { } country_modifier = { interest_group_ig_socialists_approval_add = 1 - country_machinists_pol_str_mult = 0.1 + country_technicians_pol_str_mult = 0.1 } interest_group_modifier = { } diff --git a/common/character_traits/personality_traits.txt b/common/character_traits/personality_traits.txt index 051ba224d..2070b20f8 100644 --- a/common/character_traits/personality_traits.txt +++ b/common/character_traits/personality_traits.txt @@ -450,7 +450,7 @@ hedonist = { unit_morale_recovery_mult = 0.05 } country_modifier = { - country_clergymen_pol_str_mult = -0.1 + country_clergy_pol_str_mult = -0.1 } interest_group_modifier = { interest_group_in_government_approval_add = 1 @@ -474,7 +474,7 @@ pious = { unit_morale_recovery_mult = 0.25 } country_modifier = { - country_clergymen_pol_str_mult = 0.1 + country_clergy_pol_str_mult = 0.1 } interest_group_modifier = { } diff --git a/common/history/pops/100_pops_example.txt b/common/history/pops/100_pops_example.txt index 0faa51eac..96e48e4d6 100644 --- a/common/history/pops/100_pops_example.txt +++ b/common/history/pops/100_pops_example.txt @@ -34,7 +34,7 @@ POPS = { # } # # create_pop = { - # pop_type = aristocrats + # pop_type = investors # culture = polish # religion = catholic # size = 5200 diff --git a/common/interest_groups/00_armed_forces.txt b/common/interest_groups/00_armed_forces.txt index 348733967..58bca7dd3 100755 --- a/common/interest_groups/00_armed_forces.txt +++ b/common/interest_groups/00_armed_forces.txt @@ -28,15 +28,15 @@ OR = { is_pop_type = soldiers is_pop_type = officers - is_pop_type = aristocrats - is_pop_type = shopkeepers + is_pop_type = investors + is_pop_type = managers pop_is_discriminated = no } } pop_weight = { value = 0 add = { - desc = "POP_SHOPKEEPERS" + desc = "POP_MANAGERS" if = { limit = { owner = { @@ -45,7 +45,7 @@ has_law = law_type:law_selective_conscription } } - is_pop_type = shopkeepers + is_pop_type = managers } value = 10 } @@ -69,10 +69,10 @@ } } add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 50 } diff --git a/common/interest_groups/00_devout.txt b/common/interest_groups/00_devout.txt index ac40b984d..2be23cc34 100755 --- a/common/interest_groups/00_devout.txt +++ b/common/interest_groups/00_devout.txt @@ -26,7 +26,9 @@ if = { limit = { NOT = { - scope:interest_group.owner = {country_has_state_religion = rel:atheist} + scope:interest_group.owner = { + country_has_state_religion = rel:atheist + } } } change_character_religion = scope:interest_group.owner.religion @@ -36,27 +38,31 @@ OR = { has_state_religion = yes AND = { - NOT = {has_pop_religion = atheist} - scope:interest_group.owner = {country_has_state_religion = rel:atheist} + NOT = { + has_pop_religion = atheist + } + scope:interest_group.owner = { + country_has_state_religion = rel:atheist + } } } } pop_weight = { value = 25 add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 200 } } add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } value = 100 } @@ -66,7 +72,7 @@ if = { limit = { NOT = { - is_pop_type = clergymen + is_pop_type = clergy } literacy_rate >= 0.5 literacy_rate < 0.6 @@ -79,7 +85,7 @@ if = { limit = { NOT = { - is_pop_type = clergymen + is_pop_type = clergy } literacy_rate >= 0.6 literacy_rate < 0.7 @@ -92,7 +98,7 @@ if = { limit = { NOT = { - is_pop_type = clergymen + is_pop_type = clergy } literacy_rate >= 0.7 literacy_rate < 0.8 @@ -105,7 +111,7 @@ if = { limit = { NOT = { - is_pop_type = clergymen + is_pop_type = clergy } literacy_rate >= 0.8 literacy_rate < 0.9 @@ -118,7 +124,7 @@ if = { limit = { NOT = { - is_pop_type = clergymen + is_pop_type = clergy } literacy_rate >= 0.9 } @@ -220,7 +226,6 @@ } } } - # The chance that a commander belonging to this IG takes over leadership when it changes # scope:character is the most popular commander in the IG commander_leader_chance = { diff --git a/common/interest_groups/00_rural_folk.txt b/common/interest_groups/00_rural_folk.txt index ab4e74723..46d7ed408 100755 --- a/common/interest_groups/00_rural_folk.txt +++ b/common/interest_groups/00_rural_folk.txt @@ -26,8 +26,8 @@ } pop_potential = { NOR = { - is_pop_type = aristocrats - is_pop_type = capitalists + is_pop_type = investors + is_pop_type = executives } OR = { pop_employment_building_group = bg_agriculture @@ -51,28 +51,28 @@ } } add = { - desc = "POP_FARMERS" + desc = "POP_managers" if = { limit = { - is_pop_type = farmers + is_pop_type = managers } value = 200 } } add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } value = 200 } } add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 100 } @@ -172,7 +172,6 @@ } } } - # The chance that a commander belonging to this IG takes over leadership when it changes # scope:character is the most popular commander in the IG commander_leader_chance = { diff --git a/common/interest_groups/cwp_conglomerates.txt b/common/interest_groups/cwp_conglomerates.txt index bee544fe2..9005fb45a 100644 --- a/common/interest_groups/cwp_conglomerates.txt +++ b/common/interest_groups/cwp_conglomerates.txt @@ -26,18 +26,18 @@ } pop_potential = { OR = { - is_pop_type = capitalists + is_pop_type = executives is_pop_type = engineers - is_pop_type = shopkeepers + is_pop_type = managers } } pop_weight = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } value = 200 } @@ -52,10 +52,10 @@ } } add = { - desc = "POP_SHOPKEEPERS" + desc = "POP_MANAGERS" if = { limit = { - is_pop_type = shopkeepers + is_pop_type = managers } value = 50 } @@ -167,7 +167,6 @@ } } } - # The chance that a commander belonging to this IG takes over leadership when it changes # scope:character is the most popular commander in the IG commander_leader_chance = { diff --git a/common/interest_groups/cwp_elites.txt b/common/interest_groups/cwp_elites.txt index 84c852e4e..5d8180dd9 100644 --- a/common/interest_groups/cwp_elites.txt +++ b/common/interest_groups/cwp_elites.txt @@ -26,28 +26,28 @@ } pop_potential = { OR = { - is_pop_type = aristocrats - is_pop_type = clergymen + is_pop_type = investors + is_pop_type = clergy is_pop_type = officers - is_pop_type = farmers + is_pop_type = managers } } pop_weight = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 250 } } add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 50 } @@ -62,10 +62,10 @@ } } add = { - desc = "POP_FARMERS" + desc = "POP_managers" if = { limit = { - is_pop_type = farmers + is_pop_type = managers } value = 50 } @@ -165,7 +165,6 @@ } } } - # The chance that a commander belonging to this IG takes over leadership when it changes # scope:character is the most popular commander in the IG commander_leader_chance = { diff --git a/common/interest_groups/cwp_entrepreneurs.txt b/common/interest_groups/cwp_entrepreneurs.txt index fd295da5d..098043dd9 100644 --- a/common/interest_groups/cwp_entrepreneurs.txt +++ b/common/interest_groups/cwp_entrepreneurs.txt @@ -27,8 +27,8 @@ pop_potential = { pop_has_primary_culture = yes NOR = { - is_pop_type = aristocrats - is_pop_type = capitalists + is_pop_type = investors + is_pop_type = executives } OR = { pop_employment_building_group = bg_manufacturing @@ -40,10 +40,10 @@ pop_weight = { value = 75 add = { - desc = "POP_SHOPKEEPERS" + desc = "POP_MANAGERS" if = { limit = { - is_pop_type = shopkeepers + is_pop_type = managers } value = 200 } @@ -57,13 +57,13 @@ has_law = law_type:law_council_republic } } - is_pop_type = bureaucrats # Bureaucrats in non-communist countries have slight support + is_pop_type = admnistrators # Bureaucrats in non-communist countries have slight support } value = 20 } } add = { - desc = "POP_MACHINISTS" + desc = "POP_technicians" if = { limit = { owner = { @@ -71,7 +71,7 @@ has_law = law_type:law_council_republic } } - is_pop_type = machinists + is_pop_type = technicians } value = 20 } @@ -91,10 +91,10 @@ } } add = { - desc = "POP_CLERKS" + desc = "POP_service_workers" if = { limit = { - is_pop_type = clerks + is_pop_type = service_workers } value = 50 } diff --git a/common/interest_groups/cwp_intellectuals.txt b/common/interest_groups/cwp_intellectuals.txt index bef6708f2..fbfb57802 100644 --- a/common/interest_groups/cwp_intellectuals.txt +++ b/common/interest_groups/cwp_intellectuals.txt @@ -8,7 +8,7 @@ ideologies = { ideology_liberal ideology_anti_clerical - ideology_republican + ideology_republican } enable = { always = yes @@ -27,7 +27,7 @@ pop_potential = { literacy_rate > 0.25 NOT = { - is_pop_type = peasants + is_pop_type = informal_workers } } pop_weight = { @@ -42,10 +42,10 @@ } } add = { - desc = "POP_CLERKS" + desc = "POP_service_workers" if = { limit = { - is_pop_type = clerks + is_pop_type = service_workers } value = 100 } @@ -54,25 +54,25 @@ desc = "POP_BUREAUCRATS" if = { limit = { - is_pop_type = bureaucrats + is_pop_type = admnistrators } value = 50 # Lowered for state bureaucrat IG } } add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } value = 50 } } add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 50 } @@ -233,7 +233,6 @@ } } } - # The chance that a commander belonging to this IG takes over leadership when it changes # scope:character is the most popular commander in the IG commander_leader_chance = { diff --git a/common/interest_groups/cwp_socialists.txt b/common/interest_groups/cwp_socialists.txt index 3f2984fa2..2a908d67d 100644 --- a/common/interest_groups/cwp_socialists.txt +++ b/common/interest_groups/cwp_socialists.txt @@ -28,9 +28,9 @@ } pop_potential = { NOR = { - is_pop_type = aristocrats - is_pop_type = capitalists - is_pop_type = clergymen + is_pop_type = investors + is_pop_type = executives + is_pop_type = clergy } NOR = { pop_employment_building_group = bg_agriculture @@ -66,7 +66,7 @@ has_law = law_type:law_landed_voting } } - is_pop_type = bureaucrats # Communist countries that are demcoratic have less bureaucrat pull + is_pop_type = admnistrators # Communist countries that are demcoratic have less bureaucrat pull } value = 20 } @@ -85,7 +85,7 @@ has_law = law_type:law_anarchy } } - is_pop_type = bureaucrats # Communist countries that are authoritarian have more bureaucrat pull + is_pop_type = admnistrators # Communist countries that are authoritarian have more bureaucrat pull } value = 100 } @@ -109,7 +109,7 @@ } } add = { - desc = "POP_MACHINISTS" + desc = "POP_technicians" if = { limit = { owner = { @@ -121,16 +121,16 @@ has_law = law_type:law_landed_voting } } - is_pop_type = machinists + is_pop_type = technicians } value = 50 } } add = { - desc = "POP_MACHINISTS" + desc = "POP_technicians" if = { limit = { - is_pop_type = machinists + is_pop_type = technicians } value = 50 } @@ -174,46 +174,46 @@ } } } -# multiply = { -# desc = "NO_LABOR_MOVEMENT" -# value = 1 -# if = { -# limit = { -# owner = { -# NOT = { -# has_technology_researched = labor_movement -# } -# } -# } -# value = 0.5 -# } -# } -# multiply = { -# desc = "NO_EGALITARIANISM" -# value = 1 -# if = { -# limit = { -# owner = { -# NOT = { -# has_technology_researched = egalitarianism -# } -# } -# } -# value = 0.5 -# } -# } -# multiply = { -# desc = "decentralized_power" -# value = 1 -# if = { -# limit = { -# owner = { -# is_country_type = decentralized -# } -# } -# value = 0 -# } -# } + # multiply = { + # desc = "NO_LABOR_MOVEMENT" + # value = 1 + # if = { + # limit = { + # owner = { + # NOT = { + # has_technology_researched = labor_movement + # } + # } + # } + # value = 0.5 + # } + # } + # multiply = { + # desc = "NO_EGALITARIANISM" + # value = 1 + # if = { + # limit = { + # owner = { + # NOT = { + # has_technology_researched = egalitarianism + # } + # } + # } + # value = 0.5 + # } + # } + # multiply = { + # desc = "decentralized_power" + # value = 1 + # if = { + # limit = { + # owner = { + # is_country_type = decentralized + # } + # } + # value = 0 + # } + # } if = { limit = { scope:interest_group = { diff --git a/common/laws/00_army_model.txt b/common/laws/00_army_model.txt index d19001324..4c0ed9b76 100644 --- a/common/laws/00_army_model.txt +++ b/common/laws/00_army_model.txt @@ -14,12 +14,12 @@ } pop_support = { value = 0 - # Aristocrats like feudalism + # investors like feudalism add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.33 } @@ -88,10 +88,10 @@ law_national_militia = { value = 0 # Farmers like waving a rifle around and telling people to get off their land add = { - desc = "POP_FARMERS" + desc = "POP_LABORERS" if = { limit = { - is_pop_type = farmers + is_pop_type = laborers } value = 0.25 } @@ -168,10 +168,10 @@ law_private_army = { pop_support = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } value = 0.1 } diff --git a/common/laws/00_bureaucracy.txt b/common/laws/00_bureaucracy.txt index 2ff20e978..1518b6393 100644 --- a/common/laws/00_bureaucracy.txt +++ b/common/laws/00_bureaucracy.txt @@ -18,12 +18,12 @@ } pop_support = { value = 0 - # Aristocrats like nepotism + # investors like nepotism add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.25 } @@ -64,7 +64,7 @@ law_politicized_bureaucrats = { desc = "POP_BUREAUCRATS" if = { limit = { - is_pop_type = bureaucrats + is_pop_type = admnistrators } value = 0.33 } @@ -106,7 +106,7 @@ law_career_bureaucrats = { owner = { has_law = law_type:law_hereditary_bureaucrats } - is_pop_type = bureaucrats + is_pop_type = admnistrators } } value = 0.15 @@ -143,7 +143,7 @@ law_elected_bureaucrats = { owner = { has_law = law_type:law_hereditary_bureaucrats } - is_pop_type = bureaucrats + is_pop_type = admnistrators } } value = 0.15 diff --git a/common/laws/00_childrens_rights.txt b/common/laws/00_childrens_rights.txt index 4c95ecf7f..cd60c0392 100644 --- a/common/laws/00_childrens_rights.txt +++ b/common/laws/00_childrens_rights.txt @@ -7,9 +7,9 @@ law_child_labor_allowed = { progressiveness = -50 modifier = { state_laborers_mortality_mult = 0.05 - state_machinists_mortality_mult = 0.05 - state_farmers_mortality_mult = 0.05 - state_peasants_mortality_mult = 0.05 + state_technicians_mortality_mult = 0.05 + state_managers_mortality_mult = 0.05 + state_informal_workers_mortality_mult = 0.05 state_dependent_wage_mult = 0.3 } possible_political_movements = { @@ -19,10 +19,10 @@ law_child_labor_allowed = { value = 0 # Get back in the mines! add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } } value = 0.25 @@ -45,8 +45,8 @@ law_restricted_child_labor = { } modifier = { state_laborers_mortality_mult = 0.02 - state_farmers_mortality_mult = 0.02 - state_peasants_mortality_mult = 0.02 + state_managers_mortality_mult = 0.02 + state_informal_workers_mortality_mult = 0.02 state_dependent_wage_mult = 0.15 country_institution_schools_max_investment_add = 1 } @@ -57,13 +57,13 @@ law_restricted_child_labor = { value = 0 # Get back in the mines! add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { owner = { has_law = law_type:law_compulsory_education } - is_pop_type = capitalists + is_pop_type = executives } } value = 0.33 diff --git a/common/laws/00_church_and_state.txt b/common/laws/00_church_and_state.txt index dd8bf0349..a7e88e01d 100644 --- a/common/laws/00_church_and_state.txt +++ b/common/laws/00_church_and_state.txt @@ -25,7 +25,7 @@ law_state_religion = { value = 0 # Clergy like theocracy add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" value = 0.5 } } diff --git a/common/laws/00_distribution_of_power.txt b/common/laws/00_distribution_of_power.txt index ea26b924b..e234886c3 100644 --- a/common/laws/00_distribution_of_power.txt +++ b/common/laws/00_distribution_of_power.txt @@ -24,7 +24,7 @@ law_autocracy = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { owner = { @@ -32,7 +32,7 @@ law_autocracy = { has_law = law_type:law_oligarchy } } - is_pop_type = aristocrats + is_pop_type = investors } value = 0.25 } @@ -64,7 +64,7 @@ law_oligarchy = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { owner = { @@ -72,13 +72,13 @@ law_oligarchy = { has_law = law_type:law_autocracy } } - is_pop_type = aristocrats + is_pop_type = investors } value = 0.25 } } add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { owner = { @@ -86,7 +86,7 @@ law_oligarchy = { has_law = law_type:law_wealth_voting } } - is_pop_type = capitalists + is_pop_type = executives } value = 0.25 } @@ -113,9 +113,9 @@ law_elder_council = { country_legitimacy_govt_total_clout_add = 100 country_legitimacy_govt_size_add = 2 country_legitimacy_ideological_incoherence_mult = -0.1 - country_aristocrats_pol_str_mult = 0.5 + country_investors_pol_str_mult = 0.5 country_officers_pol_str_mult = 0.5 - country_clergymen_pol_str_mult = 0.5 + country_clergy_pol_str_mult = 0.5 country_authority_add = 200 } possible_political_movements = { @@ -150,10 +150,10 @@ law_landed_voting = { country_legitimacy_govt_total_clout_add = 100 country_legitimacy_govt_size_add = 1 country_legitimacy_ideological_incoherence_mult = 0.2 - country_aristocrats_voting_power_add = 50 + country_investors_voting_power_add = 50 country_officers_voting_power_add = 25 - country_clergymen_voting_power_add = 25 - country_capitalists_voting_power_add = 25 + country_clergy_voting_power_add = 25 + country_executives_voting_power_add = 25 country_authority_add = 100 corruption_baseline = -5 } diff --git a/common/laws/00_economic_system.txt b/common/laws/00_economic_system.txt index 642087dc4..bb29dd36e 100644 --- a/common/laws/00_economic_system.txt +++ b/common/laws/00_economic_system.txt @@ -14,9 +14,9 @@ law_traditionalism = { on_activate = { } modifier = { - state_shopkeepers_investment_pool_efficiency_mult = -0.5 - state_capitalists_investment_pool_efficiency_mult = -0.5 - state_aristocrats_investment_pool_efficiency_mult = -0.25 + state__investment_pool_efficiency_mult = -0.5 + state_executives_investment_pool_efficiency_mult = -0.5 + state_investors_investment_pool_efficiency_mult = -0.25 state_bureaucracy_population_base_cost_factor_mult = -0.25 state_tax_capacity_mult = -0.25 country_private_construction_allocation_mult = 0.25 @@ -80,7 +80,7 @@ law_interventionism = { pop_support = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { owner = { @@ -89,7 +89,7 @@ law_interventionism = { has_law = law_type:law_traditionalism } } - is_pop_type = capitalists + is_pop_type = executives } value = 0.33 } @@ -109,9 +109,9 @@ law_agrarianism = { on_activate = { } modifier = { - state_aristocrats_investment_pool_efficiency_mult = 0.5 - state_farmers_investment_pool_efficiency_mult = 0.5 - state_capitalists_investment_pool_efficiency_mult = -0.25 + state_investors_investment_pool_efficiency_mult = 0.5 + state_managers_investment_pool_efficiency_mult = 0.5 + state_executives_investment_pool_efficiency_mult = -0.25 country_private_construction_allocation_mult = 0.5 country_subsidies_bg_agriculture = yes country_subsidies_bg_ranching = yes @@ -137,7 +137,7 @@ law_agrarianism = { pop_support = { value = 0 add = { - desc = "POP_FARMERS" + desc = "POP_managers" if = { limit = { owner = { @@ -147,13 +147,13 @@ law_agrarianism = { has_law = law_type:law_traditionalism } } - is_pop_type = farmers + is_pop_type = managers } value = 0.33 } } add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { owner = { @@ -162,7 +162,7 @@ law_agrarianism = { has_law = law_type:law_laissez_faire } } - is_pop_type = aristocrats + is_pop_type = investors } value = 0.33 } @@ -190,8 +190,8 @@ law_laissez_faire = { } modifier = { country_loan_interest_rate_mult = -0.25 - state_shopkeepers_investment_pool_efficiency_mult = 0.25 - state_capitalists_investment_pool_efficiency_mult = 0.5 + state__investment_pool_efficiency_mult = 0.25 + state_executives_investment_pool_efficiency_mult = 0.5 country_private_construction_allocation_mult = 0.75 country_subsidies_bg_infrastructure = yes country_subsidies_bg_trade = yes @@ -230,8 +230,8 @@ law_cooperative_ownership = { } } modifier = { - state_shopkeepers_investment_pool_efficiency_mult = 0.25 - state_farmers_investment_pool_efficiency_mult = 0.25 + state_service_workers_investment_pool_efficiency_mult = 0.25 + state_managers_investment_pool_efficiency_mult = 0.25 country_private_construction_allocation_mult = 0.35 country_subsidies_all = yes } @@ -255,7 +255,7 @@ law_cooperative_ownership = { pop_support = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { owner = { @@ -264,7 +264,7 @@ law_cooperative_ownership = { has_law = law_type:law_traditionalism } } - is_pop_type = capitalists + is_pop_type = executives } value = 0.5 } @@ -307,7 +307,7 @@ law_command_economy = { desc = "POP_BUREAUCRATS" if = { limit = { - is_pop_type = bureaucrats + is_pop_type = admnistrators } value = 0.2 } diff --git a/common/laws/00_education_system.txt b/common/laws/00_education_system.txt index 465aa79d2..fab75ef6e 100644 --- a/common/laws/00_education_system.txt +++ b/common/laws/00_education_system.txt @@ -47,10 +47,10 @@ law_religious_schools = { pop_support = { value = 0 add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.33 } diff --git a/common/laws/00_governance_principles.txt b/common/laws/00_governance_principles.txt index 6d9b790fa..28415e188 100644 --- a/common/laws/00_governance_principles.txt +++ b/common/laws/00_governance_principles.txt @@ -41,10 +41,10 @@ law_monarchy = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.33 } @@ -152,10 +152,10 @@ law_theocracy = { pop_support = { value = 0 add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.33 } diff --git a/common/laws/00_policing.txt b/common/laws/00_policing.txt index 97d95da23..b99a080be 100644 --- a/common/laws/00_policing.txt +++ b/common/laws/00_policing.txt @@ -28,7 +28,7 @@ law_local_police = { institution_modifier = { interest_group_ig_elites_pol_str_mult = 0.05 interest_group_ig_entrepreneurs_pol_str_mult = 0.05 - state_turmoil_effects_mult = -0.01 #Entire institution at -30% max + state_turmoil_effects_mult = -0.01 #Entire institution at -30% max } modifier = { country_institution_police_max_investment_add = 1 @@ -41,10 +41,10 @@ law_local_police = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.25 } @@ -184,10 +184,10 @@ law_privatized_police_force = { pop_support = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } value = 0.1 } diff --git a/common/laws/00_taxation.txt b/common/laws/00_taxation.txt index fa1dcc065..7c6ffbfa2 100644 --- a/common/laws/00_taxation.txt +++ b/common/laws/00_taxation.txt @@ -31,13 +31,13 @@ law_consumption_based_taxation = { pop_support = { value = 0 add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { owner = { has_law = law_type:law_land_based_taxation } - is_pop_type = peasants + is_pop_type = informal_workers } value = 0.75 } @@ -85,10 +85,10 @@ law_land_based_taxation = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.33 } @@ -146,13 +146,13 @@ law_per_capita_based_taxation = { pop_support = { value = 0 add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { owner = { has_law = law_type:law_land_based_taxation } - is_pop_type = peasants + is_pop_type = informal_workers } value = 0.75 } @@ -201,13 +201,13 @@ law_proportional_taxation = { pop_support = { value = 0 add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { owner = { has_law = law_type:law_land_based_taxation } - is_pop_type = peasants + is_pop_type = informal_workers } value = 0.75 } @@ -255,13 +255,13 @@ law_graduated_taxation = { pop_support = { value = 0 add = { - desc = "POP_PEASANTS" + desc = "POP_informal_workers" if = { limit = { owner = { has_law = law_type:law_land_based_taxation } - is_pop_type = peasants + is_pop_type = informal_workers } value = 0.75 } diff --git a/common/laws/cwp_corporations.txt b/common/laws/cwp_corporations.txt index 03cc6d636..2cce21999 100644 --- a/common/laws/cwp_corporations.txt +++ b/common/laws/cwp_corporations.txt @@ -26,7 +26,7 @@ law_corporations_discouraged = { } progressiveness = 20 modifier = { - state_capitalists_investment_pool_efficiency_mult = -0.25 + state_executives_investment_pool_efficiency_mult = -0.25 state_radicals_from_sol_change_mult = -0.25 country_bureaucracy_investment_cost_factor_mult = 0.05 interest_group_ig_entrepreneurs_pol_str_mult = 0.15 @@ -50,7 +50,7 @@ law_corporations_favored = { modifier = { state_tax_capacity_mult = -0.15 interest_group_ig_conglomerates_pol_str_mult = 0.25 - state_capitalists_investment_pool_efficiency_mult = 0.25 + state_executives_investment_pool_efficiency_mult = 0.25 } possible_political_movements = { law_no_corporation_focus diff --git a/common/laws/cwp_due_process_laws.txt b/common/laws/cwp_due_process_laws.txt index 560f57917..617dfc7bf 100644 --- a/common/laws/cwp_due_process_laws.txt +++ b/common/laws/cwp_due_process_laws.txt @@ -13,7 +13,6 @@ law_no_due_process = { } pop_support = { value = 0 - add = { desc = "POP_ACADEMICS" if = { @@ -24,10 +23,10 @@ law_no_due_process = { } } add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.05 } @@ -52,7 +51,6 @@ law_kangaroo_courts = { } pop_support = { value = 0 - add = { desc = "POP_ACADEMICS" if = { @@ -63,10 +61,10 @@ law_kangaroo_courts = { } } add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.05 } @@ -100,10 +98,10 @@ law_politicized_courts = { pop_support = { value = 0 add = { - desc = "POP_ARISTOCRATS" + desc = "POP_investors" if = { limit = { - is_pop_type = aristocrats + is_pop_type = investors } value = 0.1 } @@ -112,7 +110,6 @@ law_politicized_courts = { ai_will_do = { exists = ruler ruler = { - } } } @@ -144,10 +141,10 @@ law_independent_judiciary = { } } add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.05 } @@ -175,10 +172,10 @@ law_private_adjudication = { pop_support = { value = 0 add = { - desc = "POP_CAPITALISTS" + desc = "POP_executives" if = { limit = { - is_pop_type = capitalists + is_pop_type = executives } value = 0.1 } diff --git a/common/laws/cwp_higher_education_system.txt b/common/laws/cwp_higher_education_system.txt index f5b5b880e..92f18bead 100644 --- a/common/laws/cwp_higher_education_system.txt +++ b/common/laws/cwp_higher_education_system.txt @@ -47,10 +47,10 @@ law_religious_higher_education = { pop_support = { value = 0 add = { - desc = "POP_CLERGYMEN" + desc = "POP_clergy" if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } value = 0.33 } diff --git a/common/modifier_types/00_modifier_types.txt b/common/modifier_types/00_modifier_types.txt index bd5870529..390a4ae60 100644 --- a/common/modifier_types/00_modifier_types.txt +++ b/common/modifier_types/00_modifier_types.txt @@ -625,7 +625,7 @@ country_weekly_innovation_max_add = { country_weekly_innovation_add = { good = yes percent = no - ai_value = 2000 # 1 innovation = same value as 2000 profit + ai_value = 2000 # 1 innovation = same value as 2000 profit } country_weekly_innovation_mult = { @@ -662,7 +662,7 @@ building_group_bg_agriculture_laborers_mortality_mult = { num_decimals = 0 } -building_group_bg_agriculture_farmers_mortality_mult = { +building_group_bg_agriculture_managers_mortality_mult = { good = no percent = yes num_decimals = 0 @@ -674,7 +674,7 @@ building_group_bg_ranching_laborers_mortality_mult = { num_decimals = 0 } -building_group_bg_ranching_farmers_mortality_mult = { +building_group_bg_ranching_managers_mortality_mult = { good = no percent = yes num_decimals = 0 @@ -686,7 +686,7 @@ building_group_bg_plantations_laborers_mortality_mult = { num_decimals = 0 } -building_group_bg_plantations_farmers_mortality_mult = { +building_group_bg_plantations_managers_mortality_mult = { good = no percent = yes num_decimals = 0 @@ -714,24 +714,24 @@ building_group_bg_manufacturing_laborers_standard_of_living_add = { percent = no } -building_group_bg_mining_machinists_mortality_mult = { +building_group_bg_mining_technicians_mortality_mult = { good = no percent = yes num_decimals = 0 } -building_group_bg_manufacturing_machinists_mortality_mult = { +building_group_bg_manufacturing_technicians_mortality_mult = { good = no percent = yes num_decimals = 0 } -building_group_bg_mining_machinists_standard_of_living_add = { +building_group_bg_mining_technicians_standard_of_living_add = { good = yes percent = no } -building_group_bg_manufacturing_machinists_standard_of_living_add = { +building_group_bg_manufacturing_technicians_standard_of_living_add = { good = yes percent = no } diff --git a/common/modifiers/00_static_modifiers.txt b/common/modifiers/00_static_modifiers.txt index 43e7a8930..3cef06220 100644 --- a/common/modifiers/00_static_modifiers.txt +++ b/common/modifiers/00_static_modifiers.txt @@ -21,8 +21,8 @@ base_values = { state_middle_expected_sol = 10 state_rich_expected_sol = 15 state_expected_sol_from_literacy = 5 - state_farmers_investment_pool_contribution_add = 0.05 - state_shopkeepers_investment_pool_contribution_add = 0.05 + state_managers_investment_pool_contribution_add = 0.05 + state_service_workers_investment_pool_contribution_add = 0.05 state_investors_investment_pool_contribution_add = 0.1 state_executives_investment_pool_contribution_add = 0.2 country_construction_add = 5 @@ -46,25 +46,25 @@ coastal_state = { working_conditions = { icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds building_group_bg_mining_laborers_mortality_mult = 0.1 - building_group_bg_mining_machinists_mortality_mult = 0.05 + building_group_bg_mining_technicians_mortality_mult = 0.05 building_group_bg_mining_engineers_mortality_mult = 0.02 building_group_bg_mining_professionals_mortality_mult = 0.02 building_group_bg_logging_laborers_mortality_mult = 0.1 - building_group_bg_logging_machinists_mortality_mult = 0.05 + building_group_bg_logging_technicians_mortality_mult = 0.05 building_group_bg_logging_engineers_mortality_mult = 0.02 building_group_bg_logging_professionals_mortality_mult = 0.02 building_group_bg_fossil_fuels_laborers_mortality_mult = 0.1 - building_group_bg_fossil_fuels_machinists_mortality_mult = 0.05 + building_group_bg_fossil_fuels_technicians_mortality_mult = 0.05 building_group_bg_fossil_fuels_engineers_mortality_mult = 0.02 building_group_bg_fossil_fuels_professionals_mortality_mult = 0.02 building_group_bg_light_industry_laborers_mortality_mult = 0.05 - building_group_bg_light_industry_machinists_mortality_mult = 0.02 + building_group_bg_light_industry_technicians_mortality_mult = 0.02 building_group_bg_heavy_industry_laborers_mortality_mult = 0.1 - building_group_bg_heavy_industry_machinists_mortality_mult = 0.05 + building_group_bg_heavy_industry_technicians_mortality_mult = 0.05 building_group_bg_heavy_industry_engineers_mortality_mult = 0.02 building_group_bg_heavy_industry_professionals_mortality_mult = 0.02 building_group_bg_infrastructure_laborers_mortality_mult = 0.1 - building_group_bg_infrastructure_machinists_mortality_mult = 0.05 + building_group_bg_infrastructure_technicians_mortality_mult = 0.05 building_group_bg_infrastructure_engineers_mortality_mult = 0.02 building_group_bg_infrastructure_professionals_mortality_mult = 0.02 } @@ -409,8 +409,8 @@ low_pop_state = { high_pop_state = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds - state_expected_sol_mult = 0.10 - state_bureaucracy_population_base_cost_factor_mult = 0.10 + state_expected_sol_mult = 0.1 + state_bureaucracy_population_base_cost_factor_mult = 0.1 } country_rivalry = { @@ -437,10 +437,10 @@ infamy_pariah = { # Scales with devastation level state_region_devastation = { icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds - state_infrastructure_mult = -1.0 - state_mortality_mult = 2.0 - state_migration_pull_mult = -2.0 - state_construction_mult = -1.0 + state_infrastructure_mult = -1 + state_mortality_mult = 2 + state_migration_pull_mult = -2 + state_construction_mult = -1 } # Scales with deficiency in tax capacity diff --git a/common/modifiers/cwp_nation_modifiers.txt b/common/modifiers/cwp_nation_modifiers.txt index 731f02f96..c601d51d3 100644 --- a/common/modifiers/cwp_nation_modifiers.txt +++ b/common/modifiers/cwp_nation_modifiers.txt @@ -7,22 +7,22 @@ full_investment_pool = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds state_academics_investment_pool_contribution_add = -0.001 - state_aristocrats_investment_pool_contribution_add = -0.001 + state_investors_investment_pool_contribution_add = -0.001 state_bureaucrats_investment_pool_contribution_add = -0.001 - state_capitalists_investment_pool_contribution_add = -0.001 - state_clergymen_investment_pool_contribution_add = -0.001 - state_clerks_investment_pool_contribution_add = -0.001 + state_executives_investment_pool_contribution_add = -0.001 + state_clergy_investment_pool_contribution_add = -0.001 + state_service_workers_investment_pool_contribution_add = -0.001 state_engineers_investment_pool_contribution_add = -0.001 - state_farmers_investment_pool_contribution_add = -0.001 + state_managers_investment_pool_contribution_add = -0.001 state_laborers_investment_pool_contribution_add = -0.001 - state_machinists_investment_pool_contribution_add = -0.001 - state_peasants_investment_pool_contribution_add = -0.001 - state_shopkeepers_investment_pool_contribution_add = -0.001 + state_technicians_investment_pool_contribution_add = -0.001 + state_informal_workers_investment_pool_contribution_add = -0.001 } article_9_active = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds } + kuomintang_political_dominance = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds } @@ -41,7 +41,7 @@ legacy_of_kemalism = { last_stand = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds - country_war_exhaustion_casualties_mult = -1.0 + country_war_exhaustion_casualties_mult = -1 } racial_tension = { @@ -52,5 +52,5 @@ racial_tension = { forced_neutrality = { icon = gfx/interface/icons/timed_modifier_icons/modifier_flag_negative.dds country_infamy_generation_mult = 100 - country_influence_mult = -100 -} \ No newline at end of file + country_influence_mult = -100 +} diff --git a/common/parties/agrarian_party.txt b/common/parties/agrarian_party.txt index 8a41ab081..f162bf6e0 100644 --- a/common/parties/agrarian_party.txt +++ b/common/parties/agrarian_party.txt @@ -93,7 +93,7 @@ agrarian_party = { } } triggered_desc = { - desc = party_peasants_party + desc = party_informal_workers_party trigger = { country_has_primary_culture = cu:romanian } diff --git a/common/pop_types/cwp_academics.txt b/common/pop_types/cwp_academics.txt index 1e799aae5..81fb049bf 100644 --- a/common/pop_types/cwp_academics.txt +++ b/common/pop_types/cwp_academics.txt @@ -49,7 +49,7 @@ } if = { limit = { - is_pop_type = clerks + is_pop_type = service_workers } multiply = { value = 5 diff --git a/common/pop_types/cwp_administrators.txt b/common/pop_types/cwp_administrators.txt index 362384a7b..d3884dd48 100644 --- a/common/pop_types/cwp_administrators.txt +++ b/common/pop_types/cwp_administrators.txt @@ -65,7 +65,7 @@ } if = { limit = { - is_pop_type = clerks + is_pop_type = service_workers } multiply = { value = 5 @@ -74,7 +74,7 @@ } if = { limit = { - is_pop_type = clergymen + is_pop_type = clergy } multiply = { value = 5 diff --git a/common/pop_types/cwp_clergy.txt b/common/pop_types/cwp_clergy.txt index 42acd81d9..5ed1eb0a4 100644 --- a/common/pop_types/cwp_clergy.txt +++ b/common/pop_types/cwp_clergy.txt @@ -1,6 +1,6 @@ clergy = { #todo update icon - texture = gfx/interface/icons/pops_icons/clergymen.dds + texture = gfx/interface/icons/pops_icons/clergy.dds color = { 232 204 diff --git a/common/pop_types/cwp_creatives.txt b/common/pop_types/cwp_creatives.txt index 67256fdf1..cdfdef94a 100644 --- a/common/pop_types/cwp_creatives.txt +++ b/common/pop_types/cwp_creatives.txt @@ -42,7 +42,7 @@ } qualifications_growth_desc = CREATIVES_QUALIFICATIONS_DESC qualifications = { - # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 + # baseline: ( wealth - 5 ) / 2, norm 10 for service_workers with Wealth 15 add = { value = wealth subtract = 5 diff --git a/common/pop_types/cwp_executives.txt b/common/pop_types/cwp_executives.txt index 8c6080991..f574a39ad 100644 --- a/common/pop_types/cwp_executives.txt +++ b/common/pop_types/cwp_executives.txt @@ -1,5 +1,5 @@ executives = { - texture = gfx/interface/icons/pops_icons/capitalists.dds + texture = gfx/interface/icons/pops_icons/executives.dds color = { 85 120 diff --git a/common/pop_types/cwp_informal_workers.txt b/common/pop_types/cwp_informal_workers.txt index 3eb978a1f..b1e6950c1 100644 --- a/common/pop_types/cwp_informal_workers.txt +++ b/common/pop_types/cwp_informal_workers.txt @@ -1,6 +1,6 @@ informal_workers = { #todo add icon - texture = gfx/interface/icons/pops_icons/peasants.dds + texture = gfx/interface/icons/pops_icons/informal_workers.dds color = { 138 175 diff --git a/common/pop_types/cwp_investors.txt b/common/pop_types/cwp_investors.txt index 8f38c0339..87fc7083b 100644 --- a/common/pop_types/cwp_investors.txt +++ b/common/pop_types/cwp_investors.txt @@ -1,5 +1,5 @@ investors = { - texture = gfx/interface/icons/pops_icons/aristocrats.dds + texture = gfx/interface/icons/pops_icons/investors.dds color = { 49 76 diff --git a/common/pop_types/cwp_managers.txt b/common/pop_types/cwp_managers.txt index 790088f40..86958f45d 100644 --- a/common/pop_types/cwp_managers.txt +++ b/common/pop_types/cwp_managers.txt @@ -42,7 +42,7 @@ } qualifications_growth_desc = MANAGERS_QUALIFICATIONS_DESC qualifications = { - # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 + # baseline: ( wealth - 5 ) / 2, norm 10 for service_workers with Wealth 15 add = { value = wealth subtract = 5 diff --git a/common/pop_types/cwp_service_workers.txt b/common/pop_types/cwp_service_workers.txt index 081548892..1135b0524 100644 --- a/common/pop_types/cwp_service_workers.txt +++ b/common/pop_types/cwp_service_workers.txt @@ -1,6 +1,6 @@ service_workers = { #todo add new icon - texture = gfx/interface/icons/pops_icons/farmers.dds + texture = gfx/interface/icons/pops_icons/managers.dds color = { 88 181 @@ -41,7 +41,7 @@ } qualifications_growth_desc = SERVICE_WORKERS_QUALIFICATIONS_DESC qualifications = { - # baseline: wealth (max 30) / 2, norm 10 for Peasants with Wealth 10 + # baseline: wealth (max 30) / 2, norm 10 for informal_workers with Wealth 10 add = { value = wealth max = 30 @@ -51,7 +51,7 @@ if = { limit = { OR = { - is_pop_type = peasants + is_pop_type = informal_workers is_pop_type = laborers } } diff --git a/common/pop_types/cwp_technicians.txt b/common/pop_types/cwp_technicians.txt index 891a8187f..bda451fe9 100644 --- a/common/pop_types/cwp_technicians.txt +++ b/common/pop_types/cwp_technicians.txt @@ -1,6 +1,6 @@ technicians = { #todo update icon - texture = gfx/interface/icons/pops_icons/machinists.dds + texture = gfx/interface/icons/pops_icons/technicians.dds color = { 199 139 diff --git a/common/pop_types/old/academics.txt b/common/pop_types/old/academics.txt index 6495f6576..37035935f 100644 --- a/common/pop_types/old/academics.txt +++ b/common/pop_types/old/academics.txt @@ -56,7 +56,7 @@ # } # if = { # limit = { -# is_pop_type = aristocrats +# is_pop_type = investors # } # multiply = { # value = 5 diff --git a/common/pop_types/old/aristocrats.txt b/common/pop_types/old/aristocrats.txt index 5f1365839..c1690b26c 100644 --- a/common/pop_types/old/aristocrats.txt +++ b/common/pop_types/old/aristocrats.txt @@ -1,5 +1,5 @@ -# aristocrats = { -# texture = "gfx/interface/icons/pops_icons/aristocrats.dds" +# investors = { +# texture = "gfx/interface/icons/pops_icons/investors.dds" # color = hsv{ 0.60 0.58 0.46 } # strata = rich # start_quality_of_life = 20 @@ -23,7 +23,7 @@ # } # } # } -# qualifications_growth_desc = "ARISTOCRATS_QUALIFICATIONS_DESC" +# qualifications_growth_desc = "investors_QUALIFICATIONS_DESC" # qualifications = { # if = { # limit = { @@ -42,7 +42,7 @@ # } # if = { # limit = { -# is_pop_type = bureaucrats +# is_pop_type = admnistrators # } # multiply = { # value = 5 diff --git a/common/pop_types/old/bureaucrats.txt b/common/pop_types/old/bureaucrats.txt index 01353bb7e..bc53d8549 100644 --- a/common/pop_types/old/bureaucrats.txt +++ b/common/pop_types/old/bureaucrats.txt @@ -72,7 +72,7 @@ # } # if = { # limit = { -# is_pop_type = clergymen +# is_pop_type = clergy # } # multiply = { # value = 5 diff --git a/common/pop_types/old/capitalists.txt b/common/pop_types/old/capitalists.txt index 21bf49685..53aa4d666 100644 --- a/common/pop_types/old/capitalists.txt +++ b/common/pop_types/old/capitalists.txt @@ -1,5 +1,5 @@ -# capitalists = { -# texture = "gfx/interface/icons/pops_icons/capitalists.dds" +# executives = { +# texture = "gfx/interface/icons/pops_icons/executives.dds" # color = hsv{ 0.52 0.32 0.49 } # strata = rich # start_quality_of_life = 20 @@ -7,17 +7,13 @@ # literacy_target = 0.70 # dependent_wage = 0.0 # per year # unemployment = yes - # # 70% - 100% politically engaged # political_engagement_base = 0.7 # political_engagement_literacy_factor = 0.3 - # political_engagement_mult = { # value = 1 - # add = { # desc = "POP_STARVATION" - # if = { # limit = { # standard_of_living < 5 @@ -25,10 +21,8 @@ # value = 1 # } # } - # multiply = { # desc = "POP_WORKPLACE" - # if = { # limit = { # pop_employment_building_group = bg_trade @@ -40,8 +34,7 @@ # } # } # } - -# qualifications_growth_desc = "CAPITALISTS_QUALIFICATIONS_DESC" +# qualifications_growth_desc = "executives_QUALIFICATIONS_DESC" # qualifications = { # if = { # limit = { @@ -94,7 +87,6 @@ # } # } # } - # portrait_age = { # integer_range = { # min = define:NPortrait|GRACEFUL_AGING_START diff --git a/common/pop_types/old/clergymen.txt b/common/pop_types/old/clergymen.txt index 6e1480bed..4157c3ebb 100644 --- a/common/pop_types/old/clergymen.txt +++ b/common/pop_types/old/clergymen.txt @@ -51,7 +51,7 @@ # } # if = { # limit = { -# is_pop_type = aristocrats +# is_pop_type = investors # } # multiply = { # value = 5 diff --git a/common/pop_types/old/officers.txt b/common/pop_types/old/officers.txt index 731e50cde..7fa264fbb 100644 --- a/common/pop_types/old/officers.txt +++ b/common/pop_types/old/officers.txt @@ -45,7 +45,7 @@ # } # if = { # limit = { -# is_pop_type = aristocrats +# is_pop_type = investors # } # multiply = { # value = 5 @@ -58,7 +58,7 @@ # has_law = law_type:law_irregular_army # } # NOT = { -# is_pop_type = aristocrats +# is_pop_type = investors # } # } # multiply = { diff --git a/common/production_methods/01_industry.txt b/common/production_methods/01_industry.txt index fb493f3ed..fc6e1476f 100644 --- a/common/production_methods/01_industry.txt +++ b/common/production_methods/01_industry.txt @@ -5486,7 +5486,7 @@ pm_powered_assembly_lines_industry = { building_employment_creatives_mult = -0.04 building_employment_professionals_mult = -0.04 building_employment_academics_mult = -0.04 - building_employment_clergymen_mult = -0.04 + building_employment_clergy_mult = -0.04 building_employment_engineers_mult = -0.04 building_employment_managers_mult = -0.04 building_employment_officers_mult = -0.04 @@ -5518,7 +5518,7 @@ pm_semi_automated_assembly_lines_industry = { building_employment_creatives_mult = -0.14 building_employment_professionals_mult = -0.14 building_employment_academics_mult = -0.14 - building_employment_clergymen_mult = -0.14 + building_employment_clergy_mult = -0.14 building_employment_engineers_mult = -0.14 building_employment_managers_mult = -0.14 building_employment_officers_mult = -0.14 @@ -5550,7 +5550,7 @@ pm_turnover_conveyor_belt_system_industry = { building_employment_creatives_mult = -0.25 building_employment_professionals_mult = -0.25 building_employment_academics_mult = -0.25 - building_employment_clergymen_mult = -0.25 + building_employment_clergy_mult = -0.25 building_employment_engineers_mult = -0.25 building_employment_managers_mult = -0.25 building_employment_officers_mult = -0.25 @@ -5583,7 +5583,7 @@ pm_discrete_manufacturing_industry = { building_employment_creatives_mult = -0.3 building_employment_professionals_mult = -0.3 building_employment_academics_mult = -0.3 - building_employment_clergymen_mult = -0.3 + building_employment_clergy_mult = -0.3 building_employment_engineers_mult = -0.3 building_employment_managers_mult = -0.3 building_employment_officers_mult = -0.3 @@ -5616,7 +5616,7 @@ pm_lean_manufacturing_industry = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -5771,7 +5771,7 @@ pm_proprietary_software = { building_employment_creatives_mult = -0.04 building_employment_professionals_mult = -0.04 building_employment_academics_mult = -0.04 - building_employment_clergymen_mult = -0.04 + building_employment_clergy_mult = -0.04 building_employment_engineers_mult = -0.04 building_employment_managers_mult = -0.04 building_employment_officers_mult = -0.04 @@ -5802,7 +5802,7 @@ pm_graphical_user_interfaces = { building_employment_creatives_mult = -0.14 building_employment_professionals_mult = -0.14 building_employment_academics_mult = -0.14 - building_employment_clergymen_mult = -0.14 + building_employment_clergy_mult = -0.14 building_employment_engineers_mult = -0.14 building_employment_managers_mult = -0.14 building_employment_officers_mult = -0.14 @@ -5833,7 +5833,7 @@ pm_email_servers = { building_employment_creatives_mult = -0.25 building_employment_professionals_mult = -0.25 building_employment_academics_mult = -0.25 - building_employment_clergymen_mult = -0.25 + building_employment_clergy_mult = -0.25 building_employment_engineers_mult = -0.25 building_employment_managers_mult = -0.25 building_employment_officers_mult = -0.25 @@ -5864,7 +5864,7 @@ pm_ai_integrated_software = { building_employment_creatives_mult = -0.3 building_employment_professionals_mult = -0.3 building_employment_academics_mult = -0.3 - building_employment_clergymen_mult = -0.3 + building_employment_clergy_mult = -0.3 building_employment_engineers_mult = -0.3 building_employment_managers_mult = -0.3 building_employment_officers_mult = -0.3 @@ -5895,7 +5895,7 @@ pm_autonomous_ai = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 diff --git a/common/production_methods/02_agro.txt b/common/production_methods/02_agro.txt index 0e0c61a23..2165e72d0 100644 --- a/common/production_methods/02_agro.txt +++ b/common/production_methods/02_agro.txt @@ -434,7 +434,7 @@ pm_mechanized_harvesting = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -467,7 +467,7 @@ pm_advanced_agricultural_machinery = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -502,7 +502,7 @@ pm_iot_sensors = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -537,7 +537,7 @@ pm_ai_analyzed_harvesting = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -744,7 +744,7 @@ pm_barbed_wire_fences = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -770,7 +770,7 @@ pm_electric_fencing = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -800,7 +800,7 @@ pm_refrigerated_storage_building_livestock_ranch = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -827,7 +827,7 @@ pm_refrigerated_rail_cars_building_livestock_ranch = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 diff --git a/common/production_methods/03_mines.txt b/common/production_methods/03_mines.txt index d93eb15af..743523e8d 100644 --- a/common/production_methods/03_mines.txt +++ b/common/production_methods/03_mines.txt @@ -97,7 +97,7 @@ pm_power_tools_coal = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -132,7 +132,7 @@ pm_robotics_integrated_manufacturing_coal = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -167,7 +167,7 @@ pm_computer_analyzed_mining_coal = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -202,7 +202,7 @@ pm_work_drones_coal = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -310,7 +310,7 @@ pm_power_tools_iron = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -345,7 +345,7 @@ pm_robotics_integrated_manufacturing_iron = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -380,7 +380,7 @@ pm_computer_analyzed_mining_iron = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -415,7 +415,7 @@ pm_work_drones_iron = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -523,7 +523,7 @@ pm_power_tools_copper = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -558,7 +558,7 @@ pm_robotics_integrated_manufacturing_copper = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -593,7 +593,7 @@ pm_computer_analyzed_mining_copper = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -628,7 +628,7 @@ pm_work_drones_copper = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -736,7 +736,7 @@ pm_power_tools_rare_earth_elements = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -771,7 +771,7 @@ pm_robotics_integrated_manufacturing_rare_earth_elements = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -806,7 +806,7 @@ pm_computer_analyzed_mining_rare_earth_elements = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -841,7 +841,7 @@ pm_work_drones_rare_earth_elements = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -949,7 +949,7 @@ pm_power_tools_bauxite = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -984,7 +984,7 @@ pm_robotics_integrated_manufacturing_bauxite = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1019,7 +1019,7 @@ pm_computer_analyzed_mining_bauxite = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1054,7 +1054,7 @@ pm_work_drones_bauxite = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1162,7 +1162,7 @@ pm_power_tools_uranium = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1197,7 +1197,7 @@ pm_robotics_integrated_manufacturing_uranium = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1232,7 +1232,7 @@ pm_computer_analyzed_mining_uranium = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1267,7 +1267,7 @@ pm_work_drones_uranium = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1375,7 +1375,7 @@ pm_power_tools_lead = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1410,7 +1410,7 @@ pm_robotics_integrated_manufacturing_lead = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1445,7 +1445,7 @@ pm_computer_analyzed_mining_lead = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1480,7 +1480,7 @@ pm_work_drones_lead = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1587,7 +1587,7 @@ pm_power_tools_phosphorus = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1622,7 +1622,7 @@ pm_robotics_integrated_manufacturing_phosphorus = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1657,7 +1657,7 @@ pm_computer_analyzed_mining_phosphorus = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1692,7 +1692,7 @@ pm_work_drones_phosphorus = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1815,7 +1815,7 @@ pm_power_tools_gold = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1850,7 +1850,7 @@ pm_robotics_integrated_manufacturing_gold = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1885,7 +1885,7 @@ pm_computer_analyzed_mining_gold = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1920,7 +1920,7 @@ pm_work_drones_gold = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1953,7 +1953,7 @@ pm_hauling_trucks = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1980,7 +1980,7 @@ pm_rail_transportation = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -2007,7 +2007,7 @@ pm_intermodal_containers = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -2034,7 +2034,7 @@ pm_double_stack_containers = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 diff --git a/common/production_methods/04_plantations.txt b/common/production_methods/04_plantations.txt index 5ae1810e4..5e0ed42d6 100644 --- a/common/production_methods/04_plantations.txt +++ b/common/production_methods/04_plantations.txt @@ -61,7 +61,7 @@ pm_mechanized_harvesting_coffee = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -94,7 +94,7 @@ pm_advanced_agricultural_machinery_coffee = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -129,7 +129,7 @@ pm_iot_sensors_coffee = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -165,7 +165,7 @@ pm_ai_analyzed_harvesting_coffee = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -237,7 +237,7 @@ pm_mechanized_harvesting_cotton = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -270,7 +270,7 @@ pm_advanced_agricultural_machinery_cotton = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -305,7 +305,7 @@ pm_iot_sensors_cotton = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -341,7 +341,7 @@ pm_ai_analyzed_harvesting_cotton = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -413,7 +413,7 @@ pm_mechanized_harvesting_opium = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -446,7 +446,7 @@ pm_advanced_agricultural_machinery_opium = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -481,7 +481,7 @@ pm_iot_sensors_opium = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -517,7 +517,7 @@ pm_ai_analyzed_harvesting_opium = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -589,7 +589,7 @@ pm_mechanized_harvesting_tea = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -622,7 +622,7 @@ pm_advanced_agricultural_machinery_tea = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -657,7 +657,7 @@ pm_iot_sensors_tea = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -693,7 +693,7 @@ pm_ai_analyzed_harvesting_tea = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -765,7 +765,7 @@ pm_mechanized_harvesting_tobacco = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -798,7 +798,7 @@ pm_advanced_agricultural_machinery_tobacco = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -833,7 +833,7 @@ pm_iot_sensors_tobacco = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -869,7 +869,7 @@ pm_ai_analyzed_harvesting_tobacco = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -941,7 +941,7 @@ pm_mechanized_harvesting_sugar = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -974,7 +974,7 @@ pm_advanced_agricultural_machinery_sugar = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1009,7 +1009,7 @@ pm_iot_sensors_sugar = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1045,7 +1045,7 @@ pm_ai_analyzed_harvesting_sugar = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1115,7 +1115,7 @@ pm_mechanized_harvesting_fruit = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1148,7 +1148,7 @@ pm_advanced_agricultural_machinery_fruit = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1183,7 +1183,7 @@ pm_iot_sensors_fruit = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1219,7 +1219,7 @@ pm_ai_analyzed_harvesting_fruit = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1291,7 +1291,7 @@ pm_mechanized_harvesting_silk = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1324,7 +1324,7 @@ pm_advanced_agricultural_machinery_silk = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1359,7 +1359,7 @@ pm_iot_sensors_silk = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1395,7 +1395,7 @@ pm_ai_analyzed_harvesting_silk = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1465,7 +1465,7 @@ pm_mechanized_harvesting_rubber = { building_employment_creatives_mult = -0.06 building_employment_professionals_mult = -0.06 building_employment_academics_mult = -0.06 - building_employment_clergymen_mult = -0.06 + building_employment_clergy_mult = -0.06 building_employment_engineers_mult = -0.06 building_employment_managers_mult = -0.06 building_employment_officers_mult = -0.06 @@ -1498,7 +1498,7 @@ pm_advanced_agricultural_machinery_rubber = { building_employment_creatives_mult = -0.2 building_employment_professionals_mult = -0.2 building_employment_academics_mult = -0.2 - building_employment_clergymen_mult = -0.2 + building_employment_clergy_mult = -0.2 building_employment_engineers_mult = -0.2 building_employment_managers_mult = -0.2 building_employment_officers_mult = -0.2 @@ -1533,7 +1533,7 @@ pm_iot_sensors_rubber = { building_employment_creatives_mult = -0.29 building_employment_professionals_mult = -0.29 building_employment_academics_mult = -0.29 - building_employment_clergymen_mult = -0.29 + building_employment_clergy_mult = -0.29 building_employment_engineers_mult = -0.29 building_employment_managers_mult = -0.29 building_employment_officers_mult = -0.29 @@ -1569,7 +1569,7 @@ pm_ai_analyzed_harvesting_rubber = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 @@ -1611,7 +1611,7 @@ pm_hauling_trucks_plantation = { building_employment_creatives_mult = -0.09 building_employment_professionals_mult = -0.09 building_employment_academics_mult = -0.09 - building_employment_clergymen_mult = -0.09 + building_employment_clergy_mult = -0.09 building_employment_engineers_mult = -0.09 building_employment_managers_mult = -0.09 building_employment_officers_mult = -0.09 @@ -1642,7 +1642,7 @@ pm_rail_transport_plantation = { building_employment_creatives_mult = -0.25 building_employment_professionals_mult = -0.25 building_employment_academics_mult = -0.25 - building_employment_clergymen_mult = -0.25 + building_employment_clergy_mult = -0.25 building_employment_engineers_mult = -0.25 building_employment_managers_mult = -0.25 building_employment_officers_mult = -0.25 @@ -1671,7 +1671,7 @@ pm_intermodal_containers_plantation = { building_employment_creatives_mult = -0.32 building_employment_professionals_mult = -0.32 building_employment_academics_mult = -0.32 - building_employment_clergymen_mult = -0.32 + building_employment_clergy_mult = -0.32 building_employment_engineers_mult = -0.32 building_employment_managers_mult = -0.32 building_employment_officers_mult = -0.32 diff --git a/common/production_methods/06_urban_center.txt b/common/production_methods/06_urban_center.txt index 3f36e8cdd..cd62a9722 100644 --- a/common/production_methods/06_urban_center.txt +++ b/common/production_methods/06_urban_center.txt @@ -1524,8 +1524,8 @@ pm_mutual_funds = { state_clergy_investment_pool_contribution_add = 0.01 state_administrators_investment_pool_efficiency_mult = 0.05 state_administrators_investment_pool_contribution_add = 0.01 - state_farmers_investment_pool_efficiency_mult = 0.05 - state_farmers_investment_pool_contribution_add = 0.01 + state_managers_investment_pool_efficiency_mult = 0.05 + state_managers_investment_pool_contribution_add = 0.01 } } } diff --git a/common/production_methods/07_government.txt b/common/production_methods/07_government.txt index b34085b98..1428ea5de 100644 --- a/common/production_methods/07_government.txt +++ b/common/production_methods/07_government.txt @@ -305,7 +305,7 @@ pm_paperless_offices = { ##### Bureaucratic Professionalism pm_hereditary_administrators = { - texture = "gfx/interface/icons/production_method_icons/ownership_aristocrats.dds" + texture = "gfx/interface/icons/production_method_icons/ownership_investors.dds" unlocking_laws = { law_hereditary_administrators } diff --git a/common/scripted_effects/00_starting_pop_literacy.txt b/common/scripted_effects/00_starting_pop_literacy.txt index 09f697755..1ca512bf8 100644 --- a/common/scripted_effects/00_starting_pop_literacy.txt +++ b/common/scripted_effects/00_starting_pop_literacy.txt @@ -12,7 +12,7 @@ effect_starting_pop_literacy_very_high = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -29,8 +29,8 @@ effect_starting_pop_literacy_very_high = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.1 @@ -71,7 +71,7 @@ effect_starting_pop_literacy_high = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -88,8 +88,8 @@ effect_starting_pop_literacy_high = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.1 @@ -130,7 +130,7 @@ effect_starting_pop_literacy_middling = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -147,8 +147,8 @@ effect_starting_pop_literacy_middling = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.1 @@ -189,7 +189,7 @@ effect_starting_pop_literacy_low = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -206,8 +206,8 @@ effect_starting_pop_literacy_low = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.1 @@ -248,7 +248,7 @@ effect_starting_pop_literacy_very_low = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -265,8 +265,8 @@ effect_starting_pop_literacy_very_low = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.1 @@ -307,7 +307,7 @@ effect_starting_pop_literacy_baseline = { OR = { is_pop_type = administrators is_pop_type = academics - is_pop_type = clergymen + is_pop_type = clergy is_pop_type = engineers } } @@ -324,8 +324,8 @@ effect_starting_pop_literacy_baseline = { if = { limit = { OR = { - is_pop_type = clerks - is_pop_type = shopkeepers + is_pop_type = service_workers + is_pop_type = managers } } add = 0.05 diff --git a/common/scripted_effects/00_starting_pop_wealth.txt b/common/scripted_effects/00_starting_pop_wealth.txt index 78970f6a7..677ee8b35 100644 --- a/common/scripted_effects/00_starting_pop_wealth.txt +++ b/common/scripted_effects/00_starting_pop_wealth.txt @@ -25,7 +25,7 @@ effect_starting_pop_wealth_exorbitant = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } @@ -61,7 +61,7 @@ effect_starting_pop_wealth_very_high = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } @@ -97,7 +97,7 @@ effect_starting_pop_wealth_high = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } @@ -133,7 +133,7 @@ effect_starting_pop_wealth_medium = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } @@ -169,7 +169,7 @@ effect_starting_pop_wealth_low = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } @@ -205,7 +205,7 @@ effect_starting_pop_wealth_abysmal = { } if = { limit = { - is_pop_type = peasants + is_pop_type = informal_workers } add = -3 } diff --git a/common/scripted_effects/aroai_preparation_effects.txt b/common/scripted_effects/aroai_preparation_effects.txt index 394ed64fe..b702bdb6c 100644 --- a/common/scripted_effects/aroai_preparation_effects.txt +++ b/common/scripted_effects/aroai_preparation_effects.txt @@ -584,11 +584,11 @@ aroai_collect_data_for_construction_and_downsizing = { } } multiply = 35000 # Rice paddies have ~35k workers per level - multiply = 0.98 # But not all of them are peasants + multiply = 0.98 # But not all of them are informal_workers } else = { multiply = 15000 # All the other ones have ~15k workers per level - multiply = 0.94 # But not all of them are peasants + multiply = 0.94 # But not all of them are informal_workers } } } @@ -865,11 +865,11 @@ aroai_collect_data_for_construction_and_downsizing = { } } multiply = 35000 # Rice paddies have ~35k workers per level - multiply = 0.98 # But not all of them are peasants + multiply = 0.98 # But not all of them are informal_workers } else = { multiply = 15000 # All the other ones have ~15k workers per level - multiply = 0.94 # But not all of them are peasants + multiply = 0.94 # But not all of them are informal_workers } } } diff --git a/common/scripted_effects/cwp_atheism.txt b/common/scripted_effects/cwp_atheism.txt index 8b3b1ce5f..b1886e3ec 100644 --- a/common/scripted_effects/cwp_atheism.txt +++ b/common/scripted_effects/cwp_atheism.txt @@ -3,7 +3,7 @@ set_state_religion = rel:atheist every_scope_pop = { limit = { - is_pop_type = machinists + is_pop_type = technicians } change_pop_religion = { target = rel:atheist @@ -33,7 +33,7 @@ and = { literacy_rate > 0.6 NOT = { - is_pop_type = clergymen + is_pop_type = clergy } } } @@ -48,7 +48,7 @@ effect_atheism_activate_law = { set_state_religion = rel:atheist every_scope_pop = { limit = { - is_pop_type = machinists + is_pop_type = technicians } change_pop_religion = { target = rel:atheist @@ -78,7 +78,7 @@ effect_atheism_activate_law = { and = { literacy_rate > 0.6 NOT = { - is_pop_type = clergymen + is_pop_type = clergy } } } diff --git a/common/scripted_triggers/00_clothes_triggers.txt b/common/scripted_triggers/00_clothes_triggers.txt index 2bc19dace..e8f77107f 100644 --- a/common/scripted_triggers/00_clothes_triggers.txt +++ b/common/scripted_triggers/00_clothes_triggers.txt @@ -516,7 +516,9 @@ european_clothes_trigger = { exists = c:PER c:PER = this c:PER = { - NOT = { has_law = law_type:law_theocracy } + NOT = { + has_law = law_type:law_theocracy + } } } } @@ -955,10 +957,10 @@ poor_clothes_pop_trigger = { exists = scope:pop scope:pop = { OR = { - is_pop_type = farmers - is_pop_type = peasants + is_pop_type = managers + is_pop_type = informal_workers is_pop_type = laborers - is_pop_type = machinists + is_pop_type = technicians } } } @@ -967,10 +969,10 @@ middle_clothes_pop_trigger = { exists = scope:pop scope:pop = { OR = { - is_pop_type = clerks + is_pop_type = service_workers is_pop_type = engineers is_pop_type = administrators - is_pop_type = shopkeepers + is_pop_type = managers } } } @@ -1003,21 +1005,21 @@ officers_clothes_pop_trigger = { clergy_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = clergymen + is_pop_type = clergy } } -shopkeepers_clothes_pop_trigger = { +managers_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = shopkeepers + is_pop_type = managers } } -clerks_clothes_pop_trigger = { +service_workers_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = clerks + is_pop_type = service_workers } } @@ -1028,10 +1030,10 @@ academics_clothes_pop_trigger = { } } -farmers_clothes_pop_trigger = { +managers_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = farmers + is_pop_type = managers } } @@ -1042,10 +1044,10 @@ laborers_clothes_pop_trigger = { } } -peasants_clothes_pop_trigger = { +informal_workers_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = peasants + is_pop_type = informal_workers } } @@ -1063,10 +1065,10 @@ investors_clothes_pop_trigger = { } } -machinists_clothes_pop_trigger = { +technicians_clothes_pop_trigger = { exists = scope:pop scope:pop = { - is_pop_type = machinists + is_pop_type = technicians } } @@ -1229,8 +1231,8 @@ should_be_naked_trigger = { exists = scope:pop scope:pop = { OR = { - is_pop_type = farmers - is_pop_type = peasants + is_pop_type = managers + is_pop_type = informal_workers is_pop_type = laborers is_pop_type = slaves } diff --git a/common/scripted_triggers/00_scripted_triggers.txt b/common/scripted_triggers/00_scripted_triggers.txt index 445ee3f84..ffeca4c1e 100644 --- a/common/scripted_triggers/00_scripted_triggers.txt +++ b/common/scripted_triggers/00_scripted_triggers.txt @@ -21,15 +21,15 @@ country_has_voting_franchise = { modifier:country_investors_voting_power_add > 0 modifier:country_administrators_voting_power_add > 0 modifier:country_executives_voting_power_add > 0 - modifier:country_clergymen_voting_power_add > 0 - modifier:country_clerks_voting_power_add > 0 + modifier:country_clergy_voting_power_add > 0 + modifier:country_service_workers_voting_power_add > 0 modifier:country_engineers_voting_power_add > 0 - modifier:country_farmers_voting_power_add > 0 + modifier:country_managers_voting_power_add > 0 modifier:country_laborers_voting_power_add > 0 - modifier:country_machinists_voting_power_add > 0 + modifier:country_technicians_voting_power_add > 0 modifier:country_officers_voting_power_add > 0 - modifier:country_peasants_voting_power_add > 0 - modifier:country_shopkeepers_voting_power_add > 0 + modifier:country_informal_workers_voting_power_add > 0 + modifier:country_managers_voting_power_add > 0 modifier:country_soldiers_voting_power_add > 0 } } diff --git a/common/technology/technologies/30_society.txt b/common/technology/technologies/30_society.txt index 076b0dcfb..745cb1ae6 100644 --- a/common/technology/technologies/30_society.txt +++ b/common/technology/technologies/30_society.txt @@ -1135,8 +1135,6 @@ drug_revolution = { category = society modifier = { state_pop_pol_str_mult = 0.1 - country_criminals_pol_str_mult = 0.1 - state_criminals_mortality_mult = 0.25 building_group_bg_slums_throughput_mult = 0.25 } unlocking_technologies = { @@ -1518,14 +1516,12 @@ microfoundations = { state_investors_investment_pool_contribution_add = 0.05 state_administrators_investment_pool_contribution_add = 0.05 state_executives_investment_pool_contribution_add = 0.05 - state_clergymen_investment_pool_contribution_add = 0.05 + state_clergy_investment_pool_contribution_add = 0.05 state_engineers_investment_pool_contribution_add = 0.05 - state_farmers_investment_pool_contribution_add = 0.05 + state_managers_investment_pool_contribution_add = 0.05 state_laborers_investment_pool_contribution_add = 0.05 - state_machinists_investment_pool_contribution_add = 0.05 - state_peasants_investment_pool_contribution_add = 0.05 - state_criminals_investment_pool_contribution_add = 0.05 - state_shopkeepers_investment_pool_contribution_add = 0.05 + state_technicians_investment_pool_contribution_add = 0.05 + state_informal_workers_investment_pool_contribution_add = 0.05 } unlocking_technologies = { monetary_economics @@ -2271,14 +2267,12 @@ cryptocurrency = { state_investors_investment_pool_efficiency_mult = 0.25 state_administrators_investment_pool_efficiency_mult = 0.1 state_executives_investment_pool_efficiency_mult = 0.25 - state_clergymen_investment_pool_efficiency_mult = 0.05 + state_clergy_investment_pool_efficiency_mult = 0.05 state_engineers_investment_pool_efficiency_mult = 0.25 - state_farmers_investment_pool_efficiency_mult = 0.1 + state_managers_investment_pool_efficiency_mult = 0.1 state_laborers_investment_pool_efficiency_mult = 0.1 - state_machinists_investment_pool_efficiency_mult = 0.15 - state_peasants_investment_pool_efficiency_mult = 0.01 - state_criminals_investment_pool_efficiency_mult = 0.5 - state_shopkeepers_investment_pool_efficiency_mult = 0.2 + state_technicians_investment_pool_efficiency_mult = 0.15 + state_informal_workers_investment_pool_efficiency_mult = 0.01 state_tax_capacity_mult = 0.1 } unlocking_technologies = { @@ -2573,14 +2567,12 @@ quantum_econometrics = { state_investors_investment_pool_efficiency_mult = 0.5 state_administrators_investment_pool_efficiency_mult = 0.25 state_executives_investment_pool_efficiency_mult = 0.5 - state_clergymen_investment_pool_efficiency_mult = 0.1 + state_clergy_investment_pool_efficiency_mult = 0.1 state_engineers_investment_pool_efficiency_mult = 0.5 - state_farmers_investment_pool_efficiency_mult = 0.25 + state_managers_investment_pool_efficiency_mult = 0.25 state_laborers_investment_pool_efficiency_mult = 0.25 - state_machinists_investment_pool_efficiency_mult = 0.25 - state_peasants_investment_pool_efficiency_mult = 0.1 - state_criminals_investment_pool_efficiency_mult = 0.5 - state_shopkeepers_investment_pool_efficiency_mult = 0.5 + state_technicians_investment_pool_efficiency_mult = 0.25 + state_informal_workers_investment_pool_efficiency_mult = 0.1 state_tax_capacity_mult = 0.25 } unlocking_technologies = { diff --git a/documentation/modifiers.log b/documentation/modifiers.log index 8d5208b5b..01169f745 100644 --- a/documentation/modifiers.log +++ b/documentation/modifiers.log @@ -382,10 +382,10 @@ Tag: building_group_bg_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_laborers_mortality_mult, Categories: building Tag: building_group_bg_mining_laborers_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_machinists_mortality_mult, Categories: building -Tag: building_group_bg_mining_machinists_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_technicians_mortality_mult, Categories: building +Tag: building_group_bg_mining_technicians_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_engineers_mortality_mult, Categories: building Tag: building_group_bg_mining_engineers_standard_of_living_add, Categories: building @@ -996,30 +996,30 @@ Tag: state_executives_investment_pool_contribution_add, Categories: state Tag: state_executives_investment_pool_efficiency_mult, Categories: state Tag: building_executives_shares_add, Categories: building Tag: building_executives_shares_mult, Categories: building -Tag: country_clergymen_pol_str_mult, Categories: country -Tag: country_clergymen_voting_power_add, Categories: country -Tag: state_clergymen_mortality_mult, Categories: state -Tag: state_clergymen_dependent_wage_mult, Categories: state -Tag: building_employment_clergymen_add, Categories: building -Tag: building_employment_clergymen_mult, Categories: building -Tag: building_clergymen_fertility_mult, Categories: building -Tag: building_clergymen_mortality_mult, Categories: building -Tag: state_clergymen_investment_pool_contribution_add, Categories: state -Tag: state_clergymen_investment_pool_efficiency_mult, Categories: state -Tag: building_clergymen_shares_add, Categories: building -Tag: building_clergymen_shares_mult, Categories: building -Tag: country_clerks_pol_str_mult, Categories: country -Tag: country_clerks_voting_power_add, Categories: country -Tag: state_clerks_mortality_mult, Categories: state -Tag: state_clerks_dependent_wage_mult, Categories: state -Tag: building_employment_clerks_add, Categories: building -Tag: building_employment_clerks_mult, Categories: building -Tag: building_clerks_fertility_mult, Categories: building -Tag: building_clerks_mortality_mult, Categories: building -Tag: state_clerks_investment_pool_contribution_add, Categories: state -Tag: state_clerks_investment_pool_efficiency_mult, Categories: state -Tag: building_clerks_shares_add, Categories: building -Tag: building_clerks_shares_mult, Categories: building +Tag: country_clergy_pol_str_mult, Categories: country +Tag: country_clergy_voting_power_add, Categories: country +Tag: state_clergy_mortality_mult, Categories: state +Tag: state_clergy_dependent_wage_mult, Categories: state +Tag: building_employment_clergy_add, Categories: building +Tag: building_employment_clergy_mult, Categories: building +Tag: building_clergy_fertility_mult, Categories: building +Tag: building_clergy_mortality_mult, Categories: building +Tag: state_clergy_investment_pool_contribution_add, Categories: state +Tag: state_clergy_investment_pool_efficiency_mult, Categories: state +Tag: building_clergy_shares_add, Categories: building +Tag: building_clergy_shares_mult, Categories: building +Tag: country_service_workers_pol_str_mult, Categories: country +Tag: country_service_workers_voting_power_add, Categories: country +Tag: state_service_workers_mortality_mult, Categories: state +Tag: state_service_workers_dependent_wage_mult, Categories: state +Tag: building_employment_service_workers_add, Categories: building +Tag: building_employment_service_workers_mult, Categories: building +Tag: building_service_workers_fertility_mult, Categories: building +Tag: building_service_workers_mortality_mult, Categories: building +Tag: state_service_workers_investment_pool_contribution_add, Categories: state +Tag: state_service_workers_investment_pool_efficiency_mult, Categories: state +Tag: building_service_workers_shares_add, Categories: building +Tag: building_service_workers_shares_mult, Categories: building Tag: country_engineers_pol_str_mult, Categories: country Tag: country_engineers_voting_power_add, Categories: country Tag: state_engineers_mortality_mult, Categories: state @@ -1056,18 +1056,18 @@ Tag: state_laborers_investment_pool_contribution_add, Categories: state Tag: state_laborers_investment_pool_efficiency_mult, Categories: state Tag: building_laborers_shares_add, Categories: building Tag: building_laborers_shares_mult, Categories: building -Tag: country_machinists_pol_str_mult, Categories: country -Tag: country_machinists_voting_power_add, Categories: country -Tag: state_machinists_mortality_mult, Categories: state -Tag: state_machinists_dependent_wage_mult, Categories: state -Tag: building_employment_machinists_add, Categories: building -Tag: building_employment_machinists_mult, Categories: building -Tag: building_machinists_fertility_mult, Categories: building -Tag: building_machinists_mortality_mult, Categories: building -Tag: state_machinists_investment_pool_contribution_add, Categories: state -Tag: state_machinists_investment_pool_efficiency_mult, Categories: state -Tag: building_machinists_shares_add, Categories: building -Tag: building_machinists_shares_mult, Categories: building +Tag: country_technicians_pol_str_mult, Categories: country +Tag: country_technicians_voting_power_add, Categories: country +Tag: state_technicians_mortality_mult, Categories: state +Tag: state_technicians_dependent_wage_mult, Categories: state +Tag: building_employment_technicians_add, Categories: building +Tag: building_employment_technicians_mult, Categories: building +Tag: building_technicians_fertility_mult, Categories: building +Tag: building_technicians_mortality_mult, Categories: building +Tag: state_technicians_investment_pool_contribution_add, Categories: state +Tag: state_technicians_investment_pool_efficiency_mult, Categories: state +Tag: building_technicians_shares_add, Categories: building +Tag: building_technicians_shares_mult, Categories: building Tag: country_officers_pol_str_mult, Categories: country Tag: country_officers_voting_power_add, Categories: country Tag: state_officers_mortality_mult, Categories: state @@ -1080,18 +1080,18 @@ Tag: state_officers_investment_pool_contribution_add, Categories: state Tag: state_officers_investment_pool_efficiency_mult, Categories: state Tag: building_officers_shares_add, Categories: building Tag: building_officers_shares_mult, Categories: building -Tag: country_peasants_pol_str_mult, Categories: country -Tag: country_peasants_voting_power_add, Categories: country -Tag: state_peasants_mortality_mult, Categories: state -Tag: state_peasants_dependent_wage_mult, Categories: state -Tag: building_employment_peasants_add, Categories: building -Tag: building_employment_peasants_mult, Categories: building -Tag: building_peasants_fertility_mult, Categories: building -Tag: building_peasants_mortality_mult, Categories: building -Tag: state_peasants_investment_pool_contribution_add, Categories: state -Tag: state_peasants_investment_pool_efficiency_mult, Categories: state -Tag: building_peasants_shares_add, Categories: building -Tag: building_peasants_shares_mult, Categories: building +Tag: country_informal_workers_pol_str_mult, Categories: country +Tag: country_informal_workers_voting_power_add, Categories: country +Tag: state_informal_workers_mortality_mult, Categories: state +Tag: state_informal_workers_dependent_wage_mult, Categories: state +Tag: building_employment_informal_workers_add, Categories: building +Tag: building_employment_informal_workers_mult, Categories: building +Tag: building_informal_workers_fertility_mult, Categories: building +Tag: building_informal_workers_mortality_mult, Categories: building +Tag: state_informal_workers_investment_pool_contribution_add, Categories: state +Tag: state_informal_workers_investment_pool_efficiency_mult, Categories: state +Tag: building_informal_workers_shares_add, Categories: building +Tag: building_informal_workers_shares_mult, Categories: building Tag: country_criminals_pol_str_mult, Categories: country Tag: country_criminals_voting_power_add, Categories: country Tag: state_criminals_mortality_mult, Categories: state @@ -1153,24 +1153,24 @@ Tag: building_group_bg_manufacturing_administrators_standard_of_living_add, Cate Tag: building_group_bg_manufacturing_executives_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_executives_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_clerks_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_clerks_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_clergy_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_clergy_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_engineers_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_farmers_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_farmers_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_laborers_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_machinists_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_technicians_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_officers_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_officers_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_manufacturing_peasants_fertility_mult, Categories: building -Tag: building_group_bg_manufacturing_peasants_mortality_mult, Categories: building -Tag: building_group_bg_manufacturing_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_manufacturing_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_manufacturing_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_manufacturing_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_manufacturing_criminals_fertility_mult, Categories: building Tag: building_group_bg_manufacturing_criminals_mortality_mult, Categories: building Tag: building_group_bg_manufacturing_criminals_standard_of_living_add, Categories: building @@ -1202,12 +1202,12 @@ Tag: building_group_bg_light_industry_administrators_standard_of_living_add, Cat Tag: building_group_bg_light_industry_executives_fertility_mult, Categories: building Tag: building_group_bg_light_industry_executives_mortality_mult, Categories: building Tag: building_group_bg_light_industry_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_clerks_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_clerks_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_clergy_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_clergy_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_engineers_fertility_mult, Categories: building Tag: building_group_bg_light_industry_engineers_mortality_mult, Categories: building Tag: building_group_bg_light_industry_engineers_standard_of_living_add, Categories: building @@ -1217,15 +1217,15 @@ Tag: building_group_bg_light_industry_farmers_standard_of_living_add, Categories Tag: building_group_bg_light_industry_laborers_fertility_mult, Categories: building Tag: building_group_bg_light_industry_laborers_mortality_mult, Categories: building Tag: building_group_bg_light_industry_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_machinists_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_machinists_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_technicians_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_technicians_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_officers_fertility_mult, Categories: building Tag: building_group_bg_light_industry_officers_mortality_mult, Categories: building Tag: building_group_bg_light_industry_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_light_industry_peasants_fertility_mult, Categories: building -Tag: building_group_bg_light_industry_peasants_mortality_mult, Categories: building -Tag: building_group_bg_light_industry_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_light_industry_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_light_industry_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_light_industry_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_light_industry_criminals_fertility_mult, Categories: building Tag: building_group_bg_light_industry_criminals_mortality_mult, Categories: building Tag: building_group_bg_light_industry_criminals_standard_of_living_add, Categories: building @@ -1257,12 +1257,12 @@ Tag: building_group_bg_heavy_industry_administrators_standard_of_living_add, Cat Tag: building_group_bg_heavy_industry_executives_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_executives_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_clerks_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_clerks_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_clergy_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_clergy_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_engineers_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_engineers_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_engineers_standard_of_living_add, Categories: building @@ -1272,15 +1272,15 @@ Tag: building_group_bg_heavy_industry_farmers_standard_of_living_add, Categories Tag: building_group_bg_heavy_industry_laborers_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_laborers_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_machinists_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_machinists_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_technicians_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_technicians_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_officers_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_officers_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_heavy_industry_peasants_fertility_mult, Categories: building -Tag: building_group_bg_heavy_industry_peasants_mortality_mult, Categories: building -Tag: building_group_bg_heavy_industry_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_heavy_industry_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_heavy_industry_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_heavy_industry_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_heavy_industry_criminals_fertility_mult, Categories: building Tag: building_group_bg_heavy_industry_criminals_mortality_mult, Categories: building Tag: building_group_bg_heavy_industry_criminals_standard_of_living_add, Categories: building @@ -1306,12 +1306,12 @@ Tag: building_group_bg_agriculture_administrators_standard_of_living_add, Catego Tag: building_group_bg_agriculture_executives_fertility_mult, Categories: building Tag: building_group_bg_agriculture_executives_mortality_mult, Categories: building Tag: building_group_bg_agriculture_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_clerks_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_clerks_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_clergy_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_clergy_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_engineers_fertility_mult, Categories: building Tag: building_group_bg_agriculture_engineers_mortality_mult, Categories: building Tag: building_group_bg_agriculture_engineers_standard_of_living_add, Categories: building @@ -1319,15 +1319,15 @@ Tag: building_group_bg_agriculture_farmers_fertility_mult, Categories: building Tag: building_group_bg_agriculture_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_laborers_fertility_mult, Categories: building Tag: building_group_bg_agriculture_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_machinists_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_machinists_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_technicians_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_technicians_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_officers_fertility_mult, Categories: building Tag: building_group_bg_agriculture_officers_mortality_mult, Categories: building Tag: building_group_bg_agriculture_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_agriculture_peasants_fertility_mult, Categories: building -Tag: building_group_bg_agriculture_peasants_mortality_mult, Categories: building -Tag: building_group_bg_agriculture_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_agriculture_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_agriculture_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_agriculture_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_agriculture_criminals_fertility_mult, Categories: building Tag: building_group_bg_agriculture_criminals_mortality_mult, Categories: building Tag: building_group_bg_agriculture_criminals_standard_of_living_add, Categories: building @@ -1359,12 +1359,12 @@ Tag: building_group_bg_rye_farms_administrators_standard_of_living_add, Categori Tag: building_group_bg_rye_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_clerks_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_clerks_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_clergy_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_clergy_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_engineers_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_engineers_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_engineers_standard_of_living_add, Categories: building @@ -1374,15 +1374,15 @@ Tag: building_group_bg_rye_farms_farmers_standard_of_living_add, Categories: bui Tag: building_group_bg_rye_farms_laborers_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_laborers_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_machinists_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_machinists_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_technicians_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_technicians_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_officers_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_officers_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_rye_farms_peasants_fertility_mult, Categories: building -Tag: building_group_bg_rye_farms_peasants_mortality_mult, Categories: building -Tag: building_group_bg_rye_farms_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_rye_farms_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_rye_farms_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_rye_farms_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rye_farms_criminals_fertility_mult, Categories: building Tag: building_group_bg_rye_farms_criminals_mortality_mult, Categories: building Tag: building_group_bg_rye_farms_criminals_standard_of_living_add, Categories: building @@ -1414,12 +1414,12 @@ Tag: building_group_bg_wheat_farms_administrators_standard_of_living_add, Catego Tag: building_group_bg_wheat_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_clerks_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_clerks_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_clergy_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_clergy_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_engineers_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_engineers_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_engineers_standard_of_living_add, Categories: building @@ -1429,15 +1429,15 @@ Tag: building_group_bg_wheat_farms_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_wheat_farms_laborers_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_laborers_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_machinists_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_machinists_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_technicians_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_technicians_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_officers_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_officers_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_wheat_farms_peasants_fertility_mult, Categories: building -Tag: building_group_bg_wheat_farms_peasants_mortality_mult, Categories: building -Tag: building_group_bg_wheat_farms_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_wheat_farms_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_wheat_farms_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_wheat_farms_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_wheat_farms_criminals_fertility_mult, Categories: building Tag: building_group_bg_wheat_farms_criminals_mortality_mult, Categories: building Tag: building_group_bg_wheat_farms_criminals_standard_of_living_add, Categories: building @@ -1469,12 +1469,12 @@ Tag: building_group_bg_rice_farms_administrators_standard_of_living_add, Categor Tag: building_group_bg_rice_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_clerks_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_clerks_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_clergy_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_clergy_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_engineers_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_engineers_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_engineers_standard_of_living_add, Categories: building @@ -1484,15 +1484,15 @@ Tag: building_group_bg_rice_farms_farmers_standard_of_living_add, Categories: bu Tag: building_group_bg_rice_farms_laborers_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_laborers_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_machinists_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_machinists_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_technicians_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_technicians_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_officers_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_officers_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_rice_farms_peasants_fertility_mult, Categories: building -Tag: building_group_bg_rice_farms_peasants_mortality_mult, Categories: building -Tag: building_group_bg_rice_farms_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_rice_farms_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_rice_farms_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_rice_farms_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rice_farms_criminals_fertility_mult, Categories: building Tag: building_group_bg_rice_farms_criminals_mortality_mult, Categories: building Tag: building_group_bg_rice_farms_criminals_standard_of_living_add, Categories: building @@ -1524,12 +1524,12 @@ Tag: building_group_bg_maize_farms_administrators_standard_of_living_add, Catego Tag: building_group_bg_maize_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_clerks_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_clerks_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_clergy_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_clergy_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_engineers_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_engineers_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_engineers_standard_of_living_add, Categories: building @@ -1539,15 +1539,15 @@ Tag: building_group_bg_maize_farms_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_maize_farms_laborers_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_laborers_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_machinists_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_machinists_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_technicians_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_technicians_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_officers_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_officers_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_maize_farms_peasants_fertility_mult, Categories: building -Tag: building_group_bg_maize_farms_peasants_mortality_mult, Categories: building -Tag: building_group_bg_maize_farms_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_maize_farms_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_maize_farms_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_maize_farms_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_maize_farms_criminals_fertility_mult, Categories: building Tag: building_group_bg_maize_farms_criminals_mortality_mult, Categories: building Tag: building_group_bg_maize_farms_criminals_standard_of_living_add, Categories: building @@ -1579,12 +1579,12 @@ Tag: building_group_bg_millet_farms_administrators_standard_of_living_add, Categ Tag: building_group_bg_millet_farms_executives_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_executives_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_clerks_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_clerks_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_clergy_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_clergy_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_engineers_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_engineers_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_engineers_standard_of_living_add, Categories: building @@ -1594,15 +1594,15 @@ Tag: building_group_bg_millet_farms_farmers_standard_of_living_add, Categories: Tag: building_group_bg_millet_farms_laborers_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_laborers_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_machinists_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_machinists_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_technicians_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_technicians_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_officers_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_officers_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_millet_farms_peasants_fertility_mult, Categories: building -Tag: building_group_bg_millet_farms_peasants_mortality_mult, Categories: building -Tag: building_group_bg_millet_farms_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_millet_farms_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_millet_farms_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_millet_farms_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_millet_farms_criminals_fertility_mult, Categories: building Tag: building_group_bg_millet_farms_criminals_mortality_mult, Categories: building Tag: building_group_bg_millet_farms_criminals_standard_of_living_add, Categories: building @@ -1634,12 +1634,12 @@ Tag: building_group_bg_subsistence_agriculture_administrators_standard_of_living Tag: building_group_bg_subsistence_agriculture_executives_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_executives_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_clerks_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_clerks_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_clergy_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_clergy_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_engineers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_engineers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_engineers_standard_of_living_add, Categories: building @@ -1649,15 +1649,15 @@ Tag: building_group_bg_subsistence_agriculture_farmers_standard_of_living_add, C Tag: building_group_bg_subsistence_agriculture_laborers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_laborers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_machinists_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_machinists_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_technicians_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_technicians_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_officers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_officers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_agriculture_peasants_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_peasants_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_agriculture_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_agriculture_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_agriculture_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_agriculture_criminals_fertility_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_criminals_mortality_mult, Categories: building Tag: building_group_bg_subsistence_agriculture_criminals_standard_of_living_add, Categories: building @@ -1685,12 +1685,12 @@ Tag: building_group_bg_ranching_administrators_standard_of_living_add, Categorie Tag: building_group_bg_ranching_executives_fertility_mult, Categories: building Tag: building_group_bg_ranching_executives_mortality_mult, Categories: building Tag: building_group_bg_ranching_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_ranching_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_ranching_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_clerks_fertility_mult, Categories: building -Tag: building_group_bg_ranching_clerks_mortality_mult, Categories: building -Tag: building_group_bg_ranching_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_clergy_fertility_mult, Categories: building +Tag: building_group_bg_ranching_clergy_mortality_mult, Categories: building +Tag: building_group_bg_ranching_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_ranching_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_ranching_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_engineers_fertility_mult, Categories: building Tag: building_group_bg_ranching_engineers_mortality_mult, Categories: building Tag: building_group_bg_ranching_engineers_standard_of_living_add, Categories: building @@ -1698,15 +1698,15 @@ Tag: building_group_bg_ranching_farmers_fertility_mult, Categories: building Tag: building_group_bg_ranching_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_laborers_fertility_mult, Categories: building Tag: building_group_bg_ranching_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_machinists_fertility_mult, Categories: building -Tag: building_group_bg_ranching_machinists_mortality_mult, Categories: building -Tag: building_group_bg_ranching_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_technicians_fertility_mult, Categories: building +Tag: building_group_bg_ranching_technicians_mortality_mult, Categories: building +Tag: building_group_bg_ranching_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_officers_fertility_mult, Categories: building Tag: building_group_bg_ranching_officers_mortality_mult, Categories: building Tag: building_group_bg_ranching_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_ranching_peasants_fertility_mult, Categories: building -Tag: building_group_bg_ranching_peasants_mortality_mult, Categories: building -Tag: building_group_bg_ranching_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_ranching_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_ranching_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_ranching_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_ranching_criminals_fertility_mult, Categories: building Tag: building_group_bg_ranching_criminals_mortality_mult, Categories: building Tag: building_group_bg_ranching_criminals_standard_of_living_add, Categories: building @@ -1738,12 +1738,12 @@ Tag: building_group_bg_livestock_ranches_administrators_standard_of_living_add, Tag: building_group_bg_livestock_ranches_executives_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_executives_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_clerks_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_clerks_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_clergy_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_clergy_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_engineers_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_engineers_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_engineers_standard_of_living_add, Categories: building @@ -1753,15 +1753,15 @@ Tag: building_group_bg_livestock_ranches_farmers_standard_of_living_add, Categor Tag: building_group_bg_livestock_ranches_laborers_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_laborers_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_machinists_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_machinists_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_technicians_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_technicians_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_officers_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_officers_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_livestock_ranches_peasants_fertility_mult, Categories: building -Tag: building_group_bg_livestock_ranches_peasants_mortality_mult, Categories: building -Tag: building_group_bg_livestock_ranches_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_livestock_ranches_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_livestock_ranches_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_livestock_ranches_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_livestock_ranches_criminals_fertility_mult, Categories: building Tag: building_group_bg_livestock_ranches_criminals_mortality_mult, Categories: building Tag: building_group_bg_livestock_ranches_criminals_standard_of_living_add, Categories: building @@ -1793,12 +1793,12 @@ Tag: building_group_bg_subsistence_ranching_administrators_standard_of_living_ad Tag: building_group_bg_subsistence_ranching_executives_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_executives_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_clerks_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_clerks_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_clergy_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_clergy_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_engineers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_engineers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_engineers_standard_of_living_add, Categories: building @@ -1808,15 +1808,15 @@ Tag: building_group_bg_subsistence_ranching_farmers_standard_of_living_add, Cate Tag: building_group_bg_subsistence_ranching_laborers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_laborers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_machinists_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_machinists_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_technicians_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_technicians_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_officers_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_officers_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_subsistence_ranching_peasants_fertility_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_peasants_mortality_mult, Categories: building -Tag: building_group_bg_subsistence_ranching_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_subsistence_ranching_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_subsistence_ranching_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_subsistence_ranching_criminals_fertility_mult, Categories: building Tag: building_group_bg_subsistence_ranching_criminals_mortality_mult, Categories: building Tag: building_group_bg_subsistence_ranching_criminals_standard_of_living_add, Categories: building @@ -1842,12 +1842,12 @@ Tag: building_group_bg_plantations_administrators_standard_of_living_add, Catego Tag: building_group_bg_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_plantations_engineers_standard_of_living_add, Categories: building @@ -1855,15 +1855,15 @@ Tag: building_group_bg_plantations_farmers_fertility_mult, Categories: building Tag: building_group_bg_plantations_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_plantations_criminals_standard_of_living_add, Categories: building @@ -1895,12 +1895,12 @@ Tag: building_group_bg_coffee_plantations_administrators_standard_of_living_add, Tag: building_group_bg_coffee_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_engineers_standard_of_living_add, Categories: building @@ -1910,15 +1910,15 @@ Tag: building_group_bg_coffee_plantations_farmers_standard_of_living_add, Catego Tag: building_group_bg_coffee_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_coffee_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_coffee_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_coffee_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_coffee_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_coffee_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_coffee_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_coffee_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_coffee_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_coffee_plantations_criminals_standard_of_living_add, Categories: building @@ -1950,12 +1950,12 @@ Tag: building_group_bg_cotton_plantations_administrators_standard_of_living_add, Tag: building_group_bg_cotton_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_engineers_standard_of_living_add, Categories: building @@ -1965,15 +1965,15 @@ Tag: building_group_bg_cotton_plantations_farmers_standard_of_living_add, Catego Tag: building_group_bg_cotton_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_cotton_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_cotton_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_cotton_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_cotton_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_cotton_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_cotton_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_cotton_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_cotton_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_cotton_plantations_criminals_standard_of_living_add, Categories: building @@ -2005,12 +2005,12 @@ Tag: building_group_bg_silk_plantations_administrators_standard_of_living_add, C Tag: building_group_bg_silk_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_engineers_standard_of_living_add, Categories: building @@ -2020,15 +2020,15 @@ Tag: building_group_bg_silk_plantations_farmers_standard_of_living_add, Categori Tag: building_group_bg_silk_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_silk_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_silk_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_silk_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_silk_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_silk_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_silk_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_silk_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_silk_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_silk_plantations_criminals_standard_of_living_add, Categories: building @@ -2060,12 +2060,12 @@ Tag: building_group_bg_opium_plantations_administrators_standard_of_living_add, Tag: building_group_bg_opium_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_engineers_standard_of_living_add, Categories: building @@ -2075,15 +2075,15 @@ Tag: building_group_bg_opium_plantations_farmers_standard_of_living_add, Categor Tag: building_group_bg_opium_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_opium_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_opium_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_opium_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_opium_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_opium_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_opium_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_opium_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_opium_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_opium_plantations_criminals_standard_of_living_add, Categories: building @@ -2115,12 +2115,12 @@ Tag: building_group_bg_tea_plantations_administrators_standard_of_living_add, Ca Tag: building_group_bg_tea_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_engineers_standard_of_living_add, Categories: building @@ -2130,15 +2130,15 @@ Tag: building_group_bg_tea_plantations_farmers_standard_of_living_add, Categorie Tag: building_group_bg_tea_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_tea_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_tea_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_tea_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_tea_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_tea_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_tea_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tea_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_tea_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_tea_plantations_criminals_standard_of_living_add, Categories: building @@ -2170,12 +2170,12 @@ Tag: building_group_bg_tobacco_plantations_administrators_standard_of_living_add Tag: building_group_bg_tobacco_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_engineers_standard_of_living_add, Categories: building @@ -2185,15 +2185,15 @@ Tag: building_group_bg_tobacco_plantations_farmers_standard_of_living_add, Categ Tag: building_group_bg_tobacco_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_tobacco_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_tobacco_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_tobacco_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_tobacco_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tobacco_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_tobacco_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_tobacco_plantations_criminals_standard_of_living_add, Categories: building @@ -2225,12 +2225,12 @@ Tag: building_group_bg_sugar_plantations_administrators_standard_of_living_add, Tag: building_group_bg_sugar_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_engineers_standard_of_living_add, Categories: building @@ -2240,15 +2240,15 @@ Tag: building_group_bg_sugar_plantations_farmers_standard_of_living_add, Categor Tag: building_group_bg_sugar_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_sugar_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_sugar_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_sugar_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_sugar_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_sugar_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_sugar_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_sugar_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_sugar_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_sugar_plantations_criminals_standard_of_living_add, Categories: building @@ -2280,12 +2280,12 @@ Tag: building_group_bg_banana_plantations_administrators_standard_of_living_add, Tag: building_group_bg_banana_plantations_executives_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_executives_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_clerks_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_clerks_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_clergy_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_clergy_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_engineers_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_engineers_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_engineers_standard_of_living_add, Categories: building @@ -2295,15 +2295,15 @@ Tag: building_group_bg_banana_plantations_farmers_standard_of_living_add, Catego Tag: building_group_bg_banana_plantations_laborers_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_laborers_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_machinists_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_machinists_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_technicians_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_technicians_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_officers_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_officers_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_banana_plantations_peasants_fertility_mult, Categories: building -Tag: building_group_bg_banana_plantations_peasants_mortality_mult, Categories: building -Tag: building_group_bg_banana_plantations_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_banana_plantations_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_banana_plantations_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_banana_plantations_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_banana_plantations_criminals_fertility_mult, Categories: building Tag: building_group_bg_banana_plantations_criminals_mortality_mult, Categories: building Tag: building_group_bg_banana_plantations_criminals_standard_of_living_add, Categories: building @@ -2329,24 +2329,24 @@ Tag: building_group_bg_mining_administrators_standard_of_living_add, Categories: Tag: building_group_bg_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_mining_farmers_fertility_mult, Categories: building Tag: building_group_bg_mining_farmers_mortality_mult, Categories: building Tag: building_group_bg_mining_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_mining_laborers_fertility_mult, Categories: building -Tag: building_group_bg_mining_machinists_fertility_mult, Categories: building +Tag: building_group_bg_mining_technicians_fertility_mult, Categories: building Tag: building_group_bg_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_mining_criminals_standard_of_living_add, Categories: building @@ -2374,12 +2374,12 @@ Tag: building_group_bg_gold_mining_administrators_standard_of_living_add, Catego Tag: building_group_bg_gold_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_engineers_standard_of_living_add, Categories: building @@ -2389,15 +2389,15 @@ Tag: building_group_bg_gold_mining_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_gold_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_gold_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_gold_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_gold_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_gold_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_gold_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_gold_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_gold_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_gold_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_gold_mining_criminals_standard_of_living_add, Categories: building @@ -2425,12 +2425,12 @@ Tag: building_group_bg_coal_mining_administrators_standard_of_living_add, Catego Tag: building_group_bg_coal_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_engineers_standard_of_living_add, Categories: building @@ -2440,15 +2440,15 @@ Tag: building_group_bg_coal_mining_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_coal_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_coal_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_coal_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_coal_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_coal_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_coal_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_coal_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_coal_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_coal_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_coal_mining_criminals_standard_of_living_add, Categories: building @@ -2476,12 +2476,12 @@ Tag: building_group_bg_iron_mining_administrators_standard_of_living_add, Catego Tag: building_group_bg_iron_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_engineers_standard_of_living_add, Categories: building @@ -2491,15 +2491,15 @@ Tag: building_group_bg_iron_mining_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_iron_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_iron_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_iron_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_iron_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_iron_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_iron_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_iron_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_iron_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_iron_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_iron_mining_criminals_standard_of_living_add, Categories: building @@ -2527,12 +2527,12 @@ Tag: building_group_bg_lead_mining_administrators_standard_of_living_add, Catego Tag: building_group_bg_lead_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_engineers_standard_of_living_add, Categories: building @@ -2542,15 +2542,15 @@ Tag: building_group_bg_lead_mining_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_lead_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_lead_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_lead_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_lead_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_lead_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_lead_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_lead_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_lead_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_lead_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_lead_mining_criminals_standard_of_living_add, Categories: building @@ -2578,12 +2578,12 @@ Tag: building_group_bg_phosphorus_mining_administrators_standard_of_living_add, Tag: building_group_bg_phosphorus_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_engineers_standard_of_living_add, Categories: building @@ -2593,15 +2593,15 @@ Tag: building_group_bg_phosphorus_mining_farmers_standard_of_living_add, Categor Tag: building_group_bg_phosphorus_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_phosphorus_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_phosphorus_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_phosphorus_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_phosphorus_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_phosphorus_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_phosphorus_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_phosphorus_mining_criminals_standard_of_living_add, Categories: building @@ -2633,12 +2633,12 @@ Tag: building_group_bg_uranium_mining_administrators_standard_of_living_add, Cat Tag: building_group_bg_uranium_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_engineers_standard_of_living_add, Categories: building @@ -2648,15 +2648,15 @@ Tag: building_group_bg_uranium_mining_farmers_standard_of_living_add, Categories Tag: building_group_bg_uranium_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_uranium_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_uranium_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_uranium_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_uranium_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_uranium_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_uranium_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_uranium_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_uranium_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_uranium_mining_criminals_standard_of_living_add, Categories: building @@ -2688,12 +2688,12 @@ Tag: building_group_bg_copper_mining_administrators_standard_of_living_add, Cate Tag: building_group_bg_copper_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_engineers_standard_of_living_add, Categories: building @@ -2703,15 +2703,15 @@ Tag: building_group_bg_copper_mining_farmers_standard_of_living_add, Categories: Tag: building_group_bg_copper_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_copper_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_copper_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_copper_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_copper_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_copper_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_copper_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_copper_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_copper_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_copper_mining_criminals_standard_of_living_add, Categories: building @@ -2743,12 +2743,12 @@ Tag: building_group_bg_rare_earth_elements_mining_administrators_standard_of_liv Tag: building_group_bg_rare_earth_elements_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_engineers_standard_of_living_add, Categories: building @@ -2758,15 +2758,15 @@ Tag: building_group_bg_rare_earth_elements_mining_farmers_standard_of_living_add Tag: building_group_bg_rare_earth_elements_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_rare_earth_elements_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_rare_earth_elements_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rare_earth_elements_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_rare_earth_elements_mining_criminals_standard_of_living_add, Categories: building @@ -2798,12 +2798,12 @@ Tag: building_group_bg_bauxite_mining_administrators_standard_of_living_add, Cat Tag: building_group_bg_bauxite_mining_executives_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_executives_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_clerks_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_clerks_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_clergy_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_clergy_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_engineers_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_engineers_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_engineers_standard_of_living_add, Categories: building @@ -2813,15 +2813,15 @@ Tag: building_group_bg_bauxite_mining_farmers_standard_of_living_add, Categories Tag: building_group_bg_bauxite_mining_laborers_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_laborers_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_machinists_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_machinists_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_technicians_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_technicians_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_officers_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_officers_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_bauxite_mining_peasants_fertility_mult, Categories: building -Tag: building_group_bg_bauxite_mining_peasants_mortality_mult, Categories: building -Tag: building_group_bg_bauxite_mining_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_bauxite_mining_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_bauxite_mining_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_bauxite_mining_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_bauxite_mining_criminals_fertility_mult, Categories: building Tag: building_group_bg_bauxite_mining_criminals_mortality_mult, Categories: building Tag: building_group_bg_bauxite_mining_criminals_standard_of_living_add, Categories: building @@ -2847,12 +2847,12 @@ Tag: building_group_bg_logging_administrators_standard_of_living_add, Categories Tag: building_group_bg_logging_executives_fertility_mult, Categories: building Tag: building_group_bg_logging_executives_mortality_mult, Categories: building Tag: building_group_bg_logging_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_logging_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_logging_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_clerks_fertility_mult, Categories: building -Tag: building_group_bg_logging_clerks_mortality_mult, Categories: building -Tag: building_group_bg_logging_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_clergy_fertility_mult, Categories: building +Tag: building_group_bg_logging_clergy_mortality_mult, Categories: building +Tag: building_group_bg_logging_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_logging_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_logging_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_logging_engineers_fertility_mult, Categories: building Tag: building_group_bg_logging_engineers_mortality_mult, Categories: building Tag: building_group_bg_logging_engineers_standard_of_living_add, Categories: building @@ -2862,15 +2862,15 @@ Tag: building_group_bg_logging_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_logging_laborers_fertility_mult, Categories: building Tag: building_group_bg_logging_laborers_mortality_mult, Categories: building Tag: building_group_bg_logging_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_machinists_fertility_mult, Categories: building -Tag: building_group_bg_logging_machinists_mortality_mult, Categories: building -Tag: building_group_bg_logging_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_technicians_fertility_mult, Categories: building +Tag: building_group_bg_logging_technicians_mortality_mult, Categories: building +Tag: building_group_bg_logging_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_logging_officers_fertility_mult, Categories: building Tag: building_group_bg_logging_officers_mortality_mult, Categories: building Tag: building_group_bg_logging_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_logging_peasants_fertility_mult, Categories: building -Tag: building_group_bg_logging_peasants_mortality_mult, Categories: building -Tag: building_group_bg_logging_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_logging_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_logging_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_logging_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_logging_criminals_fertility_mult, Categories: building Tag: building_group_bg_logging_criminals_mortality_mult, Categories: building Tag: building_group_bg_logging_criminals_standard_of_living_add, Categories: building @@ -2898,12 +2898,12 @@ Tag: building_group_bg_rubber_administrators_standard_of_living_add, Categories: Tag: building_group_bg_rubber_executives_fertility_mult, Categories: building Tag: building_group_bg_rubber_executives_mortality_mult, Categories: building Tag: building_group_bg_rubber_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_rubber_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_rubber_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_clerks_fertility_mult, Categories: building -Tag: building_group_bg_rubber_clerks_mortality_mult, Categories: building -Tag: building_group_bg_rubber_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_clergy_fertility_mult, Categories: building +Tag: building_group_bg_rubber_clergy_mortality_mult, Categories: building +Tag: building_group_bg_rubber_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_rubber_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_rubber_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_engineers_fertility_mult, Categories: building Tag: building_group_bg_rubber_engineers_mortality_mult, Categories: building Tag: building_group_bg_rubber_engineers_standard_of_living_add, Categories: building @@ -2913,15 +2913,15 @@ Tag: building_group_bg_rubber_farmers_standard_of_living_add, Categories: buildi Tag: building_group_bg_rubber_laborers_fertility_mult, Categories: building Tag: building_group_bg_rubber_laborers_mortality_mult, Categories: building Tag: building_group_bg_rubber_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_machinists_fertility_mult, Categories: building -Tag: building_group_bg_rubber_machinists_mortality_mult, Categories: building -Tag: building_group_bg_rubber_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_technicians_fertility_mult, Categories: building +Tag: building_group_bg_rubber_technicians_mortality_mult, Categories: building +Tag: building_group_bg_rubber_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_officers_fertility_mult, Categories: building Tag: building_group_bg_rubber_officers_mortality_mult, Categories: building Tag: building_group_bg_rubber_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_rubber_peasants_fertility_mult, Categories: building -Tag: building_group_bg_rubber_peasants_mortality_mult, Categories: building -Tag: building_group_bg_rubber_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_rubber_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_rubber_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_rubber_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_rubber_criminals_fertility_mult, Categories: building Tag: building_group_bg_rubber_criminals_mortality_mult, Categories: building Tag: building_group_bg_rubber_criminals_standard_of_living_add, Categories: building @@ -2947,12 +2947,12 @@ Tag: building_group_bg_fishing_administrators_standard_of_living_add, Categories Tag: building_group_bg_fishing_executives_fertility_mult, Categories: building Tag: building_group_bg_fishing_executives_mortality_mult, Categories: building Tag: building_group_bg_fishing_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_fishing_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_fishing_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_clerks_fertility_mult, Categories: building -Tag: building_group_bg_fishing_clerks_mortality_mult, Categories: building -Tag: building_group_bg_fishing_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_clergy_fertility_mult, Categories: building +Tag: building_group_bg_fishing_clergy_mortality_mult, Categories: building +Tag: building_group_bg_fishing_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_fishing_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_fishing_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_engineers_fertility_mult, Categories: building Tag: building_group_bg_fishing_engineers_mortality_mult, Categories: building Tag: building_group_bg_fishing_engineers_standard_of_living_add, Categories: building @@ -2962,15 +2962,15 @@ Tag: building_group_bg_fishing_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_fishing_laborers_fertility_mult, Categories: building Tag: building_group_bg_fishing_laborers_mortality_mult, Categories: building Tag: building_group_bg_fishing_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_machinists_fertility_mult, Categories: building -Tag: building_group_bg_fishing_machinists_mortality_mult, Categories: building -Tag: building_group_bg_fishing_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_technicians_fertility_mult, Categories: building +Tag: building_group_bg_fishing_technicians_mortality_mult, Categories: building +Tag: building_group_bg_fishing_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_officers_fertility_mult, Categories: building Tag: building_group_bg_fishing_officers_mortality_mult, Categories: building Tag: building_group_bg_fishing_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_fishing_peasants_fertility_mult, Categories: building -Tag: building_group_bg_fishing_peasants_mortality_mult, Categories: building -Tag: building_group_bg_fishing_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_fishing_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_fishing_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_fishing_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_fishing_criminals_fertility_mult, Categories: building Tag: building_group_bg_fishing_criminals_mortality_mult, Categories: building Tag: building_group_bg_fishing_criminals_standard_of_living_add, Categories: building @@ -3002,12 +3002,12 @@ Tag: building_group_bg_fossil_fuels_administrators_standard_of_living_add, Categ Tag: building_group_bg_fossil_fuels_executives_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_executives_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_clerks_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_clerks_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_clergy_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_clergy_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_engineers_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_engineers_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_engineers_standard_of_living_add, Categories: building @@ -3017,15 +3017,15 @@ Tag: building_group_bg_fossil_fuels_farmers_standard_of_living_add, Categories: Tag: building_group_bg_fossil_fuels_laborers_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_laborers_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_machinists_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_machinists_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_technicians_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_technicians_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_officers_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_officers_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_fossil_fuels_peasants_fertility_mult, Categories: building -Tag: building_group_bg_fossil_fuels_peasants_mortality_mult, Categories: building -Tag: building_group_bg_fossil_fuels_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_fossil_fuels_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_fossil_fuels_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_fossil_fuels_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_fossil_fuels_criminals_fertility_mult, Categories: building Tag: building_group_bg_fossil_fuels_criminals_mortality_mult, Categories: building Tag: building_group_bg_fossil_fuels_criminals_standard_of_living_add, Categories: building @@ -3052,12 +3052,12 @@ Tag: building_group_bg_oil_rig_administrators_standard_of_living_add, Categories Tag: building_group_bg_oil_rig_executives_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_executives_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_clerks_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_clerks_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_clergy_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_clergy_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_engineers_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_engineers_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_engineers_standard_of_living_add, Categories: building @@ -3067,15 +3067,15 @@ Tag: building_group_bg_oil_rig_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_oil_rig_laborers_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_laborers_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_machinists_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_machinists_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_technicians_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_technicians_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_officers_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_officers_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_oil_rig_peasants_fertility_mult, Categories: building -Tag: building_group_bg_oil_rig_peasants_mortality_mult, Categories: building -Tag: building_group_bg_oil_rig_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_oil_rig_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_oil_rig_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_oil_rig_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_oil_rig_criminals_fertility_mult, Categories: building Tag: building_group_bg_oil_rig_criminals_mortality_mult, Categories: building Tag: building_group_bg_oil_rig_criminals_standard_of_living_add, Categories: building @@ -3107,12 +3107,12 @@ Tag: building_group_bg_natural_gas_well_administrators_standard_of_living_add, C Tag: building_group_bg_natural_gas_well_executives_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_executives_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_clerks_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_clerks_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_clergy_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_clergy_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_engineers_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_engineers_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_engineers_standard_of_living_add, Categories: building @@ -3122,15 +3122,15 @@ Tag: building_group_bg_natural_gas_well_farmers_standard_of_living_add, Categori Tag: building_group_bg_natural_gas_well_laborers_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_laborers_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_machinists_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_machinists_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_technicians_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_technicians_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_officers_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_officers_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_natural_gas_well_peasants_fertility_mult, Categories: building -Tag: building_group_bg_natural_gas_well_peasants_mortality_mult, Categories: building -Tag: building_group_bg_natural_gas_well_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_natural_gas_well_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_natural_gas_well_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_natural_gas_well_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_natural_gas_well_criminals_fertility_mult, Categories: building Tag: building_group_bg_natural_gas_well_criminals_mortality_mult, Categories: building Tag: building_group_bg_natural_gas_well_criminals_standard_of_living_add, Categories: building @@ -3156,12 +3156,12 @@ Tag: building_group_bg_service_administrators_standard_of_living_add, Categories Tag: building_group_bg_service_executives_fertility_mult, Categories: building Tag: building_group_bg_service_executives_mortality_mult, Categories: building Tag: building_group_bg_service_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_service_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_service_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_service_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_service_clerks_fertility_mult, Categories: building -Tag: building_group_bg_service_clerks_mortality_mult, Categories: building -Tag: building_group_bg_service_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_service_clergy_fertility_mult, Categories: building +Tag: building_group_bg_service_clergy_mortality_mult, Categories: building +Tag: building_group_bg_service_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_service_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_service_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_service_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_service_engineers_fertility_mult, Categories: building Tag: building_group_bg_service_engineers_mortality_mult, Categories: building Tag: building_group_bg_service_engineers_standard_of_living_add, Categories: building @@ -3171,15 +3171,15 @@ Tag: building_group_bg_service_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_service_laborers_fertility_mult, Categories: building Tag: building_group_bg_service_laborers_mortality_mult, Categories: building Tag: building_group_bg_service_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_service_machinists_fertility_mult, Categories: building -Tag: building_group_bg_service_machinists_mortality_mult, Categories: building -Tag: building_group_bg_service_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_service_technicians_fertility_mult, Categories: building +Tag: building_group_bg_service_technicians_mortality_mult, Categories: building +Tag: building_group_bg_service_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_service_officers_fertility_mult, Categories: building Tag: building_group_bg_service_officers_mortality_mult, Categories: building Tag: building_group_bg_service_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_service_peasants_fertility_mult, Categories: building -Tag: building_group_bg_service_peasants_mortality_mult, Categories: building -Tag: building_group_bg_service_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_service_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_service_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_service_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_service_criminals_fertility_mult, Categories: building Tag: building_group_bg_service_criminals_mortality_mult, Categories: building Tag: building_group_bg_service_criminals_standard_of_living_add, Categories: building @@ -3211,12 +3211,12 @@ Tag: building_group_bg_urban_facilities_administrators_standard_of_living_add, C Tag: building_group_bg_urban_facilities_executives_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_executives_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_clerks_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_clerks_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_clergy_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_clergy_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_engineers_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_engineers_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_engineers_standard_of_living_add, Categories: building @@ -3226,15 +3226,15 @@ Tag: building_group_bg_urban_facilities_farmers_standard_of_living_add, Categori Tag: building_group_bg_urban_facilities_laborers_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_laborers_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_machinists_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_machinists_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_technicians_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_technicians_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_officers_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_officers_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_urban_facilities_peasants_fertility_mult, Categories: building -Tag: building_group_bg_urban_facilities_peasants_mortality_mult, Categories: building -Tag: building_group_bg_urban_facilities_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_urban_facilities_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_urban_facilities_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_urban_facilities_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_urban_facilities_criminals_fertility_mult, Categories: building Tag: building_group_bg_urban_facilities_criminals_mortality_mult, Categories: building Tag: building_group_bg_urban_facilities_criminals_standard_of_living_add, Categories: building @@ -3266,12 +3266,12 @@ Tag: building_group_bg_arts_administrators_standard_of_living_add, Categories: b Tag: building_group_bg_arts_executives_fertility_mult, Categories: building Tag: building_group_bg_arts_executives_mortality_mult, Categories: building Tag: building_group_bg_arts_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_arts_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_arts_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_clerks_fertility_mult, Categories: building -Tag: building_group_bg_arts_clerks_mortality_mult, Categories: building -Tag: building_group_bg_arts_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_clergy_fertility_mult, Categories: building +Tag: building_group_bg_arts_clergy_mortality_mult, Categories: building +Tag: building_group_bg_arts_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_arts_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_arts_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_arts_engineers_fertility_mult, Categories: building Tag: building_group_bg_arts_engineers_mortality_mult, Categories: building Tag: building_group_bg_arts_engineers_standard_of_living_add, Categories: building @@ -3281,15 +3281,15 @@ Tag: building_group_bg_arts_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_arts_laborers_fertility_mult, Categories: building Tag: building_group_bg_arts_laborers_mortality_mult, Categories: building Tag: building_group_bg_arts_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_machinists_fertility_mult, Categories: building -Tag: building_group_bg_arts_machinists_mortality_mult, Categories: building -Tag: building_group_bg_arts_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_technicians_fertility_mult, Categories: building +Tag: building_group_bg_arts_technicians_mortality_mult, Categories: building +Tag: building_group_bg_arts_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_arts_officers_fertility_mult, Categories: building Tag: building_group_bg_arts_officers_mortality_mult, Categories: building Tag: building_group_bg_arts_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_arts_peasants_fertility_mult, Categories: building -Tag: building_group_bg_arts_peasants_mortality_mult, Categories: building -Tag: building_group_bg_arts_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_arts_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_arts_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_arts_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_arts_criminals_fertility_mult, Categories: building Tag: building_group_bg_arts_criminals_mortality_mult, Categories: building Tag: building_group_bg_arts_criminals_standard_of_living_add, Categories: building @@ -3321,12 +3321,12 @@ Tag: building_group_bg_media_administrators_standard_of_living_add, Categories: Tag: building_group_bg_media_executives_fertility_mult, Categories: building Tag: building_group_bg_media_executives_mortality_mult, Categories: building Tag: building_group_bg_media_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_media_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_media_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_media_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_media_clerks_fertility_mult, Categories: building -Tag: building_group_bg_media_clerks_mortality_mult, Categories: building -Tag: building_group_bg_media_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_media_clergy_fertility_mult, Categories: building +Tag: building_group_bg_media_clergy_mortality_mult, Categories: building +Tag: building_group_bg_media_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_media_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_media_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_media_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_media_engineers_fertility_mult, Categories: building Tag: building_group_bg_media_engineers_mortality_mult, Categories: building Tag: building_group_bg_media_engineers_standard_of_living_add, Categories: building @@ -3336,15 +3336,15 @@ Tag: building_group_bg_media_farmers_standard_of_living_add, Categories: buildin Tag: building_group_bg_media_laborers_fertility_mult, Categories: building Tag: building_group_bg_media_laborers_mortality_mult, Categories: building Tag: building_group_bg_media_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_media_machinists_fertility_mult, Categories: building -Tag: building_group_bg_media_machinists_mortality_mult, Categories: building -Tag: building_group_bg_media_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_media_technicians_fertility_mult, Categories: building +Tag: building_group_bg_media_technicians_mortality_mult, Categories: building +Tag: building_group_bg_media_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_media_officers_fertility_mult, Categories: building Tag: building_group_bg_media_officers_mortality_mult, Categories: building Tag: building_group_bg_media_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_media_peasants_fertility_mult, Categories: building -Tag: building_group_bg_media_peasants_mortality_mult, Categories: building -Tag: building_group_bg_media_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_media_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_media_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_media_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_media_criminals_fertility_mult, Categories: building Tag: building_group_bg_media_criminals_mortality_mult, Categories: building Tag: building_group_bg_media_criminals_standard_of_living_add, Categories: building @@ -3376,12 +3376,12 @@ Tag: building_group_bg_financial_services_administrators_standard_of_living_add, Tag: building_group_bg_financial_services_executives_fertility_mult, Categories: building Tag: building_group_bg_financial_services_executives_mortality_mult, Categories: building Tag: building_group_bg_financial_services_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_clerks_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_clerks_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_clergy_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_clergy_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_engineers_fertility_mult, Categories: building Tag: building_group_bg_financial_services_engineers_mortality_mult, Categories: building Tag: building_group_bg_financial_services_engineers_standard_of_living_add, Categories: building @@ -3391,15 +3391,15 @@ Tag: building_group_bg_financial_services_farmers_standard_of_living_add, Catego Tag: building_group_bg_financial_services_laborers_fertility_mult, Categories: building Tag: building_group_bg_financial_services_laborers_mortality_mult, Categories: building Tag: building_group_bg_financial_services_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_machinists_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_machinists_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_technicians_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_technicians_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_officers_fertility_mult, Categories: building Tag: building_group_bg_financial_services_officers_mortality_mult, Categories: building Tag: building_group_bg_financial_services_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_financial_services_peasants_fertility_mult, Categories: building -Tag: building_group_bg_financial_services_peasants_mortality_mult, Categories: building -Tag: building_group_bg_financial_services_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_financial_services_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_financial_services_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_financial_services_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_financial_services_criminals_fertility_mult, Categories: building Tag: building_group_bg_financial_services_criminals_mortality_mult, Categories: building Tag: building_group_bg_financial_services_criminals_standard_of_living_add, Categories: building @@ -3431,12 +3431,12 @@ Tag: building_group_bg_tourism_administrators_standard_of_living_add, Categories Tag: building_group_bg_tourism_executives_fertility_mult, Categories: building Tag: building_group_bg_tourism_executives_mortality_mult, Categories: building Tag: building_group_bg_tourism_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_tourism_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_tourism_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_clerks_fertility_mult, Categories: building -Tag: building_group_bg_tourism_clerks_mortality_mult, Categories: building -Tag: building_group_bg_tourism_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_clergy_fertility_mult, Categories: building +Tag: building_group_bg_tourism_clergy_mortality_mult, Categories: building +Tag: building_group_bg_tourism_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_tourism_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_tourism_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_engineers_fertility_mult, Categories: building Tag: building_group_bg_tourism_engineers_mortality_mult, Categories: building Tag: building_group_bg_tourism_engineers_standard_of_living_add, Categories: building @@ -3446,15 +3446,15 @@ Tag: building_group_bg_tourism_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_tourism_laborers_fertility_mult, Categories: building Tag: building_group_bg_tourism_laborers_mortality_mult, Categories: building Tag: building_group_bg_tourism_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_machinists_fertility_mult, Categories: building -Tag: building_group_bg_tourism_machinists_mortality_mult, Categories: building -Tag: building_group_bg_tourism_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_technicians_fertility_mult, Categories: building +Tag: building_group_bg_tourism_technicians_mortality_mult, Categories: building +Tag: building_group_bg_tourism_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_officers_fertility_mult, Categories: building Tag: building_group_bg_tourism_officers_mortality_mult, Categories: building Tag: building_group_bg_tourism_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_tourism_peasants_fertility_mult, Categories: building -Tag: building_group_bg_tourism_peasants_mortality_mult, Categories: building -Tag: building_group_bg_tourism_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_tourism_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_tourism_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_tourism_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_tourism_criminals_fertility_mult, Categories: building Tag: building_group_bg_tourism_criminals_mortality_mult, Categories: building Tag: building_group_bg_tourism_criminals_standard_of_living_add, Categories: building @@ -3486,12 +3486,12 @@ Tag: building_group_bg_telecommunications_administrators_standard_of_living_add, Tag: building_group_bg_telecommunications_executives_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_executives_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_clerks_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_clerks_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_clergy_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_clergy_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_engineers_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_engineers_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_engineers_standard_of_living_add, Categories: building @@ -3501,15 +3501,15 @@ Tag: building_group_bg_telecommunications_farmers_standard_of_living_add, Catego Tag: building_group_bg_telecommunications_laborers_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_laborers_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_machinists_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_machinists_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_technicians_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_technicians_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_officers_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_officers_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_telecommunications_peasants_fertility_mult, Categories: building -Tag: building_group_bg_telecommunications_peasants_mortality_mult, Categories: building -Tag: building_group_bg_telecommunications_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_telecommunications_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_telecommunications_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_telecommunications_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_telecommunications_criminals_fertility_mult, Categories: building Tag: building_group_bg_telecommunications_criminals_mortality_mult, Categories: building Tag: building_group_bg_telecommunications_criminals_standard_of_living_add, Categories: building @@ -3541,12 +3541,12 @@ Tag: building_group_bg_healthcare_administrators_standard_of_living_add, Categor Tag: building_group_bg_healthcare_executives_fertility_mult, Categories: building Tag: building_group_bg_healthcare_executives_mortality_mult, Categories: building Tag: building_group_bg_healthcare_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_clerks_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_clerks_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_clergy_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_clergy_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_engineers_fertility_mult, Categories: building Tag: building_group_bg_healthcare_engineers_mortality_mult, Categories: building Tag: building_group_bg_healthcare_engineers_standard_of_living_add, Categories: building @@ -3556,15 +3556,15 @@ Tag: building_group_bg_healthcare_farmers_standard_of_living_add, Categories: bu Tag: building_group_bg_healthcare_laborers_fertility_mult, Categories: building Tag: building_group_bg_healthcare_laborers_mortality_mult, Categories: building Tag: building_group_bg_healthcare_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_machinists_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_machinists_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_technicians_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_technicians_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_officers_fertility_mult, Categories: building Tag: building_group_bg_healthcare_officers_mortality_mult, Categories: building Tag: building_group_bg_healthcare_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_healthcare_peasants_fertility_mult, Categories: building -Tag: building_group_bg_healthcare_peasants_mortality_mult, Categories: building -Tag: building_group_bg_healthcare_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_healthcare_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_healthcare_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_healthcare_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_healthcare_criminals_fertility_mult, Categories: building Tag: building_group_bg_healthcare_criminals_mortality_mult, Categories: building Tag: building_group_bg_healthcare_criminals_standard_of_living_add, Categories: building @@ -3596,12 +3596,12 @@ Tag: building_group_bg_power_administrators_standard_of_living_add, Categories: Tag: building_group_bg_power_executives_fertility_mult, Categories: building Tag: building_group_bg_power_executives_mortality_mult, Categories: building Tag: building_group_bg_power_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_power_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_power_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_power_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_power_clerks_fertility_mult, Categories: building -Tag: building_group_bg_power_clerks_mortality_mult, Categories: building -Tag: building_group_bg_power_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_power_clergy_fertility_mult, Categories: building +Tag: building_group_bg_power_clergy_mortality_mult, Categories: building +Tag: building_group_bg_power_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_power_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_power_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_power_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_power_engineers_fertility_mult, Categories: building Tag: building_group_bg_power_engineers_mortality_mult, Categories: building Tag: building_group_bg_power_engineers_standard_of_living_add, Categories: building @@ -3611,15 +3611,15 @@ Tag: building_group_bg_power_farmers_standard_of_living_add, Categories: buildin Tag: building_group_bg_power_laborers_fertility_mult, Categories: building Tag: building_group_bg_power_laborers_mortality_mult, Categories: building Tag: building_group_bg_power_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_power_machinists_fertility_mult, Categories: building -Tag: building_group_bg_power_machinists_mortality_mult, Categories: building -Tag: building_group_bg_power_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_power_technicians_fertility_mult, Categories: building +Tag: building_group_bg_power_technicians_mortality_mult, Categories: building +Tag: building_group_bg_power_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_power_officers_fertility_mult, Categories: building Tag: building_group_bg_power_officers_mortality_mult, Categories: building Tag: building_group_bg_power_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_power_peasants_fertility_mult, Categories: building -Tag: building_group_bg_power_peasants_mortality_mult, Categories: building -Tag: building_group_bg_power_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_power_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_power_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_power_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_power_criminals_fertility_mult, Categories: building Tag: building_group_bg_power_criminals_mortality_mult, Categories: building Tag: building_group_bg_power_criminals_standard_of_living_add, Categories: building @@ -3651,12 +3651,12 @@ Tag: building_group_bg_nuclear_power_administrators_standard_of_living_add, Cate Tag: building_group_bg_nuclear_power_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_clerks_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_clerks_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_clergy_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_clergy_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_engineers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_engineers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_engineers_standard_of_living_add, Categories: building @@ -3666,15 +3666,15 @@ Tag: building_group_bg_nuclear_power_farmers_standard_of_living_add, Categories: Tag: building_group_bg_nuclear_power_laborers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_laborers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_machinists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_machinists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_technicians_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_technicians_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_officers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_officers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_power_peasants_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_power_peasants_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_power_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_power_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_power_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_power_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_power_criminals_fertility_mult, Categories: building Tag: building_group_bg_nuclear_power_criminals_mortality_mult, Categories: building Tag: building_group_bg_nuclear_power_criminals_standard_of_living_add, Categories: building @@ -3702,12 +3702,12 @@ Tag: building_group_bg_government_administrators_standard_of_living_add, Categor Tag: building_group_bg_government_executives_fertility_mult, Categories: building Tag: building_group_bg_government_executives_mortality_mult, Categories: building Tag: building_group_bg_government_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_government_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_government_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_government_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_government_clerks_fertility_mult, Categories: building -Tag: building_group_bg_government_clerks_mortality_mult, Categories: building -Tag: building_group_bg_government_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_government_clergy_fertility_mult, Categories: building +Tag: building_group_bg_government_clergy_mortality_mult, Categories: building +Tag: building_group_bg_government_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_government_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_government_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_government_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_government_engineers_fertility_mult, Categories: building Tag: building_group_bg_government_engineers_mortality_mult, Categories: building Tag: building_group_bg_government_engineers_standard_of_living_add, Categories: building @@ -3717,15 +3717,15 @@ Tag: building_group_bg_government_farmers_standard_of_living_add, Categories: bu Tag: building_group_bg_government_laborers_fertility_mult, Categories: building Tag: building_group_bg_government_laborers_mortality_mult, Categories: building Tag: building_group_bg_government_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_government_machinists_fertility_mult, Categories: building -Tag: building_group_bg_government_machinists_mortality_mult, Categories: building -Tag: building_group_bg_government_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_government_technicians_fertility_mult, Categories: building +Tag: building_group_bg_government_technicians_mortality_mult, Categories: building +Tag: building_group_bg_government_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_government_officers_fertility_mult, Categories: building Tag: building_group_bg_government_officers_mortality_mult, Categories: building Tag: building_group_bg_government_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_government_peasants_fertility_mult, Categories: building -Tag: building_group_bg_government_peasants_mortality_mult, Categories: building -Tag: building_group_bg_government_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_government_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_government_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_government_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_government_criminals_fertility_mult, Categories: building Tag: building_group_bg_government_criminals_mortality_mult, Categories: building Tag: building_group_bg_government_criminals_standard_of_living_add, Categories: building @@ -3757,12 +3757,12 @@ Tag: building_group_bg_technology_administrators_standard_of_living_add, Categor Tag: building_group_bg_technology_executives_fertility_mult, Categories: building Tag: building_group_bg_technology_executives_mortality_mult, Categories: building Tag: building_group_bg_technology_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_technology_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_technology_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_clerks_fertility_mult, Categories: building -Tag: building_group_bg_technology_clerks_mortality_mult, Categories: building -Tag: building_group_bg_technology_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_clergy_fertility_mult, Categories: building +Tag: building_group_bg_technology_clergy_mortality_mult, Categories: building +Tag: building_group_bg_technology_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_technology_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_technology_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_technology_engineers_fertility_mult, Categories: building Tag: building_group_bg_technology_engineers_mortality_mult, Categories: building Tag: building_group_bg_technology_engineers_standard_of_living_add, Categories: building @@ -3772,15 +3772,15 @@ Tag: building_group_bg_technology_farmers_standard_of_living_add, Categories: bu Tag: building_group_bg_technology_laborers_fertility_mult, Categories: building Tag: building_group_bg_technology_laborers_mortality_mult, Categories: building Tag: building_group_bg_technology_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_machinists_fertility_mult, Categories: building -Tag: building_group_bg_technology_machinists_mortality_mult, Categories: building -Tag: building_group_bg_technology_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_technicians_fertility_mult, Categories: building +Tag: building_group_bg_technology_technicians_mortality_mult, Categories: building +Tag: building_group_bg_technology_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_technology_officers_fertility_mult, Categories: building Tag: building_group_bg_technology_officers_mortality_mult, Categories: building Tag: building_group_bg_technology_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_technology_peasants_fertility_mult, Categories: building -Tag: building_group_bg_technology_peasants_mortality_mult, Categories: building -Tag: building_group_bg_technology_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_technology_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_technology_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_technology_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_technology_criminals_fertility_mult, Categories: building Tag: building_group_bg_technology_criminals_mortality_mult, Categories: building Tag: building_group_bg_technology_criminals_standard_of_living_add, Categories: building @@ -3812,12 +3812,12 @@ Tag: building_group_bg_bureaucracy_administrators_standard_of_living_add, Catego Tag: building_group_bg_bureaucracy_executives_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_executives_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_clerks_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_clerks_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_clergy_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_clergy_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_engineers_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_engineers_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_engineers_standard_of_living_add, Categories: building @@ -3827,15 +3827,15 @@ Tag: building_group_bg_bureaucracy_farmers_standard_of_living_add, Categories: b Tag: building_group_bg_bureaucracy_laborers_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_laborers_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_machinists_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_machinists_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_technicians_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_technicians_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_officers_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_officers_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_bureaucracy_peasants_fertility_mult, Categories: building -Tag: building_group_bg_bureaucracy_peasants_mortality_mult, Categories: building -Tag: building_group_bg_bureaucracy_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_bureaucracy_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_bureaucracy_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_bureaucracy_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_bureaucracy_criminals_fertility_mult, Categories: building Tag: building_group_bg_bureaucracy_criminals_mortality_mult, Categories: building Tag: building_group_bg_bureaucracy_criminals_standard_of_living_add, Categories: building @@ -3867,12 +3867,12 @@ Tag: building_group_bg_nuclear_research_administrators_standard_of_living_add, C Tag: building_group_bg_nuclear_research_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_clerks_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_clerks_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_clergy_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_clergy_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_engineers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_engineers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_engineers_standard_of_living_add, Categories: building @@ -3882,15 +3882,15 @@ Tag: building_group_bg_nuclear_research_farmers_standard_of_living_add, Categori Tag: building_group_bg_nuclear_research_laborers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_laborers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_machinists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_machinists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_technicians_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_technicians_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_officers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_officers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_research_peasants_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_research_peasants_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_research_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_research_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_research_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_research_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_research_criminals_fertility_mult, Categories: building Tag: building_group_bg_nuclear_research_criminals_mortality_mult, Categories: building Tag: building_group_bg_nuclear_research_criminals_standard_of_living_add, Categories: building @@ -3922,12 +3922,12 @@ Tag: building_group_bg_military_research_administrators_standard_of_living_add, Tag: building_group_bg_military_research_executives_fertility_mult, Categories: building Tag: building_group_bg_military_research_executives_mortality_mult, Categories: building Tag: building_group_bg_military_research_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_military_research_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_military_research_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_clerks_fertility_mult, Categories: building -Tag: building_group_bg_military_research_clerks_mortality_mult, Categories: building -Tag: building_group_bg_military_research_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_clergy_fertility_mult, Categories: building +Tag: building_group_bg_military_research_clergy_mortality_mult, Categories: building +Tag: building_group_bg_military_research_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_military_research_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_military_research_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_engineers_fertility_mult, Categories: building Tag: building_group_bg_military_research_engineers_mortality_mult, Categories: building Tag: building_group_bg_military_research_engineers_standard_of_living_add, Categories: building @@ -3937,15 +3937,15 @@ Tag: building_group_bg_military_research_farmers_standard_of_living_add, Categor Tag: building_group_bg_military_research_laborers_fertility_mult, Categories: building Tag: building_group_bg_military_research_laborers_mortality_mult, Categories: building Tag: building_group_bg_military_research_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_machinists_fertility_mult, Categories: building -Tag: building_group_bg_military_research_machinists_mortality_mult, Categories: building -Tag: building_group_bg_military_research_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_technicians_fertility_mult, Categories: building +Tag: building_group_bg_military_research_technicians_mortality_mult, Categories: building +Tag: building_group_bg_military_research_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_officers_fertility_mult, Categories: building Tag: building_group_bg_military_research_officers_mortality_mult, Categories: building Tag: building_group_bg_military_research_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_military_research_peasants_fertility_mult, Categories: building -Tag: building_group_bg_military_research_peasants_mortality_mult, Categories: building -Tag: building_group_bg_military_research_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_military_research_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_military_research_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_military_research_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_military_research_criminals_fertility_mult, Categories: building Tag: building_group_bg_military_research_criminals_mortality_mult, Categories: building Tag: building_group_bg_military_research_criminals_standard_of_living_add, Categories: building @@ -3977,12 +3977,12 @@ Tag: building_group_bg_humanities_research_administrators_standard_of_living_add Tag: building_group_bg_humanities_research_executives_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_executives_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_clerks_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_clerks_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_clergy_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_clergy_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_engineers_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_engineers_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_engineers_standard_of_living_add, Categories: building @@ -3992,15 +3992,15 @@ Tag: building_group_bg_humanities_research_farmers_standard_of_living_add, Categ Tag: building_group_bg_humanities_research_laborers_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_laborers_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_machinists_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_machinists_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_technicians_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_technicians_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_officers_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_officers_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_humanities_research_peasants_fertility_mult, Categories: building -Tag: building_group_bg_humanities_research_peasants_mortality_mult, Categories: building -Tag: building_group_bg_humanities_research_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_humanities_research_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_humanities_research_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_humanities_research_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_humanities_research_criminals_fertility_mult, Categories: building Tag: building_group_bg_humanities_research_criminals_mortality_mult, Categories: building Tag: building_group_bg_humanities_research_criminals_standard_of_living_add, Categories: building @@ -4031,12 +4031,12 @@ Tag: building_group_bg_trade_administrators_standard_of_living_add, Categories: Tag: building_group_bg_trade_executives_fertility_mult, Categories: building Tag: building_group_bg_trade_executives_mortality_mult, Categories: building Tag: building_group_bg_trade_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_trade_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_trade_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_clerks_fertility_mult, Categories: building -Tag: building_group_bg_trade_clerks_mortality_mult, Categories: building -Tag: building_group_bg_trade_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_clergy_fertility_mult, Categories: building +Tag: building_group_bg_trade_clergy_mortality_mult, Categories: building +Tag: building_group_bg_trade_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_trade_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_trade_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_trade_engineers_fertility_mult, Categories: building Tag: building_group_bg_trade_engineers_mortality_mult, Categories: building Tag: building_group_bg_trade_engineers_standard_of_living_add, Categories: building @@ -4046,15 +4046,15 @@ Tag: building_group_bg_trade_farmers_standard_of_living_add, Categories: buildin Tag: building_group_bg_trade_laborers_fertility_mult, Categories: building Tag: building_group_bg_trade_laborers_mortality_mult, Categories: building Tag: building_group_bg_trade_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_machinists_fertility_mult, Categories: building -Tag: building_group_bg_trade_machinists_mortality_mult, Categories: building -Tag: building_group_bg_trade_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_technicians_fertility_mult, Categories: building +Tag: building_group_bg_trade_technicians_mortality_mult, Categories: building +Tag: building_group_bg_trade_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_trade_officers_fertility_mult, Categories: building Tag: building_group_bg_trade_officers_mortality_mult, Categories: building Tag: building_group_bg_trade_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_trade_peasants_fertility_mult, Categories: building -Tag: building_group_bg_trade_peasants_mortality_mult, Categories: building -Tag: building_group_bg_trade_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_trade_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_trade_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_trade_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_trade_criminals_fertility_mult, Categories: building Tag: building_group_bg_trade_criminals_mortality_mult, Categories: building Tag: building_group_bg_trade_criminals_standard_of_living_add, Categories: building @@ -4081,12 +4081,12 @@ Tag: building_group_bg_infrastructure_administrators_standard_of_living_add, Cat Tag: building_group_bg_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_clerks_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_clerks_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_clergy_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_clergy_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_engineers_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_engineers_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_engineers_standard_of_living_add, Categories: building @@ -4096,15 +4096,15 @@ Tag: building_group_bg_infrastructure_farmers_standard_of_living_add, Categories Tag: building_group_bg_infrastructure_laborers_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_laborers_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_machinists_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_machinists_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_technicians_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_technicians_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_officers_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_officers_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_infrastructure_peasants_fertility_mult, Categories: building -Tag: building_group_bg_infrastructure_peasants_mortality_mult, Categories: building -Tag: building_group_bg_infrastructure_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_infrastructure_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_infrastructure_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_infrastructure_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_infrastructure_criminals_fertility_mult, Categories: building Tag: building_group_bg_infrastructure_criminals_mortality_mult, Categories: building Tag: building_group_bg_infrastructure_criminals_standard_of_living_add, Categories: building @@ -4136,12 +4136,12 @@ Tag: building_group_bg_public_infrastructure_administrators_standard_of_living_a Tag: building_group_bg_public_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_clerks_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_clerks_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_clergy_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_clergy_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_engineers_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_engineers_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_engineers_standard_of_living_add, Categories: building @@ -4151,15 +4151,15 @@ Tag: building_group_bg_public_infrastructure_farmers_standard_of_living_add, Cat Tag: building_group_bg_public_infrastructure_laborers_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_laborers_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_machinists_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_machinists_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_technicians_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_technicians_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_officers_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_officers_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_public_infrastructure_peasants_fertility_mult, Categories: building -Tag: building_group_bg_public_infrastructure_peasants_mortality_mult, Categories: building -Tag: building_group_bg_public_infrastructure_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_public_infrastructure_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_public_infrastructure_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_public_infrastructure_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_public_infrastructure_criminals_fertility_mult, Categories: building Tag: building_group_bg_public_infrastructure_criminals_mortality_mult, Categories: building Tag: building_group_bg_public_infrastructure_criminals_standard_of_living_add, Categories: building @@ -4191,12 +4191,12 @@ Tag: building_group_bg_construction_administrators_standard_of_living_add, Categ Tag: building_group_bg_construction_executives_fertility_mult, Categories: building Tag: building_group_bg_construction_executives_mortality_mult, Categories: building Tag: building_group_bg_construction_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_construction_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_construction_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_clerks_fertility_mult, Categories: building -Tag: building_group_bg_construction_clerks_mortality_mult, Categories: building -Tag: building_group_bg_construction_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_clergy_fertility_mult, Categories: building +Tag: building_group_bg_construction_clergy_mortality_mult, Categories: building +Tag: building_group_bg_construction_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_construction_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_construction_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_construction_engineers_fertility_mult, Categories: building Tag: building_group_bg_construction_engineers_mortality_mult, Categories: building Tag: building_group_bg_construction_engineers_standard_of_living_add, Categories: building @@ -4205,15 +4205,15 @@ Tag: building_group_bg_construction_farmers_mortality_mult, Categories: building Tag: building_group_bg_construction_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_construction_laborers_fertility_mult, Categories: building Tag: building_group_bg_construction_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_machinists_fertility_mult, Categories: building -Tag: building_group_bg_construction_machinists_mortality_mult, Categories: building -Tag: building_group_bg_construction_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_technicians_fertility_mult, Categories: building +Tag: building_group_bg_construction_technicians_mortality_mult, Categories: building +Tag: building_group_bg_construction_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_construction_officers_fertility_mult, Categories: building Tag: building_group_bg_construction_officers_mortality_mult, Categories: building Tag: building_group_bg_construction_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_construction_peasants_fertility_mult, Categories: building -Tag: building_group_bg_construction_peasants_mortality_mult, Categories: building -Tag: building_group_bg_construction_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_construction_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_construction_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_construction_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_construction_criminals_fertility_mult, Categories: building Tag: building_group_bg_construction_criminals_mortality_mult, Categories: building Tag: building_group_bg_construction_criminals_standard_of_living_add, Categories: building @@ -4245,12 +4245,12 @@ Tag: building_group_bg_housing_administrators_standard_of_living_add, Categories Tag: building_group_bg_housing_executives_fertility_mult, Categories: building Tag: building_group_bg_housing_executives_mortality_mult, Categories: building Tag: building_group_bg_housing_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_housing_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_housing_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_clerks_fertility_mult, Categories: building -Tag: building_group_bg_housing_clerks_mortality_mult, Categories: building -Tag: building_group_bg_housing_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_clergy_fertility_mult, Categories: building +Tag: building_group_bg_housing_clergy_mortality_mult, Categories: building +Tag: building_group_bg_housing_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_housing_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_housing_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_housing_engineers_fertility_mult, Categories: building Tag: building_group_bg_housing_engineers_mortality_mult, Categories: building Tag: building_group_bg_housing_engineers_standard_of_living_add, Categories: building @@ -4260,15 +4260,15 @@ Tag: building_group_bg_housing_farmers_standard_of_living_add, Categories: build Tag: building_group_bg_housing_laborers_fertility_mult, Categories: building Tag: building_group_bg_housing_laborers_mortality_mult, Categories: building Tag: building_group_bg_housing_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_machinists_fertility_mult, Categories: building -Tag: building_group_bg_housing_machinists_mortality_mult, Categories: building -Tag: building_group_bg_housing_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_technicians_fertility_mult, Categories: building +Tag: building_group_bg_housing_technicians_mortality_mult, Categories: building +Tag: building_group_bg_housing_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_housing_officers_fertility_mult, Categories: building Tag: building_group_bg_housing_officers_mortality_mult, Categories: building Tag: building_group_bg_housing_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_housing_peasants_fertility_mult, Categories: building -Tag: building_group_bg_housing_peasants_mortality_mult, Categories: building -Tag: building_group_bg_housing_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_housing_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_housing_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_housing_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_housing_criminals_fertility_mult, Categories: building Tag: building_group_bg_housing_criminals_mortality_mult, Categories: building Tag: building_group_bg_housing_criminals_standard_of_living_add, Categories: building @@ -4300,12 +4300,12 @@ Tag: building_group_bg_private_infrastructure_administrators_standard_of_living_ Tag: building_group_bg_private_infrastructure_executives_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_executives_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_clerks_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_clerks_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_clergy_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_clergy_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_engineers_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_engineers_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_engineers_standard_of_living_add, Categories: building @@ -4315,15 +4315,15 @@ Tag: building_group_bg_private_infrastructure_farmers_standard_of_living_add, Ca Tag: building_group_bg_private_infrastructure_laborers_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_laborers_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_machinists_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_machinists_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_technicians_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_technicians_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_officers_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_officers_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_private_infrastructure_peasants_fertility_mult, Categories: building -Tag: building_group_bg_private_infrastructure_peasants_mortality_mult, Categories: building -Tag: building_group_bg_private_infrastructure_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_private_infrastructure_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_private_infrastructure_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_private_infrastructure_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_private_infrastructure_criminals_fertility_mult, Categories: building Tag: building_group_bg_private_infrastructure_criminals_mortality_mult, Categories: building Tag: building_group_bg_private_infrastructure_criminals_standard_of_living_add, Categories: building @@ -4355,12 +4355,12 @@ Tag: building_group_bg_canals_administrators_standard_of_living_add, Categories: Tag: building_group_bg_canals_executives_fertility_mult, Categories: building Tag: building_group_bg_canals_executives_mortality_mult, Categories: building Tag: building_group_bg_canals_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_canals_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_canals_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_clerks_fertility_mult, Categories: building -Tag: building_group_bg_canals_clerks_mortality_mult, Categories: building -Tag: building_group_bg_canals_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_clergy_fertility_mult, Categories: building +Tag: building_group_bg_canals_clergy_mortality_mult, Categories: building +Tag: building_group_bg_canals_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_canals_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_canals_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_canals_engineers_fertility_mult, Categories: building Tag: building_group_bg_canals_engineers_mortality_mult, Categories: building Tag: building_group_bg_canals_engineers_standard_of_living_add, Categories: building @@ -4370,15 +4370,15 @@ Tag: building_group_bg_canals_farmers_standard_of_living_add, Categories: buildi Tag: building_group_bg_canals_laborers_fertility_mult, Categories: building Tag: building_group_bg_canals_laborers_mortality_mult, Categories: building Tag: building_group_bg_canals_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_machinists_fertility_mult, Categories: building -Tag: building_group_bg_canals_machinists_mortality_mult, Categories: building -Tag: building_group_bg_canals_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_technicians_fertility_mult, Categories: building +Tag: building_group_bg_canals_technicians_mortality_mult, Categories: building +Tag: building_group_bg_canals_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_canals_officers_fertility_mult, Categories: building Tag: building_group_bg_canals_officers_mortality_mult, Categories: building Tag: building_group_bg_canals_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_canals_peasants_fertility_mult, Categories: building -Tag: building_group_bg_canals_peasants_mortality_mult, Categories: building -Tag: building_group_bg_canals_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_canals_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_canals_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_canals_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_canals_criminals_fertility_mult, Categories: building Tag: building_group_bg_canals_criminals_mortality_mult, Categories: building Tag: building_group_bg_canals_criminals_standard_of_living_add, Categories: building @@ -4410,12 +4410,12 @@ Tag: building_group_bg_monuments_administrators_standard_of_living_add, Categori Tag: building_group_bg_monuments_executives_fertility_mult, Categories: building Tag: building_group_bg_monuments_executives_mortality_mult, Categories: building Tag: building_group_bg_monuments_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_monuments_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_monuments_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_clerks_fertility_mult, Categories: building -Tag: building_group_bg_monuments_clerks_mortality_mult, Categories: building -Tag: building_group_bg_monuments_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_clergy_fertility_mult, Categories: building +Tag: building_group_bg_monuments_clergy_mortality_mult, Categories: building +Tag: building_group_bg_monuments_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_monuments_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_monuments_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_engineers_fertility_mult, Categories: building Tag: building_group_bg_monuments_engineers_mortality_mult, Categories: building Tag: building_group_bg_monuments_engineers_standard_of_living_add, Categories: building @@ -4425,15 +4425,15 @@ Tag: building_group_bg_monuments_farmers_standard_of_living_add, Categories: bui Tag: building_group_bg_monuments_laborers_fertility_mult, Categories: building Tag: building_group_bg_monuments_laborers_mortality_mult, Categories: building Tag: building_group_bg_monuments_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_machinists_fertility_mult, Categories: building -Tag: building_group_bg_monuments_machinists_mortality_mult, Categories: building -Tag: building_group_bg_monuments_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_technicians_fertility_mult, Categories: building +Tag: building_group_bg_monuments_technicians_mortality_mult, Categories: building +Tag: building_group_bg_monuments_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_officers_fertility_mult, Categories: building Tag: building_group_bg_monuments_officers_mortality_mult, Categories: building Tag: building_group_bg_monuments_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_peasants_fertility_mult, Categories: building -Tag: building_group_bg_monuments_peasants_mortality_mult, Categories: building -Tag: building_group_bg_monuments_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_monuments_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_monuments_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_criminals_fertility_mult, Categories: building Tag: building_group_bg_monuments_criminals_mortality_mult, Categories: building Tag: building_group_bg_monuments_criminals_standard_of_living_add, Categories: building @@ -4465,12 +4465,12 @@ Tag: building_group_bg_military_administrators_standard_of_living_add, Categorie Tag: building_group_bg_military_executives_fertility_mult, Categories: building Tag: building_group_bg_military_executives_mortality_mult, Categories: building Tag: building_group_bg_military_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_military_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_military_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_military_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_military_clerks_fertility_mult, Categories: building -Tag: building_group_bg_military_clerks_mortality_mult, Categories: building -Tag: building_group_bg_military_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_military_clergy_fertility_mult, Categories: building +Tag: building_group_bg_military_clergy_mortality_mult, Categories: building +Tag: building_group_bg_military_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_military_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_military_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_military_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_military_engineers_fertility_mult, Categories: building Tag: building_group_bg_military_engineers_mortality_mult, Categories: building Tag: building_group_bg_military_engineers_standard_of_living_add, Categories: building @@ -4480,15 +4480,15 @@ Tag: building_group_bg_military_farmers_standard_of_living_add, Categories: buil Tag: building_group_bg_military_laborers_fertility_mult, Categories: building Tag: building_group_bg_military_laborers_mortality_mult, Categories: building Tag: building_group_bg_military_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_military_machinists_fertility_mult, Categories: building -Tag: building_group_bg_military_machinists_mortality_mult, Categories: building -Tag: building_group_bg_military_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_military_technicians_fertility_mult, Categories: building +Tag: building_group_bg_military_technicians_mortality_mult, Categories: building +Tag: building_group_bg_military_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_military_officers_fertility_mult, Categories: building Tag: building_group_bg_military_officers_mortality_mult, Categories: building Tag: building_group_bg_military_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_military_peasants_fertility_mult, Categories: building -Tag: building_group_bg_military_peasants_mortality_mult, Categories: building -Tag: building_group_bg_military_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_military_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_military_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_military_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_military_criminals_fertility_mult, Categories: building Tag: building_group_bg_military_criminals_mortality_mult, Categories: building Tag: building_group_bg_military_criminals_standard_of_living_add, Categories: building @@ -4520,12 +4520,12 @@ Tag: building_group_bg_army_administrators_standard_of_living_add, Categories: b Tag: building_group_bg_army_executives_fertility_mult, Categories: building Tag: building_group_bg_army_executives_mortality_mult, Categories: building Tag: building_group_bg_army_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_army_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_army_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_army_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_army_clerks_fertility_mult, Categories: building -Tag: building_group_bg_army_clerks_mortality_mult, Categories: building -Tag: building_group_bg_army_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_army_clergy_fertility_mult, Categories: building +Tag: building_group_bg_army_clergy_mortality_mult, Categories: building +Tag: building_group_bg_army_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_army_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_army_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_army_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_army_engineers_fertility_mult, Categories: building Tag: building_group_bg_army_engineers_mortality_mult, Categories: building Tag: building_group_bg_army_engineers_standard_of_living_add, Categories: building @@ -4535,15 +4535,15 @@ Tag: building_group_bg_army_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_army_laborers_fertility_mult, Categories: building Tag: building_group_bg_army_laborers_mortality_mult, Categories: building Tag: building_group_bg_army_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_army_machinists_fertility_mult, Categories: building -Tag: building_group_bg_army_machinists_mortality_mult, Categories: building -Tag: building_group_bg_army_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_army_technicians_fertility_mult, Categories: building +Tag: building_group_bg_army_technicians_mortality_mult, Categories: building +Tag: building_group_bg_army_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_army_officers_fertility_mult, Categories: building Tag: building_group_bg_army_officers_mortality_mult, Categories: building Tag: building_group_bg_army_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_army_peasants_fertility_mult, Categories: building -Tag: building_group_bg_army_peasants_mortality_mult, Categories: building -Tag: building_group_bg_army_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_army_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_army_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_army_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_army_criminals_fertility_mult, Categories: building Tag: building_group_bg_army_criminals_mortality_mult, Categories: building Tag: building_group_bg_army_criminals_standard_of_living_add, Categories: building @@ -4575,12 +4575,12 @@ Tag: building_group_bg_air_administrators_standard_of_living_add, Categories: bu Tag: building_group_bg_air_executives_fertility_mult, Categories: building Tag: building_group_bg_air_executives_mortality_mult, Categories: building Tag: building_group_bg_air_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_air_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_air_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_air_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_air_clerks_fertility_mult, Categories: building -Tag: building_group_bg_air_clerks_mortality_mult, Categories: building -Tag: building_group_bg_air_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_air_clergy_fertility_mult, Categories: building +Tag: building_group_bg_air_clergy_mortality_mult, Categories: building +Tag: building_group_bg_air_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_air_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_air_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_air_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_air_engineers_fertility_mult, Categories: building Tag: building_group_bg_air_engineers_mortality_mult, Categories: building Tag: building_group_bg_air_engineers_standard_of_living_add, Categories: building @@ -4590,15 +4590,15 @@ Tag: building_group_bg_air_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_air_laborers_fertility_mult, Categories: building Tag: building_group_bg_air_laborers_mortality_mult, Categories: building Tag: building_group_bg_air_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_air_machinists_fertility_mult, Categories: building -Tag: building_group_bg_air_machinists_mortality_mult, Categories: building -Tag: building_group_bg_air_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_air_technicians_fertility_mult, Categories: building +Tag: building_group_bg_air_technicians_mortality_mult, Categories: building +Tag: building_group_bg_air_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_air_officers_fertility_mult, Categories: building Tag: building_group_bg_air_officers_mortality_mult, Categories: building Tag: building_group_bg_air_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_air_peasants_fertility_mult, Categories: building -Tag: building_group_bg_air_peasants_mortality_mult, Categories: building -Tag: building_group_bg_air_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_air_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_air_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_air_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_air_criminals_fertility_mult, Categories: building Tag: building_group_bg_air_criminals_mortality_mult, Categories: building Tag: building_group_bg_air_criminals_standard_of_living_add, Categories: building @@ -4630,12 +4630,12 @@ Tag: building_group_bg_conscription_administrators_standard_of_living_add, Categ Tag: building_group_bg_conscription_executives_fertility_mult, Categories: building Tag: building_group_bg_conscription_executives_mortality_mult, Categories: building Tag: building_group_bg_conscription_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_conscription_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_conscription_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_clerks_fertility_mult, Categories: building -Tag: building_group_bg_conscription_clerks_mortality_mult, Categories: building -Tag: building_group_bg_conscription_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_clergy_fertility_mult, Categories: building +Tag: building_group_bg_conscription_clergy_mortality_mult, Categories: building +Tag: building_group_bg_conscription_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_conscription_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_conscription_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_engineers_fertility_mult, Categories: building Tag: building_group_bg_conscription_engineers_mortality_mult, Categories: building Tag: building_group_bg_conscription_engineers_standard_of_living_add, Categories: building @@ -4645,15 +4645,15 @@ Tag: building_group_bg_conscription_farmers_standard_of_living_add, Categories: Tag: building_group_bg_conscription_laborers_fertility_mult, Categories: building Tag: building_group_bg_conscription_laborers_mortality_mult, Categories: building Tag: building_group_bg_conscription_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_machinists_fertility_mult, Categories: building -Tag: building_group_bg_conscription_machinists_mortality_mult, Categories: building -Tag: building_group_bg_conscription_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_technicians_fertility_mult, Categories: building +Tag: building_group_bg_conscription_technicians_mortality_mult, Categories: building +Tag: building_group_bg_conscription_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_officers_fertility_mult, Categories: building Tag: building_group_bg_conscription_officers_mortality_mult, Categories: building Tag: building_group_bg_conscription_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_conscription_peasants_fertility_mult, Categories: building -Tag: building_group_bg_conscription_peasants_mortality_mult, Categories: building -Tag: building_group_bg_conscription_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_conscription_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_conscription_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_conscription_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_conscription_criminals_fertility_mult, Categories: building Tag: building_group_bg_conscription_criminals_mortality_mult, Categories: building Tag: building_group_bg_conscription_criminals_standard_of_living_add, Categories: building @@ -4685,12 +4685,12 @@ Tag: building_group_bg_navy_administrators_standard_of_living_add, Categories: b Tag: building_group_bg_navy_executives_fertility_mult, Categories: building Tag: building_group_bg_navy_executives_mortality_mult, Categories: building Tag: building_group_bg_navy_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_navy_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_navy_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_clerks_fertility_mult, Categories: building -Tag: building_group_bg_navy_clerks_mortality_mult, Categories: building -Tag: building_group_bg_navy_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_clergy_fertility_mult, Categories: building +Tag: building_group_bg_navy_clergy_mortality_mult, Categories: building +Tag: building_group_bg_navy_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_navy_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_navy_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_navy_engineers_fertility_mult, Categories: building Tag: building_group_bg_navy_engineers_mortality_mult, Categories: building Tag: building_group_bg_navy_engineers_standard_of_living_add, Categories: building @@ -4700,15 +4700,15 @@ Tag: building_group_bg_navy_farmers_standard_of_living_add, Categories: building Tag: building_group_bg_navy_laborers_fertility_mult, Categories: building Tag: building_group_bg_navy_laborers_mortality_mult, Categories: building Tag: building_group_bg_navy_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_machinists_fertility_mult, Categories: building -Tag: building_group_bg_navy_machinists_mortality_mult, Categories: building -Tag: building_group_bg_navy_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_technicians_fertility_mult, Categories: building +Tag: building_group_bg_navy_technicians_mortality_mult, Categories: building +Tag: building_group_bg_navy_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_navy_officers_fertility_mult, Categories: building Tag: building_group_bg_navy_officers_mortality_mult, Categories: building Tag: building_group_bg_navy_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_navy_peasants_fertility_mult, Categories: building -Tag: building_group_bg_navy_peasants_mortality_mult, Categories: building -Tag: building_group_bg_navy_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_navy_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_navy_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_navy_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_navy_criminals_fertility_mult, Categories: building Tag: building_group_bg_navy_criminals_mortality_mult, Categories: building Tag: building_group_bg_navy_criminals_standard_of_living_add, Categories: building @@ -4740,12 +4740,12 @@ Tag: building_group_bg_skyscraper_administrators_standard_of_living_add, Categor Tag: building_group_bg_skyscraper_executives_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_executives_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_clerks_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_clerks_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_clergy_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_clergy_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_engineers_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_engineers_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_engineers_standard_of_living_add, Categories: building @@ -4755,15 +4755,15 @@ Tag: building_group_bg_skyscraper_farmers_standard_of_living_add, Categories: bu Tag: building_group_bg_skyscraper_laborers_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_laborers_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_machinists_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_machinists_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_technicians_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_technicians_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_officers_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_officers_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_skyscraper_peasants_fertility_mult, Categories: building -Tag: building_group_bg_skyscraper_peasants_mortality_mult, Categories: building -Tag: building_group_bg_skyscraper_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_skyscraper_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_skyscraper_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_skyscraper_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_skyscraper_criminals_fertility_mult, Categories: building Tag: building_group_bg_skyscraper_criminals_mortality_mult, Categories: building Tag: building_group_bg_skyscraper_criminals_standard_of_living_add, Categories: building @@ -4795,12 +4795,12 @@ Tag: building_group_bg_monuments_hidden_administrators_standard_of_living_add, C Tag: building_group_bg_monuments_hidden_executives_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_executives_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_clerks_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_clerks_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_clergy_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_clergy_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_engineers_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_engineers_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_engineers_standard_of_living_add, Categories: building @@ -4810,15 +4810,15 @@ Tag: building_group_bg_monuments_hidden_farmers_standard_of_living_add, Categori Tag: building_group_bg_monuments_hidden_laborers_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_laborers_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_machinists_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_machinists_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_technicians_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_technicians_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_officers_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_officers_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_monuments_hidden_peasants_fertility_mult, Categories: building -Tag: building_group_bg_monuments_hidden_peasants_mortality_mult, Categories: building -Tag: building_group_bg_monuments_hidden_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_monuments_hidden_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_monuments_hidden_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_monuments_hidden_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_monuments_hidden_criminals_fertility_mult, Categories: building Tag: building_group_bg_monuments_hidden_criminals_mortality_mult, Categories: building Tag: building_group_bg_monuments_hidden_criminals_standard_of_living_add, Categories: building @@ -4850,12 +4850,12 @@ Tag: building_group_bg_nuclear_weapons_administrators_standard_of_living_add, Ca Tag: building_group_bg_nuclear_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_clerks_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_clerks_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_clergy_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_clergy_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_engineers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_engineers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_engineers_standard_of_living_add, Categories: building @@ -4865,15 +4865,15 @@ Tag: building_group_bg_nuclear_weapons_farmers_standard_of_living_add, Categorie Tag: building_group_bg_nuclear_weapons_laborers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_laborers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_machinists_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_machinists_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_technicians_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_technicians_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_officers_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_officers_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_nuclear_weapons_peasants_fertility_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_peasants_mortality_mult, Categories: building -Tag: building_group_bg_nuclear_weapons_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_nuclear_weapons_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_nuclear_weapons_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_nuclear_weapons_criminals_fertility_mult, Categories: building Tag: building_group_bg_nuclear_weapons_criminals_mortality_mult, Categories: building Tag: building_group_bg_nuclear_weapons_criminals_standard_of_living_add, Categories: building @@ -4905,12 +4905,12 @@ Tag: building_group_bg_chemical_weapons_administrators_standard_of_living_add, C Tag: building_group_bg_chemical_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_clerks_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_clerks_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_clergy_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_clergy_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_engineers_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_engineers_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_engineers_standard_of_living_add, Categories: building @@ -4920,15 +4920,15 @@ Tag: building_group_bg_chemical_weapons_farmers_standard_of_living_add, Categori Tag: building_group_bg_chemical_weapons_laborers_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_laborers_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_machinists_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_machinists_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_technicians_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_technicians_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_officers_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_officers_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_chemical_weapons_peasants_fertility_mult, Categories: building -Tag: building_group_bg_chemical_weapons_peasants_mortality_mult, Categories: building -Tag: building_group_bg_chemical_weapons_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_chemical_weapons_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_chemical_weapons_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_chemical_weapons_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_chemical_weapons_criminals_fertility_mult, Categories: building Tag: building_group_bg_chemical_weapons_criminals_mortality_mult, Categories: building Tag: building_group_bg_chemical_weapons_criminals_standard_of_living_add, Categories: building @@ -4960,12 +4960,12 @@ Tag: building_group_bg_biological_weapons_administrators_standard_of_living_add, Tag: building_group_bg_biological_weapons_executives_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_executives_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_executives_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_clergymen_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_clergymen_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_clergymen_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_clerks_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_clerks_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_clerks_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_clergy_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_clergy_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_clergy_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_service_workers_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_service_workers_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_service_workers_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_engineers_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_engineers_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_engineers_standard_of_living_add, Categories: building @@ -4975,15 +4975,15 @@ Tag: building_group_bg_biological_weapons_farmers_standard_of_living_add, Catego Tag: building_group_bg_biological_weapons_laborers_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_laborers_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_laborers_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_machinists_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_machinists_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_machinists_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_technicians_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_technicians_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_technicians_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_officers_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_officers_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_officers_standard_of_living_add, Categories: building -Tag: building_group_bg_biological_weapons_peasants_fertility_mult, Categories: building -Tag: building_group_bg_biological_weapons_peasants_mortality_mult, Categories: building -Tag: building_group_bg_biological_weapons_peasants_standard_of_living_add, Categories: building +Tag: building_group_bg_biological_weapons_informal_workers_fertility_mult, Categories: building +Tag: building_group_bg_biological_weapons_informal_workers_mortality_mult, Categories: building +Tag: building_group_bg_biological_weapons_informal_workers_standard_of_living_add, Categories: building Tag: building_group_bg_biological_weapons_criminals_fertility_mult, Categories: building Tag: building_group_bg_biological_weapons_criminals_mortality_mult, Categories: building Tag: building_group_bg_biological_weapons_criminals_standard_of_living_add, Categories: building diff --git a/events/economic_events.txt b/events/economic_events.txt index 2543db45f..27468b0c5 100644 --- a/events/economic_events.txt +++ b/events/economic_events.txt @@ -355,7 +355,10 @@ economic_events.6 = { hidden_effect = { trigger_event = { id = economic_events.4 - days = {365 3650} + days = { + 365 + 3650 + } } } } @@ -384,41 +387,59 @@ economic_events.7 = { on_opened_soundeffect = "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people" duration = 3 trigger = { - NOT = { has_variable = baby_boomed } + NOT = { + has_variable = baby_boomed + } OR = { - NOT = {country_is_in_africa = yes} + NOT = { + country_is_in_africa = yes + } game_date > 1990.1.1 } OR = { AND = { - NOT = {country_is_in_india = yes} - NOT = {country_is_in_middle_east = yes} + NOT = { + country_is_in_india = yes + } + NOT = { + country_is_in_middle_east = yes + } } game_date > 1980.1.1 } OR = { AND = { OR = { - NOT = {country_is_in_east_asia = yes} + NOT = { + country_is_in_east_asia = yes + } AND = { exists = c:JAP this = c:JAP } } - NOT = {country_is_in_southeast_asia = yes} - NOT = {country_is_in_central_asia = yes} + NOT = { + country_is_in_southeast_asia = yes + } + NOT = { + country_is_in_central_asia = yes + } } game_date > 1970.1.1 } OR = { AND = { - NOT = {country_is_in_south_america = yes} - NOT = {country_is_in_central_america = yes} + NOT = { + country_is_in_south_america = yes + } + NOT = { + country_is_in_central_america = yes + } } game_date > 1960.1.1 } pop_type_percent_country = { - pop_type = peasants + pop_type = informal_workers percent < 0.1 } } @@ -503,10 +524,10 @@ economic_events.7 = { has_law = law_type:law_allowed_for_health_preservation has_law = law_type:law_socioeconomic_grounds has_law = law_type:law_on_request_abortion - } } + } ai_chance = { base = 25 } } -} \ No newline at end of file +} diff --git a/gfx/portraits/accessories/clothes.txt b/gfx/portraits/accessories/clothes.txt index 7e7dd6f41..282271608 100644 --- a/gfx/portraits/accessories/clothes.txt +++ b/gfx/portraits/accessories/clothes.txt @@ -1,122 +1,186 @@ # These assets are then used in the genes (game/common/genes/..) at the bottom of the file. - ############################################################# # # # Male Clothes and Clothing Accessories # # # ############################################################# - ######################## # # # COATS # # # ######################## - - ## EUROPEAN ## - - - male_coat_european_01 = { -set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_01_entity" } + set_tags = "shrink_arms,shrink_chest,shrink_belly" + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_01_entity" + } } male_coat_european_03 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_03_entity" + } } male_coat_european_06 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_06_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_06_entity" + } } male_coat_european_08 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_08_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_08_entity" + } } male_coat_european_09 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_09_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_09_entity" + } } male_coat_european_10 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_10_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_10_entity" + } } male_coat_european_11 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_european_11_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_european_11_entity" + } } male_coat_american_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_american_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_american_01_entity" + } } male_coat_american_06 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_american_06_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_american_06_entity" + } } male_coat_american_11 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_american_11_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_american_11_entity" + } } male_coat_american_confederate_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_american_confederate_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_american_confederate_01_entity" + } } male_coat_american_confederate_11 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_american_confederate_11_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_american_confederate_11_entity" + } } male_coat_british_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_british_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_british_01_entity" + } } male_coat_british_06 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_british_06_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_british_06_entity" + } } male_coat_french_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_french_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_french_01_entity" + } } male_coat_french_06 = { set_tags = "shrink_arms,hrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_coat_french_06_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_coat_french_06_entity" + } } - # Civilian # - male_civilian_coat_european_01 = { set_tags = "shrink_arms" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_civilian_coat_european_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_civilian_coat_european_01_entity" + } } male_civilian_coat_european_02 = { set_tags = "shrink_arms" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_civilian_coat_european_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_civilian_coat_european_02_entity" + } } - - ## ARABIC ## - male_civilian_coat_arabic_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_civilian_coat_arabic_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_civilian_coat_arabic_01_entity" + } } ######################## @@ -124,884 +188,1168 @@ male_civilian_coat_arabic_01 = { # LEGWEAR # # # ######################## - - ## EUROPEAN ## - male_legwear_european_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_european_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_european_01_entity" + } } male_legwear_european_01_black = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_european_01_black_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_european_01_black_entity" + } } male_legwear_european_01_blue = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_european_01_blue_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_european_01_blue_entity" + } } male_legwear_european_01_red = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_european_01_red_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_european_01_red_entity" + } } - -male_legwear_peasants_01 = { +male_legwear_informal_workers_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_peasants_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_informal_workers_01_entity" + } } -male_legwear_peasants_02 = { +male_legwear_informal_workers_02 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_peasants_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_informal_workers_02_entity" + } } male_legwear_native_american_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_native_american_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_native_american_01_entity" + } } - ## SLAVIC ## - male_legwear_slavic_01_low = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_slavic_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_slavic_01_low_entity" + } } male_legwear_slavic_01_high = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_slavic_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_slavic_01_high_entity" + } } ## POLYNESIAN ## - male_legwear_polynesian_01_high = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_polynesian_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_polynesian_01_high_entity" + } } - ## CIRCUMPOLAR## - male_legwear_circumpolar_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_circumpolar_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_circumpolar_01_entity" + } } female_legwear_circumpolar_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_legwear_circumpolar_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_legwear_circumpolar_01_entity" + } } ## SOUTH AMERICAN ## - male_legwear_south_american_01_low = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_south_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_south_american_01_low_entity" + } } - ## JAPANESE ## - male_legwear_japanese_common_01 = { set_tags = "shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_legwear_japanese_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_legwear_japanese_common_01_entity" + } } - - - - ######################## # # # EPAULETTES # # # ######################## - - - - male_epaulettes_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_epaulettes_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_epaulettes_01_entity" + } } male_epaulettes_02 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_epaulettes_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_epaulettes_02_entity" + } } male_epaulettes_03 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_epaulettes_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_epaulettes_03_entity" + } } male_epaulettes_04 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_epaulettes_04_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_epaulettes_04_entity" + } } male_epaulettes_08 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_epaulettes_08_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_epaulettes_08_entity" + } } - ############# # # # SASHES # # # ############# - - male_sash_european_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_sash_european_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_sash_european_01_entity" + } } - - - - ############# # # # MEDALS # # # ############# - - - - ## GENERIC ## - male_medals_generic_01_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_generic_01_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_generic_01_01_entity" + } } male_medals_generic_01_02 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_generic_01_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_generic_01_02_entity" + } } male_medals_generic_01_03 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_generic_01_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_generic_01_03_entity" + } } male_medals_generic_01_04 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_generic_01_04_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_generic_01_04_entity" + } } male_medals_generic_01_05 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_generic_01_05_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_generic_01_05_entity" + } } - - - - - ## PRUSSIAN ## - male_medals_prussian_01_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_prussian_01_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_prussian_01_01_entity" + } } male_medals_prussian_01_02 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_prussian_01_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_prussian_01_02_entity" + } } male_medals_prussian_01_03 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_prussian_01_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_prussian_01_03_entity" + } } male_medals_prussian_01_04 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_prussian_01_04_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_prussian_01_04_entity" + } } male_medals_prussian_01_05 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_medals_prussian_01_05_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_medals_prussian_01_05_entity" + } } - - - - - - - - ######################## # # # WAISTCOATS # # # ######################## - - ## EUROPEAN ## - male_waistcoat_european_01 = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_waistcoat_european_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_waistcoat_european_01_entity" + } } - male_waistcoat_european_02 = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_waistcoat_european_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_waistcoat_european_02_entity" + } } - male_waistcoat_european_03 = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_waistcoat_european_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_waistcoat_european_03_entity" + } } male_waistcoat_south_american_01_high = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_waistcoat_south_american_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_waistcoat_south_american_01_high_entity" + } } - - - ######################## # # # BELTS # # # ######################## - male_belt_generic_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_belt_generic_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_belt_generic_01_entity" + } } male_belt_generic_02 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_belt_generic_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_belt_generic_02_entity" + } } male_belt_suspenders_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_belt_suspenders_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_belt_suspenders_01_entity" + } } male_belt_japanese_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_belt_japanese_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_belt_japanese_01_entity" + } } - - - - - ######################## # # # OUTFITS # # # ######################## - - - - ## AFRICAN ## - male_outfit_african_common_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_african_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_african_common_01_entity" + } } male_outfit_african_common_02 = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_african_common_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_african_common_02_entity" + } } male_outfit_african_common_03 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_african_common_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_african_common_03_entity" + } } - - ## ARABIC ## - male_outfit_arabic_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_arabic_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_arabic_common_01_entity" + } } male_outfit_arabic_common_02 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_arabic_common_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_arabic_common_02_entity" + } } male_outfit_arabic_common_03 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_arabic_common_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_arabic_common_03_entity" + } } - - # CHINESE # - male_outfit_chinese_court_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_chinese_court_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_chinese_court_01_entity" + } } male_outfit_chinese_imperial_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_chinese_imperial_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_chinese_imperial_01_entity" + } } male_outfit_chinese_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_chinese_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_chinese_common_01_entity" + } } male_outfit_chinese_01_low = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_chinese_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_chinese_01_low_entity" + } } - - ##CHRISTIAN## - male_outfit_christian_priest_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_christian_priest_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_christian_priest_01_entity" + } } male_outfit_christian_pope_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_christian_pope_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_christian_pope_01_entity" + } } - - - ## ETHIOPIAN ## - male_outfit_ethiopian_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_ethiopian_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_ethiopian_common_01_entity" + } } - - - ## INDIAN ## - male_outfit_indian_common_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_indian_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_indian_common_01_entity" + } } male_outfit_indian_common_02 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_indian_common_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_indian_common_02_entity" + } } - - - ## JAPANESE ## - male_outfit_japanese_01_low = { - - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_japanese_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_japanese_01_low_entity" + } } - male_outfit_japanese_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_japanese_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_japanese_common_01_entity" + } } - male_outfit_japanese_imperial_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_japanese_imperial_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_japanese_imperial_01_entity" + } } - ## KOREAN ## - male_outfit_korean_imperial_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_korean_imperial_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_korean_imperial_01_entity" + } } - male_outfit_korean_common_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_korean_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_korean_common_01_entity" + } } male_outfit_korean_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_korean_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_korean_01_low_entity" + } } - - ## NATIVE_AMERICAN ## - male_outfit_parka_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_parka_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_parka_01_entity" + } } male_outfit_native_american_01_mid = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_native_american_01_mid_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_native_american_01_mid_entity" + } } - male_outfit_native_american_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_native_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_native_american_01_low_entity" + } } male_outfit_native_american_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_native_american_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_native_american_01_high_entity" + } } - - - ## PEASANT ## - male_outfit_peasant_common_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_peasant_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_peasant_common_01_entity" + } } ## SIAMESE ## - male_outfit_siamese_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_siamese_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_siamese_common_01_entity" + } } male_outfit_siamese_royal_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_siamese_royal_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_siamese_royal_01_entity" + } } - - - ##SLAVIC## - male_outfit_slavic_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_slavic_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_slavic_01_low_entity" + } } male_outfit_slavic_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_slavic_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_slavic_01_high_entity" + } } - ## POLYNESIAN ## - male_outfit_polynesian_01_low = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_polynesian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_polynesian_01_low_entity" + } } - female_outfit_polynesian_01_low = { set_tags = "shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_polynesian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_polynesian_01_low_entity" + } } male_outfit_polynesian_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_polynesian_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_polynesian_01_high_entity" + } } female_outfit_polynesian_01_high = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_polynesian_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_polynesian_01_high_entity" + } } ## CIRCUMPOLAR ## - female_outfit_circumpolar_01_high = { set_tags = "shrink_arms,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_circumpolar_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_circumpolar_01_high_entity" + } } male_outfit_circumpolar_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_circumpolar_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_circumpolar_01_high_entity" + } } - male_outfit_circumpolar_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_circumpolar_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_circumpolar_01_low_entity" + } } female_outfit_circumpolar_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_circumpolar_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_circumpolar_01_low_entity" + } } - ## SOUTH AMERICAN ## - male_outfit_south_american_01_low = { set_tags = "shrink_arms,shrink_chest" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_south_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_south_american_01_low_entity" + } } ## CENTRAL ASIAN ## - female_outfit_central_asian_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_central_asian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_central_asian_01_low_entity" + } } female_outfit_central_asian_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_central_asian_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_central_asian_01_high_entity" + } } male_outfit_central_asian_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_central_asian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_central_asian_01_low_entity" + } } male_outfit_central_asian_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "male_outfit_central_asian_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_outfit_central_asian_01_high_entity" + } } - ######################## # # # NECKLECES # # # ######################## - - - # AFRICAN # - male_necklace_african_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_necklace_african_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_necklace_african_01_entity" + } } - - - - # INDIAN # - male_necklace_indian_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_necklace_indian_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_necklace_indian_01_entity" + } } - ## POLYNESIAN ## - male_necklace_polynesian_01_low = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_necklace_polynesian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_necklace_polynesian_01_low_entity" + } } ## CHINESE ## - male_necklace_chinese_01_high = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_necklace_chinese_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_necklace_chinese_01_high_entity" + } } - ##################################### # # # AIGUILLETTES # # # ##################################### - - # GENERIC # - male_aiguillettes_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_aiguillettes_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_aiguillettes_01_entity" + } } - - - - - ######################## # # # TOP LAYER # # # ######################## - - - ## ETHIOPIAN ## - male_top_layer_ethiopian_royal_01 = { - - entity = { required_tags = "" shared_pose_entity = torso entity = "male_top_layer_ethiopian_royal_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_top_layer_ethiopian_royal_01_entity" + } } - - - ## EUROPEAN ## - male_top_layer_european_royal_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_top_layer_european_royal_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_top_layer_european_royal_01_entity" + } } - - - ## NATIVE AMERICAN ## - male_top_layer_native_american_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_top_layer_native_american_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_top_layer_native_american_01_entity" + } } ## JAPANESE ## - male_top_layer_japanese_common_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_top_layer_japanese_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_top_layer_japanese_common_01_entity" + } } - ######################## # # # MISC # # # ######################## - - - - - male_prop_apron = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_prop_apron_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_prop_apron_entity" + } } - - - - - - - - - ##################################### # # # Female Clothes # # # ##################################### - - - - ######################## # # # OUTFITS # # # ######################## - - - ## AFRICAN ## - female_outfit_african_common_01 = { set_tags = "shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_african_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_african_common_01_entity" + } } female_outfit_african_common_02 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_african_common_02_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_african_common_02_entity" + } } female_outfit_african_common_03 = { set_tags = "shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_african_common_03_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_african_common_03_entity" + } } - ## ARABIC ## - female_outfit_arabic_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_arabic_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_arabic_common_01_entity" + } } female_outfit_arabic_low_tier_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_arabic_low_tier_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_arabic_low_tier_01_entity" + } } female_outfit_arabic_middle_tier_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_arabic_middle_tier_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_arabic_middle_tier_01_entity" + } } - - - - ## CHINESE ## - female_outfit_chinese_01_low = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_chinese_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_chinese_01_low_entity" + } } female_outfit_chinese_01_mid = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_chinese_01_mid_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_chinese_01_mid_entity" + } } female_outfit_chinese_01_high = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_chinese_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_chinese_01_high_entity" + } } - - - - ## EUROPEAN ## - female_outfit_european_royal_01 = { set_tags = "shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_european_royal_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_european_royal_01_entity" + } } - female_outfit_european_common_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_european_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_european_common_01_entity" + } } female_outfit_working_class_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_working_class_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_working_class_01_entity" + } } ## INDIAN ## - female_outfit_indian_common_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_indian_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_indian_common_01_entity" + } } female_outfit_indian_low_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_indian_low_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_indian_low_01_entity" + } } female_outfit_indian_high_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_indian_high_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_indian_high_01_entity" + } } - - - ## JAPANESE ## - female_outfit_japanese_01_low = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_japanese_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_japanese_01_low_entity" + } } female_outfit_japanese_01_mid = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_japanese_01_mid_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_japanese_01_mid_entity" + } } female_outfit_japanese_01_high = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_japanese_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_japanese_01_high_entity" + } } - - ## KOREAN ## - female_outfit_korean_low_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly,shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_korean_low_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_korean_low_01_entity" + } } female_outfit_korean_common_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly,shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_korean_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_korean_common_01_entity" + } } female_outfit_korean_high_01 = { set_tags = "shrink_arms,shrink_chest,shrink_belly,shrink_legs" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_korean_high_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_korean_high_01_entity" + } } - ## NATIVE_AMERICAN ## - - female_outfit_parka_01 = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_parka_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_parka_01_entity" + } } - female_outfit_native_american_01_low = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_native_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_native_american_01_low_entity" + } } female_outfit_native_american_01_mid = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_native_american_01_mid_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_native_american_01_mid_entity" + } } female_outfit_native_american_01_high = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_native_american_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_native_american_01_high_entity" + } } - - ## PEASANT ## - female_outfit_peasant_common_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_peasant_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_peasant_common_01_entity" + } } - ## SALVIC ## - female_outfit_slavic_01_low = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_slavic_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_slavic_01_low_entity" + } } female_outfit_slavic_01_mid = { set_tags = "shrink_arms,shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_slavic_01_mid_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_slavic_01_mid_entity" + } } female_outfit_slavic_01_high = { set_tags = "shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_slavic_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_slavic_01_high_entity" + } } - ## SOUTH AMERICAN ## - female_outfit_south_american_01_low = { set_tags = "shrink_legs,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_south_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_south_american_01_low_entity" + } } female_outfit_south_american_01_high = { set_tags = "shrink_arms,shrink_legs,shrink_chest,shrink_belly" - entity = { required_tags = "" shared_pose_entity = torso entity = "female_outfit_south_american_01_high_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_outfit_south_american_01_high_entity" + } } ######################## @@ -1009,79 +1357,90 @@ female_outfit_south_american_01_high = { # NECKLECES # # # ######################## - - - - - - # INDIAN # - female_necklace_indian_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_necklace_indian_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_necklace_indian_01_entity" + } } female_necklace_polynesian_01_low = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_necklace_polynesian_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_necklace_polynesian_01_low_entity" + } } female_necklace_polynesian_02_low = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_necklace_polynesian_02_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_necklace_polynesian_02_low_entity" + } } - female_necklace_south_american_01_low = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_necklace_south_american_01_low_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_necklace_south_american_01_low_entity" + } } - - ######################## # # # TOP LAYER # # # ######################## - - - ## INDIAN ## - female_top_layer_indian_common_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_top_layer_indian_common_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_top_layer_indian_common_01_entity" + } } female_top_layer_indian_high_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_top_layer_indian_high_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_top_layer_indian_high_01_entity" + } } - - ## NATIVE AMERICAN ## - female_top_layer_native_american_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_top_layer_native_american_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_top_layer_native_american_01_entity" + } } - - - - ######################## # # # SHIRTS # # # ######################## - - - ## EUROPEAN ## - male_shirt_european_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_shirt_european_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_shirt_european_01_entity" + } } male_shirt_working_class_01 = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_shirt_working_class_01_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_shirt_working_class_01_entity" + } } ######################## @@ -1089,21 +1448,26 @@ male_shirt_working_class_01 = { # MISC # # # ######################## - - - - - female_prop_apron = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_prop_apron_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_prop_apron_entity" + } } - - male_prop_nudity_accessory = { - entity = { required_tags = "" shared_pose_entity = torso entity = "male_prop_nudity_accessory_entity" } + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "male_prop_nudity_accessory_entity" + } } female_prop_nudity_accessory = { - entity = { required_tags = "" shared_pose_entity = torso entity = "female_prop_nudity_accessory_entity" } -} \ No newline at end of file + entity = { + required_tags = "" + shared_pose_entity = torso + entity = "female_prop_nudity_accessory_entity" + } +} diff --git a/gfx/portraits/accessory_variations/european.txt b/gfx/portraits/accessory_variations/european.txt index b7e543487..de001ee5a 100644 --- a/gfx/portraits/accessory_variations/european.txt +++ b/gfx/portraits/accessory_variations/european.txt @@ -1151,7 +1151,7 @@ variation = { variation = { - name = "male_legwear_peasants_01" + name = "male_legwear_informal_workers_workers_01" pattern = { @@ -1164,11 +1164,11 @@ variation = { } - color_palette = { weight = 1 texture = "gfx/portraits/accessory_variations/textures/color_palettes/color_palette_male_legwear_peasants_01.dds" } + color_palette = { weight = 1 texture = "gfx/portraits/accessory_variations/textures/color_palettes/color_palette_male_legwear_informal_workers_workers_01.dds" } } variation = { - name = "male_legwear_peasants_02" + name = "male_legwear_informal_workers_workers_02" pattern = { @@ -1181,7 +1181,7 @@ variation = { } - color_palette = { weight = 1 texture = "gfx/portraits/accessory_variations/textures/color_palettes/color_palette_male_legwear_peasants_02.dds" } + color_palette = { weight = 1 texture = "gfx/portraits/accessory_variations/textures/color_palettes/color_palette_male_legwear_informal_workers_workers_02.dds" } } diff --git a/gfx/portraits/portrait_animations/animations.txt b/gfx/portraits/portrait_animations/animations.txt index 1ffba4010..49e0b35fc 100644 --- a/gfx/portraits/portrait_animations/animations.txt +++ b/gfx/portraits/portrait_animations/animations.txt @@ -118,7 +118,7 @@ idle = { base = 0 modifier = { add = 110 - farmers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -151,7 +151,7 @@ idle = { base = 0 modifier = { add = 150 - peasants_clothes_pop_trigger = yes + informal_workers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -185,7 +185,7 @@ idle = { base = 0 modifier = { add = 110 - machinists_clothes_pop_trigger = yes + technicians_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -202,7 +202,7 @@ idle = { base = 0 modifier = { add = 110 - clerks_clothes_pop_trigger = yes + service_workers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -252,7 +252,7 @@ idle = { base = 0 modifier = { add = 110 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -318,7 +318,7 @@ idle = { base = 0 modifier = { add = 110 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -465,7 +465,7 @@ idle = { base = 0 modifier = { add = 150 - farmers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -482,7 +482,7 @@ idle = { base = 0 modifier = { add = 150 - peasants_clothes_pop_trigger = yes + informal_workers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -499,7 +499,7 @@ idle = { base = 0 modifier = { add = 200 - peasants_clothes_pop_trigger = yes + informal_workers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -533,7 +533,7 @@ idle = { base = 0 modifier = { add = 150 - machinists_clothes_pop_trigger = yes + technicians_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -550,7 +550,7 @@ idle = { base = 0 modifier = { add = 150 - clerks_clothes_pop_trigger = yes + service_workers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -584,7 +584,7 @@ idle = { base = 0 modifier = { add = 150 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -670,7 +670,7 @@ idle = { base = 0 modifier = { add = 150 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -777,7 +777,7 @@ idle = { base = 0 modifier = { add = 110 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = no } } @@ -974,7 +974,7 @@ idle = { base = 0 modifier = { add = 150 - shopkeepers_clothes_pop_trigger = yes + managers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } @@ -1039,7 +1039,7 @@ idle = { base = 0 modifier = { add = 150 - peasants_clothes_pop_trigger = yes + informal_workers_clothes_pop_trigger = yes struggling_pop_trigger = yes } } diff --git a/gfx/portraits/portrait_modifiers/01_accessories.txt b/gfx/portraits/portrait_modifiers/01_accessories.txt index f3a391904..065970d74 100644 --- a/gfx/portraits/portrait_modifiers/01_accessories.txt +++ b/gfx/portraits/portrait_modifiers/01_accessories.txt @@ -2,234 +2,279 @@ usage = game selection_behavior = weighted_random #fallback = no_headgear - - #no_acessories = { - # dna_modifiers = { - # accessory = { - # mode = add - # gene = - # template = no_headgear - # range = { 0 1 } # For the randomness to work correctly - # } - # } - # weight = { - # base = 0 - # } - #} - - european_shopkeeper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = misc - template = all_misc - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - shopkeepers_clothes_pop_trigger = yes - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - AND = { - native_american_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - NOT = { culture = cu:dene } - } - } - } - } - } - } - } - - sash_accessories = { - dna_modifiers = { - accessory = { - mode = add - gene = sashes - template = all_sashes - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - european_clothes_trigger = yes - scope:character = { - monarchy_clothes_trigger = yes - OR = { - NOT = { exists = c:PAP } - AND = { - exists = c:PAP - NOT = { owner = c:PAP } - } - } - } - } - } - } - - prussian_accessories = { - dna_modifiers = { - accessory = { - mode = add - gene = medals - template = prussian_medals - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0 0.4 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = belts - template = all_belts - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = sashes - template = all_sashes - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - german_clothes_trigger = yes - OR = { - military_clothes_trigger = yes - monarchy_clothes_trigger = yes - } - } - } - } - } - - american_accessories = { - dna_modifiers = { - accessory = { - mode = add - gene = medals - template = generic_medals - range = { 0.9 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0.8 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = belts - template = all_belts - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = sashes - template = all_sashes - range = { 0 0.4 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - OR = { - american_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - owner = { - exists = c:CSA - c:CSA = this - is_subject = no - } - } - } - } - OR = { - military_clothes_trigger = yes - monarchy_clothes_trigger = yes - } - } - } - } - } - - commander_accessories = { - dna_modifiers = { - accessory = { - mode = add - gene = medals - template = generic_medals - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = belts - template = all_belts - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = sashes - template = all_sashes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = aiguillettes - template = all_aiguillettes - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - european_clothes_trigger = yes - republic_clothes_trigger = no - OR = { - military_clothes_trigger = yes - officers_clothes_pop_trigger = yes - AND = { - european_clothes_trigger = yes - ruler_clothes_trigger = yes - NOT = { - scope:character = { - exists = c:PAP - owner = c:PAP - } - } - } - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - } - } + #no_acessories = { + # dna_modifiers = { + # accessory = { + # mode = add + # gene = + # template = no_headgear + # range = { 0 1 } # For the randomness to work correctly + # } + # } + # weight = { + # base = 0 + # } + #} + european_shopkeeper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = misc + template = all_misc + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + managers_clothes_pop_trigger = yes + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + AND = { + native_american_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + NOT = { + culture = cu:dene + } + } + } + } + } + } + } + } + sash_accessories = { + dna_modifiers = { + accessory = { + mode = add + gene = sashes + template = all_sashes + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + european_clothes_trigger = yes + scope:character = { + monarchy_clothes_trigger = yes + OR = { + NOT = { + exists = c:PAP + } + AND = { + exists = c:PAP + NOT = { + owner = c:PAP + } + } + } + } + } + } + } + prussian_accessories = { + dna_modifiers = { + accessory = { + mode = add + gene = medals + template = prussian_medals + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0 + 0.4 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = belts + template = all_belts + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = sashes + template = all_sashes + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + german_clothes_trigger = yes + OR = { + military_clothes_trigger = yes + monarchy_clothes_trigger = yes + } + } + } + } + } + american_accessories = { + dna_modifiers = { + accessory = { + mode = add + gene = medals + template = generic_medals + range = { + 0.9 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0.8 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = belts + template = all_belts + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = sashes + template = all_sashes + range = { + 0 + 0.4 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + OR = { + american_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + owner = { + exists = c:CSA + c:CSA = this + is_subject = no + } + } + } + } + OR = { + military_clothes_trigger = yes + monarchy_clothes_trigger = yes + } + } + } + } + } + commander_accessories = { + dna_modifiers = { + accessory = { + mode = add + gene = medals + template = generic_medals + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = belts + template = all_belts + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = sashes + template = all_sashes + range = { + 0 + 1 + } # For the randomness to work correctly + } + accessory = { + mode = add + gene = aiguillettes + template = all_aiguillettes + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + european_clothes_trigger = yes + republic_clothes_trigger = no + OR = { + military_clothes_trigger = yes + officers_clothes_pop_trigger = yes + AND = { + european_clothes_trigger = yes + ruler_clothes_trigger = yes + NOT = { + scope:character = { + exists = c:PAP + owner = c:PAP + } + } + } + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + } + } } diff --git a/gfx/portraits/portrait_modifiers/01_beards.txt b/gfx/portraits/portrait_modifiers/01_beards.txt index b316da0c1..f493ee8ae 100644 --- a/gfx/portraits/portrait_modifiers/01_beards.txt +++ b/gfx/portraits/portrait_modifiers/01_beards.txt @@ -1,161 +1,181 @@ beards = { - usage = game - selection_behavior = weighted_random - fallback = no_beard - - no_beard = { - dna_modifiers = { - accessory = { - mode = add - gene = beards - template = no_beard - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - } - } - - asian_beards = { - dna_modifiers = { - accessory = { - mode = add - gene = beards - template = asian_beards - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - exists = scope:character - scope:character = { age > 16 } - OR = { - chinese_court_clothes_trigger = yes - chinese_imperial_clothes_trigger = yes - east_asian_clothes_pop_trigger = yes - } - } - } - } - - african_beards = { - dna_modifiers = { - accessory = { - mode = add - gene = beards - template = african_beards - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - exists = scope:character - scope:character = { age > 16 } - OR = { - african_clothes_trigger = yes - african_diaspora_clothes_trigger = yes - african_diaspora_pop_clothes_trigger = yes - african_clothes_pop_trigger = yes - } - } - } - } - - arabic_beards = { - dna_modifiers = { - accessory = { - mode = add - gene = beards - template = african_beards - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - OR = { - arabic_clothes_trigger = yes - arabic_clothes_pop_trigger = yes - } - } - } - } - - european_beards = { - dna_modifiers = { - accessory = { - mode = add - gene = beards - template = african_beards - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - exists = scope:character - scope:character = { age > 16 } - add = 100 - OR = { - arabic_clothes_trigger = yes - arabic_clothes_pop_trigger = yes - } - } - } - } - - full_facial_hair = { - dna_modifiers = { - accessory = { - mode = replace - gene = beards - template = full_beards - range = { 0 1 } - } - accessory = { - mode = replace - gene = mustaches - template = full_mustache - range = { 0 1 } - } - } - weight = { - base = 0 - modifier = { - add = 1000 - OR = { - AND = { - european_clothes_trigger = yes # sanity check so that things aren't being applied in wildly edge case scenarios - exists = scope:character - scope:character = { - age > 16 - religion = { - has_discrimination_trait = jewish - } - interest_group = { - is_interest_group_type = ig_devout - } - } - } - AND = { - european_clothes_pop_trigger = yes # sanity check so that things aren't being applied in wildly edge case scenarios - exists = scope:pop - scope:pop = { - is_pop_type = clergymen - religion = { - has_discrimination_trait = jewish - } - } - } - } - } - } - } + usage = game + selection_behavior = weighted_random + fallback = no_beard + no_beard = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = no_beard + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + } + } + asian_beards = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = asian_beards + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + exists = scope:character + scope:character = { + age > 16 + } + OR = { + chinese_court_clothes_trigger = yes + chinese_imperial_clothes_trigger = yes + east_asian_clothes_pop_trigger = yes + } + } + } + } + african_beards = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = african_beards + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + exists = scope:character + scope:character = { + age > 16 + } + OR = { + african_clothes_trigger = yes + african_diaspora_clothes_trigger = yes + african_diaspora_pop_clothes_trigger = yes + african_clothes_pop_trigger = yes + } + } + } + } + arabic_beards = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = african_beards + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + OR = { + arabic_clothes_trigger = yes + arabic_clothes_pop_trigger = yes + } + } + } + } + european_beards = { + dna_modifiers = { + accessory = { + mode = add + gene = beards + template = african_beards + range = { + 0 + 1 + } # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + exists = scope:character + scope:character = { + age > 16 + } + add = 100 + OR = { + arabic_clothes_trigger = yes + arabic_clothes_pop_trigger = yes + } + } + } + } + full_facial_hair = { + dna_modifiers = { + accessory = { + mode = replace + gene = beards + template = full_beards + range = { + 0 + 1 + } + } + accessory = { + mode = replace + gene = mustaches + template = full_mustache + range = { + 0 + 1 + } + } + } + weight = { + base = 0 + modifier = { + add = 1000 + OR = { + AND = { + european_clothes_trigger = yes # sanity check so that things aren't being applied in wildly edge case scenarios + exists = scope:character + scope:character = { + age > 16 + religion = { + has_discrimination_trait = jewish + } + interest_group = { + is_interest_group_type = ig_devout + } + } + } + AND = { + european_clothes_pop_trigger = yes # sanity check so that things aren't being applied in wildly edge case scenarios + exists = scope:pop + scope:pop = { + is_pop_type = clergy + religion = { + has_discrimination_trait = jewish + } + } + } + } + } + } + } } diff --git a/gfx/portraits/portrait_modifiers/01_clothes.txt b/gfx/portraits/portrait_modifiers/01_clothes.txt index 737c6fb34..cd304f6cf 100644 --- a/gfx/portraits/portrait_modifiers/01_clothes.txt +++ b/gfx/portraits/portrait_modifiers/01_clothes.txt @@ -2,2821 +2,3264 @@ usage = game selection_behavior = weighted_random fallback = default_clothes - no_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = no_outfit - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = gene_nudity - template = hide_nudity - range = { 0 1 } # For the randomness to work correctly - } - } - #outfit_tags = { no_clothes } - weight = { - base = 0 - modifier = { - add = 5000 - should_be_fully_naked_portrait_trigger = yes - } - } - } - - default_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = peasant_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = peasants_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 1 - } - } - - shopkeepers_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = shirt - template = european_shirt - range = { 0 0.2 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = outfits - template = european_working_class_outfits - range = { 0 0.5 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - shopkeepers_clothes_pop_trigger = yes - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - AND = { - native_american_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - NOT = { culture = cu:dene } - } - } - } - } - } - } - } - - chinese_imperial_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_imperial_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1100 - chinese_imperial_clothes_trigger = yes - } - } - } - - chinese_court_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_court_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - OR = { - chinese_court_clothes_trigger = yes - AND = { - chinese_court_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - } - } - - chinese_common_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - east_asian_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - } - } - } - - african_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = african_outfits_politician - range = { 0.34 1 } # For the work to randomly correctness - } - accessory = { - mode = add - gene = necklaces - template = african_necklaces - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - african_clothes_trigger = yes - } - } - } - - european_royal_clothes = { #Currently only includes and checks for female clothes. - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = european_royal_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - } - } - } - african_diaspora_clothes_trigger = yes - } - AND = { - exists = scope:character - scope:character = { - is_female = yes - is_ruler = yes - } - } - } - } - } - } - - european_ruler_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = european_coats - range = { 0 0.27 } # limiting the set to single-breasted coats, so aiguillettes work - } - accessory = { - mode = add - gene = belts - template = generic_belts - range = { 0 0.49 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = aiguillettes - template = all_aiguillettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = top_layer - template = european_top_layer - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - american_clothes_trigger = no - british_empire_clothes_trigger = no - french_empire_clothes_trigger = no - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - } - } - } - african_diaspora_clothes_trigger = yes - } - AND = { - ruler_clothes_trigger = yes - monarchy_clothes_trigger = yes - } - } - } - } - - european_ruler_republic_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = waistcoats - template = european_waistcoats - range = { 0 0.67 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = civilian_coats - template = european_civilian_coats - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - } - } - } - african_diaspora_clothes_trigger = yes - } - ruler_clothes_trigger = yes - republic_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - is_female = no - } - } - } - } - } - } - - european_ruler_republic_clothes_female = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = european_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - } - } - } - african_diaspora_clothes_trigger = yes - } - ruler_clothes_trigger = yes - republic_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - is_female = yes - } - } - } - } - } - } - - european_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = european_coats - range = { 0 0.27 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = aiguillettes - template = all_aiguillettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - american_clothes_trigger = no - arabic_clothes_trigger = no - british_empire_clothes_trigger = no - french_empire_clothes_trigger = no - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - - } - } - } - african_diaspora_clothes_trigger = yes - } - OR = { - military_clothes_trigger = yes - officers_clothes_pop_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - } - } - - american_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = american_coats - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0.8 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0.4 0.6 } # The gene has three color sets in it, the one in the middle being dark blue and sky blue. - } - } - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - OR = { - american_clothes_trigger = yes - american_clothes_pop_trigger = yes - } - OR = { - military_clothes_trigger = yes - officers_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - monarchy_clothes_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - } - } - } - - american_confederate_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = american_confederate_coats - range = { 0.5 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0.8 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0 0.6 } # black or blue - } - } - weight = { - base = 0 - modifier = { - add = 10000 - exists = c:CSA - OR = { - AND = { - exists = scope:character - scope:character = { - owner = c:CSA - OR = { - has_role = general - monarchy_clothes_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - } - AND = { - exists = scope:pop - scope:pop = { - is_pop_type = officers - owner = c:CSA - } - } - } - } - } - } - - american_confederate_soldier_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = american_confederate_coats - range = { 0 0.5 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0 0.6 } # black or blue - } - } - weight = { - base = 0 - modifier = { - add = 10000 - - exists = c:CSA - exists = scope:pop - scope:pop = { - owner = c:CSA - is_pop_type = soldiers - } - } - } - } - - british_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = british_coats - range = { 0 0.5 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = aiguillettes - template = all_aiguillettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0 0.1 } # there's three colors in the gene, the first of which is black - } - } - weight = { - base = 0 - modifier = { - add = 10000 - OR = { - AND = { - british_empire_clothes_trigger = yes - OR = { - military_clothes_trigger = yes - monarchy_clothes_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - AND = { - british_empire_clothes_p_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - } - } - - british_military_clothes_soldier = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = british_coats - range = { 0 1 } - } - # the common soldier gets no aguillettes or epaulettes :( - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0 0.1 } # there's three colors in the gene, the first of which is black - } - } - weight = { - base = 0 - modifier = { - add = 10000 - british_empire_clothes_p_trigger = yes - soldier_clothes_pop_trigger = yes - } - } - } - - french_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = french_coats - range = { 0 0.5 } # Limited to single-breasted jacket so the aiguillette works properly - } - accessory = { - mode = add - gene = aiguillettes - template = all_aiguillettes - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0.7 1 } # There's three colors in the gene, the last one of the three being red. - } - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 10000 - OR = { - AND = { - french_empire_clothes_trigger = yes - OR = { - military_clothes_trigger = yes - monarchy_clothes_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - AND = { - french_empire_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - } - } - - french_military_clothes_soldier = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = french_coats - range = { 0 1 } - } - # the common soldier gets no aguillettes or epaulettes :( - accessory = { - mode = add - gene = legwear - template = european_legwear_colors - range = { 0.7 1 } # There's three colors in the gene, the last one of the three being red. - } - } - weight = { - base = 0 - modifier = { - add = 10000 - - french_empire_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - } - } - } - - japanese_military_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = japanese_legwear - range = { 0 1 } # For the randomness to work correctly - } - - - accessory = { - mode = add - gene = belts - template = japanese_belts - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1100 - OR = { - AND = { - exists = scope:pop - scope:pop = { - culture = cu:japanese - } - OR = { - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - AND = { - exists = scope:character - scope:character = { - has_culture = cu:japanese - monarchy_clothes_trigger = yes - } - } - } - } - } - } - - japanese_officers_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = japanese_legwear - range = { 0 1 } # For the randomness to work correctly - } - - - accessory = { - mode = add - gene = belts - template = japanese_belts - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = top_layer - template = japanese_top_layer - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1200 - AND = { - japanese_clothes_trigger = yes - OR = { - military_clothes_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - } - } - } - - european_politician_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = waistcoats - template = european_waistcoats - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = civilian_coats - template = european_civilian_coats - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = props - template = gene_lences - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - AND = { - OR = { - european_clothes_trigger = yes - AND = { - exists = scope:character - scope:character = { - OR = { - culture = cu:native_american - } - } - } - african_diaspora_clothes_trigger = yes - } - politician_clothes_trigger = yes - armed_forces_clothes_trigger = no - } - } - - modifier = { #If we want rulers to dress like politicians later. - add = 100 - AND = { - european_clothes_trigger = yes - ruler_clothes_trigger = yes - monarchy_clothes_trigger = no - } - } - - - } - } - - japanese_imperial_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_imperial_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 2000 - japanese_imperial_clothes_trigger = yes - } - } - } - - japanese_pop_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_low_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 500 - japanese_clothes_pop_trigger = yes - poor_clothes_pop_trigger = yes - } - } - } - - japanese_pop_mid_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = japanese_legwear - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = top_layer - template = japanese_top_layer - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - japanese_clothes_pop_trigger = yes - poor_clothes_pop_trigger = no - } - } - } - - japanese_common_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = japanese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = japanese_legwear - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = top_layer - template = japanese_top_layer - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - AND = { - exists = scope:character - scope:character = { - OR = { - AND = { - has_culture = cu:japanese - monarchy_clothes_trigger = no - } - has_culture = cu:ainu - } - } - } - } - } - } - - - korean_pop_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = korean_low_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 500 - AND = { - exists = scope:pop - scope:pop = { - culture = cu:korean - } - OR = { - poor_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - } - } - } - } - } - - korean_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = korean_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - OR = { - AND = { - exists = scope:character - scope:character = { - has_culture = cu:korean - is_ruler = no - } - } - AND = { - exists = scope:pop - scope:pop = { - culture = cu:korean - is_pop_type = officers - } - } - } - } - } - } - - korean_imperial_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = korean_imperial_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - AND = { - exists = scope:character - scope:character = { - has_culture = cu:korean - is_ruler = yes - } - } - - } - } - } -arabic_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = arabic_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - arabic_clothes_trigger = yes - armed_forces_clothes_trigger = no - } - } -} -arabic_coats = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = arabic_coats - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - AND = { - arabic_clothes_trigger = yes - OR = { - military_clothes_trigger = yes - officers_clothes_pop_trigger = yes - AND = { - armed_forces_clothes_trigger = yes - OR = { - politician_clothes_trigger = yes - ruler_clothes_trigger = yes - } - } - } - } - } - } -} - - - ethiopian_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = ethiopian_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 500 - ethiopian_clothes_trigger = yes - scope:character = { - is_female = no - monarchy_clothes_trigger = no - } - } - } - } - - ethiopian_royal_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = ethiopian_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = top_layer - template = ethiopian_top_layer - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 500 - ethiopian_clothes_trigger = yes - scope:character = { - is_female = no - monarchy_clothes_trigger = yes - } - } - } - } - -indian_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - indian_clothes_trigger = yes - } - } -} -indian_royal_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_high_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - dna_modifiers = { - accessory = { - mode = add - gene = top_layer - template = indian_top_layer - range = { 0 1 } # For the randomness to work correctly - } - } - dna_modifiers = { - accessory = { - mode = add - gene = necklaces - template = indian_necklaces - range = { 0 1 } # For the randomness to work correctly - } - - } - weight = { - base = 0 - modifier = { - add = 200 - OR = { - AND = { - indian_clothes_trigger = yes - monarchy_clothes_trigger = yes - } - AND = { - hindu_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } - } -} - - siamese_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = siamese_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = peasants_legwear - range = { 0 0.5 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - siamese_clothes_trigger = yes - - } - } - } - - siamese_royal_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = siamese_royal_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1200 - siamese_clothes_trigger = yes - monarchy_clothes_trigger = yes - } - } - } - - christian_character_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = christian_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 5000 - military_clothes_trigger = no - exists = scope:character - scope:character = { - AND = { - christian_clothes_trigger = yes - ruler_clothes_trigger = yes - owner = { - has_law = law_type:law_theocracy - } - } - } - } - } - } - - papal_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = pope_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 10000 - exists = scope:character - exists = c:PAP - scope:character = { - ruler_clothes_trigger = yes - christian_clothes_trigger = yes - owner = c:PAP - owner = { - has_law = law_type:law_theocracy - } - is_female = no - } - - } - } - } - -#Pop Clothes - - circumpolar_pop_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = circumpolar_outfits - range = { 0.5 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = circumpolar_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - circumpolar_clothes_pop_trigger = yes - OR = { - poor_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - modifier = { - add = 500 - exists = scope:character - scope:character = { - OR = { - culture = cu:dene - culture = cu:siberian - culture = cu:yakut - } - } - } - } - } - - sami_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = circumpolar_outfits - range = { 0.0 0.5 } - } - accessory = { - mode = add - gene = legwear - template = circumpolar_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - AND = { - sami_clothes_pop_trigger = yes - OR = { - poor_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } - modifier = { - add = 100 - exists = scope:character - scope:character = { - culture = cu:sami - } - } - } - } - -#Indigenous Oceanic Heritage - -indigenous_oceanic_pop_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = polynesian_outfits - range = { 0 0.5 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = necklaces - template = polynesian_necklaces - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - indigenous_oceanic_clothes_trigger = yes - upper_clothes_pop_trigger = no - } - } -} - -# consolidated with general pop clothes, but scripting left in if we want to quickly re-enable this stuff -#indigenous_oceanic_mid_clothes = { -# dna_modifiers = { -# accessory = { -# mode = add -# gene = outfits -# template = polynesian_outfits -# range = { 0 0.5 } # For the randomness to work correctly -# } -# accessory = { -# mode = add -# gene = necklaces -# template = polynesian_necklaces -# range = { 0 1 } # For the randomness to work correctly -# } -# } -# weight = { -# base = 0 -# modifier = { -# add = 500 -# indigenous_oceanic_clothes_trigger = yes -# middle_clothes_pop_trigger = yes -# } -# } -#} -indigenous_oceanic_high_clothes_unrecognized = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = peasant_outfits - range = { 0.5 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = polynesian_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - indigenous_oceanic_clothes_trigger = yes - upper_clothes_pop_trigger = yes - recognized_country_trigger = no - } - } -} -indigenous_oceanic_high_clothes_recognized = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = polynesian_outfits - range = { 0.5 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = polynesian_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - indigenous_oceanic_clothes_trigger = yes - OR = { - upper_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - AND = { - exists = scope:character - scope:character = { - owner = { - exists = c:HAW - c:HAW = this - } - } - OR = { - ruler_clothes_trigger = yes - politician_clothes_trigger = yes - } - } - } - OR = { - recognized_country_trigger = yes - recognized_country_pop_trigger = yes - OR = { # Hawaii does not need to be recognized in order for characters and pops to wear these clothes - AND = { - exists = scope:pop - scope:pop = { - owner = { - exists = c:HAW - c:HAW = this - } - } - } - AND = { - exists = scope:character - scope:character = { - owner = { - exists = c:HAW - c:HAW = this - } - } - } - } - } - } - } -} - - - south_american_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = south_american_outfits - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = south_american_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 500 - OR = { - AND = { - south_american_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - scope:pop = { - NOT = { is_pop_type = shopkeepers } - } - } - AND = { - politician_clothes_trigger = yes - south_american_clothes_character_trigger = yes - scope:character = { - interest_group = { - OR = { - is_interest_group_type = ig_entrepreneurs - is_interest_group_type = ig_rural_folk - is_interest_group_type = ig_socialists - } - } - } - } - } - } - } - } - -#South East Asia - south_east_asia_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - south_east_asia_clothes_pop_trigger = yes - OR = { - poor_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - is_pop_type = soldiers - } - } - } - } - } - } - south_east_asia_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_high_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 100 - south_east_asia_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - } - } - } - - south_east_asia_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = siamese_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = peasants_legwear - range = { 0 0.5 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1200 - south_east_asia_clothes_pop_trigger = yes - OR = { - upper_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - is_pop_type = officers - } - } - } - } - } - } - -#Central Asia - - central_asian_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = central_asian_outfits - range = { 0.51 1 } - } - } - - weight = { - base = 0 - modifier = { - add = 500 - AND = { - central_asian_clothes_pop_trigger = yes - OR = { - clergy_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - } - } - } - } - } - - central_asian_lower_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = central_asian_outfits - range = { 0 0.49 } - } - } - - weight = { - base = 0 - modifier = { - add = 500 - AND = { - central_asian_clothes_pop_trigger = yes - OR = { - middle_clothes_pop_trigger = yes - poor_clothes_pop_trigger = yes - } - } - } - } - } - -#Indian - -indian_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_common_outfits - range = { 0 0.5 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - indian_clothes_pop_trigger = yes - poor_clothes_pop_trigger = yes - } - } -} - -indian_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - AND = { - indian_clothes_pop_trigger = yes - OR = { - middle_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - } - } - } - } -} - -indian_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = indian_high_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - OR = { - AND = { - indian_clothes_pop_trigger = yes - OR = { - upper_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - AND = { - clergy_clothes_pop_trigger = yes - scope:pop = { - religion = rel:sikh - } - } - } - } - } -} - -#China - - chinese_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_low_outfits - range = { 0 1 } # For the randomness to work correctly - } - - #accessory = { - # mode = add - # gene = legwear - # template = peasants_legwear - # range = { 0 1 } # For the randomness to work correctly - #} - } - - weight = { - base = 0 - modifier = { - add = 500 - east_asian_clothes_pop_trigger = yes - japanese_clothes_pop_trigger = no - poor_clothes_pop_trigger = yes - } - } - } - -chinese_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - east_asian_clothes_pop_trigger = yes - japanese_clothes_pop_trigger = no - OR = { - middle_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } -} -chinese_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - east_asian_clothes_pop_trigger = yes - japanese_clothes_pop_trigger = no - upper_clothes_pop_trigger = yes - } - } -} - -#Arabic - arabic_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = arabic_outfits - range = { 0.25 0.5 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - OR = { - african_clothes_pop_trigger = yes - arabic_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - culture = cu:berber - } - } - AND = { - exists = scope:pop - scope:pop = { - culture = cu:tuareg - } - } - } - poor_clothes_pop_trigger = yes - } - } - } - arabic_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = arabic_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - arabic_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - } - } - } - } - arabic_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = arabic_upper_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - arabic_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - } - } - } - } -#European - european_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = shirt - template = working_class_shirt - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = outfits - template = european_working_class_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - AND = { - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - } - slaves_clothes_pop_trigger = no - } - } - } - } - european_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = shirt - template = european_shirt - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = outfits - template = european_working_class_outfits - range = { 0 1 } # For the randomness to work correctly - } - - #accessory = { - # mode = add - # gene = civilian_coats - # template = european_civilian_coats - # range = { 0 1 } # For the randomness to work correctly - #} - } - - weight = { - base = 0 - modifier = { - add = 500 - OR = { - AND = { - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - } - middle_clothes_pop_trigger = yes - } - AND = { - exists = scope:pop - scope:pop = { - OR = { - culture = cu:native_american - - } - } - OR = { - middle_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - } - clergy_clothes_pop_trigger = no - } - } - } - } - } - european_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = waistcoats - template = european_waistcoats - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = civilian_coats - template = european_civilian_coats - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 500 - AND = { - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - } - upper_clothes_pop_trigger = yes - } - } - } - } - - european_soldier_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = european_coats - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - accessory = { - mode = add - gene = epaulettes - template = all_epaulettes - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1100 - AND = { - OR = { - integrated_south_american_natives_pop_trigger = yes - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - } - OR = { - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - - } - } - } - } - - enslaved_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = peasant_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = peasants_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - AND = { - OR = { - european_clothes_pop_trigger = yes - african_diaspora_pop_clothes_trigger = yes - arabic_clothes_pop_trigger = yes - native_american_clothes_pop_trigger = yes - cold_clothes_pop_trigger = yes - } - slaves_clothes_pop_trigger = yes - } - } - } - } - - southern_peasant_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = peasant_outfits_02 - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = peasants_legwear_02 - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - AND = { - european_clothes_pop_trigger = no - african_diaspora_pop_clothes_trigger = no - arabic_clothes_pop_trigger = no - native_american_clothes_pop_trigger = no - cold_clothes_pop_trigger = no - } - OR = { - slaves_clothes_pop_trigger = yes - poor_clothes_pop_trigger = yes - } - } - } - } - - british_empire_soldier_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = british_coats - range = { 0 0.2 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - #accessory = { - # mode = add - # gene = epaulettes - # template = all_epaulettes - # range = { 0.5 0.8 } # For the randomness to work correctly - #} - } - - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - british_empire_clothes_pop_trigger = yes - OR = { - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - } - } - - french_soldier_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = french_coats - range = { 0 0.2 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - - #accessory = { - # mode = add - # gene = epaulettes - # template = all_epaulettes - # range = { 0.5 0.8 } # For the randomness to work correctly - #} - } - - weight = { - base = 0 - modifier = { - add = 10000 - AND = { - french_empire_clothes_pop_trigger = yes - OR = { - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - - } - - - } - } - } - - arabic_soldier_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = coats - template = arabic_coats - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = european_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - OR = { - arabic_clothes_pop_trigger = yes - central_asian_clothes_pop_trigger = yes - } - OR = { - soldier_clothes_pop_trigger = yes - officers_clothes_pop_trigger = yes - } - } - } - } - } - slavic_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = slavic_outfits - range = { 0 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = slavic_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - slavic_clothes_pop_trigger = yes - middle_clothes_pop_trigger = yes - } - } - } - } - #African - african_poor_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = african_outfits - range = { 0 0.5 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 100 - AND = { - african_clothes_pop_trigger = yes - #poor_clothes_pop_trigger = yes - } - } - } - } - african_middle_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = african_outfits - range = { 0.5 0.7 } # For the randomness to work correctly - } - } - weight = { - base = 0 - modifier = { - add = 600 - AND = { - OR = { - african_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - culture = cu:berber - } - } - AND = { - exists = scope:pop - scope:pop = { - culture = cu:tuareg - } - } - } - middle_clothes_pop_trigger = yes - } - } - } - } - african_upper_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = african_outfits - range = { 0.75 1 } # For the randomness to work correctly - } - - } - weight = { - base = 0 - modifier = { - add = 600 - OR = { - AND = { - OR = { - african_clothes_pop_trigger = yes - AND = { - exists = scope:pop - scope:pop = { - culture = cu:berber - } - } - AND = { - exists = scope:pop - scope:pop = { - culture = cu:tuareg - } - } - } - upper_clothes_pop_trigger = yes - } - AND = { - african_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - scope:pop = { - religion = { - has_discrimination_trait = animist - } - } - } - } - } - } - } - - - #Native America - - subarctic_native_american_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits_north - range = { 0 1 } # For the randomness to work correctly - } - - } - - weight = { - base = 0 - modifier = { - add = 100 - AND = { - native_american_clothes_pop_trigger = yes - cold_clothes_pop_trigger = yes - } - - - } - } - } - - native_american_clothes_low = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0 0.5 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = native_american_legwear - range = { 0 0.33 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - native_american_clothes_pop_trigger = yes - poor_clothes_pop_trigger = yes - } - } - } - } - - native_american_clothes_mid = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0.45 0.55 } - } - accessory = { - mode = add - gene = legwear - template = native_american_legwear - range = { 0 0.33 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - native_american_clothes_pop_trigger = yes - scope:pop = { - NOR = { - culture = cu:native_american - } - } - OR = { - middle_clothes_pop_trigger = yes - upper_clothes_pop_trigger = yes - soldier_clothes_pop_trigger = yes - } - clergy_clothes_pop_trigger = no - } - } - } - } - - native_american_clothes_high = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0.7 1 } - } - accessory = { - mode = add - gene = legwear - template = native_american_legwear - range = { 0 0.33 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - native_american_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } - } - - native_american_male_ruler_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0.7 1 } # For the randomness to work correctly - } - - # accessory = { - # mode = add - # gene = top_layer - # template = native_american_top_layer - # range = { 0 1 } # For the randomness to work correctly - # } - - accessory = { - mode = add - gene = legwear - template = native_american_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - - AND = { - native_american_clothes_trigger = yes - ruler_clothes_trigger = yes - } - scope:character = { - is_female = no - NOR = { - culture = cu:dene - culture = cu:native_american - } - } - } - } - } - - native_american_female_ruler_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0.0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - - AND = { - native_american_clothes_trigger = yes - ruler_clothes_trigger = yes - } - scope:character = { - is_female = yes - } - } - } - } - - native_american_character_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = native_american_outfits - range = { 0.3 1 } # For the randomness to work correctly - } - accessory = { - mode = add - gene = legwear - template = native_american_legwear - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - - native_american_clothes_trigger = yes - scope:character = { - is_ruler = no - NOT = { - OR = { - culture = cu:dene - culture = cu:native_american - } - } - } - } - } - } - - - -#Religion Clothes - -christian_religious_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = christian_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - christian_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } -} - -semitic_religious_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = arabic_upper_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - OR = { - muslim_clothes_pop_trigger = yes - AND = { - european_clothes_pop_trigger = no - jewish_clothes_pop_trigger = yes - } - } - clergy_clothes_pop_trigger = yes - } - } - } -} - -european_semitic_religious_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = semitic_upper_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - AND = { - european_clothes_pop_trigger = yes - jewish_clothes_pop_trigger = yes - clergy_clothes_pop_trigger = yes - } - } - } -} - -buddhist_religious_clothes = { - dna_modifiers = { - accessory = { - mode = add - gene = outfits - template = chinese_common_outfits - range = { 0 1 } # For the randomness to work correctly - } - } - - weight = { - base = 0 - modifier = { - add = 1000 - OR = { - AND = { - buddhist_clothes_pop_trigger = yes - japanese_clothes_pop_trigger = no - clergy_clothes_pop_trigger = yes - } - AND = { - exists = scope:character - scope:character = { - is_ruler = yes - OR = { - religion = { - has_discrimination_trait = buddhist - } - #religion = rel:sikh - religion = rel:shinto - } - owner = { - has_law = law_type:law_theocracy - } - } - } - } - } - } + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = no_outfit + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = gene_nudity + template = hide_nudity + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + #outfit_tags = { no_clothes } + weight = { + base = 0 + modifier = { + add = 5000 + should_be_fully_naked_portrait_trigger = yes + } + } + } + default_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = peasant_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = informal_workers_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 1 + } + } + managers_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = shirt + template = european_shirt + range = { + 0 + 0.2 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = outfits + template = european_working_class_outfits + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + managers_clothes_pop_trigger = yes + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + AND = { + native_american_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + NOT = { + culture = cu:dene + } + } + } + } + } + } + } + } + chinese_imperial_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_imperial_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1100 + chinese_imperial_clothes_trigger = yes + } + } + } + chinese_court_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_court_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + OR = { + chinese_court_clothes_trigger = yes + AND = { + chinese_court_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + chinese_common_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + east_asian_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + } + } + } + african_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = african_outfits_politician + range = { + 0.34 + 1 + } + # For the work to randomly correctness + } + accessory = { + mode = add + gene = necklaces + template = african_necklaces + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + african_clothes_trigger = yes + } + } + } + european_royal_clothes = { + #Currently only includes and checks for female clothes. + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = european_royal_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + AND = { + exists = scope:character + scope:character = { + is_female = yes + is_ruler = yes + } + } + } + } + } + } + european_ruler_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = european_coats + range = { + 0 + 0.27 + } + # limiting the set to single-breasted coats, so aiguillettes work + } + accessory = { + mode = add + gene = belts + template = generic_belts + range = { + 0 + 0.49 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = aiguillettes + template = all_aiguillettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = top_layer + template = european_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + american_clothes_trigger = no + british_empire_clothes_trigger = no + french_empire_clothes_trigger = no + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + AND = { + ruler_clothes_trigger = yes + monarchy_clothes_trigger = yes + } + } + } + } + european_ruler_republic_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = waistcoats + template = european_waistcoats + range = { + 0 + 0.67 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = civilian_coats + template = european_civilian_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + ruler_clothes_trigger = yes + republic_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + is_female = no + } + } + } + } + } + } + european_ruler_republic_clothes_female = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = european_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + ruler_clothes_trigger = yes + republic_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + is_female = yes + } + } + } + } + } + } + european_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = european_coats + range = { + 0 + 0.27 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = aiguillettes + template = all_aiguillettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + american_clothes_trigger = no + arabic_clothes_trigger = no + british_empire_clothes_trigger = no + french_empire_clothes_trigger = no + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + OR = { + military_clothes_trigger = yes + officers_clothes_pop_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + } + } + american_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = american_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0.8 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0.4 + 0.6 + } + # The gene has three color sets in it, the one in the middle being dark blue and sky blue. + } + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + OR = { + american_clothes_trigger = yes + american_clothes_pop_trigger = yes + } + OR = { + military_clothes_trigger = yes + officers_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + monarchy_clothes_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + } + } + } + american_confederate_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = american_confederate_coats + range = { + 0.5 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0.8 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0 + 0.6 + } + # black or blue + } + } + weight = { + base = 0 + modifier = { + add = 10000 + exists = c:CSA + OR = { + AND = { + exists = scope:character + scope:character = { + owner = c:CSA + OR = { + has_role = general + monarchy_clothes_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + } + AND = { + exists = scope:pop + scope:pop = { + is_pop_type = officers + owner = c:CSA + } + } + } + } + } + } + american_confederate_soldier_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = american_confederate_coats + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0 + 0.6 + } + # black or blue + } + } + weight = { + base = 0 + modifier = { + add = 10000 + exists = c:CSA + exists = scope:pop + scope:pop = { + owner = c:CSA + is_pop_type = soldiers + } + } + } + } + british_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = british_coats + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = aiguillettes + template = all_aiguillettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0 + 0.1 + } + # there's three colors in the gene, the first of which is black + } + } + weight = { + base = 0 + modifier = { + add = 10000 + OR = { + AND = { + british_empire_clothes_trigger = yes + OR = { + military_clothes_trigger = yes + monarchy_clothes_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + AND = { + british_empire_clothes_p_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + british_military_clothes_soldier = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = british_coats + range = { + 0 + 1 + } + } + # the common soldier gets no aguillettes or epaulettes :( + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0 + 0.1 + } + # there's three colors in the gene, the first of which is black + } + } + weight = { + base = 0 + modifier = { + add = 10000 + british_empire_clothes_p_trigger = yes + soldier_clothes_pop_trigger = yes + } + } + } + french_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = french_coats + range = { + 0 + 0.5 + } + # Limited to single-breasted jacket so the aiguillette works properly + } + accessory = { + mode = add + gene = aiguillettes + template = all_aiguillettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0.7 + 1 + } + # There's three colors in the gene, the last one of the three being red. + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + OR = { + AND = { + french_empire_clothes_trigger = yes + OR = { + military_clothes_trigger = yes + monarchy_clothes_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + AND = { + french_empire_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + french_military_clothes_soldier = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = french_coats + range = { + 0 + 1 + } + } + # the common soldier gets no aguillettes or epaulettes :( + accessory = { + mode = add + gene = legwear + template = european_legwear_colors + range = { + 0.7 + 1 + } + # There's three colors in the gene, the last one of the three being red. + } + } + weight = { + base = 0 + modifier = { + add = 10000 + french_empire_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + } + } + } + japanese_military_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = japanese_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = belts + template = japanese_belts + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1100 + OR = { + AND = { + exists = scope:pop + scope:pop = { + culture = cu:japanese + } + OR = { + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + AND = { + exists = scope:character + scope:character = { + has_culture = cu:japanese + monarchy_clothes_trigger = yes + } + } + } + } + } + } + japanese_officers_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = japanese_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = belts + template = japanese_belts + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = top_layer + template = japanese_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1200 + AND = { + japanese_clothes_trigger = yes + OR = { + military_clothes_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + } + } + } + european_politician_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = waistcoats + template = european_waistcoats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = civilian_coats + template = european_civilian_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = props + template = gene_lences + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + OR = { + european_clothes_trigger = yes + AND = { + exists = scope:character + scope:character = { + OR = { + culture = cu:native_american + } + } + } + african_diaspora_clothes_trigger = yes + } + politician_clothes_trigger = yes + armed_forces_clothes_trigger = no + } + } + modifier = { + #If we want rulers to dress like politicians later. + add = 100 + AND = { + european_clothes_trigger = yes + ruler_clothes_trigger = yes + monarchy_clothes_trigger = no + } + } + } + } + japanese_imperial_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_imperial_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 2000 + japanese_imperial_clothes_trigger = yes + } + } + } + japanese_pop_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_low_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + japanese_clothes_pop_trigger = yes + poor_clothes_pop_trigger = yes + } + } + } + japanese_pop_mid_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = japanese_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = top_layer + template = japanese_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + japanese_clothes_pop_trigger = yes + poor_clothes_pop_trigger = no + } + } + } + japanese_common_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = japanese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = japanese_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = top_layer + template = japanese_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + exists = scope:character + scope:character = { + OR = { + AND = { + has_culture = cu:japanese + monarchy_clothes_trigger = no + } + has_culture = cu:ainu + } + } + } + } + } + } + korean_pop_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = korean_low_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + exists = scope:pop + scope:pop = { + culture = cu:korean + } + OR = { + poor_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + } + } + } + } + } + korean_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = korean_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + OR = { + AND = { + exists = scope:character + scope:character = { + has_culture = cu:korean + is_ruler = no + } + } + AND = { + exists = scope:pop + scope:pop = { + culture = cu:korean + is_pop_type = officers + } + } + } + } + } + } + korean_imperial_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = korean_imperial_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + exists = scope:character + scope:character = { + has_culture = cu:korean + is_ruler = yes + } + } + } + } + } + arabic_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = arabic_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + arabic_clothes_trigger = yes + armed_forces_clothes_trigger = no + } + } + } + arabic_coats = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = arabic_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + arabic_clothes_trigger = yes + OR = { + military_clothes_trigger = yes + officers_clothes_pop_trigger = yes + AND = { + armed_forces_clothes_trigger = yes + OR = { + politician_clothes_trigger = yes + ruler_clothes_trigger = yes + } + } + } + } + } + } + } + ethiopian_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = ethiopian_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + ethiopian_clothes_trigger = yes + scope:character = { + is_female = no + monarchy_clothes_trigger = no + } + } + } + } + ethiopian_royal_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = ethiopian_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = top_layer + template = ethiopian_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + ethiopian_clothes_trigger = yes + scope:character = { + is_female = no + monarchy_clothes_trigger = yes + } + } + } + } + indian_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + indian_clothes_trigger = yes + } + } + } + indian_royal_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_high_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + dna_modifiers = { + accessory = { + mode = add + gene = top_layer + template = indian_top_layer + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + dna_modifiers = { + accessory = { + mode = add + gene = necklaces + template = indian_necklaces + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 200 + OR = { + AND = { + indian_clothes_trigger = yes + monarchy_clothes_trigger = yes + } + AND = { + hindu_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + } + } + siamese_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = siamese_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = informal_workers_legwear + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + siamese_clothes_trigger = yes + } + } + } + siamese_royal_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = siamese_royal_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1200 + siamese_clothes_trigger = yes + monarchy_clothes_trigger = yes + } + } + } + christian_character_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = christian_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 5000 + military_clothes_trigger = no + exists = scope:character + scope:character = { + AND = { + christian_clothes_trigger = yes + ruler_clothes_trigger = yes + owner = { + has_law = law_type:law_theocracy + } + } + } + } + } + } + papal_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = pope_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + exists = scope:character + exists = c:PAP + scope:character = { + ruler_clothes_trigger = yes + christian_clothes_trigger = yes + owner = c:PAP + owner = { + has_law = law_type:law_theocracy + } + is_female = no + } + } + } + } + #Pop Clothes + circumpolar_pop_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = circumpolar_outfits + range = { + 0.5 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = circumpolar_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + circumpolar_clothes_pop_trigger = yes + OR = { + poor_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + modifier = { + add = 500 + exists = scope:character + scope:character = { + OR = { + culture = cu:dene + culture = cu:siberian + culture = cu:yakut + } + } + } + } + } + sami_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = circumpolar_outfits + range = { + 0 + 0.5 + } + } + accessory = { + mode = add + gene = legwear + template = circumpolar_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + sami_clothes_pop_trigger = yes + OR = { + poor_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + modifier = { + add = 100 + exists = scope:character + scope:character = { + culture = cu:sami + } + } + } + } + #Indigenous Oceanic Heritage + indigenous_oceanic_pop_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = polynesian_outfits + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = necklaces + template = polynesian_necklaces + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + indigenous_oceanic_clothes_trigger = yes + upper_clothes_pop_trigger = no + } + } + } + # consolidated with general pop clothes, but scripting left in if we want to quickly re-enable this stuff + #indigenous_oceanic_mid_clothes = { + # dna_modifiers = { + # accessory = { + # mode = add + # gene = outfits + # template = polynesian_outfits + # range = { 0 0.5 } # For the randomness to work correctly + # } + # accessory = { + # mode = add + # gene = necklaces + # template = polynesian_necklaces + # range = { 0 1 } # For the randomness to work correctly + # } + # } + # weight = { + # base = 0 + # modifier = { + # add = 500 + # indigenous_oceanic_clothes_trigger = yes + # middle_clothes_pop_trigger = yes + # } + # } + #} + indigenous_oceanic_high_clothes_unrecognized = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = peasant_outfits + range = { + 0.5 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = polynesian_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + indigenous_oceanic_clothes_trigger = yes + upper_clothes_pop_trigger = yes + recognized_country_trigger = no + } + } + } + indigenous_oceanic_high_clothes_recognized = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = polynesian_outfits + range = { + 0.5 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = polynesian_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + indigenous_oceanic_clothes_trigger = yes + OR = { + upper_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + AND = { + exists = scope:character + scope:character = { + owner = { + exists = c:HAW + c:HAW = this + } + } + OR = { + ruler_clothes_trigger = yes + politician_clothes_trigger = yes + } + } + } + OR = { + recognized_country_trigger = yes + recognized_country_pop_trigger = yes + OR = { + # Hawaii does not need to be recognized in order for characters and pops to wear these clothes + AND = { + exists = scope:pop + scope:pop = { + owner = { + exists = c:HAW + c:HAW = this + } + } + } + AND = { + exists = scope:character + scope:character = { + owner = { + exists = c:HAW + c:HAW = this + } + } + } + } + } + } + } + } + south_american_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = south_american_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = south_american_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + OR = { + AND = { + south_american_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + scope:pop = { + NOT = { + is_pop_type = managers + } + } + } + AND = { + politician_clothes_trigger = yes + south_american_clothes_character_trigger = yes + scope:character = { + interest_group = { + OR = { + is_interest_group_type = ig_entrepreneurs + is_interest_group_type = ig_rural_folk + is_interest_group_type = ig_socialists + } + } + } + } + } + } + } + } + #South East Asia + south_east_asia_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + south_east_asia_clothes_pop_trigger = yes + OR = { + poor_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + is_pop_type = soldiers + } + } + } + } + } + } + south_east_asia_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_high_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + south_east_asia_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + } + } + } + south_east_asia_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = siamese_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = informal_workers_legwear + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1200 + south_east_asia_clothes_pop_trigger = yes + OR = { + upper_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + is_pop_type = officers + } + } + } + } + } + } + #Central Asia + central_asian_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = central_asian_outfits + range = { + 0.51 + 1 + } + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + central_asian_clothes_pop_trigger = yes + OR = { + clergy_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + } + } + } + } + } + central_asian_lower_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = central_asian_outfits + range = { + 0 + 0.49 + } + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + central_asian_clothes_pop_trigger = yes + OR = { + middle_clothes_pop_trigger = yes + poor_clothes_pop_trigger = yes + } + } + } + } + } + #Indian + indian_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_common_outfits + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + indian_clothes_pop_trigger = yes + poor_clothes_pop_trigger = yes + } + } + } + indian_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + indian_clothes_pop_trigger = yes + OR = { + middle_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + } + } + } + } + } + indian_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = indian_high_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + OR = { + AND = { + indian_clothes_pop_trigger = yes + OR = { + upper_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + AND = { + clergy_clothes_pop_trigger = yes + scope:pop = { + religion = rel:sikh + } + } + } + } + } + } + #China + chinese_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_low_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + #accessory = { + # mode = add + # gene = legwear + # template = informal_workers_legwear + # range = { 0 1 } # For the randomness to work correctly + #} + } + weight = { + base = 0 + modifier = { + add = 500 + east_asian_clothes_pop_trigger = yes + japanese_clothes_pop_trigger = no + poor_clothes_pop_trigger = yes + } + } + } + chinese_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + east_asian_clothes_pop_trigger = yes + japanese_clothes_pop_trigger = no + OR = { + middle_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + } + chinese_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + east_asian_clothes_pop_trigger = yes + japanese_clothes_pop_trigger = no + upper_clothes_pop_trigger = yes + } + } + } + #Arabic + arabic_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = arabic_outfits + range = { + 0.25 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + OR = { + african_clothes_pop_trigger = yes + arabic_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + culture = cu:berber + } + } + AND = { + exists = scope:pop + scope:pop = { + culture = cu:tuareg + } + } + } + poor_clothes_pop_trigger = yes + } + } + } + arabic_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = arabic_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + arabic_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + } + } + } + } + arabic_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = arabic_upper_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + arabic_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + } + } + } + } + #European + european_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = shirt + template = working_class_shirt + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = outfits + template = european_working_class_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + } + slaves_clothes_pop_trigger = no + } + } + } + } + european_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = shirt + template = european_shirt + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = outfits + template = european_working_class_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + #accessory = { + # mode = add + # gene = civilian_coats + # template = european_civilian_coats + # range = { 0 1 } # For the randomness to work correctly + #} + } + weight = { + base = 0 + modifier = { + add = 500 + OR = { + AND = { + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + } + middle_clothes_pop_trigger = yes + } + AND = { + exists = scope:pop + scope:pop = { + OR = { + culture = cu:native_american + } + } + OR = { + middle_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + } + clergy_clothes_pop_trigger = no + } + } + } + } + } + european_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = waistcoats + template = european_waistcoats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = civilian_coats + template = european_civilian_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 500 + AND = { + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + } + upper_clothes_pop_trigger = yes + } + } + } + } + european_soldier_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = european_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = epaulettes + template = all_epaulettes + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1100 + AND = { + OR = { + integrated_south_american_natives_pop_trigger = yes + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + } + OR = { + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + enslaved_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = peasant_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = informal_workers_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + OR = { + european_clothes_pop_trigger = yes + african_diaspora_pop_clothes_trigger = yes + arabic_clothes_pop_trigger = yes + native_american_clothes_pop_trigger = yes + cold_clothes_pop_trigger = yes + } + slaves_clothes_pop_trigger = yes + } + } + } + } + southern_peasant_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = peasant_outfits_02 + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = informal_workers_legwear_02 + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + european_clothes_pop_trigger = no + african_diaspora_pop_clothes_trigger = no + arabic_clothes_pop_trigger = no + native_american_clothes_pop_trigger = no + cold_clothes_pop_trigger = no + } + OR = { + slaves_clothes_pop_trigger = yes + poor_clothes_pop_trigger = yes + } + } + } + } + british_empire_soldier_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = british_coats + range = { + 0 + 0.2 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + #accessory = { + # mode = add + # gene = epaulettes + # template = all_epaulettes + # range = { 0.5 0.8 } # For the randomness to work correctly + #} + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + british_empire_clothes_pop_trigger = yes + OR = { + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + french_soldier_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = french_coats + range = { + 0 + 0.2 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + #accessory = { + # mode = add + # gene = epaulettes + # template = all_epaulettes + # range = { 0.5 0.8 } # For the randomness to work correctly + #} + } + weight = { + base = 0 + modifier = { + add = 10000 + AND = { + french_empire_clothes_pop_trigger = yes + OR = { + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + arabic_soldier_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = coats + template = arabic_coats + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = european_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + OR = { + arabic_clothes_pop_trigger = yes + central_asian_clothes_pop_trigger = yes + } + OR = { + soldier_clothes_pop_trigger = yes + officers_clothes_pop_trigger = yes + } + } + } + } + } + slavic_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = slavic_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = slavic_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + slavic_clothes_pop_trigger = yes + middle_clothes_pop_trigger = yes + } + } + } + } + #African + african_poor_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = african_outfits + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + african_clothes_pop_trigger = yes + #poor_clothes_pop_trigger = yes + } + } + } + } + african_middle_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = african_outfits + range = { + 0.5 + 0.7 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 600 + AND = { + OR = { + african_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + culture = cu:berber + } + } + AND = { + exists = scope:pop + scope:pop = { + culture = cu:tuareg + } + } + } + middle_clothes_pop_trigger = yes + } + } + } + } + african_upper_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = african_outfits + range = { + 0.75 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 600 + OR = { + AND = { + OR = { + african_clothes_pop_trigger = yes + AND = { + exists = scope:pop + scope:pop = { + culture = cu:berber + } + } + AND = { + exists = scope:pop + scope:pop = { + culture = cu:tuareg + } + } + } + upper_clothes_pop_trigger = yes + } + AND = { + african_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + scope:pop = { + religion = { + has_discrimination_trait = animist + } + } + } + } + } + } + } + #Native America + subarctic_native_american_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits_north + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 100 + AND = { + native_american_clothes_pop_trigger = yes + cold_clothes_pop_trigger = yes + } + } + } + } + native_american_clothes_low = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0 + 0.5 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = native_american_legwear + range = { + 0 + 0.33 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + native_american_clothes_pop_trigger = yes + poor_clothes_pop_trigger = yes + } + } + } + } + native_american_clothes_mid = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0.45 + 0.55 + } + } + accessory = { + mode = add + gene = legwear + template = native_american_legwear + range = { + 0 + 0.33 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + native_american_clothes_pop_trigger = yes + scope:pop = { + NOR = { + culture = cu:native_american + } + } + OR = { + middle_clothes_pop_trigger = yes + upper_clothes_pop_trigger = yes + soldier_clothes_pop_trigger = yes + } + clergy_clothes_pop_trigger = no + } + } + } + } + native_american_clothes_high = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0.7 + 1 + } + } + accessory = { + mode = add + gene = legwear + template = native_american_legwear + range = { + 0 + 0.33 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + native_american_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + } + native_american_male_ruler_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0.7 + 1 + } + # For the randomness to work correctly + } + # accessory = { + # mode = add + # gene = top_layer + # template = native_american_top_layer + # range = { 0 1 } # For the randomness to work correctly + # } + accessory = { + mode = add + gene = legwear + template = native_american_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + native_american_clothes_trigger = yes + ruler_clothes_trigger = yes + } + scope:character = { + is_female = no + NOR = { + culture = cu:dene + culture = cu:native_american + } + } + } + } + } + native_american_female_ruler_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + native_american_clothes_trigger = yes + ruler_clothes_trigger = yes + } + scope:character = { + is_female = yes + } + } + } + } + native_american_character_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = native_american_outfits + range = { + 0.3 + 1 + } + # For the randomness to work correctly + } + accessory = { + mode = add + gene = legwear + template = native_american_legwear + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + native_american_clothes_trigger = yes + scope:character = { + is_ruler = no + NOT = { + OR = { + culture = cu:dene + culture = cu:native_american + } + } + } + } + } + } + #Religion Clothes + christian_religious_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = christian_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + christian_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + } + semitic_religious_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = arabic_upper_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + OR = { + muslim_clothes_pop_trigger = yes + AND = { + european_clothes_pop_trigger = no + jewish_clothes_pop_trigger = yes + } + } + clergy_clothes_pop_trigger = yes + } + } + } + } + european_semitic_religious_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = semitic_upper_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + AND = { + european_clothes_pop_trigger = yes + jewish_clothes_pop_trigger = yes + clergy_clothes_pop_trigger = yes + } + } + } + } + buddhist_religious_clothes = { + dna_modifiers = { + accessory = { + mode = add + gene = outfits + template = chinese_common_outfits + range = { + 0 + 1 + } + # For the randomness to work correctly + } + } + weight = { + base = 0 + modifier = { + add = 1000 + OR = { + AND = { + buddhist_clothes_pop_trigger = yes + japanese_clothes_pop_trigger = no + clergy_clothes_pop_trigger = yes + } + AND = { + exists = scope:character + scope:character = { + is_ruler = yes + OR = { + religion = { + has_discrimination_trait = buddhist + } + #religion = rel:sikh + religion = rel:shinto + } + owner = { + has_law = law_type:law_theocracy + } + } + } + } + } + } + } } -} \ No newline at end of file diff --git a/gfx/portraits/portrait_modifiers/01_headgear.txt b/gfx/portraits/portrait_modifiers/01_headgear.txt index c681468d0..c653b77c2 100644 --- a/gfx/portraits/portrait_modifiers/01_headgear.txt +++ b/gfx/portraits/portrait_modifiers/01_headgear.txt @@ -129,7 +129,7 @@ scope:pop = { religion = rel:sikh NOT = { - is_pop_type = clergymen + is_pop_type = clergy } } } @@ -176,7 +176,7 @@ exists = scope:pop scope:pop = { religion = rel:sikh - is_pop_type = clergymen + is_pop_type = clergy } } } @@ -856,7 +856,7 @@ add = 100 european_clothes_pop_trigger = yes poor_clothes_pop_trigger = yes - peasants_clothes_pop_trigger = no + informal_workers_clothes_pop_trigger = no } } } @@ -972,7 +972,7 @@ } } } - european_peasants_headgear = { + european_informal_workers_headgear = { dna_modifiers = { accessory = { mode = add @@ -990,7 +990,7 @@ modifier = { add = 200 AND = { - peasants_clothes_pop_trigger = yes + informal_workers_clothes_pop_trigger = yes european_clothes_pop_trigger = yes } } diff --git a/gui/map_markers.gui b/gui/map_markers.gui index 3c55dbea8..732b7516b 100644 --- a/gui/map_markers.gui +++ b/gui/map_markers.gui @@ -1492,7 +1492,7 @@ flowcontainer = { textbox = { using = default_list_position using = fontsize_small - text = "STATE_PEASANTS" + text = "STATE_informal_workers" visible = "[GreaterThan_int32(State.GetNumSubsistenceWorkingAdults, '(int32)0')]" autoresize = yes align = left|nobaseline diff --git a/gui/states_panel.gui b/gui/states_panel.gui index ab7d00a69..91d9b84ca 100644 --- a/gui/states_panel.gui +++ b/gui/states_panel.gui @@ -1319,7 +1319,7 @@ types state_panel_types direction = vertical parentanchor = right textbox = { - text = "[GetPopType('peasants').GetName]" + text = "[GetPopType('informal_workers').GetName]" autoresize = yes align = right|nobaseline parentanchor = right @@ -2039,7 +2039,7 @@ types state_panel_types tooltip = "STATE_AVAILABLE_LABOR_TOOLTIP" blockoverride "texture" { - texture = "gfx/interface/icons/pops_icons/peasants.dds" + texture = "gfx/interface/icons/pops_icons/informal_workers.dds" } blockoverride "name" { diff --git a/gui/states_panel_buildings.gui b/gui/states_panel_buildings.gui index d410d165e..6eb8c9404 100644 --- a/gui/states_panel_buildings.gui +++ b/gui/states_panel_buildings.gui @@ -47,7 +47,7 @@ types state_panel_types { spacing = 7 textbox = { - raw_text = "[GetPopType('peasants').GetName]:" + raw_text = "[GetPopType('informal_workers').GetName]:" autoresize = yes align = nobaseline elide = right diff --git a/gui/texticons.gui b/gui/texticons.gui index a632d681c..8277722c8 100644 --- a/gui/texticons.gui +++ b/gui/texticons.gui @@ -1081,7 +1081,7 @@ texticon = { icon = investors iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/aristocrats.dds" + texture = "gfx/interface/icons/pops_icons/investors.dds" fontsize = 250 } } @@ -1090,7 +1090,7 @@ texticon = { icon = investors iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/aristocrats_15.dds" + texture = "gfx/interface/icons/pops_icons/investors_15.dds" fontsize = 30 } } @@ -1117,7 +1117,7 @@ texticon = { icon = executives iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/capitalists.dds" + texture = "gfx/interface/icons/pops_icons/executives.dds" fontsize = 250 } } @@ -1126,43 +1126,43 @@ texticon = { icon = executives iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/capitalists_15.dds" + texture = "gfx/interface/icons/pops_icons/executives_15.dds" fontsize = 30 } } texticon = { - icon = clergymen + icon = clergy iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/clergymen.dds" + texture = "gfx/interface/icons/pops_icons/clergy.dds" fontsize = 250 } } texticon = { - icon = clergymen + icon = clergy iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/clergymen_15.dds" + texture = "gfx/interface/icons/pops_icons/clergy_15.dds" fontsize = 30 } } texticon = { - icon = clerks + icon = service_workers iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/clerks.dds" + texture = "gfx/interface/icons/pops_icons/service_workers.dds" fontsize = 250 } } texticon = { - icon = clerks + icon = service_workers iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/clerks_15.dds" + texture = "gfx/interface/icons/pops_icons/service_workers_15.dds" fontsize = 30 } } @@ -1186,19 +1186,19 @@ texticon = { } texticon = { - icon = farmers + icon = managers iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/farmers.dds" + texture = "gfx/interface/icons/pops_icons/managers.dds" fontsize = 250 } } texticon = { - icon = farmers + icon = managers iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/farmers_15.dds" + texture = "gfx/interface/icons/pops_icons/managers_15.dds" fontsize = 30 } } @@ -1222,19 +1222,19 @@ texticon = { } texticon = { - icon = machinists + icon = technicians iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/machinists.dds" + texture = "gfx/interface/icons/pops_icons/technicians.dds" fontsize = 250 } } texticon = { - icon = machinists + icon = technicians iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/machinists_15.dds" + texture = "gfx/interface/icons/pops_icons/technicians_15.dds" fontsize = 30 } } @@ -1258,37 +1258,19 @@ texticon = { } texticon = { - icon = peasants + icon = informal_workers iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/peasants.dds" + texture = "gfx/interface/icons/pops_icons/informal_workers.dds" fontsize = 250 } } texticon = { - icon = peasants + icon = informal_workers iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/peasants_15.dds" - fontsize = 30 - } -} - -texticon = { - icon = criminals - iconsize = { - offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/peasants.dds" - fontsize = 250 - } -} - - texticon = { - icon = criminals - iconsize = { - offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/peasants_15.dds" + texture = "gfx/interface/icons/pops_icons/informal_workers_15.dds" fontsize = 30 } } @@ -1312,19 +1294,19 @@ texticon = { } texticon = { - icon = shopkeepers + icon = managers iconsize = { offset = { 0 50 } - texture = "gfx/interface/icons/pops_icons/shopkeepers.dds" + texture = "gfx/interface/icons/pops_icons/managers.dds" fontsize = 250 } } texticon = { - icon = shopkeepers + icon = managers iconsize = { offset = { 0 5 } - texture = "gfx/interface/icons/pops_icons/shopkeepers_15.dds" + texture = "gfx/interface/icons/pops_icons/managers_15.dds" fontsize = 30 } } diff --git a/gui/window_component_library.gui b/gui/window_component_library.gui index 6e302315d..f7e6615bd 100644 --- a/gui/window_component_library.gui +++ b/gui/window_component_library.gui @@ -2450,7 +2450,7 @@ window = { } icon = { size = { 50 50 } - texture = "gfx/interface/icons/pops_icons/peasants.dds" + texture = "gfx/interface/icons/pops_icons/informal_workers.dds" } icon = { size = { 50 50 } diff --git a/localization/english/CWP/CWP_modifiers_l_english.yml b/localization/english/CWP/CWP_modifiers_l_english.yml index 33382f86e..c8bf23eef 100644 --- a/localization/english/CWP/CWP_modifiers_l_english.yml +++ b/localization/english/CWP/CWP_modifiers_l_english.yml @@ -6,10 +6,10 @@ # Value modifier_corruption_value_modifier: "Corruption Value Modifier" modifier_corruption_value_modifier_desc: "A bonus or penalty to the corruption value" - + modifier_corruption_growth: "Monthly [concept_corruption] Growth" modifier_corruption_growth_desc: "How much [concept_corruption] grows or decays per month." - + modifier_corruption_baseline: "[concept_corruption_baseline]" modifier_corruption_baseline_desc: "Level of [concept_corruption_baseline]" @@ -102,16 +102,8 @@ modifier_country_institution_intelligence_agency_max_investment_add: "Max $institution_intelligence_agency$ [concept_institution] Investment" modifier_country_institution_intelligence_agency_max_investment_add_desc: "A bonus or penalty to the maximum investment level of the $institution_intelligence_agency$ [concept_institution]" - - #Pops - modifier_country_criminals_pol_str_mult: "[concept_political_strength] of $criminals$" - modifier_country_criminals_pol_str_mult_desc: "An increase or decrease in the [concept_political_strength] of $criminals$" - - modifier_country_criminals_voting_power_add: "[concept_political_strength] from the [concept_votes] of $criminals$" - modifier_country_criminals_voting_power_add_desc: "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $criminals$ in Elections" - - modifier_building_criminals_mortality_mult: "$modifier_state_criminals_mortality_mult$" - modifier_building_criminals_mortality_mult_desc: "$modifier_state_criminals_mortality_mult_desc$" + + # ############################ ########## Global ########## @@ -142,11 +134,11 @@ ################# ##### Urban ##### ################# - + # Urban Facilities modifier_building_group_bg_urban_facilities_throughput_mult: "$bg_urban_facilities$ [concept_throughput]" modifier_building_group_bg_urban_facilities_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_urban_facilities$" - + # Academy of Sciences # Center for the Arts and Humanities @@ -220,7 +212,7 @@ # Aluminum Refineries - # Automobile Industries + # Automobile Industries modifier_building_group_bg_automobile_manufactories_throughput_mult: "$bg_automobile_manufactories$ [concept_throughput]" modifier_building_group_bg_automobile_manufactories_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_automobile_manufactories$" @@ -272,7 +264,7 @@ # Small Arms Manufactories modifier_building_small_arms_manufactories_throughput_mult: "$building_small_arms_manufactories$ building [concept_throughput]" - modifier_building_small_arms_manufactories_throughput_mult_desc: "A bonus or penalty to both input and output of $building_small_arms_manufactories$" + modifier_building_small_arms_manufactories_throughput_mult_desc: "A bonus or penalty to both input and output of $building_small_arms_manufactories$" # Steelworks modifier_building_steelworks_throughput_mult: "$building_steelworks$ building [concept_throughput]" @@ -403,7 +395,7 @@ # Skyscrapers modifier_building_skyscraper_throughput_mult: "$building_skyscraper$ building [concept_throughput]" modifier_building_skyscraper_throughput_mult_desc: "A bonus or penalty to both input and output of $building_skyscraper$" - + modifier_state_building_skyscraper_max_level_add: "$building_skyscraper$ Max Level" modifier_state_building_skyscraper_max_level_add_desc: "A bonus or penalty to the maximum level of $building_skyscraper$ buildings." @@ -422,7 +414,7 @@ ###################### ##### Government ##### ###################### - + # Bureaucracy modifier_building_group_bg_bureaucracy_throughput_mult: "$bg_bureaucracy$ [concept_throughput]" modifier_building_group_bg_bureaucracy_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_bureaucracy$" @@ -579,12 +571,12 @@ # Fossil Fuels modifier_building_group_bg_fossil_fuels_mortality_mult: "Fossil Fuels Employee Mortality" modifier_building_group_bg_fossil_fuels_mortality_mult_desc: "A bonus or penalty to the mortality of employees in Fossil Fuels" - + modifier_building_group_bg_fossil_fuels_laborers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Fossil Fuels" modifier_building_group_bg_fossil_fuels_laborers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_fossil_fuels_laborers_mortality_mult$" - modifier_building_group_bg_fossil_fuels_machinists_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Fossil Fuels" - modifier_building_group_bg_fossil_fuels_machinists_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_fossil_fuels_machinists_mortality_mult$" + modifier_building_group_bg_fossil_fuels_technicians_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Fossil Fuels" + modifier_building_group_bg_fossil_fuels_technicians_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_fossil_fuels_technicians_mortality_mult$" modifier_building_group_bg_fossil_fuels_engineers_mortality_mult: "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Fossil Fuels" modifier_building_group_bg_fossil_fuels_engineers_mortality_mult_desc: "An increase or decrease in the $modifier_building_group_bg_fossil_fuels_engineers_mortality_mult$" @@ -730,10 +722,10 @@ modifier_building_output_financial_services_mult: "@financial_services! Financial Services Output" modifier_building_output_financial_services_mult_desc: "A bonus or penalty to the amount of @financial_services! Financial Services produced by buildings" - + modifier_building_group_bg_financial_services_throughput_mult: "$bg_financial_services$ [concept_throughput]" modifier_building_group_bg_financial_services_throughput_mult_desc: "A bonus or penalty to both input and output of $bg_financial_services$" - + modifier_country_subsidies_bg_financial_services: "Can Subsidize $bg_financial_services$" modifier_country_subsidies_bg_financial_services_desc: "Legal permission to enact government subsidies of $bg_financial_services$" @@ -908,7 +900,7 @@ # Tanks #### Timed modifiers - ## One or more modifier types bundled in one, created and destroyed by onactions, triggers, events, JEs. "_desc" does nothing. + ## One or more modifier types bundled in one, created and destroyed by onactions, triggers, events, JEs. "_desc" does nothing. nuclear_capable: "Nuclear Capable" last_stand: "Last Stand" racial_tension: "Racial Tension" @@ -949,4 +941,4 @@ moderate_hydroelectric_capacity: "Moderate Hydroelectric Capacity" poor_solar_capacity: "Poor Solar Capacity" poor_wind_capacity: "Poor Wind Capacity" - poor_hydroelectric_capacity: "Poor Hydroelectric Capacity" \ No newline at end of file + poor_hydroelectric_capacity: "Poor Hydroelectric Capacity" diff --git a/localization/english/CWP/CWP_objectives_l_english.yml b/localization/english/CWP/CWP_objectives_l_english.yml index 59f231af9..4fb7e578c 100644 --- a/localization/english/CWP/CWP_objectives_l_english.yml +++ b/localization/english/CWP/CWP_objectives_l_english.yml @@ -1,7 +1,7 @@ l_english: objective_western_bloc: 0 "Western Bloc" objective_western_bloc_desc: "As the frost of winter settles over the Western Bloc in January 1946, a sense of uneasy calm pervades the air.\n\nThe leaders of the United States, Great Britain, and France gather to address the challenges that have arisen in the aftermath of the Second World War.\n\nWith weary eyes and heavy hearts, they must navigate the treacherous waters of post-war reconstruction, while facing the looming threat of Soviet expansionism in the East.\n\nBut despite the hardships they face, the spirit of the Western Bloc remains unbroken.\n\nUnited by a common goal, they stand firm in their commitment to rebuild their shattered nations and ensure a brighter future for generations to come." - + objective_eastern_bloc: 0 "Eastern Bloc" objective_eastern_bloc_desc: "In January 1946, the Eastern Bloc stands strong in the face of post-war turmoil.\n\nLed by the Soviet Union, the countries of Eastern Europe are united in their determination to rebuild their nations and establish a new world order.\n\nThe scars of war run deep, but the people of the Eastern Bloc are undaunted.\n\nThey work tirelessly to rebuild their shattered economies and strengthen their military defenses, all while promoting the ideals of communism and socialism.\n\nBut as tensions mount with the Western Bloc, the Eastern Bloc remains resolute in their commitment to defend their way of life and resist the forces of capitalist imperialism.\n\nIn this new era of uncertainty, the Eastern Bloc stands tall, ready to face whatever challenges lie ahead." @@ -19,7 +19,7 @@ objective_western_bloc_name_JAP: "Japan" objective_western_bloc_desc_JAP: "In January 1946, Japan finds itself in a state of profound transformation. The country has just emerged from the devastation of the Second World War, with its cities reduced to rubble and its people struggling to rebuild their shattered lives. But despite the challenges, there is a sense of determination and renewal in the air.\n\nWith the end of the war, Japan is now under the occupation of the Allied powers, led by the United States. The country is undergoing a process of demilitarization and democratization, as the occupying forces work to rebuild the nation and establish a new government that is accountable to the people.\n\nBut the road ahead is long and fraught with challenges. Japan must come to terms with the legacy of its imperial past and forge a new identity as a peaceful, democratic member of the international community. And as it rebuilds its economy and society, it must also navigate the shifting geopolitical landscape of the post-war era, with new global powers rising and old ones in decline." -############### Eastern Bloc ############### + ############### Eastern Bloc ############### objective_eastern_bloc_name_RUS: "Soviet Union" objective_eastern_bloc_desc_RUS: "The Soviet Union stands as a [concept_superpower] on the world stage, having played a decisive role in the defeat of Nazi Germany in the Second World War. But despite its military might and global influence, the Soviet Union faces a complex and uncertain future.\n\nThe country is still recovering from the devastation of the war, with its economy in shambles and its people struggling to rebuild. And while the Soviet Union emerged victorious from the war, it now faces a new and growing threat in the form of the United States and its Western allies, who see the Soviet Union as a rival and a potential enemy.\n\nAs the world struggles to come to terms with the aftermath of the war, the Soviet Union is at a crossroads. It must navigate a complex geopolitical landscape, maintain its influence in the world, and secure its position as a global power. At the same time, it must also address the needs of its own people, who are looking to rebuild their lives and create a better future for themselves and their families.\n\nThe Soviet Union remains steadfast in its commitment to socialism and the ideals of the Communist revolution. Its people are determined to build a better world, one that is free from the inequalities and injustices of the past. They stand ready to face whatever the future may bring." @@ -27,11 +27,11 @@ objective_eastern_bloc_desc_DDR: "East Germany finds itself in a state of political and economic turmoil. The country is still recovering from the devastation of World War II, and is now under Soviet occupation, with a communist government established in the eastern part of the country.\n\nAs East Germany seeks to rebuild, it faces many challenges, including shortages of food and other essential goods, a struggling economy, and political instability. The country is also grappling with the legacy of Nazi rule, as it seeks to come to terms with the atrocities committed during the war.\n\nDespite these challenges, the people of East Germany remain resilient and determined to build a better future. The communist government has embarked on a program of social and economic reform, with a focus on improving the lives of working people and building a more just and equal society.\n\nBut the road ahead is long and difficult. East Germany must navigate the complex geopolitics of the post-war era, as it seeks to establish its place in a world dominated by two superpowers - the United States and the Soviet Union.\n\nAs the country looks to the future, there is a sense of hope and possibility, but also of uncertainty and anxiety. " objective_eastern_bloc_name_PRC: "People's Republic of China" - objective_eastern_bloc_desc_PRC: "In January 1946, the People's Republic of China is a country in turmoil, with a civil war raging between the communist forces led by Mao Zedong and the Nationalist government under Chiang Kai-shek.\n\nDespite the ongoing conflict, the communist forces have made significant gains in recent years, winning the support of many Chinese peasants and workers with their promises of land reform and social justice.\n\nBut the Nationalist government is still a formidable foe, with the backing of the United States and other Western powers. And with the war taking a heavy toll on the country's economy and infrastructure, China is facing significant challenges in its efforts to rebuild and modernize.\n\nDespite these challenges, however, the people of China remain resilient and committed to building a better future. The communist forces have established a new government in the areas under their control, with a focus on improving the lives of ordinary people and building a more equal and just society.\n\nAs China looks to the future, there is a sense of hope and possibility, but also of uncertainty and apprehension. The country is navigating a complex geopolitical landscape, with the looming threat of conflict with the United States and its allies." + objective_eastern_bloc_desc_PRC: "In January 1946, the People's Republic of China is a country in turmoil, with a civil war raging between the communist forces led by Mao Zedong and the Nationalist government under Chiang Kai-shek.\n\nDespite the ongoing conflict, the communist forces have made significant gains in recent years, winning the support of many Chinese informal_workers and workers with their promises of land reform and social justice.\n\nBut the Nationalist government is still a formidable foe, with the backing of the United States and other Western powers. And with the war taking a heavy toll on the country's economy and infrastructure, China is facing significant challenges in its efforts to rebuild and modernize.\n\nDespite these challenges, however, the people of China remain resilient and committed to building a better future. The communist forces have established a new government in the areas under their control, with a focus on improving the lives of ordinary people and building a more equal and just society.\n\nAs China looks to the future, there is a sense of hope and possibility, but also of uncertainty and apprehension. The country is navigating a complex geopolitical landscape, with the looming threat of conflict with the United States and its allies." objective_eastern_bloc_name_POL: "Poland" objective_eastern_bloc_desc_POL: "In January 1946, Poland is a country that has just emerged from the devastating aftermath of World War II, with its cities and infrastructure in ruins and its people struggling to rebuild their lives.\n\nPoland finds itself in a precarious position, sandwiched between the Soviet Union to the east and the Western powers to the west. The country is heavily influenced by the Soviet Union, which has installed a communist government in Warsaw and has a significant military presence in the country.\n\nDespite this, there is resistance among the Polish people to Soviet domination, with many yearning for greater independence and democracy. The government faces significant challenges in balancing the demands of its Soviet allies with the desires of its own people.\n\nThe country is also dealing with the legacy of Nazi occupation and the atrocities committed during the war, with many communities devastated by the loss of loved ones and the destruction of their homes and businesses.\n\nAs Poland looks to the future, there is a sense of hope and possibility, but also of caution and uncertainty. The country is striving to find its place in the world and create a future that is both prosperous and free." -############### Non-Aligned Bloc ############### + ############### Non-Aligned Bloc ############### objective_non_aligned_bloc_name_YUG: "Yugoslavia" objective_non_aligned_bloc_desc_YUG: "Having just emerged from the chaos of World War II, with a new government led by Josip Broz Tito and a vision of socialism that is distinct from both the Soviet Union and the Western powers.\n\nYugoslavia is a unique case in post-war Europe, with its diverse population of Slavs, Albanians, and other ethnic groups, as well as a history of resistance to foreign domination.\n\n Yugoslavia faces significant challenges in the post-war period. The country is heavily indebted and its economy is in shambles, with many people struggling to make ends meet. In addition, Yugoslavia is caught in the middle of the emerging Cold War, with both the Soviet Union and the Western powers vying for influence in the region.\n\nThe country is also dealing with the legacy of Nazi occupation and the atrocities committed during the war, with many communities devastated by the loss of loved ones and the destruction of their homes and businesses.\n\nAs the country looks to the future, there is a feeling of hope that Yugoslavia can become a model for a new kind of socialism, one that is based on solidarity and cooperation rather than domination and control." @@ -42,4 +42,4 @@ objective_non_aligned_bloc_desc_EGY: "Egypt is a country in a state of flux. The country is still under British occupation, but there is growing sentiment among the Egyptian people for independence and self-determination.\n\nEgypt is a land of ancient history and culture, with a rich legacy of art, literature, and science. Despite the country's past glories, it is struggling with poverty and political instability, with a weak and divided government that is unable to meet the needs of its people.\n\nThe country's strategic location at the crossroads of Africa and the Middle East has made it a key player in the region's politics, with foreign powers jostling for influence and control. Egypt's leaders must navigate a complex web of alliances and interests, seeking to balance the demands of their people with the realities of international relations.\n\nAmidst these challenges, there is a growing sense of national pride and unity, as Egyptians rally behind the call for independence and sovereignty. The country's intellectuals and artists are leading the charge for social and political change, working to create a more just and equitable society for all. As Egypt looks to the future, there is a sense of optimism and possibility, as the country seeks to reclaim its place as a leader in the region and the world." objective_non_aligned_bloc_name_HND: "British Raj" - objective_non_aligned_bloc_desc_HND: "The British Raj in India is a colonial power in decline. With its sprawling bureaucracy and vast army, is a formidable presence in India. However, it is facing mounting pressure from the Indian National Congress and other nationalist groups, who are engaging in nonviolent protests and civil disobedience to demand political and economic freedoms.\n\nThe country is rife with tension and violence, with communal conflicts between Hindus and Muslims erupting in many regions. The British Raj is struggling to maintain law and order, with frequent outbreaks of violence and rebellion.\n\nThe country's leaders must navigate a complex web of alliances and interests, seeking to maintain British control while addressing the demands of the Indian people or simply relinquish control to the Indian National Congress entirely.\n\nAs the struggle for independence intensifies, the British Raj is facing mounting international pressure to relinquish its hold on India. The country's leaders are increasingly divided, with some advocating for a peaceful transition of power and others advocating for continued British rule. The fate of the British Raj hangs in the balance, as India looks to the future with a sense of hope and uncertainty" \ No newline at end of file + objective_non_aligned_bloc_desc_HND: "The British Raj in India is a colonial power in decline. With its sprawling bureaucracy and vast army, is a formidable presence in India. However, it is facing mounting pressure from the Indian National Congress and other nationalist groups, who are engaging in nonviolent protests and civil disobedience to demand political and economic freedoms.\n\nThe country is rife with tension and violence, with communal conflicts between Hindus and Muslims erupting in many regions. The British Raj is struggling to maintain law and order, with frequent outbreaks of violence and rebellion.\n\nThe country's leaders must navigate a complex web of alliances and interests, seeking to maintain British control while addressing the demands of the Indian people or simply relinquish control to the Indian National Congress entirely.\n\nAs the struggle for independence intensifies, the British Raj is facing mounting international pressure to relinquish its hold on India. The country's leaders are increasingly divided, with some advocating for a peaceful transition of power and others advocating for continued British rule. The fate of the British Raj hangs in the balance, as India looks to the future with a sense of hope and uncertainty" diff --git a/localization/english/concepts_l_english.yml b/localization/english/concepts_l_english.yml index 61107de86..1ee44508d 100644 --- a/localization/english/concepts_l_english.yml +++ b/localization/english/concepts_l_english.yml @@ -378,8 +378,8 @@ concept_subsistence_building:0 "Subsistence Building" concept_subsistence_buildings:1 "Subsistence Building" concept_subsistence_building_farming:0 "Subsistence Farming" - concept_subsistence_building_desc:2 "A set of [Concept('concept_building', '$concept_buildings$')] that perform low-intensity, decentralized production of food and basic resource [Concept('concept_good','$concept_goods$')] suitable for mere survival. Their production is split between a small quantity of [Concept('concept_good','$concept_goods$')] to be sold on the [concept_market] and [concept_subsistence_output] used to sustain the meager [concept_sol] of the [SelectLocalization(GetPlayer.IsValid,'concept_subsistence_building_desc_added','Peasants')] who work there. They are considerably less effective than most $concept_buildings$, but will operate on any unclaimed [concept_arable_land] and does not require manual [concept_construction]." - concept_subsistence_building_desc_added:0 "[GetPopType('peasants').GetName]" + concept_subsistence_building_desc:2 "A set of [Concept('concept_building', '$concept_buildings$')] that perform low-intensity, decentralized production of food and basic resource [Concept('concept_good','$concept_goods$')] suitable for mere survival. Their production is split between a small quantity of [Concept('concept_good','$concept_goods$')] to be sold on the [concept_market] and [concept_subsistence_output] used to sustain the meager [concept_sol] of the [SelectLocalization(GetPlayer.IsValid,'concept_subsistence_building_desc_added','informal_workers_workers')] who work there. They are considerably less effective than most $concept_buildings$, but will operate on any unclaimed [concept_arable_land] and does not require manual [concept_construction]." + concept_subsistence_building_desc_added:0 "[GetPopType('informal_workers_workers').GetName]" concept_economy_of_scale:0 "Economy of Scale" concept_economy_of_scale_desc:2 "Many [Concept('concept_building','$concept_buildings$')] become more efficient the larger they get. Such $concept_buildings$ gain the following effects for every [concept_building_level] beyond the first:\n[GetStaticModifier('economy_of_scale').GetDesc][AddLocalizationIf(GetPlayer.IsValid,'concept_economy_of_scale_desc_ingame_added')]" @@ -455,8 +455,8 @@ concept_ideology_desc:2 "An [Concept('concept_interest_group','$concept_interest_group_possessive$')] $concept_ideology$ influences which [Concept('concept_law','$concept_laws$')] it [Concept('concept_endorse_oppose','$concept_endorses_and_opposes$')]. Their stance on the $concept_laws$ which are currently in effect in the [concept_country] have small, permanent effects on the $concept_interest_group$'s $concept_approval$. While a $concept_country$ is trying to [Concept('concept_enactment_of_laws','$concept_enactment_of_laws_enact$')] a new $concept_law$, a larger but temporary effect applies relative to which $concept_law$ is being removed and which is coming into effect. This temporary effect will eventually [concept_decay], leaving only the permanent, objective effect on $concept_approval$." concept_subsistence_output:0 "Subsistence Output" - concept_subsistence_output_desc:3 "A form of in-kind income that [SelectLocalization(GetPlayer.IsValid,'concept_subsistence_output_desc_added','Peasants')] generate from [Concept('concept_subsistence_building','$concept_subsistence_building_farming$')], which represents the work they perform producing [Concept('concept_good','$concept_goods$')] to cover their own [Concept('concept_pop_needs','$concept_pop_needs_short$')]. Unlike [Concept('concept_building_wage','$concept_building_wages$')], $concept_subsistence_output$ is not paid out from the $concept_building$'s [concept_revenue] and is not subject to [concept_budget_income_taxes]." - concept_subsistence_output_desc_added:0 "[GetPopType('peasants').GetName]" + concept_subsistence_output_desc:3 "A form of in-kind income that [SelectLocalization(GetPlayer.IsValid,'concept_subsistence_output_desc_added','informal_workers_workers')] generate from [Concept('concept_subsistence_building','$concept_subsistence_building_farming$')], which represents the work they perform producing [Concept('concept_good','$concept_goods$')] to cover their own [Concept('concept_pop_needs','$concept_pop_needs_short$')]. Unlike [Concept('concept_building_wage','$concept_building_wages$')], $concept_subsistence_output$ is not paid out from the $concept_building$'s [concept_revenue] and is not subject to [concept_budget_income_taxes]." + concept_subsistence_output_desc_added:0 "[GetPopType('informal_workers_workers').GetName]" concept_split_state:0 "Split State" concept_split_state_short:0 "Split" @@ -1206,15 +1206,15 @@ concept_budget_poll_taxes_desc:2 "A flat [Concept('concept_taxes','$concept_tax$')] collected on every [Concept('concept_working_adults', '$concept_working_adult$')] it applies to. Since $concept_budget_poll_taxes$ do not scale with the $concept_pop$'s income it tends to impact the [concept_lower_strata] the most." concept_budget_land_taxes:0 "Land Taxes" - concept_budget_land_taxes_desc:4 "A type of [Concept('concept_budget_poll_taxes', '$concept_budget_poll_tax$')] collected from [SelectLocalization(GetPlayer.IsValid,'concept_budget_land_taxes_desc_added','Peasants')] only." - concept_budget_land_taxes_desc_added:0 "[GetPopType('peasants').GetName]" + concept_budget_land_taxes_desc:4 "A type of [Concept('concept_budget_poll_taxes', '$concept_budget_poll_tax$')] collected from [SelectLocalization(GetPlayer.IsValid,'concept_budget_land_taxes_desc_added','informal_workers_workers')] only." + concept_budget_land_taxes_desc_added:0 "[GetPopType('informal_workers_workers').GetName]" concept_budget_heathen_taxes:0 "Heathen Taxes" concept_budget_heathen_taxes_desc:1 "A type of [Concept('concept_budget_poll_taxes', '$concept_budget_poll_tax$')] collected from all [Concept('concept_pop', '$concept_pops$')] whose [concept_religion] is [Concept('concept_discrimination','$concept_discriminated$')] against by their [concept_country]." concept_budget_per_capita_taxes:0 "Per Capita Taxes" - concept_budget_per_capita_taxes_desc:4 "A type of [Concept('concept_budget_poll_taxes', '$concept_budget_poll_tax$')] collected from all [Concept('concept_pop', '$concept_pops$')] except [SelectLocalization(GetPlayer.IsValid,'concept_budget_per_capita_taxes_desc_added','Peasants')]." - concept_budget_per_capita_taxes_desc_added:0 "[GetPopType('peasants').GetName]" + concept_budget_per_capita_taxes_desc:4 "A type of [Concept('concept_budget_poll_taxes', '$concept_budget_poll_tax$')] collected from all [Concept('concept_pop', '$concept_pops$')] except [SelectLocalization(GetPlayer.IsValid,'concept_budget_per_capita_taxes_desc_added','informal_workers_workers')]." + concept_budget_per_capita_taxes_desc_added:0 "[GetPopType('informal_workers_workers').GetName]" concept_budget_income_taxes:0 "Income Taxes" concept_budget_income_taxes_desc:1 "A [Concept('concept_taxes','$concept_tax$')] collected on the [Concept('concept_building_wage','$concept_building_wages$')] paid to the [concept_workforce]." diff --git a/localization/english/content_1_l_english.yml b/localization/english/content_1_l_english.yml index b5f17df35..544eef6b7 100644 --- a/localization/english/content_1_l_english.yml +++ b/localization/english/content_1_l_english.yml @@ -745,7 +745,7 @@ manifest_destiny.2.f:0 ""We have it in our power to begin the world over again. A situation, similar to the present, hath not happened since the days of Noah until now. The birthday of a new world is at hand."" manifest_destiny.2.a:0 "The frontiers of liberty advance!" labor_rights.1.t:0 "Mistreatment of Serfs" - labor_rights.1.d:1 "[SCOPE.gsInterestGroup('serf_mistreaters').GetName] in [SCOPE.sState('serf_state').GetName] have become notorious for brutalizing their serfs. Peasants complain of harsh punishments, impossible workloads, and even sometimes torture and murder." + labor_rights.1.d:1 "[SCOPE.gsInterestGroup('serf_mistreaters').GetName] in [SCOPE.sState('serf_state').GetName] have become notorious for brutalizing their serfs. informal_workers complain of harsh punishments, impossible workloads, and even sometimes torture and murder." labor_rights.1.f:0 ""She got thirty lashes for dropping the tea."\n"People have been going missing on the estate on the hill."\n"There's a dungeon below the basements, my cousin swears upon it! They torture us and drink our blood!"" labor_rights.1.a:0 "These indignities must end." labor_rights.1.b:0 "We will punish the investors with the full force of the law." @@ -1058,7 +1058,7 @@ east_india_company_men:0 "Company Men" east_indies.2.t:0 "Reforming the Indies" east_indies.2.d:0 "The economy of the Indies has been transformed under our diligent rule. With slavery and feudalism abolished, our vast territories are ripe for exploitation through private enterprise." - east_indies.2.f:1 ""Famines, uprisings, and epidemics have been a staple of life under [ROOT.GetCountry.GetAdjectiveNoFormatting] rule. But we are resolved to change that; we have liberated the peasants from their quotas so that they are not forced to hand over the meager handful of rice they need to feed their families. By replacing these harsh regulations with private employment we are sure that the wealth will trickle down to the locals."" + east_indies.2.f:1 ""Famines, uprisings, and epidemics have been a staple of life under [ROOT.GetCountry.GetAdjectiveNoFormatting] rule. But we are resolved to change that; we have liberated the informal_workers from their quotas so that they are not forced to hand over the meager handful of rice they need to feed their families. By replacing these harsh regulations with private employment we are sure that the wealth will trickle down to the locals."" east_indies.2.a:0 "Investors are beginning to show interest." east_indies.2.b:0 "We should make greater use of local labor." indies_investment:0 "Investment in the Indies" @@ -1136,7 +1136,7 @@ theocracy.1.t:0 "Miracle Workers" theocracy.1.d1:0 "Patients at the [SCOPE.sState('capital_scope').GetCityHubName] Charity Hospital are recovering rapidly. They attribute their recovery to miracles performed by visiting clergy who are patrons of the hospital. Such displays are encouraging support for [SCOPE.sLaw('current_law_scope').GetName] throughout [ROOT.GetCountry.GetName]" theocracy.1.d2:0 "Students at the [SCOPE.sState('capital_scope').GetCityHubName] School for Orphaned Children rejoice as they receive a series of generous donations from local members of the [SCOPE.gsInterestGroup('priests_scope').GetName]. Such displays are encouraging support for [SCOPE.sLaw('current_law_scope').GetName] throughout [ROOT.GetCountry.GetName]." - theocracy.1.d3:0 "Reports abound of a miracle performed by clergymen in [SCOPE.sState('capital_scope').GetCityHubName]. Such displays are promoting religious piety throughout [ROOT.GetCountry.GetName]." + theocracy.1.d3:0 "Reports abound of a miracle performed by clergy in [SCOPE.sState('capital_scope').GetCityHubName]. Such displays are promoting religious piety throughout [ROOT.GetCountry.GetName]." theocracy.1.f:0 ""Think first of the good of others before yourselves. To give is divine, to cultivate a generous spirit is true virtue. Follow the path of righteousness not out of fear, but out of love."" theocracy.1.a:0 "Religious institutions are the backbone of the state." theocracy.1.b:0 "The [SCOPE.gsInterestGroup('priests_scope').GetName] are true followers of the divine." diff --git a/localization/english/content_4_l_english.yml b/localization/english/content_4_l_english.yml index 73a32f726..035781dea 100644 --- a/localization/english/content_4_l_english.yml +++ b/localization/english/content_4_l_english.yml @@ -259,7 +259,7 @@ #Devout Flavor event ideology_russian_patriarch:0 "Russian Orthodox Patriarchy" - ideology_russian_patriarch_desc:0 "#lore The Orthodox Patriarchy sees itself as one of the three pillars of the country, that the Tsar is above all and that the peasants deserve be serfs.#!" + ideology_russian_patriarch_desc:0 "#lore The Orthodox Patriarchy sees itself as one of the three pillars of the country, that the Tsar is above all and that the informal_workers deserve be serfs.#!" ideology_orthodox_patriarch:0 "Orthodox Patriarchy" ideology_orthodox_patriarch_desc:0 "#lore The Orthodox Patriarchy sees itself as one of the three pillars of the country, and that the right to rule comes from God.#!" ideology_buddhist_moralist:0 "Buddhist Moralist" diff --git a/localization/english/core_l_english.yml b/localization/english/core_l_english.yml index 8a6d23459..277b21078 100644 --- a/localization/english/core_l_english.yml +++ b/localization/english/core_l_english.yml @@ -5,7 +5,7 @@ SPLIT_STATE_REGION_LINEBREAK_FIRST:0 "\n[concept_state_region]: [State.GetStateRegion.GetName]" HOVER_STATE_TOOLTIP_NON_COLONIZABLE:2 "[STATE.GetCountry.GetAdjectiveNoFormatting] [concept_attitude] towards us: #tooltippable #tooltip:[STATE.GetCountry.GetTooltipTag],COUNTRY_ATTITUDE_TOOLTIP [STATE.GetCountry.GetAttitudeTowards(GetPlayer.Self).GetName]#!#! (#tooltippable #tooltip:[STATE.GetCountry.GetTooltipTag],COUNTRY_ATTITUDE_SCORE_TOOLTIP [STATE.GetCountry.GetAttitudeTowards(GetPlayer.Self).CalcScore|+0]#!#!)" HOVER_STATE_TOOLTIP_COLONIZABLE:0 "#BOLD #V [GetPlayer.GetAdjectiveNoFormatting]#!#! [concept_tension] with #variable [STATE.GetCountry.GetName]#!: [GetPlayer.GetTensionWithDesc( STATE.GetOwner )|+] (#BOLD [GetPlayer.GetTensionWith( STATE.GetCountry )|+]#!)\n" - HOVER_STATE_PRODUCTION_LENS:1 "[concept_arable_land]: [State.GetSubsistenceBuilding.GetExpansionLevelBreakdownDesc]\nPeasants: [State.GetNumSubsistenceWorkingAdults|Kv]\n[concept_unemployed]: [State.GetNumUnemployedWorkingAdults|Kv]\nGDP: #variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [STATE.GetGDPContribution|K]#! (#variable [STATE.GetGDPContributionPercentage|%1]#! of GDP in [STATE.GetOwner.GetName] last week)" + HOVER_STATE_PRODUCTION_LENS:1 "[concept_arable_land]: [State.GetSubsistenceBuilding.GetExpansionLevelBreakdownDesc]\ninformal_workers: [State.GetNumSubsistenceWorkingAdults|Kv]\n[concept_unemployed]: [State.GetNumUnemployedWorkingAdults|Kv]\nGDP: #variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [STATE.GetGDPContribution|K]#! (#variable [STATE.GetGDPContributionPercentage|%1]#! of GDP in [STATE.GetOwner.GetName] last week)" HOVER_STATE_POLITICAL_LENS:1 "Average Standard of Living: #bold [STATE.GetFormattedStandardOfLivingAll|v]#!\nPopulation: #BOLD [STATE.GetPopulationSize|Kv] [GetArrowIcon_int32( STATE.GetPopTotalChange )]#!\nGovernment Expenses: #variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [STATE.GetGovernmentExpenses|+d]#!\nTax income: #variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [STATE.GetTaxationRevenue|=+D]#!\n[concept_bureaucracy] cost: @bur![STATE.GetBureaucracyCost|dv]" HOVER_STATE_DIPLOMATIC_LENS:1 "[SelectLocalization(STATE.GetOwner.IsPlayer, '', 'AI_STRATEGIES_SUMMARY')]#title Cultures considering [STATE.GetName] their Homeland:#!\n[STATE.GetHomelandsDesc] [ConcatIfNeitherEmpty('\n\n#title Countries with Claims on this State:#!\n', STATE.GetClaimsDesc)]" AI_STRATEGIES_SUMMARY:0 "$AI_STRATEGIES$: [State.GetOwner.GetAIStrategiesDesc]\n[State.GetCountry.GetAttitudeTowards(GetPlayer.Self).GetStrategicDesireDesc]\n\n" diff --git a/localization/english/interest_groups/interest_groups_l_english.yml b/localization/english/interest_groups/interest_groups_l_english.yml index fea120d5c..9600d5137 100644 --- a/localization/english/interest_groups/interest_groups_l_english.yml +++ b/localization/english/interest_groups/interest_groups_l_english.yml @@ -13,7 +13,7 @@ ig_entrepreneurs: "Entrepreneurs" ig_entrepreneurs_only_icon: "@entrepreneurs!" - ig_entrepreneurs_desc: "Proprietors of small shops, landlords with a half dozen tenants, frugal clerks with tiny pensions and others who have more than the poor, but less than the rich." + ig_entrepreneurs_desc: "Proprietors of small shops, landlords with a half dozen tenants, frugal service_workers with tiny pensions and others who have more than the poor, but less than the rich." ig_armed_forces: "Armed Forces" ig_armed_forces_only_icon: "@armed_forces!" diff --git a/localization/english/interfaces_l_english.yml b/localization/english/interfaces_l_english.yml index d4689a2ee..e69bfe5a8 100644 --- a/localization/english/interfaces_l_english.yml +++ b/localization/english/interfaces_l_english.yml @@ -1563,7 +1563,7 @@ RADICALS_LOYALISTS_SUMMARY_POLITICALLY_INACTIVE_LIST_ITEM:0 "\n$TAB$$VAL|vD$ [Concept('concept_politically_inactive_involved', '$concept_politically_inactive$')]" POP_TOOLTIP_DELAYED:0 "\n$TOOLTIP_DELIMITER$\n[ConcatIfNeitherEmpty( SelectLocalization( GreaterThan_int32( GetPlayer.GetPeopleAbroad, '(int32)0' ), 'INCORPORATED_POPULATION', ''), '\n')][ConcatIfNeitherEmpty( SelectLocalization( GreaterThan_int32( GetPlayer.GetPeopleAbroad, '(int32)0' ), 'UNINCORPORATED_POPULATION', ''), '\n\n')]$POP_TOOLTIP_DELAYED_EMPLOYMENT_DETAIL$" - POP_TOOLTIP_DELAYED_EMPLOYMENT_DETAIL:0 "Gainfully Employed: #variable [Country.GetSalariedWorkingAdults|K]#!\nPeasants: [Country.GetSubsistingWorkingAdults|Kv]\n[concept_unemployed]: [Country.GetUnemployedWorkingAdults|Kv]\n[concept_dependents]: #variable [Country.GetDependents|K]#!" + POP_TOOLTIP_DELAYED_EMPLOYMENT_DETAIL:0 "Gainfully Employed: #variable [Country.GetSalariedWorkingAdults|K]#!\ninformal_workers_workers_workers_workers: [Country.GetSubsistingWorkingAdults|Kv]\n[concept_unemployed]: [Country.GetUnemployedWorkingAdults|Kv]\n[concept_dependents]: #variable [Country.GetDependents|K]#!" COST_POLITICAL:0 "@aut!#BOLD #V $COST|1$#!#!" COST_DIPLOMATIC:0 "@inf!#BOLD #V $COST|1$#!#!" MISSING_RESOURCES_COLON:0 "#N Missing Resources:#! " @@ -2354,14 +2354,14 @@ STATE_TAX_REVENUE_TOOLTIP_LINE:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] #tooltippable #tooltip:[Building.GetTooltipTag],TOOLTIP_BUILDING_TAXES_TOOLTIP #BOLD $VALUE|+=D$#!#!#! from [Building.GetName]" STATE_TOTAL_LABOR:0 "#title [concept_workforce]:#! #V [State.GetTotalLabor|K]#!" STATE_TOTAL_LABOR_TOOLTIP:0 "#header Total [concept_workforce]#!\nAmount: #variable [State.GetTotalLabor|K]#!\n\n#concept This is the total number of the state's population that are considered part of the Workforce and can be employed in buildings.#!" - STATE_AVAILABLE_LABOR:1 "$STATE_UNEMPLOYED$\n$STATE_PEASANTS$\n$STATE_QUALIFICATIONS$" - STATE_AVAILABLE_LABOR_TOOLTIP:1 "#header Available Labor in [State.GetName]#!\n$STATE_UNEMPLOYED$\n$STATE_PEASANTS$\n$STATE_QUALIFICATIONS$" + STATE_AVAILABLE_LABOR:1 "$STATE_UNEMPLOYED$\n$STATE_informal_workers_workers_workers_workers$\n$STATE_QUALIFICATIONS$" + STATE_AVAILABLE_LABOR_TOOLTIP:1 "#header Available Labor in [State.GetName]#!\n$STATE_UNEMPLOYED$\n$STATE_informal_workers_workers_workers_workers$\n$STATE_QUALIFICATIONS$" STATE_INFRASTRUCTURE_PRODUCTION_MARKER:0 "$concept_infrastructure$: [State.GetInfrastructureBalance|0+=]" STATE_UNEMPLOYED:3 "#v [State.GetNumUnemployedWorkingAdults|D-]#! $concept_unemployed$" - STATE_PEASANTS:2 "[State.GetNumSubsistenceWorkingAdults|Dv] [GetPopType('peasants').GetNameNoFormatting]" + STATE_informal_workers_workers_workers_workers:2 "[State.GetNumSubsistenceWorkinginformal_workersinformal_workersinformal_workersinformal_workers').GetNameNoFormatting]" STATE_QUALIFICATIONS:0 "#tooltip:[State.GetTooltipTag],STATE_QUALIFICATIONS_BREAKDOWN [SelectLocalization(State.HasInsufficientQualificationsForAvailablePositions, '@red_cross!', '@green_checkmark!')]#! Has [concept_pop_qualifications] to fill all current Vacancies" STATE_QUALIFICATIONS_BREAKDOWN:0 "[State.GetPotentialQualificationsDesc]" - STATE_PRODUCTION_MARKER_TOOLTIP:2 "#header [State.GetName]#!\n$TOOLTIP_DELIMITER$\n[concept_infrastructure]: #tooltippable #tooltip:[State.GetTooltipTag],STATE_INFRASTRUCTURE_DESC [State.GetInfrastructureBalance|v0+=]#!#!\n[concept_unemployed]: #v [State.GetNumUnemployedWorkingAdults|D-]#!\n[GetPopType('peasants').GetName]: #v [State.GetNumSubsistenceWorkingAdults|D]#!" + STATE_PRODUCTION_MARKER_TOOLTIP:2 "#header [State.GetName]#!\n$TOOLTIP_DELIMITER$\n[concept_infrastructure]: #tooltippable #tooltip:[State.GetTooltipTag],STATE_INFRASTRUCTURE_DESC [State.GetInfrastructureBalance|v0+=]#!#!\n[concept_unemployed]: #v [State.GetNumUnemployedWorkingAdults|D-]#!\n[GetPopType('informal_workers_workers_workers_workers').GetName]: #v [State.GetNumSubsistenceWorkingAdults|D]#!" MAP_LIST_STATE_AVAILABLE_LABOR:0 "[State.GetPotentialLabor|Dv] [SelectLocalization(State.HasInsufficientQualificationsForAvailablePositions, '@red_cross!', '@green_checkmark!')]" STATE_LITERACY:0 "#header [concept_literacy]#!\n[State.GetLiteracy|%1v] of the [Concept('concept_pop', '$concept_pops$')] in [State.GetName] are well-educated." TOOLTIP_MASS_MIGRATION_TARGET:1 "#header [concept_migration_target]#!\n$TOOLTIP_DELIMITER$\nThis state and its surrounding states are the targets of extensive migration from [State.GetMassMigrationOriginCountry.GetAdjective] [State.GetMassMigrationCulture.GetName] people. This migration will continue until #variable [State.GetMassMigrationEndDate]#!." @@ -2466,18 +2466,17 @@ POP_INVESTORS:0 "$investors$ [concept_profession]" POP_ADMINISTRATORS:0 "$administrators$ [concept_profession]" POP_EXECUTIVES:0 "$executives$ [concept_profession]" - POP_CLERGYMEN:0 "$clergymen$ [concept_profession]" - POP_CLERKS:0 "$clerks$ [concept_profession]" + POP_clergy:0 "$clergy$ [concept_profession]" + POP_service_workers:0 "$service_workers$ [concept_profession]" POP_ENGINEERS:0 "$engineers$ [concept_profession]" - POP_FARMERS:0 "$farmers$ [concept_profession]" - POP_PEASANTS:0 "$peasants$ [concept_profession]" + POP_managers:0 "$managers$ [concept_profession]" + POP_informal_workers_workinformal_workersinformal_workersinformal_workersinformal_workers$ [concept_profession]" POP_LABORERS:0 "$laborers$ [concept_profession]" POP_OFFICERS:0 "$officers$ [concept_profession]" POP_ACADEMICS:0 "$academics$ [concept_profession]" - POP_SHOPKEEPERS:0 "$shopkeepers$ [concept_profession]" POP_SLAVES:0 "$slaves$ [concept_profession]" POP_SOLDIERS:0 "$soldiers$ [concept_profession]" - POP_MACHINISTS:0 "$machinists$ [concept_profession]" + POP_technicians:0 "$technicians$ [concept_profession]" NO_LABOR_MOVEMENT:0 "The #v $labor_movement$#! [concept_technology] is not unlocked" NO_EGALITARIANISM:0 "The #v $egalitarianism$#! [concept_technology] is not unlocked" HAS_POLITICAL_AGITATION:0 "The #v $political_agitation$#! [concept_technology] is unlocked" @@ -2892,7 +2891,7 @@ POP_WEEKLY_losses:0 "Investment Losses: #variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] $VAL|+=D$#!" TOOLTIP_WEALTH:1 "#header Wealth#!\nLevel [Pop.GetCurrentWealth|v] [Concept('concept_pop_needs','$concept_pop_needs_short$')]\n$TOOLTIP_DELIMITER$\n$POP_NET_INCOME$" TOOLTIP_WEALTH_SLAVE:1 "#header Wealth#!\nSlave upkeep is satisfying this Slave [concept_pop]'s [Concept('concept_pop_needs','$concept_pop_needs_short$')] to Level [Pop.GetCurrentWealth|v]\n$TOOLTIP_DELIMITER$\n#bold Slave Upkeep Breakdown:#!\n[Pop.GetNeedsDesc]" - TOOLTIP_WEALTH_SUBSISTENCE:3 "#header Wealth#!\nTheir [concept_subsistence_output] of [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.GetAverageAnnualWage|Dv] and annual [concept_budget_poll_taxes] of [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.CalcAnnualPollTaxAmount|Dv] is satisfying the [GetPopType('peasants').GetName]' [Concept('concept_pop_needs','$concept_pop_needs_short$')] equivalent to Level [Pop.GetCurrentWealth|v]\n\nA [concept_building] that wants to hire from this [concept_pop] will need to offer a wage of at least [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.GetWageRequiredToHireFrom|Dv]." + TOOLTIP_WEALTH_SUBSISTENCE:3 "#header Wealth#!\nTheir [concept_subsistence_output] of [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.GetAverageAnnualWage|Dv] and annual [concept_budget_poll_taxes] of [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.CalcAnnualPollTaxAmount|Dv] is satisfying the [GetPopType('informal_workers_workers_workers_workers').GetName]' [Concept('concept_pop_needs','$concept_pop_needs_short$')] equivalent to Level [Pop.GetCurrentWealth|v]\n\nA [concept_building] that wants to hire from this [concept_pop] will need to offer a wage of at least [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.GetWageRequiredToHireFrom|Dv]." TOOLTIP_POP_NET_INCOME:1 "#header Net [Concept('concept_pop_income','$concept_pop_income_short$')]#!\n#variable [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Subtract_CFixedPoint(Pop.GetIncome, Pop.GetExpenses)|+=D]#!\n$TOOLTIP_DELIMITER$\n$POP_NET_INCOME$" POP_NET_INCOME:0 "[Pop.GetIncomeExpensesBalanceDesc]\nProgress towards next Wealth level: #v [Pop.GetWealthProgression|+=%0]#!\n\nAnnual Income per Working Adult: [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] [Pop.GetAverageAnnualWage|Dv]" POP_MONEY_BALANCE:1 "$INCOME$\n$EXPENSES$" @@ -2919,7 +2918,7 @@ SOL_FACTOR_NO_MODIFIERS:2 "They are currently not affected by any [concept_sol] modifiers" SOL_FACTOR_GOODS:2 "They pay an average of #v #tooltip:COIN_STACK_TOOLTIP $PRICEICON$#! #tooltippable #tooltip:$BREAKDOWN_TAG$ $RELATIVE_PRICE|=-%1$#!#!#! compared to [concept_base_price] for their [concept_pop_needs]. $GOODS_BREAKDOWN_SHORT_SUMMARY$" SOL_FACTOR_SLAVES:1 "$POP_FRACTION|%1v$ of them are [Concept('concept_slavery', '$concept_enslaved$')], forcing them into a very low [concept_sol]" - SOL_FACTOR_PEASANTS:1 "$POP_FRACTION|%1v$ of them are [GetPopType('peasants').GetName] in [Concept('concept_subsistence_building', '$concept_subsistence_buildings$')], limiting them to a low [concept_sol]" + SOL_FACTOR_informal_workers_workers_workers_workers:1 "$POP_FRACTION|%1v$ oinformal_workersinformal_workersinformal_workersinformal_workers').GetName] in [Concept('concept_subsistence_building', '$concept_subsistence_buildings$')], limiting them to a low [concept_sol]" SOL_FACTOR_TAX_ENTRY:0 "$TAX_LEVEL|%1v$ of income paid in $TAX_TYPE$" SOL_FACTOR_GOODS_ENTRY:2 "$RELATIVE_EXPENDITURES|v1%$ - [Goods.GetTextIcon][Nbsp][Goods.GetName] - [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] $PRICE|v1$ #tooltippable #tooltip:COIN_STACK_TOOLTIP $PRICEICON$#!#! ($RELATIVE_PRICE|=-%1$)" SOL_FACTOR_GOODS_ENTRY_SHORT:0 "[Goods.GetTextIcon][Nbsp][Goods.GetName] ($RELATIVE_EXPENDITURES|v1%$)" @@ -2965,7 +2964,7 @@ - CAN_EXPAND_BUILDING_TOOLTIP:1 "#header $BUILD_OR_EXPAND$ [BUILDING_TYPE.GetName] in [STATE.GetName]#! (Size: [BUILDING.GetExpansionLevelBreakdownDesc])\n#tooltippable #tooltip:[GetRawTextTooltipTag('$PROFIT_IMPACT_DESC$')] #v [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] $PROFIT_IMPACT|K+=$#!#!#! Predicted Earnings / week\n[ConcatIfNeitherEmpty('$QUALIFICATIONS$', '\n')][SelectLocalization( LessThan_CFixedPoint(State.GetConstructionEfficiency, '(CFixedPoint)0'), 'CONSTRUCTION_QUEUE_STATE_CONSTRUCTION_EFFICIENCY_WARNING', '')]$TOOLTIP_DELIMITER$\n@construction! $REQUIRED_CONSTRUCTION|v0$ [concept_construction] ($CONSTRUCTION_COST_CHANGE$)\n[ConcatIfNeitherEmpty('$INVESTMENT_FUND$', '\n')]\n[STATE.GetMarketAccessStatus]\nAvailable Labor: [State.GetNumSubsistenceWorkingAdults|Dv] [GetPopType('peasants').GetName] [SelectLocalization( GreaterThan_int32(State.GetNumUnemployedWorkingAdults, '(int32)0'), 'AND_UNEMPLOYED', '' )][ConcatIfNeitherEmpty('$MILITARY_INFO$', '\n')][ConcatIfNeitherEmpty('$PORT_INFO$', '\n')]\n\n$KEY_MODIFIER_INSTRUCTIONS$" + CAN_EXPAND_BUILDING_TOOLTIP:1 "#header $BUILD_OR_EXPAND$ [BUILDING_TYPE.GetName] in [STATE.GetName]#! (Size: [BUILDING.GetExpansionLevelBreakdownDesc])\n#tooltippable #tooltip:[GetRawTextTooltipTag('$PROFIT_IMPACT_DESC$')] #v [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] $PROFIT_IMPACT|K+=$#!#!#! Predicted Earnings / week\n[ConcatIfNeitherEmpty('$QUALIFICATIONS$', '\n')][SelectLocalization( LessThan_CFixedPoint(State.GetConstructionEfficiency, '(CFixedPoint)0'), 'CONSTRUCTION_QUEUE_STATE_CONSTRUCTION_EFFICIENCY_WARNING', '')]$TOOLTIP_DELIMITER$\n@construction! $REQUIRED_CONSTRUCTION|v0$ [concept_construction] ($CONSTRUCTION_COST_CHANGE$)\n[ConcatIfNeitherEmpty('$INVESTMENT_FUND$', '\n')]\n[STATE.GetMarketAccessStatus]\nAvailable Labor: [State.GetNumSubsistenceWorkingAdults|Dv] [GetPopType('informal_workers_workers_workers_workers').GetName] [SelectLocalization( GreaterThan_int32(State.GetNumUnemployedWorkingAdults, '(int32)0'), 'AND_UNEMPLOYED', '' )][ConcatIfNeitherEmpty('$MILITARY_INFO$', '\n')][ConcatIfNeitherEmpty('$PORT_INFO$', '\n')]\n\n$KEY_MODIFIER_INSTRUCTIONS$" # $PRODUCTION_BREAKDOWN$ is currently not included, re-add to CAN_EXPAND_BUILDING_TOOLTIP if deemed necessary AND_UNEMPLOYED:0 "and [State.GetNumUnemployedWorkingAdults|Dv] [concept_unemployed]" @@ -2976,7 +2975,7 @@ EXPAND_TOOLTIP_EXPAND_BUILD:0 "Build" EXPAND_TOOLTIP_EXPAND_EXPAND:0 "Expand" - EXPAND_TOOLTIP_EXPAND:1 "#header $BUILD_OR_EXPAND$ [BUILDING_TYPE.GetName] in [STATE.GetName]#!\nSize: [BUILDING.GetExpansionLevelBreakdownDesc]\n[STATE.GetMarketAccessStatus]\nAvailable Labor: [State.GetNumSubsistenceWorkingAdults|Dv] [GetPopType('peasants').GetName] and [State.GetNumUnemployedWorkingAdults|Dv] [concept_unemployed]" + EXPAND_TOOLTIP_EXPAND:1 "#header $BUILD_OR_EXPAND$ [BUILDING_TYPE.GetName] in [STATE.GetName]#!\nSize: [BUILDING.GetExpansionLevelBreakdownDesc]\n[STATE.GetMarketAccessStatus]\nAvailable Labor: [State.GetNumSubsistenceWorkingAdults|Dv] [GetPopType('informal_workers_workers_workers_workers').GetName] and [State.GetNumUnemployedWorkingAdults|Dv] [concept_unemployed]" EXPAND_BUILDING_MODIFIERS_INSTRUCTIONS:2 "#instruction Click to queue 1 level, $SHORTCUT_KEY_MOD_shift$Click for $SHIFT_NUM_LEVELS$, $SHORTCUT_KEY_MOD_ctrl$Click for $CTRL_NUM_LEVELS$#!\n#instruction $SHORTCUT_KEY_MOD_alt$Click to queue at the top of the Construction Queue" DOWNSIZE_BUILDING_MODIFIERS_INSTRUCTIONS:0 "#instruction Click to downsize 1 level#!\n#instruction $SHORTCUT_KEY_MOD_shift$Click to downsize $SHIFT_NUM_LEVELS$ levels#!\n#instruction $SHORTCUT_KEY_MOD_ctrl$Click to downsize $CTRL_NUM_LEVELS$ levels#!" EXPANSION_PROFIT_IMPACT:3 "#header Predicted Earnings of new level#!\n#v [GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] $VAL|K+=$#! Predicted Earnings / week\n$TOOLTIP_DELIMITER$\n$IMPACT_DETAILS$" @@ -5594,7 +5593,7 @@ QUALIFICATIONS_CULTURAL_RELIGIOUS_ACCEPTANCE:0 "From [concept_accepted_culture] ([Pop.GetCulture.GetName]) and [concept_accepted_religion] ([Pop.GetReligion.GetName])" QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY:0 "From insufficient [concept_literacy] ([Pop.GetLiteracyRate|v0%])" QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY:0 "From insufficient [concept_wealth] ([Pop.GetCurrentWealth|v0])" - QUALIFICATIONS_PEASANTS_UNDER_SERFDOM:0 "From being [Pop.GetPopType.GetName] under [GetLawType('law_serfdom').GetName]" + QUALIFICATIONS_informal_workers_workers_workers_workers_UNDER_SERFDOM:0 "From being [Pop.GetPopType.GetName] under [GetLawType('law_serfdom').GetName]" QUALIFICATIONS_WORKFORCE_FACTOR:0 "#b ×$WORKFORCE_FACTOR|v2$#! from the Workforce size of [Pop.GetNumWorkforce|vD]" QUALIFICATIONS_OFFICERS_PEASANT_LEVIES:0 "From [GetLawType('law_peasant_levies').GetName]" @@ -6020,8 +6019,8 @@ BUILDING_MAP_LIST_PANEL_EFFICIENCY_HEADER:0 "Eff." BUILDING_MAP_LIST_PANEL_EFFICIENCY_HEADER_TOOLTIP:0 "#header @construction![Nbsp][concept_construction] Efficiency#!\n$TOOLTIP_DELIMITER$\n#concept The @construction! $concept_construction$ Efficiency where the [concept_building] will be built. A positive value reduces the amount of @construction![Nbsp][concept_construction] required per week and vice versa.#!" - BUILDING_MAP_LIST_PANEL_PEASANTS_HEADER:0 "Peasants" - BUILDING_MAP_LIST_PANEL_PEASANTS_HEADER_TOOLTIP:0 "#header Peasants#!" + BUILDING_MAP_LIST_PANEL_informal_workers_workers_woinformal_workersinformal_workersinformal_workersinformal_workers" + BUILDING_MAP_LIST_PANEL_informal_workers_workers_workers_workers_HEinformal_workersinformal_workersinformal_workersinformal_workers#!" BUILDING_MAP_LIST_PANEL_CONSTRUCTION_HEADER:0 "@construction!" BUILDING_MAP_LIST_PANEL_CONSTRUCTION_HEADER_TOOLTIP:0 "#header @construction![Nbsp][concept_construction]#!\n$TOOLTIP_DELIMITER$\n#concept How much total @construction! $concept_construction$ the [concept_building] will require to complete.#!" diff --git a/localization/english/inventions_l_english.yml b/localization/english/inventions_l_english.yml index 7d96fcf2c..b063bbffb 100644 --- a/localization/english/inventions_l_english.yml +++ b/localization/english/inventions_l_english.yml @@ -45,7 +45,7 @@ #distribution_channels: "Distribution Channels" #distribution_channels_desc: "Companies can be structured to sell goods in a number of ways. Raw materials are generally sold to other industries; industries might then sell manufactured goods to wholesalers such as brokers; wholesalers then sell goods to retailers such as specific shops or chains of shops, and the retailer then sells the goods to the final customer. Innovations in this area include factory or outlet stores, which sell goods directly to customers from the factory complex, such as to workers and their families and community." #enclosure_acts: "Enclosure Acts" - #enclosure_acts_desc: "Enclosure is the process of taking small strips of peasant land, passed down from father to son since the beginning of feudalism, and 'combining' them under one owner via Acts of Parliament. By merging these subsistence plots into enclosed fields, arable land can be turned into pasture, capital goods such as machinery can be invested in, and many small surpluses can be merged into a significant profit. Where the landless peasants go is up to them - am I my brother's keeper?" + #enclosure_acts_desc: "Enclosure is the process of taking small strips of peasant land, passed down from father to son since the beginning of feudalism, and 'combining' them under one owner via Acts of Parliament. By merging these subsistence plots into enclosed fields, arable land can be turned into pasture, capital goods such as machinery can be invested in, and many small surpluses can be merged into a significant profit. Where the landless informal_workers go is up to them - am I my brother's keeper?" #espionage: "Espionage" #espionage_desc: "Know thy enemy. Knowledge of what is going on in places that could be hostile to us is vital if we are going to keep out country safe. This can be in the form of the mundane, like ensuring proper maps exist of areas we may end up being at war in to the significant like enemy forces and plans." #gold_standard: "Gold Standard" diff --git a/localization/english/laws_l_english.yml b/localization/english/laws_l_english.yml index 07a0ff82d..63de76929 100644 --- a/localization/english/laws_l_english.yml +++ b/localization/english/laws_l_english.yml @@ -229,7 +229,7 @@ lawgroup_labor_rights_desc:0 "The rights of workers." law_serfdom:0 "Serfdom" - law_serfdom_desc:0 "Peasants are tied to their land and must perform labor for their feudal masters." + law_serfdom_desc:0 "informal_workers are tied to their land and must perform labor for their feudal masters." law_serfdom_banned:0 "Serfdom Abolished" law_serfdom_banned_desc:0 "The feudal practice of serfdom has been abolished." law_regulatory_bodies:0 "Regulatory Bodies" diff --git a/localization/english/modifiers_l_english.yml b/localization/english/modifiers_l_english.yml index 4da5416ad..de68d885c 100644 --- a/localization/english/modifiers_l_english.yml +++ b/localization/english/modifiers_l_english.yml @@ -327,11 +327,11 @@ modifier_interest_group_ig_trade_unions_pop_attraction_mult_desc:1 "A bonus or penalty to the how attracted Pops are to the $ig_variant_trade_unions$ [concept_interest_group]" modifier_tax_land_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Land Tax" - modifier_tax_land_add_desc:2 "The amount of [concept_budget_land_taxes] collected from [GetPopType('peasants').GetName]" + modifier_tax_land_add_desc:2 "The amount of [concept_budget_land_taxes] collected from [GetPopType('informal_workers').GetName]" modifier_tax_heathen_add:1 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Religious Tax" modifier_tax_heathen_add_desc:0 "The amount of [concept_budget_heathen_taxes] collected from [Concept('concept_pop','$concept_pops$')] each year for following a [concept_religion] that is [Concept('concept_discrimination','$concept_discriminated$')] against" modifier_tax_per_capita_add:0 "[GetPlayer.MakeScope.Var('cwp_currency').GetFlagName] Per Capita Tax" - modifier_tax_per_capita_add_desc:2 "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('peasants').GetName] [Concept('concept_pop','$concept_pops$')]" + modifier_tax_per_capita_add_desc:2 "The amount of [concept_budget_per_capita_taxes] collected from non-[GetPopType('informal_workers').GetName] [Concept('concept_pop','$concept_pops$')]" modifier_state_welfare_payments_add:0 "Welfare Payments" modifier_state_welfare_payments_add_desc:0 "The fraction of the [concept_normal_wage] at which [Concept('concept_pop','$concept_pops$')] receive [concept_welfare_payments] from the state" modifier_state_standard_of_living_add:0 "[concept_sol]" @@ -506,38 +506,38 @@ modifier_country_discourage_consumption_cost_mult:0 "Discourage Consumption Cost" modifier_country_discourage_consumption_cost_mult_desc:1 "A bonus or penalty to the [concept_authority] cost of [Concept('concept_discourage_consumption', '$concept_discouraging_consumption$')]" - modifier_building_employment_aristocrats_add:0 "$aristocrats$ Per Level" - modifier_building_employment_aristocrats_add_desc:1 "Modifies the amount of $aristocrats$ a building can hire per level" - modifier_building_employment_aristocrats_mult:0 "$modifier_building_employment_aristocrats_add$" - modifier_building_employment_aristocrats_mult_desc:0 "$modifier_building_employment_aristocrats_add_desc$" + modifier_building_employment_investors_add:0 "$investors$ Per Level" + modifier_building_employment_investors_add_desc:1 "Modifies the amount of $investors$ a building can hire per level" + modifier_building_employment_investors_mult:0 "$modifier_building_employment_investors_add$" + modifier_building_employment_investors_mult_desc:0 "$modifier_building_employment_investors_add_desc$" modifier_building_employment_bureaucrats_add:0 "$bureaucrats$ Per Level" modifier_building_employment_bureaucrats_add_desc:1 "Modifies the amount of $bureaucrats$ a building can hire per level" modifier_building_employment_bureaucrats_mult:0 "$modifier_building_employment_bureaucrats_add$" modifier_building_employment_bureaucrats_mult_desc:0 "$modifier_building_employment_bureaucrats_add_desc$" - modifier_building_employment_capitalists_add:0 "$capitalists$ Per Level" - modifier_building_employment_capitalists_add_desc:1 "Modifies the amount of $capitalists$ a building can hire per level" - modifier_building_employment_capitalists_mult:0 "$modifier_building_employment_capitalists_add$" - modifier_building_employment_capitalists_mult_desc:0 "$modifier_building_employment_capitalists_add_desc$" - modifier_building_employment_clergymen_add:0 "$clergymen$ Per Level" - modifier_building_employment_clergymen_add_desc:1 "Modifies the amount of $clergymen$ a building can hire per level" - modifier_building_employment_clergymen_mult:0 "$modifier_building_employment_clergymen_add$" - modifier_building_employment_clergymen_mult_desc:0 "$modifier_building_employment_clergymen_add_desc$" - modifier_building_employment_clerks_add:0 "$clerks$ Per Level" - modifier_building_employment_clerks_add_desc:1 "Modifies the amount of $clerks$ a building can hire per level" - modifier_building_employment_clerks_mult:0 "$modifier_building_employment_clerks_add$" - modifier_building_employment_clerks_mult_desc:0 "$modifier_building_employment_clerks_add_desc$" + modifier_building_employment_executives_add:0 "$executives$ Per Level" + modifier_building_employment_executives_add_desc:1 "Modifies the amount of $executives$ a building can hire per level" + modifier_building_employment_executives_mult:0 "$modifier_building_employment_executives_add$" + modifier_building_employment_executives_mult_desc:0 "$modifier_building_employment_executives_add_desc$" + modifier_building_employment_clergy_add:0 "$clergy$ Per Level" + modifier_building_employment_clergy_add_desc:1 "Modifies the amount of $clergy$ a building can hire per level" + modifier_building_employment_clergy_mult:0 "$modifier_building_employment_clergy_add$" + modifier_building_employment_clergy_mult_desc:0 "$modifier_building_employment_clergy_add_desc$" + modifier_building_employment_service_workers_add:0 "$service_workers$ Per Level" + modifier_building_employment_service_workers_add_desc:1 "Modifies the amount of $service_workers$ a building can hire per level" + modifier_building_employment_service_workers_mult:0 "$modifier_building_employment_service_workers_add$" + modifier_building_employment_service_workers_mult_desc:0 "$modifier_building_employment_service_workers_add_desc$" modifier_building_employment_engineers_add:0 "$engineers$ Per Level" modifier_building_employment_engineers_add_desc:1 "Modifies the amount of $engineers$ a building can hire per level" modifier_building_employment_engineers_mult:0 "$modifier_building_employment_engineers_add$" modifier_building_employment_engineers_mult_desc:0 "$modifier_building_employment_engineers_add_desc$" - modifier_building_employment_farmers_add:0 "$farmers$ Per Level" - modifier_building_employment_farmers_add_desc:1 "Modifies the amount of $farmers$ a building can hire per level" - modifier_building_employment_farmers_mult:0 "$modifier_building_employment_farmers_add$" - modifier_building_employment_farmers_mult_desc:0 "$modifier_building_employment_farmers_add_desc$" - modifier_building_employment_peasants_add:0 "$peasants$ Per Level" - modifier_building_employment_peasants_add_desc:1 "Modifies the amount of $peasants$ a building can hire per level" - modifier_building_employment_peasants_mult:0 "$modifier_building_employment_peasants_add$" - modifier_building_employment_peasants_mult_desc:0 "$modifier_building_employment_peasants_add_desc$" + modifier_building_employment_managers_add:0 "$managers$ Per Level" + modifier_building_employment_managers_add_desc:1 "Modifies the amount of $managers$ a building can hire per level" + modifier_building_employment_managers_mult:0 "$modifier_building_employment_managers_add$" + modifier_building_employment_managers_mult_desc:0 "$modifier_building_employment_managers_add_desc$" + modifier_building_employment_informal_workers_add:0 "$informal_workers$ Per Level" + modifier_building_employment_informal_workers_add_desc:1 "Modifies the amount of $informal_workers$ a building can hire per level" + modifier_building_employment_informal_workers_mult:0 "$modifier_building_employment_informal_workers_add$" + modifier_building_employment_informal_workers_mult_desc:0 "$modifier_building_employment_informal_workers_add_desc$" modifier_building_employment_laborers_add:0 "$laborers$ Per Level" modifier_building_employment_laborers_add_desc:1 "Modifies the amount of $laborers$ a building can hire per level" modifier_building_employment_laborers_mult:0 "$modifier_building_employment_laborers_add$" @@ -550,10 +550,6 @@ modifier_building_employment_academics_add_desc:1 "Modifies the amount of $academics$ a building can hire per level" modifier_building_employment_academics_mult:0 "$modifier_building_employment_academics_add$" modifier_building_employment_academics_mult_desc:0 "$modifier_building_employment_academics_add_desc$" - modifier_building_employment_shopkeepers_add:0 "$shopkeepers$ Per Level" - modifier_building_employment_shopkeepers_add_desc:1 "Modifies the amount of $shopkeepers$ a building can hire per level" - modifier_building_employment_shopkeepers_mult:0 "$modifier_building_employment_shopkeepers_add$" - modifier_building_employment_shopkeepers_mult_desc:0 "$modifier_building_employment_shopkeepers_add_desc$" modifier_building_employment_slaves_add:0 "$slaves$ Per Level" modifier_building_employment_slaves_add_desc:1 "Modifies the amount of $slaves$ a building can hire per level" modifier_building_employment_slaves_mult:0 "$modifier_building_employment_slaves_add$" @@ -562,10 +558,10 @@ modifier_building_employment_soldiers_add_desc:1 "Modifies the amount of $soldiers$ a building can hire per level" modifier_building_employment_soldiers_mult:0 "$modifier_building_employment_soldiers_add$" modifier_building_employment_soldiers_mult_desc:0 "$modifier_building_employment_soldiers_add_desc$" - modifier_building_employment_machinists_add:0 "$machinists$ Per Level" - modifier_building_employment_machinists_add_desc:1 "Modifies the amount of $machinists$ a building can hire per level" - modifier_building_employment_machinists_mult:0 "$modifier_building_employment_machinists_add$" - modifier_building_employment_machinists_mult_desc:0 "$modifier_building_employment_machinists_add_desc$" + modifier_building_employment_technicians_add:0 "$technicians$ Per Level" + modifier_building_employment_technicians_add_desc:1 "Modifies the amount of $technicians$ a building can hire per level" + modifier_building_employment_technicians_mult:0 "$modifier_building_employment_technicians_add$" + modifier_building_employment_technicians_mult_desc:0 "$modifier_building_employment_technicians_add_desc$" modifier_state_building_port_max_level_add:0 "$building_port$ Max Level" modifier_state_building_port_max_level_add_desc:0 "A bonus or penalty to the maximum level of $building_port$ buildings." @@ -689,199 +685,187 @@ working_conditions:0 "Dangerous Working Conditions" child_labor:0 "Child Labor" - modifier_state_aristocrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" - modifier_state_aristocrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $aristocrats$" + modifier_state_investors_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" + modifier_state_investors_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $investors$" modifier_state_bureaucrats_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" modifier_state_bureaucrats_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $bureaucrats$" - modifier_state_capitalists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" - modifier_state_capitalists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $capitalists$" - modifier_state_clergymen_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clergymen_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergymen$" - modifier_state_clerks_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" - modifier_state_clerks_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clerks$" + modifier_state_executives_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" + modifier_state_executives_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $executives$" + modifier_state_clergy_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergy$" + modifier_state_clergy_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $clergy$" + modifier_state_service_workers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $service_workers$" + modifier_state_service_workers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $service_workers$" modifier_state_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" modifier_state_engineers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$" - modifier_state_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_farmers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$" - modifier_state_peasants_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" - modifier_state_peasants_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $peasants$" + modifier_state_managers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $managers$" + modifier_state_managers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $managers$" + modifier_state_informal_workers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $informal_workers$" + modifier_state_informal_workers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $informal_workers$" modifier_state_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" modifier_state_laborers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$" modifier_state_officers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" modifier_state_officers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $officers$" modifier_state_academics_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" modifier_state_academics_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $academics$" - modifier_state_shopkeepers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" - modifier_state_shopkeepers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $shopkeepers$" modifier_state_slaves_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" modifier_state_slaves_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $slaves$" modifier_state_soldiers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" modifier_state_soldiers_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $soldiers$" - modifier_state_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" - modifier_state_machinists_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$" + modifier_state_technicians_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$" + modifier_state_technicians_mortality_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$" modifier_state_dependent_wage_add:0 "Yearly Dependents Income" modifier_state_dependent_wage_add_desc:0 "An increase or decrease in Dependents Income" modifier_state_dependent_wage_mult:0 "Dependents Income" modifier_state_dependent_wage_mult_desc:0 "An increase or decrease in Dependents Income" - modifier_state_aristocrats_dependent_wage_mult:0 "$aristocrats$ Dependents Income" - modifier_state_aristocrats_dependent_wage_mult_desc:0 "An increase or decrease in an $aristocrats$ Dependents Income" + modifier_state_investors_dependent_wage_mult:0 "$investors$ Dependents Income" + modifier_state_investors_dependent_wage_mult_desc:0 "An increase or decrease in an $investors$ Dependents Income" modifier_state_bureaucrats_dependent_wage_mult:0 "$bureaucrats$ Dependents Income" modifier_state_bureaucrats_dependent_wage_mult_desc:0 "An increase or decrease in a $bureaucrats$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult:0 "$capitalists$ Dependents Income" - modifier_state_capitalists_dependent_wage_mult_desc:0 "An increase or decrease in a $capitalists$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult:0 "$clergymen$ Dependents Income" - modifier_state_clergymen_dependent_wage_mult_desc:0 "An increase or decrease in a $clergymen$ Dependents Income" - modifier_state_clerks_dependent_wage_mult:0 "$clerks$ Dependents Income" - modifier_state_clerks_dependent_wage_mult_desc:0 "An increase or decrease in a $clerks$ Dependents Income" + modifier_state_executives_dependent_wage_mult:0 "$executives$ Dependents Income" + modifier_state_executives_dependent_wage_mult_desc:0 "An increase or decrease in a $executives$ Dependents Income" + modifier_state_clergy_dependent_wage_mult:0 "$clergy$ Dependents Income" + modifier_state_clergy_dependent_wage_mult_desc:0 "An increase or decrease in a $clergy$ Dependents Income" + modifier_state_service_workers_dependent_wage_mult:0 "$service_workers$ Dependents Income" + modifier_state_service_workers_dependent_wage_mult_desc:0 "An increase or decrease in a $service_workers$ Dependents Income" modifier_state_engineers_dependent_wage_mult:0 "$engineers$ Dependents Income" modifier_state_engineers_dependent_wage_mult_desc:0 "An increase or decrease in an $engineers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult:0 "$farmers$ Dependents Income" - modifier_state_farmers_dependent_wage_mult_desc:0 "An increase or decrease in a $farmers$ Dependents Income" - modifier_state_peasants_dependent_wage_mult:0 "$peasants$ Dependents Income" - modifier_state_peasants_dependent_wage_mult_desc:0 "An increase or decrease in a $peasants$ Dependents Income" + modifier_state_managers_dependent_wage_mult:0 "$managers$ Dependents Income" + modifier_state_managers_dependent_wage_mult_desc:0 "An increase or decrease in a $managers$ Dependents Income" + modifier_state_informal_workers_dependent_wage_mult:0 "$informal_workers$ Dependents Income" + modifier_state_informal_workers_dependent_wage_mult_desc:0 "An increase or decrease in a $informal_workers$ Dependents Income" modifier_state_laborers_dependent_wage_mult:0 "$laborers$ Dependents Income" modifier_state_laborers_dependent_wage_mult_desc:0 "An increase or decrease in a $laborers$ Dependents Income" modifier_state_officers_dependent_wage_mult:0 "$officers$ Dependents Income" modifier_state_officers_dependent_wage_mult_desc:0 "An increase or decrease in an $officers$ Dependents Income" modifier_state_academics_dependent_wage_mult:0 "$academics$ Dependents Income" modifier_state_academics_dependent_wage_mult_desc:0 "An increase or decrease in an $academics$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult:0 "$shopkeepers$ Dependents Income" - modifier_state_shopkeepers_dependent_wage_mult_desc:0 "An increase or decrease in a $shopkeepers$ Dependents Income" modifier_state_slaves_dependent_wage_mult:0 "$slaves$ Dependents Income" modifier_state_slaves_dependent_wage_mult_desc:0 "An increase or decrease in a $slaves$ Dependents Income" modifier_state_soldiers_dependent_wage_mult:0 "$soldiers$ Dependents Income" modifier_state_soldiers_dependent_wage_mult_desc:0 "An increase or decrease in a $soldiers$ Dependents Income" - modifier_state_machinists_dependent_wage_mult:0 "$machinists$ Dependents Income" - modifier_state_machinists_dependent_wage_mult_desc:0 "An increase or decrease in a $machinists$ Dependents Income" + modifier_state_technicians_dependent_wage_mult:0 "$technicians$ Dependents Income" + modifier_state_technicians_dependent_wage_mult_desc:0 "An increase or decrease in a $technicians$ Dependents Income" - modifier_building_aristocrats_shares_add:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_add_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_add:1 "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_add_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_add:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_add_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_add_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_add_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_add_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_add_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergy_shares_add:1 "$clergy$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergy_shares_add_desc:1 "An increase or decrease in a $clergy$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_service_workers_shares_add:1 "$service_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_service_workers_shares_add_desc:1 "An increase or decrease in a $service_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_engineers_shares_add:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_engineers_shares_add_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_add_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_add_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_managers_shares_add:1 "$managers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_managersss_shares_add_desc:1 "An increase or decrease in a $managers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_informal_workers_shares_add:1 "$informal_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_informal_workers_shares_add_desc:1 "An increase or decrease in a $informal_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_laborers_shares_add:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_laborers_shares_add_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_officers_shares_add:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_officers_shares_add_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_academics_shares_add:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_academics_shares_add_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_add_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_slaves_shares_add:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_slaves_shares_add_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_soldiers_shares_add:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_soldiers_shares_add_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_add_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_technicians_shares_add:1 "$technicians$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_technicians_shares_add_desc:1 "An increase or decrease in a $technicians$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_workforce_shares_add:0 "$concept_workforce$ $concept_ownership_shares$" modifier_building_workforce_shares_add_desc:0 "An increase or decrease in the [Concept('concept_ownership_share', '$concept_ownership_shares$')] for the entire [concept_workforce] of the [concept_building]" modifier_building_government_shares_add:0 "$concept_government_ownership_shares$" modifier_building_government_shares_add_desc:0 "An increase or decrease in [Concept('concept_government_ownership_share', '$concept_government_ownership_shares$')]" - modifier_building_aristocrats_shares_mult:1 "$aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_aristocrats_shares_mult_desc:1 "An increase or decrease in an $aristocrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_mult:1 "$investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_investors_shares_mult_desc:1 "An increase or decrease in an $investors$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_mult:1 "$bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_bureaucrats_shares_mult_desc:1 "An increase or decrease in a $bureaucrats$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult:1 "$capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_capitalists_shares_mult_desc:1 "An increase or decrease in a $capitalists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult:1 "$clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clergymen_shares_mult_desc:1 "An increase or decrease in a $clergymen$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult:1 "$clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_clerks_shares_mult_desc:1 "An increase or decrease in a $clerks$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult:1 "$executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_executives_shares_mult_desc:1 "An increase or decrease in a $executives$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergy_shares_mult:1 "$clergy$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_clergy_shares_mult_desc:1 "An increase or decrease in a $clergy$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_service_workers_shares_mult:1 "$service_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_service_workers_shares_mult_desc:1 "An increase or decrease in a $service_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_engineers_shares_mult:1 "$engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_engineers_shares_mult_desc:1 "An increase or decrease in an $engineers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult:1 "$farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_farmers_shares_mult_desc:1 "An increase or decrease in a $farmers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult:1 "$peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_peasants_shares_mult_desc:1 "An increase or decrease in a $peasants$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_managers_shares_mult:1 "$managers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_managers_shares_mult_desc:1 "An increase or decrease in a $managerss$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_informal_workers_shares_mult:1 "$informal_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_informal_workers_shares_mult_desc:1 "An increase or decrease in a $informal_workers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_laborers_shares_mult:1 "$laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_laborers_shares_mult_desc:1 "An increase or decrease in a $laborers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_officers_shares_mult:1 "$officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_officers_shares_mult_desc:1 "An increase or decrease in an $officers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_academics_shares_mult:1 "$academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_academics_shares_mult_desc:1 "An increase or decrease in an $academics$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult:1 "$shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_shopkeepers_shares_mult_desc:1 "An increase or decrease in a $shopkeepers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_slaves_shares_mult:1 "$slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_slaves_shares_mult_desc:1 "An increase or decrease in a $slaves$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_soldiers_shares_mult:1 "$soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" modifier_building_soldiers_shares_mult_desc:1 "An increase or decrease in a $soldiers$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult:1 "$machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_building_machinists_shares_mult_desc:1 "An increase or decrease in a $machinists$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_technicians_shares_mult:1 "$technicians$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" + modifier_building_technicians_shares_mult_desc:1 "An increase or decrease in a $technicians$ [Concept('concept_ownership_share', '$concept_ownership_shares$')]" - modifier_country_aristocrats_pol_str_mult:1 "[concept_political_strength] of $aristocrats$" - modifier_country_aristocrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $aristocrats$" + modifier_country_investors_pol_str_mult:1 "[concept_political_strength] of $investors$" + modifier_country_investors_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $investors$" modifier_country_bureaucrats_pol_str_mult:1 "[concept_political_strength] of $bureaucrats$" modifier_country_bureaucrats_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $bureaucrats$" - modifier_country_capitalists_pol_str_mult:1 "[concept_political_strength] of $capitalists$" - modifier_country_capitalists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $capitalists$" - modifier_country_clergymen_pol_str_mult:1 "[concept_political_strength] of $clergymen$" - modifier_country_clergymen_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clergymen$" - modifier_country_clerks_pol_str_mult:1 "[concept_political_strength] of $clerks$" - modifier_country_clerks_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clerks$" + modifier_country_executives_pol_str_mult:1 "[concept_political_strength] of $executives$" + modifier_country_executives_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $executives$" + modifier_country_clergy_pol_str_mult:1 "[concept_political_strength] of $clergy$" + modifier_country_clergy_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $clergy$" + modifier_country_service_workers_pol_str_mult:1 "[concept_political_strength] of $service_workers$" + modifier_country_service_workers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $service_workers$" modifier_country_engineers_pol_str_mult:1 "[concept_political_strength] of $engineers$" modifier_country_engineers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $engineers$" - modifier_country_farmers_pol_str_mult:1 "[concept_political_strength] of $farmers$" - modifier_country_farmers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $farmers$" - modifier_country_peasants_pol_str_mult:1 "[concept_political_strength] of $peasants$" - modifier_country_peasants_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $peasants$" + modifier_country_managerss_pol_str_mult:1 "[concept_political_strength] of $managers$" + modifier_country_managerss_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $managers$" + modifier_country_informal_workers_pol_str_mult:1 "[concept_political_strength] of $informal_workers$" + modifier_country_informal_workers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $informal_workers$" modifier_country_laborers_pol_str_mult:1 "[concept_political_strength] of $laborers$" modifier_country_laborers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $laborers$" modifier_country_officers_pol_str_mult:1 "[concept_political_strength] of $officers$" modifier_country_officers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $officers$" modifier_country_academics_pol_str_mult:1 "[concept_political_strength] of $academics$" modifier_country_academics_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $academics$" - modifier_country_shopkeepers_pol_str_mult:1 "[concept_political_strength] of $shopkeepers$" - modifier_country_shopkeepers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $shopkeepers$" modifier_country_slaves_pol_str_mult:1 "[concept_political_strength] of $slaves$" modifier_country_slaves_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $slaves$" modifier_country_soldiers_pol_str_mult:1 "[concept_political_strength] of $soldiers$" modifier_country_soldiers_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $soldiers$" - modifier_country_machinists_pol_str_mult:1 "[concept_political_strength] of $machinists$" - modifier_country_machinists_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $machinists$" + modifier_country_technicians_pol_str_mult:1 "[concept_political_strength] of $technicians$" + modifier_country_technicians_pol_str_mult_desc:1 "An increase or decrease in the [concept_political_strength] of $technicians$" - modifier_country_aristocrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $aristocrats$" - modifier_country_aristocrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $aristocrats$ in Elections" + modifier_country_investors_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $investors$" + modifier_country_investors_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $investors$ in Elections" modifier_country_bureaucrats_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $bureaucrats$" modifier_country_bureaucrats_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $bureaucrats$ in Elections" - modifier_country_capitalists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $capitalists$" - modifier_country_capitalists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $capitalists$ in Elections" - modifier_country_clergymen_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergymen$" - modifier_country_clergymen_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergymen$ in Elections" - modifier_country_clerks_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clerks$" - modifier_country_clerks_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clerks$ in Elections" + modifier_country_executives_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $executives$" + modifier_country_executives_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $executives$ in Elections" + modifier_country_clergy_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $clergy$" + modifier_country_clergy_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $clergy$ in Elections" + modifier_country_service_workers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $service_workers$" + modifier_country_service_workers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $service_workers$ in Elections" modifier_country_engineers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $engineers$" modifier_country_engineers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $engineers$ in Elections" - modifier_country_farmers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $farmers$" - modifier_country_farmers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $farmers$ in Elections" - modifier_country_peasants_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $peasants$" - modifier_country_peasants_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $peasants$ in Elections" + modifier_country_managers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $managersssss$" + modifier_country_managers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $managerssssss$ in Elections" + modifier_country_informal_workers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $informal_workers$" + modifier_country_informal_workers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $informal_workers$ in Elections" modifier_country_laborers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $laborers$" modifier_country_laborers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $laborers$ in Elections" modifier_country_officers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $officers$" modifier_country_officers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $officers$ in Elections" modifier_country_academics_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $academics$" modifier_country_academics_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $academics$ in Elections" - modifier_country_shopkeepers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $shopkeepers$" - modifier_country_shopkeepers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $shopkeepers$ in Elections" modifier_country_slaves_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $slaves$" modifier_country_slaves_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $slaves$ in Elections" modifier_country_soldiers_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $soldiers$" modifier_country_soldiers_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $soldiers$ in Elections" - modifier_country_machinists_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $machinists$" - modifier_country_machinists_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $machinists$ vote in Elections" + modifier_country_technicians_voting_power_add:2 "[concept_political_strength] from the [concept_votes] of $technicians$" + modifier_country_technicians_voting_power_add_desc:2 "An increase or decrease to amount of [concept_political_strength] gained from the [concept_votes] of $technicians$ vote in Elections" voting_power_gain:0 "s' Political Strength from Votes" MODIFIER_COUNTRY_DISCRIMINATED_POLSTR_MULT:0 "Discriminated against" @@ -919,30 +903,28 @@ modifier_building_laborers_mortality_mult:1 "$modifier_state_laborers_mortality_mult$" modifier_building_laborers_mortality_mult_desc:1 "$modifier_state_laborers_mortality_mult_desc$" - modifier_building_machinists_mortality_mult:1 "$modifier_state_machinists_mortality_mult$" - modifier_building_machinists_mortality_mult_desc:1 "$modifier_state_machinists_mortality_mult_desc$" + modifier_building_technicians_mortality_mult:1 "$modifier_state_technicians_mortality_mult$" + modifier_building_technicians_mortality_mult_desc:1 "$modifier_state_technicians_mortality_mult_desc$" modifier_building_engineers_mortality_mult:1 "$modifier_state_engineers_mortality_mult$" modifier_building_engineers_mortality_mult_desc:1 "$modifier_state_engineers_mortality_mult_desc$" - modifier_building_aristocrats_mortality_mult:1 "$modifier_state_aristocrats_mortality_mult$" - modifier_building_aristocrats_mortality_mult_desc:1 "$modifier_state_aristocrats_mortality_mult_desc$" + modifier_building_investors_mortality_mult:1 "$modifier_state_investors_mortality_mult$" + modifier_building_investors_mortality_mult_desc:1 "$modifier_state_investors_mortality_mult_desc$" modifier_building_bureaucrats_mortality_mult:1 "$modifier_state_bureaucrats_mortality_mult$" modifier_building_bureaucrats_mortality_mult_desc:1 "$modifier_state_bureaucrats_mortality_mult_desc$" - modifier_building_capitalists_mortality_mult:1 "$modifier_state_capitalists_mortality_mult$" - modifier_building_capitalists_mortality_mult_desc:1 "$modifier_state_capitalists_mortality_mult_desc$" - modifier_building_clergymen_mortality_mult:1 "$modifier_state_clergymen_mortality_mult$" - modifier_building_clergymen_mortality_mult_desc:1 "$modifier_state_clergymen_mortality_mult_desc$" - modifier_building_clerks_mortality_mult:1 "$modifier_state_clerks_mortality_mult$" - modifier_building_clerks_mortality_mult_desc:1 "$modifier_state_clerks_mortality_mult_desc$" - modifier_building_farmers_mortality_mult:1 "$modifier_state_farmers_mortality_mult$" - modifier_building_farmers_mortality_mult_desc:1 "$modifier_state_farmers_mortality_mult_desc$" - modifier_building_peasants_mortality_mult:1 "$modifier_state_peasants_mortality_mult$" - modifier_building_peasants_mortality_mult_desc:1 "$modifier_state_peasants_mortality_mult_desc$" + modifier_building_executives_mortality_mult:1 "$modifier_state_executives_mortality_mult$" + modifier_building_executives_mortality_mult_desc:1 "$modifier_state_executives_mortality_mult_desc$" + modifier_building_clergy_mortality_mult:1 "$modifier_state_clergy_mortality_mult$" + modifier_building_clergy_mortality_mult_desc:1 "$modifier_state_clergy_mortality_mult_desc$" + modifier_building_service_workers_mortality_mult:1 "$modifier_state_service_workers_mortality_mult$" + modifier_building_service_workers_mortality_mult_desc:1 "$modifier_state_service_workers_mortality_mult_desc$" + modifier_building_managers_mortality_mult:1 "$modifier_state_managers_mortality_mult$" + modifier_building_managers_mortality_mult_desc:1 "$modifier_state_managers_mortality_mult_desc$" + modifier_building_informal_workers_mortality_mult:1 "$modifier_state_informal_workers_mortality_mult$" + modifier_building_informal_workers_mortality_mult_desc:1 "$modifier_state_informal_workers_mortality_mult_desc$" modifier_building_officers_mortality_mult:1 "$modifier_state_officers_mortality_mult$" modifier_building_officers_mortality_mult_desc:1 "$modifier_state_officers_mortality_mult_desc$" modifier_building_academics_mortality_mult:1 "$modifier_state_academics_mortality_mult$" modifier_building_academics_mortality_mult_desc:1 "$modifier_state_academics_mortality_mult_desc$" - modifier_building_shopkeepers_mortality_mult:1 "$modifier_state_shopkeepers_mortality_mult$" - modifier_building_shopkeepers_mortality_mult_desc:1 "$modifier_state_shopkeepers_mortality_mult_desc$" modifier_building_slaves_mortality_mult:1 "$modifier_state_slaves_mortality_mult$" modifier_building_slaves_mortality_mult_desc:1 "$modifier_state_slaves_mortality_mult_desc$" modifier_building_smallholders_mortality_mult:1 "$modifier_state_smallholders_mortality_mult$" @@ -952,30 +934,28 @@ modifier_building_laborers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" modifier_building_laborers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $laborers$" - modifier_building_machinists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" - modifier_building_machinists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $machinists$" + modifier_building_technicians_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $technicians$" + modifier_building_technicians_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $technicians$" modifier_building_engineers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" modifier_building_engineers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $engineers$" - modifier_building_aristocrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" - modifier_building_aristocrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $aristocrats$" + modifier_building_investors_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" + modifier_building_investors_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $investors$" modifier_building_bureaucrats_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" modifier_building_bureaucrats_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $bureaucrats$" - modifier_building_capitalists_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" - modifier_building_capitalists_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $capitalists$" - modifier_building_clergymen_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clergymen_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergymen$" - modifier_building_clerks_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_clerks_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clerks$" - modifier_building_farmers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_farmers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $farmers$" - modifier_building_peasants_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" - modifier_building_peasants_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $peasants$" + modifier_building_executives_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" + modifier_building_executives_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $executives$" + modifier_building_clergy_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergy$" + modifier_building_clergy_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $clergy$" + modifier_building_service_workers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $service_workers$" + modifier_building_service_workers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $service_workers$" + modifier_building_managers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $managers$" + modifier_building_managers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $managersss$" + modifier_building_informal_workers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $informal_workers$" + modifier_building_informal_workers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $informal_workers$" modifier_building_officers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" modifier_building_officers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $officers$" modifier_building_academics_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" modifier_building_academics_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $academics$" - modifier_building_shopkeepers_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" - modifier_building_shopkeepers_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $shopkeepers$" modifier_building_slaves_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" modifier_building_slaves_birthrate_mult_desc:1 "An increase or decrease in the [Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $slaves$" modifier_building_smallholders_birthrate_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_birthrate$')] of $smallholders$" @@ -987,36 +967,36 @@ modifier_building_group_bg_mining_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_mortality_mult$" modifier_building_group_bg_mining_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Mines" modifier_building_group_bg_mining_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_engineers_standard_of_living_add$" - modifier_building_group_bg_mining_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_mortality_mult$" - modifier_building_group_bg_mining_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Mines" - modifier_building_group_bg_mining_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_machinists_standard_of_living_add$" + modifier_building_group_bg_mining_technicians_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Mines" + modifier_building_group_bg_mining_technicians_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_technicians_mortality_mult$" + modifier_building_group_bg_mining_technicians_standard_of_living_add:0 "[concept_sol] of $technicians$ employed in Mines" + modifier_building_group_bg_mining_technicians_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_technicians_standard_of_living_add$" modifier_building_group_bg_mining_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Mines" modifier_building_group_bg_mining_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_mortality_mult$" modifier_building_group_bg_mining_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Mines" modifier_building_group_bg_mining_laborers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_mining_laborers_standard_of_living_add$" modifier_building_group_bg_agriculture_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Agriculture" modifier_building_group_bg_agriculture_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_laborers_mortality_mult$" - modifier_building_group_bg_agriculture_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Agriculture" - modifier_building_group_bg_agriculture_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_farmers_mortality_mult$" + modifier_building_group_bg_agriculture_managers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $managers$ employed in Agriculture" + modifier_building_group_bg_agriculture_managers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_agriculture_managers_mortality_mult$" modifier_building_group_bg_ranching_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Ranching" modifier_building_group_bg_ranching_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_laborers_mortality_mult$" - modifier_building_group_bg_ranching_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed in Ranching" - modifier_building_group_bg_ranching_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_farmers_mortality_mult$" + modifier_building_group_bg_ranching_managers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $managers$ employed in Ranching" + modifier_building_group_bg_ranching_managers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_ranching_managers_mortality_mult$" modifier_building_group_bg_plantations_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed on Plantations" modifier_building_group_bg_plantations_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_laborers_mortality_mult$" modifier_building_group_bg_plantations_smallholders_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $smallholders$ employed on Plantations" modifier_building_group_bg_plantations_smallholders_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_smallholders_mortality_mult$" - modifier_building_group_bg_plantations_farmers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $farmers$ employed on Plantations" - modifier_building_group_bg_plantations_farmers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_farmers_mortality_mult$" + modifier_building_group_bg_plantations_managers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $managers$ employed on Plantations" + modifier_building_group_bg_plantations_managers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_plantations_managers_mortality_mult$" modifier_building_group_bg_manufacturing_engineers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Manufacturing" modifier_building_group_bg_manufacturing_engineers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_mortality_mult$" modifier_building_group_bg_manufacturing_engineers_standard_of_living_add:0 "[concept_sol] of $engineers$ employed in Manufacturing" modifier_building_group_bg_manufacturing_engineers_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_engineers_standard_of_living_add$" - modifier_building_group_bg_manufacturing_machinists_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_mortality_mult$" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add:0 "[concept_sol] of $machinists$ employed in Manufacturing" - modifier_building_group_bg_manufacturing_machinists_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_machinists_standard_of_living_add$" + modifier_building_group_bg_manufacturing_technicians_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_technicians_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_technicians_mortality_mult$" + modifier_building_group_bg_manufacturing_technicians_standard_of_living_add:0 "[concept_sol] of $technicians$ employed in Manufacturing" + modifier_building_group_bg_manufacturing_technicians_standard_of_living_add_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_technicians_standard_of_living_add$" modifier_building_group_bg_manufacturing_laborers_mortality_mult:1 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Manufacturing" modifier_building_group_bg_manufacturing_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_manufacturing_laborers_mortality_mult$" modifier_building_group_bg_manufacturing_laborers_standard_of_living_add:0 "[concept_sol] of $laborers$ employed in Manufacturing" @@ -1025,30 +1005,30 @@ modifier_building_group_bg_construction_laborers_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_construction_laborers_mortality_mult$" modifier_building_group_bg_logging_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Logging" modifier_building_group_bg_logging_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_laborers_mortality_mult$" - modifier_building_group_bg_logging_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Logging" - modifier_building_group_bg_logging_machinists_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_logging_machinists_mortality_mult$" + modifier_building_group_bg_logging_technicians_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Logging" + modifier_building_group_bg_logging_technicians_mortality_mult_desc:1 "An increase or decrease in the $modifier_building_group_bg_logging_technicians_mortality_mult$" modifier_building_group_bg_logging_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Logging" modifier_building_group_bg_logging_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_logging_engineers_mortality_mult$" modifier_building_group_bg_oil_extraction_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Oil Extraction" modifier_building_group_bg_oil_extraction_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_laborers_mortality_mult$" - modifier_building_group_bg_oil_extraction_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Oil Extraction" - modifier_building_group_bg_oil_extraction_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_machinists_mortality_mult$" + modifier_building_group_bg_oil_extraction_technicians_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Oil Extraction" + modifier_building_group_bg_oil_extraction_technicians_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_technicians_mortality_mult$" modifier_building_group_bg_oil_extraction_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Oil Extraction" modifier_building_group_bg_oil_extraction_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_oil_extraction_engineers_mortality_mult$" modifier_building_group_bg_light_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Light Industry" modifier_building_group_bg_light_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_laborers_mortality_mult$" - modifier_building_group_bg_light_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Light Industry" - modifier_building_group_bg_light_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_machinists_mortality_mult$" + modifier_building_group_bg_light_industry_technicians_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Light Industry" + modifier_building_group_bg_light_industry_technicians_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_light_industry_technicians_mortality_mult$" modifier_building_group_bg_heavy_industry_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Heavy Industry" modifier_building_group_bg_heavy_industry_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_laborers_mortality_mult$" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Heavy Industry" - modifier_building_group_bg_heavy_industry_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_machinists_mortality_mult$" + modifier_building_group_bg_heavy_industry_technicians_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Heavy Industry" + modifier_building_group_bg_heavy_industry_technicians_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_technicians_mortality_mult$" modifier_building_group_bg_heavy_industry_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Heavy Industry" modifier_building_group_bg_heavy_industry_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_heavy_industry_engineers_mortality_mult$" modifier_building_group_bg_infrastructure_laborers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $laborers$ employed in Infrastructure" modifier_building_group_bg_infrastructure_laborers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_laborers_mortality_mult$" - modifier_building_group_bg_infrastructure_machinists_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $machinists$ employed in Infrastructure" - modifier_building_group_bg_infrastructure_machinists_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_machinists_mortality_mult$" + modifier_building_group_bg_infrastructure_technicians_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $technicians$ employed in Infrastructure" + modifier_building_group_bg_infrastructure_technicians_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_technicians_mortality_mult$" modifier_building_group_bg_infrastructure_engineers_mortality_mult:0 "[Concept('concept_pop_growth', '$concept_pop_growth_mortality$')] of $engineers$ employed in Infrastructure" modifier_building_group_bg_infrastructure_engineers_mortality_mult_desc:0 "An increase or decrease in the $modifier_building_group_bg_infrastructure_engineers_mortality_mult$" @@ -1483,11 +1463,11 @@ modifier_state_dependent_political_participation_add_desc:0 "The fraction of Dependents that can join Interest Groups and vote." modifier_building_subsistence_output_add:0 "Subsistence Output" - modifier_building_subsistence_output_add_desc:1 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in the [concept_building]." + modifier_building_subsistence_output_add_desc:1 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('informal_workers').GetName] in the [concept_building]." modifier_building_subsistence_output_mult:0 "$modifier_building_subsistence_output_add$" modifier_building_subsistence_output_mult_desc:1 "$modifier_building_subsistence_output_add_desc$" modifier_building_unincorporated_subsistence_output_mult:0 "Subsistence Output in Unincorporated States" - modifier_building_unincorporated_subsistence_output_mult_desc:0 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('peasants').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" + modifier_building_unincorporated_subsistence_output_mult_desc:0 "An increase or decrease to the [concept_subsistence_output] of [GetPopType('informal_workers').GetName] in [Concept('concept_unincorporated_state', '$concept_unincorporated_states$')]" modifier_country_infamy_generation_mult:0 "Infamy Generation" modifier_country_infamy_generation_mult_desc:0 "An increase or decrease in the amount of [concept_infamy] generated by [Concept('concept_diplomatic_incident', '$concept_diplomatic_incidents$')]." @@ -1724,65 +1704,61 @@ modifier_state_academics_investment_pool_contribution_add_desc:0 "How much of their profits $academics$ will invest" modifier_state_academics_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $academics$ will contribute to the [concept_investment_pool]" - modifier_state_aristocrats_investment_pool_contribution_add:0 "$aristocrats$ [concept_investment_pool] contribution" - modifier_state_aristocrats_investment_pool_efficiency_mult:1 "$aristocrats$ [concept_investment_pool] contribution efficiency" - modifier_state_aristocrats_investment_pool_contribution_add_desc:0 "How much of their profits $aristocrats$ will invest" - modifier_state_aristocrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $aristocrats$ will contribute to the [concept_investment_pool]" + modifier_state_investors_investment_pool_contribution_add:0 "$investors$ [concept_investment_pool] contribution" + modifier_state_investors_investment_pool_efficiency_mult:1 "$investors$ [concept_investment_pool] contribution efficiency" + modifier_state_investors_investment_pool_contribution_add_desc:0 "How much of their profits $investors$ will invest" + modifier_state_investors_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $investors$ will contribute to the [concept_investment_pool]" modifier_state_bureaucrats_investment_pool_contribution_add:0 "$bureaucrats$ [concept_investment_pool] contribution" modifier_state_bureaucrats_investment_pool_efficiency_mult:1 "$bureaucrats$ [concept_investment_pool] contribution efficiency" modifier_state_bureaucrats_investment_pool_contribution_add_desc:0 "How much of their profits $bureaucrats$ will invest" modifier_state_bureaucrats_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $bureaucrats$ will contribute to the [concept_investment_pool]" - modifier_state_capitalists_investment_pool_contribution_add:0 "$capitalists$ [concept_investment_pool] contribution" - modifier_state_capitalists_investment_pool_efficiency_mult:1 "$capitalists$ [concept_investment_pool] contribution efficiency" - modifier_state_capitalists_investment_pool_contribution_add_desc:0 "How much of their profits $capitalists$ will invest" - modifier_state_capitalists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $capitalists$ will contribute to the [concept_investment_pool]" + modifier_state_executives_investment_pool_contribution_add:0 "$executives$ [concept_investment_pool] contribution" + modifier_state_executives_investment_pool_efficiency_mult:1 "$executives$ [concept_investment_pool] contribution efficiency" + modifier_state_executives_investment_pool_contribution_add_desc:0 "How much of their profits $executives$ will invest" + modifier_state_executives_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $executives$ will contribute to the [concept_investment_pool]" - modifier_state_clergymen_investment_pool_contribution_add:0 "$clergymen$ [concept_investment_pool] contribution" - modifier_state_clergymen_investment_pool_efficiency_mult:1 "$clergymen$ [concept_investment_pool] contribution efficiency" - modifier_state_clergymen_investment_pool_contribution_add_desc:0 "How much of their profits $clergymen$ will invest" - modifier_state_clergymen_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clergymen$ will contribute to the [concept_investment_pool]" + modifier_state_clergy_investment_pool_contribution_add:0 "$clergy$ [concept_investment_pool] contribution" + modifier_state_clergy_investment_pool_efficiency_mult:1 "$clergy$ [concept_investment_pool] contribution efficiency" + modifier_state_clergy_investment_pool_contribution_add_desc:0 "How much of their profits $clergy$ will invest" + modifier_state_clergy_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clergy$ will contribute to the [concept_investment_pool]" - modifier_state_clerks_investment_pool_contribution_add:0 "$clerks$ [concept_investment_pool] contribution" - modifier_state_clerks_investment_pool_efficiency_mult:1 "$clerks$ [concept_investment_pool] contribution efficiency" - modifier_state_clerks_investment_pool_contribution_add_desc:0 "How much of their profits $clerks$ will invest" - modifier_state_clerks_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $clerks$ will contribute to the [concept_investment_pool]" + modifier_state_service_workers_investment_pool_contribution_add:0 "$service_workers$ [concept_investment_pool] contribution" + modifier_state_service_workers_investment_pool_efficiency_mult:1 "$service_workers$ [concept_investment_pool] contribution efficiency" + modifier_state_service_workers_investment_pool_contribution_add_desc:0 "How much of their profits $service_workers$ will invest" + modifier_state_service_workers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $service_workers$ will contribute to the [concept_investment_pool]" modifier_state_engineers_investment_pool_contribution_add:0 "$engineers$ [concept_investment_pool] contribution" modifier_state_engineers_investment_pool_efficiency_mult:1 "$engineers$ [concept_investment_pool] contribution efficiency" modifier_state_engineers_investment_pool_contribution_add_desc:0 "How much of their profits $engineers$ will invest" modifier_state_engineers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $engineers$ will contribute to the [concept_investment_pool]" - modifier_state_farmers_investment_pool_contribution_add:0 "$farmers$ [concept_investment_pool] contribution" - modifier_state_farmers_investment_pool_efficiency_mult:1 "$farmers$ [concept_investment_pool] contribution efficiency" - modifier_state_farmers_investment_pool_contribution_add_desc:0 "How much of their profits $farmers$ will invest" - modifier_state_farmers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $farmers$ will contribute to the [concept_investment_pool]" + modifier_state_managers_investment_pool_contribution_add:0 "$managers$ [concept_investment_pool] contribution" + modifier_state_managers_investment_pool_efficiency_mult:1 "$managers$ [concept_investment_pool] contribution efficiency" + modifier_state_managers_investment_pool_contribution_add_desc:0 "How much of their profits $managers$ will invest" + modifier_state_managers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $managers$ will contribute to the [concept_investment_pool]" - modifier_state_peasants_investment_pool_contribution_add:0 "$peasants$ [concept_investment_pool] contribution" - modifier_state_peasants_investment_pool_efficiency_mult:1 "$peasants$ [concept_investment_pool] contribution efficiency" - modifier_state_peasants_investment_pool_contribution_add_desc:0 "How much of their profits $peasants$ will invest" - modifier_state_peasants_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $peasants$ will contribute to the [concept_investment_pool]" + modifier_state_informal_workers_investment_pool_contribution_add:0 "$informal_workers$ [concept_investment_pool] contribution" + modifier_state_informal_workers_investment_pool_efficiency_mult:1 "$informal_workers$ [concept_investment_pool] contribution efficiency" + modifier_state_informal_workers_investment_pool_contribution_add_desc:0 "How much of their profits $informal_workers$ will invest" + modifier_state_informal_workers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $informal_workers$ will contribute to the [concept_investment_pool]" modifier_state_laborers_investment_pool_contribution_add:0 "$laborers$ [concept_investment_pool] contribution" modifier_state_laborers_investment_pool_efficiency_mult:1 "$laborers$ [concept_investment_pool] contribution efficiency" modifier_state_laborers_investment_pool_contribution_add_desc:0 "How much of their profits $laborers$ will invest" modifier_state_laborers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $laborers$ will contribute to the [concept_investment_pool]" - modifier_state_machinists_investment_pool_contribution_add:0 "$machinists$ [concept_investment_pool] contribution" - modifier_state_machinists_investment_pool_efficiency_mult:1 "$machinists$ [concept_investment_pool] contribution efficiency" - modifier_state_machinists_investment_pool_contribution_add_desc:0 "How much of their profits $machinists$ will invest" - modifier_state_machinists_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $machinists$ will contribute to the [concept_investment_pool]" + modifier_state_technicians_investment_pool_contribution_add:0 "$technicians$ [concept_investment_pool] contribution" + modifier_state_technicians_investment_pool_efficiency_mult:1 "$technicians$ [concept_investment_pool] contribution efficiency" + modifier_state_technicians_investment_pool_contribution_add_desc:0 "How much of their profits $technicians$ will invest" + modifier_state_technicians_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $technicians$ will contribute to the [concept_investment_pool]" modifier_state_officers_investment_pool_contribution_add:0 "$officers$ [concept_investment_pool] contribution" modifier_state_officers_investment_pool_efficiency_mult:1 "$officers$ [concept_investment_pool] contribution efficiency" modifier_state_officers_investment_pool_contribution_add_desc:0 "How much of their profits $officers$ will invest" modifier_state_officers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $officers$ will contribute to the [concept_investment_pool]" - modifier_state_shopkeepers_investment_pool_contribution_add:0 "$shopkeepers$ [concept_investment_pool] contribution" - modifier_state_shopkeepers_investment_pool_efficiency_mult:1 "$shopkeepers$ [concept_investment_pool] contribution efficiency" - modifier_state_shopkeepers_investment_pool_contribution_add_desc:0 "How much of their profits $shopkeepers$ will invest" - modifier_state_shopkeepers_investment_pool_efficiency_mult_desc:1 "An increase or decrease to how much the invested profits from $shopkeepers$ will contribute to the [concept_investment_pool]" modifier_state_slaves_investment_pool_contribution_add:0 "$slaves$ [concept_investment_pool] contribution" modifier_state_slaves_investment_pool_efficiency_mult:1 "$slaves$ [concept_investment_pool] contribution efficiency" diff --git a/localization/english/parties_l_english.yml b/localization/english/parties_l_english.yml index e24116497..a3d130ee5 100644 --- a/localization/english/parties_l_english.yml +++ b/localization/english/parties_l_english.yml @@ -225,7 +225,7 @@ party_landbund: "Landbund" party_national_peasant_accord: "National Peasant Accord" party_agrarian_national_union: "Agrarian National Union" - party_peasants_party: "Peasants' Party" + party_informal_workers_party: "informal_workers' Party" party_national_farmer_party: "National Farmer Party" party_patrons_of_industry: "Patrons of Industry" party_national_grange: "National Grange" @@ -299,7 +299,7 @@ from_anarchy: "Anarchist Leader Ideology" powerful_anarachists: "Is Powerful" from_no_communists: "Sole leftist Interest Group" - from_peasants: "Is Powerful" + from_informal_workers: "Is Powerful" from_powerful_farmers: "Powerful Farmers" from_scandinavian: "Scandinavian Primary Culture" from_no_devout_in_party: "Lack of Clerical Backing" diff --git a/localization/english/pop_types_l_english.yml b/localization/english/pop_types_l_english.yml index b10ab8a65..232de85f4 100644 --- a/localization/english/pop_types_l_english.yml +++ b/localization/english/pop_types_l_english.yml @@ -11,26 +11,26 @@ executives_only_icon: "@executives!" executives_no_icon: "executives" executives_desc: "Captains of industry, new money for a new era. As owners of mines and manufactories, they contribute some of their profits to the [concept_investment_pool]. Their political interests are represented as the Industrialists." - clergymen: "@clergymen! $clergymen_no_icon$" - clergymen_only_icon: "@clergymen!" - clergymen_no_icon: "Clergymen" - clergymen_desc: "Priests, scholars and other religious leaders tending to the spiritual needs of the rural population. Politically, they are the backbone of the Devout." - clerks: "@clerks! $clerks_no_icon$" - clerks_only_icon: "@clerks!" - clerks_no_icon: "Clerks" - clerks_desc: "Lower-ranking office workers performing administrative tasks in government, infrastructure and shops. Commonly part of the Petite Bourgeoisie, although some join Trade Unions." + clergy: "@clergy! $clergy_no_icon$" + clergy_only_icon: "@clergy!" + clergy_no_icon: "clergy" + clergy_desc: "Priests, scholars and other religious leaders tending to the spiritual needs of the rural population. Politically, they are the backbone of the Devout." + service_workers: "@service_workers! $service_workers_no_icon$" + service_workers_only_icon: "@service_workers!" + service_workers_no_icon: "service_workers" + service_workers_desc: "Lower-ranking office workers performing administrative tasks in government, infrastructure and shops. Commonly part of the Petite Bourgeoisie, although some join Trade Unions." engineers: "@engineers! $engineers_no_icon$" engineers_only_icon: "@engineers!" engineers_no_icon: "Engineers" engineers_desc: "Inventors and designers of technical solutions, working with advanced machinery in sectors like manufacturing, mining and construction. Some support the Industrialists, while others join Trade Unions." - farmers: "@farmers! $farmers_no_icon$" - farmers_only_icon: "@farmers!" - farmers_no_icon: "Farmers" - farmers_desc: "Sharecroppers, smallholders and others who make a stable but scant living producing food or growing cash crops. Most see their interests represented as the Rural Folk." - peasants: "@peasants! $peasants_no_icon$" - peasants_only_icon: "@peasants!" - peasants_no_icon: "Peasants" - peasants_desc: "Subsistence farmers found only in [Concept('concept_subsistence_building', '$concept_subsistence_buildings$')], where they produce agricultural and simple manufactured products they use mostly for their own needs. They rely on [concept_subsistence_output] for survival and play only a limited role in the [concept_market] economy. They tend to be [Concept('concept_politically_inactive_involved', '$concept_politically_inactive$')]." + managers: "@managers! $managers_no_icon$" + managers_only_icon: "@managers!" + managers_no_icon: "managers" + managers_desc: "Sharecroppers, smallholders and others who make a stable but scant living producing food or growing cash crops. Most see their interests represented as the Rural Folk." + informal_workers: "@informal_workers! $informal_workers_no_icon$" + informal_workers_only_icon: "@informal_workers!" + informal_workers_no_icon: "informal_workers" + informal_workers_desc: "Subsistence managers found only in [Concept('concept_subsistence_building', '$concept_subsistence_buildings$')], where they produce agricultural and simple manufactured products they use mostly for their own needs. They rely on [concept_subsistence_output] for survival and play only a limited role in the [concept_market] economy. They tend to be [Concept('concept_politically_inactive_involved', '$concept_politically_inactive$')]." laborers: "@laborers! $laborers_no_icon$" laborers_only_icon: "@laborers!" laborers_no_icon: "Laborers" @@ -43,10 +43,6 @@ academics_only_icon: "@academics!" academics_no_icon: "Academics" academics_desc: "Researchers, doctors, lawyers and other educated professionals studying and teaching in academic institutions. Politically, they are at the forefront of the Intelligentsia." - shopkeepers: "@shopkeepers! $shopkeepers_no_icon$" - shopkeepers_only_icon: "@shopkeepers!" - shopkeepers_no_icon: "Service Workers" - shopkeepers_desc: "Owners and managers of stores, selling wares to customers in cities. They usually fall within the Petite Bourgeoisie politically." slaves: "@slaves! $slaves_no_icon$" slaves_only_icon: "@slaves!" slaves_no_icon: "Slaves" @@ -55,23 +51,17 @@ soldiers_only_icon: "@soldiers!" soldiers_no_icon: "Soldiers" soldiers_desc: "Soldiers and sailors making up the bulk of the nation's military personnel. They commonly align politically with their role as part of the Armed Forces." - machinists: "@machinists! $machinists_no_icon$" - machinists_only_icon: "@machinists!" - machinists_no_icon: "Machinists" - machinists_desc: "Manual workers with stable employment operating machinery in manufactories, mines, mechanized farms and other sectors. Politically, they tend to be a driving force in the Trade Unions." - criminals: "@criminals! $criminals_no_icon$" - criminals_only_icon: "@criminals!" - criminals_no_icon: "Criminals" - criminals_desc: "Unemployed pops, homeless, who are in grey market and do illict activities" + technicians: "@technicians! $technicians_no_icon$" + technicians_only_icon: "@technicians!" + technicians_no_icon: "technicians" + technicians_desc: "Manual workers with stable employment operating machinery in manufactories, mines, mechanized farms and other sectors. Politically, they tend to be a driving force in the Trade Unions." - ACADEMICS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $academics$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $clerks$#! and #v $investors$#! have a particularly easy time becoming #v $academics$#!." + ACADEMICS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $academics$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $service_workers$#! and #v $investors$#! have a particularly easy time becoming #v $academics$#!." investors_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $investors$#!. Potential increases with greater [concept_wealth] and to a lesser degree [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $officers$#! and #v $administrators$#! have a particularly easy time becoming #v $investors$#!." - administrators_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $administrators$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time, while it goes faster for those of both [concept_accepted_culture] and [concept_accepted_religion]. #v $clerks$#! and #v $clergymen$#! have a particularly easy time becoming #v $administrators$#!." - executives_QUALIFICATIONS_DESC: "Only pops with adequate [concept_wealth] can become #v $executives$#!. Potential increases with greater [concept_wealth] and [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time. #v $shopkeepers$#! and #v $engineers$#! have a particularly easy time becoming #v $executives$#!." - CLERGYMEN_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $clergymen$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_religion] faces [concept_discrimination] take a much longer time, while it goes faster for those of [concept_accepted_religion]. #v $academics$#! and #v $investors$#! have a particularly easy time becoming #v $clergymen$#!." - CLERKS_QUALIFICATIONS_DESC: "Any pop can become #v $clerks$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $clerks$#!." - ENGINEERS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $engineers$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. #v $machinists$#! and #v $clerks$#! have a particularly easy time becoming #v $engineers$#!." - FARMERS_QUALIFICATIONS_DESC: "Any pop can become #v $farmers$#!. Potential increases with greater [concept_wealth]. #v $peasants$#! and #v $laborers$#! have a particularly easy time becoming #v $farmers$#!." - MACHINISTS_QUALIFICATIONS_DESC: "Pops with minimal [concept_literacy] can become #v $machinists$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $machinists$#!." + administrators_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $administrators$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_culture] faces [concept_discrimination] take a much longer time, while it goes faster for those of both [concept_accepted_culture] and [concept_accepted_religion]. #v $service_workers$#! and #v $clergy$#! have a particularly easy time becoming #v $administrators$#!." + clergy_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $clergy$#!. Potential increases with greater [concept_literacy]. Pops whose [concept_religion] faces [concept_discrimination] take a much longer time, while it goes faster for those of [concept_accepted_religion]. #v $academics$#! and #v $investors$#! have a particularly easy time becoming #v $clergy$#!." + service_workers_QUALIFICATIONS_DESC: "Any pop can become #v $service_workers$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $service_workers$#!." + ENGINEERS_QUALIFICATIONS_DESC: "Only pops with adequate [concept_literacy] can become #v $engineers$#!. Potential increases with greater [concept_literacy] and [concept_wealth]. #v $technicians$#! and #v $service_workers$#! have a particularly easy time becoming #v $engineers$#!." + managers_QUALIFICATIONS_DESC: "Any pop can become #v $managers$#!. Potential increases with greater [concept_wealth]. #v $informal_workers$#! and #v $laborers$#! have a particularly easy time becoming #v $managers$#!." + technicians_QUALIFICATIONS_DESC: "Pops with minimal [concept_literacy] can become #v $technicians$#!. Potential increases with greater [concept_literacy]. #v $laborers$#! have a particularly easy time becoming #v $technicians$#!." OFFICERS_QUALIFICATIONS_DESC: "Only #v $soldiers$#! or pops of [concept_accepted_culture] can become #v $officers$#!. Potential increases with greater [concept_literacy]. #v $investors$#! have a particularly easy time becoming #v $officers$#!." - SHOPKEEPERS_QUALIFICATIONS_DESC: "Only pops with some [concept_wealth] can become #v $shopkeepers$#!. Potential increases with greater [concept_wealth]. #v $clerks$#! and #v $farmers$#! have a particularly easy time becoming #v $shopkeepers$#!." diff --git a/localization/english/production_methods_l_english.yml b/localization/english/production_methods_l_english.yml index dc915a24b..cfd1f6276 100644 --- a/localization/english/production_methods_l_english.yml +++ b/localization/english/production_methods_l_english.yml @@ -598,7 +598,7 @@ pm_serfdom_building_subsistence_fishing_villages:0 "$pm_serfdom$" pm_serfdom_building_subsistence_rice_paddies:0 "$pm_serfdom$" pm_serfdom_pastures:1 "$pm_serfdom$" - pm_serfdom_no:0 "Free Peasants" + pm_serfdom_no:0 "Free informal_workers" pm_slavery:0 "Slavery" pm_default:0 "Basic Production" From 04746d586b99174b95330cff78b8270c10227b65 Mon Sep 17 00:00:00 2001 From: DZappala Date: Fri, 12 May 2023 21:07:30 -0400 Subject: [PATCH 052/439] chore: moved old pops to ~/temp pending deletion --- common/pop_types/old/academics.txt | 95 ----------------------- common/pop_types/old/aristocrats.txt | 86 --------------------- common/pop_types/old/bureaucrats.txt | 111 --------------------------- common/pop_types/old/capitalists.txt | 98 ----------------------- common/pop_types/old/clergymen.txt | 90 ---------------------- common/pop_types/old/clerks.txt | 60 --------------- common/pop_types/old/criminals.txt | 55 ------------- common/pop_types/old/engineers.txt | 81 ------------------- common/pop_types/old/farmers.txt | 66 ---------------- common/pop_types/old/laborers.txt | 68 ---------------- common/pop_types/old/machinists.txt | 87 --------------------- common/pop_types/old/officers.txt | 83 -------------------- common/pop_types/old/peasants.txt | 58 -------------- common/pop_types/old/shopkeepers.txt | 73 ------------------ common/pop_types/old/soldiers.txt | 53 ------------- 15 files changed, 1164 deletions(-) delete mode 100644 common/pop_types/old/academics.txt delete mode 100644 common/pop_types/old/aristocrats.txt delete mode 100644 common/pop_types/old/bureaucrats.txt delete mode 100644 common/pop_types/old/capitalists.txt delete mode 100644 common/pop_types/old/clergymen.txt delete mode 100644 common/pop_types/old/clerks.txt delete mode 100644 common/pop_types/old/criminals.txt delete mode 100644 common/pop_types/old/engineers.txt delete mode 100644 common/pop_types/old/farmers.txt delete mode 100644 common/pop_types/old/laborers.txt delete mode 100644 common/pop_types/old/machinists.txt delete mode 100644 common/pop_types/old/officers.txt delete mode 100644 common/pop_types/old/peasants.txt delete mode 100644 common/pop_types/old/shopkeepers.txt delete mode 100644 common/pop_types/old/soldiers.txt diff --git a/common/pop_types/old/academics.txt b/common/pop_types/old/academics.txt deleted file mode 100644 index 37035935f..000000000 --- a/common/pop_types/old/academics.txt +++ /dev/null @@ -1,95 +0,0 @@ -# academics = { -# texture = "gfx/interface/icons/pops_icons/academics.dds" -# color = { -# 0.94 -# 0.51 -# 0.37 -# } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 4 -# literacy_target = 0.8 -# education_access = 0.5 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 70% - 100% politically engaged -# political_engagement_base = 0.7 -# political_engagement_literacy_factor = 0.3 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "ACADEMICS_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# literacy_rate > 0.2 -# } -# # baseline: ( literacy - 0.2 ) * 10 + ( wealth / 10 ), norm 5 -# add = { -# value = literacy_rate -# subtract = 0.2 -# multiply = 20 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# add = { -# value = wealth -# divide = 10 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = clerks -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = investors -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# culture_accepted = no -# } -# multiply = { -# value = 0.1 -# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" -# value = -1 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file diff --git a/common/pop_types/old/aristocrats.txt b/common/pop_types/old/aristocrats.txt deleted file mode 100644 index c1690b26c..000000000 --- a/common/pop_types/old/aristocrats.txt +++ /dev/null @@ -1,86 +0,0 @@ -# investors = { -# texture = "gfx/interface/icons/pops_icons/investors.dds" -# color = hsv{ 0.60 0.58 0.46 } -# strata = rich -# start_quality_of_life = 20 -# working_adult_ratio = 0.2 -# wage_weight = 6 -# literacy_target = 0.60 -# dependent_wage = 0.0 # per year -# unemployment = yes -# # 70% - 100% politically engaged -# political_engagement_base = 0.7 -# political_engagement_literacy_factor = 0.3 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "investors_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# wealth > 10 -# } -# # baseline: ( wealth - 10 ) / 10 + literacy, norm 1.5 for Wealth 20 and Literacy 50% -# add = { -# value = wealth -# subtract = 10 -# divide = 5 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# add = { -# value = literacy_rate -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = admnistrators -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = officers -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# culture_accepted = no -# } -# multiply = { -# value = 0.1 -# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" -# value = -2 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/bureaucrats.txt b/common/pop_types/old/bureaucrats.txt deleted file mode 100644 index bc53d8549..000000000 --- a/common/pop_types/old/bureaucrats.txt +++ /dev/null @@ -1,111 +0,0 @@ -# bureaucrats = { -# texture = "gfx/interface/icons/pops_icons/bureaucrats.dds" -# color = { -# 0.25 -# 0.4 -# 0.5 -# } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 4 -# literacy_target = 0.4 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 50% - 100% politically engaged -# political_engagement_base = 0.5 -# political_engagement_literacy_factor = 0.5 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "POP_WORKPLACE" -# if = { -# limit = { -# pop_employment_building_group = bg_trade -# } -# value = 0.5 -# } -# else = { -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "BUREAUCRATS_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# literacy_rate > 0.2 -# } -# # baseline: ( literacy - 0.2 ) * 10 * ( 2 if accepted culture and religion), norm 6 for Literacy 50% and Accepted C/R -# add = { -# value = literacy_rate -# subtract = 0.2 -# multiply = 20 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# culture_accepted = yes -# religion_accepted = yes -# } -# multiply = { -# value = 2 -# desc = "POTENTIALS_CULTURAL_RELIGIOUS_ACCEPTANCE" -# } -# } -# if = { -# limit = { -# is_pop_type = clerks -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = clergy -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# culture_accepted = no -# } -# multiply = { -# value = 0.1 -# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" -# value = -1 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file diff --git a/common/pop_types/old/capitalists.txt b/common/pop_types/old/capitalists.txt deleted file mode 100644 index 53aa4d666..000000000 --- a/common/pop_types/old/capitalists.txt +++ /dev/null @@ -1,98 +0,0 @@ -# executives = { -# texture = "gfx/interface/icons/pops_icons/executives.dds" -# color = hsv{ 0.52 0.32 0.49 } -# strata = rich -# start_quality_of_life = 20 -# wage_weight = 6 -# literacy_target = 0.70 -# dependent_wage = 0.0 # per year -# unemployment = yes -# # 70% - 100% politically engaged -# political_engagement_base = 0.7 -# political_engagement_literacy_factor = 0.3 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "POP_WORKPLACE" -# if = { -# limit = { -# pop_employment_building_group = bg_trade -# } -# value = 0.75 -# } -# else = { -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "executives_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# wealth > 10 -# } -# # baseline: ( wealth - 10 ) / 10 + ( literacy * 2 ), norm 2 for Wealth 20 and Literacy 50% -# add = { -# value = wealth -# subtract = 10 -# divide = 5 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# add = { -# value = literacy_rate -# multiply = 2 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = shopkeepers -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = engineers -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# culture_accepted = no -# } -# multiply = { -# value = 0.1 -# desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_WEALTH_DECAY" -# value = -2 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/clergymen.txt b/common/pop_types/old/clergymen.txt deleted file mode 100644 index 4157c3ebb..000000000 --- a/common/pop_types/old/clergymen.txt +++ /dev/null @@ -1,90 +0,0 @@ -# clergymen = { -# texture = "gfx/interface/icons/pops_icons/clergymen.dds" -# color = { -# 0.13 -# 0.52 -# 0.91 -# } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 3 -# literacy_target = 0.8 -# education_access = 0.5 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 50% - 100% politically engaged -# political_engagement_base = 0.5 -# political_engagement_literacy_factor = 0.5 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "CLERGYMEN_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# literacy_rate > 0.2 -# } -# # baseline: ( literacy - 0.2 ) * 20, norm 6 for Literacy 50% and Accepted Religion -# add = { -# value = literacy_rate -# subtract = 0.2 -# multiply = 20 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = academics -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = investors -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# religion_accepted = no -# } -# multiply = { -# value = 0.05 -# desc = "POTENTIALS_RELIGIOUS_DISCRIMINATION" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" -# value = -1 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file diff --git a/common/pop_types/old/clerks.txt b/common/pop_types/old/clerks.txt deleted file mode 100644 index 1d9ad9c5e..000000000 --- a/common/pop_types/old/clerks.txt +++ /dev/null @@ -1,60 +0,0 @@ -# clerks = { -# texture = "gfx/interface/icons/pops_icons/clerks.dds" -# strata = poor -# start_quality_of_life = 7 -# color = hsv{ 0.28 0.40 0.75 } -# wage_weight = 1.5 -# literacy_target = 0.20 -# dependent_wage = 0.5 # per year -# unemployment = yes - -# # 20% - 80% politically engaged -# political_engagement_base = 0.20 -# political_engagement_literacy_factor = 0.6 - -# political_engagement_mult = { -# value = 1 - -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1.0 - -# if = { -# limit = { -# owner = { -# has_technology_researched = counterculture -# } -# } -# value = 1.5 -# } -# } -# } - -# qualifications_growth_desc = "CLERKS_QUALIFICATIONS_DESC" -# qualifications = { -# # baseline: literacy * 20, norm 10 for Laborers with Literacy 25% -# add = { -# value = literacy_rate -# multiply = 20 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = laborers -# } -# multiply = { -# value = 2 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# } - -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/criminals.txt b/common/pop_types/old/criminals.txt deleted file mode 100644 index 6a28d9567..000000000 --- a/common/pop_types/old/criminals.txt +++ /dev/null @@ -1,55 +0,0 @@ -# criminals = { -# texture = "gfx/interface/icons/pops_icons/peasants.dds" -# color = hsv{ 0.58 0.338 0.812 } -# strata = poor -# subsistence_income = yes -# can_always_hire = yes -# ignores_employment_proportionality = yes -# start_quality_of_life = 5 -# wage_weight = 0.2 -# consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption -# dependent_wage = 0.25 # per year -# unemployment = no - -# # 0% - 50% politically engaged -# political_engagement_base = 0.0 -# political_engagement_literacy_factor = 0.5 - -# political_engagement_mult = { -# value = 1 - -# add = { -# desc = "POP_STARVATION" - -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } - -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1.0 - -# if = { -# limit = { -# owner = { -# NOT = { has_technology_researched = counterculture } -# } -# } -# value = 1.5 -# } -# } -# } - -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/engineers.txt b/common/pop_types/old/engineers.txt deleted file mode 100644 index d20622470..000000000 --- a/common/pop_types/old/engineers.txt +++ /dev/null @@ -1,81 +0,0 @@ -# engineers = { -# texture = "gfx/interface/icons/pops_icons/engineers.dds" -# color = hsv{ 0.07 0.57 0.77 } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 3 -# literacy_target = 0.80 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 50% - 100% politically engaged -# political_engagement_base = 0.5 -# political_engagement_literacy_factor = 1.0 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1.0 -# } -# } -# qualifications_growth_desc = "ENGINEERS_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# literacy_rate > 0.2 -# } -# # baseline: ( literacy - 0.2 ) * 5 + ( wealth / 20 ), norm 2.5 for Wealth 20 and Literacy 50% -# add = { -# value = literacy_rate -# subtract = 0.2 -# multiply = 10 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# add = { -# value = wealth -# divide = 20 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = machinists -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = clerks -# } -# multiply = { -# value = 4 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# } -# else = { -# value = { -# desc = "QUALIFICATIONS_INSUFFICIENT_LITERACY_DECAY" -# value = -2 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/farmers.txt b/common/pop_types/old/farmers.txt deleted file mode 100644 index 61bbe97c1..000000000 --- a/common/pop_types/old/farmers.txt +++ /dev/null @@ -1,66 +0,0 @@ -# farmers = { -# texture = "gfx/interface/icons/pops_icons/farmers.dds" -# color = hsv{ 0.54 0.58 0.82 } -# strata = poor -# start_quality_of_life = 7 -# wage_weight = 1.5 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 40% - 80% politically engaged -# political_engagement_base = 0.40 -# political_engagement_literacy_factor = 0.40 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1.0 -# if = { -# limit = { -# owner = { -# has_technology_researched = counterculture -# } -# } -# value = 1.5 -# } -# } -# } -# qualifications_growth_desc = "FARMERS_QUALIFICATIONS_DESC" -# qualifications = { -# # baseline: wealth (max 30) / 2, norm 10 for Peasants with Wealth 10 -# add = { -# value = wealth -# max = 30 -# divide = 2 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# if = { -# limit = { -# OR = { -# is_pop_type = peasants -# is_pop_type = laborers -# } -# } -# multiply = { -# value = 2 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/laborers.txt b/common/pop_types/old/laborers.txt deleted file mode 100644 index 39e9b92e3..000000000 --- a/common/pop_types/old/laborers.txt +++ /dev/null @@ -1,68 +0,0 @@ -# laborers = { -# texture = "gfx/interface/icons/pops_icons/laborers.dds" -# color = { -# 0.02 -# 0.38 -# 0.37 -# } -# strata = poor -# unemployment = yes -# unemployment_wealth = 5 -# can_always_hire = yes -# start_quality_of_life = 5 -# wage_weight = 1 -# dependent_wage = 0.5 # per year -# # 0% - 70% politically engaged -# political_engagement_base = 0 -# political_engagement_literacy_factor = 0.7 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "NO_LABOR_MOVEMENT" -# value = 1 -# if = { -# limit = { -# owner = { -# NOT = { -# has_technology_researched = pre_war_ideological_thought -# } -# } -# } -# value = 0.5 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1 -# if = { -# limit = { -# owner = { -# has_technology_researched = counterculture -# } -# } -# value = 1.5 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } diff --git a/common/pop_types/old/machinists.txt b/common/pop_types/old/machinists.txt deleted file mode 100644 index 5a9208ba0..000000000 --- a/common/pop_types/old/machinists.txt +++ /dev/null @@ -1,87 +0,0 @@ -# machinists = { -# texture = "gfx/interface/icons/pops_icons/machinists.dds" -# color = { -# 0.92 -# 0.4 -# 0.78 -# } -# strata = poor -# start_quality_of_life = 7 -# wage_weight = 1.5 -# literacy_target = 0.1 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 20% - 80% politically engaged -# political_engagement_base = 0.2 -# political_engagement_literacy_factor = 0.6 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "NO_LABOR_MOVEMENT" -# value = 1 -# if = { -# limit = { -# owner = { -# NOT = { -# has_technology_researched = pre_war_ideological_thought -# } -# } -# } -# value = 0.5 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1 -# if = { -# limit = { -# owner = { -# has_technology_researched = counterculture -# } -# } -# value = 1.5 -# } -# } -# } -# qualifications_growth_desc = "MACHINISTS_QUALIFICATIONS_DESC" -# qualifications = { -# # baseline: ( literacy - 0.1 ) * 20, norm 8 for Laborers with Literacy 30% -# add = { -# value = literacy_rate -# subtract = 0.1 -# min = 0 -# multiply = 20 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = laborers -# } -# multiply = { -# value = 2 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file diff --git a/common/pop_types/old/officers.txt b/common/pop_types/old/officers.txt deleted file mode 100644 index 7fa264fbb..000000000 --- a/common/pop_types/old/officers.txt +++ /dev/null @@ -1,83 +0,0 @@ -# officers = { -# texture = "gfx/interface/icons/pops_icons/officers.dds" -# color = { -# 92 -# 79 -# 45 -# } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 5 -# literacy_target = 0.5 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 70% - 100% politically engaged -# political_engagement_base = 0.7 -# political_engagement_literacy_factor = 0.3 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "OFFICERS_QUALIFICATIONS_DESC" -# qualifications = { -# if = { -# limit = { -# OR = { -# culture_accepted = yes -# is_pop_type = soldiers -# } -# } -# # baseline: ( literacy - 0.2 ) * 10, norm 2 for Soldiers with Literacy 30% -# add = { -# value = literacy_rate -# subtract = 0.2 -# min = 0 -# multiply = 10 -# desc = "QUALIFICATIONS_LITERACY_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = investors -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# owner = { -# has_law = law_type:law_irregular_army -# } -# NOT = { -# is_pop_type = investors -# } -# } -# multiply = { -# value = 0.1 -# desc = "QUALIFICATIONS_OFFICERS_PEASANT_LEVIES" -# } -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file diff --git a/common/pop_types/old/peasants.txt b/common/pop_types/old/peasants.txt deleted file mode 100644 index cdfad8a7f..000000000 --- a/common/pop_types/old/peasants.txt +++ /dev/null @@ -1,58 +0,0 @@ -# peasants = { -# texture = "gfx/interface/icons/pops_icons/peasants.dds" -# color = { -# 0.58 -# 0.338 -# 0.812 -# } -# strata = poor -# subsistence_income = yes -# can_always_hire = yes -# ignores_employment_proportionality = yes -# start_quality_of_life = 5 -# wage_weight = 0.2 -# consumption_mult = 0.1 # The portion of Peasant buy packages that are added as state region consumption -# dependent_wage = 0.25 # per year -# unemployment = no -# # 0% - 50% politically engaged -# political_engagement_base = 0 -# political_engagement_literacy_factor = 0.5 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1 -# if = { -# limit = { -# owner = { -# NOT = { -# has_technology_researched = counterculture -# } -# } -# } -# value = 1.5 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } diff --git a/common/pop_types/old/shopkeepers.txt b/common/pop_types/old/shopkeepers.txt deleted file mode 100644 index 38e02a7ec..000000000 --- a/common/pop_types/old/shopkeepers.txt +++ /dev/null @@ -1,73 +0,0 @@ -# shopkeepers = { -# texture = "gfx/interface/icons/pops_icons/shopkeepers.dds" -# color = hsv{ 0.41 0.45 0.88 } -# strata = middle -# start_quality_of_life = 10 -# wage_weight = 2 -# literacy_target = 0.20 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 30% - 90% politically engaged -# political_engagement_base = 0.3 -# political_engagement_literacy_factor = 0.6 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "POP_WORKPLACE" -# if = { -# limit = { -# pop_employment_building_group = bg_trade -# } -# value = 0.25 -# } -# else = { -# value = 1 -# } -# } -# } -# qualifications_growth_desc = "SHOPKEEPERS_QUALIFICATIONS_DESC" -# qualifications = { -# # baseline: ( wealth - 5 ) / 2, norm 10 for Clerks with Wealth 15 -# add = { -# value = wealth -# subtract = 5 -# min = 0 -# desc = "QUALIFICATIONS_WEALTH_FACTOR" -# } -# if = { -# limit = { -# is_pop_type = clerks -# } -# multiply = { -# value = 5 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# if = { -# limit = { -# is_pop_type = farmers -# } -# multiply = { -# value = 4 -# desc = "QUALIFICATIONS_FAVORED_TYPE" -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = define:NPortrait|GRACEFUL_AGING_END -# } -# } -# portrait_pose = { value = 0 } -# portrait_is_female = { always = yes } -# } \ No newline at end of file diff --git a/common/pop_types/old/soldiers.txt b/common/pop_types/old/soldiers.txt deleted file mode 100644 index 68d647e2c..000000000 --- a/common/pop_types/old/soldiers.txt +++ /dev/null @@ -1,53 +0,0 @@ -# soldiers = { -# texture = "gfx/interface/icons/pops_icons/soldiers.dds" -# color = { -# 0.8 -# 0.2 -# 0.56 -# } -# strata = poor -# start_quality_of_life = 7 -# can_always_hire = yes -# wage_weight = 1.5 -# dependent_wage = 0.5 # per year -# unemployment = yes -# # 20% - 80% politically engaged -# political_engagement_base = 0.2 -# political_engagement_literacy_factor = 0.6 -# political_engagement_mult = { -# value = 1 -# add = { -# desc = "POP_STARVATION" -# if = { -# limit = { -# standard_of_living < 5 -# } -# value = 1 -# } -# } -# multiply = { -# desc = "HAS_POLITICAL_AGITATION" -# value = 1 -# if = { -# limit = { -# owner = { -# has_technology_researched = counterculture -# } -# } -# value = 1.5 -# } -# } -# } -# portrait_age = { -# integer_range = { -# min = define:NPortrait|GRACEFUL_AGING_START -# max = 40 -# } -# } -# portrait_pose = { -# value = 0 -# } -# portrait_is_female = { -# always = yes -# } -# } \ No newline at end of file From abc9711d1d900165b36eecf1e7c0843dbc14e0fd Mon Sep 17 00:00:00 2001 From: Dominic Zappala Date: Sun, 14 May 2023 12:21:35 -0400 Subject: [PATCH 053/439] chore: add placeholder pops icons --- gfx/interface/icons/pops_icons/academics.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/academics_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/administrators.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/administrators_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/clergy.dds | Bin 0 -> 349652 bytes gfx/interface/icons/pops_icons/clergy_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/creatives.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/creatives_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/engineers.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/engineers_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/executives.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/executives_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/informal_workers.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/informal_workers_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/investors.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/investors_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/laborers.dds | Bin 0 -> 349652 bytes gfx/interface/icons/pops_icons/laborers_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/managers.dds | Bin 0 -> 349652 bytes gfx/interface/icons/pops_icons/managers_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/officers.dds | Bin 0 -> 349652 bytes gfx/interface/icons/pops_icons/officers_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/professionals.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/professionals_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/service_workers.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/service_workers_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/sol_middle_icon.dds | Bin 0 -> 213388 bytes .../icons/pops_icons/sol_middle_icon_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/sol_middle_icon_17.dds | Bin 0 -> 6248 bytes .../icons/pops_icons/sol_poor_icon.dds | Bin 0 -> 213388 bytes .../icons/pops_icons/sol_poor_icon_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/sol_poor_icon_17.dds | Bin 0 -> 6248 bytes .../icons/pops_icons/sol_upper_icon.dds | Bin 0 -> 213388 bytes .../icons/pops_icons/sol_upper_icon_15.dds | Bin 0 -> 4864 bytes .../icons/pops_icons/sol_upper_icon_17.dds | Bin 0 -> 6248 bytes gfx/interface/icons/pops_icons/soldiers.dds | Bin 0 -> 349652 bytes gfx/interface/icons/pops_icons/soldiers_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/technicians.dds | Bin 0 -> 349652 bytes .../icons/pops_icons/technicians_15.dds | Bin 0 -> 4864 bytes gfx/interface/icons/pops_icons/unemployed.dds | Bin 0 -> 76864 bytes 40 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 gfx/interface/icons/pops_icons/academics.dds create mode 100644 gfx/interface/icons/pops_icons/academics_15.dds create mode 100644 gfx/interface/icons/pops_icons/administrators.dds create mode 100644 gfx/interface/icons/pops_icons/administrators_15.dds create mode 100644 gfx/interface/icons/pops_icons/clergy.dds create mode 100644 gfx/interface/icons/pops_icons/clergy_15.dds create mode 100644 gfx/interface/icons/pops_icons/creatives.dds create mode 100644 gfx/interface/icons/pops_icons/creatives_15.dds create mode 100644 gfx/interface/icons/pops_icons/engineers.dds create mode 100644 gfx/interface/icons/pops_icons/engineers_15.dds create mode 100644 gfx/interface/icons/pops_icons/executives.dds create mode 100644 gfx/interface/icons/pops_icons/executives_15.dds create mode 100644 gfx/interface/icons/pops_icons/informal_workers.dds create mode 100644 gfx/interface/icons/pops_icons/informal_workers_15.dds create mode 100644 gfx/interface/icons/pops_icons/investors.dds create mode 100644 gfx/interface/icons/pops_icons/investors_15.dds create mode 100644 gfx/interface/icons/pops_icons/laborers.dds create mode 100644 gfx/interface/icons/pops_icons/laborers_15.dds create mode 100644 gfx/interface/icons/pops_icons/managers.dds create mode 100644 gfx/interface/icons/pops_icons/managers_15.dds create mode 100644 gfx/interface/icons/pops_icons/officers.dds create mode 100644 gfx/interface/icons/pops_icons/officers_15.dds create mode 100644 gfx/interface/icons/pops_icons/professionals.dds create mode 100644 gfx/interface/icons/pops_icons/professionals_15.dds create mode 100644 gfx/interface/icons/pops_icons/service_workers.dds create mode 100644 gfx/interface/icons/pops_icons/service_workers_15.dds create mode 100644 gfx/interface/icons/pops_icons/sol_middle_icon.dds create mode 100644 gfx/interface/icons/pops_icons/sol_middle_icon_15.dds create mode 100644 gfx/interface/icons/pops_icons/sol_middle_icon_17.dds create mode 100644 gfx/interface/icons/pops_icons/sol_poor_icon.dds create mode 100644 gfx/interface/icons/pops_icons/sol_poor_icon_15.dds create mode 100644 gfx/interface/icons/pops_icons/sol_poor_icon_17.dds create mode 100644 gfx/interface/icons/pops_icons/sol_upper_icon.dds create mode 100644 gfx/interface/icons/pops_icons/sol_upper_icon_15.dds create mode 100644 gfx/interface/icons/pops_icons/sol_upper_icon_17.dds create mode 100644 gfx/interface/icons/pops_icons/soldiers.dds create mode 100644 gfx/interface/icons/pops_icons/soldiers_15.dds create mode 100644 gfx/interface/icons/pops_icons/technicians.dds create mode 100644 gfx/interface/icons/pops_icons/technicians_15.dds create mode 100644 gfx/interface/icons/pops_icons/unemployed.dds diff --git a/gfx/interface/icons/pops_icons/academics.dds b/gfx/interface/icons/pops_icons/academics.dds new file mode 100644 index 0000000000000000000000000000000000000000..49e409518356b55615f9bcb2c54d7aebb387facf GIT binary patch literal 349652 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≶*0W`>r1n}Ybx0zCN5717HCyz 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/administrators_15.dds b/gfx/interface/icons/pops_icons/administrators_15.dds new file mode 100644 index 0000000000000000000000000000000000000000..5004aa65abfd8e663ede1ef32169108903c76a51 GIT binary patch literal 4864 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/clergy.dds b/gfx/interface/icons/pops_icons/clergy.dds new file mode 100644 index 0000000000000000000000000000000000000000..aa32d84c0604a137d85a6cbdf55cb45d67f1f26b GIT binary patch literal 349652 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.MiM14I}*EeGxJ^*n*)$lsO|2gg>et=?v&gAdS zBaeTf`~dC-1F-EYsS(m$;ED`-BB+jds)_$MBUkK(2H zDV~b2S_AP{aw|SdX72!!*N=PY`&w76sqCEAQ@Zp)Fc!=J^MN0b9+k~32aVvs+V$1H z5dXXSPnhzm7UQ%q(u|qxLmYq}zx4N*=5q5Mzzx62EtTh^kCFR`FQB_YNA!Vp9w0wJ z^HXH|<5!bgNnbS8Nco1-KaG4J>l~oj3G^A#d0(|e;=S$!N3hkh|2i84(Gxt7-lGA$ zk6GPxea*J+tJ~X;efaQWmi<4)=k5fu1EoNA!S(@UFJw0+g2%wOfMiQ+qP4sW*gk-* z102D_>n-~aUzzaY!TLgu`c=p4?2%~Q`Hj^1$R=XzRom|p z!C6`JedR9`10?5v^6cf>nVTA)&Y`9 z;r8o4X9aB8)EeIbwC-Ae?SuA1`ywB06c`OA0qJk)@$Z31kP3>x7SQ&Y&)hXMX5y4r z=gfcR?dTUazP}=^ayUA(@?)s$Bcb0jxVX9%_o|(9` za#Y0kFmn2o(;G@|kNS828~4}JACp-g*nQc2XZn5XtEC6f0gj8}@Pn1#J2KaII{cr( zObhXUCi-BCBl9%L`*Wb?$IUB(yuUOvbH?oV`20G%ig)6lcql%Kmy%iOJ@IuE5P!vE z+g@q?w3Z+Dve#ICt$zL!atWppQ&9b%W)CPQNVNgd0s898zm+H86H&pxxg(%QP#FCI(x^4w zwCCh-bXw^@fAc#JU*U6~0IYEtwhxq))#Hv^JjwwhplM>TMms zqWlG4woGbWKMD6GrxUc)=uSC`lPCML7|x8bYS z-|!93r@oZDlpy+V1(2sktj?W&93IT!^NlFM|ED(>H9m{5=Q@vik@qV-p!!|e{E&o^ z+}=R`tysUfuRdPN>v6t?_sS1;WR|b)4(&LfW&w%!>Jg?Hzq$jMjPF0yG04m!=YL7S zN^1VH&9}b&z)L(s2N3VXKk+aah?nB0@8rGCRFZX_ zryc=mBaQoB`a|{J@E`sB_}$WM&9Xcjc_$k&T`t$4a?_#0Z?dvZ)2gu=4&L z$Ss^jow3dVe#8tG6Z`X~M}Qao!xvCzpgBy7xK~h2K>UxT&Zuy6&yCd^cmH;IRLW28 z{LEeF`0PjY`N3vT2$DcJSOQ#uWJxlmHT^b_4!9p^eWU}lR$ANJI)Fv^3%x$dd#$b3 z*!E3twfowS?*Q%3cp(4xY2XEdKpe;c>p(r|rWeGIn%et+x2eAUcLnR~e)oL#y5EE) zto}7V0QXJwos3Y8N&)trb7+$0^3*V!gFZbe)c6IhCf`?i?3w6*)%3I}C!eo`EQ+~goyngitv3dj$5ECBxCIq(8l51PSXOKaB$hmM{x9pnNhXIF6t=x?0?)E8*{^kw7( z(j#aFHNvwZ&A6EnW~@UP|BhtF*9tRXcC>}@{5Q=JoWvaQDf5z;3zBMPE+W6$Q+`+; zJ->i&A@hZFACQC|i06CR*!m4{zrwiDE7XlVV9f=bOT0i>!2RJ8a*QLX3r;4#uzL3i z)42bf*}muC`^*Sc7h6^HH`mG8gMk6Jc3 zzJ$2cNU#2l*1R6o@T=#a`t`}TS1fNP`GLC6pFw?q`uEPDMo3>}@26Y7{)i5kPJb`; z_f)?BWGm-45Z^!8%=e(*M`D_JJ~8P7o?{S*Z{nT!CmxEA;-&a0o{F#Htz=X@7N512 z{}KP~wb#$fw(0l33LXGY0|+_Y9mgMdfwm0f(B=6TQq> zaskIq4KSmpEH#f$S!PC04Kj~UT@K&rWyqc2Jor0ralSSGW4dc9yiaDf=PG=Fc=P~s zKIal2WsaybvjOJ&sn#kFU4UOeKB0O5XqJc<_kqi(C6xVlrT4fiwL+S~uCs#+X9hQV zkt;qBliy5_)&W!3b>4Ixec242eQkJYQ25(?{!Xw1tOb&pXs`@C1Dt@)RbznG_M70} z(*d@g)mjT$)7!8Acm-_P)0#J z_1&h79zV(S09d+$`QFs)x?$UOm+!t*@AJsz%Ot;LeLv@2By5I{Pc{XC@qSr{*U;Bg;gui2gOt(GSEo z@lMYt9*U3RrT8hHJ^;j9@mDlsGpO*)p|?Mei_KWdIE?8F2Eav0{O~XU+LEF zHDwk5IyiL3^b-T9s%bUz7e$*V#eePr$4psb9-HKA9-X)Z_;U7%Gb!AyG}23LhO1G-z_x?WJD=Gu80d1Bm%8fWI>rq%cz$Tkn>EA24$MpTixZ6S;)5xKC6MfO*sk z=`J9Y{6WP5yqFd4$vME2d7*CP6}TxkkTXI=CUcvpGpuSJGOY(Ln?t8wGlx#Ue1jR! z7kGv?AX(8frGhBn58Qzxm;$uEx9Wgf&jNNlK_)Qtp`|)k9pn7d##n$&9?XQ zt0ae?1NQ*Qv*hs`Kr;R~m;fAr3$VGbeMfK0kf7|{({O@dek;ko5GBVboz7>>+?qkC@wIM zn4r$@;;?1QiQOxPuRA<(dGqL%)&!0g)ulfSW7nrqx9@dV*W&-?{ewavoyYl4Z z?^`{-T*9s2os8a?JwMbeUK(q1a&k=2^5y@^vvdRTO)@I}g#z(W&o6$8r{b&DN&MCN zX+5>JpX8;VlkSx)OW#V@%IB4y{Vs3>9zbWSL{I?4nU2`_q#qAr{|Dgz_NM*D!*3Na zKp*QKa11)&v5DU1kqJKJJ0_djmV@TZl^>WZZ~kBN>N`I(FM~^O{9kkCm47fNF8|OR zzw`q$bpBoR@>#Q{s>_;>q}i!XUOCo`VciobhrogQV%7g@rm!3SSn#SXCPXuVZpH$a zQX{y8dI29|1G*OoNoB@LR-?&e7U9;m(`MhHm(1ZaubZ~sBk$jL-xm(^9J_#IM$e`7 zm45XDZeR|O4v-)4FwnY4&+43|wU(S}y(PEOxmribv)0tcZ9TwZ+_N=dI*dL6Tu8H7f2>$_alM!P5V~~b~3M`zjo)oUv(WkbFJ&}`QZ+D zFU~i195vf^4VX>%{gsWq^z-Vna(#<7w==twxxUozN0G}Hl*nB^xqKni?}jFG&&(`N z#RheLSAMSU?Jd6@n=M|8=U&VO$tYWKJiaH)U!JR z@l!mNT#C0^JMmcSD*5{)Fa4Z;UVEV5*Sc%X9|2nLSwQwszHuzb1y!Kc!*lT)2M?bz zx(8@!J7D}nm<>cv&?mVEd~%WxcHi5$dMBFNoqcfsJ@d-jKQ*tt`%f14&%F8%=HS_P z&ECQ9o7RJ`nXaKX%%L;yniE%kWKLcAp&2~Q_j}Hn-1Y62?>~h*1PAU6rV%@w%3XkZ z4a^}g&?A_+h)L*a=7K0USa|@;$PMx*KT!UEC_TqQQpnLF$GE75{O)~cOy|*;&^6y5 zF0ZWl7ixogd6p(n0rG&>I1ES!ECkX4(z9cM*5o@ta;f!}ebSmqZg1-W7UAD{eH`!q zmY)^(C9gK`rBm+*UjknTTI+{_d@#xSQ{ZW!^S-z*yD#pq1{*;m=q@a){OSIKr#|dF zc;*IuAk3cLljQXuqK8)(z59huQ@mxbHOE8!{j$jCNu{?>WHz(7ZgPJ)bv(iFU))!( zpE-*XvH6PA%g@J`CuZkJPM}{{KCyzmriq%t{fA#NgJ<3`Jwx9&%{`Y)6KBr0123Dd z!>^e=eV3^fIzq18b`utvfsfBQz$Fa-K|Owht$JVO{W)>(A03+t|8varsgvK}d0K(^ zCfVX86H*gT3;M7ZhZ%$qQf!RS#h9`F` z;{Fuw6ep8kXx#^LAK*;Aus5?7gU|s%^cYoM;BxN&1F02eKB$SL&p>#3y@}v_kzLho z)-?^8`mS^40Ox=c7vC6O9vbxy&(a0z!8(uwqys{M?FTsVej3nvNZ*bE@=4`$NnRzl zxAg#v@R65fOLAyKa%S^haw?s9H@F8#?xa&~oBsgswbtW+^zUro3cNuekSwMEabLQ- z0qhTnh<>N%@VO5=4xGB)aS*%TcamEELF#&$)dlax|6+Q1sjfd8?q|~1Cy742G5GtT z>eZDdU{9#y^^01|T~oeQ_ousj>#mNt-b~jhn5NbH+)!vyMmmG|T3 z9c7Y|(@lQ%3&RgSFzN!&)C|No@lMYy9*U3RrR4D;Aiiq-#9#4P>#Vi^Brki9^n237 z`a9YKt^XJ>9n1quKmP_kZzlcmL4!L&N|&dWKAT-e&5Si1$tKfd7lAUy3$e z1E+rpd91?>3}dG9Uy({3>?5j zFdAsxzYVnZvR8jd4@l;9m#j)>+Pwb?@1;{m z0ok-C!6cwHcLHv}7X*VCAUS*y$nH0QuJIGUd$Dui#0MP%*nVPtnJ?~nNU z9rX9uYw@05Usf+q)%UNUZa`S~l+RRj=nx4Nx(0 zf_=o322a0b4s&kpJ^7Yt+JC{Us~-NzvsD-`(>QBp@Ul4^(35zW;vGG|ZIWg0u zuHq}0>#@@E{l$Ov`t@BFOTV8ila-Nv{qDQ(K78}p#5X;!_$MCD1LCFl`2Y}KwT|Mi z*7%Q=Fa5k^RQg!9Om=M)cmhcG&ILXo6v*FN1H_e{x~8_@DF)azaKaR?YqD||#Q(=9 zdKhoNL^E*of;s=vyQc5(Ws_e@oqqf}6U?0RQ0#O_JiU9U-A`V#k9+z-v%c}PS&uGQ z2c#1=wO%mw`!AdQoDGg&de^jc9yd$L%a{!JCz4~V*?}`|-UqrfTQm^v2f=xr`&Az# z`yZg#U4a1_eC9;;j+UP{wDtXV-@!A(ZT+X|-Fd`RTioAoN{H>{(Z@f-viF+n z(P*NX!x^O-zwBCg5C4hx$^T!1-S-L^soPa8x(hk`s{d0Cj~hLHi{O6G(O0-jdI!9V zzxt}#%pG&_wtjkAwbF-%+7xDc`H~B~n3;jz4C@^8sS!QKix=E#3(Jg{0|9FG}&3%CO#(ScRW`Q5YNOn@lMY#9*U1zAMtY(_%gT`h`(BE zt^FVK($7mjYk#DZ<%fL>NWQ-doPf?;!9aHLMWC2OM_Oj?PX~w2n%;w_OvRQ~s}A7t z@r%r3Fg6-WPHiBTpUbo1vA4v)x#rX1M|+e&_895S-t6y zS=(^R(gEw5PGhUjm|A>+wnML(p$qSr26{7j2j!zPb=MMV#RAj|%+-%RgY+6!ERa5+ z)Cem_c%)89F@Pv?0ix+Un!^0C{LS3)>^jDM;7j-bZhJy@7l$MsIn*k(qT5HL>);}4cO~zW zO(ERx75DK=2RNhd8FM z|KP-0leQLpT|>+i{>vYzLSd|E+r9R_=@UlBHXD|50CGyqA290+KP?*OyM6 z1Lgq_@I4R$Rs!vT_Chh58n7Gmfm7hjz4v|LeASNKzi#LlyvF^`w)<^d^3$UCTzeqYIEp$|RmmL@PaJJ%$_{e+|( zbO1BNqtcAS&EDC%D;NLgx`op3Bg^9d^r=(d$iJZX@J#xoa}Ll<0ObX`^EU&@&5Yu_A51N< zY60a3C>9|8Coq2~YvX<^4zR6_9tJ0M26)r7?Ct#x&m;Z|M}Ty1J*WioH8Vj1hyVdV zc1dgE475H|z@MrIv}am>?Sl<*>aYFvalE%}zHHHFf$Yh>Kr$siRdV$mAlVuXv}V$w z(xuX=lJCV}IgsC#2wniipbBVD6stLO{}=!6!oo$KZw7`$z84yu@S`=AJASpbrTat0 z`q$QWnH+32^E`~^c*fnd`?C4sepDX)y0Y*`@%e+f4Pr0Fg7iIMKMc)4Rqi+ANRA zG%0BXCL8^aj41eR}A7j$fvQ0L*KVSRmSI_c{yMTBm zzKM6@pJYz*rghUAYCW~K;;r~=%Mous@k{%t-_!4F&%OY@3LXSwfMPK7foxwSNC)Mh zkv{5&I(rXaAK(t4k$#|lK^f%#_@Dzk&Ev!YoLz%W)#fHsN4{kZz0^0+HzB>C(aN1( z%8X!d>UNyHbI9w@;6A?`AD|LFKn-;Sef{X^RU{pt*dWjyL2c(H&hD3(#WrN3Q#TO< z9Ek@`BPU=E{Q~CEC%}u|V#*7OLi1!H+_KE)w}5D++|9(b2q!^6#C>cKEUhr zGT!yeuYT?87w`W3=g;$8(gDYSe9LCA1(bnYkPKo#2=E8;#})u5@V`Y5+{%0DE6I+{ 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/clergy_15.dds b/gfx/interface/icons/pops_icons/clergy_15.dds new file mode 100644 index 0000000000000000000000000000000000000000..829f77291528d861fc59bb41717d9eab3ce07b47 GIT binary patch literal 4864 zcmd^Cdr*^C7U!{|V(a@+!6HZut;kbe@(?71M+^y&m=}QniAgXJ2%$U-XaFHB;tD82 zL6KmfDqC8$w%yjYw)Ww+)9y@nr`vXBXF7KJoVK%$w$&E>?YUYyRO{BZ{56IKxJG|fc4WAPy7G6IX?L-+&1+jqrE)$p;?pJWMh_R;-H z!rhi7YePb7#!tTRF^|8=M$Q)!R*Uk~FNsUX(dT;l8@ewbcoXiH%p^y`0q3!=a!Xw( z(pCJE?!yS_gJaKp6UA?a+%ksps=D`SES7LL^6g1}*5(%!y$y2`^`ab2#skn;oe-)!QD|sl^JQ`QilVv;0!<$@ zmLY^Cl|f~3B9))@Jm~^|N8CjmZctC>@KaZ{^&=>;9)zlF5Cw)-HeV4TQd6|$BZ1O^ z%C<)#RJ9{jx*M%sBNs`>{~d8-?T$U4Htc^4X8U27o5sMCG(#Yie?dMs5PSpz;c=C= z4UxPCNOXIVB58-?;ImZR-Kq$`9~Yh z_s*Sbd8l#!)g)m(YC9eUU)Bbhc?7cjlJ`g-NAM!tsj%nd87r*koBAdo)^tE`9YThp z6&bl^`1=R!CH?##oaHn&bzZ7#8G-Y$x6r!(B;thIacJT-@G~;c5QpV^34zst+X<^P ztiH>Ob%uAHkH1XoWB|2}G3+0E4mxuOl=-FKdwO~n6NlAjCQ15I%V!zcW+)7OXg%~2 zRHlAJrdDHU;v9Cg@BJ(+B61J$*xc`B1~&;COH55mA3Jd5#6^em6u9vws7>8CeEfA3 zm(iNxtHDc`{hN4#X|}=YBIEl3AyODCyJ-JTpu>3c`x2&v<(tb{ zjRR2V`=O-T-gER-%$vV(3-P7HkH7ex!+9FYN+%@RetI_p$duMYt~4T*;w7eOCnG{b zj^8FG4PO^FZ~w)M7VIq0?YJz__aRTShy3+WP2Wv(??zf~GqP13@V!5vk+}NumZMh% z)N5pv7cuS8EM+q^Wey0XW~2y=ldA&*hKa|{88^?9hJGTf2d!ALc;RlTs`_eFS{*W| z&Sc74!I#*Pl5Is)YANQ-T~<##okUBqd_ej{!kxw>>UHs5v~7q-S&ewGuDL+wzIYegtZ>6M4Epq$%2wm|1mghL^XMoUs}_ zlTer}Zn=^yu0@8t0a@x+D2(mcqRIb~bga((nzMt)Z0~!N7P}Kh`#1`!oXAw|Myy~v zxDojulP|XS+4+~rng_zgZ}Vjx*dVkZyRa2fs&&@t2Kf0bsU-a`t*7fwe)yueb2es4 z%0A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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/creatives_15.dds b/gfx/interface/icons/pops_icons/creatives_15.dds new file mode 100644 index 0000000000000000000000000000000000000000..5c991144811f048f279294620c725e76410cd5ae GIT binary patch literal 4864 zcmcgw2UL_-7QPN3ph%G-b)<>(u3%^)O&EqU4h#b`6h#qG0YMR@3C>6vibxlv2pGkH zfG8*^)@WjnaZ^lklFi2CnB*imiP^Y>xAzg@U_`TA$IlobqZ~{=bDjh9<%aVS-RZ zz}?$#!^8LQPvOG(Q5fv+gZJ*=g0@3VFnI1FJb3gq-2dzm-2L<)aQSZ^!T9|T;ra)k zz}p}F9j@JfK!CX#$0w@@Jn`;`7dUdpMarEip4eWZ`Pe)b}1 z=s!yW;u0TYzs+C7E01HFn46hy*_538*gY(UIIzNqiHkS!=EvdYgX^n!QBUW*5TT5a z`-63!hc=XNDTBdaiHpToJGwf4<)&m2J?oW3$HB!a?nZm9*}T}M&$tL-<+;YIASpBZ$JWE`Bs7>s{Mc;L zeeZLUdFmEnXO$2QbDQtb&I>`;LVO+JyF%uzk~he2)cJu@(SJs_A6E-P|n@mCrM&mH!(6Y+Ko;@sk`%s zEBnqojVf*=7MwV;NY~&N4!Hq!#t5d9lau&0Z$GlcW)-nm!}=HXLD2P?kyr52xjDy| zAN)S4@fdMSEFwGd_k1hrc;m^&%2whSl|+;c%syer%BQ0peHOaUvIv*G71fWO`J0H0 zh8~fbFWZBCGz>o{ui%wNLn|BCHN*VON>bQzoNOp>Caa>i5;arXFOjbZ^$rMn$EMd$ zFO0|QJ62B16 zPpC^kXd&p_rbSUrT`elV;=qK*rgUQ9=05@R=5bJ|Fl{iqoXv~r0KPO!H!u&db)v+e>u3r~AjC5H?XUGXGIYi#d+{sn)#2$LlikiBodkWL!ZR2?%6W zVLv@bG~Z~ry1Iz>G`5q#UHixqE2l58Zx!N&^~Jtvp=Uu$RaMoe=0MfW^71kg9>M)Y zQAv^Rp9ex8p}~-r;o5J^ej1fiOe}c`lY-o0B3!@zFzOr;tfGplCwy@&vE{^&c~a8r zv2QBhVL7MZz1Od*C@UHo?7NwlmwUs>X(hcYbS!$ur47w(K|z;37N{>!(@ZrB-!u`n zvw$!IV~KxqCgDa3u15-^?{40=pSZ`TlSMj)=h1e`fjYfRa&~9=HaFFmak-pmw6Q=e zMo8N^*n_2=0~lG@fr8#L>Q2wBmb{8uh8`>CSHFY|vdk-ZV!5*i$&yr)fb>1|+|e@^ ziBNlHkHy@gt*u4x0kxy|PwH?-E0mOofbv?|JA#3k4R*_diK8o)Q{0*|3l!FCI{AES z;_6G%vU3S9r-WDs3y7tY%Rd9Syo+Xb_GxJAjxa<#7ca0qCAV%|!}p8Z@XnnZ(A9Mq zrg`lh9l+ey9;6nj!wPqA=p7t{69WU(hvovhCVVINHII`@Yssp(RC)%NJ^lhqHGH2Lhq|bI4}GgHDe31P(x=7 z+m;A=Z)lvLcfspfIVUITp5yK8?3m&?gnTDY9EY=~`=S5%>oC}RYzhOtN2!ZWNKjxc zcU=gPl9uYnwk?9j)&EMSpZEUVn?QM+8tP#5^dO9!JOKlgudinYI50h%?8b%~5)#V3 zkM%iY{(mw7%KO2CyKs-5=gxL$YOI4p%}uz*jR;!)1{{mV;N?k4o3Es#YW zZUnAe97T-H2^?E0HdFe_e@ORsY1U=rhS!^lytXe zq>Ci`tG;7zFCbdRrr)b->G;p~WpTJ6Np(klj*j1$dilXa*s^1nf*(6ruxXFvp)f}H zbnnsON#TJbL_tF<1!u#U?d#^_%Z`w=k*M_D$6Y+VSc!#YmpSQsepqa5QN?63H}G~A z65F7NtLR5_7tHp>rZzuE@>Qa^=4oV>=x1GfmoCizG&Uz7eY^A7m<`3a*k_e`o7n2NADv%k1Ua=}6Db-B6O z@0wd%y&=0uiNBJcaEq0iHyOwm)}pORa>2fjZP@&~SfBY;z&hmSWC?d=?kLvN)3q}& zHkQ#gwgAkprVi_3KXi`VJjsvW{Dptwj*0n-i@DT(wlp==$d{IgrR(ad!P?#)^i3?F zVDDaF$jmn~c5t~N%qk+rZhpUdgb8n~@(-qSo{2N>+<6Jz_eqxo#60`_#~T-97YGn&zJN#rHC3Iam)JZOzbr=pf*Cubca7 zk4G{K71uuF(!=t(96|FvLuGl%3^pgk&-3^5)kX)|{gtIJ^`na6 zQv=Z2-VQw@V~ob`qaYLaaAqtD!jOjSzAOEKj>N7 zWziUk-?iRh+w-pntWQ3<%*u|piW7BPZjq8)byc~2XhdYGQy{n5nZ?QHCZ>&R8ZDVY0m)mQKqAN3g&3K&d`fF z^$6ykZCjJvVxpsH+?$cU6TJ(v#HEI;$e3(#NeRm{G@@vkgR@_ITZLXeCg6AnuZ!}d~@2HZ*yOx5%oXiO_Nr7e68Q=OQ604>Q(|& zDFmxPwSEK|14{N|&;qmu?LlXt1$u(MU;r2bMu4$kBA5!MgIQn>FaY!3f}inkGXcLl z1xx^Az;G}a^ap)_Hs}UAfp&oB@(E}Tc#b^Z55WhZeycBm`V#o>m%!iCeoGvxE$9fk z0&UP6sJb78{qcbMrIxAb`Cu_v3RVE)H>}1h;rmr!IamS~0YkulI|EDx;{bgM{Xjp^ z3-kb80R2!KK)*!)L?1wZMITVV)t5kh3HF{M7-vfSRN>se8tH zeZcr`1gQ75zyz3q&A=Mi)M5+vtpNYF32XrL3-kx{1w0mg34IE43g!a?0rL%Qz;mHL zq7R^dQhfmPfcmYz1nNuRzgGfk&d&L9z?e?W zQ`5d+HwXd;!4Yr_9BBUlb5N)4=YHSoudm*>K_II38)Cl^P_<9}FqSf=GUuwhv(5Qm5_V z{kxj#`{kPIsxp9mg>ub^ixgYqvy(N3HHmLeWodY{!&x+{BuqDvzMBRPruOIeep_D@dEpw{j^{C*_X=a zmH7NF{?5A{rFQ&?t`bA z^onXtR@D>_5YIUMTQ7c@8CbuYiAdr~0v`xaxuCc5#X3X69|p zjf`8GoPt74W=^i=HeT~eiZxjUMVjoQQcXrqz9zS@Sd(8;rYX34S5sJ4t|=@p)0EsT z)7*Plttqdp)I56jT=Ug8-)dgHe5HB$^|zWAFF)73#QtZ%!Oi`zQc#NHRNm8+-K+Ww zckWhbDyyp%?%|b`S5+zRODiihS$TPy+xdBT#kszDIJC#gH4(?Jv(WRVfv19kzdCYReqoI?2DTGPrs6a z&%T!Y&%ObC{aSKgd@0$_zLbn7FD2!{i<+q7svrF#<9|8M&?vJ>^N&yCSo;C}0P_J` z!2Dt*px>DZR3E@RKnHXKY!hq^>a^ACzh3`8XZ=GQwYASWKlRVNpRtqr=>VuF#@2y= zai7|s1D1ewfcd!#V4lAZ1ncx4bj>^X!q+MHp48+%|59>59<)z#K{m+5XE&kwg!|9r zLh*fxxKl0R#Z_|g&I37}celnbF7408UOS(6>8;D$;5d#O2-sFYKSO_G3>E^_2e2-{ z_DF5e1+cBMPFubH>-GP?NdMG6WBK`Al8Gd$Dhk(XgjRvzC>3(l|;Nxc=EYKKm1I>DxQkV)pT*ZlnQQ& zPeP`g&8?77_<)o7m9i(TxW+X+{`V7>tSbDlag($74dwzqfOQPj2QUv{U4ZQYLqK1^ zx(fRQ>a^ACzh3`8bNx4jKnP=hW1!~!ZL!b1UmGx{GPW|$o&}imGw!R}-;K7rV_mvw zMO*p>eVOv$xuW~rXJ1Hc`D590Jx^ROr;GK4WU;zVrqi+F z5}7KlS8s_U-fxY~ki9nxej^8~9{DA5MSQlV> zfF2kH1_0(O^j&q@>h)i*|DUV=A&drq+E?rS%=;Pp)x2M=^E0N71=9iZZPxdh^E2)T zfD?Um`zLKZa_+ac9)Bi<$n9@E`b>^zm5OIi@ipS*)@k_WZhi~0c>I0#u7x>5DdOc%<)#GL@ zTSeeE=>vQK>jG>KV4EQ8Boo1K&=2$gb=vCnU$6h4vHq!jQakpuy`OnM>(4rXb$-Uw zsbC&pthE5_r{4vR_wLg#ar=p||6rbDQ9<^p#vgJs<^nLK@lu(?9=(#6S8{!b_fte^S0Ug(k_iD`~PLFe3~~eSh$;Q_+T(`|OomE~%ECi8*4l`?Tme z2Fj|SP_cvl58o=57}Wh!o+CGS`3uPaiH~1OM9Bk*D19i`9=()|SHG65FMcCwpML{C z@VNx07K!DlX!wC^vL_`+LJKP7Om4Y&UrwpfTWkL0qo&P5a1MI_^N`JezG*IC`y|^c zm;=;ltJi z%U(AKPUY|399y)_csC`0kyx6ZGN3W zPrx=b=KXqrZELmb{6TnscB=l|lA!3DHMf!Xr&K)?|G3-I&v2t?O zfNv!pIl=+7BiNpc7yI+^5&%CDQB*0rVpC=5)}6m=-(4pT=fXb6t-unfIRJAO<}P*G z>h)i*|DTKgAp~k(`Tg3{)TZsl7_l|IKFFrI!Y#)yUCcm0ynf!7E8(A42tKvOnz(d_aQOoW3Ff(Ek3on__e5Y|YHo zrjMJoXn79j#2ml@Fh^k<<#aF_)M=~Nf4%EwPXGVcwbxlwcGn^=l$dHy;;Br zYykGa2OL3PU&J*1xz)ibSv6Vc!#|x-EGCDeq`Tfq(VDzOMi|?P{mCdvD0?6|&^`11 z^F>u+dNf={8r#T#`5UC4fw9a-><_$>B-hHTWF z5Pko-T)FpLeB-mk{CJdD9S)UUm#&HL`AAvsvHiO-)Ah4)UVDK%pr2x2z-+*4sMA)j z|9btuulk4K*VaAbK6TIfzMAt>`>gY`y`S3e1=!v{222ABz#3o;JOT6mbFEsnPIL6% z_oo=t`)^b{7FX2GCtLeTw~0%n#}p$m*y1CHuHKMD=%4+7rwb~@4E|uOiIeo6y-K=H zo+pznT;&4l@#SCsLLUG6JE{KV@1*F}*BA@?fP+r`IeVBuOoo%5 zQ+Me)VX^4wEf=$0$K*^(mR!I4NY0?m-Z?5o^j&sKU&D3MdgxTqnr@_MJm=|4xr2Vd zyJ+jX3qO#7aYM1CRT5oRExwno%M5F88MD@2+#`}C?%_*}1$rWG5y`T`@0iSY@Dt}# zQDPr-yvEec^UpZ1VBimG*8zAPb=vCnU$6i7N&hhR+S;$Jdo|`a$9L3zKDPB!`#k}* z&ptE8OtsFx5&KSH2Xg+Sc#XiEo{UKbbN}PQ&1?xlJDu~1NLlC{AY)hAOP6sAr1vai zvD|x7P9$ea82ajVqy66E^i`Q=>m#iPPnBkUM#%&-XGuU?KoRErB$Zc7+JmQx{_lSE zOF4NxO9Eo9O9aOIctu>3$(vln;z+1mseCR8kG~Lqj0u|OwpXT_I*WPGY5aben7Vn_ z;M~-{K(U3Xk@zNgyBI3pUWTY5-9}ojuUm3B~O0*^{lUzLyfkCn`Zoko#AC^J|GI zC`JALw1i@;PZ;VAOK|*E{>LN)b&aIw-^d<}3tqhKkW9tztlM!^sRL|s-$woO{PqL3 z0hj}}S+f12PFubH>-GQdtbZ7HZQZku{{c{SUpv=tfzR2-&$>R_`MZN&U?3O?828y` z#<;lwu%F)>>_hB7_sJ)p+-TOUSwW}HovX*`&;66#kq}w$cSIIB?G*hjzA|Kyh4h}W zLKfQlh}YRDu|9hRWBHRM0P&ytpRmzc+76j4El22y>xF1xpJ5p4|EqT&lchdEs4G;< z1L!}oxJ$Q9_4@yJ(?1Nlw)PqCYq#sy&h^>0&s@I);CTKXfHA*6 z7zW0IX<#m3pP30@+^6;f!Kn{E_~0^LQ$Zo>07U}^5B_xis`WqG?LQ-Hy#vJ%V|K=_ zc96aXCZaQIm5hfjm-rkMlM@kQg?<6=m^3jv7Ov=DTW^sx(;Xv&SDMSAo4FYOS1Rtv z{WrmvmP<0l50n|mDS~d~$!W|V_PBCGjC>BsxOH|i za+#T|+qzRsT|KFPo+sNVsQ)d1eE@97sMA)j|9buZyXYT=TwC{V_vcafO#$2WS;uFt z&-T5}Knt**uL~ISM}di8CYTSHD{lmLfI0tOz_xzI)El7i!w)|!o}xGP^R=5Tf3)=5 zE4Bwt%erlQMc=|rhAy#^J_Z}4$Mh94YQ2NZcHbi_51bc^voYcnktkLtBV-2rM6X#( z<&!=mrCHCRvJP#87t5;TNM?a}Ur83%i?JBze--U}>Ck_H1Yx}YBHtruD|8dXt$~xcGSgwF3|VO{qt@BV zn!sTEJzM;eZp+5w5n|{WBxBat$f)IJvcYqgEOp*S{nJ;~&j0J` zS9AS$)$y6@w*{=@cLmy@Hy8kz>vK#G>-lUGS7ZJL?6a=y26ljhAOu8%R8ZKxN00Ig zq2a$vzlAyZUfacJt(h#|>?~7OTFBtp%cRGcnbLj2e2o2DChf=Q%b=xZqVK#*R_#42 z#{199M)VOloR5(W7_T$h*h+d%nJ?{!Oq7=B2UzKQNFtHv2g48eV;<11xKyz@87@PX zSxBdG1{g1}Ugo&&lr6!LXh*m$E*M9!djDCOgZ98-%gtr<5>r|2<|jsOzSKY4{|*DS z{f}c8>f8V7*Z+Jk*Z+j=zDxIN%&%R?SNrqSI(~Qj+g_j_7y{V7HxbML^8nlT*8s+R z2SB|9fMXyO#DQC=_ZMy0X!<<2u;7Q>f&z(&OOWk51I5JFUFMtGiPo^G(xS&;X{9qv zx{R7BUB}Or7X8Lbk7-8epWma5(J}Hns^se)QOV+fvAlC#cgX<5HPUPPV(Bt=HtGY* z#K6Hci}gMNZ`qh`t2&0EC+eT80EQp7v%mY5#DD9d-9kZIOi zMb}`J44bz~7TDl?9F_PVj`KbMJb(pY|DQgn(^g;qudo0AE9?I-*4nyf9iK5@)qP{^ zt9AT$<@!DGcU>?DFxQ^|rU3)62&@7dfem2H_XGO@>-v!(31m;3KD|2b+O^+fona{~ zEshJ3&f@p;MC zATdHc-61?tw#B4l3?JG7PF#c!*o`>=R?=^-vGkj_2IGNOO1DXd(qYsLX+La=LPz+M zp{s3V-GPy(mxEfw)Uy}M&Mn!KHK)*?$7Ik&sfJF4#t8hfbnkuSOGQwE8qm! zM!p9y=3f9xzOUO)xBS%Ev%e|1TP}CX%cQuhR5G$}%Y}=f;^yfgHqLGm7;;gfZsp05 zt4U()IEBSw{$7-< z4>~1t(WW=sZMTdycb8sh7w9};u5?8B+JYVA)=)-ma<}@1s{hc1D(^jwlS1do;<$s}m{r`X5 z`u}grma$%q_td=_^Z!<^U%NkVDE^IF$DfIPL$DOA1?GUd@B}*n>-lFu6i8~>vSsd8 zFRw2OO77H9`_z42agkh4yCIjOFH6wDeX?n@1;*MRm6Hjnay9#ogr?&MSs{Q>VUX^3kKmX&eKmX$$<*vs2 z+PZ%`*Kd!1*BNL59l%_FFc=AH=lVu?PYrAWwt!<|{lGqO5`=@eMvWS!uiLQx*{$r` z-`|1eseAYUxpg~JuB9YObbO4Q3p+2KKHJ14aK9YJy!)uzcjQV=2`H7Y^gP7}1fdV# zde;%rMcZD}uDa3!exS?98K|GHk$G0$vd}d^HXIJac)%oaM=s!nF#+C~AGkFtNgP9C z#rjmFQqMQXxFJi_5uC!~ux@A?)(lOM)yM;={rR4IF~`VBx*|0odZ^IbZp4XSq72>Z0fzXiXeqW;^rkE{5C`se>p zg75UTYI!ryCye)R>z=uOC(sS_1bqQ>eb({E13fSsFy~zfOn^0T0X`rQFxNj1u7c|m zCrzrj5*zbfG4lMMVt$F-&drge8<=aC7_Y$CfB5(jv3GNoi-`H*nT2vSuT0_!E0x!1 z?1v<0$Zqu8d!D)|3vIomBiaQUch;3=-3CcV^z{ufSSceHt;cwM7g>)n0j`&?OCZMb z9m+1116Vh}?^>p~p?%Qf%5~X}zW;6U>Eeog3yc|Dx%&ikA1Kppy=C-jE9rspLp@RN zAAx@V=@@rl;J95zFIfHx&jmP#YuX7M0k3^Am;sm%)oJ@V=^q6_E!Nhjs##U*stxkB zF`zA~_DGwo4L|31i2CnTU%}(?*tLJF!T-kRf1wOm=I<)^+GWl%WZ5i!Pv`DJBNSW+x$ znQ0QAlprw)G06F^$Q8hPzo(D4oV%GN;TWrr^*$sdHCHa@mP%w6*7GbVm$Nr+i#2k1 zr;r%5@yCksj$_gfbNriW50U0t1Eu4j3DOhees%R0%h;7x%HRD^r{4$d@4^@#PvjJK zs1LY7^V{(352uI(*?{9MMxVe;v>}W~|Nj8P)zWRe0s0v9F^0fcCam2eGd8=)3=8KU zTDI?a4cEnXe_k(ro-vpQnETT|)@l1W=pO~}_w0}Qt*vv~VRP^?pgsOI_;-Gf->3bm zK7q%hFL<{f_+Rq;KV1LcEBCi`&%V5O>Ap8U9{|)k{v_4ryCt5X@v;$PeJqYeB97lgZl8g*IiqEkjkk109iTb- z2wS6HpzEmV(hKeUgAG>896MiG7j#Be`X3QP^zYBH-!2O=K4{IJU|H&SQ06%L%2W#% z8MSh==wPjY&ZB2a2jmr9(Puai{RZRLTFY$PZPItb^ar@MV6Y1~gN=ag{`85=i-v$Y zZSTAOaq(~4AT>#CQlqN8#=P8Q44F=BoGnwW6B?~!nE z3CEiK@wdhEa;lgFg~;GV8>D5gk%}MaICzriOr9^gXult9xK_rmv6g9A3t-ZEjOAOk zSw^n1#JFBtMfbXMR!L9f`(4M)f%d0J+d&hhH^vQc%R&f()F=$sxF2`{ zE5J4n`oyVVBw*RqX?vgbj|;DDhpG)ylZ2XQ+-3}?eyL;C20LJ%c1XH_u5ZE5)W7q) zv|IjL9)o^>$K?s zur7~HSc=$%C(D|BXEBavpBVcclFdiM!~@Ur^Nz_>*6r4_@{(44$H+$=`$+5l?kxVjVGzDMY=Y6XpxILmi^i&?(UTdgT1B zGG>|ScONzTI0n~v6!-y0!16ExGr>481kiuhX?tJwkBhEthwrjMHTKZ{7}MFdOifek zY+q*IQcs`*dc6fds7T+U&yjh z{q5htm1kQj+aIJHfE;)Pm@Bj8rc{%#??kc*c z_Dd_uC9kMJvU0N}^%k|Cf_DCE5*-&U=fgwM&$nMZw{H_$2Yc~7cv#{w|K1<#d~6Op zE@sfaJJ$6$huEK3QiXPaJoMwmV{QIe*@ShzIp=TU8Veace}&B2U@aR0u{O`eB*h1K z;MtzbFqfzMgay*LOMhvqg>i%M2c3sclOD+FyN%YznBXbWs{eRt)o;9X9y3e2jGiGK zF%Gc(;EBrk!oe6fsBh^ZgXb>$HQM`Pah=Tj>GPQPm;;v0Trdd?2lSuXpibNSsDE5= zZ5ynuecE8{*h8(Vy6=X4Z9uK}1^vJPFbE6=v`NDKfq;M01$_Yh0et~|2Ym?h0or#9 zKzo1N2QCGdS$EX~`d|TA4%PwMxjonl{J{Z09fX58%*{`?wzc^*x3KU> zHP>g{SHM_4#{ASQqJ+`qJLb^+uCQDHwM&xbI=039rJtQGnP5+m1W7YoeE}w`Cutn z3#fZr;12u%ZT|!a1<~NT;erMCQ*Pe)qZ04m)bpwP^2$mn1GjExNXpF=jOn?qjO$^} ze>L{1oC-NDdk^fB?S8&u=j146(Ei2rT)B#RzX$r|H(^e`dB9QGdOAYs^Ur?xLZY!Q zmw$2*p68n+rfBzDL(xf#u!5M7j_*xOFAOw?>u6f=uDk2qcP8C>?-pg+jQ5d z!ga=hb6`JUorh(z9vA_Z8S|wffMrU*O8c(U_P*&K7yB+dtgZdpHptwanpJI(c@wqG za-0mNff;~hTbt>4uLt-Y`ULs{`T^zy^t;-CeuXiv4XEt{sEZGQ>H`|Q@9`hk@~$#h zwNKy2>t{KzJk*%aa${)E%>k3Z2*A9* zC!qbc19jToL;W|z1rzE^jX`SescN6`nQ^)oV0lryv_Y2PG@uXWfdybOSOQqi#0V?` zv{M5x6HEb&T`d1WpfAt{wS7Pfyk{JwFXDOqEcB1-XaLkQZ}jHcYWv$(_>6Yg33LOr zP5N8bqgcnE2&RL%fMvTHYy?|?3)l|!fFmFTTmp$$kMFjhzyDW-B_%be=l>V&m*1OP6eWj_9#QK1yMqG78RL7FEnhCH)~r$1;*CL$?}~MG z*Zb^){tt;8=H$kpy+0Sv`MH9>?YLPgu5r}=Ev)kwgS!1e(YJP$nU*dxdy5D9=C)!@ zKo6M*BMUlVvMEEnu1S&YKPQ5bEDpXMZux&qb(crSP!JRhDH&#xhQALBpHTP}qW6cbuc6*7M6yzrR~m1uB(#KDEyA zJgnn0?knT^(8hoAbg=9Q*d;r5?UVyY4vUx1c3Hk^rA(bRT~5YcliOIAmt%eGFa~EG z^lyi?`c7foPbQx4$MyV=+`cCsNrmDReOnw6|F>L-N8A4ynFmeJu|wQ<*an?@qK^*q z^4$Ezzeuac`hDJ@;Rl7d-Xw4l90mS>KG7VoycmP@0Am;94sBWs(ATyBj5&4M-c$Y8wnfHV z=AUf=%Y|{D%?z zrr($an8%I=^Z|W=HlY2t13V9&591?!0Cn?T=^y7?TlcE=>C1RM^liL8+8ynWF^K+8 z8?Y>BqiUJcU$V@X0s2#xwcCJg4o-nEbg8-b(y8Li^u5%-5S?>89iW^DthYpDps(EekN$XW}MD8IS(Fk!x*5 zckW7Q-FKL@>p!fft#pzayoxl}X0As+in+B+T+FBn#+op}v)@f@W zgF0>Rnf_^yg!b4NsIi~6*by)<>IJC%5nvLS1r`GOQ&T`)(+)kL^Xu86(ZkBg{Fci>MnX9slSXQ)SmYp5&0RG?r z2nOLG7Tml7kLGRe}?93s-HfUhfkj=ux&33B+(5-<;rj{sw= zYLD%)&p4z5Xp7YTL_qD+4q2w=zyWLpJ6g4Bb#Q};>9vbdm!90r$ow{|py+qGrR9IT zU0C$n)Xa=;&V`<@u(Yy_K|RzL->1K@0BgWvpbzL<_&dyZ`Mdmm-W%$JF_N00pQ4`r zZS~J{djrpt)Yd)AnKsr8(62Gy=QT3lp*{8is;`}Z{pr9Es4<_u)&=;0Ao$x8n3EUQ zu;B+Wcz+$aR*unv_(@ImlmFEHqi4^g^1%bi%()HS|5UG6^L)1Paqez- zRD>|zuUfZOHd>e~{d@kqcgfCx-I&k2S!T>e-+TA&GJn+?$$Iiq((pWvgtCVcbLT$h z`;;kT|1uHx)3NUM$=pih{YByumn$x@+2Rs&TbwSXV||ZgF~gdC%Xb`-1<3d3L+5i* z2Vl%!isyPS@Yo5T;3vjAk7FHhtOba90v1>oaGraB3|fXYgJ&+nIzWr1-~3h5OK;BW z7VSDdY|yY_7Op=UoC1M>Hp#N0ebHWLfboDnwJ)fxecG3*ecD)^w)ar~jc~!LUD77i zyk8spx`1WIvYQDO0&1Vybp}4j@%K&D)4LRL>GF$`ihDm~->s5J%>6o$k}G>t^5oR* zQn`k4AtluhYs&B5{bOLz-rUx$TkpcZr5!Venc?@=4<*UkZ`r-uKI z@gL`<`qbLGr_W;f(!Wysw6&Ii*QMrIJ+aSgW^7{2XFjA4ST4q36R-oGV0Yhs{myUq z+fj1-Wbo76g2M00D=NP)xm)pLc0s}Sl@F@_i|!x72UH>7FT8UH{dqt2;s0kHKUwM9 zPe@M0`2FKzg}(fCrY6eVeQ#gn{QLIG-hDxe_UA8JBt3fel`=Xvlx zQ7?>{yg&3;|5p0P`841;)q>~9a^?Bf)_n`SS7SbNPu4$qoddvdKtIbemmSsCoG8x!ghDU27YUnx~eUH^&Fua};6 zOUdzB$FH61$0uHskkC-2O^^NfCT5$&661KieSKv2-aWDtvES6pObiz;ls^6YOBXFI zIh&lO#QsFI?ZxA{o7DcT>Q5yNF+U4!0oULUf-)<`J^7BfU4#Cieb=jq{Z}wo5AomT zLIUD{xUAlDT$XIxgV>MffnZ%8GT+rtmLUh=JRh#%YlGNNAFycqex<&ztv6qEX3Uqq zSPQt1-kd+TYTw}j$|MPdf`h;Z*aH)=1n7f_fMxslw9os+`&OszJ<`7#qiCayON_CM zNwiCC&<`*lXI?%B&>lAeN8qE?z5B`I!KbS4Ry}x~f#`NOI;tK)ba-~dbkk3SpKzF*7%7$d2fk3nO= zd-QLif1JnLy8i&5sk-O6vRvs`S+=}}c0i5!+Su<427^(6-^$iTw(sy&+WNO{^G5%^xfm^9Cc{UKlFnVbiNTU3 zavOPn3i|sm&lsn>{2>m1XcSYUb5ix-| zfF0KNv%ng^rg$F6a=!yI)5=9At+i14`>6jFSlfqd`fzUFmNQpm4f_3uVLYGCj0MsY z^fp)~gBGokF1`D_Lj5NVWfBRF0hW;yV7V;=27q}KZJ4&K4Y~l{1I9Vp6Ymf0U)4S} zQK#)a)<0tt%Z4$x7hnt?3#NmGU@h1Jyjr(ub7;@L{ddc%9@J!(-{lk6J=dUlAOF%B>7di;(coH|7-j&fBVfj@H_~0PrpQ4dRzCjHJ*P5z-ysTWBD@X4+AV?JwSUk z0xSn}KtIb|b`LlX!kRQ~c60Rj3E$Yey1n)b*z@CoW0-ThClKtB;B)6BIV}zA@svtF z`ts8t88~#Pq+&cz>iy?(5qaME%pysycq#>WCU3#BFYtWMS8}c5iR`(B zdjIuO*$Vx8Bo+zV{+!wO_eTHrsQ+7?x~#0#xe|4N+35G1gmFMq5dRl=_{(yP4Ok8z zu<`H(rJrD;nG16M1(??h?du!Kz=f+tXUyd9nzv|Cj53J^r$7L30~TN@!KJTA;FR}YS-`+F*(`IR}%>m<6N5Gs^7YqlJ0PS))Fas{|xw}@bS({Q=UhzZ0 zy=sZbD;J;Zg^Kp6f9GrT11h;_n0n2y;um-Nc59|lD??{l;xM|ZnT0M1sF%tc6=38vUW4n)d`ufR% zW5?xcLcH9}xFzWrx68IXYM$+S9Je2fe*JTpufzU(&egMqz8UY=LjPE^Tg{Us=;PO)J6E)O^_E_`y0RxU5_SF;atZVJ4r3nwnY4Vljo4rG{3|Jh z54eSKeuuN~i6>&eM@or!LjPNnip350-#PlH`0sofZ2*|>Yl--8b~F_2`^S{JKgR;H z{=aZ*fGk2g|2pLU)@buHbl-*Nei;3v{aHrRckT)qXt1=VRl5$=n5TRVWpWPe173jT zwi?U_wPQ#xyjN}LU2&iHP`#hLw{_ayL;cfcnF~?>YVJ>;IU2AW8I#ul8{m!Sxt@rO ziG5XuJU*?gN)Bg~pq&@}yNUVY0^Pf!4xr+UF`xFx|Llo`J={+snQ)Z__dz?Y%$)j zL7caG08jA^*dv!?W1;t-#_Ch|$>_^V!8qOv5#d;e-ygd7Qu^{7U0q}g^lt+Fo1j0B zK41yP@-11hT+#fB)y6^$7cUfD)cN~B`xB<>p^pCoZG4roD=JQQh9@Xve(rqwmE3vp zl@uWMpUf&1FSPl2Q1__&Z%r;1_k?_LhfT2k-{~sb|M0vH%mK7MeFf|Hg)8g&&Uf3P zi~*jDwYjMMl~}Xa8f$r(9te?Pi`HWOuK8HMcM<%+GU;cqLb~Y={I=1DAEu!^A^^+C z2e91M1C}NI={P_i+Z#~(9RTmiCqRuMym$Xl?c;cw_e}pR1L~jU(iU_D^p}GHZFCl3 zOx_5bz)tl4Mi<_#{IU4{Ly0b`l$|$mpP_%Zqvx)ECm!Gt0OB?qG%y&(J5#T*!UQE5{0LD+oQtGQQXaxQx`p56o);;3{ zf1Bm@w(eWtGul`?K;6^sv_T&*5DW*rCe}$=uJgePumM;B7vKYeKrpxn;z36H_U%io zY;2#W+{*fo%`WaTZ1fmev39N4xw?uQbnUZimxN)AZW8p*^*K_&rI={pSY1bq)pho8 z6BoeP@44MutkKTD1~Gp5%9Y6Rf71R6V`Evhc8wUL?~k#65b}N90RyBr`udYf?@Kb~ z_Z`Oiz1CQ3*DW|)8RJv_+1HBxlkYy3ZOHlE5%)cydpC~viO&=3&_r>MM_hm%I9^8I zAM|f~;hI>XUe7)N6O0vHie~~EI%7Q_JeSJ|>j9V@3lp2OSCw(WI(i0pM))GpoxK?A z_$(3a(UbnryhY0rl*v`VGTH@LZkxa|Fb7NotXI+BGUwvG_2+g#;28FGw?wF@;+~0zcR-D+{$V>gFfGFDTRvmJ(A%ApnZGzc^kCz+9J+7 zK=U5>jBNuBXb-eSAFypS)^CivExrl2#n@}lFIso*7L8-m<~@J~peFdcypOB{^aeaH zp5G^c{)+nhr|KWae_QvA75rW5o<4}>#(ae5r0TvS_US{l0neLx6t7_npzddad4N83 z4KN1|zzggKjAtR>3b>BG{oMHr7CsD%y8NrshtGZ}dHxd5yRVeq1Bb}u88c-a+U6bH z-DSJKzZ^evMq=XQBtAJwqN4F!%sm0nygTOV_)Fk{{jwA9ckc}p2lVeRM|?M0woH~H z?lab}hA*M+=@a;V(D31k_Iv2)h?Td$q@&Kyz8&ANXtBb)UeAy#Qh@fp^3T7K;^(iF zxqa@*CGh#hxZlMX>x+Ah{vVr*H6r zAWuYyk=Gs>U|=L&Mof_IqbFk>u$j_h#JC^ZcJBHN<9w1Z&hI?Rhc@F0=sS&pA(#S2 zg8o1oFm5oe(Y~7j-Z$Pu-b?y&-s6Ah_MYjVwoE%_&dMB#{!$k(M`aGqGNql`fbCto zbvqrKnDlK4V*mBhDhWzQ8xLYXn|EBYcMVjI4j=p3!W(jN*-XR z=s!ywVzR_LI$f5!?fhLEE$!<#HtpUA*aH6Ee8Au5dGLIgLo=V|edPK6)AWyHzf1Rx z@cFxR-wL18zF2l_U+MvRfqsCx9|h>grUL`O+=jNg5wJ|%fFIZo7|$X={Kp@EoHb$M zq^bi)j(uJE?DN+pPd~$W`lk|)xinX>mZr5|km%_4m$?fU$wn(Hv;p|Ye$?$Fu3W}? zobjmZ;~7}^Y`edo96fm)^Y+fj@lz+2wK|p?uR^}ROqL<`bNHyUK(v>S~ zhL0XCI=%Zy=WbfkO{Wj)_0JLetK~eN;o%)}Nt}+K$2pWq#misF-Iw3W)#3-@#+aW- zTPTLFN1H$Edsyek_Tmk(N8EQt&gTN`B5z`iZnXa){#yh`$R<3mXZemJvKV?_fxO=m z+UHom$tJeaV;tu7kHY$26Q)V`Q4^(eFWqmkjz=c6ABi$j?ZpoJ>%k&01JKV70=x(G z!;BfUZTe|7ZhU}!YM=bWxA#H+xMekDQ?6#^ z7yh9L?e~`oD#Q=^>#ECeD=B+P$TDyUx;m>~y8i#|t@vGwK2MZ}e{m z{d-(ZlO=9De&4!F_ggqN+qiZCCtv~=1ND9~hH3+zAJ3EL%k$>_Q`!LkQR{#3cyEr& zW7AGl-ShY8clg_k_p~Y2N9dCnW9T<&bM#e%!ALLxungw_mLu~hUYiwg0o%bIa15LW zS1~3c)zHxJUeJMqUuNVL{-NyCS8}`hnZ!c(;aPX&B%WyrE)y zeF5VIeKPa1j{)x;?;-E!KTZ2M_IpwP$7!l|&N87*Q&+4fX@h})esm^ayxIs@)&X-3 z=O^dfDg8dX;sNG#mnm_b`X^hkmh0$M=F(;02VxrsdeQ;Z8Sf{3InSH=RO$eA)jy7- zmPc*fGsocXFmAAnXh+mN&!IhFdC|^#0_vV|hxy7lFcr)O3&09MA8H940dxIb;1Dns4{xohDe3`kvem~&jsyo|P2LDa|L$H}#nNUA;=2j*`qfH*o-txRWBnUy<}O%J zGjixO+i`FPM9mP46VUx zU=^tt_kHsHN!3+Ss=?JGGW-t!*we*aUp_cZ>~rdejRW$J${m<3o*rH^$3duJOM zq+}PDe$VkfhcVuVai8t})c@}I3|Zs0UAhe(B|V0Zl~&z#q;-$pvhH}4c%y$%(SI!K z|5*yo7z?u4#rM0G9lI9d*v#n;18>0lY7FLrNq|1RH()-e-qXg|SA0490RE@?$1!LJ zv>_j@ z*ROy7Tzdz{XBE|t|5W|ytD3BeYKhLjD-l>T^IUqN?2S$pYdptx&7M=rx>;*6F2)4U zwzJ0ind9d!LOo!B7@!_tW^FC5-rmRqb|CHti3i5-Y_hbJB`cRJV|bRXTp?`ZTe)U+ z4eI(e3yq9wMvos~qtjQnrbkbm8ZC_L?Sh=Yb=$Tz+WiLnA+D%GuHSnkF?c<71NF6Y zmt+^7uXFF!w~GGr9({)UkN*9npT_w)v27P)y)4gRjlYmM*$n+}hQ^();Q1VE2Uhf- zfjU8oqW{e&BJn)0$Qqk-u{AD{*YRARIAskG>njWj1`kH0eAP>wER?_v;TnXq18S ziUP;L4nRL@0*t^+z_MqYU=GH6^SAPT-t&Lj_A}5w;}~O@KA;WLei@g81`in;mv%en z54X_ocK~(&pW68gFxI0`j^051Kj5Hf4H=ELn(@*Gb%54A`r!HN7evYb-^73B{`3K? z7q0X>_~%Z222|nL(clE&y`@&D8^%uh^$~#am9duhl|G#@nL7O+#ee*}w{_24Le)Ke z3w7Td@V8Xmcf>w@kT&QI1_1gd=1SB(?QkBT&s+n{fGuzbejo_&8bd*J+qP}fO*U?P z7?+&#>o0%zom7AI3(3H^x^S$We-?A;j-Zd-3(vo_I1(!B_MDd0STk=8=EGTGT+H?h zv2p;HW1qhLYA}|+rdxMy>54f$9WlNS=kz^d|1bQ{g#Gzu)niFS?7w)sM0Q5RDY<_N z#`{%&^(*NAm$D}reLQUQV?Q7Aen;rv3hR4WVQp_K_<+r4uGE+xkEpT7y1pC(#P&Z& z_Wz@8*c#({&4VLrtWIC9ag0n6*Qo2V9)13OXB$b+$@-$BHyi8tVja&xBmUH~P1{P8 zR~$G40s+gDHn{>AfJuP&oTWxL>D3|NGL}@5g?=pYs2}>$&0?d_lSn!t)$Q zPLTG!`b*oMy0Qq*boaz})cU{L2566XV16{bMrYK-=Q#E?a25mrXRr~_w@(M7L4VK# zuujJuocC4HKVBRBcjG_53sgJcD|JuXU^%?4d)A4VZ_u8)0RDb2z;mJQd0rC%&(Q$z ze3`fK+_wN%-~(v0$G|yo`NI!COkT2d>AjO@&VF5Cs8ef6#6R6obO*`IR#;2Sxz z4YAM?IydLKSNqS2Ii8nc2|r+ud9xnS{*Ft@5{T#B1zf!;Q$NmEb{m@gV&+BeIsQn(8&({Mvf9IOE?b`iE zvu4d6j+?3f#dWmzaSlJ%^gD`myts}p+y1Li=YRP1ukg1=xbKCa2)SR8Y(@TWkF`B4 z&&4Tg`&*rhtHJZQYBnATdu?|yrRJyj&-VXx#RoW}t;jy&x;RDN!1KM3-<-ZIW7k?s z_euKD{~SE~1JCY&9d*^|`wBVIb(C8;I0&`@8?Y8IK1>6=56r=O0@e|E&zP^#u6a*s zC%n(R-@O0-)a^ajKg;m1>L1U2jXH4T$SdamK^V*LhOs_wZ2tlNNjY*f?mD!O_1Y2t zJN6wY?cf9SY`0?!2*w4n{SW!Ss(+3Hut7a>i2lMaKKSsXRQzrz*azrq%)v51A2bf| zoOo{ZQS?>3x74h1U;m!|@jc#m-hUPTJ5~2Q4*dy_$(TX^(gx7iQ1^@}y#V9OU@#I) z0Mh_CztFF4E*X&W##vezW7G+u{I|2>#)pX zIejxn4#ua8PXy+>A-7+TcyD&#yjWtKoGr%7IU=8SJr^x5=VQeUK45EDf;gjoZRG4H zJ%^5z?!Edb<8)S_e(#2QfPs;5LqKo9yuUr5 z-);_=BmTuku+Mw{Pv72C{jHR62G~ZskBnJujoc7@KyTXrRsGvS{|@L2nzGjNSB;y0 zl8xg>fy02w33apzP+yF(jJMPv^+;`g4Cvdb;f8-p|M+`t?W?+HOrUMhM&8yvZKyNQ z0y==Yr~erNXm3-&Y_Je82VD;=fg|t&y8vU=X%GS82MijNkNLW<(sT3vRQB+RSPvWh1Oo>TR{Hg{l{viH z(xpq+-y`OK(X?sP2Z*snAAa;v@dkUB-zAmZ$2$J#Z$SG)Kop+AeLPfl;F-IO{ng0( zL(%T*igA7RS1_&<>-lk9zfD-8Y{r=W&FGh~I1%|8^ZR}@KNgPHi)h=6gZ|+oqJOFb zI9)>QhxQ#J5c{#luN8dTz$K=lHEn@tO`I)VhG9)lwE4B|(2-+&6H$K5n}WbrpxVVe z>`w-~C;fmnp#9P|=)>vHd4CoAz$>*+JNTz>@1g!#R@6W9Tx~%8j|KFv^s{Eb9q=B6 z&M}x!u_}kyp zJ+GU7gt;Pf3Lcj>#NW^c{5_V%aKQ55d9X})PV|fGfH|-Sv`v3-00e_@5R36UH&?G+ z_vmtL{BJ9ty{IXC_!M!pQdu8?>tyZ2nz^2c&VH78^~q)5B<#tjT+s;c|`)|P`-fW zOkcYQ%m8Bm?+@cbSHSz%640MBHqgh@-~Y?BkKcMP`u}Rx|5--V0n3f~t~M9|Shh34 z60i}tfz17ozbTEm$^RB|Fxnru{|6jJ;zKDZH(P&-+O@c9IGcw z0?z!`{QpfGpd)O+lws^nJ&U9e;;h{~6Bl4$ieurAf19rQ44N z|0%KLKKlAA!5pCGgnhBkJdHL%A5MSHxWIee2&guI-G9yYp2dGv z|I`BW-tM3u7zL&S>dzE71Kx+T9XocqarQ#kZ_c8f+Kx7Wv7Ywu?QGBEywGiEv)0CV zEp4^|=nfJsey_XM2)?=}5A?{jS*uikII{x#h*cW4FLf{uW(gMOtKppO{}=x=Ca)4^O|1XhEM zzy{DBeZXFD44lWj$jfLSO<%rp)%`PJ7k`_Wp84mj@~WBywChEnet#aiKb~@1_FTCk z?&q!|#)l!^hy0}bL&*1!UKAUwjc)_3Q}g!l0rtqLtq?=k?mi}qT>NFOofmYE=U8J+ zTs_Q}ow8=L3|p{D`k=2|XZU#08h|yiyY@gIUOV>V3Fc{k-?f`oO}q9Tet|UsA3^u` znCs(w|Dt{FkDNU9^SGkB$~Yg6H#nA%E=Lm6G2ZAl`XsPsC}Mvi*7M_7A6K;Xb6pRv z=gYQ!OXz)qp8@FW*Tz~t zIvDTMVaOQiFklGk{R4jaQRBvGI4|150pJa`0Qz0#UV4D`Ngu5ZSXbk{g4Jt{tE+)dkGA^}s^FoXY|DgHy1nB>&w3UtY@On4fg4^OG)?T-P0K zyC={ma13id_dp$v@xK%F-v#Zsi?ObwBXWN=|5y6}?NA3`8-Tur^KU+G)iwvmj|7JR z@3|FN1q=YSNL^B+Z?^%^hw(b7_l9p?`JQ&5#`|X2=QXOjXT0EX=$LpB*Xbn{XbUNp&|3v^CN)Qn zC1*)cOe*U531Wx(F6;MZ%=Z=DN5~e$d>d%p1~HWSw>xzOpJ9$H+5wHX9}ok?d%cbJ zGLyQ;8rYMe`w@#)OP?w8r0cNp(xLxw>Ck(SwASkNeUlcgpQA2c)wFr@&+z)7b?dfY zqiwGo=lOr>9-kF9ZqoQ}aD2*-@x_%`zpqTrV-3%c)LglcRV0@&PrC|n|L&(>%MOh3 zaN~Mj7~ki9tw0&eXMywF46U=T-y#?}KjJ>M&#^z|(ETR(u1&}T+%OM>+IPpR7wU}m zc&5j6j9==B`Mfq= zd(aXvr=u;?9#mWSmuers`@ZG>)Co00ZP16ZJo|v*U@|ZS^t-me7aYfWe=*iJw$Bpt z?uY~WbFDC^*XAnb_Fcxj-kXIIno%UWQ_zPydXjYRKU6yO8Gz@t`-&rSe$EHt7~sFO z0kTaP{XeUA9R73LZaqqI{Aj@Y?g#9^S}-3>1@uYuO*}{XDxNcS&GYAVsPO(%`?LjB z_q2~TfVRSTK|iMhc)US?$EIEBf!SaoSOGQwOF$c>PudOWpH71a5Z}E=j~qKkr_T~@ zrv5P#x{u2%RboBs_s5enWgq(KeIpXZ8Je&<7OwQ=nV}AEiFi-l+oGPY=pI_Khkop! zf6IgCWi_6Q%UplHy|)-xVLfcDfseLQ8N1v>2FzL{TBG!&rlpx>h%5$IZ6`Fk$#nVpa<9tR)YV--g!V*bzJ`%j4>UA z00{&FApt_D(FH<)3cYtk7fnKq-h>2*B6{z=_uhNQ2IF3c9mh`MB#!?nPIVGjwBPqT z((zMxcG^oq{9f)_-?~>q+;h&%ZnI}*PbZK}x^keH&5Z>m3nk!j-_Ni9y{~VX|CgPV z{*(skhkRlHgoAvpeBb~`0m=Uw;@m^jh563;JNLfGqL#-*=7A=`MB=)c%meJl@3rLY zh5*L>RfCB~Spyt7Fp*p_b3W+5bibhfYhUQd)w^>8o3+;7uCrWYJ1hc?IYvNFh=Zn3 z5Bxy=uKU$}tKanu!qt2IPXAUG%7g5M{*P=&O{fFGAUoF#T0vWot?37fd6HlP%z*i@ z61KoTILTh9+kNBvzq@tkuHRjG?!luI==~0S{l*J-Y#s6Q3iN(HW9MnRPFMJqJJl}Qg@wk{JYlojas)SchuTF zxmwT9dS1@=I%K0a9?F&PAHf{P@HM+~<@Ylf|7D{8quKKlF(k$O+cQtpvXfN|ZAuM) z;{K5Oe=Jd|v~1M@P;8YA<3N4U17blkpnmfQ$*THQeJne#{+I2SOg{yM;otuH7U{p* zM{OmYQTs_xq$ARg5RgA?2hxW`kS$&Td&BG3zjye|xj!yA_pD7_^NKM!;- zib-@|$GyD0Z^X50_vVWA>px;IgzY(V!8UNt?dsE4Z3X%KrHt>hStpx;-j8KIZw$Ho z(W~+MjD?f&hhvHJmD|&N-X!Mo^m!aQGm`ahJ@AWdQ>I%ivA$Cib6Bc1??2MQI`?zd z!~4`HryA7ID%1|PGQI)7d%9Th*SV+bAl*I&`(YPs1KBE}&pSbO>nO;^>i;~b9aQhl zyKlVp=vDUczW(E%*>~8_r##==@Ez>J+sySJy8oulI>-JE#csrS+Six3nfxBlp)vl5 z)w>?y=UMBw-_7}<`}=aS3+VrD*7qNBbU#b;2GsuPLLMW88vZpI^H*sQWfd5^c-IZp z-rl#lC)q6Bv+TddTBD&asQ)8DeyKM2f)}Wd)&Ipoa{NSfpX+~{;(zJC?4;UFx>F9k z!4K+z^dk;>!$?qnEQTGGyu7Zi-?H`B8>rziL;FA2_o;fX(*K>$zGfTFT(#i1E}XyI z&OB?@CO;KtL)Ps5bN$bs1JF946xNHkO`80B5AQ0^^ZkcG_J1~{!61-+wuXYSUlo3q z4bXi{-^=8GcJ*G*B0J#+vKc`j`Dp@Cpl9m@dOlra6r{s6$cCk`0d~Pra%fiv4juOP z^0n)Jap#3sKD*0W-CbAi+A_|(S+JiqdCcEy-QKkAjN|1C@%M>q_M!6!@c##~1xK9u zJ14J4j%)%xf0D+_E2)8zxyU*)9**ODn;6FTtjI^8KgsbRYd6$@1*}jbjC0hW#-?wQjaeou5T(AC@-Zg9e5A%JOxhL6J z-Rn$9g@S$Gh@aJmejq=k_)mRa0wlvvgXCE}vDdf7|9{OKpmeAb$hHQ8+B*iigJQ6W zFdw$CKmBY*)~pY-R$c2qr#kyUm={9-m$5GB@Ut&j9cnf->p4)i-KvH*a@Ke`Il#x_ zf9Zc3Ys7lbT=r%4;QIK0!irVp19D&z42PZ&3$jV_-?g9`NXIJ_K=vCB)`FAUjgKVjEN$p!36eG6;`Ci#!`NnKm z&pN=P>?wWc=*|0&GS5-piTH3bIpL`=haAAk2d`So{v)h@hu-W3Z04*5Y(oxf0=n+z z|J*qMtpiGDE!aTzwT8xa{@|%1PhaF3yFoH7`AvfU&;fKm4Il_=f^1cl0#xO*^xhw2 z!z42eL3$qz`VNgH^?eDD0+T>GvJlq5HaG}p>IBt$E^BVi2e)5-{j=xEg`H+DZ{yjU z&RKVJ9DjepGFYQCja=A7^nU_#-KqHdWMtjZd-OkTBl$hv$C4*YQ@#w_FpydoT{-Kv zUGfx*Vg9~#LK->!Bx~Atm<3bo%C~6@WBdrl_~Gb&NN(vW)qh62+~J-S=Sxp^f~)s) z`K)%5&Zv*{Ok?uV=dmE$re|CLvH`Mf$Kj^t1DiB$^7FyN23x1Doh-ajeez8()Jo~4a%;h?@f5`7>J&@Li z={(r1E&H7{fVG>`-*rOBTPIjLd&B>C4lr*YptB#C9ALuQ{nm15>TgSwEq9miKLql@ z*&vx70*XW8AOganF4O|Q0_bP`UNM67UVcO4hIY^m`hjAZF(7@>^C-^HGi`zWaEdkZ zcM_74zklM&jX$9GxtCZIyOn(Y;v?s6-u}}z6Q7?!oS(6sHTm0^-^K<^B$uaLzUtPd z8$_H+JBDqdMByfP5eR)Kh<%beu8se zuxpOKE8Zu!r_YN0l^0}hPws5wLG~`J>p-g>8E2Inw6IDc#2R6ZtOm6_ixn?^lY2M- zZhw#Cv-(JOItH48`cwAa2ju(9LP?O^7KI}46cmOh`uZ07f3=-#sM^y5DuW-W&DHj8 zp%09Lsjvig)%5qjxo+Fe-_AL4!&w8U`Mrsn4`8kTX4bpxVGWt~0EEPJVn0x%)gcFv zxb?)>>pyWp;k4btou?N5CTE@)Z;xAr1!EB z@*BGME};9DZX|-_Oa5{mtbk3h7ml-T_U?$})OU9rI{NEdufO%hb!r^$WB)ZGj|=c>BRdPkV%ejI=`EQ9nk!}e10naJ{AA(%;TdQiU)=)*kIkJ=2&};@yY2s zV|;SpEtn^1$T^n&Q5~#`a(mKy^7>_~*ZM=zlBHkco-V>M*aOm8>Amh-_bHU(09tNJSbbP+{-V&_PQNEb;>GKs$^x#m9vtiOB?46 z*fS+cSn-mjtrm7*JZn3Zzf7mElCcAm*uyuSexJlXp3$1?TfNg^`05?3`#+gGQ+vM2 z`!?Xb4&Ml38g$>AJ^kM3f3@KHe=1j@((7FR1gNhUf$ncK^o8~i3E@y16qkB|WVAFC z2gz*_aCE<6E18QY`}&sYzwD*jt|*j%vQP;WXVry9phoQh2_PSm16#_JDSK|#y!jt4 zIYE6V*7i?kerSSfJW|(VDSHD?vYxC(pJ5hA9v~3iXHSR4FWksHp*shd@Bh*LvHYK8 z>caG2xG6WJP1m1d#wGWX&y^sbr5HfIOfoLHkPT=KvIDwD(F7zft)LBb2FbttpzOz3 zm2trk|JJ)--XgcRpYttNp15pt$nDKU=cV^EShpvi zKa2e^+MA!jIu`kTjqQc>KSjPD9Z6o#`W@<8^_-EP+e?~AelIW9j~bk4je8EZI-F%! zjeYLk!Hu0*-_t+n^Wq+!?{H6-L3*(lHp2>-4>Mo_xO(58&*~f5#kQcniq3ym8|e4? zciDiEAls+*Tn;-z@0Nnnl0nZLJD*ysA*kvtn3d^9gPE zxmOjR?{nQtT)$vHr}4A;OZH2BtbUb!_k+sd31vXCD&2n?B)?BJii$2Ip7iV6r2hrR z0MdWiQ?;$)tG|{5SV!L-88~F@z`*g{TU@uStF>wWIwD9GozF@R)Vve6SdfaE(Gr0KyMB4^;X7YEul=~3Z=t;}3l5&K zter<4ea}SiGx75?cb_2kKWUkJPqX)ywK~jOrV;O_G7lzwSH4fV{!!?CpR6U;iTyck z*x%x;*VVc`*6%dMCf04sUN^?URYD?|&ud^6>V!Wk>0R{$YFypmzD~md*aE8{2eM!y zB*QQ$sQ0n_tXRjjhq8&yAPUqb9YJ<*D5QdH$Wl-n=vw#S!R8%1e)qyFuiA^Ry=MJ~ zkF;{0p3XXAPvQX&K9|B4u%^(l1EtD&S_IEAZrickv0DGPnK*}efysxi+H~e~XPl&7 z5aa%_n+{n0uJKl-QIvT%!Ojr}de?87OAY^z$RXY4x^5rKwoQT&pnFw6>KQ^I0IGuI zvK*9xVj!6<0@DA&|JDDygx9pS6?Xf=428rTj8Sr>aQC?xd$!j)_O z=fT_Weeu$JKXUfCZN7MiJ+J3%HskxOUFbf0-?PyDS$j{iU+0X?+D{!E=Itlo^A+DK zpEm}*Pf^^D-Yd5kpS{{Ta(;bmB71X2jkj3zUirP|14dbBNAjV~l-q00+!t%3>Nd2p z)%-tts^~M%a$kDhL;3f(mUrE=?tL;Sb{`J$py!lMOSfBq^t}OugY-pxrl0kD*#PNM zcTl^@eq_K>aP?od_Q4kP|M{0*wijQ0%{fD?Mf)z!KB98$CGf1|Wu9JMRNtslM|KYd31F`C$TA977S?@m|-vPrtP0niC#&-4s|P#wHMaw+*N0blF;|Lgz%Vf~jKRhyOs4^Vsi zK`=;;+CXm@3G$_jVFzb`USGap^KUY!-=w)etpUoo#Mv)bUa>{DUbizZzHY%fueoVU z3&-cxU_DU3xofEZP0X*oKj?iLdY?+Xn1=62qc*&1Ts7?2`{#WBH8>2LK)N8iBO8zi z2{0I>50V+lw)~>(gY;fHlLa}j3bw!jI91ul=XMh7m(Sk3`-fMV>%RWRcga;eZ%d9` zux!Tos%<}G`(a{zbbt48;{Ve&k60l4z-fLy$zFWc>EY+y{Qg+w^cnjO&ROrAW#2ZH z{WkB14UfpJT%+bsh#hZmP1(A2Fc;LX>c1YK z=abCo8T`QqDu80s5>O2O%=b5F(YlZe|Mo;*-@^F6Fb(z;NdMKoWuX%If@G;7M1%aT z`bd2>A2zX8`(*mWNk7WoeIi#m0Ida_eueYju5vEOjW?(b|Io%QSxX+Ufz^$QGhgb0 zM#hh@G|qq=N6eo_EtoXslTuVOmN`KEK9Mz}u?gvaEal<(64y8bdqBQ>0mueS0_lZh zIVqnM-p7G-MtZNmRoo!ku@_EMsao}B*WP{JTD@iaFQ0q(y)SQZmgT|QFWTypS8Tp= z`p)cVJITxnGSdcA~U6bAI z3~>+z(hXPdrSk#c2Q~8F^|Sg-ae)5T)qj1L+DYxBw$XKU503s{xO(;ToySgC`=Mj3 zZ~9bQwfms$K1+?BRa>0;BHo+@K)x=we8oyuUOB?AVu8|DvTQl_?KZS-6J~!ooc7TA zhlIr&S-Y4(PE+~Jx>mkcu=xgs{hGKz{dyV{i^^%@_pRT zKj7w=apT|HvhU!pUV8WaM|a=)z8zzK%UZ_xIqboo#h6~>{278dy_vg-_o;C|_uy&E zK6uKh&!KgCTEFMy^cD9r-gn0MGnZS3H1_0@*NDlF^`o^`Uwd?@dr~8^4P)O{wQgrr`Wg}_~fI{ejwcm z1^u5`=ng|cb|o9u!a>lzJQzEE!cTA9ea^a!;tbv~6Kvw*)pq9Q9n0Cyn!dTqEt+*Z zk^M(G`?@Mp*V)4v6Ob3sJR!QTSU^lQw3?K%mYhM0!zvOS; z;Ch$g0H{A_gYHSs+YMx^6xY-PKd20zAeoeJlI}kZ(*37goiF&#@1N-F+ot~oa)4^r zVjw%Kv6kB2A3~rRw1d8o2+}$EtK9*$YTsJ8cH?iSGC!;}z!~`e8Q6f#tFPGtVt|tm zUbBX*|Mw^V8xq@*+HQ@k12OVAYCol`7Bp-Bl38Dp$UgE>1EV?=uq8g%Jr)rsXj zyeofY2g))wD9L((;>;PAtx(BA8S5o1++gYK0ZJnli0n7g{DSNMj_cip6QF+5m~IM; z0?C!0HxlG;YJqH7MJNX)L9!_y^_B1MlAclMarpNq`uY~@zuNT~P+P0bC0CNAAZQFR z&;y2paX2M;Y{{dU#?hgncmTh;?M zw;<{}YhTD%#);I5<&2OMHi|LzaQ4Ox*Bo-rYKt41{8`1SzVC94J8&M3z#fq9$iHs{ z$?;a$1qVPfeV%#z7v?Qp`9GKMz3|Bk@BP@$QgdrNwJa8MhQ%Dl_%q4vY0Yj1ILG#yH7tX44bNaEY-E-#hiS;#~SGzU) z@!6N_(?~h5NGl%@r1d+`>z=^1Ve-AQU$a2+p90d&cu@Ox0JXJrL3$qwf#47F_tJam zx^zQvn$YJ;pnvlN{e1(7f{q}Yk^~tbyS)>1PY<^4*!lbO*Kb*u(PM4kgJt+! zhx+{kW-ha2_BV`Py2+Y$>h(M3H{|>G!b*_cOM^ks1!U_Qf#l5(WZUG2%0LN_Y`VJt z)Z=>Z{>K+FETcnUW2z1Cphdpng(+r9(EXgTp=h_Iqp5?jv7J z;q1@p6V|C`2nu(AcKZoX>!IY+88wEzMmW35gk`VrEQx_@(xH6qUXG4_kv2=)gJ zr3Tg@&bLTF|GT72$*tX}*)Nfqm$}9*xBw?XcHj^k%zr<|`x$CnTxQ+g{h_0hesJ>Y ztv|f{-utT62x^TzlG zY}n#W)_wYX_U26`&YwU|e;jo<(wWcG7=H+B^_kC$U~QZHJ!@Pl)UE%=Vr4vD=e{n2 z?r%42fMt*kQ$cMw64ajZ&(hOaXaS8u{<|&&fb4KVy_a4HkNkH}-es?=g6xE1g(eUK ziY2}__74dSdwBcaeM`)oZ+*s2wXD^f?f8}Jwt7En`erY(2*&Tt8Oth;v+Jnq1_?pCu!JM*T-Te(Wg3sP@Lc>!!d3FZhiPoR0i%5~~l9P=N|I(GYrJwEC` z*=)rilR(ek2ik&S6+N?__i^7Z-G3S+qoQzhkG_Sz4*uz`hn|9mh*W}-Jp7Rmu%kgN7Zu9xX4~W@&Hpg2Yx!tTvk6 zAKyn~eCD_+1~vY?L`Cm+5zi~!o8sKPAbDQ_^FaQ093;YEknDGXHX!@j6vCk%)B-<{ zPJ2T|kj|HbGWnF{T{b{5fd0l8YJlm9c*2#=+4ACT`VxBGiUWscQB-}mGknk zvK2K)$XWq%0@8okfnwwZo?+dPceNTH&{zApuG%6K6!#1SJ%1}utRs8p2L*k9aegie zMZnSh*seVaeG~l66McOf^}j$4Ky55rTM{H!k|{rsJj$QMLQfb0lfjWE#*pVG&z${p z<;bTo2AGP@Pf@)XeP-|1jvEhb-liSYr>bdni3_WTH+AX*>AdFz;=>_JHrW7bTlSs3 zf<5pHt?Q(0>z+Ejx3&WCp^FK-W1NSl;2m5PxE;*S;IGp`8@f0`F!Q}Rcl{$`T7vM zc3>VqCQ;*i{5|7)&ErQ77;T~GLQQJcR%yuoJmUO{ArX&CSE=zq;UYzDa$nM|1F!{F zLJmmYCxYzeFpv%H3T;8M9{~+Oe!DjKfqbC!z}0){y7XSQxm5nUepWx}Z)B_eAP5>m zH0T<#GwCoJ)`0Hq%COcU@AN#fbCN^Jqx_O||EVHHixv7y@HbEN_5Xwx4_K1wn*1jfM}SPw_K_U!fcoNfER7_U7()OkrgsJXrCHulgB%RYJ2ww*k0 zKKT7W^xvO#096?Sv>h|q2IKSN=dQHgnTxIaw0Ze8E+WW`s33@pZPJ@ zcn4$$9x^6)ST8L62XmIL{Oy$&Uj5?c!|zdB_hnmu?uIQy@0pKu^nNOOKZW^(Nz~Dw z#Cry|U>@;+>T^t0-3_f}$KR*tui+cRzLkND@jFvfKX%k4Yt3Aq@_W+#D8~5V)Y=Sa z*~wYU;uX$%{m^Dsu14*Tiab;79`|(?4#9Sip2;@O1jV`XbqUZPx`X1VXlM=%Ap`=U zCOoe9(t|P}omaoO=x6=DJa~crpKM1s$oK0SkNf_u{O%Mr|DU^l^VXM3x9%qHCl|YD zg&nIzdb+4=<5I`~*+I2MN03ZOw)Ffp;BntC{g+>o{ulmB zy03qG(ywo^{uj<~tG3F!xTt^kuU({>m=_nApL9v zVIa9z`zp6r1uB8s-PL>fz!IQ7ana9;1N1kt(fWU~9rd6w=o;PN@p1nFes_g4h(5Y} zi+UWySR-c4v+c)D+lAYAZO)pF);W11^BAL8w?rSXX0Zk1oQB;7T1dyf=(zlUSNuQv zFIwmM|FF*S*h0>H4Q#|3-x%t7#!>q{=(CdL%Kx7E{`Xnydy4DICMpIQ3%alFp!;kJ z!Qc;)H9e1fkDgn)@B03~s{8-d|G$6zpSuot&fGaPwPRz|-fDOG7x@-%kZj3EDNbtx zeP9$!1Xcj#e_+IF^vEo025hTo^`N&R*Eu04LY>*Tr5 zFTeaS_b7G7Hk`l3dR_MB<@$udzQ+7o%PYN~xre-deys1V{evI+Sbysf|$NDwK_rXoAO!YdyE?TP0t32~XI0n06BP;_o z;xv$qt9=GRZ|Dqh5Cu&j9D+c4FP|s5mk+N1isuXZdpR}rhl^~0^xyUU-hB3jI-u{B zjqV8jArYp7`bcrf>EMu%*Y4cApF4IQ>-&iNXRqI8XRhD29Y;@F3giAL_9V6%l0;u5 zJ8Ku4(gxb27}~LqqyHNJ%il}?YoY&&3A|a?ST2BigmoLU&WW>MBHHBo)(!a|XN`a1 z!fGSM{R?0+$R0|5+JWq#?pbk*oIR z+P=ry4;W^ieL4CB?sWwsJTU;_l>*uvk+ z$Gh-DrxPwz>q z_gMU#RZhJ<&E-WWkY`ZsE!OI{BIn(x=MZO1TbcE`6{t_;S+{;}2~Y3uQ=9lY&v*(B zz!q2uvV9r@$qtSI>0CeP2JJv?)eO{b($6|j6CT%l$-I1?T&a_tO zd+VVodE*|{BBLfzGv@vs{dea5`&eLXcdLyJs6~CUU}A!b)F&%L4e|=?WvYzt_iGmS z$jiUZ54qk&*avGM8^(d!N46;rA|M0;Kwm}g-|INPtzxw}wt^cyMk~itU z`ap6iAEW-M4GlmtCi|_}HWg;UYS_;h;BvQq@jp#lurjv~x%}?<*Dli*T6@;YDZcJI zZn{mIJ;$1~>tr5Pe3?5AGM{?k)CzCu)Cs8BIMM#6ppa(q+xoAK1()cP~0{wD89eMiRS^Ck0&^@G~=aMtQqvn>*KC{ugZljqT4_&nZq?xMpA{`u>^9dt0vllg zOo7qR7t}r)qtpkri|m)|nA$^j?Q!4#U;RIIywDkk6TF`&bm9D2ha1f2COLD-gU6&>pJBtTWciBbU9*l=g38nf^Q9hCSj$+OI&Yz!fA)F1 zPc8a0FT80wM??GXrlHdl(D^iKOr@>aX(_9Au(ouUV+SS@2dEC$WMcpE*an@On}*J( zPkr0b-4j5DP7d2znvTzcPp0Cn}LOXnBamN9;Fa#&$sQg83)oJoG4=Q$6D zVF#>*#V{Kr&$4~eGqpoc=m;?&z1KJ?4C;dPvpV>I#!?kPeonHkHg@G*HdlIH1k?{M z`nf3R-}Sfpf6^7{j2{Gnt``kmVKAhD?9(dP3m4aI-1J+m@gFvAwhf(@ZM&HFzi{iW zt=VD2V^`IuGUF2gVYqD*w9dz5_Z;t){ z>;M0L|4(}thR0>CSbkqfP9?MQ|8<}~6x4t9tMp&}yc5o{C-7dEz5{>LGi_>aOyVSq zVm#frZvu57`jgY^WzDFliK z)ZbB^y;Ssl%!+NSCEelZeF|gu)Ya6Y;taX*8>lOe{*PzuuXA*@7gzcGWa{pZTDsl3 zvz{Q18XSuAsV%}g$iETmhINZKf99}!ShH6#s8Md&8i5}_UA)xGJjVq%2D@Pc==tWr zG#Cq`K=LeK+Zp0O?a~CoK{{Cr{Gcj$LqWZloJ*J0&flc>Zl4tN{iXT)@}NFZETKNp z^;&@ZYClMXsjvvP!pXQcZNH;6{`1N84W2a9=Cc;#0{Q<#XW552e}yyNR~!_JosM(Y zG&2XHy~`1b|KO}1cZXxM{=cS(KG4U)Fy6wIL{y4yk()k2mb#PeSKT74-y;oaH&g5q# zlk!WhpONhPfqYpbkp1ogl7IQYOjr)m|1)qmFgWB#-G(QB>8u;?J%n{)oy zw-u?qDCbF18Re|&=Q)0Y-2DePVxiE zwtTdFo8((#smJwR?Og<1U4Q&t|5mV1^d0&>`AmP%^>po6kbX(e#={&~3kQprC~=*- zexIJbcHIU{oMEHM`JG^{|NM>HwuJfrHq5uS9-ivVeW*TJ9DA8sH#HjK)x5>)?}MT!=^$u$qdM#zE5Fbe*bxL-0S z+559L`FnIw?UM*{dUaZHwmWs7biSJxaek$MAgj|b!Um5VZO1QPw->0Zt-biin9tk9 z*;#X$tJC;CWz}{|TCoNF&m(!|R($?;ODE=+-%l5g-lPBdK7aHo_U2Jjzg0uqH316r8u5WW=TgkZWZ9&~vzqq(|K!2ltar;DeL^h=c1cI(Dq3;Clcuev3 zGS~@cCrz39;f=e`S~5Am!Bb}0`U6Mp5;?zJ$4)X1nB&ZKO7GiJpHSzGX}y!yJ*oX7 zv6W58|2HK6ABxWp>(bvEVmm7a)wgoh>o~PNDx?2Zf*XHa&a29sT<;`ohovB!nG6F# zwz4(If7AoDlWdr5SvinhblXPH>^^_t|LVUx_SgGAKK`doC0lO0>Rqzu%9pG6>Idn* z!j4xWWKYXt@Wx>*PI#Zd1R-{9!IC;P=>y7aV7 z`w!cl*B;t)-(^qk{nu>AwdZUVbvQDZ%TrvRB%d$6$KNL{+v3;)`TTTpcxjH#@3vIN z_36a;Y3P13=jjfbzuwxhUN@Q;wk6|w>AifIa{A8MdHAjBjPbQzmz@5iQjGCglcsw; z3kP8vtbv6v6DC0lBtU=Y4(%ZtnuFRS1OmYye4z@c-8?~Zt+p%)u55p!-j@$h6aQHs zseknM`oHQIeV@Kt_N5ktf$pO%^oEh3d(Hv*-=o#5*SLT2>eVlH9zBseU}Ba{TC&E@ zGS_#8yx*MlTUBSp+M@4qqd8lcbx&=QCOP{Yw4XVOwre5%XZ$by4`U6G>iAY~(Vp5x zK~~ncwpAqluR>h|51$%8;CdHe53GV&Am1P#(F5Wj0^~yiK+m9Ok({}@AE7oh2TiQ3^x2#8hk$aT99s&8ub+8y_!xTt`5ikJsys~*Q5DASzx~F!LELR8l zGPPL+@BmluOYpfEsGZg3U&%I~CF6xXYlRf@tQ}J5^m*ORpY@aeUjI+uq3_doR{=ke zvCw@)Lsu9K=^(vZ1$)_-eR0jY^}o4t{pO>=Q?hK>^laOI=Dc0K^PFuxbj-T5zp5?s zpKb8_?Z!-|mI1m?zD9OH{$KfjwO<7K-vIp&XAMx3_$2C?L|eIfSvO^=G53~cdn`EdCsJ#?dO850#ZX5lX?(_S?tPwBt_rm{sqObq7 z_@Bo3I^CCCNiNm)@-1aS{ZSDVU&=m9wu3QL z_(7HGH9lz=6>WWnj&SnLx2Uyu=7l$GH+sM2;vMJA%pA_o%OH0@j(9$GRbHM?zCU^8 zHYe|wPQE|YVYj77{~712u52=Pp+9?cVyV5;g7s=G(ETXZtZ7efbJnocCtsy?YSo%V zn-^Di((AvPcJBQ4xr>)RpS5!Rqajmg+oG+z>@soxu?y7oSh&jC5c9XE?b?weX_qq9 z+1uQXpJRyyqRIWWz=k^UKl7r>|2OSB!U8+>XYWH4ZONP;cn8)0^qEqn)!(OJ8!Q3& zgfSpFQTw$7#Y$>7KadSmdr9U>f@>d(@Y#L-e@ORbE1vZ0KS}=!w5Qrt?fXqWU;QEZ zl05rCEeHlRXmf}Kjp6#kNEi<@VHs?J!*Btfh1b#j_d>$MKN>t@)TeunpUJ&TUhm>7 z-?6K_Y3n~ z1^Y>QA^j)^x{mrrc1Qi9dy0b|Fbs76b6_1DELp15jh(x9e|+fVna`Q)%T3E!Zl~GT ze~J0Nb=381OPt>hI;Kp4Y1ZBWJCH2>XB{^B-;(iD3-W)>$p0w^(3mxmHCuOe_Bwl! z^Y;#I{6z)7+CL$8a*=E9g;k*VLve`Ou{*?o?p61!d)G7QS@cY5ui_vZDSM}97lmtt zH!1Xw!vBAwum2SNrxD!t)Vu3XBvbNDYJ0_A1%19RKl?)>GM~9@Do!F4xJOag}PfC&fl~Z$1XeTcBirqSNZ)E z{JdiQ#Qbr-=K9jm{S;~fB+CXcz8}Y09*y&dvsbV)Yl)Q4Q>-6_uUCDlR;*KL>g4vi zTQ$|!uHT$JIt_D6cvt<1J-IJ)UpL?k?1Rl9yOj-7Ar*#$Y@1}Z9khZ7XaK<=pIZ|i z*L(S}(x5hVWmz^>?Og=iJ}6AitPnN73l-G=llXm?0)MOjE1l4Hs*gNDw#E41NFQhmZrop+&uTj_kj%Ml_D|J)*^DRs`cKe*+Q5}N$)GDwuI{VtWq&1C z>JQmuKTsb@)+JxfAR0PCPZ$J=Fac!amx6Tv0GxrFMT$KAQs?eHezIiE`j78$ru?}f*`tRz!-gy-U z^_luhI-&0@1s~eFEZb`?aYm*@d)E~!c`ujiFfAG*BH|*T|`C#JytW}%r zBK!K!Ub|`YsO{aBF@7ifeW&yc>kRGD{SMHM-)a0G_BPi$4Ld;ckO5;L9y)<+l-f~ksIgLIP}|9-m4JV`?*IR;|Fo$q zN3JXt&2MMPlVnwGFPW+c>JQ14%f`8FuAZ zx~p~<>W9LW@b_P*|9?UE)nCOx->=xB0?6*vgnFR4#zCTBiM%wBAV&s}!L{dGA`4)ayFOze+TSwuP5dId1%R;D}QQNwXbATa#{-1_T`}xNTy_y z;aG{1C9gz8ws>vck`=!=cIC#O?!NV|oqGON z+rgPXo6-CAXRg~)#`rUKD9+!@xPGf8qVuDdZgl4Kznag(COB()$^VU&-fImXbASVw z$Co@x&sBd`dr?|ytj{|2M%1GSKn^vRN1SgSH3D;smMZ%(_a)tb7hZ$AZ~+d%7FY(- z6+MrhOS<0`+CU3v1oHW{!4Il}H%JFPKzgrsRC`K(zfSKR-KYK^{=Q+Muhaj6x}Wd+ z-9CFd|2y^lx|aG%*Ov_ng!&K#>Yx6Q2-9H+Y=={wyLNq>d4$hqu2}QM(2Q(bwtX+U zf5%zxGi5nzpvTQ1=FhNh=zVwUn093>rM=hE|2E12GXB?DWwN&-Dq)<}Zcn{m=KQLn z`_&@au)nA6XQeAuewFJThs_|lkZ%|Tib>i*B!q+7Qa(oZQ*Ef2Nxn#J=j#4b{|vo% zzk~06qOX6q{`0T}^^U@nmZf_g=a#ee43FlA(EHa{A5~-+7nb=dIz<-2PC`2WrP&Aa^)*KGfRt45Zdf z&0zDWT-_>F_IXsic!}R~Z$E+W!b@-iPQh-FkIDf(PZA6U`KdUN?l%Pa*8p&RzU-uQ zunat|_eJ^LSMtkeNAForR7kr2P5S>ey6^U#zDwV!KGU_-U-Fl-LAoc|r3h#PJwg35 z5$3^qI9#e!shbB59sbkF^B2DyG$}JToprruuibERew$cV-E;C>>pm&ldaw?l2fE*V z!c52icV^8*2l4=l|JxA%YkUxk4TvQU2<8~yC*XNq0o znrc_cMJA-cKdKGW zQZl4=Rr|`ux_(4orCCKg+s8XT}2U@&9ef|7k6N zYO-lPK(nFg?D6f+9>2Euerh&S-?(a{mVYQw&hvS$cL-#6=7MA;0c4lrKr$tJB{`G* zlI+Qzl?2(hg0}OYs{67bPx|%m(0`t>px#RcC6j7bSNG*ZWN*uZ{Fo0Y-meXkb=had zXzDM?R6iIFsW1)Huad1TaG+c{j|-8lqF-6NWB0Fazy94v7nsA}%l@3L#VS_&V7-+80GcMll5jEHS1dGN>!|!w~ti`2(++>NbA(4i*@VK<556Bz^}O9 zg8F|X{~4C>J_FJ~wS2kzo!4+ zp!;qg>O0+j(=~N%#mllq>Mz}&`l>z1ZjFK|un^Qg$Lj?LzjXQ9^)L6GIL-c^EStW3 zeSXgGhAr4}!148cW-PG2AREwo+Fa{_9gzNaB@R&jzg_BdXAO|n1IYi^?L2@nKWn$~ z{ndb)K3{tJ)p?KWodVg^#UNRczvvIHJ+04YwWs1JZ;%Y?xnxK6oL||`f0oZL_&t38 z6Mg-w^`D1xFvTS;B&K&bd#D z`L%Xm>v^?b*U@|V`~2MA820k@oW6jydg&H10KI3Onf9AY?^`g&Z_F6qzePLtnKfd) ziS$0mN>!|EB|JEXk~64$sT&X)6>CwQx?A5tLo78t%?1w{{Hd3>*AKb(7vU-#1?h-n zH3L#W&)W^6L2VHNwLtA8y_39_1?j&0zI6Z3^q!v!m#-6+ulIjh|Nn~as}J@4>N{Oe z*OkBY0e_IK);-2RcNhv|AsZBz9iXQEm95)%e0-DnyICv7!ypCZPv*c1*iyQ5=_3sqH@TBA zCi$H$M^60y+>3AIYR%pz>g{b{?arE0SDpQN6WM#4NG@OgK4HOHOIWntMlNBT&-#6> ze2Z}1#9-~?=k zWsn7mZw7pOa+hw~WkZPTmu%Z@SJ>NoiuFEI znOo^a9frQtRUSNdr45+9lo%if8!*p$kPGNKksQGInbbm>VI7G9r2nn({k7TWUoEl& zexEa2iT|rNi}|#)m(OclPxf>ZAlV87*Ot0*R4IPplYadx z^q*%csQX{%^VP;>LGq(^m;dmC+93a?@nZ{6KS}l_OX|C^Fas9ATK4YmX5HxBrK{F_ zaQ^PS&n`Uw>Z1dvBG}_Tnc{Gk56x)tvQ)&qwb^J9GJ4(fhnL z`-1i~zuu3i zf2Nz?39_YBS7bBn@7<^Oi`VZw`w3_0*ip{WklwGx z*DqsyKaZOE8R&gFbM%Sm`7m^TSbU#;{SCPWT&(lj^0P~ z9Zr0om)ldF$!44}q1v+4k07UCpE$psmGP}(r98c?IA=*n@5?aWFG;Ns=AEo@Ogrl` zWTf>(=X-N*O`r6s)^Gd_8!#cmrp?W zLVc(W)j@LW36fjIQ_{_+!EOJ)$^V}?bGFboQQ*7uy#;;0uB+?&K@iAhw}vjDK1+p} zuo7g`F05L+_P00L+dFN^DjQDRzmq+^m+<|^*xx^T@p|I?c{UK;A24$f`oGEs%~@gn zGZ*Cf|H;|bjd=jkb$k|c0h!ixaJm!sS7WYUejnX8-$t!|&swVMT<-v^g*h-DhJoy8 zEJ((JL3T@Vl^y{Cc|7s_2Sc{(SQMX^inx$noi{NA1f=qSo&i*7a(=Zug1Vtj*Wn z`w@)sN9Fr_#`)NQ2Grlt`B@dI9jRIp9)5vVqJlU6-h+9)s#dL5T}SuJ`}kVKw)ZbI85U=6$xakIISro4045bUUjV)xl~sZ}Vvx@2U@V zz5MIy`jQ>_kA5JZ(gJk9bwKy8=aBC&7(?lKowoZ|>i+)=`cFH#GNSepYCG9aS6*aO z<)0)o6~OiRetZsuP>@VVL0jks@h}p`!VFjlvgNzrIP+%L`}XVigX?$iJ=%YfwYtYH z*hFV8ezgtEUd39R70#X;$&kkSPF|nfULyLhn12*#%&)z;W60+ZU$hbVnn!Mrb00a! zLwc|Iyw=*E$9n|x_&O`syIxbLhD2HA_B6)lyhzRImBQb9)eg3%vF$7@vXx^4ylU35 z(iOe=T-joK^|ukzW;t@7IA@8Cp10hR7Ot_xoK=>!Y_;t>eAo^hKJ-P;UcG+InC2SK zco-Bj=fGr8TevZR9PIssEoVtMg z@NDZx&Uhg8vWLuDV?(K*n*j3b37pqAaL!7Lr_OKxS<8qmS2;GKuh#35L((4H7Mvd= zeOH_>-Pc*t!PJiQVcni`d#W2>x~iX*B-Ss5UgK-5tWOOqU!%79gf%6<7jN;Slg%%* z0sg;+dHdJJK2$QF+CerjeX^x8-c4J)*3y@8);zW-jaVdo=>}WBbB~=pch0tK+xkgZ zc-R{}=Q-F7l3|T`WCw>rcZh{%AiEg=)u0l{hZU6LKeGXk=l}ka?&tgdr}#eM_Nnwk z->>V)hRgQI1~q_|&$3O-wgB@@tDLLiG*U@$A`P#IV>uuGpgZTd2cIxsCo51)> zG5-*JzVv?h+!Zzm8!&|Yti}L}|NF`YFc+xtL9Z#<)@%rIe{1IY(S5D+tr1BK5E1i- z;$=LZ=X!@h@-iPJLnEL!w1uy0H~A&Srp2LPn-#7c-n`Ji8m{?7U;k+Q&rQ4Xp?B%N z>m$^TuFo&WXW3WDi{#V~6nBL{BaknPgD#->ECCenPKCK3`B(gSuu`RpSHi=?UKyQ~ z^o!FMFXvu*_JM6Ue!&vZ>2A!&cVum7ch-#cMgIq&^h_JD|_~$l>?RT55f$ zui0}N=XZ@Kh9svS*+1{xIA`q+xxEvvqer~b}o#Y&d>L)i)yzbwOC zemU#_^UGG5I$=K4=JIXaiuL^iY|z-r7N3-66{`7}7xltDumdGMD_Xsd6~nfZQyKl9o<(yCd?BnoETsTc6$(g z7tc6J=PPSHKp(~dozkb9e_XG;x&CHtG|#U!zF&G&4|tF3od(&Qr63!mHj_>22(nSK zRkB%M7dN@>rM7zNU#<7<_j9c$`ucnIpPO}ML+vE_aQ%a1L~iP-E%HuvioZl&4 zYz6H>G2=iO1>->R{sLG7JBk%6cAWQ1vu9=f_|EN{pWc4noNzHKlzxLns$y{Rnps(}32;E=m#09<3{ceo!wPw6IYjq;oi>LLv^7T%gUH0fT zrCwak$Tn7?P6I1jgS9)pwZ3?|MCo5}4?iLA@L^fc3LjVWtCi~&80ORotl2z{+;gl` zm$yFW?x{A_*z5(?qBAuoi4A<~H6Tu?X648a^i7>;)7R~=>6`Z2jIGoF-@M;B|7XgU z1GZxCVLNyEvTQ&uxqzQ?M)7s7c?hIOIiT^h+DLZNmFI?ht_yykc2;{!M_qsRXEM$2 z3m-pyrqEx5zjJheceiiVuj*4zs0@A(1hV0>MY2hXv1PjzbFYLwaAD@`>|eosjY^TpH2oLTd4;yQd zBPZGr@_U)f)|fx%23D*YXw^a+8S~LrBebE7C;p$!9-~?8H<*t8tERxDO$RNLxr!a= z#a|B#Zrrd7)bl-Z{vvgJZ#esV z=IlI-pC{f&-$%@6J|Jhcjeue3`ylcFgYo}En6FX%rnLYASq~JA-L4tko&7zE`|GW9 zyLWs2yKlYm<&WQg&wl*=_wD=Nd)t!JsFm5dj}x~?45r>QM56y~*n`t^@;pcX`(-Y+ zUW^%gq5Hk2<~V0(X%D`W+hdF`e;ZYQ~3l>g$a0rT1m42j-TjR8{`u4emp7 z^#GpFe}9GdH_Lfe_#lvTe(QIQw+6k3S)=}(JC{Hm+LRd`evYx8cKv+smu?K)<|$x)7Gu43wT&idx;&l8ug+O22r+WrIk z|JWib>P@bvn06!U6I$S2t|l^6|ABHyz!-i2k3Yj^|n8{%t4D zF&DemMla0M`H_4cxnPas|Kexk3xrvKbr zL79+^bmc;FrS_8zEeDc0*;Uu)%hpOx)b^1eS?L75VF)C`1jvGgum*O(;h?&8Zynmd z=cD(3_%3??o_+t_x9$1+w{711Y-`o3r3HmIbZWh~ng0raJ3Gl_S;| zpyxF5f#YXU7lN~VsI}7^|K57Y7>h>tV>wSl<9(eITfJ$FGl#EOzm#|N-#k_Hnb)|7 zXW<51h0FQq^DVfCY`<2mR-Ioq>NYU9HD~lhr(|06*x441-p5VOu?`u`Va;1@3%2jG zUd;JdAV26E*2H`Q^Uj*@l{D7o?mS}i51g^-TMjYjwVe6Koi=^faa+ll`26+jcH=f@ zgfCt4E1#-W?{m%Lunm^N43K;ef^HBC5fBP$bJ<;QP=83qztIL9J9WBHLHJwOK1d&2 z-BT?n&-Cck>%FVQ{L=gL*RI(Gp6L?4{|IA%bkHkpt{m{jmZ7B0H3C!VYt!4x2`DvYx{Jz%s*HGTC zN$Zb`JX7oz*EKa?6A{#Lq5z#lnB z=MC=RCR~Km@W0r55AdpvYkym^u}$xYE`$&gLIQOOAyEWE61^jYgu3WW^o{@_dhZ?4 zd&dR$5_iYF+i{Yca&vQ&ILUQl8^ikE--hk~xm?@H7o6ZEKF{+$=jcc}XYZNSX3fl+ zlW+`<-grL2v);cSo~Tr%%4@CKb^K!ozBhGhsin?bZrx@q=Xr&t%~@@I=C8L2tTR}9 z=%jUEUciT%!p%8Pqz?0f^_sV|9QL~}K5)vG9KGb!8Odh6JDPO}Gl&DWp1eq${HR^L zeEDke)TzI$QnjkC>o_RBT?R8iI_LU0*;ci+RZ{Fc90AMARi_}DQtz~tYdiM=!uh`K7js9_hkd_=YG!N|5qJ4#eRz|HhSe| z8?##btyqV-f_2#F`1P^>YSwCPwj9=J=R?7Y?c{YAI=bJCc)uz2yqdAMk98QIRcp}X zExzvz>;$)63j6Une_Tm^9Ko~K^^qh9mfxApN=`p*TqvY>Wx zy86bIcj>bF?|;cWKYJ?% z;Nj>1&(a6|jrv)(Lw(!;{2&;jK;P91)Td)%9;h$XKKIU;HS1RoG1qtcz6ZYa{rB;+ z_V?s*zWOM1e(c)qHjWyq(tr8?d~$u+%>4~tL{4DUE-Tl(&E7W9VB5Dl%NIW&Yips|eZ?Y8@V*_hk?@YH{<#T#5X zklsrcgk;L~`I0k#kd18%lEFks2Fb_}$br!?8Prd*)f-@U-MV#8l`blI z_w>nQ|NY|+-?yK9^d9m4TlW0()aBW}*=Ek3X_>>btYeoXi%U$jgrp=3X8(LZP_VUR zo_#cH=!#cvvO%m3>y$Uisr|0K_feevkjTC~<@e(U=U515Zl;?KyXi^Irgv$1jraBkq3y z-+ziVzO#26vMlypPGIfB#C5F0Tua?_>Z}y4V2uXjr5yA>hqynVy&7T!W1>W2JJs`P zg5Eb(zOP-EYre6aKe?+?l^^hZvc>ANQjl!r!$9Z;@gR8&0A0WCL-(Wm(*5Z^-TU_T zjp^)lJK!2_>%-N5F5;_nUu`5iDSKHJYCvs}Uugu*KLGnEV=D;FY0b8IP&Q`Bo_vxqs z!$0nUuJ^{@_g=WsQW*zyoxI4Br;rPnvBE~Nx1faazUqK!onSN03~v_M-mw8)sR_Oi z-Cu?cSa9$h>z22&Mq#;4+;-F!mY=kJ=Pudt^A~MrdHJUa9Xh4# z>0@{308yYmX#tXbACS$K?XC>2{8!+$CwK9)`ds}jKUoLlH=Bb#F9wpJFJ!|6D1nV| zm>A{3&D*yB;Q@4h+3x+$eBXV_|8a)T))VI~qil-}Uy0sR+iT)_?7(`?NMtS42kUx3~htuH74x5b)~>u;hxeH!n_vBtk$*DJMr13u*Y&Vl+){Wc3mfnp)q zLA607$R|lg6~DOmuY1!y>b~y~w?psU@8tV$_rseDaN6Ot>yk**o94vxP@TTVU%D3uqNg4A6?#tt})X(mIjf z>qCu*2ax{bxR+8@Yj=>PZhy-z=yz3b{H^}S7u3%YkO=zx zbWoe9UuDmwhvxW#%(g(`N*^jm)Lw^cd5R#otd@L;Me8 zp@{fjx}QremV8I|_t^;aKeS)A zEXZE@gZxxokUi7A-2=McJ3(^qO)X}x+Xdf$J0G69ulA7c%QmWwWG5vDYPZ^;_(^Rk zdn&)u8p1(s-4Rlt4@fq0VGKy0=7IEO9qaaY#l^&-hcSsTlNk< z|H-Ewv7LLjTFIh$Hnw=I6^$&gVZ$@5d+#2W+#}VJQ<5#AQwL+8zXgYeTI#(RO3v3%f?dMSz!nt{k!`ido@Rk^~pWgW5v^4gJfnG$X_jog)kGOKa%G> z$O7Gi{HgRw&lw!%G9zegUWVTZ^i)0=za3EQtQULWHF$0 zla(AgZ&`Dh6C@YdBqWM)KnGq2IcJULko%r@;4C)aUMD9wd;b}md+4I+dCC5hw*Tx! zJH?v$MN7+m8`P@Ri+txVDHT-6+-_CyCv#jye*?sKq*>~JB z7#j^=u@fDq&H`(m$FJGutbrb*{2%(Sz1jJkr&LI+G>V!F8O;A{ZLj9}e98IC_xr|n z`ILHIy7yDC10+||K>ebAN`>|i1}&i}xUr99S@$XVz7wSTcib+$cfXfwxE&8~zSOz@ z8_yMZzS#%J=eu&C_(}5P2Z11Yhy=BD638d?hhb0v(vj&<0@AaMjT<*QoYc9~gJ({k z{LOpszGdRwH(#?iUwz5WohIkKb%QM|TVM+o&9@nIrrP)kV=S*A-}(<4U_E;GvYvhW zSW1sHYZD%BZ6hKqBrME=+qSi~;Sm-Y8;v~(`F(@nHvbcv+{gSwVi_BRepb6)gO~6X zC;5KqsN`imECa>(x<2X52$1hk>?qlm4b%NdmRx%9x-Sd?{q0zg4UqhAf`inTzAvat z-~a40f5SE90h9xj-X~96!n0tFJ2|c8C+{O4ImYT@12iYtEIf{UpdWET2Wkp#v-#8> zFC!W9#Hcd8QHOS6R0O_V| zfbKyyAR1g7Abn6@)`1$JK6dSZo~0vtU%KBA{Gb)6uVv$VK_=+_^?hqWZF_0@%vrzE zeBY97d#rTley;OD_Vzwz<>&6TVT|pE;rkW)=dw3*EO}3j0miS}Zevz$V=i!`<#Bdu zA?G0%;`inIb$*9a%fqn&&Kk=rK7nn1q3?onSOarGen!`%YwHBEdBNZZy4TvE`>X`g zeaX5j`?uBi%Ld$rhquT5%MPkN)Gqgc+DI}`9TY3p1Id9e$PY*s!XOqTTgjkym%I&! z5ik)H7cPQT)aKdF^PbhKR({C(-9Nqc=Ii$68?V}{FTY?9J#??_-M7P5u3Kg+mY3N= z=JyxDtT{8Rc*;Z@F|yExWDK#iUOkOEAJ%WsK;{4vEt(uaWL)gEu<-Ct!=fVo;M>es zYvrE0`<{EA@bUG3qiORNFIKqguH*V%kbjb_l!0Vc{zCSt2z1Tz8+{-Rx`JdV5#mAi zEdeC^`ki!2HX;i~gKU64cMBY?RK4aCtx^X5Hg(o2>$_+(Hei{h%vef3V5y~G3zQF> zwBv}C9X)U1oB^U-fW`oI{e##?8@^9(o&u6{G%S8dawJh0AJ_x zSeZk&QPH1-v~Ba728|lNarfPKKgRc50_njK*axyX8(<|!PIOIEKz^$Lq`#8o z-k|$Pf&`FVi-a&}djrY8-qY`72c!qOZ+(V*&rDbb`p)C*34AfM&+tF?Te!h`FIaDB ztP7A0aOpXFrOm;g&m!+1*fG_y0Y0n?s@*(*@k%ob;Jr-t!pu2v#+FjYMDv5Q(EVw9 zPua9x$86QnGj^PPbL7^q7LFSAGw%OUzE}6Y3tSs8k=J=3+a{Z(>yCjopuTJd>RTU> zj;OzDLp^8+O+mIoe=nWt0=nmHkbNnEjc}MT-Q^9NxBTILa(*+`Zm|WMciUO?{t~gk zCe|`(&)!hZMi`F%=Q5v{%UZ_~W$W1kxs~xhXDjeruol0M{*T&tz|t42cJ}jMkNcJL zV}DOVw=b$U^nHi#I}5tc<)C&S0g^x6VMpSGu-e9X?CKWSTcY`U)ZtML1)mfOlz=>Af2U<>Ej z?76dT^0Z1;90fdwRVv-;@2Pe5y{-7J87 zU^DZJ>&RZWGMh_2pbQ&O${L|!&L130O+wWuT6Xxf9lQL9ow#)GmHZJS|Kl5MfbMw+ zX#CO{WW#hH>QjGEAIlD?zeOXE?z8~4h3sBO(EksGkuVEZ!X7x6o-yph%jo{LBggUm zTWkks_i63Y(M$JR0ku~K6wh_m^2_(VGA;SO2krvN{vF`W=X!k? z;9CBk4{ttP_v<3PS35}eD?(+EeXIep|MCZt0r>~XfaE?5BsU!(8KgVXA?Z>fs2`?* z`b2(k-H;)J9xN{}|K;=O{*{Y%jO zg^Nqj{W&&m=42Z;VXPGp`w!2_!vFWV(z#2Q-vtE+y@#AXaA$=(&+#2cVL$AEO|Tl4 zLJ3Gdr-1Zw1mu8ZcL4MR>8|uX9;DCG2gyxKknHH*n}GB}&(aY;(C?)a`kw^Q=g0=? z^W|@K|7&319Th5EY8ck;r`?$c9H2D;tPMzI{O^tfQpgDmWl!?rLuW0QwXS|~oy;dN zg#E-VsU<)hK>Z*;a)a9UHitPuHZjb?eo8^2qTM zpI%_k!qiopY{{ns0*_HYCAs&1j)K&APzc$ zF19xehHQ{-O#u1W5?I!@ZQJrGlP5j<%rj5h(?59f>SK>SVizx-w*!av*}9Eu7~e0j z#bpbvY}rEee+j;SsV!Nyg!f8p?)*76gSda}_%W7Wly80d_x)q1q|W~p)GFu=WcwVS z@9O+cUT=oA`c7B~b6_gydPag|H4}8LeW5#a1=+B6AipMgX$6uQKaifw_SFa3LCKKN z>xQ7;w*cvl{y!0<8~P4?Uoq%fHo$=j6)Qd1qGOL=r(py7F5YZCX0N)Q18{NyODu)+ zLAAea;i1!<5j@u#hDKel7vL9QwXg%#*e~oGm0$ze%Q&66!&!_OrtUh<8H43kxQ3c# z%#&+w@aO~1y4tH*dHFwOue56e_HYeqpAwi1MIalf{!0d3do-vG)X!>%AdtOp1G+!y zl-kTQ&Y8#0`rQ3+Y1W)MztUX)lI`qW*s#M6abE8w^8dR|U!aB`d#w_!6EqW3#3 z8**6tr#dVno%nx?72cTZQ@%fM**5b{?BSe?s(K#HnfLdnmZwiZ$S?S=3$PayW6g%q zkO4hGeX8r#J@|p-xHd?(CFgfT1#ooXyWsOZuYv3OwjbVnpmVP`o~8SDf!d)Ws7_Y ze#-8@|B@X&a>zDpT4!_S&BnLSviZdKC5sl=5^O-}lEu#Jh2;BZlkb}{z1SuePq6H~ z;h(lojDLrm-jmg9RKLjQAAsGk6%_j|hs7XSoCXs?@=yT7LD$$H_nC5O&9XIwXE9d7lgAt?R79tZeZb7F&j)W(~# z=LGr>JC9ML^Z>asVrJri`OK{yAs=urd+hT^j{J{m)v7m*Phz9A8+D6YYp!<@YkiC$ejRN)cGLZc}P44xFFJh_|LHDBmmJIfTE}(u@f2dy?gZfH+r`Yx$knGtu+)2Du=c%K}kSyrh27=@@4Z4D4 zI39E_x+lqqY@6;=_bXXx0FswlAeoU(lx((mL`>O)h|XXx{!E1f~MMtUN< zI0Ke}uKif$x(%KWA5!qgz9p;;R6cOVGRFp_Xikvz0V$Igp)Y%_r2GW62*!~Q47GYK zTRZ!NYBcqC<^_CX609%hVNGFg(2PB&Yzj7D+~z|zl31XKIAGqM<975ialpfmT%9<5 z`Y-GG_&m*bpM!Ex`>E}wgW4<`218FshEAZiQh)1NeJ;D%2h^@=<0-Hh9J{8R-|BVi zKfVurpRs1M&D*roPBY#=fB7L>e&8hMb}YB-`O7Syy?pts>v3a$Jr|J^7(?t|i0vB5 zIV_{GWdmj|apHbIbYC@m{X6!cwnC53tJZDs8s8~fwgc3rx(C_WA)tQNHLGs}LH#0m zR$r+w~(ultt`tOTwst9>N%l4a?D9|S;aP+P`=;=``c z1NwtxI}hY%i(yv%`aVnZ^Kws@@7?qE4_|!l%8SoGYmYqqpdCAQ*w(IJ!yNt$@_3VN z(&R}_K5z2WVw*m5D)V~9=sVB+JZn_7dxOsM|r!zI)6w&;V0d1k(h?=_qy6BBQ2+XY zYdsrQ6f#hCorC8Pvq#Gd+ z4$>R>0O?Xs7yy!kJQxkd%7qZ48$0@=F)2&F4x_w!k`& z-jss+dpb-4>6Bzv@oPFL9?|u6gU*luy7owD3#}mtT7VzuUUkntAQ@3Rs6Es!l|gN! zwvx=K?Sy1U&w5{WK!2zIkqyviDTWAyFo*|Ti>@mN#)GbZ73^WZ!8xD6wr?jCO#ZY7 z>w%mS zui8{GfskELj4%S!_PURi;Mg+Fx9&Y~@XzPimo$0hMq9k2+|J#1nZ16OZ6@oRhs|AP zxzzV9lu6UwMEc_BRv|vuMmembr|?yb0Iie)ehjcTBT@PCc&$cI^Ji zT@@=m$#))utsr^OHRr-<;nCLI^~F{Ma|?zGPuWVL{&EgZuZr{PtU~U3>l2ACl*L!Y*Do zYg@K&v^gbn9DiRpy2wV8!!H^&g0cN9XHCzlHOoIga-{r=;^K*KwTp|n*v!}W2%o3E z-2l>)GAIH0&M6=r8UfNL$>bpD4f0W4K-Vf6kPna!>OMSmz9~O9g8CrYs0}rt8mLXw zHfkeJy?5nB&uUBe*=LSK4N8H5kP8z*y0#YfF(+`bVVjtb67nZs zNyGnZzfc-;0%_VShz;mIbE$P_&G5AC2W={`K+K@w&N|^1%mvou{6LKbYWfCn#$Y$6 ze(7Y!0MqxJbn*cc(If4b&tYwi&Mw?>=03&(kK4MfTYsO_HTm6&l`1{NH5`XsH?Bwe zq;^)HjsdlE!433!9H0e-XJ4jrsjF?#J&35C;Tx>GOG=>*sc! zf>6VzE!`fztn$@UVInz-n}NS@m3$YM^{c|^K|c$ z>s!@*>0B%O(-iE9RfU z*nSafdA4rdY9oPf1}XoAIAZ48_1My|4MlCH>CJ+xvkV-?@S35|{vrN%}$(sQ*L2 zAJhlx3-z)3SN8mW`F@|^NU!fITHy?3-v??rU~VLN&9F!}wp%;T?MPOr>1ZQf|RcJH)<2lunS@2HiQ zF8*lj*wHV=#6+Lsv(%SsU^$e6e535TWNti+fLs^`gP;#cm%4ziuN_1|7_^2!Q2)#R zf0fSH;C<9yp71N3)p`|7jwxw0#=F^WA~ zfaEb6I)d6!wyO|ye~Vxv9AFLWj_ z?$QI7ZQ3egy^TBV1n2gii97iM(yM@3rgx^t-AF7bEO)!p6B}{FZ%AKAbX^CluV>RdyovY1hu^n z$Q~=EbNg8Rbq9EVSM}b#F0S!bAG%jpHf8%HpOSgmL&>OYqx_-T$`90TlGSjK?k7T5 z=nnlraw}U~1Y@^v+k8Lz{_#g2zH9Hj^MZ-;9LZBDl)xNNpH6}?puW}j>3au2FHk?r&MT(Y zHAaBz>s#>J4|G2bLH)0L)V+R{&Z|wnN#`9oso@ul-UoVl>OVCB`PVOF0JojpHg;`* zzF*g(>(VvqdOL&eLw0lo=zewoo8XXa0Aqn)MNq3CRW^V%!FujCg*sx40W=oqN4@Lm zyN=jGYJ?_JQ(QKnK}ZuYCXNkA$Qtd;0cb2RVcQ|6W@h@L4K{eeTI!#! zuo>hO_MN2`2Y!3@y!pRr(K7I5uHgYV4F_QtYysH<*=Rk>=kJ9ha2_6OpP2Z;y_X-f ztp~~Zt=?qYS>t~m-QRPP8vZ&C-!gIskgOC?t7(iX!Otcu8U9(@)dJIGLi{uPubQ;P{;UzV9fuxJ^A<}&bq$G9(~vze)z#F=gyt^Y{iP@ z?{)8P$Isfyiamx9EMYH z2_9oz(GU0TKk(U^OZQswiuJaT^*(1*--oz=JZqRU@%_W+FL!kRy8dGWoEU(5J~w>7 zY=CO|j3wtE(LaYhJ>AG>rdW$kJ*d^v|5~f0UYhHFl8Yj_bi!|+`BTVHj!NVKqHXesLfh|Omvmlw>>U;v?Nt{)U(LtY>#x!O>dk`qH!uCKWJS=D{@0ol1xp!O&O`P;+f1Ruhm|5r%Qq1J`-i@Ixn0B0GcKq_N^ zUeqz~IeWPkb579m!)L7jLCIRMQIYJE`t@*OsG z@kZ7eueW~K7OgX0z5lSCpq9|~J$pY->(%RLHEY#+k?WAoDISonpTB`#KL}64OS$>^ zzgFB|x^1_!zwf~5vvv;OzvjRR>Xos#58YSXpHKZR>3;#buN_?C;B?{znnM ze>i7+HDkQ*_x1M#GNAsy z8`L*WKYiEr-n~Aq_f{XeZ^^#e!1euV7uiP1WD}4M1%iBO1jK>#tt+T)`@xX8vuCY6 zarDpwKPJ{!Ev^sI{|~6k^WNKUII%yq`0dTtUvu>T^y!m7nK)tmeSv|2>o~7Uer+Di zg6S|BCcqd_ALfE|UKT~{c`MzsJx(6#Fx>VfQ8O{fOCPu;I{Q1>s? z_jiJ;r+W4di%sxq+@iHtoyIM^Lc$`v{uceeF%EETfWE`E0dAYi-n#AGjMtJ;#V)e3 zU7;`N{zt=1SPEO=h}O5&ZV~*eHhnTJX&g2HpPj~ceOf$kILS%2!G&)u-y z_8mE9yUNS2<`fkC*3ZAi`^*u(z_mODkHZu2Bs>c*H*Vbc!!zg4UpHF0-J|N#Od29i}AeoE?#n+u71$y=9o;r4E+2W0i??0v<&!62|d>?-Bwtc{v z8y~*+j=lZX>sMcV{+T~K@%Y2P&CAU>*t&J_ikdZRs-L9qQ{iTv&*we$-%uC`>c{S& zo9+m@2K8w;$Sz4|be+21#vr|yPRW)@zdZF`_Rj6|3cS7(+`iYdcjvCjUM)kTyuK~{ zukNSI`!WvD_etJ#4U#|kAlW8euVm8?^bcxp-KXxkA7p`SqHMr2xM2e-JXE)3$bUu- zB_}wwjPXA@uQdVaeJZw~2hS$YMv`|Q%J~AFsg2rh=t%3DH{K?euCfg~cG~*QTdt0sIPsI%cJ2O? zdI@iGJ+Hva@G88?81DVWrAz*F;lBHA>dN&t3)^vw_~9gVJ!dmVnZaCtHs^Qc>+CLa z{dqjg4k#ALBNyP*^uzz>GxtB5++@P=F-{F%t?h4_)XPFs2U=*4A)i;QRztSt1Z)HO z63J5m3HuluMD(kA4+q%*$+6l)Hc>WU z7JO*~m>Yb=Cph94@rBc_^<=M557iAI51_oD;sM!$WO4&K7kBZ#qvY0BIsTs5f!e0* z8DdPJn!=hJXo79%&Hs)gW|*+K-14cT*?ZDF>y$g*q6TDh2Eu5|o;ug&lr6Qz%NSow zoAyPA&Ygc>wOTdRME;QL5ygugoI`y*Pl>VH%lzz2oSnSXFu8Xh_ zR>K^SJV}NmJCd15P+Q73NUkLtp1xl`z>xztuKs6v=DKh7A)RpLPkvHy^3A@#74OM@ zO7CP#JND?2mbq!ex|R6!H-19BeTN&m|DzAyz4j6H_n&+E$sd>R-E}!LBYh1uJEixM zTQLeofNXRwNT!Fu5a6lPI z{~x`NiHr4W-yy*(Bs#|HAE5uTGp^0iwa6B^eIS|C^~-+A1~doVtM2NcjUw9r zywlhP*V3l5F2I==ygnzOoS^K0_6-gu-d;%!fJy6iSTy7Q+RO`nxo4=cuVVumg~eJ@ z(G*AbM^STYID3ivPo8fbhK;ZYa*pi==STc820IkcxtHqrIOn7~aX)9Sg`^JnGixIsp>2-AW>^HpkPH2xD@bnSyZk|I zs!1s40=l9P8*M6%H>4(}vvR4z-KCbWg<8@1D4f40qZ9+r3wTp}G z^Vp*g-v9o)Z~az2|2p`5>T#0a`^67meD*)quU&nJb6iFS1qM#y{|au9&vP!w$7?)0 z6y)azKp*G<-5?2Mw`FUhLEo)DlnrkIejvTqbt;yV&C<2&9;$$+-m8DVQtw-Zgm^{A z#(4cB^}o8G)Yra-jbr|Q*#PnZmz&0P{zXjAq^n8e7myRg_Y(t1@10lxJD}GC z$h*yF-hCSNwK`-Ja?arOeS@+EHOLJp4yZ$H5XQbbosHga%0lZmX|{DAG076yV-V9f z)56iggudz4b4aH38#2^-_3dZTadB4~HE#0f-28&i&!O+7TXx!X_V?{SdB!=5pmg_P z&RAqmpL{=hF5P$Z-qC%|?m_>x4j_khKl1$}8Ta>`IEOR4x{~uF?(f{&TBi=+x`th? z*{Io@w9k3i11n(`i~`A({D)*nwo`J`6yzgnfnq|*y?lbJ`*-{^>AiccT>q^;q$|=H z*+jLCr~XU!0wDx@9?5eI^Y!bVf9~n0T)o#hJ3l7Yf9;i*etzNn>C5xy&0a(89`%9r z+mm7ZtbQ2+gFvxtZ;;NXKo{r;@^iA;`aZ=RvOT&6*>7KvPDt-{ow{DdES`EVo34KS z2E7mUYTYK(>vrkC)(G(Mv;neDx@KLw`a}1ld-Jpb!TcNne<=<)?B(r!U)`Ya{|N4z z{Y8h7Gn_R6sq7Wh+5p)C=e#jq_nEWI7VSG`^LHM!o?~ZN33Vy$p3_72qGj3J#n zUcHf@HI1fj@}N9RVy%5w&O++Q+2^r+GptQ=A8Qfc*+LS!T6kiTg~ugOUpdwiI(E9o z8R2&5K)c3Hp$8Nx8U6FV9xMt(<|dz%fyu5(-sfH5!eKapcrzYKO}?Xs0~PVBsXeL z$+_BC?X7md;|Bk9zF#)rTX?7~WDi~aR~spwmc3NFN%unL%$kvY_VkHWKmF)K&e49~ ze)Rr3SCr#_r0J=jpwCn0#A@VIwWJ-!Kd6)ZLoL zcCsd6an_i+1C4{*TGOBq^KBW#xudI0zJD5H{@EM0*%9{mpP;tKWX|izQqJ$jS|2CR zhu$j(kj*$Cb3W&ug7zWgG2dTAzQ1+aVB-F+#Qi-iuq$(YJ%(6VuZ$~q-Ba;7?(;nC zg;g*c)DFWyGS&gqRzctglAT)M%8ca2)&GA=-T#*L-yQpV>VI?EC~(H~sr^{H^XiX3 ze88xQOJ}c??x|kU?P9#XYx;lF8sWdj2Kdts!Jzi~syIM4pbR#{A=!Xx4Sj#) z-?{hI*z5_;Iw5B~ptZuP9dKio0=P}p?Bs5Yx#2S3HyesFczp> zuOaIOS~~lO+HyWx3+n3nMz(j(9;n|k#C)0uS}kf2ckSNG&MW74;IK_zzK)#V3HJ8i zXX_3gx1sDk%+?xzt@9<$clAF9-Opw$Fbv(#Vop%|5LBaRFzXm~UZ3XrmGf(zGRVUF zWL|3=>g?@(n0q`9+d=m{6$)W6NY><2G;WmsD{hqj*9Pf-CAb@;|NqoBfa|~2M`b=h zZQ`l_im#h=?2s7389VEK_~J7!y#MxVpS||V^KTtJT)t$&xG`Dm=aF8^#!8oyK)yT~ zq~k)b^`3s$8T7aEThe(qzE}T9=jH2Lg6xfFj4xZHKC213MvYU{cNIbXcNeJt{*S*O zFleAxYWMD5-*x@}ihO|XNB5?Cbo)krOKqVTR&6935CNVxAd8E6cO!5^7%|QAuAEG!{a^%X8+WU^1@UGFU zh1Wj=T=%U$q)$~r`Y$=F3k{APJ(TyXT5A46AQifFCr0MxcJuHRxJ&O`dwMm`%FzwR%5# z%qXuR>FHkoO!|M*+5pMo-)aLg`QK469ZF#%?1%GJ8Z>>6HS?df8B%0j$P12_iKHR_W4Qwvw6W}ZNJ>c4I_2KHj>|(9BxVT1_AGmMwv(G%S^RY)SuefyK z%&gFm)^1$hn!l0mN{1sr`Wy|i1)fOP^}c?uzjJk7|F3u~0MsY)_0oIA8$KZWEWOvY zsE_3Tbba5X_ul;8yR>wH*T_*tUjMB6{|#dS$>`U`0g`RCuVg(L`hsl0NSFqTVFQ%I zxk~jKz129j>z~^UDscRMSJn%5;LP)A^goJmeI&LaD!q{XLX)j%{t_!LTVvg_il{9d zN)DirLzQ~xvtPoA<#OV`+{-3RO>zJI5)ub=py zxIag}pV}VMea-zjxjt+{CS>XSUUGgqvwH|R!lp6G`Dw1dC+qu_@6Wu}Jf`FCxsR9N z5jX|ALHa)*r2qLa2-2Vb&jH#V(ma_`HcXMp%*aP1GPS^yl z<5nNiFU3REs#dL1Yu2n8K_`wM?Z0mA%1+ekko{D<`GNej{Iz6GdaQPB1JdoAX?x@M zvK#t)SLgkCtyt`4UtgQ|+!$YdqHDUjKW^>^@2%U`d97W$(yL_QJg)8 zm693@Qm*Ne+5whkkv zSzPuwi_RG3=zqkZd3<0nLm^~9FHl=3_LL8j ztZIDe2a>&p;Kl-;{ziK6P4+-Cc(WX;pS+tyb@aL&@ZGoiaAk|-Th(L}YjsQR+L&kg zWBFyhZVG&X3kj~!YrQY@H~QP=;HmTaOtro1>-C-0KyB~py<}c|mHqWT zbLyDa$rDGs{uTAVmcLBvSK5Gkc>k+xfFJLxy=4O=?_HobNDqo&GL*ntkiML{r+Tdy z>bGt8`+(#D*CJRm9M9S3F|6r}N@r~k`rn4R{Wh%e3FEx+Zj1r)il^J)qA?cCT%Y`Z z#TvDYefD;D)#`Rv#mbzm+|8)#VO!ZBG7(b_;uI& zr7#`FKn^Gd=mBbr1c(CpD#>R6NRC|}^7q7ocHt*p5 zf2b|s`)>82`_lbM|8&oe4d7Yr;o1PjO=>SU7LZP>4W-|n=so?;5A?U5ZLH7IXS%*# zZ7g3enf7eouWMWH1Lb?XcJ12c^{=e|`wkrR5>eRJ8`w!Tu^A~Kw63!)Jz0XnB z`0YP^&W0~qM{G|`FZp~JKDW%W$OB|h+j}VU3`1oD@clXLJ5=01ymSL=kBR%^+1HEj zZ^c}HTkKFPYWZ@_{{ip7i|{C1fJ3kiR)X$Nwr(U02ibt0&<&KAQoBTg+9(9nUXoou zaAj3-ft!E2**|&8YDNC;FWG{Bh#lZMZuKFV()~yeb&rxQ*+9vc^i?vZHfaE^9gtot zCh$b>3B?O)NBzC0&g=7JTRiQmzE|I`w)|SX-?ej_*Maig@UN}^)W!7jgf{tWY=HXc zW*ZR4d$IwN{~=HS6JZ`mS9ZYByDC?GlKKTdYZ%$#(*Vvrj~G(m=zj$9e<->3)@cJ- zZ`acTIXjtnE>JuUH@bABN7SqyIx@0?*oC=;Zu}`vb8x+Sl(-Z4b@$v%cRV`($0i&V0=E z{v6(iSKtTm0Gxt-unCsKT#yYI4Y@EB`a^f<3Z0-m#Db?SP+ZUwbZQZ)XYsZdlUjGjI@2U5muW7@-)&|Jt`avMH1<814kn9hJTo?~?K)SLOj!;MB zLFNWN^l2Oa=jPPW2}b9_6#w7Qe`;!(Upwads2|=WGT!_n+gV^ljQIuzTid8uJ9YM) z9XfG}`Mx!*^E=?I^VxFbq@~O6a}H@1Yy5JV*Uv`x7587){Y92OlXE>6u-2EgJ_XG8 zrH!BC?Cq29zrMzIutoIcOpox`Yn7{2|MZ@Um40_;g}Z*nHNOon!4q&V9EZIi8?XWv zz;u`ZBOn`GJJ5^Qsn7*Ff^0z?XnYV3Z6FwepauAWe4KomYYW`C;G5#tJNf%NJovlC z0({48w*IEb?>e{kd6!YJy+lL_iCGJ;AtoSDqp{S`&O^D>(+Sv zJL$itzJJwg+VL;h0JXXLLN=fo$d^f$V?c5)8!!-ZVI0hcrLYB9Cv@k16>HXgvrb^x z9~#GYx~8=@LHJ_D{(+r)SPRzo`bH*LBb_nUQfG|@TSNbrwsGrrJ423dx^jN&w%DQ5 zXQ=0U-bPZFHw)iCoSGroi`P-lf5~;<&pAXo*Jtp|MX=bi%C=D7i`u@N>F4b2Yex-l z&Gjqa-)oq)CH|;Pp3$d?uQl@ZyHc-llTWJEs{QM`@2U6!*Zm?q3HQM%H~`yWE$H49 z>$rAc6tD9j3x|#A0pdYz76G!Mt-;e4C@xSN`+(Y8{>{@4xPI*}-oM$e z{atJT-*c-EU90r}9`LjQRrpytEOd{u1+G1iyb1R`SKsxwe~r%nAN#m#*G{i}`}TVM zyXik;XRp5o+Vy4|png-I$!4p~T^k@jrSWV4Xq+1jlI>I&0K;Jn%!D%73P ztlp%>ZyJWRzt)8LH_p%FJdG62(dukXBidO*>W9^(UV!HN`V3Ad-+#fjvA4H)=~~-- z=%`a0sC3ss*7?czU)TREY(OUZpD}B(GwvTUeIc>`BFkW{zs?*`eZR22!<}=w{i*E{ z*rl(v>7H&;6p1V==E(k!6muj}~K|DbZ!sxMN1 zGE?3CY;axWCiix&Pzo z=k)UxpAf2Z;~~&z4}J>Sn?%Z9Na8z3E#4LAfB@3`x(=UD6epLK&Gt~3mbw_Qg3ZeLowwa5&stW=^_X9=zkGid(srsr4P@x zqOs$yjhR&ZMRq~qCp`xa`b|V^yC2tY*yv?ykUYYg=ZoCO3D^%iVI!=DB~Svg1yf-H z$PN}l4rIb$=m)(Z6vA;vLt7uYXtl-&4Nd>u*8r2d+G+ z@6^_6_nU1%ecqFNx;8-aD;prWmW<2)$p&aFupG9+5xAH2wNKwuqxR3LHx2kxy`Zpb zVAL0K&J?W4-rz~oXA<{cuw`3!Idwhu96!xm{{<_ip1?5lJ)6A0a{t=Lm&uy{3`h5= zJ1}j54S->q@5A@!aF&ne`kN8=2XySk8sB~vPTU{SJHx2y_O?bzQnX*#OrLxH9GH^EW-~Z-x8+U*0S4xpM0G`X4;`sMmuJ-0Su4tp9(D z&fok$wCgw7fGYf6<1xvirwx$bQXJ3$(qJIS@5v9&1^Gz%%ad>!8}NLEN|isVQn%qB zYWlXks`G=YHE3!f#Np05zf-52`My=V_v8C7*xK?VPMt96z4YJFePRI3@23;<51zij zhRneC&tB%t_bKl0%(?@oem`-4P*Oi@%ig|7)*Se>2y*nla;>_I0h+PKILw-{*C2rN z%UW@+Z$w%@>o_38`ZFgva{6qWzjCeWkzL!oXU`YQ*KhiB@tpY|56sN|c|=_NTRx2% zKYdT7N)Hehoa4TZ!G72UvUeIItb|gS4~mB-!#I#FQ2S)S08mWO4LXA20kvfav;;qB z49W}C2DQKXK{i0TBmHpo;#-XY_}p84xH{_E0Z&`t>h#w=>u=rr^86gVc69!w=b!d^ z;h87Bo_XpqukZE0)!*dvZ`ObPe4~BcHdh}=#w2T!IoAd#CY25F91F;QNrtMp^}b(Jsn@_ZY}sn3@%7U=zh@?A_wGM+#+mESW8a=~ z{Z77*F@F{|K(W9u=KY4C`-9k5pxUEZdj~u_YX8X?1CeK^&yY&2`pT{R9zt_aS#q(9F*LavSVlQxSvU7)FFKh?J2CHBR z$QI0iNiZ7nU>FR5p3oH%Ky9hqKp^;mYXj8ot_`TjYxRqCNd5I))_+%?{?=zl=h-Xl zC0=>?d9UyFKgdga{dc3Y-!_t^8#1N-^0WbxxyqoNR2`6Ck_`v|$!i=WK_AG1u`nA} zfMS3X@BlmqZ^2KQC;WJLUcptx{X59{O;XP9z)>gepS^kSb>Hud`Kj5vXuYHR8R)-q zeS;MDPoBr$unv&31@ajCx21NF_Vu^u(4BQY{Z!A#BB2UCzhd>8R)saiwVL?j`@_wT zxIeT@FN^7&ZV7{Pti#X(>zJNr?WsW)(|@={56rXJp@r5VXPl*tnr1n3N;y+}yKUTe z&<;>@ci1lKEzX&{*wNC z{*U+TFTd#Z=Bx19OAg=b|Ml~~r1z@-|848N=jYwjZ?XaMGx9gG0g3}O9+eG{TsDJX zhydjRx`X7o2&O?PY=T2@34Q>t!AG3^^_!#Y?K#bSzvlY2&hIe!zio$4I=Y^P?hof2 zA7{;<`ej&RdcJiWR>c0~0;dj{YL|83EVOvyfH8J5esg9V#+IJHL)p1o-MPMy8FiIm%T7!$+?_t;jn?W(bVweSr2Sz|9^oLaNv;l$qtTt{4bwO>fK5%0I_0Ju3 zgW7m~Tkv_e_3_plFMEBj|6hOp&)-}BWea$C+HThd$mhuSR0a7W#Q;q}F+f|0hi;&l zHV-7*3qih5AF3GnNqCi9z>gM}E&WWse>pin?GN5{0fVN@w>}eQ*)V>W%a}j2biFmAen3;|jBA}=P;!5Z?4NCM>^rQ_xkSqO zSE^M9>N@+1s_BfP=B=zzc$~8qA&S3khwjG>rUu#I0&53xL-MIjj!i)Kb)K2dGm0BF z%3?FFKX)Y0(0lxB%U`g}X0c9T)vo=vMHmL1f8=$d32&jD(Yt@I^;Kl&5$rV7p z)%$z>|JTp|d-~~r#OoWf<;HH3H`xF;29Q5e4B!u;pfNxf=m*MkO@IZk9`=Lu|0#Ga zp+kpXE9ZCQ)M;{lYiuR@a|GYNWcT&Ce&ze5_t$m*`nW%XJ-kEM_tSU6TpKiF@%6ZW z#Wo9PO<%+CME3Yx_x){prK7ur%=aZ3d;8f}RNL8Os5%46H&m_Ph&qIgs6*&$bpog_ zM%)nCwXcO^2VyyoARZl;?#HojA?Ai1XwUoYu>nqx%^mfCb|*+Rw&Wm|UGs-1gn&F+2ImTlgCWzN!7f0|Xc@_(k4F8#Q$c-l`= z1`K{CAf)XPatBLjlNm4uWCIijq=51Pk)ZghIVcz483U*`rnoq;MU=@ZtLTF z|NqtJ|NSHM{j0tMVNfjK#sIPb$^$4Dr7?iwQpu+Ll>C+SUt?M6zx;m*$p0SzC;qQm zwdyDc6)FRZ`#X74{&oxwggt>tRoM+ggYafdkTxjj{ zCR<{`R7+$JabnIy^m{zxfw9;G#s%noBKn^o-KW+;EPI{f*!wIypctVYV+M^I^tbVx zanPQ;LLy^}gdsWBIitXO7frB&*^6vS+1e}pv-4kIPH`D+G!=><9eO}VkX>yJ{-E|& z3?Tcfevm!BuK&T|UUk0(_`KWt_+J0NbNa9NQYhB+%mLQpXN~_`fE-7AP~18gB*W8T zDQt(6@JLXrR_~rXedgM!vuBC>SKGqPyG&*S)m&d|&i3mtINSP-Dz-rr zXIfhRSnNa(Ykb4v<|}-wBdc#D!vgT1V>uaIMxcKv6pdBp+#nl zw(y~&EG&Jbg$)@&os%LbZ;*iQ$17(bKTl3kujBchYY$?`Bg7InL@>V?(LeY4^ME}5 zrqELJM*p&5^A@{kC)v#rpctS#s9lu@Xa#C-cMPCBjQZny{r?wS|9d<2-u-T5%k}+| zG5MOCV}F0%)7U>26#L6(<-%lG1d9ES!h_UK{;}rz4wLhnShkv+Upe#W=d5Jgej7Ar zIdwaz>%$(N>$)%hPu$PAUvYs0;{dJk&t0~SeT03jPH>bH`*Svt1v2L+-`^sxqiKzw ze1A3Sht_T$#Q6gW)`~rcp{(_Zi=bOx*(NhX-O4TJ_4bpq|4lnCDPx zpG4#TTi1^(Jb9Z?(NAPTS7oXB@px=joa8`=N(R^ z?n$P##x}IY&qqKsd4*{51W|*jjfyRZAf5=PMw;wE>(1R@=Nyt{w3%`zd7xZMGAOqa z3L0xE2cX=Gaxm%>#btMV8@jL0xZRI`cl~$u?{+^+rf%?6zF$7b50saZ?@t2xD$QR_ zf`zaVj^2Iu-4D;0HS0Ih{oRL^^ILE0%MaTD=KIF2-ev=5v7Ub}{vREeu4~-y=)CLu zi3>6r59FfzS*05}AFL~T2Vsqoyx7K5UwqEy-Ih9fI%|Lns87(2++ZlWuk*~Q zN$lDK&NZwT)Ee6o9?+cwaP+@UP?*=Z z0iSIhtg5=B7_xtd(e1A(&UP`hl->>nieE&?4@81pQVq#<8 zICbVM=l7knNoA_%x68^|L%U+%5gUMx44J*0@%&2G@~*mW17rvA`)=It)cYdmmru^G zBl+~kZ8;w-Jf7MY|_Z8P7KgZ*R@8 z83EM(45SW7E7k^vur4@aU_Lqh3FPs{TQujGs9s@5&MoOW2H!o6y@hjDu-3SYaeO}K z7j<%S1@(vn6cgxdbJ>Kt*n;}(C02}3gELLEw^(NyDHa(pz0`V5n(x#=j3r;7d|_-B z=bbzG0@fE|cOvlrVX_aPTIr!ZGk$+}r7E(UGhhS^0ky5#SZy5u$^mK);Cuc57ux^l z>fU$Z8QF66|Lc5zbN)uYU*pmw=nFY85f;KGIKo)=p-tPiJ2}5qJNB^7Z=-D?2H4FW zAFc80&so9)XR)7$_&U3E<3+R*ct!QU_ZQ zIsM=s85Y_v2OVV2j{JRlY=Po&>1aE0{T&LYIyzj)IpQOiZLmyYl%$-|7ThJx8Z*D> zL!MD%fEqgA^hRvp%qLB_u$e+Yo0pu`3|GNyh>z_TCi~E7C=g zA}C_-*lUWWXEI4b9MTE&F=qu88olG4`^db?$6lI8Z&FnO241&uVU|YC5^Dpx8^Z%TA|GxZu&3|~T+LbD4`9%`7ai_RZ`*T(xPhPIMu7@>%$%Oa!m*)bk z1^VFr9&f~d3tXeu+7vavZp`Ngi3RF;*2Bj?MBM)iw)HW158Q_zxL>nQolhDz*Z-=e zL6?6TSlK=@a_ob90`W`$jO%yB^FT~-oq(C9Ugv>&otIdl9`Aq{-4o;c{h-tC7_Z~A z%N?f7ke-O!u8|8QYTZ^@y*C@rA>AYXD>lmnT!YwmS|G+2hC}b@E1*8W=ZYBNS*8Zo z_F~~YQe1GqKwqq{AI1xNdPYF^kN*>e*A`eK|FA}%-_mV5o{v6VZ1~w2uWzf>sIdXZ zq0|2xa{rIE?p~I8v_B>HuZ4M~=Fgfl$DRxTW4{AXVn6%++Oa>Uefth&2XYTS%E!I@ z^ETjrdpB*D9XWZjIWt$>k@K@}?2c#kX!Oq<0Qd1f*8k&LAjblxuS^zyjQ5QQosGC} zk1=_B&3K=&(rhhl-+51Pc z{)5z}gGQomKSqr4Yyi`dQ{V^iTw?rp31cwF_8g{!N^kEd#Ox^PIURii#A#}i<96d? z7Rl@l$+A8zN0#r-kl2m5|7bbumFs16_#E+@Jzo~C->kW|VaA%R;)WU^mvfjp<8faf zH9zM0)>xkf{EmVW|GSNx{I_b=Yplcm|LXi--_#oQ|KAR_U8U2T)c=23^j>j4&;Y1^ z?cBc+-m}li*v~#Fb5Zt5UBCpu*v~f0*q?%W|B-c@HvL_x`Ngc-Bpdc-Nh-$rz41(b zH~d%dW9>u#c!npLfNOg+`bQ2h4gCNw{LT;BpT2C9v_+r4nK5eZmfdlG{}B9d=Oi)d zJM{0h>os7^zYZ>fQ{Wgl3QEc;#p}r$wQ7~&IiK&gH!=Gw{J?h>1Dzk44{=2vFkX!D zzXT>DCztyHPvio=VvjgYKVZii9r6O^>zY~}`UWIo=1a-7Z6MuL8BtWtit%jrDz;=i}Af75|A)?gP4w^}*+XtY>_T=ZdVt zKC}Mk2gZY;pcl}t|5Z}||LxkR|ETKeP0@cv&Alw|VShcK=wHeGo8q%pfY+ax0(&q3 zxB?Fl0TuyG&40Apn0NUcZ`A!XdH;gM9kLtaeF@2Fcs}0>88dq+^uH9b|8e{u5B*O< z|DO7v%4hpy4A6J&4hg`$y*93srI{h>?WnD{$Jo0W>i9MzC;m{sN%Ie|J;wXf;0P!H z`#~1S0GZ|UIe5(jMYz}Ic%Az7ueCDh{Hc+>!#C#r2mfF(WR%(re!v8^1d~z71x9;l z>T&iMqtoQ;tj`11>ImaE$Lf^%Ug$Fn3&#H$&BSv^QS%#t=Z?EZC!pRJh2?^w`N#cx z3+mm?TjK*PkndCf8Xv&iAN4=f1=VdW9nP!t^p;>>IsWGj#)8412jKW$7tj_k7i0ae z4yXYz{-@LbtMdH6mqqK9?FZVDqJQ@NmE524hV9M}upRaULjdEGA7H#%1@<^}cf6R9 zz3*Wj?(f^MI~DnIk|bsBmz}u3XX5;|(EJJ+k3K&&KLKd8kN@zQ%>V9!_C4_*zTPXh zN&x=9VPJy@kz}*cS8rBGFwJlInI-@81bVk{_0se&6s_}>*9o!jL7zbXz*>XNIG^tt z=(kS8z9oPeU>cx*bpj56eJ%sg8qgm%0QAo~{l7xj|5c{Bm+3RKC&vEjKmtDBk%3a!Snp$Hf)nM_z#c0sQHB;A9jyJKOcF%rmv4{ z{vPN1{NGOG{HXhRBJbxj{{8VB-vGq_*0{!}VFz57XM}Nl>t34JZ!yH}A9Wfux`k~q z*FOkS!8Wh~&<8CAi?m=oT@F@*jbJO-4KhG3>I8@DHfVUMMaPaGbg{Mj8a0CNEnG&c z&G9@iGvovoW4xgG$K!LIrI;EDd58h2AY z53tTEonGhs|7Fto)Aj|%r~VmJ*tXcl*wz?x3;<(LcQ6o)0p1`6ECV}+xD2~W?KAeT zMy-DZYGk_)7RdU{12UG^`OKr%SK}F;$n&B1X?UgXr{OtXo~-xb+8;lR^9MrzgZ(0< z0j{ZO+!5E~;#z+L{D-H_s7a67bhZ2l+hW|$1&sNO@hibXFb70~NDvO#FX24*k-C}( z76bmC{(^pE4`BX~hyMdQ)}UFl>#e&Oe$vIk@f&lep+A@nbyJ&-oFEo>&H!V-CRXE> zb%Ji1`0lBR@zgu7@v|7M{@$o{d+r1MDEHY5 z@ccRh=2}+32(bRr0?;Sd1N71K)zzMd_PLI#o?ch|KTU5h)90|g9@`SA3D~z}A5%N` zXFKc-T!1p>7mxXM=v$}f<`+Do_IKl1I7@eB$X3+*)A4^k(|GTmroIpDBgZGx7OusA z`rw*>yfWwaLJi#)_W=d0+o^fxXQPfL(g^x*YG^5K5&KPXU!QUB!C%#?TkjmU$GFcJ z&UnuF9tU{cVG!^I)DQ72fAztuKL`QT*Gw=M&=)Xg;Chk){Yf_Z;Q6Q-p1|0_t=2{+ zf9P!I_&;5phJA-?haPpqJp`KT_YmuOy#V{}^aUD_%QNSv=Gn)mPtbs|1?CBleS|Nr z1q^x&#}?eZ|Jl;Ssub5s(1*qX?kCT!68r5jZw5MpHh}h^UFrfY{aYgb|8}s>DxF?O z{l82af7ZUh@YFuziIV#_!aUUpw~u*$5a9LtjhOcvT1ZP=>)*MTvsexr z_XG0&GHfd!P^TNfB0w!u*VDliFdi^=x|TBx)^_m|1J8f$)FMcuy&pD(0;tH+5!1~cj%aT0eNywpF79* zQP(T~T$$%@AOAk+k>!Xl&<0BG&%QtXGyODe zruRIw&vjJw^t$PP*WOgst3r8OQuJS0?(c}-uw7D5)DYv<3a}IX{_pu*50VJ&@5n8X zoq31Eo%i-3@ApKm?}h7nrbGAIQ2TyMkoT|NrpfzV!{RjBZ_?R9^K73E4gL4@BLTvfg}E5Giu^P`*G9N4!FOdJFoBK z^8)d#Aij3jj3Hu7aZ-@lZrt?mO$WRFxvjZvS-mFBQZU}fZE?HY2l^)Zt|5SVmMt&^ z2B0m_2TJZ=8}l`QPX8}y{V#aVT-B=r+L2y)TVk7HY+;Vs46xl90>&Y>Nf$5)1OZL% zkJq#rbLT(I!m~UI50~IMzQvMRR3gFaw#!6l-;2-b*2H=IM<4XBiTQZ-q4v?|_s3X& z0RFQ#06w4@>itbR%%Az5zKi=$pD-8<1M~$-UcmgpA5e$UK=B3K)@r~$LK4^s_JS-|cMU@Ojr>{lDtkchJ{nPQ$*zGl>6g+}r6-9jzVTYi(qDxuJf`d|aQn zT~DtX*GXSP9~um(eflt--+qAmZ2@@h+3#-&ngZITE~o{5(!Zg(s_An8>#Wl0b&3Cz zLLybK5->XBNOiz=#rD+*Fy653bp?z?Y?s=(|3bV^1p68`X?igrZh>sdI3VfB``2e3 zl<^qv)8zJxp>_1{eNf}m0PXui_td{XV!uCXe(d*m8#)g6*_n#IsjcR|oi2Tb;JH4o zKh$m9^b)p_1Ga$`fH^z;5A%I$n0ltR9RU55IWPq#<*%IQXZ((Sf&M`81rc}=yRC!Gwv(e=W#F@HwGO+YtS4t0?ftI|oQ z|KHzlz~I`kpZc!{ngI4U4FI)6%`mSX3w%HfpcZz3JaD0_we1J7xW9MD!9(K5=X7x_ z57+PcFWsn#^L|SoYo5CI)o6dc1g&NwUjiG(~XSn8`T?71=hnce*{=3VRc|X^` z3ovHJgAhQ?Fz!?PJpug__tOY;2Gk9GR|n7u@H2i#pTOTKzQ7UleSi}f0!9F?SMdd2 znD+z0ARO?xsolANI$i>J9#(-hU@f4|`O5vJ-j@RUO78ni!1V+I`k9GT^ zuWY+)%WUU+!C`QvRqNJoN8=vf(51-pq3`H5TO@R4q6Fi9nV=P$BoKZ;6Yt>%0uc8D zQ1c5wy)O`B{cWv!;(6RwxWC6yI%=NjGfKMlbNL^{)FP}q1*``NARJJWjF--!7q9`Q zfEuUf887L(T9(6ke#YbB_XdE+MPI-i+Zr(6?g9FOfq;4(4yes>U=pCu@do~Y{$K`( z1oR2iHT}XIEtogNf+)cK<}!Z36L5Vz25y6XmFJiHz__oi{T6ty9f#!gkX$+c_ zzc#}wVJuaA0gtaUFalghMPH!g1@tq+0FR%V<@TxHseoE$9QOs(c0f7w5q!_j`8|CH zm*KL^FQ|L2w;$*McpTimF)#r1RrFsx4%(wWr~_!D8h|#d_PlhjtOx6?(&<&!|Er{X zWnW=zwj*kvF@>>(?Tl@X8ZiKDla638a0hJ9jA_fk4sZ~h_3)VXMMg%ttXZ>0Tt|-< zw<%s?ihJ}s_2?%9@jM;=H%2(_qo1*Ii-aH-2ws&Wfw;!k2RT6t{3l;4KF1%=^5yfq z%<)X0)+XKF#(L>nlE5-B6HrqV0kuQj*a7D9T|hfPpGCbl1PuU>g)x(_gr8GOJU;pe z{+`FlWjlh(d;zz?<7a&4HU|Rg)&-0Ju7EyaEEorR=hQoW2lsmj;5xXjo`CDO z0`xzIfcwz~C~;rWKK(MaPdm|GwA*uy{qzA>-?ekA>Q#g72e2J6p0I7PjZq`| zfU(pFSOdmEw%y4f7|aFh0CWFhP?h+Q<7LL$WC_Q(K)a2L!AdX(1c51l zI&uQkBz+S#!+oV*ngQ-VHP2(AKU3iGF@ExM#TPI?pfBL@wgmJAT$i>lFu{9nhZ?m7 z4nXk-eKFr3P|t$^{Q~u^!1w%|-}86;J^L%&0d?OEm;s(=1Hf%_AGkl1dPwe zVxlAe>*VoLDJsmDm}ornrcZBa)vA@WYTZU!w{0ti7FN>9wwJUtvk{k|SP9**M8I z(xV*ZJXY%Axq$)b0;u1vfcs(w%mKBn4L_sL;BSlp&ueGE^>BTP?zLk+eG=`# ze5Eq&S9{*NSJsE^Rq6Dq=s$JOPSvXl46FwfEl?|LXN)zBJ4)A+`sfeoSD0Hg1KgIjKj8MMVa9LfO9oGY z-|;v6ZCgNp!t>1aalKqWw?p02hjIJd7e)I|jt8H;FzwR^RQ06O|BLr4Y(wQJZJ+H; ziT!M!j8SY1%(EGD#{)kQ3zmUokkhzvER{R3@hq|r^Kd0Z|@3;(?CG2x>olny}k40PidM)vs?-vQS zSEbX-uK$d*-Ktj^7*~mdY*$L`XZvG&WV>Zvs>J^Om>&hEflx3HtOF^aVBNY^UmrhK zB1aMXckRJ*I{kfR$Pj1g-M6L-84W%*1 zW2Hyb$C3LN=IxiL=m;4z##IJ650rsJ28+|+LDJ7@fb<6g20G#WKp8M-Am6L?_4V&# z9T&h6kPVW-YC!)I4w&D!b)@J=(SEfjabH{ei2a>=L;pPnsX99J zSGBY5scK{CplW4qr)v55zi;Rp75}K5C$6(He^AjUC|drdSMIBl+jAX+ex@?bb02;e z-77f-wpXRo%c}pZj1<+Y4h*ZbZMJ8&JGMo}A|>{-pQ^-u#@vx$3J3x5fbn@J$lZ~g z^vwyx{v*YQWb-Cm@8{zsqsNRAmk~o{$grU@6bwc#-~`PNfW#-j{V1BPJoZ!ni2t1&om3caP~o|vs@4|vs#d19mFCn~ zpK`vG^(wF0K7re%ezoELXruidf3KjdM_I4(s_{dLCV$UY>|2#iI{m*mKLf)m?ThV? z?UQ-468l-pG6da#cI@}T`)IHTYzFBT7G`IUmmZem==bLx%$CTQaG5-HqPUG2EyG8R zkYOW+$w=2x@CR<<>gKBP2ZM(?i>;mQS6KcGIK=gUB(MTd`!fKw&wRrLRLuFc<396i zMf;WH{lgyj`L+7~?DtdqO77pzrZ-}LcU9~1*#GZn4BOP`viwy!m(Sz1%Jg3GxN&S% zI=zhg&&f(tz3RZIY-4PzmBoJM(~SM5zz(qAuf+af%*O%7=pA5xT3X8ga=fnuv47)6 z+{@!XUB*usFXJYRldCVAe(Hv?pITzSpSASLV!t;&j{=LpCXm{{U*ED5$Bzp2Uy#3FX3vQg zuj!sL#dC^Goi+t|z$6(rah%2nj7C1-KEYjv4IlQfe*O9vv3vnY1JwR9FdMLM;Q_{g zAwbc-Ip(=f+&87aUs3zaVR$^svHd*nFYo(5iTz5y-=>!)_T#!Eu}Y_xLI1Cd?v>+!L6!K( zI#gw`-w2;ufnI){JLdZ7(#P$9ccf=Xb(*UmuP3@n2#p#{M^5>y;fp&TW-WRjvQRyd2f*1dRE#*iT(4v7ef= z2g-Q=6wFhf?3=FytkGu`6%~Ac=F~AMIdVu6lQv0sbePNt3zeXd0P(}vzqhZKczV+Z zctHCTrBA;;|Apn4^QQx)zpv!{iuRrHouYl_Ae})w!0Tn0pD<5hU!@M9?&-sr^FPr( z=6{O)<#GQf?GMt_`=4mv0^@zuzAo>t)c@gJR_Rog`hT5tuN(`ESuyrAjxv{~zL;M> zE%ry^y9Hna*b^EOc<=1#lX4Qde?fkZ%$q+)ll#vI50&81K=BLogZ`&$a)3!wCdsgo zBfhO!vt}`trS_FNKkJC0zymPnSF~?~d1~JP@EU|?X zeofq`?seL)RQt>as(Pv_{U14$r+VF>HUKrkc*)qw{F(8zve-WWpN|5J{Xu|ndO4tW z(~li3d3f&32`NSF-?C+c#KcBPc;pNTkC-7LGXljw$X|T?yk(l_RM!6Mw9@zwNKcAZK<2xSPW9^q;*Q@F0YsUB<$NUcVeO2ws zYkit=eqGN0RNX6m0i4q+oqliqziygWjt53mw9j~{^!pk6sVyb;8)KeMzhb{X0-q&- zbztZGxp5E9pF1sQPL@i3{yv$%U@r6@ArXbMQv!*?>pG{gYHr1 zvwD1e->(_tS9I{EzTzBL>7>*D^T|VCL`5r=#r`(<-T<)9?f@#r{#p2J8Az;Et7ba- z{6AiR{!d`cZ%g6^nKe5`VrNE4WEA`VGbA)DL{kIwLH)m9|GxLJTqdCQ*MRwe{=^%M z2QHv5umjpTzY_N=YF|6w*W-12)Hko+Rp5KVK7KpvUYZ)8=Gq=!+o$X6|62Y-wKFC5v!>2|zY_ZyhZ&Ca_Rce;n-M)F_x=+e3oD=5$ zg@t&&&*J&ef3!yb;fViX$p1r80}MtDaNNYPf5P)Rv#{I_z}$iLgDBt!CV=6fAE5Tl zKxd$x^J{CLe(Q<$nZLI|?T)(Ub-RSu?-R{?^zR>Q-a&Is-;=R@U0+|P|4kcITefUg zB`0rF?cBLtwR_k0*H-)VX_%fC`_ff(QqCV`QF zc?RvbAEBbK)^v(wb^=nphtEbsAnp50Hs(P{oyY5q-%|4JYE zb$o@6eku0zTH1=Se=I&@><x9Sa$Xbr@t>Y67E0XQS(@0-zCZi@ zfr$IK_wS*xv0(|8q4qa|#ejZ<{$wg}1p|R2umnbcIS6wRWsHxtKBd2}#QmS&`$j+T z6m&KH=kr_u*q} zTiS@SI`mg z+Jk0*b^dywHmC^{?N`%|OS<{zqwiljk2wETI=x8!=O5gsdYyscv|~SGDf|7*s~KY% zYo8YTz3|-(5D%7vEm;|_vV*$@uqx_^IxUY zi_-t=tb66yU^qoP)DiW>oSGV=*4l#3Ks+(obxihEK9Pc|) zR3Mu+uao$>b2MZAp~(3IaIH^#{480sdc|My|Cf8P%oeZ$(0{NG;SI)vVc==?zQ*{j zKG13ZCGu^sN0m;`TmM-Zd-2?k*B=<|*TjD2;>^jJn=?lb10jfS>Ug$C zf$ZJ8L*^yKBkqT3YJI%Uf99+h!83&a*{*GyZ2UeEtOWBwB%m*u2>m!OQ(q7PsNa=N z1N!ITxn9tIp=4*K$)Y6-Bq}Bn`Mw|i*TYX{W9&a8Bjrcj2V8>RQ~Rqx0$~2&4>*o6 z3MloyZkRU$?0d8X?2E9^|I770oges*>-dVEf9)&mQl-;#(?7@g-Vk80UlaR#;`f7r z8<+-y0BiM&z*@xqzZV}WkbT*ivVOx_iNtgL0)qp@7uWa2&We@v)IAau=zkNx)z&`i zhJj!z7!A07UA^xW^k1-Bl}fzIpB4MrA7|`m|J)md0oLr6jvwb< za;UICa`x?$#KcV!g=_qM19)GbH~RiDvUA5aS+;c1XZS6(zZ$S!5DS8VQtMaheYW^a zsrR+Pd~?8jMAzqkiTwiXQ>D{y)&Gti+f;87FjmFb&%C;_n!go3XY3yYT)`9&0GPMW z2P?9(GX8P!;C|V$BN^lTbMQ70<87B z0Hxk%j`_}jeGm3QD(mwreoJp_(q@&8sy_#?QP-WN`gdYK zYj3Q#DpW6VK0>=J6U2udui9yOltR`>Ywzf6$N6pU|(cZ=qb@*9r5jfzsz^Jwm7bmnhC_YhHUEcB<0p z*XsXG)P4p1GncLf>H_V4KXY%!VN1ZcJOD69XRgkiownZM6kyJpqxVvP0Y zWM`qDzg8A4T7c{QHp%WiyCr#h@^^LW)M3ug@qKEa{RL{DwL^{{GM`{x!TiDubOG%E zwciBLAJH$-KhaNBD@QLOVZKVo%Xbc7pDLaHUH!j_x>t@F22ylXS?q6t?-~0I0qbzA z$FU~w0>%L5{{A4MN#n-zN{=4?v8XU#_NMHT4I9>Ja)7kdRN0%l_mR1|`40SUKG2T) z9OLJDh61kF9&kI{9=H38*ZAmk|MKZxu?g%~rPIHo|Du9}sy7uF=a*tX``zq+GxoDT z-UG0IJ_0cJ_XL3;63;=n&;RetN8NwVo}I||cjLOBEL`80E|VuuK8oMW1v7z?^V4^X z1;YSq{oMik7e=51Xa$;qhM>|uztYZhuP>($fZeKe`X&9psk&E=8^%#$e|5|=udV}_ zXEWbs>}USXJlq^GFK6!W44C^*1nm0<8yOiUoIZK{QE5rB95}EK*ZgGSHAixD51jgZyTGPZ zI_dQPbUz2fDEilq{q^xV>+Gz#wFL%1JNI|Od+L^XJL`5nJsi6)xN!EQ`pl{0n*Z=U za=1tiFbuUsm{V)Verk_(H>K{Uo%;{M=Oe&4KrQ&+|Qd>V%v;aa2n2Ki<&4+G)UmP53?x1OjhBe?jeYd1{}130uJR8-mK}eYNp9 za}%BRUqPP-yH)9=(|_gu4o1-f)IN1ZeNkuiKqJ6@cg5VFb@@Jkeg9EFqyI@0$1g9t zbWVNg!Wlf%_oSRYNgq%ub7svf#%~z&{Q+wP>?<&5p!VrQsC_%2)cXIedY>-lzx**@ z+eWZ&l}?KO@w{1;j-So}j6&@bCH8CA{VL}Etjj5Ve~!^B`k!*{)XBeHzH~t@T|6rn z&Ylwfr&sFUJ@@e&#(ZDE@qtNz^#b-ADr(;dpRvY3e?z}R|HD2=rS(4TwxyeY`F#QG zSf!Ir|37J7@qaLg68p9F&we)Re%iS|`{V4Fvo^>2JZpc7{@rKAMsK=y<&yep*+nV4 zcup>!KP|^f4*wm$q3#*;S>vAo6zwZHKXVC7U<_F6Zv*IaSa)auwEO(rN22TV>+*jz zgI_n{zh+cAetr&c1{M8Rmisru_Z)Xu`u=8^XMK(}dPV;uF+cY5#k2o={mLb|M*VA^ z>wW4Wp7HO8@2GpmeD)DIPB;uy)P7fdW&qj(YQG84);{|rPx}0Y`3F=wUcGYw8&>J0 z)Bex3&+~yvTmP*4G1pe={>;IZzP};nS)0?=Kl}e9HmqN>>&CS*(dhrmML{1x?LO9R zKE9*w#{^u#(ip^ zeGB$6*w=Vwy-$fFy4P1T2Y`L6bi#EhDjh$a0~kX)_h%oQF_-aQ(Lb-fVV_(({25R3DRMbBE8LaoQ-@)xO?lT`z ze3PC|^RK4nwe1FbR_UbE{!iNHxxiGJ{+WAMrhoSTS^wwwA9dWL=ulqqts7V6){V<@ z>HO)x;GRF~o|7>*D zGxg7y%i3Q>{j>kiF?s5rahn>pY2B(-@0*DIw{BdKYnRV|V`ppQiqCo99yQ+=Fh5XY zK63_hU<|ai&;AAL4D>gQ`^-PIwO>uA`&VE0iVb1gDxEHzJ&ycehjI>J3?=?6wZDq` zr#=~@*+-{tsbA{Y>R3r}@$DN|)HknPd>An!#2242&J&IeQunO!G3GPhXWqd2p#k8! zxX#M7PajkrJjwf&wxfG}_5A?sTBVcH?scz^eISgX=3#el};DWomA=g z=^Vfq74^^h8}-lYe>fJeTmwMuYU%)o59P1ET6X^3UOjs-)-$iC)(Phc=^Lc8VeFEy8uYAwX8SfR{D>0wB1lOn2 z{%fr7U&`HJ|0(r5s`!A0 zty;CDo)xHX*7B%z!g)pW%oiB%nd>VtU#I;yK;JKW{6~A#O+P;aivATJp!5Nl129(q z%m?7TQWK!Y3H^aG&;I?>bkFtCul!5g$7i}pcLsE4plZ%QMg21esLTgc<_G8tv|+4g zp3j^?iT8@`740+6P;!30>L%S8(4B#*I|JJKS8@PtA3)t|=K_i!pvD!gD|+X5Pt!fu zsnb4Af^O2CftTzIXvbq}RH+3hc>sNYwjWUX1=@P&XWFq|iT8@`D{7y9M>pxtfbI-b z{TZk%2T*)~k_%My1&U9o_{!grr|F))MyLI%x4CW)bZ0<00~PhJ}EIh-E> z_#N*bwgFuM?>FLg!yHrKI=OD$^m3j7`gg_l91r3(U|oO}=mUm>iNF_xffz8W9L|RV zA20#90Jei}pflh#CTve^1J9g9M5W{RI|rY9@(Jxh?KA$f20%N}_C~-SP}8(&5Qx*O zR&8aSx^=fT)o+p3x?`st{Wk4#YS*cog73C~6<{_90OPIp--cy~y>$!J6R9(U6m*4vsuOC1D-Mjb<+q(STM|l6S>Ke9p z4a?ue>x~B=s><%%Qyn{VR&~DYvg+csYpU~CZ(#na>hkS7s;jqetM0t>mg=1c@2S50 z)1OtJefcNVA3y&>6+I{J2^sqjsBXRWw(9oV?`U}I!2{L3ci+Ww@2Jj|m4QndKKuOh zN_Dkz8-@?qrep44A=(f2N(;UIqB^G``RDIp#AChITp|y7y#O9 zDDVRD4I4Gy7PETeJE!0KgSzPM2eRSV71?(2uB6<0UlI3O;`hIR?cb642hYfc<5y(Y#oOvJk@4@= zs9lF`fPR3nfcbzic;=+D|Lr>@uFssEIX?6HD8%{1nX9*a0^Q4^oTD;$ z)*6XTKP-j!K9rN6{Y8o%d@9MOuS)jK2Xg$=KTGaApGa)x5m|lsoNPODRXxOa#%-0J z9&-YJz*u4po;m64|KjamA?IUG-V7K3JHUQi5Lo3rX5xiIH{VsS%sU~5Lp>#6OO}+p z^^qL=;E%E-w?sxnFBZ3%OJ!ohI+?yANs8Y8qwGg6FlS$>tSLGzb9V20Xl&=0hjp=^ zFdoncJaf|7|Hav#b}!HOsC(x7v_1Vk<1+pJV8EE4P^V7atQEU5zsmOl#n*r+stRXye(%Jv{+JF5freK;JpLS=S&s>lFJm&hW&(ZdM0durS zu(3{^I!CN}_4)J6t?4p4X1SOR_mY6+TV!TdvCPdqE*7pHGH%u)Iq}X%5|NxPH$MB5 zBo>xP+SPk9e&Hs`zWbrXq!r4j=p_=fZkrnG+zFTmjt0-1boPHf_CI>^1kbagdHVX= zfO%e1&<1n?tnCc|jLqR-O^q5g4uZ=LeFuCQup&{M1LDNk#Z%nlS4q&GgPJyAPwIpAHWGN>9%S@t?n(_D=!q3yuZPoOJg8 zZT3HQ>Xa%fHdfp2+PIDdPa8k zfA3C7lkovjV(#QBZS4k0D@PaU?Ke{sBXa7-gOIR<~ZeHRZyMXrRjH+hy*-W8%4Cw+slLBX*;wifhz- z`hT{smoooLO3hGhOUu+tPS4icp0Q6aa!x#br-mJPzdaLVWb18B&r%(}aQUUG|GQ6| zr0P3hfVQt^jAtFU31A)H09b&Yfb|#V_q4+TkW{T&wSy7SQEwkVb@IE**RRRZlgDK1 zj%^aRK1s4pUy<|^mt@)A{W4&@kLa6rhdsSy(!$LWj@)kcz7phk`Qn$DCR0{!75^=J zWme7+@!paqBj&7>&I8BDK)*;C>=*Ih*wzZ*0|tX&_w zO2YF)tzO}o3spA$la;+s+veOS?w?|Jj@>cFcLb)u0Sp4n?fn6L{RWUZ zX6)Fq+=BdXuHU{Tr_Z02g5m<%fAD~;O4=%EXRgTp3pXYA(k)rPzgWUyQ-`tM(#X(O zOkvkSL2(k7QzGk5Uz4~4M`d3A35m%%BomhX8>ltsoK`dAWQmm}4j_=sL`^)QhZmX}}xGu*|osfc}0@<=H zQ4*Fcl5It>Wm2jn6`hpbrRODV*Fg!{zF$+*o3vnqw6z~7ZEX4@9{6bLf6k%t;u5t` z28YcRn{mFECVq7u&12?-lLd6~D0s{lG}T7#{(afaHb^ z8x|~Hw(Nt8S1$i}^WI&#eEq7NICD~pN{S^dD?=76UL;95d9pYyPlDHMlk`(%vbp$- zgr*#lvGdl**qMtF_u&h69u(_Q)10H%%#S()Q(y(C9ecoY*$wb>1Hg9B z6wn{A4bTth{T}205m8Z!?dgBC_q`q78w2X9FJOI*{kc%U7@r7ofaOg2%vUGff2wN^Z`7-JkLDe%&Dn8<_6VP z??`!}*MEdZMku!D_Sm1Jzj|737mV-bfsG(@$k3tZ_Z>L!wPJVXc(nWBQjFmh7s~cs zJ7n?lW#aAUD>-Mc$V~YCkhRHDeC?iOUVcYn^UjIa`aLo*AX0|Rh?8NF33!c{$%{6L z_v&Psyl}mA=;4A|fP-`$G)Byv$9~(eMcb>`b{bd={J=24^VN2h64DzvwTRAJhRgV1K+C^ptjwBKbVdB$A%TFSD)IQo^faUo;}z60|QcP)v6VZ@1}vF zfbG~2FxO%`stKN}{nu|v!YY3j>)Fn@E&40AS?+gFKwr-oAA`2K3Vpd0ycS2r#JqF* z+_`@|`0yk3{SQ9W`1&Kqj%e&oe^0#!%?Oc&OP5GMNU%8e?JpOXg#x`O`98ChF$NiN)d=f};7Th2pI921)g*q36Cz_>vlz*ti4dFcN@et{||bO!fR z$x*m&YM$HSKGT0%1LpPAd>}{&kBlrhdg8=?-MaVI!;|OEKe~SBuEy@SkmDUYb-Y~j zMoU9Gg2e1U zB_XKePedJfSj1d$36ID4&ISqGmL-9x1)God5JTrNV$fs2f3xjje>Q*!!2P3NH34k^ zkAb$Q4W2o@Ap7&2@_ceXXgi+AA;25Heqmzrj@u`0zNKDVa#>;yU6d#syIRCrm{m0jT7L*=S`2_|kc4vN~`1(fW+fZ^8`cW6a z{4Nr#tWl$8M)a)N|C4>-z>k}@Zj(KknR4akO^xOm8mz84Fk^yxx5iplB14^uy?52?PhOXq#g}AOahc{dBJaEee*q3y$0C<8yz!EUVD!Nx}&vyRI=>^)qJ~m80%691lJmIqzrseGa z=;+P2Wq!#OnREEE#1@>F80dd?(Itt@KQA-$aeeFV1K-wf+?4G*9Jm7J0gT0sK`q!{ z@7G-aowzpxi#^Hh=o6I~-wgBgmt8(KA720>srum!B2@K~rh#rBx}<>`6bKP`0^H_Clr?5AdVUg<{zyBHd7 zIe+cO|LwswPH{&rOIUWPSdZ}#+X;RW4_^?Cb`Xg^P)Jh7_YL%0G6uv0`ZwCe5bzjl z`$fe3TlPP6_5yxhX>P}yv^6jQ%E@<3>}n#D0z+Z% z_hnt~5#cpHcmDVnS$X0n+CTh0{9ai45orJPWBsQVO2F0(*7()5y$f=_jy;^DqkZp3 zjheT-hW(;0V!${+ziI>+8>u(8?P}oPo}Rb;lauHwHTG|aSNbIS(~%(D!O=1G{H=RG zt~!A_HtZh=KiAIEUYc|?l&Jm3C8qF#M8N+3ThhL-*QD8DEVB%FgMq*luphuSUhP@> zFFbW#6&m|wyn$`8HsJZ8f8;voOU!@+p#O9Seqc6O15*1B7;xr5LD63>+&fuPHpe#sP16US>3vQ zhab~VoKx>dZGUlkp4|HMPjcw?2eAEh*!!%6rWQ%?t^=CBpCuy&MY23;jItymKWX#e2dd5>CjHok;qHi8g9pG-eO zUrjq!&pCefU+(`YJbghmBX%~ApBmt~s4TZL!ROqk0bn$k4ydOUV3(z(Wy!|Gq>pcX z@bSYF_ui9jN6t!o%0cnluvh#yq)7bUJXwnC?##OPmdT!;G9NxaYUWHCJ7I#1a&vp+ z;Mn6~Cxb5Pw(UEpo9XL+6SrpL-w)q@S2pC8N;by$?tJ!VnSX@Ge@()1ZGY(AL+Zff zeUD;uPpjzzqV^#VPAyc&VBEK#cbIhQGep{2*!{D1-Fio{f9pXgpq>~LEBgIkWqT~I zdfxWu{a=`px#YeBmY{dS}CFjMsmy@(GG8fNHsZZ=5fw*AW*ZFO% zV<%uefVmitm$^CHdd&^H)Ah9P|I!*?RP0Va!QVCqN^WP3`MzKj@Bk5D2}o|)s#QT; zLc;x%WmmpKjagDoUY3;yN+g_puT6U;az~ED;(Dx@lsuV{lpzB=g2lwrO2$u_BFJf_ zSKq#3YHp$KXkegj+qT_5(Z~JRzVCns$obTJam~)$UHjxVw7>VlU5Uv@9)P}nF#38y z+jAZTY|VTWlXFsH51y51zV16F(^e%*#{r|Ht#wZ|?)kfiePm#r0~incfUbbPjB%Fj z{8#yX{9ZG?Ap6q>+%KMY`hTA9aIkgtrY)Z=IeHm6f0=AQbyY?NM@w6CTXBiOwTtEc zKMLn&kZ<^(@cT?K7fb@ZKo`K+&EwVBe@jXRX8$F(W7}&6=o`6AH_#iDl%mZgqDn`a+zcHUW;vHPHyxlYBno|ClgYWY972Q(M^%2?Hxl{Z zc}@I}z&V(*bn`!I)u~s6Wq925(N2KAo4HOMz&2K`9OgazjBQTI?K)%L0`vepXG(6z z_Oub#TxKCpznYet|38Hnu02YJZ{Bq1l+1>$gW!u8>%%Y(8?iH2!f;LYv?ZH0b{~lS zbR0ij40~hz#l-qiqh|VFHEh)AtLDx1|BQ9s!Md-K@xB2c=U>A;dl=){bFxgM{q-kq z$n4@P5}sKC+aHvmod?uGc=gBnBQlQ2Z1jKP^3GsvH(ok9jg(gAHa|9R-TDgFmk1)k z7~lxlrrEcy2k2{mwcp1wn&}1EpLU`DrGGL9gMlAdJ#^Tx^E*l}sv`?7Nqo^onU}Oj zI@to|FB=6!}<7b319!s^i~k)Twt3>pKY;n@hnNaJiF_@vWk=8$XoZeNT#R zyd$UI{s4Xc_hlxIIpzRs{5h=YG44yi_Wf#q_?qyvB6U3cpU0|g(q*W-w6ww)pP|W@ z=rd^%J?U8n2>@^1c0psoBw(Z&#Cg&ghZVvjsvkza9 z#Ntz8(r<_uIP{T_%%e~2ABK7BA+Gna%uWyk#sao|>YD4N)@k>~fIfjaJ^h0{Z~|_? z8^nT@V3&=Zed)sGD?chYb^eDfxrb%d{v$FU*HneW4#BYf47}3M$LztFJYxQs*-LRv zRh0CZ8YmV+#z-6Mp3Z-ZzJEk z`{|dm2DQ$a=<5aTE|37^_qdKrjku53bj^HJR*6L8UOz{V5NX%lNm`m%{$IU@jo7Z( zX4(FS16#o3q>rlus)PSn`&jmc5BJ`T)g^S7Ot~ck#kt)rsPV@&K$(_ObLbE>FYVx9-N36kMWnm zficq8BS>sUO_B}{{Y2l$^80%Ft(lY3?rf86Q*j^~M3v9;v)$mhu}RlY1`Qc3y`2V0 z=z&_uCz=-7p;;m z-TR6Ag7p$r?*AijZ}a#iTfT49qV)+Zvkp)Lv@LxA+kg@13akP1Vd`TFm;u;c5?i)u zlj{={ax3TPiN7DbcvJmY?|JCYE=SKQ?IH{v*BWHHxv$U4S;83H-n$!1yu|_yGEv^&qcFlP0&4ckUGZmMx`Dy?Qce z+!P7ISbzBLe2GDRACXohe(2x(ZrQ7j&OEI4L$2Amughb<-_`sp)W37F9=2a!;0(Hf zcAzn+4XU^8+~qfEAM1D__795)=c?(O=$~5yOE44!f^}oYjlaC4;EXy3wch!~7iDdB zz8E_8mp;>i%I$wv!qErt+nK92>F4|omZ7HN0eyfA=nLpmsCT~S`Dgo>2R7EL-ynP3 ze&P?D5ZlpHq%~q-YfIbj>Njk77VAg^)QcPF z4(LalgL*)d^V#=x!t8IGUPS!o^ItI0H!(&rPc;Gb-JW0x>cB?^iA|r%mEBQ55V&`2ii!DS+?dcvx~|k?)YuleEyyU z#4i-1o=)P1agPYtJ~aE7grF`yb@9fB&Dyjt!*YAU3P26A9Wd_B1=Qu9Uj6!=ShZ#A zCq);oeV>N@)-qfl%@|MJFGihlUV4EYJ^*#Rv9p)U;D8wE?-`01KN;6m4V32Q z_W!8YvdvAbkM^VfXoFBdKTrGi0`$X-Jsm-Z@_Adl(hvEAm7t(^pT2kY<{Wr5IVxUu z9W0VbF$vPO*FbgCR;{H`)233lK|`^08m{(6ooCvj4bs7`x9A&m{Tg+HqgbA8j@umx z7(2PGrl1a}-nLU`JzLnG{MPA3*}psoWRB7hFm5qF6hvH)Y? zYj8iK5qyA^%NUG@6iZ0zA@SROKz!Hj5X=5U{)lCc0JecGU?WK4d&Kyn_{GcKKXvP^ zA9Bv2c9T;q^P%^-DF=|-!{4XpOEmj(@b^K8x8rebt#i;!aq|@rUZ!NL~k*7c9WKdrjLC=pVRxWB*j)VBp?x76!$ zk7~3&XIGBI?>T@tpC_|XtEJxAub+zg%}|V~GsgFv?fVfEU#ku)gTbi-%vB$F1J}5R5LU) z*Bdz6U8R7}e$(`#?5~vraKD=Y>ZBK-FP(>4Sw{4V4PVEi<`H%9oGdB2AR+M!#Hf2; z_~c+s9b|mMS{aG!Af3Ge)h#=8`V!0C#TeL4mr-u__m!OZU*>k33yw0k&gmX*7rg+s1iJe>-eSk7W=mrFK5_C2Ms67>-QB%3ZO_&Mo##4)KyWt9~-wqQ@0y1Jya9pJM|hY z%}i|mSy#W!Eo^r`U~ab%Fc+cU9uE2d?jQYBTR?p)c4r&ranu6TKl@<@fIh+%a6OwH zd-OP+nOE>AeCb*_aHLeG#ms{*3z2>pE9^erTP%l95aWTaxOU%F)6Zyb<{<5Ddw*N2 zwkH0tEpk272iMyL=mT!AhF-Pm|Dyeu+5W5nXz8E+i+V8!gMlwtfqp>V#K5q>y1`z~ z@X>>z)u{o&(yV=FX@@po+@qh&TD)9JF5i+2jL$5DZ;wLVEG#iqBDZD8EX4X4=s%2O zb(_;<0>P-f_ioUtsclBGgzmGArd~7orECuvGo?sMU>}H&$uch92 z&Z+OZfcCBqs+GS|aQu$#gFa#qm<|?$eLGY3eigNBt)%7`$*S!sG632ih&;2OSEzKK z=p&XRCW;C2KcoJ`q`9fRw72j7uyHHR{Tn;6JmU{@KJE|w3iZNmahuhuRj>Ik+J9N? zUw;3G9`>8(PWzl$;yryE?N2-8SlT+gi~LA!@9rt4PQ#_w&=F#2W+?#?(UMVID*0u% zWi{&b;am1fFz#~?-Lyx-aSt@@AHFRU<8@GLwNAxz_IEr*Z8J(Im3HE7rQ zlWH|;9>#W*+%6XL-oOnw0efHq7{{60(brOM+IFYy34H+DF@I+SdV+C)>rD3X^}Dq* zYrlGN;tt6v#`73LXKHLeknsohccA@8P8JK7amYQaq_tH~bqgblPqAz^SOR>&5MTuu zD;am#2I+UIS@i0sstkPho2KXK|C6_F=DyJG%K2ifYzY3Jz4HL8@<{vs1NMrFq9RIB zK%`g@5mZDF!2&8pK#DXeiiiya6%>@BB8XV%RZ$Ro*Vv*a#>A9O*=#nOZ0csS*=&+G zF~)fA@BcrW&yh$0oq(F$N>$Am!7wCo&4>9 z5o6TzKmsD7rQyUGIrjXkcqjHLwV#jOR4TD~B{CoDUc?twgBtZ5jF2qEc6dLE)t&ya4Zu^~Cz3u2B!Q^#&Me{g~|eT}#uGlK-NG3p8?P{qeqO zN35^jfMpsATmWOGWnc?93|`bXGX8v|lZ)h)RLUXv`bs=A&)IWC5+Lgs$UQE<46?73 z`RKoM?oBlOfal`X>UtfEzQRbvRvbImH5>XxTb&+Pan5>B02tfFfO}&*V|>TddwHSN$E!(;2WVg8?g^aYHJoT#1-3bMrRU*1FwN*?2(QV-_QJ zU8){up!~-`{v#p(VKYOer=^|rG_|_jQCE-mSqzc@?~n0^IpBTKX4(PjomOu%OQoOH zh#v*NwjDE{25bTC&L1QK+T<>9ap(x!w+l)uZXCRHO;vmL z8QHY&B-Sy+I346oyPsE30l8N}?loBVrb=d|=BWKVWBO5ka}Y;QkzSS~zw4;i?@gSK z`oy+06D$DKwaLH{Sc8E;AKV+;sq4AxfPspxnKfiTSJ{8$D6*+-pZeSZusqZo#%8ot zp1%O&eCKvl)qJ~j{btpn(`RMw$}E{YFG)NwM~FJ$jOWK=L*|P;#(&H)f4}eWv7$TB z;sf+!S^hO347dW`AM1-Y!#d=3wfb4uD27AreiGzqQEG|&5AAPM65``%_pCqK2@vh(XbU`#*TZwtPJQ}+irDTN&UpZA1MG**1v9{SFdUcy#&(n; zV=CS!@0a(j-APYhOLy=vrKiO(B{V8pE&Gr;VVZK$4p}DZ4a-AWg@Fvjue&#F+Vn|c z=K9<9hmJ`>Wu17$CCOC0yXAp*cNmjU{!Vl7?w9u*8Q?Gp?bC!C?K$0UK^oYKXYmIx zZue&6nF}|XuDl>cnE$aB&t(!2-$idImN?iv?L8hb9_2n~U6I<3D0hyb+D!IE?BpOl z2AHa_-u0(A=N|y;vmC4e(SY_zy|Vc z@5C^j@tN&0%j5u9o~598PFVPhTgt0$W$!4LeJ4)K?38ulmADeDlF18F)$(_VS|npa zF^|`2s`MM>s_JEG{U;pDdtDCb561%fecBAK#k$ni8$49Oy#EJ+ye&$PD*y7*5+y8b z4sC;NCG}L}?|b6&0Kh&T>uCxI1+1$L?b@}k^$84mw&uXGFPbjDfM;{(B@=RAu(?8_ zu#QzU#`)u+1C;v$$bIg{QrOW7^)q3PpNwE^H_}NRJ9Y18C?iJMW6tHUFL3S`!6C2( z@LB=D8PK2det2K3SK2Y}SG$95A1xi@!AcMFp=!BP{uDo3mW?q2&qF^l8N`6~ zdU|??cQrPB8=ID;I&ccUtEfzTmai4>Wvj(&QJPGK516Qq0hWlxlmIap1}K(!<{F|l^`;|6Y{I?bT_q8dYFM94Oxqy7%QLZtYnn`f?z&?x$!PRT`a8Je`J(G>oqmQ_acmJ_ z3^Wti1J)aLl)g#r_c6av(I4*kP~eyrrH7G!ZB3;T8WP;x=4nf`Df;_S32qT7Do>+@eGfZnQ@CGAvI0#oZ)NCwZDMtm4Os68#n>V zjIv|f&HHWDp+|469)qm!l79%|d_1SW1M;z)lmq3V3n(8uFdZxeTRgqIE;SrFtV&v6 zAcxPKlZ5qKB_K5m&#E^;{%axsbeXnrCEBfJVlu%C?Y^7zu^jn6PF;)RSAk&Q3^eyh zJ)=Eo_ZVoQ=nr#vXmCu6(u3r`Y2$jH|Ho`z58tzGWgF`Vrh#z4c5O4>nQYA2u<^r& zr!Gr6#%LqqR5zqZvL%x)==luCrcWRagB1>?@0v z%T$>j8X-Lm2T6DR{t~=sxh%x9f`u3lTDi4Cu&&Cn{?(Ib&*AybPH8-TTEa1R zCv;7on&7pC;=dwW?E{?AR~g{wAp=Icsd^ZjzrtgGI0w(gbMoB02K}g7H+xx(P%!`K zk-)JnN}FdX-4Ah|zx3$a z?<+&h2{pmE&QPpv=!dmYJ^W@%Z@eou%*j=fiz+3hbeAkad$MECe%amFaKqZ#`Yetu z0*e84attsBYzH)P0ChlXduf@{bnws}fO^+cPeEwDaVhl2p?gt5>}5Cu{}L9brD8nzZ~ ze)}(f{-f&33@P@=N8NW|LB60&-ugkYVXIatHpepaNq&4=H= z)wx&S^EkEuEC60$BrpbyEjj}Az33R5BPO+eWN>_ol1BbdojT6*Xl#J~r~}a0JZ*tC z&v?}x1OnD?2G|}EKIiPy7oPg!-M8_+%i(=0|G-%?6l>i$2ZW0UV&DmLmteltLext* z#_3}q_h=dFK2v&_Sl({0tN$LJ(VWJ48bCFu1iQe|-bMr8m=L%8wnu87xTkCo|I972 zykLj)$GZX;6O|~;t6yDrP{I&bq?YXB*t=>;Qqo@$3((%OKn$1$?7%=ke|wh>Y%3|n zSL$+84lFa}Liz9*>d!*3WxTWV#Y4wW+&+5dj2t|5M&0(zgMW)g>=#D+$9@grm~-Hr zyp}$nZN93Pnax``mTeMkgmvZw1_SCB?}NToyGuW#N0z%rS8#lb66L>S(Oovrdund; zthb?n_fGu{2TMV&g~j07&G{SOc=eSRzkBtS7o?l z8^sOlVMno!=P$#1<90FtdXTieRz0UXB(qR5sv4#K;NjaL;o*P8@jNf}lRj!PumwM+ z1Fi5qp|8^c`oJ1Y1T5=X=u-pMaQ(a%b9s+Fbyn8bG^k_PgaX8{lt1FWaID)G0n8`) zsQtddh%sM6ulM8lY%mwlZia#Wfbj_ZP%9k+^!4qWmB$6=Xlc^I2^iyPY@T|_cAoc1 zU8NncF8n|&Sb^9+f5vpLqsNaO{`Aj(dR=wt(pkw^moDK^Vd6g3L!4Zk#cJpAb4)d;bO@~SMekT9y)V2H5I8Qa$1Ssk+0!K?qy&DpihhgvwM<&)oPpvs1oAw-#>c*y< zSgV~fC8XCV{S5hU1Pd_Eg3d^xR z7vvAQ$Di^XW{WcdDxD!e=LA&#vB)V&Ze0kHjK4Am8|zO~uk>kr#+ z2{_N=B#rE;gYAK){08`J21Wp9Fav~vC1BmeiLO}grs40`o_khKoIET=+crz?hHP1z zl_ANgNfJ9RPNsW%tK2-?zqhou`M7UC{pav5JbhplC+z0V$!^(L zzhBCB?fC|4&S-Q_qXWF=D8O>Eyo?D*f53Zi2GsYJpk{SO=6i+JJEaeHvshE=OpUV7@x>2FV*IEHq9hh*hs zLiSm*Hak;RtV)&n3G>9)-|w4IqwU|q{ualzw6$t*Y!S!?wDkob4EO+dK;JS9m;+v0 zAJ8WIfkA+EHVM#f)A5Y2#&WXXUp)~ExF_d82i8eMF5-<9>!g>dCDsr!k&)BEhg6vbjkBN)^(8FWW`Hmeslp{vY$8oG%`giJ15SR`o0_qj*nf`^k#_KW;(gB?S z^^tZ#_?c}aeG>1D^5J>rgAMJw_BiYqw(wt*Q`gI+rR&5Uwl_b&R3_sci$0h;uG8OG zhEMjEM8t@TOZKS!Ksxrttl59)<`l2#*CC%eoF@lRH$wpJ-3$1Exq$tT^4Y;5FIDbo zl0wYkuHJW8LNLA?nXyqKFpeFD_fn$ptU4CYDqS#+Wi-Yeb2_Ko>e{>C1suBtECjq~ zwqq=>F6ana1Fc@>!yb8@=cmSnaJ~m6ZDgSAS+|ru>z16Vyb}MA##`QPT(^vdu!UX50ZaO*||GompC4g|?3)sfe zo<;&oK>tcxr%dT{cn_?Pc7Qs``{R8Q))94px1U1gB9aQIeeMC6;DI(2Tsc?!X* zAI?eL;ZzIubqU7IiAi1Whm%pwZUDMK>y)qa2A z_$ev_8~b-~Y&BrqK;0h?EC9(}Jy(F0OZQ7Tnc<*JIx@~;;!Ui6%k(>U5sE?`|P1+jqTodG5S2QU_Q~xQ?PJptd%qeHeTdSj|bI>h?qJ@T4cy7cLH zZe+mRn^Tq}7C<{N1v)UVpiE{iNW$DoYw2oWB!jTF7@svJA|?pL*ijTdmoy%@oxEz* zhdp$Ap1^skKmk|}@<1s#l$4V4UO`2zlsD{?P1SoOByGJ!W^R%w5C-{&L;kUtpJs#i zMor-N2aWUi8qf6)|8O4qKGrAeb^u@*Smsupdg*KFVT}Jtg7ZEov95W2>L6`TAF!fr z0R8eLfY8l1>BRBFFTIWa{A;gVmut^GBUi9*#qRoDAE&0KTrf8`V?9yk$zTD90F=j6 z;0)M?YT~JW_)P!a4KU8&^{M}NWUfEJSgR}K-fh4jwd^VXu7-n^cHMfit)gD=zUd=) z&#XslFagX4Nnk75(F<5V^rrh#j0-HukSQrSvJB%vflF7ZV?wqC#`aF?y|Uvlchn#I zC71uHrnDTO-&DPGC*?munmL-d>A#f7gK{G6ykV*qV)M`A25t zq3th`@J;37xo`#JJR3Fc;|zMJ#&O8)TD3!h@_Ufz21b$RU%FWowE{OAYq@$+|MT%R&u z2I$}Cf?(hc+yUDSTVMf<0ddzUf!!V|WkC!S)V4dR@fax|<&86S~6(cqC^b9w?LGph2aQ5Rm$FD(2j6Z1Ow-hRrKG6_vzuYSfC z4%tU!Y=Znt)%s+JxqN1Lm&bJMq)%~NJy-+6fGeOKur62+?Lez;{Re41Y1#9950Pkl zv_Z;+b~y;J9vx@-`G%Z1ed5wz-umOscmDh*)thg;dIRnKa}nWT1*j9sI}SvFP~Zoq z0T)31rhhXBluI8#JEf250PfhjL4N}+Q;Wfhjl+0liKFTgWcnTk1ioMSj0@05=A3zyjo zmdK*y6xBp`_b)ql?(%_uVBkM6W*`Msb+V&=uLP~i70Nw~ejm?w!Z5}k1>1MTbBuxG zridlhV%O}S!B4#qndBQ|cx zO?l(BS3Y_7?YHEWm!AK)wz^`!=d`JbSig{dopnn;OJC***hbLS=`*O?)S>=>=WOod z>E|dj?OuAlwFa7*DI-VODYm0WKeGHg8w|v0?&tt*h`QAa7z4(vcj*Ae(a#O@i~7cG z(HeC;KphB1e3pnYI!k8{_4t5JKO^)HXQ|h6n-CHsBe3q2y}Or8aGxT>Y;A9qRoC23 zD=e1!1BWGg-Da7Cm_M90k2WBb@`vyDNzTMO9PXHZ?5#4i9s3UMqXw)3^hwUZ0?;0K zzqA9)-_v*k1e5cU? zwgp?;chh~!%x&h^E(=zP2jo8q&kH#3AQ8{$MqyllV?%?u`yBJh64uBrin9{ z04VRVz#g!EY3rtdK3)^YvrVH;Q67|wHqe?hX_7L{%S&-}b5(}g4u2x@XFS;1fGVf< z1H6_dj=k3p(DoP;ZfT3T^~MuCzZ%au1Bt6;Oypv5jaee|*KQK`(7Dphzz}OU>Wi-N zU@;gvS`fR5{g`o5Rli3#r>k=B0mS?8`{?h{=Z8Y}L73MUhIXItm>FY?-)izKRc}+v z*KxfDkON`?+eZ3+%AbCb^~C$-eYXPISX%~toxX~W;lL*b&ikO$v2EKnItBT86Y6R! z=i*sC?b!@if}wzN*1-Syy*Z$tH2^FN`!MupY)kI6?K5Uf(~67?Q<9PvD`DYteir$6 zH8NMa{BK+EV>&Pl_cRf(y;=%3x9-&CDCS)Lb2Ro%cfh=Z5&qFKDj-^dmSApvc#QPK z9O90;y+Cj2(%V3=-nV2H6-&+D{jzw|4z=yiLEJ|@2!()c951jA&xZpewO6~E?uJfQl z0~!BOmW)eze>5!Gwg&305unWb0Or^Dc$TrU=he`g?aW^*XM86Gv}!6X2+`Ezp+Ap-7P3Wrp?A4+Qx&V z9oAjpUJa#n^|A^5{mnJIWj6NQ2wjzp=L%U80D=%hu+NXZ_ON!xG`_=syQ5C`cW@2L ze-GFMsCR5b*>2K*@_q&bBf$D*z4rjk>r>-D)pgpnpRraSt5FKx34bJT&Icu4hyI%O zOFL%UMBSu6=e-er=6C#!I?KEoAAd*g=nrb;WUo_dtIL(0bydHZ{5RwmD3!H!%7*-W z+}3~S0Pood*Z^n1eo6vZuid6?gN~uu+k+;~xIJ`6h*%=_!&r?B88=ae*pI>5-KJ7r zT_b6mw@Xdafq&2AO5Z5Kkh_1%TFggZCv&hy9OtNVohVC>S)6llvsLRhAK?7g!EsOt zasYK868Hjl-~>hi>VgHJef0rC`sDj=lQ5 ztUrA0cNnLYfnz30KO4M*Yho@d(pSr-(n=}bxm(gOk2o0Zd@#oPW>fab8CX}KK>V?$ zgdyg0nY+%AA+BE1t6zUHv$DBmGT7p?9=-HlYty#vX(O=zE*T(Ui@dI>)@Rhn^FF;~tdQ-cSeV2Pj*%MZBH{P1~fozS#_K zswit=AY{*-k^bT(V94ZrSV zWruh0tYn<4o7C)XkTpdmQoMVw1Y-?8j_1$D{B8f_HR6{7+lSxhngWCH?%q(W-O$s> zR6WQX-)CCRvj=vG+(<&;=SDG5@l{1(Ry059> zSCjvb$-Vh^KcWMjaQ|#$H9Ek44SjJUpwno=e7qMr>h}2@eLz(q_V3HsvO_8wu%8F! zkx=%WyB&~%KI5`<3C5gKzQaYoZ{^`DCRm@XLw8;En4&p+$Ox=4GR`+hLh&v_+QxiU zZqfFe%hFc=V~V%$tHx&L=dfN~Bd%EiHiLCwIiOEsoG=|w4{U)Mpf8{fung4ae~%eF zgbpC@gOV095X!eX>hBX1;#NC#}E&w)Qh#l(J7hL~?-S+(Sp)vDLu41uo?gb$$XImd_lJ@DNF zbC>B@J1jst=wJqx~XeG~QQpM<0{xKH;3IEmgJOt;$~i zui&|H?~HI5`jkiCDD*aL^a80bN)IN+U!DOmp@Ha$l&(5Ku`T6sG?ui)E7t5$y&95e6F zGlN2}4jwjwdj}`senJ6tfPTOPu%Ezofc{ylr@6KAAds&`>9-<(-@u2rdyVXy|3xLx zx3S*nLs^fsDaHYmKYec*IJYh*_ltb2&AAQspHxsPp^!b-mZ0s=!h47Tcu#Hm(hRK6 z=BR$YGj!@KymzQChE_wd=D9)B5bRTq4v7~>yyxN&6o)k?$vo&n zoQ#G}j0>HQH2~ve>fA)}oxfD(EKZeqD>H7)42`;sHQuS0^aIX-@c`Q{`T**&c2BGU z@F0+{Md`O7e;>8oZ&J#tsvnEojd`pC%D*k3{nM8+4s-!?z#6a<y`=>6 zdUi_?-a`z*{<<9B3&b9)lzm9nR`e0@zP6pS425j<2M@)Vp^*%qI89tZ z#e6e8%suA3Gd+u8VvIFCZDxkcDCmM6*UyKhu0owr+z&Ms|Kr60C@*t3}Md{a;zfVBmW68X^uK4)*(f>1sWxX+u zG6eLgtXH2Q8Q~L-b>Qa82)`&9<`cnZQSaj!LJIEBAJA9PXVG^tj%n4CYtlRb z#tWU$*ztl3s z(#vSz4MST8758E_clQ&EX+hYtI12JaJCFBMsSC64-hbTMJn>nuOzdaiJ$9Rs>M^DP z)+4Z%$y^x|mZ**sM$E!mHaOO5#vB>y9exvi(zUopwoz=W*k&r%|X zx=pZWb8#V{xclU@!gByEanVf=-#{cYeqwd|I^%g()Z>V4=|q^D3;Sh#WpY& zdv?voGbY4(a}p#9&kmO6ZIfl2OJv#lLRqu5OoFg3jBOy+p!SKBVZKpf=@}wc)8~k_ zSMZnEb08hp2nNnTWB)(+|KDHy7Z@_1LAoHL7RW0P5X{laqK}*3rc^W3VpW5 z&fR-l=s(2j9kX$+-wdAYqq6V{Qu}f~V;m0OKFpUgj>Nm~@!}qf{RScz;rnQ@@(LBp zAF!Af4BL-j|KfF=I|6=n$sc1of!N)C(6HDg=*znQyE{m#-eP^FeVe7hxVo3b8?7>|8|A)Z+K-7{DQ zPo1sCdS)2ffXG`tO)RLuaX=IQ8{@Mk{@3nq%C(B_5AwGt{Zj3JVAzwF{SR%w#`iOB zV*BX=!a)|+A9}kQgcQ>_y{O=F)wkZ7)@}J~2 zU0J(v(-X(rSKaSp+}{=S2aNlsfdyboS#90-yY?NF&AS@0E)V8$K=yNB^CSX(pX&|| zadMYl7Pjc~Px`J?ciodXj^p)90OJP_z*u55a0HYSzw-vvg?S(u&`(eo$}pzW&{eO` zS?po(vf0>)A6k2Oe>K!I;0E~G!focq#`fc{;ys}fJeQ>G8TU^Dyl>imFTglPJ^t5y zkfrhC)fyfgo>-($6XXtaWP?tO@nR z`C%PWZ4|sMpv?>btV`A_eSaZ1Syoo^?V`nt#de&FSh`FRf9%CKKetF?HQ>9N|ed%vJPzG37i(AA3@xuB+n3Jz!yl-GV@(S{=2ej20 zzya`lw0p|F9pJSn7ef2wcf2-#r|ftSv|&Rq2n+^Rfc}Aggzz(EPF`kTeY z+f)u?9c7T2xeT_llp$7DSdVC^^f$Ns5_130)Y0V+$iD&5M|*>@UU(Opz#ZoWe-5#K)a?+@LU@B9c9iu%uAc+HKT6zU=j5M-HmjDR9PGR1Rau$e3|sWt_8< zj2LPA72bb(8u{u$E?|4%1L!|!pZx*lLz|>rw6X5EVlrluV(jRq7~wq*tnH8*b=X6i5OQsrNq+Wl$8u`|OI4~1vd_HwaBYWB=W%X~_ zL;f1u?{7N}?ZC)8ve(Gr*ZPZlY*A{d{I?WtQW|&f{MlKVx}4>tOz1n=HZ$gDT;&0x zK&GYTkUdzF@cSyPSrI!gTEZgcNMKMP{D7Yfw;lc(@>BuJJ{HUXj=%yihM>=#LOmO}l>)P)LpK(>K%h8Kbk^ zr|q+0D9qoq@vRfb4q-jAWbw zpzTM3H7?HM8_u3Nsj93fmW7KJ$h`PiiJTiQUNgKtZ{NQCPUO+F_w@Ocy*Z%l=}Q=| zwE=9GwJ2j_*gIpr0i&E1tVyr*wX*w7*}X>BaK9}|k0bx4Jv)_Sko_+~W$6x&Z=r_%Oz({}j~|iDwds3a)04U_|ARJ5vw!j4R1dQ|5{d@M= z|C{7}@4ccNElLk1|1yl{R+RptY}%O1avziX)MSZ>ijYlt8@`|9Hn9%B@i{L0_>A?bFYM~hs-W3{$M8L6Pv5}!U_7t_jQ6?&>JnwIjd8*!{#^R!c-H-(bD}IQN0*40sbI9VL|-9ojYq~S<+JMKanFzNy}cs_mqA74|$kZ6Yp_c zm*YEafOdR*-0wp6)Qy&=ACv!~{d+N^rc{*LHDn(ZXH^%I^h~sYU5t`JX&? zNTK|HEl`-|wojkU=Q8x+6Mfptj^96GpPY7zHgZIZ8TY;4$I%m=dp#{}&Fbw(5K zwZmujBYs!1rw+F?HJAVKBL|dUlXaP^Ssab+(`Gr&Pa7T%T!C+Y1A}>|P9FP)b9?sh zYf}08_-w)Vae%U?e;5tePtc6-wZ~_5yth0#Ny%Eb_ICx!)}o}5|0%5h@oN(qerNw( z%1j4PhLk0JzdM*!kiYTJ#q&?e=~KsL$>K!~_--!X*xnSt_;3hl9`Cim|Jtiou2Awf z<^AqJ*;WnKpH**6&gFEK^I`CRfz{d62 zjQbd)wF6xN+kRtU4IKPu`37IRdinOHi)a5eWwLuDzMBdd6R^E!9_HmST>#I)bN#Mm zPn~XQdiwks<+lK31sJDk+J46Flqr3>-QI@Xr>;GF>E_(Xh&_LqpIQQj7%r_Y~;{C|B=2#x$XMn^f)mifGAFycb*7p`6TJ|%f+68>jf zU=P?QumDDY&jz{y9;=S`HsJk(bBJqx@1VRbN>86Z1^NH_pb(nak20kHXFJX~eqcj= z?XI%ot()+fgoWSG|PUGAFlq0B8xmtgz91yBf${OP~h zhBJom6A?CN%z>so_3hfVHN*d85HJG$0Cl9f>|4b|M{4~R^!b;%2b8}>>C%O#l-~j< z1m(~6pRrpfz&4=g?wvI$&f}d1;xqe#L?6)RsUP$c8oO7=dyTtme-r-fzefHSA^+b1 zkR#iF%8)*sZ9r%JzJ0s<`pjSqz&RVVb^hhJ0Cj`ogUrYL|6j_UI`%tCl)t78pbwyI z=?B;r(9Shz`@87lSEk( z%9ZjZ)P?3WmpgTa{9pS2qXwuOjQ7~zXCKf7_=AWan1#O+z!1Rk1Nw}+(my`^L?NI4 z{cp$~qLe}3yv%3uESw({Wz?(1xpZx28`S|lM@Y}zX_y6%v<*$GLOnDD{h`eg>9sjD2#ozZn{78BK!w=Pe zKm6O@l)r!asq*DlUny_@_FF|n z)MRI?$4BY^SoV=%_8=>pZ0ucgp`fnemF$YTmltGjI;TI#Y%P9copAmG>)@{R$Jbs` z-gxyT<@HytE7zZYR>3z)(_ao5<6MF~tOM%7UFpBA{5NjgP?D3AsrQV927>8>EN!+_oVs)) zD08dSKlhq!KXXM^?>s0qSN|Zn$1cgrs>UyS>i5q?UT1Ju`fn?2sw+qe&DY3-%$R> z{ri=vp3^9E#yT9|FajL!PH5An%|5?`3fbz zaMm{Q3X6FG`NP3o>9<_|r=NLNNnEl-3pdR6o^e0>`Zi!1Sk}*=U*oFu)gSrJTc#T1 z;wzpju`et3=<$e3ko4V$)%(3BlsCwv#B_1;3x1;IKYZb`a_s46mFm3*ls!jJD#tH9 ztDJuB`V;Yg^A;v5tJkh$x#{Dm>+I_e1}-29>jdT{E?Io_=*i^m5E2)9(U~WqWv6dQ|yuDK1q;k9DFAYWn5$LxgQn z>yWvzS_e@tkK_NJeeRkP91_yJ+#J)Pk8=dG!D`=GenNuD6$aanAwg)~S$$qqbU1>$dyU#v8UF+E2B_mVeR6m{7M-z(Hm>lj}?78>}%)d^EK8m-HCIs{vNyi zD=5gr;p+RN9dewV&snF#{{-PL{ptk3df>gc*?HpZL%09c_4SJ57)R<9^{6jko9+b? zTVcJtwAE`~ynOZQcNeeVSwGft*jl_@maJGITMwR=ijz;v+GAHy{sOhmPfkn|Z>;5Q zJl;!;N4tL3u2UD5JsQ{n%IvQ6u<~D>zKX}u|I!CJ;vM3cq?Kv=^6U4%w|#fho1R`? zYw*1rFa{mh7guOKDE?`nU-z1>jr?r^$FO+pI1rJLxTvmROVKMQpE~>H^;ce29Y1|S zs(02%a%zgqjg67=Bd6uS3$IJ%l~-kH(*+5`KID@ZrAZ*xuJ*qSG&^Tg!P&y6uBnzByd-hEpOU{$F}3%Vz) zNZ03c z{QvYH{-|s&uU1BnQ@0zGLvz0#i2u{PX3jiNf8@j`HD@lX7VX$A@%iQA6F6H|tyv?! z{{E_o?(Vlu2AST1FFb^N|oX03Ey|>rh6FY zi~{r{-2vGxPQy`zq`B6|r%hB2lG#B>^%RJl2&lCa-G=I+pD{ zq*U)eqG>PbJ9sZffWAoW*Ubl8)D)DIzukD@>h0Ba2PJ;nPFYyIN4@`m-85gB;p;2b zLx+B^*SpUr(}U)`U4{BN@XU*ne)x*auR5rT-d?X-+;CPF?K*+IMWUsbvH4p#cN&-g zX!E=-b?!&gBbJ}{Prsj%T3Gr)@_|d@J8zN9#$MP7@Imfz%ihFq$$;&arrzn>I95v= z91f;|g?;+=El$Z;_iFX=v$t{@j?02=yCfcRk3<|lIX*>(VL$fXX4ao|?A+xK9Xob< zzPoPEtH}FxBlLdfGq1_Q`co29yjwMQ`)<{eJ*QQE*tezcu+iTle+ACZIEQT!eanyP zJ-%0`hb@0*=4$5W`KVL#=BK1zPdaiH`$KP+Y1lu2d-&^&+Wn9<)}!5CFL8x6h+o#oNbeBtL;ht4UA+s)zXhxTc{uJ! z_U5f$*B&?~DGg^Nu6&;=s;EX4xuse)zjUu^(1dBKZhZ}|An!sj3Q$++U+vLX>}Q#ev&;CT9EadjxO*!+;A2$6lB@k@FXv z-PUmM^Sr&sRjHLtYCVrBtQ8;ZrR@+Hh4y;Fx7dsEc|}W`<&FpRUz0&3C|;44_Wq>F zlVv>iSq$G;s+wQEPZDbmtHxr#6+JV{Ptg8sL_W45d`8rv|3K59)O-A{P7hmtj(;Gr zKKYz^GTMMG%j*t*n|t=UjGHk_=9cf5c{@+Y7{57h;P)Ib7es?Ko<6<@x76Cd} zRI93+WJUEp*m*tn7|WOOVe!~Y+UtAlOZ>-H?K@C+7Xy~t77POH?=ZgFv2snu`)dle z%E(Ecs;=0td}71`73@XT*J|W3m9tE%=&YUN&8 zg#O7Kw9#&{%V^^&>~sD>JDna4$iD*6Zs}i)0rj^RpuI(o7&-Dl=H{*6ai2ar-#Id9 z>?G;Y&rpU1{n))y=^8Y2=~JI0BxdE%wk+m;FhV|1zG3 zM@2=@m$U|K%gh0FbvyLzBeQXnBzAFqLpDV?j=pUQpl;KjFs^RfxZNLltjLqxv3;(sXcDGEz`sDN%!?EWS z)}WN0gRI^|9{L)di}^cs?$%w~(qWvU0pHy>JxKn17hvodN8S^CKW%>ypq;VK8)wW4 z_#nS}w`#|cv$Ax1oy4K+^H6r~qvjmGfcs+J?rCQ8POJ7EYmt8$m;vb9*goojcI~?L z(6)6Lqby&k?qgB@dVoG=XG0s>e;n+K7Qp{2r&b_0o?QXX1tn(7`7X#`#`*tRP_1GSJP`83kC?lO*74&tK z;kLHC7WK;l1dXt@t;;Ih_H7YlKP@3uCe2Hh@z{@U-~>+<)~9(6c_;(=OZv$+y|F*w z0K0K_f$#5|eysfUJ8P9Wb3&=_lm+XRy2X2s8en8pl)P^JtMF~NR#h}eOkRo1-&`qk zHx%O@SBM?r7sHWbWx$YOGIhqxTfO`AzJ%j40d?i|)YnjpdzrB8m32Fn*DId!lmZunq~jpI!IU<%@Nr;u2&cAI{?+W^zg zdzzTvGDEvG$v;HwCry>5TPh{LX16LLGV)oRBN>bb^miTFb?>FUqpVzMI(SG44pqPB z)e+xQKW235+_|W3cf*&Z4F@DFgZr=-U=QYO8RFrGy)}owi9B=^&VV-AuDg-B(wl4X z{RsH|zKP{Oc6h%sZmfFziTcO(m;QYsh#P4;V#l8Py0?!U-me-reU`XJFIDT|c(g;d zp0iZF2M_(Qb;mAekoQnu(;=@r&tItuz&@gGvw|gL*(ymas*%z?P2Y_hKmH){%mem- z?Ns|2-acAuvvcrKZD;g(V?fff$aV`lpv2U zQ0r3LuHCh{CrA%7>mLRA?wiunQZ+KCUDEdGo4ql{ynJ3<%wfD=@l|QrcJY`tMJ%js zWa8{d89Z^i^dCCv)3%*-jv{Y1NCb;Pk$q6?`|iuvO9=MUG_@Zm@p(HWxn#HGmsS0b zxy9f*g z#M=5({r>%*>8Wpc0QuH{a4-ps0%Ji)CtbY~=lLtX^jMDlq*mp~AnX&ru&_c_qpz2< zt>m+Q2K_6LF9OiE7^^bQVSmL9tj)+>|9<)21L}RKVmEA)xfs_QgMDMM*5rryJqx%4 z+Gcy~C#i*fX_fndd_R^bbNU;$YkhzfU^$}0!^5g}@80##t=o&Re%5NPrE+VU*VMNL z7#cQV6d@OR76O0Z4A}0{o+%63BIOc=y;GXpmahHID>YZV7p92euu(F1{We*$W0$Ne z+VKxVW8-S%iw3N3`Y_hrd_RBx(>r!Gs8(;QP|G|T`?UC?Z)oV?b_?~o8+k$i{c+be z9Xq$`Yi*CUmmTj5^4^;$^R|FGM|~d#rWhL=#baHYr<uI3|5-CL z(;fJIIS2);d)fzeh5Dt+4FvvSv%kx6{0)Uq-$PP&+SS;hWoc?vVx9k0TO$vV@_pM4xBkIPqWFty>o& z&vak{I_h9;ZGG7N!+`wvCQZ9;Zewlbx~s0b;ZJ{j?b{Q_4!^cAVZn}0ojNVR0o1c8 zfObt;(>HepZTjf<)gEj!Tp2WEsA7P98FWx~>=&kVHW-MX)z3$m&lu32QxF4Qh92Ce z9{4X_fjY2J?XgRD_R?j7^h%Q+J^%9?@hcv{n(f&ugg!LzuL5S&%w};poN_}cASOprvbLn)C(g( zyQWNA8<`ku4Ky=TZ0$!W!_mLExBRRF?oq?MfciyQ(Wj(fee{b?vB}?iCTB@V>RK_h zv1QC4w$o(Bu%=$Zu@BQ6=sw%Kku!qXS9~AGvw`#g)T{PAjLo$kw(QJz zZ^9URmyC>b*TRCl1c%Y~>@$x30oJcM(CB#kA(n$%O`qYZHN$(R;y7-MVqs-@-|}}g z8r-}N=wDa|)PtlR1BaY(2wV7_W7tCRU63r6qsL-jU^AKN=Pz5TY9%>;JN6+%y9wEI z{L|dU>lXH*IfY~Cdsq|9Lq`>(H`i#Tl@IT)LyeXT`4NsqEup? zvs&z5@F?Y^ywLyIHkG{cz)Ki6PVwoQ`bFxtnB{TZw64)_7;1ND`%qfcnpsb?SU z0iz~hed4>pZ}%o`e9=k+-lfwn*t9|G*x>^T*3eL@Dk~nV{K4UoN_ln7U8HAZ@Y=i< z;|$gTWtfa{+GBR39X`)5sgSg-Ib< z-!4pD_5KY1*;fpVOm<=qwRJepTtM5R&9V;Ka6NA9%Y7I4{=SLp9lY|=HRbA+i;rFY zsJQtG`!e^Ipa19PZQ}Lm6M2u6SuEI#zU`OmF`mc14fh+Lg}o@vxu5iS578Z9jB!0P zVPDE_R-`xt#fj6L1?W$tN!+T;+rbN#e(4t(_lD&NyR|siL|_Cub~P~8>WRH#nuG7} zn_61_sMvYR_R_MS+{ZQd-}|xC=Gcag0m*^0gRT}<)~Xh)->R1VY>b0DVGJL8Z%K~< z1I2cVkBkop7dv-P>1jFy`>(smkSYEc_X`n+*)bRch`^qi5i)9K(EHG(2%OUf=wK{G zt0&gzZ4SP_Z)!>TqapVP?NuEVsvbvS8#)O1^fNFh-L$Rvn>6eLJ&XI!LiWDcdm3{U zxcAf--3<(HU~eIn4a({owHV_)iQ*9!Cw7ykORqsg#L+)O?1QksH1-g-nHhEqvC$%& zmwk!uT@V-DyFWa>zi)cn^2f}Je_+{JH)EaD&wLq2*n=f0D_6adTUw31S98Ph^JGfgQW;=7_GTBozWb49C19)<57u<*)~#0GYS;^=6Q=#cW=81u+#}j* zMi|PDy@b8PZyVY<9Y#JMKp)t-b3Y@DsolLlEWW>Qderi}PV-U{SEfG{0dv%2=JfqT zK!ksA$i;l@xz4?I!_d}ozhy()v7%>c^$dPr1{g20jc1>XaVYy9?1N;q@7$%dkD28$ z<55n}7}+^JrE557GrkW7>~peD)DHUpANynC`}?LxDZiJOr;?SGsbpubeIST2mA-xZ zvhAbp)9`}?McEq_GB9Hn^s7Nxv&`$G{G8K#8`GtOceyfJ5@ z2gp^yBTP9FpI?Yw~nU`*G#mzlLzhi!KInn8!e1 z_QPKT{AC==Yqa88{Xe!p9)7!TdYJMr#vXHZHRTUY$&M|&ChwoJr*B@cFd_c(#*Mk+ z;^r#jCph0WFfgFb=K$)s6=2@B+*8gN`^yZ#9%EdCUPs?Zt7DH|)FZZ`?Eve9f7@Uz zuvKThe)ruc4EgSx9#sCKE&0l>+A3wwF0A$aki^f6q3qe_QTEe&>*?j~tgHT?xzUm0 zGs_2iu8nvR->(HTfhAzs+vy;FQSYsTej8)Cd)Kypod0p&`=&M#H;fK9h=#OZt)2*y5*B{*9_|3AU#S%Iv_#fT7ci)8X{Q>1pU)P4V+ZWF- z)O%|*+ehtj8~jJnCx|#my3!DWMSfh8#Xpp zR1WrK8Lv=3+S0!7z2_(SKdy1#bZ_}9(C=mW9|u2QZ`wU&KL|{baO|PIqobqN3|~Lx=LFZeZ)#rtrpDb0_cM7MvJn>`X=KlsBy@Fp+U1q2 zR!DSA^acDsA4~v@1v@%8jMm25g+Kec!?@OclcxNqjvrC>HST$ATqZbc<3g0ZF>sye z>au*-uG(9fnHg_rYiqOY?tps1ahFz$7A5{7YwqG&_f0JSd8~PN;^@K0hI<_%QTB{S z*p_>i7H_{)zpL&OD=Vu6{Lk2q@eO@_o5d*m`rMpf1YGaFiEDkFJ#)N8Bqq$K-7_ws zU5}U@=s)kmxieq;_;@eF|CBrHMD6de53^QPMH%*v_+`L#@0%{3JEgRgsgvC`y3d$& z_`bb+o=#3$x(1(}0n5(*N&8uTK3a#dPu4F9u6y6~B-SOt1sI>w_VuHqB4%#R->?y% zZGk!9SZ&8qcDCAw_c#9H>u=%O_f3~BoWXiGEdv)|`5Eu(=455g!5BMzAp0xSd4AvO z*II`L*S>Gc&&yR>3NAqXZ`-v?m(Gay7|YYo(a+N-vXIM%Feo4e6CkYN=lU7dz+L!`wl1#`wuF6_8(B{_wG~b z8k>~*rhV$qyYY8teZ8`4_a3Eb-#(?dq!gcbD|;Fm)c>D4bxQM&Za>}LeS9MqE!z?} zKe4c@Zcp~{IaZ-goOkoei`Nu9cSZYqO8t&`G4>OC?)5(@*WZ3m{a*Qtc)$D^yeoe0 z4}Vg>JO1n+-&U^S{qYNUZ~XGL7nHZ~t~|${FXO$z>#w|`{ORqtm3Q8Ghv)CEtJfzu zqrCq8;)~a1^XX@0SxMbH9lPqV&!tXJ`ufjYyQbuB*r07@X2vlL7x!7gPeo%c;IeHs zQg-@jNv_%_qg*`-ez?5)y_=sZ|HYSHQ=Y=Rq?ca(;{(gT4KhO=XpI>+j^iMVuYwjX zN<6VTukinMb{$|*TwD0ENOh&T^v(uhX#yhPvcN7?nsk<>SKXyAb&(=fy0CPRpdb*U zKv0Y&M5FRzNi=F=Oy2V)`BGkz_r=5{-%Heo%)E2g-~)nb_xpa>xpVKHnc2B#?ws?V zdmgdD*O<`QL#6-?jlxqXvUN52}Ge2Em#oFNnHy2#-CD$)!5_!d6lUw{oS{I}$%rY7StWaRGQxhHe) zzJm+~BLKElrY~Gx_506XT0r|-S}DLu!PlAzT)8%gjl6sI_4%dN_BOI_<`mg}_9}^a z2Vvk>F>vC1DJ?6P1#R*3SyI;f{bAlBub`+HC_X-aKXc+N8851ygU05AM`xw*+69;I z-a|u^$E2K?Onj~Bz>(smX64RRH#RSgPJkaTLqOzL*ON!D-64x+E|GCfeS~{T&VM&) z>NZ1r697IxNm)-mtZBPZMO8JqZSKNi2po54Mau`!m{ZZxzF~as3<`~o!FmOsga59G zsNMr3lmDt5eT9fFfVjW7IAVu8`vK;oHl4acWRIRCk|7?7MmN6%?O6ca_gPs_etdi^ z{w>3chNthxfsHn~_oW|UI~joWIkrc-yLx!lmo#;JSUY}#z}zJ7bm1cSEpExl%OA@w zt@y`_^Os2h#AFGErU?6B-UAs~xjoPiKND7!_2g${@bUH8kx<=slMmc4!PqIn*mnC6 z)CDoDtc!{pTHkJ%IKG(GeFXao3A!`;p6n*&M%eES2#kr3KOdR0hX^gMCBjAZOH_5O zQK+{7KK`@o4%?Elp8UN}b4nX=Lb->85Kp$NsD^Y5jQB!OQgOX$Z06@e;IVPRXJhRf z@-* z_&K5l_n^o(HRoY^VJTTPI7a06jgtxBCvggo|3S^jbQ;>k08A+|vUqNR$E#Hsmp55) zpqp?8jy?E5AIdAM)rO*X6x-d*3)`dyH4AMm#e2!^}wSKy2M$SW<6;N}#QHC=<>8yOoH zLR)=aT)Z^!l_~Jq(2dP*dGYAXVp5$Lb77x=9S`eRI#tJzLSxvYWkB7k;_1o3V~xIf z^X8cS^|fyd4fQ`^vE3hAxq5x1qHS;(_QeDE&Iwufb_pxUG~h&unmay)*x21rk97bZ zli~Z@#h(^+4U;jz7XohVTTsW5SJ^DD54p)#asi-zx!~i*Hg#LzJCt;Y+dr$QEPD_T z6mV8WMWqDleF6A6g4^g(X<9iPf#|+3#2&;~Hj{aEEuZM<>E*+|zzAN<)c%3PL`ri% z@O5H;1WsNy)T`5g*NyoYD*^S(g{q~cY2Dl1dGPq`^c~=t4}wiF4t8z>sB7u!%W3Hw zODXA_f!*cHIr?w`gdnt1w-5Y_PPpM)uB3WVFQ+K|B`PWMGP9 zH>u+BwM9wWpn{p0b>A1(S+H>RCbNo4h{CoWl2_RRyl)>o)>8rMY9{8=nqb4%1{k5or zyg&C03?XWJ4w5nDjU)?VJ}vDXzoeUP!A6KEfCE5BPDxb`+t8P<1Jo@StYf5RrY6yA zXI_OlUq9HphJGdAk;O*so!t^nL+`*K@(T#S`oSFZSw~rY#pNNLF9V{Wn-Nb>l#EeXW^)0xhrPnUf8P>Y64^MswIv_| zd;15Vj_#gSvN5Lz#=er7xp{hh_rOoQa`59MW-NhzI0^~x(<>rbCMIuxVyqT3q;Y*$i#%vFd!OZF=GDcKKXj|C54d3Yp zz#JevcDS3=H7g+=yG>DLGY_`)Aij*EYy=!dz}m9*`WF-mQCH^yu*=}wp8v=2P#@av zunp@f?^03md(KQIVY$QR~fU2U*)r*C;>W%;*OmKM3NZ5SCDE-fl8L4O8o<=?!11>zoN z(HyMxwH~Hko#3!qmyHQ8f)eM-WvA@S{w0wry|VD=E8qEfQo&47tfvf zOIRx(__ye{5E$SGfpKzjnwlC^=qqQt)kX@|vPORuE9HZ27R|mgji#rLqWL#rt)6Sw z(W{rPpfj+B(djoXqVpFop~+)Y=;Fcx8WxQDL7+HMPXpRVtA`Su-j>;1cE4D16{H8oUMcQ;;Q(Y|j>4o;9^!t$#t`%l4m z2Ogjq%hSiRefWqBe#d(A=DYZPc7v0%vrA2V-SolniN_*{pY_^P_(*e$Ro=?}kk3Je zU(-Au+tBmbZefw$%cozbaN`s8A`((6^Xgi^$;r=O?3|q^_z)jYcXAtnzSu_j?D!$a z5G6=ZAWrKXS%jD^u7`h6dQPMGF7Q)+GGlTk{DMQr^29@gUzX@|Wi^@w?u*Ov`Q!Z8 zCYCl4@fA%={F;_;GMaiGI|M|$4l#c|&`diiGv|y`aP*S8fl0A}x#hEW5Zr&DuZIG0 zl{QHQd*`xRdY62YGYJzjMze~Bj%rd`I)&xVNy)5fSu}QHpM$xFnx5SbiER9*rmAA2 zudh#RaY^yV%!tHKG+$th`tb{Y=9ksnwzab}hk3DaS#$f}{WFSxfO&ws7R&>5Y_Z!7 zjB-?}8u+8@A=m8*2E#l-ji#Y5ud2S0&h*$9lwG>W%`CVX8JBQO(9lWf+c>mse!)ss z*N%lSa0v>}QPPMj|_>9jLaU2@OL0Bh!VYot&M2GbFEqu;lm?KCx+! znIXKJ3To;`8Zf6?F4wLsNcwZZt_bVIz`H;vY5<-g!_qP^v$plg7H9Y4$~yW2D~|uH z8QXsj;>&ea=+AyW^tAs$37_SqvBL->E0eF7lAJhUW4~=4_!h>%!;pe_BRSCX3Y+N` zQY)Wfm@7Iu0?(|8Q3-~J`Vr_RW>!|lg0;1kX>@EX;>E`O3d_fT>5chSxz$9)1#&sr zndLAabcVU9RDWL&S`W+phk=8$5)ok`vaT!_dU{&2^w0pzo1O#Qzq_*oodmtVaPvKM z{>Hm#0c>aElatbWatpH4Yg^A99O#AhAE%^31;X;->ErS(T|H(Q`Gs@!M`o7bov8ko z{U}seemb0=H@Rzf?i|NIsKGxy_kC4O?Tyv@Dj=U~Moh@=-0K0!f;(&vPtC;q(zi6s zY`ow)qOi~q*NBL)ow~-Rimc$M>S#gkKRHner_{}CgbxQ1pKZp@c}e)Xb6oTIfNi?A=8=Z!uIg>qj0=^DYg#VQT4uZg!Ky8 zw521%!yNm1#AvX;TY|jYEClf$Xzavkf$HX0Nnjw7Qg`n8v1`C#lpD-`S zI65JT;UAxNLz`i%k7I!MRqSOH7Zs=o1ba|NU%wl_s5GmrtW=+ukmO!eR?hh!?lw1N literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/engineers_15.dds b/gfx/interface/icons/pops_icons/engineers_15.dds new file mode 100644 index 0000000000000000000000000000000000000000..5c991144811f048f279294620c725e76410cd5ae GIT binary patch literal 4864 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/executives_15.dds b/gfx/interface/icons/pops_icons/executives_15.dds new file mode 100644 index 0000000000000000000000000000000000000000..04157d813c20d5512fc0570f824750b670eded0f GIT binary patch literal 4864 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 literal 0 HcmV?d00001 diff --git a/gfx/interface/icons/pops_icons/informal_workers.dds b/gfx/interface/icons/pops_icons/informal_workers.dds new file mode 100644 index 0000000000000000000000000000000000000000..40cfff8d716a123b8e82cbdc1970a1b5cd1eac3b GIT binary patch literal 349652 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%0A^x+5XlbQcaF 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

&ThVeT9@MLhtsC_R$Xta+66HgO;cER8Vp zVoMM+Jn~u)eh{XaRt!A_kD>Ip5zM$F;<>-YV-UTDKRd?$VbsL*z<%NQG|%A`#Lhq< z+#Nsm2mILU^DiVnv*XKid+?~|_j-~;eef%9%vZh?hL$FK`F?Qkyn@i}Ky$=BfSo|h zBaqy$_wjrAy7~b}I7|-iF~opW>TiBl;+=Z$DLH5g7UEB3aAt`0h1KHef@kpYSo-=H z8NL~*`kY!Rkl#%;z2)<&@9}xP?W@{@{Qx&GQO!qW?$jL~f%)`cXsLyv`HOB)BsEM7 zaW6`~4=*S(iyTA05kS0igZt#oKBId6WVpQ9?AztA94Zy+8t4T3jg!UwY8TxGSu2~a+V_mee)+o$M)6*JH8+;G|q zF#n!L4NCG)}7@3?;&o@okW-FIra+Av*(WfH~VlsyU71=S?9qU zT6yV3bLjbZ%mFa&MIPNm&ApR7ogQX#h4@c4yP5^m-qPF{J_HYU z*DWjWOBeJ8w|k`jT}Ka;H*mrfE(Zf0Id6&vPntZmK1%W3sc`tq_;?}tzlgcOoDG-I z_Qq%N`R!L^!c6Lp>Lbubdw0U}iHl-2ItK&Y#L-4O)$};Se>V|C8Uzola`B zf&FMH@c(ZkacVvBbpg5nWkW|yGJo5w_O*PUQ_L~W!pqpleT@z9JkjE7SOnJ||IOka zW<-|p2`;7vK&w6$ecxzqP~iuP0g>>~R0BjL%2Wq5S#@y`wQ&eoq2fX)c`pP!ASi}= z9Fg4Hk{^fR$6@H_;Zs3T_=0e4>Vtqt`~(Y(n#LoVo?+bP3P;!7cU*F2}#| zeSdZb{m|L-#s7Wr{{Z%L@qaJsX77+v{2eVmSqQlv)7ySwXoTQ%f$ZaX^Ld_%8Tgtz zIwYzE>PQ*MZou+y;JZC* zHBdP7`;d5aPp$qQ{Ska$y}jy_pcvKp^7~?Xi9BLg4u-anuj&wL5P$TC*^l<;bHWmv znekD-gL%X%w&eDK^DPADYvun*ndSQ)=$3>g*Krq=xPabjJUspkcz#pL;RKe==Y4oV z@O*^-r>i&M-_m&0&ZIc}n)fLV)YAtvlKX`P6cQg&`1g$F5#q%tw_2#jxY?ddU7tY= zs9&btzGY@_zhgT0-2;DE^+kA6 z*6aA@8Eg+WihVWz%csBU|HA*3`|U8*{L1_CedYX2Oqf9>)`-o*I#bdz$9nn(&J3+w zee2@&J0Je!=fC-vU$Fc8#qa*f{P<_T;imC>aBMH2jYcm7ralM`zxogy<~=v)`)|X8 zyva=dilxal%uR0X^4@s;W3<3OwI0`=dt~wk>F=p!a=}5<=FvY<^SAHh{|R}1-kw`# z8a-0WM&W$-(e`8)n3%YkUSFCa+u;cBW)E0+Kswq?>DujCeFmMc%NX-RcKjCe|9AO8 zaj(&Kg^#IQpz8NGll#^C>n_l2GziPtH6t}cOaN^*$-Si*__gwV2|hGo=yDPd{{Q#o_tgLX%ou#w>G4X$=M%yG zlJLV!@PJZ&9^z0O@hyp-Bb&Q?Ma!%mJo&sezr!D6teG4A5Oq%26ycu26wo`gelPkE za=h?-|0wl8>g~B1PEYSnZLd7<;)nJJ{e`oSdJJ|Scwe=OaEU0eidgkKIrGgFIDHBE z>^L*u4*>)8WUo-O5f?B?KX_5P4;E8QpO!BTVelDtr=sBWC6vSQEuBy9?*SJWV0RCE zq!!LWrFh>MkJ{(UW#(5-?JnI8#e+0HHig~&6!v<=2~zK$gDzk;8e*x_*%O9CKCqh| z@=fFocqWzje<}5Uapy+%2ghdu&CH>@d94kx|Fe*}b7{|h>S8qL=xJwir=)Ssv*6os z)V88sdFgetf%&58$(nsDYgp(X5R6EF9nPjZ%+u$>&e65n4%JX0^eiaGxt z_INL&^LPK+4GwbWVYNwz6FwIX( zUbmjdaU18fsrTiEMi@9Z`B{0}3;%Twz?YSil^cE0)5J#{z1W$xa&rpYTDbWhaP+N5 z_Uw3c@&d;v7P$N67!QAHXuj5iT;&<=>bHYp={v~t zvE*3k=xFAUQG)(>>CiY=2Mi(_zHK+la^S6Y}Ku+(^!*&xh~t zM@-f4;{XTQ(IXoDA@&E+P7TY`4FT?}q@g1^r5?>QZV;lyuiS6V{lWiJ@%#9y#qfUV z2}-~uO5kjw50Et-yn4v>mwP+SGO*E3e4 z<#x(+Qs&={ zVAWu}gBMKmHg*NizG?=}KDKgx>(2XT{?P|!9(DA5=H}B@9sWyQ|K{J+&ggt6EwA`G z_4yb+ybzm?6<`znzv_S0{@=wWa=+?=7%UAdtZr!TJ9_5w^;h5f;M0%3`0fAx)t~;^ z{Q8goY<`K~fAXt8nis+IH_>Y>K63NlPThU$OU)pcfxQ(Bau=`n7{A96v-A8zbC+9u z+T+_wUA>GO3ewkD0?seK&yCm60zlvQ@}m#AW%{P+Cnslcvny}tw3$U;u%3J_osS*V z^LxH~RT;R|+`cR*;uMWpVzAj#x>UghEUf-7AqNxFPTyr|v1cpe@t|CWz?uxEgczaMLTFJWzd5sF>R5mUevvllTx zSc1>PbuQ_H+r(Ux+B*`wPj!ps*Z8y_xV?{h82XvO*zuai!uHhL^Y4M=d*AT!nC6M! zdjyU5_*SlGzUV}~p;|+a%KIL{=-<*CM5i*B$QbwiDfw_Na~8mv;!Y6HtN)iC;1KrO zk8%w&F6=Gp_Hb~fZUag;VGg%R&>BnR9$8YO^>Jx1#Z}NZ&w_)%Awfrt}0JnP31`wu~#hh6Ee>Qkh20dduaY47(yVjmSQxg6z z`M-$1x1enk`~vvlXp9wt6G|6k0sDWmm=`p!W!?p^C8-I&ujQ6}+YY#C=uWroG&!B% z&jaU7{n$;@xZ#$Wz5%Y=KJxwn?ol0l-t-(p2Y}n43l7|~^3>($-}vk7p{+mo+SmVH z7+njdJpj%Bf-vF#s{O_NbHF^Y5G)~XN>bJ3o6lc;_a~qK`KQ19qxs_Ze=)!K!(YtL ze)H!qmFsW6#r-Y(vXz~t>^^ie>6`DN>2dqbpO`j2Rz6IvviZ7MMIL_PosYTw@k{O- ze{ALY1#t1FGwWYYZGQWWPb^K4Q|$fkB9AXY2ciGaU3&gA+)TX3%#PiFyYE`Jm90lO zLR&7O`#~L`8_3f7-p$tu>sv=`>D%)h{X92T;8%Cy=Vj#mLjFdJcHd+!c$;0p%ccVi zVmfg_Jgk}MGU--J9k~CrRm|D=|6cR`cy-dpE#6EFKW;Xiz6Z|m z0`rD*>@RL6M|7gcL5@#jHjT!;4_tDOV6<(-adm-116S7zT@Ei^x8C4a@^|&o&OXA; z@Mjr$+l@RdbEU3zQr@M;cJyEu*d5M1xSG8y`*?0K_%42lkIVP1oajSNBwwpGS6}SR zqn^{r8x0{(bOSxu({X1%-<>^MS9WSKTUYjdt>CT(WzFUNtvZO$ z0o&7TF3{?AtMO!=(yd)Xil#ltNE3UhT zVR^HyIY4v~oGx;HEHOYk`%(D6cK)T`q5PlAe7{D$Jb0e;fpcbXXO&(c8-Ad6gR;T@ zRRd&j+pCm1Us|$rnE}jVN2qZbJE+W>)L*1cqfcsHX<>pD%m=kcFq2)Pse?zUIoHGe zJ!lpkMh~0Ucl(Yz)UlV~zVI4fa~=HZ8hqfJVEuQ@TyTJaGq0FI{Gu2C7hWjd&kJvV zXz2zO&Rp}>)8Bcf1K%#ilArjwdVTr7W_}a3f0%zzNcPn`4=;a$-+zjI_&KvY?e>58 z^Zz*a^85cWchBWNG;TQao4Pfpe_Oib$nW6Y{&wBbYrntq+7JFJ9`E!G%q?~ki%!1C zot__=?|<@3^uK;<`Tsih_-5_k-^uHv^!Uf`ypP7g%VrP`(DuuZ=?B2@`JAQbCGLmc zbdEh>Y5rfr&hYknKBtZPVT4+J6T5&rsR;z_k@8|dIw5$wGm#QK7UF84bg1!#_hqGcb)jmjrenEF3 zPOg6{IUX%da=M#*-VaS&)$Mx3cU|bGU3he&#+Cm&dBC0VATLkE0LxFw&*<)r=WTL0 z{^I1#{=L4&%9qObs`t^&a2xk^TNie5T-e2PW)Fu)TUYq_?(FtH$?-0HoeTOw9{gNB z;C}wpD&gR1G0e~tsjah0;lRVu%Vys;y|9;^+fJ|yZk6E6>RaUV-eIa==+y(p=L?=8 z;EBu=1HtetERPyU@j>%NUut|$#X;&F;dvIHh&=#diB6X9t2U86$@#EL$mtx@!pn>F* z1g4S+_ac|uOT>YYEc&=y-9v4)G#O**2_nG*<@?cP>w${voJJgO}w~^aB$@6vOd+iCz_cNG3WP>B8HuQlZ zpiKytIEDVBjG1=l_FLpov_IkZY`XP^>Dc?c<@=3e*G<*ZbEc~AoSCudwpnxpZM!p% z%)qIaO*fy@z59;E33`e8{Mt+JnbuWTOj2pbiSImPSC6l!V(RfV2J*qX8(Qo{CwiVlJl=)ubJkp zw@muN6K3Vvm*FT<$1}4$OpZU#F2LoNe!%Vbca!VKkV-Wo!P|yL0?*Qwur1n7>^LHCj4-SO)Xg zZ1BN+IDmOraWA{qSOwTjEq|wJ!z4nk7MSp5 z{Mzcj)vr^_%Rf|`;WHhsm$)T;=0Wc5m@@8y9*KSD8M}4(=1* zSDsamFAOl8+4vM{=nQ7`xfRRd-lKy#b(ncQyYSTaDS2>Y(q@w9>DQIx@n5T7!H3-f z3XBUlqpRi$;1ZhA2h!6A<&9U`MsP}b67cF`Cm0Z zIiDCQOdu2vzx+L%n*ia|8bRPDeqq8t@{FfAi$26ib{Fm0O>prDAtr{QqY{k{axuQo zOf{W(N-9`s3ceo$rbtib6$j?Z9hLB6>ip`Z==w1)02kDLZ$vKlP>aBH$@}vEIC#M^ zrEn_f0aC&Av=34`f2%dmQ{69(u&9Dgt5-;>VLyZ(A(Q-{J##g?f}_m&*TD_kg$}i1 z0DUdEe+#dxhQWOnCorAevZw;~MM}j%g7Z<@1ut;B#fMvt?%fgeJ`TU|u33xr-wg1+ z+>YJcCfbAkzyZ^~nf`y@OY{H_i4XU=oyk04__EmxH&A@LYcGGFxx=Y{{auD!wE&x3~qH>xF>QKTNWj$>*zon2ohzomda1zG4No7TbaT z_|fRB%2z9vpZk|V=J1by@CE+=do)0PX^ubqu~`Uqx%A3grvK6#rtQ#+rjA;ne#3RM ziJt!CeY8Hw@xlY1hcBQT-qHrvt-qDz`Y!f$n%U~&|Uo4{7c^?3{7^>@PknaeDOdZC=WFTXG3 z?^?KEi>VygYZ`~~`?2Hb2%-zhY_@S|k4dfPem6LA9QaNRH=t&YG1uvbmkTBw%ilgE z4-Rm4i*-{oD1|)3tvvV86#PtnDL%e8wP`3mkcO#d2hZkh&CQhuHAfrI;TnAncWfn(-`vGW&CGy(HA|B{ob0b^; zX#g%}KdlSxkDNK9;1bQuAUn_rWBxdGp`|;X&n{5K!UJY2T7Q?&!P^c0uVXu!@^iK@ zSK~JIf;)mvd&6qd7dsVK*!2DTZ+!Ic zpP&W$>2Lmm7RYbR`Ntod1^9pemAB38-49G1acnKRAA6($2!^+dN8JN{>HW{x8Ti6_ zRPGNNnCz^(S-zqp!yU|3`PS3itXnF3@ZC2f0<^Cc$Ih+6g?dW=K z2J7Dd54eZ9%B=PD{cy6xW{nVk*PCf851|*r-M6jW z1KE1s(gH{T9~N$uOx-peZgA5G`5l*iF#f$ItM*3J|+y%(TjLPuOY6iKXbzn=5OI}6eGnkOoQ_Rc9)dPYY#4PB)bC2 z^FCqlkKppU1qgpr}1^ewLHJFHwkjzKCWid*alCMaDV%jaX!HzSt#!b9>7(wu_-kK}u2 zX@;PeV#mIcqpL6RAQ}!pfr-zD_g^?0J#%6Yb$&p~G6%9{%fx)p5)3P1 zAGicvG-~^pihgwd;80eh=fn&!h8(QEKURKU!7QM15piPCcz;j-pG6OlNB@|^tpL^Q zNp(Z?{OGg`9Q}kjp*(c1Mg-$uX zpIFnwjRtg#z!l^9xiqh6TYnAw`~xuZADLy;%2jaS@;azd(Zlc9bkB6{e87J24Q}C_ zVW*9q!^Nk$t@pNh`MsZhxnk$>kH7KFZ!g6!XJ92*A{LAZ|C^Zq2?G!Y=#Gi|qxv8g zOTyAI@qaWs(AO&#RAZVasvhXZmSCgUcI+s2`ObsKfBGf!0%?MO`13!S```b<%)j&+ zT)vy|_ttq;C^BN`r zboQY}r#^AX+sSd5r8Z<`G`ADe32d7dW(A&k7!2ux8r&0gwZ=X#J$ivSIJK5u< zhRg*A%%|oQ-z9&}TK2@zdw@3}Y$&n_ZUSGg8AE6e^&$O5Qp2F7J=p_ae*o>z4(iNg z_70;;I{4gq>>#Os7=wQR7O?Q3If6ew``VAe1K|7*!&?QnDns*p#+Y9FS4_#Glcr$) zQS#DGV$Uh`^4>HzAASF?aT)oC@W-$6f8u#R5Yznc@3C)TngQBi!T~)o#Q@a^QCI>d z%usPa^?>4la74ub%@oxS^kS+3Hem;z{?@lHy!hHXfB7Y|!q0y5kLFc;`oM!9nFe~3 z{3Vy*?_C2Uyluwl-EV>m9OlNyeDH!RkAGs`;6Auwz*Tmdt5?JEhxgM8em9++-?}lr zmi)f?(ktklqXjDL56(^__`P;>=EEr(K~HHL{GA=(Ci4Fc-~{`S<9`00Neqc%QU_?pGi6V;Hc>S>_qg$KdV196e-27vCtuu=bh{b2p$g|9` zm_vzc?+uU5;?4VSvvojL{ z$0#ZZ9xj~N$Rw~Wb`12f5IBea%-lSg>A6wQTXO^ae4_tww&n@+EaYd^6v7)UUv}0` zaj1nOTE0v!*VlNl7wCcRh_khWjJ^+egRL{BNBR#vYJMSH!jAWaJL*2Nn?HL3nv1|S z_9w>&#ef%rC;E$bj0Twe-dp=be6Eu_+9CGtX0olLv2*k=&Tf9h4|EAU>HE<{2}me3 zsc5sLP&)^v)>?N3bTh$;-9|@z-wAV#;LZTg>q=kZ6$dVn4fa>Sz5y0Pji27c9t9X) zN-cjwOgBK2>(NXWK2XAJkUPsMX#Zu<)91no69=r4`BD?Fsbc!|DfPqD|L8lA=Yzo# zgTyZ?W+qA>5l$YDlzt#sVrVY6%)uM;Ti0`Aj(i3`xQl)up_)E}nPWP>-^l#Cd)HlR z{QYnXHkq;WkIhjyH0>L2!5s#xZbxg7J|JuER+BsL06ZY>k?jN@9C?mAcgM{3>yOQ? z$M643UUkzEd{VW)>h}yxJ}r))xW3=OR09YH{2peDDF%38`W(#(#RU{6KyyR&1mXlL z2B;1Yo+wVB;>#c=9AMAD@{zYc|IMHN^` zJRE?9C+J<68P0>laOI^Rvmg9(^WghG0}ptYS;Beh1#YSAh2OmEhN)Y3$yBi?pj&?@ z>4o;d^;wG!$_%j8dD}0+*?$Ng_zL%t;0W$QBL&QV2;Xnte9oE)RxCYWiWcu>S7M(j z#E-M_{UY{y=A!|s+2gE{!|Z2+>vgZA4mfPusQn8%)-o$t4kv3Xw;lF@`R_H;s5NTX zA1->}kw^3lHYRevZWh7B_}@mUi3&;QWjm^F_EniV?yL+%Ql2YER;ZuP}Q)S3JW| zc*N4fibw>*hI=EvvABl8%*Flb&%LxSWA)F%9^lfT+v!3M9J9ia z_GtRpQiIsKOxQS{pq#EeuX@B@ID<2~UYIR$VzLwd%A>6dI)C`R`WZ()*O^$Ry22}j zd{18X4afJ@H<0W7c;CnJ`E27w&*3JH1NtF0_HOvSld*GfGtRE~y=M@0kn{!66=A+2 zJrjFrm9dBA%uQiCKeR}RgDzE5b!XH>bLzF&8Sbu-O1nz*0;@_ZziVvObp>=vkwkbg&kAB7d7B?ixU4)tRnyq{LE!F0ZVI(H%W2X^qx zEBNzeV$cXYVEDbe?(;dDm{IVxHOoxOG(Ml**@A^f*b`%zTXeRr~>d{lkBYX1<-6BFm>>zHbQ|1Jh-J}5q5Af|p`A_k=Kb}ptGKzP6mOgMmg zfHm+0Z@>HD&;I(O&;MZU`R~AwTMs@oGj}{N^N+u57N2?rtWvzit8g8zn2MF>*yZ8Y zCb}KRZoPw!!B4Fl!O{cTK~GS(@e;hpXU%lDJ7w(u2>Uw%wxOGdyV)%mJ$i>731)I| zCzmiAY-P`<1TB_QF#3M@`vc$tO{>sSg0E48&*!t3oew8ac)$E#+N&Fx9qLx-A~?%4 zhxbxTXA7@^B^FL2-L_ey)FtSiJOmV{wY3;L}FKrH_J3uU(?ZMD_^S?+b-zs9dW39UpFqc=5Bi zkw;z70=5Fk3 zs}|75+@j0C`q2Kv-^JO@fwP{)qw05YeWp+cB-EfqLJg2eJkU+xLa?Pm{68BWpl*Z~ z&<7O36_cs14})8*+9E7}F7pL)KK>p>4iFYk0W<%_7B}+u{S$LcRbp#=lH{(HM_5&=OWBb^}BZYl-GsziSzrvu>UCrs6J2( z@WE6EL|_xRpzweR|8L>#&d~74)mwHQc=-5-Kl_&#fAj?$p`U(v5be+Px8E^+7hX5L zXI?Xl&%I_AvA58%_b!@!=y#1?V1MU?$y~rq#SNFu7Uuhx(Ez-J@1MTUEf6rl7Up(E z%g{kX3$13&S@``gnM*Hz-(2B#knSR_L1U<46bybCy%ctPa>4b|+P9bnaK2?=0J<@t z`>bX3_XWgj_51}ryP5rI-+vE0z+3bQ+*+V!=-bIoa6ft?>~kg8GwW>{wEBS-X8i@- z8|nRqOpEXUW;o@2>@e5U=hv+O(>;P#FuO%)zUVew8vVa|fBCQ!_lM?JrGc?W1wbQQLEle&~IB!g~CwzyIgkV2yl^ z6%T|vPy?tAuxbJ7fbm>E(GSoQ;PcA!_QX4jPego?CWsq6Vt4BNaZaOfd+qFS8&vf@ zcYi#H3m#|*dyuo;r5QqI?eFK# zLSGo1UR?fE{5=({C!-k-D4hPn&aK@1*vaD-I6T~gqtBZHUXTqISO#CL3~is1dF=C2 zBgBEKmcgK|b)${)y_O~(MJA6ztL4A(mgcl}Wu=)UD2dS8q|DSs5srsCP zqW;B8m+wD*@%pQmU;W^puD$i~m(Qc`bqal-rB~lHi!Q!u`Yyh17N331^b-dbpLoU0 z-OXP8=v7m)_>4*IfMegyoensJ;s70|1~_r|J?rMrNn*!p_HkyR*FT4PURt6Ti7Da| z-v&20&pzY;dqw%w^F?R{lr24KQs-tfla@a=X#`p>C7Lr!1Yf zXRbM8>4A(80|s_qq37CbQX1fRHLaiy8-eSARu?)Sd2`21!?Jx~1iRSVfcxFIgPrX) zCJfA2{yvSIUrT(cCZ5y|9RdFv;a*0WbqiNFu^a;6;ZbYb!?AG$A9D!?PlqEYj*#Mj zGqXWgVt{g+cc|)P{LYgZp>Hg{l52vfSp&#d!Q8UcZtPPqC|F9d;0pbr?9#NKW;8VhKT$CJCcL24&mGxP(cS878Xkj|*=8Ggn|^exWe z`PMCCpM)yzrWJ5UO?SoEC15V$9KkJB;*Jxwm}Y=7KW2mC_@+|-%jb2kOFe*9|AXCU zw4ggopDwL`_4qlwoz{$A37?w+7MRB0I+K`@#~e_)ensr{<-+StZsgv&@_aG60zAfm z9qM*qG%+Bq27Di^F}`L9%wUM!;G<^d$Z7IFHR{4smgZme&{<~u`%L;AbVK^N^}FSc z=^_ryKk&kT6wdDb=;`nL!)^TV8g>fXhiU#M-`8Az4yN9`7|Xzvx0S;^F$YX||F<#y z_qQ=%0uP+P0_6XS8>$_I1*UWRrzkxuch06Ad-q;{{?QwUpL_VDk+b(cS$y*LFScHN z=@0uaJ@{?SlFc8aH4go#a$xtbmTK;I=2bXBk4)F0m(7eV&$GLH(d6^HrnaL~v*aZA z{T`rQ#9gp^?{X*T4Q~CQUx>!ZVci7c27vDWJjZrzg*9*JL!}s&R`AZk0g@b-$7WH{Le@FEN%is|VFo*3}dyL&K zZuiyn^EZXR#cLp)S+6)?F(urWp10AouSbW6o}idIFM|Ei7(t`Tv98I|rw6YXmK0@BnEIPv+;G zO#IOeLTQ>?MvSxP|FQ2BunzJ2leribj3|CWEl_eyFUCVx}I(+i|9=gS7?7uJ(X?~sHaTRVU)-2cH6 zYL`&wcUw7L+_1Q6^%3y<>bW6F-&eqMn8*t5%2cl~ z(NpOyOW~W4XHr_w8tRZP=$S7|y2gI-&8NS83tzm19ltMf|F4}#ADNlE zA2P?gYidTWq0@hcTAjSguJ3+!e6CV6Tw)e@8eczl_ibXpJJ#)=tIP#;2k740pO~9G z-gx~dmfq>gGcTY4a@Z6x&oAoT52t4z8oubY!2?=#?5=fRMB4qD?aiWQ@7$srfLFi^ ziLvrq=6sFx2@T7n>$aQNFC7=STeI+eVn9+oypRfZ#G9AF-$EOZ&r=;xNGy;p#B|jJ z%nU5+LpOZ=Ic~e1HnGBsrVd!MC7%>DrV|?IHNm3jb^XOXXHMt~ZWzc8nkREzqmv;PVfsI(c^U-=e+B2 zvZFpWZZ?kOODBBBiJls>;cGNklClmi+&*K=DR9 z1ByWtaX@vz_;YEtIlg0{IHOr+0CPJqJoH4pg5#{2eNu6gi7#m6-Y|WOFw!t)h>C}y z_26x9!;v`P8*ZvVzh(k4_-zy)r< zAs`prpmdIP!U*N!z~ldzFk8J3HwR#)BM znfuk#tM6Bh|G)Xa>H^IItor}4#~%0MCQ#55@B-!kPd)W?hO4{hz=W)Vdf(Xm$&TJp z4bOD#HSD2>A0Ec%sO}htDGurJs3zI?&_fUHORSjr+2~C-&B(PkOvSQGX!xC`PTv9# zcRl>vEBN)t`1GfiCa`Y)?!NpEod5UGGyb?^2LR2$O=s_zsnq+6_g^;8vx74PY;eHb zU0^0#;q6j8@iKSvCQG+tDSL>z&pd45ZhZbYyVZOiv%n?TtS#rvAUIeV@Hes>mYadv z$%glrLrf6xggBKwGmo9WE z{eRN1MJB9xx(O?qWc#i%)wk2A^odhTF+-yc4|Kl3(UX0z^bmBavWM=<($>b!J( zKdqWx51xJkIG^_Qg0j$UNQE<;4(}2F4TJv|&KzGkJR0BEOdw{^9IFP1;O`s`-y@^| zosoWM3S_ejMqTI+2UPfeNIn{m%nTy<+<0b#N#y*r5$zp2eYNn+My)cjRq%(Z7jxGh z?g_a65ODE9=>KFjZX}1yflo5igci+!Uq+oVe3gkA++zITWmdMH{3$lG-^=*dc1-@? zg8i%iYhL%D|7*4<|NnpG|4#o`{qKnX>n4~#{vS^6kJU|JZUL&U5C)Kk3184GP<#N@ z9V4&?Ofg_SrpLD3H6-JunpIbSu7a;LaNZe{HSv(i0qbl>%lyh~pKv4ab8`w`-;3XC zAMoJy_qhf1zFEbN@RS2DF)O?XKUaIv+<$9AO9?HYipA)mqYYRzXRj%kxyxiv+=6Z7 zp3*6HfnP8!JFkN4UFM!II-uP95>Hq)=ucZjG9Qo(#&qnX)dgZcKK zVuB0FBjCm%{U;eu@yx-P(}&DOd!hl%sgNE3ZXLb6TP*wkiE!<}tb_|#H}~k%J8t9X zMh3asRW|_9&L%cE`GBc`A3C9Be*5DfT1wYg*tPeR|*tq&+J9d(# z4c-mk?$XQIJc}>Oy7Y9$hg~~v4RLR%n_>p<@7l`+-zRSHKE;q8e4h0Cr6;aBqo;h` z9v`=S9_??m!+Tm9;L-ti@9=%S?91H}UdsRbIMd(5(bYawANcw9dc52y2uv-Q0+ z2j|B(W0VQV9K#I0*7!1u^I_*#J(+(7x~9e4`ervT4NE5H$HU1}pXZ-JT^5JtP$C-R zN$fYJ!k1!SID|SPlsq0P4iEkuNK6mT7oLYc2!CU7hy!xQ5;M>`0P|Pu2?E;>Wo8%! ze<+@sKNswvKlN$a$aZqeVrB`g)QQd16Z7!zS>$#!#%3R|V!(*@Gicoi>*xLj^+7Zk za}qs6!f?38?6>)3*27cZ^55Y}8S?*K*cz-An}$7D|EKYPVRnI->VMVq^6Td?)%l(O z9<2YL;*E+AiW9;LoH0+#AJYsV64M+}u_YDDz_PJ^SP@o%jl{-dv$3Vvrml9jvxT#d z{#df$f*HR0qFH$SWp)!jG`HUW($WOK{`MEvo}VxP#elt6-!rWzUN^<;IH!!=VUk7= z`{36m5_^;3Q}-Lc)r@49uwn_fKG6x$ZJ_kVO(t^^yVRR5uoo;{fLG0G_s#{Giv%q4wza!dqbB}2s^BeAb^W2aITtp$UJAVw?E)&_^+GQ3p z9~cEcU|{1CGj8!t(+FPBi2u)A2Pa|jO5=r(yT!9lnpwwlt=4#ocdFlKJl)`}C|$m?CP=laN``HydFUrzZS zf3|LT=>KT;J8}EhnfqS4AEw)!x-Zg;I>XZWr-m0kZ)fwRzUM{=KJ7$KS8ngajJ}uR zfn~Zi&=DVWGsLQ8nC00Kw;aGNz2XLPpA=1?^h)aTbbLRSJkEVl^0{@Vl>h7Zqn+F! zbUGZlFW!S*qbv1)S1>=thd#{s9O&=+f~&}!z+K$g?ej_=N*t&~??cvs!^gny1((A2 z>G^pc#Zt3}!_Vy`@!rAX>S0IpbxcxKedD6NMJUaLioOXJusVlVDJW` z@&DLT?uatq^M&&h#7kj)vET=(%=4uamjy2{7rtIDcPbL9TCJYmKM$SAe&B&6^GqZ+ ze}d`xBdGQBCo@Z0!Hvt!SJ3}GZwAdfYT|~VF-Gl>Id(nx!F+zEG1gpg%CZgLdH4pL zd-9ns!T^?Io%o+}@c-5WbmD*N0XqN5{~y5~!_*f%SOchLaK#h@)JFtiVOSIvizyDI zV3}AxraE9KrW#-dW^sbL*}0s|nYinxYh))+ZI~Z%-2Nodn`8^(DoWaEl}D7mm28*X z>C=iQa65O3$)(P(U9gQ?rPs`A?goyA6O_z;X3fmCW(YQO?NMUDKI`x8!}BW;K53+C zLipnT!~qxfR-B{Ccn*Ly&S7s5j$zqUZXVNLY7XrPes7~z6-U)Qf*afFPnG+udwKNF z^u4;jCmxYwAiXg-mM|;#m{RV07r|o%-&SwT$Ll_*RVPp{=%!w8`tM%!_wso+<_zw_ z8Hoj|2dulo)CamFs#?L$osT1iI1oRad}F{Nh#BlI`r`{8VTwuA*kJQLsOLNGlPc$T z&~Is#t*JuD0j&N zQ_7i-L{rOy>8rN~qv-BJO)m}*xQY7tm}0Ona2TTx768YbcJz<}e zYU9b*TuiTz-&V0_ zUem@r04y0iPrYFfI|u%`=oI1qVFTe8a^EhDeM=wWN(i+;_Jo~g=<>5@f0HZG_spBJ zliUZcIELBu&~~e4n8i+u^fu1C^1=PGDbIf%kXU^yy5H!_&vfgx0H15bhyR_ zx!VhSum<42)<60G!`P#k_&}XCKzCm6g9$fO4Di4-3k<;Y_0(GkUrfMMYvf@iSPdrs zpNYx;H(>{-uG;m7mp}NDy`(QK-mkd-uYCM1_W^zj@8_>(htEe1-C=wR+e~N2kq>VE6 z@bc7y3M0_YaMf(xgj-K88O{6PrUt-AqZe=`U%5pU8CT{3&djRqz`1o_&yJig{$O7p zc4e4Zxr1kWCV-R0u*(Lw2nYZeLKJq>Cre5{|A5bkJ|97EoaN=Ve**&o1 zo^KxyzP9fA^1hB5fjkfP=*GU1dl)+YA@J|STPD8PQ3Lc8zlPqv8+qKiC&Zl~>sAo| zw_{G(QFAc6;A^;m*Ex7|514*Mctj6&bacyDcg=-S*b_^Hb=bn-`b8C*uxvCp@~D?$ z2lD;^3$N(P*Y66)zZ*0C9^`*J>LTy-;q>3!KvKO;U2TgUL|lMlK|gN~U)TDK%isdZ_t6tZAJCKgrrxR4|L6sH zC$Tq(DF*lu6I9>(k$d&G_0Iy^qZdf5psyc-)(3r~W&z3M{DdlQ_*J&h7fhvIs5ilI zhr@{z(Sx-k#y(J43%v0eR?ZJ6_s5{`6;rXqgb*LXsR6W4k~2|tfb=~sST7UFSxMYM z&8X*A)SB~VKU(0IxUaJSUEqw`tvv78T_1;TQ0c_$_}X-=9;?RGo2O&y160G?Fx3E> z@pu0FSO4#<0n{g`4^RwH+;}hssHf0OP<4Rfi@t|?0M#8MunE{)Om)e&0fUFWcIe{E z|9+EtUv}w@d*&Q`f87JS{lQn%`|r}jA2vaSt;R2R5;-4#9Yl{bXs+=CPtlDg%~b|8 ztl>t_QBy;YRQ3FE=Ajqab$;E#4E9`o$HENO!w)W>zt_a^JBuIIZlbH7H_^k;>qJ8- zVK}-z!&dM$_Hp0$w5h=-OTqSwCh>muxbj9XG~-tuKogMrA$u=zJNO7YnrO02SZ>{f z^Px_3W44sWd?1us#758WYW4Az;6OYdDrds`s<-A%^3eg~xg)`>p`6)ZB^<;7%!qBm z1JT11CTNSTz>nzx(4}^vu2*gEpc$3!XILB+@l@ESi(scVgBpY9oy?nEd=F*_?lHuH z2=IhJcJch^2dJy1U&6ArZ2CHJ8NO@7T=E90Xe+$PMG{(zHQ+S#3yI4OP3IK52EsoZ!EP8|L;j` zkk6~;5J#^k7^WkfC>u3}Ge56;Q~{bi6~w+m=669IzHbi>L9Nk^uicH$?LiFF?Qsu! za^Z2p;3Da%{ow345|lHs+*f|Dog&qPiW33!4WVF&iPQkOb@TysYryjsn+Wp0?%zaJEyb3Y z=!(TW-xr!NaK9+trx{s2T%ZxefFyEQEN>f$uGUVp0CekX`;|BNc(~^2O>mG8a!2f> zsh+j($BN0z-%cqg+ZdOUvjE>K$5fXmWAfJrYXJUh{geO8)B`+N1E@z(oDgPUk2zs( zm^Y>xKwnS!Utc>1Q~$4+qu8Su)MoPy+%s?G)=yvg^>e2>621LzuYznrULEZx#2vwqAfI zaD{onm3O!+4kwsh;t62=84cj4mCH@SDCT;N+rb95aVKn@i66ScB!IPyeg24G&bC-3yrTrQR{#(cnz@*iO&B*y^h%gh3rx%DWr2gP>gz%j4gfrp_SJx{EO$vH> zUtYQp13cr)(T`$h9L&#$=Su`Js|;Ny`M)$CD~SQ|?3g=8l=AuXn`m0dkA+ofAJtvG z0I|S@9@hnZOYNzsPjJDU$@PBneRkIUa~iB1{-KyyL(eP!R~;ap0XMDXzxMRk zj?@jF_`WaNM2a!?iVMuhov1ThBhdW?S69q&3x^*g{E>b_oVmVm^c<*%?cp1!PSD-% zUih%^fo`hlwSz~m;Xr@lgs;0spxYNh45Oy^j1jkiI2M?|4Pf}e?C12vq{*QeWQ&B0 z7X&Al$7b)B#n~`v{Tbyl7%eY{eo|+H%SaTXh+& z>$4__x;2iNF}xjYiynIK^|wshu^aGH_jB*(68Y~fbLQ3u%+TMrc4Ky*fAya`PrUT! z#zk9i24{?1^w7hPs1HyL;D;%X_r|P$XI_3!FaNh1peyg|iOK(k1-fItSTLsCFW(pb zHxR4B#$Zj@f|LP+&ulq){m-|^?>E@zy#X&!xqctBys2RNyDq)AbURCT!io3z zs1;m^8D2aNAGit9#q;KQ?#kQyQg`&>b9ysF7eB@sZh`~2Ltp9yduEQh<8ATm=>@t| z+xH?SI0o|d$@?zwon7c(+=w&&S;Npj8O`G>p(bG_r}zO6*?~A=`7$xineV3>y%&2- z&w)WchbBT-zGip&1l9ezRo)HWLw9ftC+?ft*pqT026*wiR}9eJo)_9a7Vbw6&==mH zJ@LwkI2OpPAdEiIGXYI>KF^(+-j}*f{vRu>9}Zryc5&%F{4<9UgUfk5XfwvL6PQ+Q z)%?9<4`;t?y=}qQJ!1xb?3Xt5 z2Y;S7zQhXUd~5E=b3>0;oI&mDWiazAo3#r~DR8U$4RCP}jATt?qm-bU`9ZGxF8 zW{uloCTxTEyYFRF)q0Lup>EZY%Nq8g0d|rbfZVxZ*XIyBftQ${sTa@<;B&8_6L6Co zpf9{**0K-OeB?GW#WVlmpI9{Zk;fiapRT;E9Il$)`uBkU|8MzUu|oB~4O9Ow-&fvG z!5-}S$MXMaj;?O)^Hywr|MDB3{8QS2Z+`k)aQ?5%wYNSs2f+NN!3&;t80`);{+1uP z!CmD=#ALK5z+w~OSoCN1S+VdqH`2DDw?KV0bP+qe7vToJZ(8W@Yge5%Q@3A6_vkG5 zK@XXvx-BN62K_F0gkv{w|8wIdQ!w|i$(qVe^t62@haH2|hAk$3II)&mtA?53CT0U0 zPTod?1x?Tu2f+XLu!DI3eee_Ls%_x!UJkA_(AwARSGO2_M{aP1;~iH@%`%I-v0Ko8L#G8R7`xcw0Xc>h<11zOp>jUj;PLoj z(omkS_+kpW)bZ$7a~sz$cOrgXXU!6n>pl258~B4Qp1cH~#oA>9>$1mh9jMjac)X7A zgze!Q+G!TXzKuQgu?-B;KcfyF46y_Jz#R4L(+Q9|v(k99x=>PsORmeiNyD@qrY*W*6^mbm!@|#_>A(u^#6Uy|DH)@U@GVm z((8L#IiLF}^i}Toe*pfhy}Z;R^M7Jq`8HgZ(>%uyVmmP5S{tzSdi}{RJrB`Sz3H7Y z{GX~90>BA{Kl;=I5uW>8%4U<#TIQ`MbpZFjBpU3_`<$l%v%Ke?bub83QAq-Q$pMe!(>MurN z6P;Y$7B|gb_TtH_ul(tQFMnq~`3C*aZ~kaL#NNF79r_+0nI?RH{Gr?MosOBwE6_ih zf5^mw$%N&PW*&pCEOWUUe1H0mn`SiHrs?=>$>cp~0l#fFpL@g1LF2n_9a;eM4uF$x zH;H4nn*`>AiDP$hH-P&h?DCCcc9J*iFxvln;25)4HGY?s`xB_O`k^1x3U<1gdjaAI zjbC%jG;pJB^7@lz-j4HT{?5zXBRX#Nm&z^qqZh&R+0JgyDzJam2keQ0^ThL5^<2t; zKQd?%_aMeE=a$@DlTnV=3;Exl98@!Noi!sIzZCuFW!x*HhOqF0=yGsB{2&57@R)M) zWDUmikbLfwMsJ_SEIE6k2|{l(1pY?|`kOw?5mhg!Cvc)3aAIdxHM%{%YR9gu6MO=X zn8DQhdE|X`?|HkvhYR1!8{ZFwM;ekpnYyJ8d}|nW?odkuLovslm|%kw(}&)Uxn1^P5n&oSz*8?t3cQ}2T^LNw#@&Ddno7&lPC3bj% z>1zhxF^3;()k5lxw9o6#yuy__M31!(F~g2tNPJ-J0XU0mjpnB>y+J@Wvsth~U+IE^ z^LtRUxLSIks>cTN_=>Gsz>nXPG(QrVJBQ~t{N<6yp18pC{4gfpUx%&0mSRh==dsn; zrtZ#xH;E(v@Y9~ZI0(dm0O~t&LQ_YtV+M`h)O>VpT92FLQLFhI&oY7e;*6j(P}*z; z6BiaTv)=W>yX^YB3g=}bH3+)o^#7yQT(Ro^^RMdW_g#D+ZCq~uN*`py1$08u#8`Ur z4)?-to9Tycnd$ql|4=h`)h;_%&;C5NC`=e&XZ32r-wQoQW&$hro-@mLpJR5_miGSp8&oAUIswudQEt82)z0Zgvb9jI_PP z^Kl~%sqS~>vB>v5>HFOi&^4wOP~9KQ$At};O1!N2mgoHGUp@5Derz+Z%lF%`mS1cE zZ(q#otFSH90q^>x(O=NlD&G1N2ZH*cAu@=Yf)mjL2FDxm{3$qn?fi|KsP!h$Cp2-B z@`P#T#?6XzucC|dwwba0x)uN7`