From fde97375dd85b3d462cebd44e8faafb21f5cec1e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Feb 2023 18:17:44 -0800 Subject: Convert the CAWS to 00shot. -Obsolete 000 shells that aren't buckshot. --- json/uncraft/000shot.json | 93 ----------------------------------------------- json/uncraft/shot.json | 33 +++++++++++++++++ 2 files changed, 33 insertions(+), 93 deletions(-) delete mode 100644 json/uncraft/000shot.json create mode 100644 json/uncraft/shot.json (limited to 'json/uncraft') diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json deleted file mode 100644 index dd23bdd..0000000 --- a/json/uncraft/000shot.json +++ /dev/null @@ -1,93 +0,0 @@ -[ - { - "result": "shot_000", - "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 ] ] - ], - "charges": 1 - }, - { - "result": "shot_000_flechette", - "type": "uncraft", - "skill_used": "gun", - "difficulty": 5, - "time": "1 s", - "qualities": [ { "id": "PULL", "level": 1 } ], - "components": [ - [ [ "000shot_hull", 1 ] ], - [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], - [ [ "combatnail", 12 ] ] - ], - "charges": 1 - }, - { - "result": "shot_000_slug", - "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", 24 ] ] - ], - "charges": 1 - }, - { - "result": "shot_000_beanbag", - "type": "uncraft", - "skill_used": "gun", - "difficulty": 5, - "time": "1 s", - "qualities": [ { "id": "PULL", "level": 1 } ], - "components": [ - [ [ "000shot_hull", 1 ] ], - [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], - [ [ "rubber_slug", 2 ] ] - ], - "charges": 1 - }, - { - "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 ] ] - ], - "charges": 1 - }, - { - "result": "shot_000_he", - "type": "uncraft", - "skill_used": "gun", - "difficulty": 5, - "time": "1 s", - "qualities": [ { "id": "PULL", "level": 1 } ], - "components": [ - [ [ "000shot_hull", 1 ] ], - [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], - [ [ "chem_rdx", 2 ] ] - ], - "charges": 1 - } -] diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json new file mode 100644 index 0000000..48da59c --- /dev/null +++ b/json/uncraft/shot.json @@ -0,0 +1,33 @@ +[ + { + "result": "shot_000", + "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 ] ] + ], + "charges": 1 + }, + { + "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 ] ] + ], + "charges": 1 + } +] -- cgit v1.2.1