Skip to content

Commit 5e86c6d

Browse files
ShnitzelX2Blueflowerss
authored andcommitted
region_overlay_new JSON
move non-region data out of TEST_DATA
1 parent 42ec39b commit 5e86c6d

File tree

10 files changed

+693
-110
lines changed

10 files changed

+693
-110
lines changed

data/mods/CrazyCataclysm/crazy_mapgen.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,40 @@
4040
"field": { "extras": { "mx_shia": 1 } },
4141
"road": { "extras": { "mx_jackson": 1 } }
4242
}
43+
},
44+
{
45+
"type": "region_overlay_new",
46+
"id": "default_crazy",
47+
"apply_to_tags": [ "all" ],
48+
"map_extras": "default_crazy"
49+
},
50+
{
51+
"type": "region_settings_map_extras",
52+
"id": "default_crazy",
53+
"extras": [ "forest_crazy", "forest_thick_crazy", "field_crazy", "road_crazy" ]
54+
},
55+
{
56+
"type": "map_extra_collection",
57+
"id": "forest_crazy",
58+
"overlay_id": "forest",
59+
"extras": [ [ "mx_shia", 1 ] ]
60+
},
61+
{
62+
"type": "map_extra_collection",
63+
"id": "forest_thick_crazy",
64+
"overlay_id": "forest_thick",
65+
"extras": [ [ "mx_shia", 1 ] ]
66+
},
67+
{
68+
"type": "map_extra_collection",
69+
"id": "field_crazy",
70+
"overlay_id": "field",
71+
"extras": [ [ "mx_shia", 1 ] ]
72+
},
73+
{
74+
"type": "map_extra_collection",
75+
"id": "road_crazy",
76+
"overlay_id": "road",
77+
"extras": [ [ "mx_jackson", 1 ] ]
4378
}
4479
]

data/mods/Defense_Mode/region_overlay.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"type": "region_overlay",
44
"regions": [ "all" ],
55
"overmap_feature_flag_settings": { "clear_blacklist": false, "blacklist": [ ], "clear_whitelist": false, "whitelist": [ "DEFENSE_MODE" ] }
6+
},
7+
{
8+
"type": "region_overlay_new",
9+
"apply_to_tags": [ "all" ],
10+
"id": "default_defense_mode",
11+
"feature_flag_settings": { "whitelist": [ "DEFENSE_MODE" ] }
612
}
713
]

