summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 12:50:54 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 12:50:54 -0800
commitf8f5615192d394d45c63579f54e58ad96f6ac439 (patch)
treea243791bafe18f7e2f5e9f7fbac0668b143a0125 /json
parentFix str to str_sp on ammunition names. (diff)
downloadcataclysm-dda-mod_hk-loadout-f8f5615192d394d45c63579f54e58ad96f6ac439.tar.xz
Fancy up the 000shot descriptions with newer dda text.
Diffstat (limited to 'json')
-rw-r--r--json/items/ammo/000shot.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json
index 9a6eca5..80d658b 100644
--- a/json/items/ammo/000shot.json
+++ b/json/items/ammo/000shot.json
@@ -54,7 +54,7 @@
"looks_like": "shot_beanbag",
"type": "AMMO",
"name": { "str_sp": "000 shotgun beanbag" },
- "description": "A beanbag round for shotguns, not deadly but designed to disable.",
+ "description": "A beanbag round for shotguns. Designated 'less-lethal' and intended to disable.",
"price": 750,
"price_postapoc": 300,
"damage": { "damage_type": "bash", "amount": 6 },
@@ -83,7 +83,7 @@
"price": 4500,
"price_postapoc": 2400,
"count": 5,
- "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } },
+ "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25 } },
"delete": { "effects": [ "SHOT" ] },
"extend": { "effects": [ "EXPLOSIVE" ] }
},
@@ -92,6 +92,7 @@
"copy-from": "shot_000",
"type": "AMMO",
"name": { "str_sp": "000 shot, reloaded" },
+ "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.",
"proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
@@ -101,6 +102,7 @@
"copy-from": "shot_000_flechette",
"type": "AMMO",
"name": { "str_sp": "000 flechette shell, reloaded" },
+ "description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease. 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" ] }
@@ -110,6 +112,7 @@
"copy-from": "shot_000_slug",
"type": "AMMO",
"name": { "str_sp": "000 shotgun slug, reloaded" },
+ "description": "A heavy metal slug used to give a shotgun the range capabilities of a rifle. Extremely damaging but rather inaccurate. 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" ] }
@@ -119,6 +122,7 @@
"copy-from": "shot_000_inc",
"type": "AMMO",
"name": { "str_sp": "000 incendiary shell, reloaded" },
+ "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite. 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" ] }