From 618a6c701f38565eba5ab06d2b8a3765d0a3daf2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 01:04:35 -0700 Subject: Resync item stats against bright nights Migrate custom g36 magazine to the new stock g36 magazine --- json/items/ammo/473.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'json/items/ammo/473.json') diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index f9e2ba5..ced42dd 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -9,6 +9,7 @@ "volume": "250 ml", "price": 225, "price_postapoc": 12500, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", "color": "pink", @@ -30,6 +31,6 @@ "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] -- cgit v1.2.1