-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Showing
209 changed files
with
16,785 additions
and
9,177 deletions.
There are no files selected for viewing
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
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,25 @@ | ||
#define RAW 1 | ||
#define COOKED 2 | ||
#define OVERCOOKED 3 | ||
#define BURNT 4 | ||
|
||
#define COOKINFO_TIME 1 | ||
#define COOKINFO_NUTRIMULT 2 | ||
#define COOKINFO_TASTE 3 | ||
|
||
#define HEAT_LOW 1 | ||
#define HEAT_MID 2 | ||
#define HEAT_HIGH 3 | ||
|
||
#define METHOD_OVEN "oven" | ||
#define METHOD_GRILL "grill" | ||
#define METHOD_STOVE "stove" | ||
#define METHOD_DEEPFRY "deep fryer" | ||
#define METHOD_MICROWAVE "microwave" | ||
#define METHOD_BLOWTORCH "blowtorch" //i know a welder isn't actually one but you actually use blowtorches in cooking | ||
#define METHOD_ENERGETIC_ANOMALY "energetic anomaly" //supermatter, tesla, etc | ||
|
||
#define WEIGHT_TASTE_DIVISOR 100 | ||
#define WEIGHT_TASTE_DIVISION(X) X/WEIGHT_TASTE_DIVISOR | ||
|
||
#define INGREDIENT_COOKTIME_MAX_SEPERATION 5 SECONDS |
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
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
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
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
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
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
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
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
Oops, something went wrong.