diff options
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/20x66mm.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index 4fcd995..d771408 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -61,7 +61,7 @@ "copy-from": "20x66_flechette", "type": "AMMO", "name": { "str": "20x66mm flechette, handmade", "str_pl": "20x66mm flechettes, handmade" }, - "description": "Handmade duplicates of Rivtech 20x66mm caseless flechette rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "description": "Handcrafted bootleg duplicates of of Rivtech 20x66mm flechette caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -71,7 +71,7 @@ "copy-from": "20x66_shot", "type": "AMMO", "name": { "str": "20x66mm buckshot, handmade" }, - "description": "Handmade duplicates of Rivtech 20x66mm caseless buckshot rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm buckshot caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -95,7 +95,7 @@ "copy-from": "20x66_slug", "type": "AMMO", "name": { "str": "20x66mm slug, handmade", "str_pl": "20x66mm slugs, handmade" }, - "description": "Handmade duplicates of Rivtech 20x66mm caseless solid projectile rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm solid projectile caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } |