From a5eb2a8be15f30bad0ea852b6177bfb9710be682 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Jan 2021 04:43:31 -0800 Subject: Convert 12mm ammo recipe to bootleg Prevent crafted 5.73mm ammo from being dismantled. --- json/items/ammo/12mm.json | 13 +++++++++++++ json/recipes/000shot.json | 3 --- json/recipes/12mm.json | 16 ++++++++++++++++ json/recipes/473.json | 2 ++ 4 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 json/items/ammo/12mm.json create mode 100644 json/recipes/12mm.json diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json new file mode 100644 index 0000000..a1abb5e --- /dev/null +++ b/json/items/ammo/12mm.json @@ -0,0 +1,13 @@ +[ + { + "id": "bootleg_12mm", + "copy-from": "12mm", + "type": "AMMO", + "looks_like": "12mm", + "name": { "str": "H&K 12mm, bootleg" }, + "description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.", + "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ] } + } +] diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index e9e52b0..690fbea 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -11,7 +11,6 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 2 ], [ "manual_shotgun", 2 ] ], "charges": 1, - "reversible": false, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_000_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] @@ -28,7 +27,6 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 4 ], [ "manual_shotgun", 4 ] ], "charges": 1, - "reversible": false, "using": [ [ "ammo_000_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ] @@ -45,7 +43,6 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, - "reversible": false, "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] } diff --git a/json/recipes/12mm.json b/json/recipes/12mm.json new file mode 100644 index 0000000..5b30034 --- /dev/null +++ b/json/recipes/12mm.json @@ -0,0 +1,16 @@ +[ + { + "type": "recipe", + "result": "bootleg_12mm", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_OTHER", + "skill_used": "fabrication", + "difficulty": 6, + "time": "240 m", + "autolearn": true, + "reversible": false, + "using": [ [ "blacksmithing_standard", 40 ], [ "steel_standard", 10 ] ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + } +] diff --git a/json/recipes/473.json b/json/recipes/473.json index 4a21e5b..42f7d47 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -11,6 +11,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_caseless", 4 ] ], "charges": 1, + "reversible": false, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ @@ -31,6 +32,7 @@ "skills_required": [ "gun", 4 ], "time": "10 m", "book_learn": [ [ "recipe_caseless", 5 ] ], + "reversible": false, "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ [ [ "plastic_chunk", 1 ] ] ] -- cgit v1.2.1