From 4c4df68a4c3f17d28c9d9a5b0a49c9de73259497 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 Sep 2021 07:48:02 -0700 Subject: Add blood bar and recipe. Add synth blood bar and recipe. Clean up materials json. Split recipes json. --- .../Modification_Files/Items/Misc/v_materials.json | 260 +++++++------- .../Modification_Files/Items/Misc/v_recipe.json | 372 ++++++--------------- .../Items/Misc/v_recipe_tools.json | 64 ++++ .../Items/Misc/v_recipe_weapons.json | 175 ++++++++++ 4 files changed, 482 insertions(+), 389 deletions(-) create mode 100644 vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json create mode 100644 vamp_stuff/Modification_Files/Items/Misc/v_recipe_weapons.json (limited to 'vamp_stuff/Modification_Files/Items') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 75a09b1..9f8ca48 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -1,125 +1,140 @@ [ { - "type": "COMESTIBLE", "id": "blood", + "type": "COMESTIBLE", + "comestible_type": "DRINK", "copy-from": "blood", "name": { "str": "blood", "str_pl": "blood" }, + "description": "Blood, possibly that of a human. Disgusting!", "weight": "265 g", + "volume": "250 ml", + "price": "0 cent", + "material": [ "blood" ], + "phase": "liquid", + "symbol": "~", "color": "red", "container": "flask_glass", - "comestible_type": "DRINK", - "symbol": "~", + "calories": 300, "quench": 0, "healthy": 4, - "calories": 300, - "description": "Blood, possibly that of a human. Disgusting!", - "price": "1 USD", - "material": [ "blood" ], - "volume": "250 ml", - "phase": "liquid", "fun": 10, + "spoils_in": "1 days", "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] }, { - "id": "melted_bloodrune", - "type": "GENERIC", - "category": "spare_parts", - "name": { "str": "powdered bloodrune" }, - "description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.", - "weight": "750 g", - "volume": "250 ml", - "price": "0 cent", - "price_postapoc": "0 cent", - "material": [ "compactblood" ], - "symbol": "~", - "color": "red" - }, - { - "id": "bloodrune", - "type": "GENERIC", - "category": "spare_parts", - "name": { "str": "bloodrune" }, - "description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.", - "weight": "750 g", - "volume": "250 ml", - "price": "0 cent", - "price_postapoc": "5 kUSD", - "count": 3, - "material": [ "compactblood" ], - "symbol": ".", - "color": "red" - }, - { - "id": "bigbloodrune", - "type": "GENERIC", - "category": "spare_parts", - "name": { "str": "large bloodrune" }, - "description": "A stone similar to a head-sized ruby, the final remains of a powerful vampire. It trembles of its own volition, as if the power inside is eager to escape.", - "weight": "3000 g", - "volume": "1750 ml", - "price": "0 cent", - "price_postapoc": "25 kUSD", - "material": [ "compactblood" ], - "symbol": ".", - "color": "red" - }, - { - "id": "stickyblood", - "type": "GENERIC", - "category": "spare_parts", - "name": { "str": "sticky blood" }, - "description": "A sticky glob of concentrated human blood.", - "weight": "250 g", - "volume": "250 ml", - "price": "0 cent", - "price_postapoc": "2 kUSD", - "material": [ "compactblood" ], - "symbol": "o", - "color": "red" + "id": "synthblood", + "type": "COMESTIBLE", + "comestible_type": "DRINK", + "copy-from": "blood", + "looks_like": "blood", + "name": { "str": "synthetic blood", "str_pl": "synthetic blood" }, + "description": "Synthetic blood, not possibly that of a human. Still disgusting!", + "calories": 150, + "healthy": 2, + "fun": 5 }, { "id": "bloodpowder", "type": "COMESTIBLE", "comestible_type": "FOOD", - "name": { "str": "blood powder" }, "looks_like": "protein_powder", - "description": "Powdered human blood. Useful as a crafting material, or a snack if you are so inclined.", + "name": { "str": "powdered blood" }, + "description": "Dehydrated blood powder. Useful as a crafting material, or as a food source if you are desperate.", "weight": "10 g", "volume": "3 ml", - "price": "1 cent", + "price": "0 cent", + "material": [ "powder", "blood" ], + "primary_material": "powder", + "symbol": "'", + "color": "red", "count": 10, "quench": 0, - "healthy": 1, "nutrition": 3, - "material": [ "blood" ], - "symbol": "'", - "color": "red", - "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ] + "healthy": 1, + "fun": -5, + "flags": [ "VAMPIRISM" ] + }, + { + "id": "synthbloodpowder", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "copy-from": "bloodpowder", + "looks_like": "bloodpowder", + "name": { "str": "powdered synthetic blood" }, + "description": "Dehydrated synthetic blood powder. It lacks the supernatural potency of real blood for crafting, but can still be used as a food source if you are desperate.", + "nutrition": 2, + "healthy": 0 }, { "id": "bloodextract", "type": "COMESTIBLE", "comestible_type": "FOOD", - "name": { "str": "blood extract" }, - "description": "A sticky sap leftover from the process of dehydrating blood.", + "name": { "str": "thickened blood" }, + "description": "A sticky sap left over from the process of dehydrating blood.", "weight": "40 g", "volume": "250 ml", "price": "0 cent", - "quench": 0, - "healthy": 2, - "nutrition": 2, "material": [ "blood" ], "symbol": "~", "color": "pink", "count": 3, + "quench": 0, + "nutrition": 2, + "healthy": 2, + "fun": 0, + "spoils_in": "360 days", "flags": [ "VAMPIRISM" ] }, + { + "id": "synthbloodextract", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "copy-from": "bloodextract", + "looks_like": "bloodextract", + "name": { "str": "thickened synthetic blood" }, + "description": "A sticky sap left over from the process of dehydrating synthetic blood.", + "nutrition": 1, + "healthy": 1 + }, + { + "id": "bloodbar", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "looks_like": "jerky", + "name": { "str": "blood bar" }, + "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.", + "weight": "150 g", + "volume": "223 ml", + "price": "0 cent", + "material": [ "blood" ], + "symbol": "'", + "color": "red", + "count": 1, + "quench": 0, + "nutrition": 3, + "healthy": 3, + "fun": 5, + "spoils_in": "180 days", + "flags": [ "VAMPIRISM" ] + }, + { + "id": "synthbloodbar", + "type": "COMESTIBLE", + "comestible_type": "FOOD", + "copy-from": "bloodbar", + "looks_like": "bloodbar", + "name": { "str": "synthetic blood bar" }, + "description": "An 'energy' bar made from powdered and thickened synthetic blood. It is moderately tasty and keeps for a long time.", + "nutrition": 2, + "healthy": 1, + "fun": 3 + }, { "id": "compactsheet", "type": "GENERIC", "category": "spare_parts", "name": { "str": "blood leather patch" }, - "description": "A patch of fabric made from compacted blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.", + "description": "A patch of fabric made from powdered blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.", "weight": "250 g", "volume": "250 ml", "price": "0 cent", @@ -127,6 +142,20 @@ "symbol": "#", "color": "red" }, + { + "id": "stickyblood", + "type": "GENERIC", + "category": "spare_parts", + "name": { "str": "concentrated blood" }, + "description": "A sticky glob of concentrated blood.", + "weight": "250 g", + "volume": "250 ml", + "price": "0 cent", + "price_postapoc": "2 kUSD", + "material": [ "compactblood" ], + "symbol": "o", + "color": "red" + }, { "id": "pelletblood", "type": "GENERIC", @@ -139,48 +168,49 @@ "count": 2, "material": [ "compactblood" ], "symbol": ".", - "color": "red", - "flags": [ "ZERO_WEIGHT" ] + "color": "red" }, { - "type": "COMESTIBLE", - "id": "synthblood", - "copy-from": "blood", - "looks_like": "blood", - "name": { "str": "synthetic blood", "str_pl": "synthetic blood" }, - "weight": "265 g", - "color": "red", - "container": "flask_glass", - "comestible_type": "DRINK", + "id": "melted_bloodrune", + "type": "GENERIC", + "category": "spare_parts", + "name": { "str": "powdered bloodrune" }, + "description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.", + "weight": "750 g", + "volume": "250 ml", + "price": "0 cent", + "price_postapoc": "0 cent", + "material": [ "compactblood" ], "symbol": "~", - "quench": 0, - "healthy": 2, - "calories": 150, - "description": "Synthetic blood, not possibly that of a human. Still disgusting!", - "price": "1 USD", - "material": [ "blood" ], + "color": "red" + }, + { + "id": "bloodrune", + "type": "GENERIC", + "category": "spare_parts", + "name": { "str": "bloodrune" }, + "description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.", + "weight": "750 g", "volume": "250 ml", - "phase": "liquid", - "fun": 5, - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] + "price": "0 cent", + "price_postapoc": "5 kUSD", + "count": 3, + "material": [ "compactblood" ], + "symbol": ".", + "color": "red" }, { - "id": "synthbloodpowder", - "type": "COMESTIBLE", - "comestible_type": "FOOD", - "looks_like": "bloodpowder", - "name": { "str": "synthetic blood powder" }, - "description": "Powdered synthetic human blood. It lacks the supernatural potency of real blood for crafting, but can still be used as a snack if you are so inclined.", - "weight": "10 g", - "volume": "3 ml", - "price": "1 cent", - "count": 10, - "quench": 0, - "healthy": 0, - "nutrition": 2, - "material": [ "blood" ], - "symbol": "'", - "color": "red", - "flags": [ "ZERO_WEIGHT", "VAMPIRISM" ] + "id": "bigbloodrune", + "type": "GENERIC", + "category": "spare_parts", + "name": { "str": "large bloodrune" }, + "description": "A stone similar to a head-sized ruby, the final remains of a powerful vampire. It trembles of its own volition, as if the power inside is eager to escape.", + "weight": "3000 g", + "volume": "1750 ml", + "price": "0 cent", + "price_postapoc": "25 kUSD", + "material": [ "compactblood" ], + "symbol": ".", + "color": "red" } ] diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index de521ac..68345ec 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -1,229 +1,115 @@ [ { - "result": "sword_sip", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "240 m", - "book_learn": [ [ "vamp_book1", 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", 16 ] ], - [ [ "glass", 4 ] ], - [ [ "leather", 4 ] ], - [ [ "blade", 1 ] ], - [ [ "bloodrune", 1 ] ] - ] - }, - { - "result": "sword_sipplus", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", - "skill_used": "fabrication", - "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", + "result": "blood", "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 ] ] ], + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "firstaid", + "difficulty": 1, + "charges": 20, + "time": "30 m", + "batch_time_factors": [25,2], + "autolearn": true, + "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ], + "tools": [ [ [ "vacutainer", -1 ] ] ], "components": [ - [ [ "steel_lump", 1 ] ], - [ [ "scrap", 6 ] ], - [ [ "longbow", 1 ] ], - [ [ "leather", 4 ] ], - [ [ "pipe", 2 ] ], - [ [ "bloodrune", 1 ] ] + [ + [ "corpse_generic_human", 1 ], + [ "corpse_generic_male", 1 ], + [ "corpse_generic_female", 1 ], + [ "corpse_generic_boy", 1 ], + [ "corpse_generic_girl", 1 ], + [ "corpse_child_calm", 1 ], + [ "corpse_child_gunned", 1 ], + [ "corpse_oldwoman_jewelry", 1 ], + [ "corpse_bloody", 1 ], + [ "corpse_painful", 1 ], + [ "corpse_scorched", 1 ], + [ "corpse_stabbed", 1 ], + [ "corpse_gunned", 1 ], + [ "corpse_halved_upper", 1 ], + [ "corpse_half_beheaded", 1 ] + ] ] }, { - "result": "sword_dive", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_PIERCING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "240 m", - "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 ] ] ] - }, - { - "result": "sword_diveplus", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_PIERCING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "15 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "sword_dive", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] - }, - { - "result": "hammerius", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_BASHING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "240 m", - "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 ] ] ] - }, - { - "result": "hammeriusplus", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_BASHING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "15 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "hammerius", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] - }, - { - "result": "punchie_bitie", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_BASHING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "240 m", - "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 ] ] ] - }, - { - "result": "punchie_bitieplus", "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_BASHING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "15 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "punchie_bitie", 1 ] ], [ [ "melted_bloodrune", 2 ] ] ] - }, - { - "result": "falc_crimsword", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "240 m", - "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 ] ] ] - }, - { - "result": "falc_crimswordplus", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", - "skill_used": "fabrication", - "difficulty": 8, - "time": "15 m", + "result": "synthblood", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "difficulty": 4, + "time": "5 m", + "batch_time_factors": [ 80, 4 ], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "falc_crimsword", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "qualities": [ { "id": "BOIL", "level": 1 } ], + "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], + "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] }, { - "result": "blood_forge_infuse", + "result": "bloodpowder", "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "fabrication", - "difficulty": 8, - "time": "180 m", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 4, + "charges": 4, + "time": "12 m", + "batch_time_factors": [83,3], "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 ] ] - ] + "byproducts": [ [ "bloodextract" ] ], + "qualities": [ { "id": "CHEM", "level": 2 } ], + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], + "components": [ [ [ "blood", 1 ] ] ] }, { - "result": "melted_bloodrune", + "result": "synthbloodpowder", "type": "recipe", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 0, - "time": "10 m", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 4, + "charges": 4, + "time": "12 m", + "batch_time_factors": [83,3], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ], - "tools": [ [ [ "surface_heat", 3, "LIST" ] ] ], - "components": [ [ [ "bloodrune", 1 ] ] ] + "byproducts": [ [ "synthbloodextract" ] ], + "qualities": [ { "id": "CHEM", "level": 2 } ], + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], + "components": [ [ [ "synthblood", 1 ] ] ] }, { - "result": "bloodcompressor", + "result": "bloodbar", "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "electronics", - "difficulty": 8, - "time": "180 m", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 3, + "charges": 4, + "time": "30 m", + "batch_time_factors": [ 75, 2 ], "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 ] ] ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], "components": [ - [ [ "steel_lump", 5 ] ], - [ [ "scrap", 14 ] ], - [ [ "element", 2 ] ], - [ [ "glass", 5 ] ], - [ [ "amplifier", 2 ] ], - [ [ "processor", 2 ] ], - [ [ "sheet_metal", 4 ] ] + [ [ "bloodpowder", 8 ] ], + [ [ "bloodextract", 1 ] ] ] }, { - "result": "bloodchem", + "result": "synthbloodbar", "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "electronics", - "difficulty": 8, - "time": "60 m", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 3, + "charges": 4, + "time": "30 m", + "batch_time_factors": [ 75, 2 ], "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], "components": [ - [ [ "scrap", 3 ] ], - [ [ "element", 4 ] ], - [ [ "chemistry_set", 1 ] ], - [ [ "amplifier", 1 ] ], - [ [ "processor", 1 ] ], - [ [ "sheet_metal", 1 ] ] + [ [ "synthbloodpowder", 8 ] ], + [ [ "synthbloodextract", 1 ] ] ] }, { @@ -251,92 +137,30 @@ "components": [ [ [ "bloodextract", 30 ] ] ] }, { - "result": "bloodrune", + "result": "melted_bloodrune", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 0, - "time": "5 m", - "qualities": [ { "id": "HAMMER", "level": 3 } ], - "components": [ [ [ "bigbloodrune", 1 ] ] ] - }, - { - "type": "recipe", - "result": "synthblood", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_DRINKS", - "skill_used": "cooking", - "difficulty": 4, - "time": "5 m", - "autolearn": true, - "batch_time_factors": [ 80, 4 ], - "qualities": [ { "id": "BOIL", "level": 1 } ], - "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], - "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] - }, - { - "result": "bloodpowder", - "type": "recipe", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_DRY", - "skill_used": "cooking", - "difficulty": 4, - "charges": 4, - "time": "12 m", - "batch_time_factors": [83,3], + "time": "10 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "byproducts": [ [ "bloodextract" ] ], - "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "blood", 1 ] ] ] + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ], + "tools": [ [ [ "surface_heat", 3, "LIST" ] ] ], + "components": [ [ [ "bloodrune", 1 ] ] ] }, { - "result": "synthbloodpowder", + "result": "melted_bloodrune", "type": "recipe", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_DRY", - "skill_used": "cooking", - "difficulty": 4, + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 0, "charges": 4, - "time": "12 m", - "batch_time_factors": [83,3], - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "synthblood", 1 ] ] ] - }, - { - "result": "blood", - "type": "recipe", - "category": "CC_FOOD", - "subcategory": "CSC_FOOD_OTHER", - "skill_used": "firstaid", - "difficulty": 1, - "charges": 20, "time": "30 m", - "batch_time_factors": [25,2], - "autolearn": true, - "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ], - "tools": [ [ [ "vacutainer", -1 ] ] ], - "components": [ - [ - [ "corpse_generic_human", 1 ], - [ "corpse_generic_male", 1 ], - [ "corpse_generic_female", 1 ], - [ "corpse_generic_boy", 1 ], - [ "corpse_generic_girl", 1 ], - [ "corpse_child_calm", 1 ], - [ "corpse_child_gunned", 1 ], - [ "corpse_oldwoman_jewelry", 1 ], - [ "corpse_bloody", 1 ], - [ "corpse_painful", 1 ], - [ "corpse_scorched", 1 ], - [ "corpse_stabbed", 1 ], - [ "corpse_gunned", 1 ], - [ "corpse_halved_upper", 1 ], - [ "corpse_half_beheaded", 1 ] - ] - ] + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ], + "tools": [ [ [ "surface_heat", 3, "LIST" ] ] ], + "components": [ [ [ "bigbloodrune", 4 ] ] ] } ] diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json new file mode 100644 index 0000000..d083119 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json @@ -0,0 +1,64 @@ +[ + { + "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", + "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", + "skill_used": "electronics", + "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", 5 ] ], + [ [ "scrap", 14 ] ], + [ [ "element", 2 ] ], + [ [ "glass", 5 ] ], + [ [ "amplifier", 2 ] ], + [ [ "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/Items/Misc/v_recipe_weapons.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_weapons.json new file mode 100644 index 0000000..cbbda78 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_weapons.json @@ -0,0 +1,175 @@ +[ + { + "result": "sword_sip", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_CUTTING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "240 m", + "book_learn": [ [ "vamp_book1", 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", 16 ] ], + [ [ "glass", 4 ] ], + [ [ "leather", 4 ] ], + [ [ "blade", 1 ] ], + [ [ "bloodrune", 1 ] ] + ] + }, + { + "result": "sword_sipplus", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_CUTTING", + "skill_used": "fabrication", + "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 ] ] ], + "components": [ + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 6 ] ], + [ [ "longbow", 1 ] ], + [ [ "leather", 4 ] ], + [ [ "pipe", 2 ] ], + [ [ "bloodrune", 1 ] ] + ] + }, + { + "result": "sword_dive", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_PIERCING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "240 m", + "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 ] ] ] + }, + { + "result": "sword_diveplus", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_PIERCING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "15 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "BINFUSING", "level": 1 } ], + "components": [ [ [ "sword_dive", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + }, + { + "result": "hammerius", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "240 m", + "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 ] ] ] + }, + { + "result": "hammeriusplus", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "15 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "BINFUSING", "level": 1 } ], + "components": [ [ [ "hammerius", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + }, + { + "result": "punchie_bitie", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "240 m", + "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 ] ] ] + }, + { + "result": "punchie_bitieplus", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_BASHING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "15 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "BINFUSING", "level": 1 } ], + "components": [ [ [ "punchie_bitie", 1 ] ], [ [ "melted_bloodrune", 2 ] ] ] + }, + { + "result": "falc_crimsword", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_CUTTING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "240 m", + "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 ] ] ] + }, + { + "result": "falc_crimswordplus", + "type": "recipe", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_CUTTING", + "skill_used": "fabrication", + "difficulty": 8, + "time": "15 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "BINFUSING", "level": 1 } ], + "components": [ [ [ "falc_crimsword", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + }, + { + "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 ] ] + ] + } +] -- cgit v1.2.1