-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds four new pear based meal recipes. (#2047)
* Adds four new pear based meal recipes. This PR adds four new pear meal recipes. A "tart", a savory and dessert poached recipe and a simple muffin. Finally the noble pear has a home. * Recipe tweak and nutritional adjustments. * Pear fixes, pear flavor, pear ID consistency --------- Co-authored-by: Checkraze <[email protected]> Co-authored-by: Whatstone <[email protected]>
- Loading branch information
1 parent
0be1e1b
commit bd6650d
Showing
13 changed files
with
207 additions
and
2 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
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 |
---|---|---|
|
@@ -19,6 +19,9 @@ | |
{ | ||
"name": "cucumbersandwich" | ||
}, | ||
{ | ||
"name": "pearmuffin" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
|
Binary file added
BIN
+639 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/pearmuffin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+347 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+340 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/meta.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,25 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, pearandcheese by dustylens (GitHub)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tin" | ||
}, | ||
{ | ||
"name": "pearandcheese" | ||
} | ||
] | ||
} |
Binary file added
BIN
+485 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/pearandcheese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+208 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/tin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+517 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bellepear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file added
BIN
+373 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/poachedpear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.