-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path06_urban_center.txt
More file actions
243 lines (216 loc) · 5.22 KB
/
06_urban_center.txt
File metadata and controls
243 lines (216 loc) · 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# URBANIZATION
building_urban_center = {
building_group = bg_service
icon = "gfx/interface/icons/building_icons/urban_center.dds"
city_type = city
residence_points_per_level = 0
unlocking_technologies = {
urbanization
}
production_method_groups = {
pmg_urban_form
pmg_commerce_services
pmg_public_transport
}
buildable = no
expandable = no
downsizeable = no
can_switch_owner = no
terrain_manipulator = urban_city
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}
building_skyscraper = {
building_group = bg_skyscraper
city_type = city
levels_per_mesh = 1
enable_air_connection = yes
override_centerpiece_mesh = yes
centerpiece_mesh_weight = 2
expandable = no
downsizeable = no
production_method_groups = {
pmg_base_skyscraper
pmg_skyscraper_focus
}
unlocking_technologies = {
urbanization
}
icon = "gfx/interface/icons/building_icons/skyscraper.dds"
required_construction = construction_cost_monument
possible = {
owner = {
not = {
has_law = law_type:law_industry_banned
}
}
}
can_build_private = {
always = no
}
ai_value = 50000
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}
building_combustion_plant = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_combustion_power
icon ="gfx/interface/icons/building_icons/power_plant.dds"
levels_per_mesh = 5
unlocking_technologies = {
early_electrical_generation
}
production_method_groups = {
pmg_base_combustion_plants
}
required_construction = construction_cost_very_high
possible = {
owner = {
NOR = {
has_law = law_type:law_industry_banned
}
}
}
}
building_nuclear_power_plant = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_nuclear_power
icon ="gfx/interface/icons/building_icons/nuclear_power_plant.dds"
levels_per_mesh = 5
unlocking_technologies = {
nuclear_reactors
}
production_method_groups = {
pmg_base_nuclear_power_plants
}
required_construction = construction_cost_monument
can_build_government = {
owner = {
has_modifier = civilian_nuclear_capable
}
}
can_build_private = {
always = no
}
possible = {
owner = {
not = {
has_law = law_type:law_industry_banned
}
}
}
}
building_renewable_energy_facility = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_renewable_power
icon ="gfx/interface/icons/building_icons/placeholder.dds"
levels_per_mesh = 5
has_max_level = yes
unlocking_technologies = {
early_electrical_generation
}
production_method_groups = {
pmg_base_solar_power_plants
pmg_base_wind_power_plants
pmg_base_hydro_power_plants
}
required_construction = construction_cost_very_high
can_build_private = {
OR = {
AND = {
owner = {
has_technology_researched = solar_panels
}
OR = {
is_excellent_solar_capacity = yes
is_moderate_solar_capacity = yes
}
}
AND = {
owner = {
has_technology_researched = wind_power
}
OR = {
is_excellent_wind_capacity = yes
is_moderate_wind_capacity = yes
}
}
AND = {
owner = {
has_technology_researched = early_electrical_generation
}
OR = {
is_excellent_hydroelectric_capacity = yes
is_moderate_hydroelectric_capacity = yes
}
}
}
}
}
building_telecommunications = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_telecommunications
icon ="gfx/interface/icons/building_icons/telecommunications_industry.dds"
levels_per_mesh = 5
unlocking_technologies = {
telecommunications_tech
}
production_method_groups = {
pmg_base_telecommunications_industry
}
required_construction = construction_cost_very_high
possible = {
owner = {
not = {
has_law = law_type:law_industry_banned
}
}
}
}
building_financial_services = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_financial_services
icon ="gfx/interface/icons/building_icons/financial_services_industry.dds"
levels_per_mesh = 5
unlocking_technologies = {
fiat_currencies
}
production_method_groups = {
pmg_base_financial_services
pmg_bank_ownership
}
required_construction = construction_cost_very_high
possible = {
owner = {
not = {
has_law = law_type:law_industry_banned
}
}
}
}
building_media_industry = {
ownership_type = self
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
building_group = bg_media
icon ="gfx/interface/icons/building_icons/media_industry.dds"
levels_per_mesh = 5
unlocking_technologies = {
pre_war_ideological_thought
}
production_method_groups = {
pmg_base_media_industry
pmg_news_media_industry
}
required_construction = construction_cost_very_high
possible = {
owner = {
not = {
has_law = law_type:law_industry_banned
}
}
}
}