From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Items/Weapons/ammo_recipe.json | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json (limited to 'vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json') diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json b/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json new file mode 100644 index 0000000..38ed39a --- /dev/null +++ b/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json @@ -0,0 +1,71 @@ +[{ + "result": "pelletblood", + "type": "recipe", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "difficulty": 0, + "time": 250, + "book_learn": [["vamp_gunner1", 10]], + "components": [ + [["bloodpowder", 1]] + ] + }, { + "result": "bloodyshaky", + "type": "recipe", + "category": "CC_AMMO", + "difficulty": 0, + "time": 75, + "components": [ + [["blood", 1]] + ] + }, { + "result": "bloodypressure", + "type": "recipe", + "category": "CC_AMMO", + "difficulty": 0, + "time": 4500, + "book_learn": [["vamp_gunner1", 10]], + "qualities": [{ + "id": "BCHEMISTRY", + "level": 1 + } + ], + "components": [ + [["bloodpowder", 10]], + [["water", 2]] + ] + }, { + "result": "bloodyinfect", + "type": "recipe", + "category": "CC_AMMO", + "difficulty": 0, + "time": 4500, + "book_learn": [["vamp_gunner1", 10]], + "qualities": [{ + "id": "BCHEMISTRY", + "level": 1 + } + ], + "components": [ + [["bloodpowder", 6]], + [["meat_tainted", 1]], + [["water", 2]] + ] + }, { + "result": "reloaded_bloodshot_00", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_SHOT", + "skill_used": "gun", + "difficulty": 2, + "time": 2200, + "batch_time_factors": [55, 10], + "book_learn": [["vamp_gunner1", 10]], + "charges": 1, + "using": [["bullet_forming", 1], ["ammo_shot", 1]], + "components": [ + [["gunpowder", 6], ["chem_black_powder", 6]], + [["pelletblood", 10]] + ] + } +] -- cgit v1.2.1