Skip to content

Commit 7b1154f

Browse files
authored
Initial commit (#83132)
2 parents 143165d + 9e342c5 commit 7b1154f

File tree

3 files changed

+53
-10
lines changed

3 files changed

+53
-10
lines changed

data/mods/Magiclysm/worldgen/druid_tower.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,42 @@
365365
]
366366
}
367367
},
368+
{
369+
"type": "mapgen",
370+
"om_terrain": [ "druid_ritual_home_z4" ],
371+
"//": "Roof over top",
372+
"object": {
373+
"fill_ter": "t_barkfloor",
374+
"rows": [
375+
" ",
376+
" ",
377+
" ",
378+
" ## ##### ",
379+
" #############~~~## ",
380+
" #~~~~~~~~~~~~~~~~# ",
381+
" #~~~~~~~~~~~~~~~## ",
382+
" #~~~~~~~~~~~~~~~# ",
383+
" #~~~~~~~~~~~~~~~# ",
384+
" #~~~~~~~~~~~~~~~## ",
385+
" ##~~~~~~~~~~~~~~~# ",
386+
" #~~~~~~~~~~~~~~~## ",
387+
" ##~~~~~~~~~~~~~~## ",
388+
" #~~~~~~~~~~~~~~# ",
389+
" ##~~~~~~~~~~~~~~# ",
390+
" #~~~~~~~~~~~~~~~## ",
391+
" #~~~~~~~~~~~~~~~## ",
392+
" #~~~~~~~~~~~~~~~# ",
393+
" ######~~~~~~~~~~# ",
394+
" # ############ ",
395+
" ## ## ",
396+
" ",
397+
" ",
398+
" "
399+
],
400+
"palettes": [ "druid_ritual_home" ],
401+
"terrain": { " ": "t_open_air", ">": "t_triffid_slope_down" }
402+
}
403+
},
368404
{
369405
"type": "mapgen",
370406
"om_terrain": [

data/mods/Magiclysm/worldgen/overmap_specials.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,16 @@
285285
{ "point": [ 0, 0, 1 ], "overmap": "druid_ritual_home_z1_north" },
286286
{ "point": [ 0, 0, 2 ], "overmap": "druid_ritual_home_z2_north" },
287287
{ "point": [ 0, 0, 3 ], "overmap": "druid_ritual_home_z3_north" },
288-
{ "point": [ -1, -1, 4 ], "overmap": "druid_ritual_home_crown_nw_north" },
289-
{ "point": [ 0, -1, 4 ], "overmap": "druid_ritual_home_crown_n_north" },
290-
{ "point": [ 1, -1, 4 ], "overmap": "druid_ritual_home_crown_ne_north" },
291-
{ "point": [ -1, 0, 4 ], "overmap": "druid_ritual_home_crown_w_north" },
292-
{ "point": [ 0, 0, 4 ], "overmap": "druid_ritual_home_crown_north" },
293-
{ "point": [ 1, 0, 4 ], "overmap": "druid_ritual_home_crown_e_north" },
294-
{ "point": [ -1, 1, 4 ], "overmap": "druid_ritual_home_crown_sw_north" },
295-
{ "point": [ 0, 1, 4 ], "overmap": "druid_ritual_home_crown_s_north" },
296-
{ "point": [ 1, 1, 4 ], "overmap": "druid_ritual_home_crown_se_north" }
288+
{ "point": [ 0, 0, 4 ], "overmap": "druid_ritual_home_z4_north" },
289+
{ "point": [ -1, -1, 5 ], "overmap": "druid_ritual_home_crown_nw_north" },
290+
{ "point": [ 0, -1, 5 ], "overmap": "druid_ritual_home_crown_n_north" },
291+
{ "point": [ 1, -1, 5 ], "overmap": "druid_ritual_home_crown_ne_north" },
292+
{ "point": [ -1, 0, 5 ], "overmap": "druid_ritual_home_crown_w_north" },
293+
{ "point": [ 0, 0, 5 ], "overmap": "druid_ritual_home_crown_north" },
294+
{ "point": [ 1, 0, 5 ], "overmap": "druid_ritual_home_crown_e_north" },
295+
{ "point": [ -1, 1, 5 ], "overmap": "druid_ritual_home_crown_sw_north" },
296+
{ "point": [ 0, 1, 5 ], "overmap": "druid_ritual_home_crown_s_north" },
297+
{ "point": [ 1, 1, 5 ], "overmap": "druid_ritual_home_crown_se_north" }
297298
],
298299
"locations": [ "forest_center" ],
299300
"city_distance": [ 30, -1 ],

data/mods/Magiclysm/worldgen/overmap_terrain.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,13 @@
601601
},
602602
{
603603
"type": "overmap_terrain",
604-
"id": [ "druid_ritual_home_z0", "druid_ritual_home_z1", "druid_ritual_home_z2", "druid_ritual_home_z3" ],
604+
"id": [
605+
"druid_ritual_home_z0",
606+
"druid_ritual_home_z1",
607+
"druid_ritual_home_z2",
608+
"druid_ritual_home_z3",
609+
"druid_ritual_home_z4"
610+
],
605611
"name": "druid tower",
606612
"sym": "F",
607613
"color": "green",

0 commit comments

Comments
 (0)