Skip to content

Commit

Permalink
Blend z0 triffid grove and fix terrains "roof": (#71894)
Browse files Browse the repository at this point in the history
* Blend+Fix roofs

* Lint

* Update triffid_grove.json
  • Loading branch information
Procyonae authored Feb 23, 2024
1 parent b8a364a commit ef80b88
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 199 deletions.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
"color": [ "red_green", "red_green", "red_green", "brown" ],
"//": "barren in winter",
"move_cost": 4,
"roof": "t_treetop_mega_fern",
"roof": "t_treetop_giant_fern",
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "NOITEM", "YOUNG", "REDUCE_SCENT", "CLIMB_ADJACENT" ],
"bash": {
"str_min": 4,
Expand Down
22 changes: 20 additions & 2 deletions data/json/furniture_and_terrain/terrain-triffid.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"name": "bark",
"description": "A solid piece of bark covers the floor here.",
"symbol": ".",
"color": "cyan",
"color": "brown",
"move_cost": 2,
"roof": "t_barkfloor",
"roof": "t_barkfloor_noroof",
"flags": [ "TRANSPARENT", "FLAMMABLE_HARD", "SUPPORTS_ROOF", "COLLAPSES", "INDOORS", "FLAT", "ROAD" ],
"bash": {
"sound": "SMASH!",
Expand All @@ -95,6 +95,24 @@
"items": [ { "item": "splinter", "count": [ 2, 8 ] } ]
}
},
{
"type": "terrain",
"id": "t_barkfloor_noroof",
"name": "bark",
"description": "A solid piece of bark covers the floor here.",
"symbol": ".",
"color": "brown",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAMMABLE_HARD", "COLLAPSES", "FLAT", "ROAD" ],
"bash": {
"sound": "SMASH!",
"ter_set": "t_open_air",
"str_min": 50,
"str_max": 400,
"str_min_supported": 100,
"items": [ { "item": "splinter", "count": [ 2, 8 ] } ]
}
},
{
"type": "terrain",
"id": "t_triffid_leaves",
Expand Down
Loading

0 comments on commit ef80b88

Please sign in to comment.