Skip to content

Commit

Permalink
bow description fixes
Browse files Browse the repository at this point in the history
Update composite crossbow and composite bow descriptions to accurately reflect their construction materials.
  • Loading branch information
khudson13 committed Aug 11, 2021
1 parent 216401f commit d46b2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/ranged/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/ranged/crossbows.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d46b2f9

Please sign in to comment.