Skip to content

Commit

Permalink
Update terrain-fences-gates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta5861 authored and BrettDong committed Jun 4, 2021
1 parent 0b92f3c commit 3fd2d65
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions data/json/furniture_and_terrain/terrain-fences-gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,60 @@
"items": [ { "item": "2x4", "count": [ 1, 3 ] }, { "item": "nail", "charges": [ 2, 6 ] }, { "item": "splinter", "count": 1 } ]
}
},
{
"type": "terrain",
"id": "t_wattle_fence",
"alias": [ "t_wattle_fence_h", "t_wattle_fence_v" ],
"name": "woven wattle fence",
"description": "A flimsy barrier made of woven sticks. Suitable for small animals.",
"symbol": "LINE_OXOX",
"color": "brown",
"looks_like": "t_fence",
"move_cost": 0,
"examine_action": "chainfence",
"flags": [
"TRANSPARENT",
"DIGGABLE",
"FLAMMABLE_ASH",
"THIN_OBSTACLE",
"SHORT",
"NOITEM",
"PERMEABLE",
"UNSTABLE",
"CLIMBABLE",
"AUTO_WALL_SYMBOL",
"BURROWABLE"
],
"connects_to": "WOODFENCE",
"deconstruct": { "ter_set": "t_fence_post", "items": [ { "item": "splinter", "count": 20 } ] },
"bash": {
"str_min": 4,
"str_max": 20,
"sound": "crack.",
"sound_fail": "wham.",
"ter_set": "t_null",
"items": [ { "item": "pointy_stick", "count": [ 0, 2 ] }, { "item": "splinter", "count": [ 5, 15 ] } ]
}
},
{
"type": "terrain",
"id": "t_wattle_fence_posts",
"name": "narrow fence posts",
"description": "A set of narrow wooden posts for a woven wattle fence.",
"symbol": "#",
"color": "brown",
"looks_like": "t_fence_post",
"move_cost": 2,
"flags": [ "TRANSPARENT", "THIN_OBSTACLE", "SHORT" ],
"bash": {
"str_min": 4,
"str_max": 20,
"sound": "crack.",
"sound_fail": "wham.",
"ter_set": "t_null",
"items": [ { "item": "stick", "count": [ 1, 4 ] } ]
}
},
{
"type": "terrain",
"id": "t_chainfence",
Expand Down

0 comments on commit 3fd2d65

Please sign in to comment.