From a6d0267558fa23627984cac702ab6d1f43c96be8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 8 Apr 2022 20:28:12 -0700 Subject: Also add uncraft for 000 incendiary shells. --- json/uncraft/000shot.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json index 2f8faf5..490cae5 100644 --- a/json/uncraft/000shot.json +++ b/json/uncraft/000shot.json @@ -58,5 +58,21 @@ [ [ "rubber_slug", 2 ] ] ], "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "shot_000_inc", + "type": "uncraft", + "skill_used": "gun", + "difficulty": 5, + "time": "1 s", + "qualities": [ { "id": "PULL", "level": 1 } ], + "components": [ + [ [ "000shot_hull", 1 ] ], + [ [ "shotgun_primer", 1 ] ], + [ [ "gunpowder", 6 ] ], + [ [ "lead", 12 ] ], + [ [ "incendiary", 12 ] ] + ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] } ] -- cgit v1.2.1