data/mods/DinoMod/regional_overlay.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,135 @@
103103
}
104104
},
105105
"city": { "parks": { "dinozoo": 25 } }
106+
},
107+
{
108+
"type": "region_overlay_new",
109+
"id": "default_dinomod",
110+
"apply_to_tags": [ "all" ],
111+
"map_extras": "default_dinomod",
112+
"cities": "default_dinomod"
113+
},
114+
{
115+
"type": "region_settings_map_extras",
116+
"id": "default_dinomod",
117+
"extras": [ "forest_dinomod", "forest_thick_dinomod", "forest_water_dinomod", "field_dinomod" ]
118+
},
119+
{
120+
"type": "map_extra_collection",
121+
"id": "forest_dinomod",
122+
"overlay_id": "forest",
123+
"extras": [
124+
[ "mx_nest_nedcolbertia", 30 ],
125+
[ "mx_nest_gallimimus", 30 ],
126+
[ "mx_nest_struthiomimus", 30 ],
127+
[ "mx_nest_ornithomimus", 30 ],
128+
[ "mx_nest_achelousaurus", 30 ],
129+
[ "mx_nest_anchisaurus", 30 ],
130+
[ "mx_nest_ankylosaurus", 30 ],
131+
[ "mx_nest_camptosaurus", 30 ],
132+
[ "mx_nest_centrosaurus", 30 ],
133+
[ "mx_nest_chasmosaurus", 30 ],
134+
[ "mx_nest_corythosaurus", 30 ],
135+
[ "mx_nest_dryosaurus", 30 ],
136+
[ "mx_nest_dyoplosaurus", 30 ],
137+
[ "mx_nest_edmontonia", 30 ],
138+
[ "mx_nest_edmontosaurus", 30 ],
139+
[ "mx_nest_einiosaurus", 30 ],
140+
[ "mx_nest_eolambia", 30 ],
141+
[ "mx_nest_euoplocephalus", 30 ],
142+
[ "mx_nest_gargoyleosaurus", 30 ],
143+
[ "mx_nest_gastonia", 30 ],
144+
[ "mx_nest_gryposaurus", 30 ],
145+
[ "mx_nest_hadrosaurus", 30 ],
146+
[ "mx_nest_hesperosaurus", 30 ],
147+
[ "mx_nest_hypacrosaurus", 30 ],
148+
[ "mx_nest_issi", 30 ],
149+
[ "mx_nest_kosmoceratops", 30 ],
150+
[ "mx_nest_lambeosaurus", 30 ],
151+
[ "mx_nest_lokiceratops", 30 ],
152+
[ "mx_nest_maiasaura", 30 ],
153+
[ "mx_nest_nanosaurus", 30 ],
154+
[ "mx_nest_nodosaurus", 30 ],
155+
[ "mx_nest_panoplosaurus", 30 ],
156+
[ "mx_nest_scolosaurus", 30 ],
157+
[ "mx_nest_stegoceras", 30 ],
158+
[ "mx_nest_pachycephalosaurus", 30 ],
159+
[ "mx_nest_prosaurolophus", 30 ],
160+
[ "mx_nest_aquilops", 30 ],
161+
[ "mx_nest_pachyrhinosaurus", 30 ],
162+
[ "mx_nest_parasaurolophus", 30 ],
163+
[ "mx_nest_pentaceratops", 30 ],
164+
[ "mx_nest_sarahsaurus", 30 ],
165+
[ "mx_nest_saurolophus", 30 ],
166+
[ "mx_nest_sauropelta", 30 ],
167+
[ "mx_nest_scutellosaurus", 30 ],
168+
[ "mx_nest_stegosaurus", 30 ],
169+
[ "mx_nest_styracosaurus", 30 ],
170+
[ "mx_nest_tenontosaurus", 30 ],
171+
[ "mx_nest_thescelosaurus", 30 ],
172+
[ "mx_nest_torosaurus", 30 ],
173+
[ "mx_nest_triceratops", 30 ],
174+
[ "mx_nest_zuniceratops", 30 ],
175+
[ "mx_nest_zuul", 30 ],
176+
[ "mx_portal_dino_south_america", 1 ],
177+
[ "mx_portal_dino_asia", 1 ],
178+
[ "mx_portal_dino_europe", 1 ]
179+
]
180+
},
181+
{
182+
"type": "map_extra_collection",
183+
"id": "forest_thick_dinomod",
184+
"overlay_id": "forest_thick",
185+
"extras": [ [ "mx_portal_dino_south_america", 1 ], [ "mx_portal_dino_asia", 1 ], [ "mx_portal_dino_europe", 1 ] ]
186+
},
187+
{
188+
"type": "map_extra_collection",
189+
"id": "forest_water_dinomod",
190+
"overlay_id": "forest_water",
191+
"extras": [
192+
[ "mx_mass_grave_dino", 30 ],
193+
[ "mx_nest_pred_abandoned", 30 ],
194+
[ "mx_nest_acrocanthosaurus", 30 ],
195+
[ "mx_nest_albertosaurus", 30 ],
196+
[ "mx_nest_allosaurus", 30 ],
197+
[ "mx_nest_ceratosaurus", 30 ],
198+
[ "mx_nest_coelophysis", 30 ],
199+
[ "mx_nest_daspletosaurus", 30 ],
200+
[ "mx_nest_deinonychus", 30 ],
201+
[ "mx_nest_dilophosaurus", 30 ],
202+
[ "mx_nest_dromaeosaurus", 30 ],
203+
[ "mx_nest_dryptosaurus", 30 ],
204+
[ "mx_nest_falcarius", 30 ],
205+
[ "mx_nest_gorgosaurus", 30 ],
206+
[ "mx_nest_nanuqsaurus", 30 ],
207+
[ "mx_nest_nothronychus", 30 ],
208+
[ "mx_nest_saurornitholestes", 30 ],
209+
[ "mx_nest_siats", 30 ],
210+
[ "mx_nest_stenonychosaurus", 30 ],
211+
[ "mx_nest_tawa", 30 ],
212+
[ "mx_nest_torvosaurus", 30 ],
213+
[ "mx_nest_tyrannosaurus", 30 ],
214+
[ "mx_nest_utahraptor", 30 ],
215+
[ "mx_nest_velociraptor", 1 ],
216+
[ "mx_portal_dino_south_america", 3 ],
217+
[ "mx_portal_dino_asia", 3 ],
218+
[ "mx_portal_dino_europe", 3 ]
219+
]
220+
},
221+
{
222+
"type": "map_extra_collection",
223+
"id": "field_dinomod",
224+
"overlay_id": "field",
225+
"extras": [
226+
[ "mx_mass_grave_dino", 30 ],
227+
[ "mx_portal_dino_south_america", 3 ],
228+
[ "mx_portal_dino_asia", 3 ],
229+
[ "mx_portal_dino_europe", 3 ]
230+
]
231+
},
232+
{
233+
"type": "region_settings_city",
234+
"id": "default_dinomod",
235+
"parks": [ [ "dinozoo", 25 ] ]
106236
}
107237
]

