This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Honey changes intial * Fixes for metamorphic drinks and flavour honey * Removed extra images and fixed meatslice and honey definition * Dead honey bee tree and bee jar with animation * change the nutriment in honeycomb to honey * Cleanup, honey apple streusel pie, honeycomb png * printable seed data, jar of bees that releases bz * honey bun tastes like honey and bun * Add the Apple Strudel Bites --------- Co-authored-by: Whatstone <[email protected]>
- Loading branch information
1 parent
0a4c7bb
commit 0eee6c2
Showing
58 changed files
with
813 additions
and
102 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
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
51 changes: 51 additions & 0 deletions
51
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/Baked/bread.yml
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,51 @@ | ||
- type: entity | ||
name: honey challah | ||
parent: FoodBreadBase | ||
id: FoodBreadChallah | ||
description: Twisted bread sprinkled with poppy seeds. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- bread | ||
- honey | ||
- type: Sprite | ||
sprite: _NF/Objects/Consumable/Food/Baked/bread.rsi | ||
state: challah | ||
- type: SliceableFood | ||
slice: FoodBreadChallahSlice | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 31 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 12 | ||
- ReagentId: Vitamin | ||
Quantity: 8 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
|
||
- type: entity | ||
name: challah slice | ||
parent: FoodBreadSliceBase | ||
id: FoodBreadChallahSlice | ||
description: A slice of poppy and honey, oh my! | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- bread | ||
- honey | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 6.2 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 2.4 | ||
- ReagentId: Vitamin | ||
Quantity: 1.6 | ||
- ReagentId: Flavorol | ||
Quantity: 1 | ||
- type: Sprite | ||
sprite: _NF/Objects/Consumable/Food/Baked/bread.rsi | ||
state: challahslice |
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
77 changes: 77 additions & 0 deletions
77
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/Baked/pie.yml
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,77 @@ | ||
- type: entity | ||
name: pear and cheese tart | ||
parent: FoodPieBase | ||
id: FoodTartPearCheese | ||
description: The most sublime pair. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- sweet | ||
- cheesy | ||
- pear | ||
- type: Sprite | ||
sprite: _NF/Objects/Consumable/Food/Baked/pie.rsi | ||
layers: | ||
- state: tin | ||
- state: pearandcheese | ||
- type: Tag | ||
tags: | ||
- Fruit | ||
- Pie | ||
|
||
- type: entity | ||
name: honey apple streusel pie | ||
parent: FoodPieBase | ||
id: FoodPieAppleHoney | ||
description: A pie full of honey-laced apples baked under a crumbly oat streusel topping. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- honey | ||
- apple | ||
- oats | ||
- type: Sprite | ||
sprite: _NF/Objects/Consumable/Food/Baked/pie.rsi | ||
layers: | ||
- state: tin | ||
- state: applecrisp | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 6 | ||
- ReagentId: Vitamin | ||
Quantity: 4 | ||
- ReagentId: Flavorol | ||
Quantity: 3 | ||
- type: SliceableFood | ||
slice: FoodPieAppleHoneySlice | ||
- type: Tag | ||
tags: | ||
- Fruit | ||
- Pie | ||
|
||
- type: entity | ||
name: slice of honey apple crumble pie | ||
parent: FoodPieSliceBase | ||
id: FoodPieAppleHoneySlice | ||
description: A slice of honey-laced apples baked under a crumbly oat streusel topping. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- honey | ||
- apple | ||
- oats | ||
- type: Sprite | ||
sprite: _NF/Objects/Consumable/Food/Baked/pie.rsi | ||
layers: | ||
- state: applecrisp-slice | ||
- state: alpha-slice-filling | ||
color: "#e09b3a" | ||
- type: Tag | ||
tags: | ||
- Fruit | ||
- Pie | ||
- Slice |
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.