Skip to content

Commit

Permalink
Fix Small Lighthouse Tower Floor
Browse files Browse the repository at this point in the history
  • Loading branch information
WhaleYogurt authored Dec 17, 2024
1 parent 32e2b3c commit 6c350ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/furniture_and_terrain/terrain-floors-outdoors.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,20 @@
"flags": [ "TRANSPARENT", "FLAT", "ROAD" ],
"bash": { "ter_set": "t_null", "str_min": 75, "str_max": 400, "str_min_supported": 100, "bash_below": true }
},
{
"type": "terrain",
"id": "t_stone_masonry_floor_balcony",
"name": "stone masonry floor",
"description": "A floor of carefully cut and laid stones, joined with mortar.",
"symbol": ".",
"color": "light_gray",
"looks_like": "t_rock_floor",
"connect_groups": [ "INDOORFLOOR", "ROCKFLOOR" ],
"connects_to": "ROCKFLOOR",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAT", "SUPPORTS_ROOF", "INDOORS", "ROAD" ],
"bash": { "ter_set": "t_null", "str_min": 75, "str_max": 400, "str_min_supported": 100, "bash_below": true }
},
{
"type": "terrain",
"id": "t_grate",
Expand Down

0 comments on commit 6c350ef

Please sign in to comment.