Skip to content

Commit

Permalink
[Innawoods] Ethanol and jacks (#56796)
Browse files Browse the repository at this point in the history
* Update tool.json

* Update chem_fuel.json

* Update brewing.json

* Update brewing.json
  • Loading branch information
Sathra225 authored Apr 18, 2022
1 parent 92c21ca commit 4cf25da
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/mods/innawood/recipes/brewing.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,28 @@
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"components": [ [ [ "water", 15 ], [ "water_clean", 15 ] ], [ [ "pumpkin", 12 ] ], [ [ "sugar", 50 ] ], [ [ "yeast", 2 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "brew_moonshine",
"id_suffix": "forage",
"result_mult": 15,
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_BREW",
"skill_used": "cooking",
"difficulty": 2,
"time": "30 m",
"batch_time_factors": [ 95, 4 ],
"autolearn": true,
"qualities": [ { "id": "BOIL", "level": 2 } ],
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"components": [
[ [ "water", 15 ], [ "water_clean", 15 ] ],
[ [ "cattail_rhizome", 12 ], [ "buckwheat", 15 ] ],
[ [ "sugar", 100 ] ],
[ [ "yeast", 2 ] ]
]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
Expand Down
16 changes: 16 additions & 0 deletions data/mods/innawood/recipes/chem_fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
"tools": [ [ [ "surface_heat", 30, "LIST" ] ], [ [ "thermometer", -1 ] ] ],
"components": [ [ [ "mixed_alcohol_strong", 14 ], [ "mixed_alcohol_weak", 10 ], [ "wash_liquor", 42, "LIST" ] ] ]
},
{
"result": "chem_ethanol",
"type": "recipe",
"id_suffix": "slow_distill",
"activity_level": "NO_EXERCISE",
"byproducts": [ [ "water_clean" ] ],
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
"skill_used": "chemistry",
"difficulty": 4,
"time": "120 m",
"autolearn": true,
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
"tools": [ [ [ "surface_heat", 60, "LIST" ] ] ],
"components": [ [ [ "mixed_alcohol_strong", 14 ], [ "mixed_alcohol_weak", 10 ], [ "wash_liquor", 42, "LIST" ] ] ]
},
{
"result": "methed_alcohol",
"type": "recipe",
Expand Down
56 changes: 56 additions & 0 deletions data/mods/innawood/recipes/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,61 @@
[ [ "bone_glue", 1 ], [ "superglue", 1 ] ],
[ [ "duct_tape", 10 ] ]
]
},
{
"result": "jack",
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 5,
"skills_required": [ "mechanics", 3 ],
"time": "300 m",
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_mechanics", 3 ], [ "manual_fabrication", 5 ], [ "textbook_fabrication", 5 ] ],
"using": [ [ "forging_standard", 10 ], [ "steel_standard", 5 ] ],
"proficiencies": [
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_toolsmithing" }
],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ] ]
},
{
"result": "jack_makeshift",
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 2,
"skills_required": [ "mechanics", 1 ],
"time": "100 m",
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_mechanics", 1 ], [ "manual_fabrication", 2 ], [ "textbook_fabrication", 2 ] ],
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ],
"components": [ [ [ "pipe", 4 ] ], [ [ "scrap", 2 ] ] ]
},
{
"result": "jack_small",
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 3,
"skills_required": [ "mechanics", 2 ],
"time": "200 m",
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_mechanics", 2 ], [ "manual_fabrication", 3 ], [ "textbook_fabrication", 3 ] ],
"using": [ [ "welding_standard", 5 ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ],
"components": [ [ [ "pipe", 4 ] ], [ [ "scrap", 2 ] ] ]
}
]

0 comments on commit 4cf25da

Please sign in to comment.