Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CR] Add activity levels to recipes #42873

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6b04f92
Blacksmithing automated recipe activity changes
anothersimulacrum Aug 11, 2020
f457c18
Forging automated recipe acitivty changes
anothersimulacrum Aug 11, 2020
f0110ff
Welding automated recipe activity changes
anothersimulacrum Aug 11, 2020
9efa62f
Soldering automated recipe activity level changes
anothersimulacrum Aug 11, 2020
95c6ad9
Sewing automated recipe activity changes
anothersimulacrum Aug 11, 2020
ba25aee
Metal saw automated recipe activity changes
anothersimulacrum Aug 11, 2020
cda776a
Wood saw automated recipe activity changes
anothersimulacrum Aug 11, 2020
539fa76
Hammering automated recipe activity level changes
anothersimulacrum Aug 11, 2020
1542079
Mutagens automated recipe activity level changes
anothersimulacrum Aug 11, 2020
851e4e7
Cooking automated recipe activity changes
anothersimulacrum Aug 11, 2020
4ba4199
Boiling automated recipe activity changes
anothersimulacrum Aug 11, 2020
13836fa
Chemistry automated recipe activity changes
anothersimulacrum Aug 11, 2020
b9c10b9
Sewing automated recipe activity changes (2)
anothersimulacrum Aug 11, 2020
5d1582e
Chiseling automated recipe activity level changes
anothersimulacrum Aug 11, 2020
80c2e0f
Cutting automated recipe activity changes
anothersimulacrum Aug 11, 2020
7dd8819
Glare automated recipe activity changes
anothersimulacrum Aug 11, 2020
e9185f1
Screwing automated recipe activity changes
anothersimulacrum Aug 11, 2020
86a7b6c
Kiln automated recipe acitivty changes
anothersimulacrum Aug 11, 2020
8306792
Convert all other recipe activity levels
anothersimulacrum Aug 11, 2020
8edfeff
Uncraft recipe activity adjustments
anothersimulacrum Aug 11, 2020
3be108e
Missed recipes
anothersimulacrum Aug 12, 2020
5d2fa1b
Make exertion levels mandatory
anothersimulacrum Aug 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
8 changes: 4 additions & 4 deletions data/json/recipes/chem/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"result": "chem_ethanol",
"type": "recipe",
"activity_level": "fake",
"activity_level": "LIGHT_EXERCISE",
"byproducts": [ [ "water_clean" ] ],
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
Expand All @@ -25,7 +25,7 @@
{
"result": "denat_alcohol",
"type": "recipe",
"activity_level": "fake",
"activity_level": "LIGHT_EXERCISE",
"byproducts": [ [ "water_clean" ] ],
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
Expand All @@ -48,7 +48,7 @@
{
"result": "biodiesel",
"type": "recipe",
"activity_level": "fake",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
"byproducts": [ [ "chem_glycerol", 4 ] ],
Expand Down Expand Up @@ -79,7 +79,7 @@
{
"result": "lamp_oil",
"type": "recipe",
"activity_level": "fake",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
"skill_used": "chemistry",
Expand Down
Loading