summaryrefslogtreecommitdiff
path: root/json/items/ammo/5x50.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/5x50.json')
-rw-r--r--json/items/ammo/5x50.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json
deleted file mode 100644
index 7ff3c14..0000000
--- a/json/items/ammo/5x50.json
+++ /dev/null
@@ -1,48 +0,0 @@
-[
- {
- "id": "5x50dart",
- "type": "AMMO",
- "name": { "str": "RA110 5x50mm flechette" },
- "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.",
- "weight": "8 g",
- "volume": "144 ml",
- "price": "1125 cent",
- "material": [ "plastic", "powder", "steel" ],
- "symbol": "=",
- "color": "green",
- "count": 100,
- "stack_size": 50,
- "ammo_type": "5x50",
- "casing": "5x50_hull",
- "range": 60,
- "damage": { "damage_type": "bullet", "amount": 20, "armor_penetration": 30 },
- "dispersion": 60,
- "recoil": 400,
- "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
- "price_postapoc": "18 USD",
- "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
- },
- {
- "id": "5x50heavy",
- "copy-from": "5x50dart",
- "type": "AMMO",
- "name": { "str": "RA119 5x50mm penetrator" },
- "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.",
- "weight": "9 g",
- "price": "1688 cent",
- "price_postapoc": "25 USD",
- "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 },
- "proportional": { "recoil": 1.1 }
- },
- {
- "id": "reloaded_5x50dart",
- "copy-from": "5x50dart",
- "type": "AMMO",
- "name": { "str": "RA110 5x50mm flechette, reloaded", "str_pl": "RA110 5x50mm flechettes, reloaded" },
- "price_postapoc": "12 USD",
- "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator. This one has been hand-reloaded by a lucky survivor or perhaps a pre-Cataclysm corporate spy, leading to slightly inferior performance compared to factory-produced ammo.",
- "effects": [ "COOKOFF", "RECYCLED" ],
- "relative": { "range": -15, "dispersion": 40 },
- "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.7 }, "recoil": 0.9 }
- }
-]