Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meat Lab Ghoul Nests #73007

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/json/furniture_and_terrain/furnirure-flesh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"type": "furniture",
"id": "f_cartilage_strands",
"name": "cartilaginous strands",
"description": "Thin cartilage webbing stretches between the overgrowth, forming a sticky, elastic barrier.",
"symbol": "#",
"color": "white",
"move_cost_mod": -1,
"required_str": -1,
"flags": [ "TRANSPARENT", "BLOCK_WIND", "NOITEM", "PERMEABLE", "CLIMB_SIMPLE" ],
"looks_like": "fd_web",
"bash": { "sound": "Riiiiip!", "str_min": 5, "str_max": 10 }
}
]
32 changes: 32 additions & 0 deletions data/json/furniture_and_terrain/terrain-flesh.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@
"items": [ { "item": "meat_tainted", "count": [ 5, 10 ] } ]
}
},
{
"type": "terrain",
"id": "t_wall_ghoul_nest",
"name": "nest wall",
"description": "Tumorous walls erupt from the living ground in a grotesque protective envelope",
"symbol": "LINE_OXOX",
"color": "magenta_red",
"move_cost": 0,
"coverage": 100,
"roof": "t_ghoul_nest_floor",
"flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "NO_SCENT", "AUTO_WALL_SYMBOL", "MINEABLE", "BLOCK_WIND" ],
"looks_like": "t_concrete_wall_flesh",
"bash": {
"str_min": 20,
"str_max": 30,
"sound": "crash!",
"sound_fail": "whump!",
"ter_set": "t_ghoul_nest_floor",
"items": [ { "item": "meat_tainted", "count": [ 50, 140 ] } ]
}
},
{
"type": "terrain",
"id": "t_ghoul_nest_floor",
"name": "nest floor",
"description": "A thick bed of spongy flesh.",
"symbol": ".",
"color": "magenta",
"move_cost": 1,
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "COLLAPSES", "INDOORS", "FLAT" ],
"looks_like": "t_thconc_floor_flesh"
},
{
"type": "terrain",
"id": "t_concrete_wall_flesh",
Expand Down
12 changes: 12 additions & 0 deletions data/json/mapgen/microlab/microlab_generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
"place_nested": [
{ "chunks": [ "microlab_generic_tile" ], "x": 0, "y": 0 },
{
"//": "Decorative chunk No. 1",
"chunks": [
{
"switch": { "param": "labtype", "fallback": "microlab_generic" },
"cases": { "microlab_meat": "micolab_meat_pools", "microlab_generic": "null" }
}
],
"x": 0,
"y": 0
},
{
"//": "Gameplay conditioning chunk No. 1",
"chunks": [
{
"switch": { "param": "labtype", "fallback": "microlab_generic" },
Expand Down
123 changes: 123 additions & 0 deletions data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
[
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "micolab_meat_nest",
"//": "There should be about a 95% chance of this nest being empty. Please adjust the weight of this chunk if you add more nest mapgen variants.",
"weight": 95,
"object": { "mapgensize": [ 24, 24 ], "flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ] }
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "micolab_meat_nest",
"weight": 1,
"object": {
"mapgensize": [ 24, 24 ],
"rows": [

Check failure on line 17 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 14 column 13: '0' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " |||| ", " |..||| ",
" |||| ",
" |..||| ",
" ||...|wwww ",
" ||.|| ww||| ",
" ...wwww|...| ",
" || ..w|||||.. .| ",
" |||. ww|||.....|..|ww ",
" |.... |||...|||||.||ww ",
" |..||||...|||ww ||.|| ",
" ||......||| wwww |..| ",
" ||||..||||wwwwww | ",
" |.....||||w ",
" ||||......|. ww ",
" wwwww||..0..|| ww ",
" wwww ||.....||||www ",
" | ||||..||...||w ",
" ||......||||||.| ",
" ||||||||w ||.|| ",
" www |||...| ",
" wwwwwww||.....|| ",
" wwwwww..|||| ",
" ww|||| ",
" ",
" "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": { "w": "t_ghoul_nest_floor", "|": "t_wall_ghoul_nest", ".": "t_ghoul_nest_floor" },
"furniture": { "w": "f_cartilage_strands" }
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "micolab_meat_nest",
"weight": 1,
"object": {
"mapgensize": [ 24, 24 ],
"rows": [

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 7 column 11: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 7 column 13: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 7 column 14: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 8 column 10: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 8 column 11: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 8 column 12: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 9 column 9: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 9 column 10: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",

Check failure on line 55 in data/json/mapgen/microlab/microlab_meat/microlab_meat_nest_chunk.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> format: rows: row 9 column 18: 'o' has no terrain, furniture, or other definition "object": { "mapgensize": [ 24, 24 ], "rows": [ ▲▲▲ " ", " ",
" ",
" ",
" ",
" ||||ww ",
" ||www.... ",
" ........... ",
" ww...o.oo..... ",
" ||..ooo........ ",
" ||w.oo....ww.ooo ",
" ..w.o....www..ooo ",
" o...o o.www||..oo ",
" ow....o.o..w||.. ",
" oww.....o.....oo ",
" ||...........o. ",
" | o........... ",
" ooo.....w.. ",
" ooo.w||w ",
" w ",
" ",
" ",
" ",
" ",
" ",
" "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": { "w": "t_ghoul_nest_floor", "|": "t_wall_ghoul_nest", ".": "t_ghoul_nest_floor" },
"furniture": { "w": "f_cartilage_strands" }
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "tunnel_natural_feature_large",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ... ",
" .......... ",
" ..|..|... ",
" ..ww||... ",
" ...www||||.. ",
" ..ww||| ||.. ",
" ..||||0 ||||.. ",
" ..|||||w.... ",
" .....www... o . ",
" ....ww...o ... ",
" www.wwwww..oo. ",
" wwww.w..o.. ..... ",
" ..w|||o.......... ",
" . ||0|.......... ",
" |||||ww..o...... ",
" .| w.wo.w||.o. ",
" ....owwww||.||.. ",
" .. .. o||0.|... ",
" oo..||||.. ",
" ||..|| ",
" ",
" ",
" ",
" "
],
"flags": [ "ALLOW_TERRAIN_UNDER_OTHER_DATA" ],
"terrain": { "w": "t_ghoul_nest_floor", "|": "t_wall_ghoul_nest", ".": "t_ghoul_nest_floor" },
"furniture": { "w": "f_cartilage_strands" }
}
}
]
Loading