Skip to content

Commit

Permalink
updated descriptions 1
Browse files Browse the repository at this point in the history
updated descriptions
  • Loading branch information
BeastFolks authored May 14, 2020
2 parents 6897bc1 + 462ebfe commit 3d2c47d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/furniture_and_terrain/furniture-barriers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "road barricade",
"symbol": "#",
"bgcolor": "yellow",
"description": "A road barricade. For barricading roads.",
"description": "A large wooden blockade used to block passage through a road. It is lined with reflective tape to increase visibility. Despite the name, it does little to stop a moving car.",
"move_cost_mod": -1,
"coverage": 30,
"required_str": 5,
Expand All @@ -27,7 +27,7 @@
"symbol": "#",
"looks_like": "f_sandbag_half",
"bgcolor": "brown",
"description": "An earthbag barricade, typically used for blocking bullets.",
"description": "A low wall made of stacked earthbags, commonly used to catch bullets and block flooding.",
"move_cost_mod": -1,
"coverage": 60,
"required_str": -1,
Expand Down Expand Up @@ -61,7 +61,7 @@
"bgcolor": "brown",
"move_cost_mod": -1,
"coverage": 95,
"description": "An earthbag wall.",
"description": "A wall of stacked earthbags, a bit taller than an average adult.",
"required_str": -1,
"flags": [ "NOITEM", "BLOCKSDOOR", "EASY_DECONSTRUCT", "MINEABLE", "BLOCK_WIND" ],
"deconstruct": { "items": [ { "item": "earthbag", "count": 20 } ], "furn_set": "f_earthbag_half" },
Expand All @@ -78,7 +78,7 @@
"type": "furniture",
"id": "f_lane",
"name": "lane guard",
"description": "Used to be used for keeping traffic.",
"description": "A simple wooden post to mark the separation between street lanes.",
"symbol": "#",
"color": "brown",
"move_cost_mod": 1,
Expand All @@ -98,7 +98,7 @@
"name": "sandbag barricade",
"symbol": "#",
"bgcolor": "brown",
"description": "A sandbag barricade, typically used for blocking bullets.",
"description": "A low wall made of canvas sacks filled with sand, commonly used to catch bullets and prevent flooding.",
"move_cost_mod": -1,
"coverage": 60,
"required_str": -1,
Expand Down Expand Up @@ -131,7 +131,7 @@
"bgcolor": "brown",
"move_cost_mod": -1,
"coverage": 95,
"description": "A sandbag wall.",
"description": "A wall of stacked sandbags, a bit taller than an average adult.",
"required_str": -1,
"flags": [ "NOITEM", "BLOCKSDOOR", "EASY_DECONSTRUCT", "MINEABLE", "BLOCK_WIND" ],
"deconstruct": { "items": [ { "item": "sandbag", "count": 20 } ], "furn_set": "f_sandbag_half" },
Expand Down

0 comments on commit 3d2c47d

Please sign in to comment.