Skip to content

Commit

Permalink
Merge pull request #4 from JonahDes/patch-10
Browse files Browse the repository at this point in the history
Makes the floor.
  • Loading branch information
JonahDes authored May 25, 2019
2 parents 4f8311d + cc0f4fc commit 822d8d9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/json/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,24 @@
"items": [ { "item": "splinter", "count": [ 2, 8 ] }, { "item": "nail", "charges": [ 5, 10 ] } ]
}
},
{
"type": "terrain",
"id": "t_floor_noroof",
"name": "wooden floor",
"description": "Wooden floor created from boards, packed tightly together and nailed down. Common in patios.",
"symbol": ".",
"color": "brown",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAMMABLE_HARD", "FLAT", "ROAD" ],
"bash": {
"sound": "SMASH!",
"ter_set": "t_null",
"str_min": 50,
"str_max": 400,
"str_min_supported": 100,
"items": [ { "item": "splinter", "count": [ 2, 8 ] }, { "item": "nail", "charges": [ 5, 10 ] } ]
}
},
{
"type": "terrain",
"id": "t_floor_primitive",
Expand Down

0 comments on commit 822d8d9

Please sign in to comment.