summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 19:26:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 19:26:19 -0700
commit06ff29f1684a7215f7ee9d8ca2f9a3c4a7f21124 (patch)
tree6b1ff06322c19c0276095ed2a75aebb8bf962714
parentMinor rephrasing for 308 rounds. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-06ff29f1684a7215f7ee9d8ca2f9a3c4a7f21124.tar.xz
Rename 00 shot to 12ga.
-rw-r--r--json/items/ammo/shot.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index 6c1b4ef..86d7790 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -2,7 +2,7 @@
{
"abstract": "shot_abstract",
"type": "AMMO",
- "name": { "str": "00 shot" },
+ "name": { "str": "12ga 00 buckshot" },
"description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
"weight": "32 g",
"volume": "250 ml",
@@ -27,14 +27,14 @@
"id": "shot_00",
"copy-from": "shot_abstract",
"type": "AMMO",
- "name": { "str": "00 shot" },
+ "name": { "str": "12ga 00 buckshot" },
"description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces."
},
{
"id": "shot_bird",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "birdshot" },
+ "name": { "str": "12ga birdshot" },
"description": "Weak shotgun ammunition. Designed for hunting birds and other small game, its applications in combat are very limited.",
"price": 100,
"price_postapoc": 400,
@@ -48,7 +48,7 @@
"id": "reloaded_shot_bird",
"copy-from": "shot_bird",
"type": "AMMO",
- "name": { "str": "birdshot, reloaded" },
+ "name": { "str": "12ga birdshot, reloaded" },
"description": "Weak shotgun ammunition. Designed for hunting birds and other small game, its applications in combat are very limited. 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" ] },
@@ -58,7 +58,7 @@
"id": "shot_dragon",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "dragon's breath shell" },
+ "name": { "str": "12ga dragon's breath shell" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high temperature sparks and flames shoot out of the barrel, igniting everything in their path.",
"price": 1000,
"price_postapoc": 1600,
@@ -73,7 +73,7 @@
"id": "reloaded_shot_dragon",
"copy-from": "shot_dragon",
"type": "AMMO",
- "name": { "str": "dragon's breath shell, reloaded" },
+ "name": { "str": "12ga dragon's breath shell, reloaded" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path. This one was made in somebody's garage. Are you sure you want to shoot this?",
"proportional": { "price": 0.7, "damage": { "damage_type": "heat", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
@@ -83,7 +83,7 @@
"id": "reloaded_shot_00",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "00 shot, reloaded" },
+ "name": { "str": "12ga 00 buckshot, 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" ] },
@@ -93,7 +93,7 @@
"id": "shot_flechette",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "flechette shell" },
+ "name": { "str": "12ga flechette" },
"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.",
"price": 2000,
"price_postapoc": 800,
@@ -106,7 +106,7 @@
"id": "reloaded_shot_flechette",
"copy-from": "shot_flechette",
"type": "AMMO",
- "name": { "str": "flechette shell, reloaded" },
+ "name": { "str": "12ga flechette, 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" ] },
@@ -116,7 +116,7 @@
"id": "shot_slug",
"copy-from": "shot_abstract",
"type": "AMMO",
- "name": { "str": "shotgun slug" },
+ "name": { "str": "12ga slug" },
"description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate.",
"price": 400,
"price_postapoc": 400,
@@ -130,7 +130,7 @@
"id": "reloaded_shot_slug",
"copy-from": "shot_slug",
"type": "AMMO",
- "name": { "str": "shotgun slug, reloaded" },
+ "name": { "str": "12ga slug, reloaded" },
"description": "A heavy metal slug used with shotguns to give them 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" ] },
@@ -140,7 +140,7 @@
"id": "bp_shot_bird",
"copy-from": "shot_bird",
"type": "AMMO",
- "name": { "str": "birdshot, black powder" },
+ "name": { "str": "12ga birdshot, black powder" },
"description": "Weak shotgun ammunition. Designed for hunting birds and other small game, its applications in combat are very limited. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
"proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
@@ -150,7 +150,7 @@
"id": "bp_shot_dragon",
"copy-from": "shot_dragon",
"type": "AMMO",
- "name": { "str": "dragon's breath shell, black powder" },
+ "name": { "str": "12ga dragon's breath shell, black powder" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path. This one was made in somebody's garage, and with black gunpowder to boot. Are you sure you want to shoot this?",
"proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
@@ -160,7 +160,7 @@
"id": "bp_shot_00",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "00 shot, black powder" },
+ "name": { "str": "12ga 00 buckshot, black powder" },
"description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. SWAT forces probably wouldn't use this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
"proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
@@ -170,7 +170,7 @@
"id": "bp_shot_flechette",
"copy-from": "shot_flechette",
"type": "AMMO",
- "name": { "str": "flechette shell, black powder" },
+ "name": { "str": "12ga flechette, black powder" },
"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. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
"proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8, "armor_penetration": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
@@ -180,7 +180,7 @@
"id": "bp_shot_slug",
"copy-from": "shot_slug",
"type": "AMMO",
- "name": { "str": "shotgun slug, black powder" },
+ "name": { "str": "12ga slug, black powder" },
"description": "A heavy metal slug used to give a shotgun the range capabilities of a rifle. Extremely damaging but rather inaccurate. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
"proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8, "armor_penetration": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
@@ -190,7 +190,7 @@
"id": "shot_beanbag",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "shotgun beanbag" },
+ "name": { "str": "12ga beanbag" },
"description": "A beanbag round for shotguns. Designated 'less-lethal' and intended to disable, but remember that 'less-lethal' does not mean 'non-lethal'.",
"price": 500,
"price_postapoc": 200,
@@ -204,7 +204,7 @@
"id": "shot_he",
"copy-from": "shot_slug",
"type": "AMMO",
- "name": { "str": "explosive slug" },
+ "name": { "str": "12ga explosive slug" },
"//": "$30/shot thanks to tight regulation, one way or another.",
"description": "A shotgun shell shooting a small explosive. Damaging, but rather inaccurate and short ranged. Banned in several states.",
"price": 3000,
@@ -218,7 +218,7 @@
"id": "shot_scrap",
"copy-from": "shot_00",
"type": "AMMO",
- "name": { "str": "00 shot, scrap loaded" },
+ "name": { "str": "12ga scrapshot" },
"description": "A shotgun shell filled with whatever was lying around. They are more damaging than birdshot, but fairly inaccurate.",
"dispersion": 60,
"proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.75, "armor_multiplier": 1.25 } },
@@ -229,7 +229,7 @@
"id": "bp_shot_scrap",
"copy-from": "shot_scrap",
"type": "AMMO",
- "name": { "str": "00 shot, black powder, scrap loaded" },
+ "name": { "str": "12ga scrapshot, black powder" },
"description": "A shotgun shell filled with black gunpowder and whatever scrap metal was lying around. The logical conclusion of ammunition bootlegging. It'll kill zombies just fine, but your gun will suffer for it.",
"proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 } },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },