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/000shot.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'json/items/ammo/000shot.json') diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index 0647770..5f74725 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -6,7 +6,7 @@ "name": { "str": "000 shot, 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" ] } }, { "id": "reloaded_shot_000_flechette", @@ -15,7 +15,7 @@ "name": { "str": "000 flechette shell, 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" ] } }, { "id": "reloaded_shot_000_slug", @@ -24,7 +24,7 @@ "name": { "str": "000 shotgun slug, 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" ] } }, { "id": "shot_000", @@ -36,6 +36,7 @@ "volume": "250 ml", "price": 500, "price_postapoc": 3500, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", "color": "red", -- cgit v1.2.1