Skip to content

Commit

Permalink
Merge pull request #132 from CleverRaven/master
Browse files Browse the repository at this point in the history
mainline urban dev building 13 (CleverRaven#39407)
  • Loading branch information
fengjixuchui authored Apr 9, 2020
2 parents f8970f3 + 6ce62b3 commit 0cf0835
Show file tree
Hide file tree
Showing 41 changed files with 2,168 additions and 1,299 deletions.
21 changes: 21 additions & 0 deletions data/json/furniture_and_terrain/terrain-manufactured.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,27 @@
"items": [ { "item": "steel_chunk", "count": [ 1, 3 ] }, { "item": "scrap", "count": [ 4, 8 ] } ]
}
},
{
"type": "terrain",
"id": "t_metal_ventilation_shutter",
"name": "ventilation shutters",
"description": "A large wall mounted panel, covered fragile metal sheets that regulate airflow.",
"symbol": "=",
"color": "light_gray",
"looks_like": "t_chainfence_v",
"move_cost": 0,
"coverage": 90,
"flags": [ "NOITEM", "WALL" ],
"bash": {
"str_min": 6,
"str_max": 20,
"sound": "metal screeching!",
"sound_fail": "clang!",
"ter_set": "t_metal_floor_no_roof",
"items": [ { "item": "scrap", "count": [ 8, 16 ] } ]
},
"deconstruct": { "ter_set": "t_metal_floor_no_roof", "items": [ { "item": "scrap", "count": [ 8, 16 ] } ] }
},
{
"type": "terrain",
"id": "t_generator_broken",
Expand Down
Loading

0 comments on commit 0cf0835

Please sign in to comment.