forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 25
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
1 parent
42fa1e8
commit 7cb7d67
Showing
1 changed file
with
198 additions
and
0 deletions.
There are no files selected for viewing
198 changes: 198 additions & 0 deletions
198
Resources/Prototypes/Corvax/Entities/Objects/Consumable/Food/japanfood/food.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,198 @@ | ||
- type: entity | ||
name: Chocolate Pocky | ||
parent: FoodBakedBase | ||
id: chocopocky | ||
description: Don't forget to play the game with your date... | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- sweet | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: chocopocky | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Theobromine | ||
Quantity: 3 | ||
- ReagentId: CocoaPowder | ||
Quantity: 1 | ||
- type: Tag | ||
tags: | ||
- Cigarette | ||
- type: Clothing | ||
sprite: Corvax\Objects\Consumable\Food\pockypacks.rsi | ||
slots: [ mask ] | ||
equippedPrefix: unlit | ||
|
||
- type: entity | ||
name: Tricolor Dango | ||
parent: FoodBakedBase | ||
id: hanamidango | ||
description: You like that colors, don't you? | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: FlavorProfile | ||
flavors: | ||
- sweet | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: hanamidango | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 15 | ||
- ReagentId: Rice | ||
Quantity: 5 | ||
- ReagentId: Sugar | ||
Quantity: 2 | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- ReagentId: GreenTea | ||
Quantity: 2 | ||
- ReagentId: MelonLiquor | ||
Quantity: 2 | ||
|
||
- type: entity | ||
name: Mitarashi Dango | ||
parent: FoodBakedBase | ||
id: mitarashidango | ||
description: Rice sweetness that beckons | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: FlavorProfile | ||
flavors: | ||
- sweet | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: mitarashidango | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 15 | ||
- ReagentId: Rice | ||
Quantity: 5 | ||
- ReagentId: Sugar | ||
Quantity: 2 | ||
|
||
- type: entity | ||
name: Onigiri | ||
parent: FoodBakedBase | ||
id: onigiri | ||
description: Best fried geometric shape in the galaxy | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- meaty | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: onigiri | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 35 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 20 | ||
- ReagentId: Rice | ||
Quantity: 5 | ||
- ReagentId: Protein | ||
Quantity: 5 | ||
- ReagentId: Mayo | ||
Quantity: 2 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
|
||
- type: entity | ||
name: Pork Ramen | ||
parent: FoodBowlBase | ||
id: porkramennoodles | ||
description: Ah, I See You're a Man of Culture As Well... | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- oily | ||
- type: Item | ||
- type: Food | ||
utensil: Fork | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: porkramen | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 35 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 20 | ||
- ReagentId: Protein | ||
Quantity: 5 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- ReagentId: Soysauce | ||
Quantity: 2 | ||
- ReagentId: CapsaicinOil | ||
Quantity: 2 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
- Soup | ||
|
||
- type: entity | ||
name: Spicy Ramen | ||
parent: FoodBowlBase | ||
id: spicyporkramennoodles | ||
description: So hot and so cute! | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- spicy | ||
- oily | ||
- type: Item | ||
- type: Food | ||
utensil: Fork | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: spicyporkramen | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 40 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 25 | ||
- ReagentId: Protein | ||
Quantity: 5 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- ReagentId: CapsaicinOil | ||
Quantity: 2 | ||
- ReagentId: Soysauce | ||
Quantity: 2 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
- Soup |