From 462ebfef104b00412709d4bb207aca146c92642d Mon Sep 17 00:00:00 2001 From: AlisW02 <63066930+AlisW02@users.noreply.github.com> Date: Thu, 14 May 2020 13:27:54 -0700 Subject: [PATCH] updated descriptions --- .../furniture_and_terrain/furniture-barriers.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/json/furniture_and_terrain/furniture-barriers.json b/data/json/furniture_and_terrain/furniture-barriers.json index 28935f92c3872..a0e4260978b67 100644 --- a/data/json/furniture_and_terrain/furniture-barriers.json +++ b/data/json/furniture_and_terrain/furniture-barriers.json @@ -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, @@ -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, @@ -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" }, @@ -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, @@ -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, @@ -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" },