diff options
Diffstat (limited to 'json/items/ammo/22.json')
-rw-r--r-- | json/items/ammo/22.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/json/items/ammo/22.json b/json/items/ammo/22.json index 23d6c2c..fb840b6 100644 --- a/json/items/ammo/22.json +++ b/json/items/ammo/22.json @@ -3,7 +3,7 @@ "id": "22_lr", "type": "AMMO", "name": { "str_sp": ".22 LR" }, - "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil. It is most useful for rifle training, and hunting small animals.", + "description": ".22 Long Rifle ammunition with a 40gr unjacketed bullet. The .22LR round is extremely weak, with short range and negligible recoil. It is most useful for target practice and hunting small animals.", "weight": "3 g", "volume": "65 ml", "price": 150, @@ -45,7 +45,7 @@ "copy-from": "22_cphp", "type": "AMMO", "name": { "str_sp": ".22 rat-shot" }, - "description": "A .22 caliber cartridge loaded with very small pieces of shot contained within a fragmenting plastic capsule. It has an extremely short range and penetration ability, but it can hit targets with greater ease.", + "description": "A .22 caliber cartridge loaded with very small pieces of shot contained within a fragmenting plastic capsule. It has an extremely short range and poor penetration ability, but the spread of shot can hit targets with greater ease.", "count": 100, "price_postapoc": 400, "dispersion": 0, @@ -57,6 +57,7 @@ "copy-from": "22_lr", "type": "AMMO", "name": { "str_sp": ".22 LR, reloaded" }, + "description": ".22 Long Rifle ammunition with a 40gr unjacketed bullet. The .22LR round is extremely weak, with short range and negligible recoil. It is most useful for target practice and hunting small animals. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -66,6 +67,7 @@ "copy-from": "22_fmj", "type": "AMMO", "name": { "str_sp": ".22 FMJ, reloaded" }, + "description": ".22 Long Rifle ammunition with a 30gr FMJ bullet. The .22LR round is extremely weak, with short range and negligible recoil. This type is marginally better at piercing through targets, but deals even less damage as a result. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -75,6 +77,7 @@ "copy-from": "22_fmj", "type": "AMMO", "name": { "str_sp": ".22 LR FMJ, black powder" }, + "description": ".22 Long Rifle ammunition with a 30gr FMJ bullet. The .22LR round is extremely weak, with short range and negligible recoil. This type is marginally better at piercing through targets, but deals even less damage as a result. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 }, @@ -89,6 +92,7 @@ "copy-from": "22_lr", "type": "AMMO", "name": { "str_sp": ".22 LR, black powder" }, + "description": ".22 Long Rifle ammunition with a 40gr unjacketed bullet. The .22LR round is extremely weak, with short range and negligible recoil. It is most useful for target practice and hunting small animals. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 }, |