data/mods/Magiclysm/worldgen/regional_overlay.json

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,134 @@
112112
]
113113
}
114114
}
115+
},
116+
{
117+
"type": "region_overlay_new",
118+
"id": "default_magiclysm",
119+
"apply_to_tags": [ "all" ],
120+
"cities": "default_magiclysm",
121+
"map_extras": "default_magiclysm",
122+
"terrain_furniture": "default_magiclysm"
123+
},
124+
{
125+
"type": "region_settings_city",
126+
"id": "default_magiclysm",
127+
"houses": [ [ "house_technomancer", 20 ], [ "wizard_tower_1", 10 ], [ "wizard_tower_2", 20 ] ],
128+
"shops": [ [ "magiclysm_augmentation_clinic", 100 ], [ "magic_shop", 100 ], [ "used_bookstore", 225 ], [ "magic_academy", 150 ] ]
129+
},
130+
{
131+
"type": "region_settings_terrain_furniture",
132+
"id": "default_magiclysm",
133+
"ter_furn": [
134+
"default_t_groundcover_swamp_magiclysm",
135+
"default_f_water_plant_magiclysm",
136+
"default_f_flower_magiclysm",
137+
"default_f_weed_magiclysm",
138+
"default_f_plain_magiclysm",
139+
"default_f_forest_magiclysm",
140+
"default_f_forest_dense_magiclysm",
141+
"default_f_forest_dense_magiclysm"
142+
]
143+
},
144+
{
145+
"type": "region_terrain_furniture",
146+
"id": "default_t_groundcover_swamp_magiclysm",
147+
"ter_id": "t_region_groundcover_swamp",
148+
"replace_with_terrain": [ [ "t_horn_moss", 10 ] ]
149+
},
150+
{
151+
"type": "region_terrain_furniture",
152+
"id": "default_f_water_plant_magiclysm",
153+
"furn_id": "f_region_water_plant",
154+
"replace_with_furniture": [ [ "f_barnacle_weed", 1 ], [ "f_golden_reed", 1 ] ]
155+
},
156+
{
157+
"type": "region_terrain_furniture",
158+
"id": "default_f_flower_magiclysm",
159+
"furn_id": "f_region_flower",
160+
"replace_with_furniture": [
161+
[ "f_kampuch", 30 ],
162+
[ "f_olieribos", 30 ],
163+
[ "f_barnacle_weed", 13 ],
164+
[ "f_dragonail", 17 ],
165+
[ "f_moly", 17 ],
166+
[ "f_flowering_fern", 3 ],
167+
[ "f_funnelcap", 17 ],
168+
[ "f_sojourners_palm", 3 ],
169+
[ "f_platonic_flower", 7 ]
170+
]
171+
},
172+
{
173+
"type": "region_terrain_furniture",
174+
"id": "default_f_weed_magiclysm",
175+
"furn_id": "f_region_weed",
176+
"replace_with_furniture": [
177+
[ "f_whiskflower", 100 ],
178+
[ "f_kampuch", 17 ],
179+
[ "f_olieribos", 17 ],
180+
[ "f_glowing_mushroom", 33 ],
181+
[ "f_dragonail", 17 ],
182+
[ "f_moly", 17 ],
183+
[ "f_flowering_fern", 3 ],
184+
[ "f_funnelcap", 17 ],
185+
[ "f_sojourners_palm", 7 ],
186+
[ "f_platonic_flower", 7 ]
187+
]
188+
},
189+
{
190+
"type": "region_terrain_furniture",
191+
"id": "default_f_plain_magiclysm",
192+
"furn_id": "f_region_plain",
193+
"replace_with_furniture": [
194+
[ "f_dragonail", 17 ],
195+
[ "f_moly", 17 ],
196+
[ "f_flowering_fern", 3 ],
197+
[ "f_olieribos", 30 ],
198+
[ "f_sojourners_palm", 3 ],
199+
[ "f_whiskflower", 120 ]
200+
]
201+
},
202+
{
203+
"type": "region_terrain_furniture",
204+
"id": "default_f_forest_magiclysm",
205+
"furn_id": "f_region_forest",
206+
"replace_with_furniture": [
207+
[ "f_platonic_flower", 6 ],
208+
[ "f_kampuch", 20 ],
209+
[ "f_flowering_fern", 3 ],
210+
[ "f_funnelcap", 8 ],
211+
[ "f_sojourners_palm", 3 ],
212+
[ "f_whiskflower", 60 ]
213+
]
214+
},
215+
{
216+
"type": "region_terrain_furniture",
217+
"id": "default_f_forest_dense_magiclysm",
218+
"furn_id": "f_region_forest_dense",
219+
"replace_with_furniture": [
220+
[ "f_platonic_flower", 12 ],
221+
[ "f_kampuch", 30 ],
222+
[ "f_flowering_fern", 3 ],
223+
[ "f_funnelcap", 17 ],
224+
[ "f_sojourners_palm", 3 ],
225+
[ "f_whiskflower", 10 ]
226+
]
227+
},
228+
{
229+
"type": "region_settings_map_extras",
230+
"id": "default_magiclysm",
231+
"extras": [ "forest_thick_magiclysm" ]
232+
},
233+
{
234+
"type": "map_extra_collection",
235+
"id": "forest_thick_magiclysm",
236+
"overlay_id": "forest_thick",
237+
"extras": [ [ "mx_catoblepas_lair", 1 ] ]
238+
},
239+
{
240+
"type": "forest_biome_mapgen",
241+
"id": "biome_forest_thick_default_magiclysm",
242+
"overlay_id": "biome_forest_thick_default",
243+
"terrains": [ "druid_ritual_home_z0" ]
115244
}
116245
]

0 commit comments

Comments
 (0)