From 6c0050a39c3bb414080b43727a8104e0f696f453 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Aug 2022 14:42:19 -0700 Subject: Obsolete Blood Extactor and Blood Forge. Update impacted recipes acordingly. Fix powdered blood recipe to be based on powdered milk recipe. Clean up component listings for recipes. Remove duplicate Blood Forge Recipe. Update readme. --- .../Modification_Files/Recipes/recipe_ammo.json | 23 +++-- .../Modification_Files/Recipes/recipe_armor.json | 103 ++++++++++++++---- .../Modification_Files/Recipes/recipe_blood.json | 72 +++++++++---- .../Modification_Files/Recipes/recipe_tools.json | 41 -------- .../Modification_Files/Recipes/recipe_weapons.json | 115 ++++++++++++--------- .../Modification_Files/Recipes/z_obsolete.json | 27 +++++ 6 files changed, 243 insertions(+), 138 deletions(-) create mode 100644 vamp_stuff/Modification_Files/Recipes/z_obsolete.json (limited to 'vamp_stuff/Modification_Files/Recipes') diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index 8dea3ef..8ecc422 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -9,7 +9,9 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "components": [ [ [ "bloodpowder", 1 ] ] ] + "components": [ + [ [ "bloodpowder", 1 ] ] + ] }, { "result": "bloodyshaky", @@ -19,7 +21,9 @@ "skills_required": [ "fabrication", 0 ], "difficulty": 0, "time": "45 s", - "components": [ [ [ "blood", 1 ] ] ] + "components": [ + [ [ "blood", 1 ] ] + ] }, { "result": "bloodypressure", @@ -30,8 +34,11 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water", 2 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 10 ] ], + [ [ "water", 2 ] ] + ] }, { "result": "bloodyinfect", @@ -42,8 +49,12 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 6 ] ], [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], [ [ "water", 2 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 6 ] ], + [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], + [ [ "water", 2 ] ] + ] }, { "result": "reloaded_bloodshot_00", diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json index 853788a..916271b 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json @@ -8,8 +8,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "495 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "duster_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "duster_survivor", 1 ] ], + [ [ "compactsheet", 5 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorpants", @@ -20,8 +25,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "452 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "pants_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "pants_survivor", 1 ] ], + [ [ "compactsheet", 4 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorgloves", @@ -32,8 +42,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "342 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "gloves_survivor", 1 ] ], [ [ "compactsheet", 2 ] ], [ [ "stickyblood", 1 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "gloves_survivor", 1 ] ], + [ [ "compactsheet", 2 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "bloodinfused_survivortrenchcoat", @@ -44,8 +59,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "432 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "trenchcoat_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "trenchcoat_survivor", 1 ] ], + [ [ "compactsheet", 5 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorboots", @@ -56,8 +76,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "362 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "boots_survivor", 1 ] ], [ [ "compactsheet", 3 ] ], [ [ "stickyblood", 1 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "boots_survivor", 1 ] ], + [ [ "compactsheet", 3 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "bloodinfused_survivorhood", @@ -68,8 +93,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "422 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "hood_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "hood_survivor", 1 ] ], + [ [ "compactsheet", 4 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodwristsheath", @@ -82,7 +112,10 @@ "using": [ [ "filament", 10 ] ], "time": "142 s", "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], - "components": [ [ [ "string_6", 2 ] ], [ [ "compactsheet", 1 ] ] ] + "components": [ + [ [ "string_6", 2 ] ], + [ [ "compactsheet", 1 ] ] + ] }, { "result": "bloodbootsheath", @@ -95,7 +128,10 @@ "time": "142 s", "using": [ [ "filament", 15 ] ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], - "components": [ [ [ "string_6", 3 ] ], [ [ "compactsheet", 1 ] ] ] + "components": [ + [ [ "string_6", 3 ] ], + [ [ "compactsheet", 1 ] ] + ] }, { "result": "bloodpack", @@ -108,7 +144,10 @@ "autolearn": true, "using": [ [ "filament", 35 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "scrap", 6 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "scrap", 6 ] ] + ] }, { "result": "bigbloodpack", @@ -121,7 +160,10 @@ "autolearn": true, "using": [ [ "filament", 35 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 7 ] ], [ [ "scrap", 12 ] ] ] + "components": [ + [ [ "compactsheet", 7 ] ], + [ [ "scrap", 12 ] ] + ] }, { "result": "blood_suit", @@ -134,7 +176,9 @@ "time": "534 s", "using": [ [ "filament", 45 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 5 ] ] ] + "components": [ + [ [ "compactsheet", 5 ] ] + ] }, { "result": "blood_hood", @@ -147,7 +191,10 @@ "time": "410 s", "using": [ [ "filament", 55 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "leather", 3 ] ] + ] }, { "result": "blood_duster", @@ -160,7 +207,10 @@ "time": "475 s", "using": [ [ "filament", 65 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 5 ] ], [ [ "leather", 6 ] ] ] + "components": [ + [ [ "compactsheet", 5 ] ], + [ [ "leather", 6 ] ] + ] }, { "result": "blood_gloves", @@ -173,7 +223,10 @@ "time": "345 s", "using": [ [ "filament", 20 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 2 ] ], [ [ "leather", 2 ] ] ] + "components": [ + [ [ "compactsheet", 2 ] ], + [ [ "leather", 2 ] ] + ] }, { "result": "blood_pants", @@ -186,7 +239,10 @@ "time": "433 s", "using": [ [ "filament", 60 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 4 ] ], [ [ "leather", 4 ] ] ] + "components": [ + [ [ "compactsheet", 4 ] ], + [ [ "leather", 4 ] ] + ] }, { "result": "blood_boots", @@ -199,6 +255,9 @@ "time": "325 s", "using": [ [ "filament", 30 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "leather", 3 ] ] + ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 5ac5a09..28237df 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -33,18 +33,22 @@ ] }, { - "type": "recipe", "result": "blood_reconstituted", + "//": "Loosely base difficulty on reconstituted milk.", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ + [ [ "bloodpowder", 1 ] ], + [ [ "water_clean", 1 ] ] + ] }, { - "type": "recipe", "result": "synthblood", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", @@ -54,47 +58,62 @@ "book_learn": [ [ "vamp_upgradebook1", 6 ] ], "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], - "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] + "components": [ + [ [ "protein_powder", 1 ] ], + [ [ "water_clean", 1 ] ], + [ [ "sugar", 5 ] ], + [ [ "salt", 5 ] ] + ] }, { - "type": "recipe", "result": "synthblood_reconstituted", + "//": "Loosely base difficulty on reconstituted milk.", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ + [ [ "synthbloodpowder", 1 ] ], + [ [ "water_clean", 1 ] ] + ] }, { "result": "bloodpowder", + "//": "Loosely base difficulty on powdered milk.", "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRY", "skill_used": "cooking", - "difficulty": 4, + "difficulty": 2, "charges": 1, - "time": "12 m", - "batch_time_factors": [83,3], + "time": "40 m", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "blood", 1 ] ] ] + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "components": [ + [ [ "blood", 1 ] ] + ] }, - { + {- "result": "synthbloodpowder", + "//": "Loosely base difficulty on powdered milk.", "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRY", "skill_used": "cooking", - "difficulty": 4, + "difficulty": 2, "charges": 1, - "time": "12 m", - "batch_time_factors": [83,3], + "time": "40 m", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "synthblood", 1 ] ] ] + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "components": [ + [ [ "synthblood", 1 ] ] + ] }, { "result": "compactsheet", @@ -107,7 +126,9 @@ "time": "5 m", "book_learn": [ [ "vamp_upgradebook1", 5 ] ], "qualities": [ { "id": "BCOMPRESSING", "level": 1 } ], - "components": [ [ [ "bloodpowder", 80 ] ] ] + "components": [ + [ [ "bloodpowder", 80 ] ] + ] }, { "result": "stickyblood", @@ -119,8 +140,11 @@ "difficulty": 7, "time": "10 m", "book_learn": [ [ "vamp_upgradebook1", 7 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water_clean", 1 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 10 ] ], + [ [ "water_clean", 1 ] ] + ] }, { "result": "melted_bloodrune", @@ -134,7 +158,9 @@ "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "bloodrune", 1 ] ] + ] }, { "result": "melted_bloodrune", @@ -150,6 +176,8 @@ "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "bigbloodrune", 1 ] ] ] + "components": [ + [ [ "bigbloodrune", 1 ] ] + ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_tools.json b/vamp_stuff/Modification_Files/Recipes/recipe_tools.json index 32ee10d..6fe24f9 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_tools.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_tools.json @@ -1,25 +1,4 @@ [ - { - "result": "blood_forge_infuse", - "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "fabrication", - "difficulty": 8, - "time": "180 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ - [ [ "steel_lump", 7 ] ], - [ [ "scrap", 22 ] ], - [ [ "element", 5 ] ], - [ [ "glass", 4 ] ], - [ [ "amplifier", 3 ] ], - [ [ "processor", 2 ] ], - [ [ "sheet_metal", 4 ] ] - ] - }, { "result": "bloodcompressor", "type": "recipe", @@ -40,25 +19,5 @@ [ [ "processor", 2 ] ], [ [ "sheet_metal", 4 ] ] ] - }, - { - "result": "bloodchem", - "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "electronics", - "difficulty": 8, - "time": "60 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ - [ [ "scrap", 3 ] ], - [ [ "element", 4 ] ], - [ [ "chemistry_set", 1 ] ], - [ [ "amplifier", 1 ] ], - [ [ "processor", 1 ] ], - [ [ "sheet_metal", 1 ] ] - ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json b/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json index cbbda78..ee866d5 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json @@ -28,27 +28,11 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "sword_sip", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] - }, - { - "result": "invy_bow", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_RANGED", - "skill_used": "archery", - "difficulty": 8, - "time": "240 m", - "book_learn": [ [ "vamp_book2", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "using": [ [ "earthenware_firing", 100 ] ], "components": [ - [ [ "steel_lump", 1 ] ], - [ [ "scrap", 6 ] ], - [ [ "longbow", 1 ] ], - [ [ "leather", 4 ] ], - [ [ "pipe", 2 ] ], - [ [ "bloodrune", 1 ] ] + [ [ "sword_sip", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] ] }, { @@ -62,7 +46,13 @@ "book_learn": [ [ "vamp_book3", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 1 ] ], [ [ "scrap", 8 ] ], [ [ "leather", 4 ] ], [ [ "blade", 1 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 8 ] ], + [ [ "leather", 4 ] ], + [ [ "blade", 1 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "sword_diveplus", @@ -73,8 +63,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "sword_dive", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "sword_dive", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "hammerius", @@ -87,7 +81,12 @@ "book_learn": [ [ "vamp_book4", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 4 ] ], [ [ "scrap", 24 ] ], [ [ "leather", 8 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 4 ] ], + [ [ "scrap", 24 ] ], + [ [ "leather", 8 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "hammeriusplus", @@ -98,8 +97,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "hammerius", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "hammerius", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "punchie_bitie", @@ -112,7 +115,12 @@ "book_learn": [ [ "vamp_book5", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 2 ] ], [ [ "scrap", 16 ] ], [ [ "leather", 8 ] ], [ [ "bloodrune", 2 ] ] ] + "components": [ + [ [ "steel_lump", 2 ] ], + [ [ "scrap", 16 ] ], + [ [ "leather", 8 ] ], + [ [ "bloodrune", 2 ] ] + ] }, { "result": "punchie_bitieplus", @@ -123,8 +131,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "punchie_bitie", 1 ] ], [ [ "melted_bloodrune", 2 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "punchie_bitie", 1 ] ], + [ [ "melted_bloodrune", 2 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "falc_crimsword", @@ -137,7 +149,13 @@ "book_learn": [ [ "vamp_book6", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 1 ] ], [ [ "scrap", 6 ] ], [ [ "leather", 4 ] ], [ [ "blade", 1 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 6 ] ], + [ [ "leather", 4 ] ], + [ [ "blade", 1 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "falc_crimswordplus", @@ -148,28 +166,31 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "falc_crimsword", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "falc_crimsword", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { - "result": "blood_forge_infuse", + "result": "invy_bow", "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "fabrication", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_RANGED", + "skill_used": "archery", "difficulty": 8, - "time": "180 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "time": "240 m", + "book_learn": [ [ "vamp_book2", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], "components": [ - [ [ "steel_lump", 7 ] ], - [ [ "scrap", 22 ] ], - [ [ "element", 5 ] ], - [ [ "glass", 4 ] ], - [ [ "amplifier", 3 ] ], - [ [ "processor", 2 ] ], - [ [ "sheet_metal", 4 ] ] + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 6 ] ], + [ [ "longbow", 1 ] ], + [ [ "leather", 4 ] ], + [ [ "pipe", 2 ] ], + [ [ "bloodrune", 1 ] ] ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/z_obsolete.json b/vamp_stuff/Modification_Files/Recipes/z_obsolete.json new file mode 100644 index 0000000..48725e8 --- /dev/null +++ b/vamp_stuff/Modification_Files/Recipes/z_obsolete.json @@ -0,0 +1,27 @@ +[ + { + "result": "bloodbar", + "type": "recipe", + "obsolete": true + }, + { + "result": "synthbloodbar", + "type": "recipe", + "obsolete": true + }, + { + "result": "blood_forge_infuse", + "type": "recipe", + "obsolete": true + }, + { + "result": "bloodextractor", + "type": "recipe", + "obsolete": true + }, + { + "result": "bloodchem", + "type": "recipe", + "obsolete": true + } +] -- cgit v1.2.1