Skip to content

Commit

Permalink
Update other_materials.json (CleverRaven#57236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathra225 authored Apr 29, 2022
1 parent 17bd688 commit c5953ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/mods/innawood/recipes/other_materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,23 @@
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "plant_fibre", 5 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "plastic_chunk",
"id_suffix": "from chitin",
"//": "Abstracted production of chitosan, using acid to demineralise chitin powder then lye to deacetylate.",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "chemistry",
"difficulty": 4,
"time": "90 m",
"autolearn": true,
"batch_time_factors": [ 80, 2 ],
"result_mult": 15,
"qualities": [ { "id": "CHEM", "level": 2 }, { "id": "CONTAIN", "level": 1 } ],
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"components": [ [ [ "meal_chitin_piece", 30 ] ], [ [ "lye", 4 ] ], [ [ "any_strong_acid", 1, "LIST" ] ] ]
}
]

0 comments on commit c5953ac

Please sign in to comment.