Skip to content

Commit

Permalink
chore: Smol grammar fixes for CRIT mod (#5883)
Browse files Browse the repository at this point in the history
* Update crt_gunmods.json

Fixed a description

* Update crt_gunmods.json 2
  • Loading branch information
Berehenia authored Jan 5, 2025
1 parent 96fff1b commit 68b9e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/CRT_EXPANSION/items/crt_gunmods.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"id": "bthk_stock",
"type": "GUNMOD",
"name": "butt hook stock",
"description": ", A military-grade stock which folds reducing the guns volume. The weight and the pivoting hook which latches onto your forearm allows for greater stability. ",
"description": "A military-grade stock which folds reducing the guns volume. The weight and the pivoting hook which latches onto your forearm allows for greater stability.",
"weight": "500 g",
"volume": "125 ml",
"integral_volume": "0 ml",
Expand Down Expand Up @@ -66,7 +66,7 @@
"copy-from": "beam_scatterer",
"type": "GUNMOD",
"name": { "str": "diffracting lens", "str_pl": "diffracting lenses" },
"description": "A set of optics made to fit on laser weapons, which will diffract the laser beam into several lower powered beams. This slightly increases point-blank damage and makes it difficult to not hit, but reduces range",
"description": "A set of optics made to fit on laser weapons, which will diffract the laser beam into several lower powered beams. This slightly increases point-blank damage and makes it difficult to not hit, but reduces range.",
"range_modifier": -7,
"damage_modifier": { "damage_type": "stab", "amount": 2 },
"ammo_effects": [ "SHOT" ],
Expand Down

0 comments on commit 68b9e23

Please sign in to comment.