From d46b2f9541e5ffab461165530f7f28b40e1e714e Mon Sep 17 00:00:00 2001 From: khudson13 <65306661+khudson13@users.noreply.github.com> Date: Wed, 11 Aug 2021 16:11:22 -0700 Subject: [PATCH] bow description fixes Update composite crossbow and composite bow descriptions to accurately reflect their construction materials. --- data/json/items/ranged/archery.json | 2 +- data/json/items/ranged/crossbows.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/ranged/archery.json b/data/json/items/ranged/archery.json index 00cfc88add9a9..aa4fa741e4f46 100644 --- a/data/json/items/ranged/archery.json +++ b/data/json/items/ranged/archery.json @@ -528,7 +528,7 @@ "symbol": "(", "color": "yellow", "name": { "str": "composite bow (heavy)", "str_pl": "composite bows (heavy)" }, - "description": "A traditionally-constructed bow made from wood, horn and sinew. It has a rather high draw weight.", + "description": "A traditionally-constructed bow made from wood, bone, and sinew. It has a rather high draw weight.", "price": 32000, "//": "90 lb draw weight, 28in draw, 70J, 0.464 slugs of momentum with a 0.066lb arrow.", "material": [ "wood", "bone" ], diff --git a/data/json/items/ranged/crossbows.json b/data/json/items/ranged/crossbows.json index 929d23729aaf5..79aa4ea38f9df 100644 --- a/data/json/items/ranged/crossbows.json +++ b/data/json/items/ranged/crossbows.json @@ -410,7 +410,7 @@ "color": "green", "name": { "str": "composite crossbow" }, "reload_noise_volume": 4, - "description": "A modern moderately powerful hunting crossbow with fiberglass limbs.", + "description": "A traditionally-constructed crossbow made from wood, bone, and sinew.", "//": "160lb draw, 16in powerstroke, 34in limbs, 51J, 0.394 slugs with 30 gram bolt", "price": 89000, "price_postapoc": 4000,