summaryrefslogtreecommitdiff
path: root/json/items/ammo/000shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/000shot.json')
-rw-r--r--json/items/ammo/000shot.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json
index 1f227eb..7b9dde7 100644
--- a/json/items/ammo/000shot.json
+++ b/json/items/ammo/000shot.json
@@ -1,41 +1,5 @@
[
{
- "id": "reloaded_shot_000",
- "copy-from": "shot_000",
- "type": "AMMO",
- "name": { "str": "000 shot, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
- },
- {
- "id": "reloaded_shot_000_flechette",
- "copy-from": "shot_000_flechette",
- "type": "AMMO",
- "name": { "str": "000 flechette shell, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
- },
- {
- "id": "reloaded_shot_000_slug",
- "copy-from": "shot_000_slug",
- "type": "AMMO",
- "name": { "str": "000 shotgun slug, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
- },
- {
- "id": "reloaded_shot_000_inc",
- "copy-from": "shot_000_inc",
- "type": "AMMO",
- "name": { "str": "000 incendiary shell, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
- },
- {
"id": "shot_000",
"type": "AMMO",
"looks_like": "shot_00",
@@ -121,5 +85,41 @@
"proportional": { "damage": { "damage_type": "stab", "amount": 0.25, "armor_penetration": 0.25 } },
"delete": { "effects": [ "SHOT" ] },
"extend": { "effects": [ "EXPLOSIVE_TINY" ] }
+ },
+ {
+ "id": "reloaded_shot_000",
+ "copy-from": "shot_000",
+ "type": "AMMO",
+ "name": { "str": "000 shot, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_shot_000_flechette",
+ "copy-from": "shot_000_flechette",
+ "type": "AMMO",
+ "name": { "str": "000 flechette shell, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_shot_000_slug",
+ "copy-from": "shot_000_slug",
+ "type": "AMMO",
+ "name": { "str": "000 shotgun slug, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_shot_000_inc",
+ "copy-from": "shot_000_inc",
+ "type": "AMMO",
+ "name": { "str": "000 incendiary shell, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]