-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfaee8a
commit c41cd7c
Showing
1 changed file
with
258 additions
and
0 deletions.
There are no files selected for viewing
258 changes: 258 additions & 0 deletions
258
data/mods/MindOverMatter/mod_interactions/innawood/recipes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,258 @@ | ||
[ | ||
{ | ||
"type": "recipe", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"result": "lens_crude", | ||
"category": "CC_OTHER", | ||
"subcategory": "CSC_OTHER_TOOLS", | ||
"skill_used": "fabrication", | ||
"difficulty": 6, | ||
"time": "1 h", | ||
"autolearn": true, | ||
"proficiencies": [ { "proficiency": "prof_glassblowing" } ], | ||
"qualities": [ { "id": "CHISEL", "level": 3 } ], | ||
"tools": [ | ||
[ [ "metalworking_tongs_any", 1, "LIST" ] ], | ||
[ [ "pipe", -1 ] ], | ||
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], | ||
[ [ "forge", 5 ] ] | ||
], | ||
"components": [ [ [ "glass_shard", 1 ], [ "flask_glass", 1 ], [ "marble", 25 ] ] ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "magnifying_glass", | ||
"category": "CC_OTHER", | ||
"subcategory": "CSC_OTHER_TOOLS", | ||
"skill_used": "fabrication", | ||
"difficulty": 4, | ||
"time": "60 m", | ||
"autolearn": true, | ||
"proficiencies": [ { "proficiency": "prof_carving" } ], | ||
"using": [ [ "cordage_short", 3 ] ], | ||
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ], | ||
"byproducts": [ [ "splinter", 15 ] ], | ||
"components": [ [ [ "2x4", 1 ] ], [ [ "lens_crude", 1 ] ], [ [ "super_glue", 2 ] ] ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_biokin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_biokin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_clair_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_clair_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_electrokin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_electrokin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_photokin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_photokin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_pyrokin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_pyrokin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_telekin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_telekin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_telepath_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_telepath_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_teleport_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_teleport_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_vitakin_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_vitakin_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
}, | ||
{ | ||
"type": "recipe", | ||
"activity_level": "LIGHT_EXERCISE", | ||
"result": "matrix_crystal_drained_dust_refined", | ||
"category": "CC_PSIONIC", | ||
"subcategory": "CSC_PSIONIC_OTHER", | ||
"skill_used": "chemistry", | ||
"skills_required": [ "metaphysics", 3 ], | ||
"difficulty": 5, | ||
"time": "1 h", | ||
"autolearn": [ [ "chemistry", 5 ], [ "metaphysics", 3 ] ], | ||
"book_learn": [ [ "schematics_matrix_crystal_ground", 5 ], [ "recipe_survivor_matrix_crystal_ground", 7 ] ], | ||
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "BOIL", "level": 1 } ], | ||
"tools": [ [ [ "magnifying_glass", -1 ] ] ], | ||
"proficiencies": [ | ||
{ "proficiency": "prof_intro_chemistry", "required": false }, | ||
{ "proficiency": "prof_inorganic_chemistry", "required": false } | ||
], | ||
"using": [ [ "any_strong_acid", 2, "LIST" ], [ "surface_heat", 30, "LIST" ] ], | ||
"components": [ [ [ "matrix_crystal_drained_dust", 3 ] ] ], | ||
"flags": [ "BLIND_HARD" ] | ||
} | ||
] |