Skip to content

Commit

Permalink
Added roofs to wasp + dermatik nests
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jun 25, 2024
1 parent f0d983a commit 4b3fe3c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
38 changes: 37 additions & 1 deletion data/json/mapgen/map_extras/nest_dermatik.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "mx_nest_dermatik_roof",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" .... ",
" ....... ",
" ........... ",
" ............ ",
" ........ ..... ",
" ..... ......... ",
" ............. ",
" .... .... .... ",
" .............. ",
" .... ......... ",
" .............. ",
" ........... ",
" ........ ",
" ..... ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { ".": [ "t_floor_paper" ] }
}
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -39,7 +74,8 @@
":": [ "t_floor_paper" ]
},
"monster": { ":": { "monster": "mon_dermatik_larva" } },
"place_monsters": [ { "monster": "GROUP_DERMATIK", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 0, 3 ], "density": 0.1 } ]
"place_monsters": [ { "monster": "GROUP_DERMATIK", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 0, 3 ], "density": 0.1 } ],
"place_nested": [ { "chunks": [ "mx_nest_dermatik_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
}
]
38 changes: 37 additions & 1 deletion data/json/mapgen/map_extras/nest_wasp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "mx_nest_wasp_roof",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" .... ",
" ....... ",
" ........... ",
" ............ ",
" .............. ",
" ............... ",
" ............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" ........... ",
" ........ ",
" ..... ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { ".": "t_floor_paper" }
}
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -34,7 +69,8 @@
"terrain": { "-": [ "t_paper" ], ".": [ "t_floor_paper" ], "8": [ "t_floor_paper" ] },
"item": { ".": { "item": "egg_wasp", "chance": 1, "amount": [ 1, 2 ] }, "8": { "item": "egg_wasp", "amount": [ 5, 8 ] } },
"monster": { "8": { "group": "GROUP_WASP_QUEEN" } },
"place_monster": [ { "group": "GROUP_WASP_NEST", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 5, 15 ] } ]
"place_monster": [ { "group": "GROUP_WASP_NEST", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 5, 15 ] } ],
"place_nested": [ { "chunks": [ "mx_nest_wasp_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
}
]

0 comments on commit 4b3fe3c

Please sign in to comment.