summaryrefslogtreecommitdiff
path: root/json/items/ammo/10mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/10mm.json')
-rw-r--r--json/items/ammo/10mm.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json
index 7585a25..26b4dd4 100644
--- a/json/items/ammo/10mm.json
+++ b/json/items/ammo/10mm.json
@@ -23,6 +23,15 @@
"effects": [ "COOKOFF" ]
},
{
+ "id": "reloaded_10mm_fmj",
+ "copy-from": "10mm_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": "10mm Auto FMJ, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
"id": "bp_10mm_fmj",
"copy-from": "10mm_fmj",
"type": "AMMO",
@@ -35,14 +44,5 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
- },
- {
- "id": "reloaded_10mm_fmj",
- "copy-from": "10mm_fmj",
- "type": "AMMO",
- "name": { "str_sp": "10mm Auto FMJ, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]