diff --git a/data/json/furniture_and_terrain/terrain-fences-gates.json b/data/json/furniture_and_terrain/terrain-fences-gates.json index be9459c21c65..817f83cd73a8 100644 --- a/data/json/furniture_and_terrain/terrain-fences-gates.json +++ b/data/json/furniture_and_terrain/terrain-fences-gates.json @@ -776,17 +776,14 @@ "examine_action": "chainfence", "flags": [ "NOITEM", "CLIMBABLE", "PERMEABLE", "AUTO_WALL_SYMBOL", "FLAMMABLE_ASH", "THIN_OBSTACLE", "BURROWABLE" ], "connects_to": "WOODFENCE", - "deconstruct": { - "ter_set": "t_fence_post", - "items": [ { "item": "2x4", "count": 10 }, { "item": "nail", "charges": 20 }, { "item": "hinge", "count": [ 1, 2 ] } ] - }, + "deconstruct": { "ter_set": "t_fence_post", "items": [ { "item": "2x4", "count": 8 }, { "item": "nail", "charges": 20 } ] }, "bash": { "str_min": 5, "str_max": 12, "sound": "whump!", "sound_fail": "whack!", "ter_set": "t_fence_post", - "items": [ { "item": "2x4", "count": [ 4, 10 ] }, { "item": "hinge", "count": [ 1, 2 ] } ] + "items": [ { "item": "2x4", "count": [ 4, 10 ] } ] } }, { @@ -808,7 +805,7 @@ { "item": "2x4", "count": 8 }, { "item": "pointy_stick", "count": 2 }, { "item": "nail", "charges": 20 }, - { "item": "hinge", "count": [ 1, 2 ] } + { "item": "hinge", "count": 2 } ] }, "bash": { @@ -845,7 +842,7 @@ { "item": "2x4", "count": 8 }, { "item": "pointy_stick", "count": 2 }, { "item": "nail", "charges": 20 }, - { "item": "hinge", "count": [ 1, 2 ] } + { "item": "hinge", "count": 2 } ] } },