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

Pretty Burgers! #2715

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
196 changes: 196 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/burger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,199 @@
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: rosy-mothroach

- type: entity
name: red pretty burger
parent: FoodBurgerBase
id: PrettyBurgerRed
description: It's so pretty... red?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainred
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: orange pretty burger
parent: FoodBurgerBase
id: PrettyBurgerOrange
description: It's so pretty... orange?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainorange
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: yellow pretty burger
parent: FoodBurgerBase
id: PrettyBurgerYellow
description: It's so pretty... yellow?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainyellow
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: green pretty burger
parent: FoodBurgerBase
id: PrettyBurgerGreen
description: It's so pretty... green?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plaingreen
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: blue pretty burger
parent: FoodBurgerBase
id: PrettyBurgerBlue
description: It's so pretty... blue?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainblue
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: purple pretty burger
parent: FoodBurgerBase
id: PrettyBurgerPurple
description: It's so pretty... purple?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainpurple
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat

- type: entity
name: black and white pretty burger
parent: FoodBurgerBase
id: PrettyBurgerBnW
description: It's so pretty... colorless?
components:
- type: FlavorProfile
flavors:
- bun
- meaty
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainbnw
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat
102 changes: 99 additions & 3 deletions Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
FoodBowlBig: 1
FoodNoodlesBoiled: 1
FoodCorn: 1
reagents:
reagents:
Water: 20
recipeType:
- Oven
Expand Down Expand Up @@ -733,7 +733,7 @@
result: FoodMealSpicyNoodles
time: 20
solids:
FoodBowlBig: 1
FoodBowlBig: 1
FoodNoodlesBoiled: 1
FoodTofuSlice: 1
FoodChiliPepper: 1
Expand All @@ -749,7 +749,7 @@
result: FoodMealTonkatsuNoodles
time: 20
solids:
FoodBowlBig: 1
FoodBowlBig: 1
FoodNoodlesBoiled: 1
FoodSoybeans: 1
FoodGarlic: 1
Expand All @@ -759,3 +759,99 @@
Water: 15
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerRed
name: red pretty burger recipe
result: PrettyBurgerRed
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonRed: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerOrange
name: orange pretty burger recipe
result: PrettyBurgerOrange
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonOrange: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerYellow
name: yellow pretty burger recipe
result: PrettyBurgerYellow
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonYellow: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerGreen
name: green pretty burger recipe
result: PrettyBurgerGreen
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonGreen: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerBlue
name: blue pretty burger recipe
result: PrettyBurgerBlue
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonBlue: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerPurple
name: purple pretty burger recipe
result: PrettyBurgerPurple
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonPurple: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerWnB
name: white and black pretty burger recipe
result: PrettyBurgerBnW
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonWhite: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerBnW
name: black and white pretty burger recipe
result: PrettyBurgerBnW
time: 10
solids:
FoodBreadBun: 1
FoodMeat: 1
CrayonBlack: 1
recipeType:
- Oven
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
},
{
"name": "rosy-mothroach"
},
{
"name": "plainred"
},
{
"name": "plainorange"
},
{
"name": "plainyellow"
},
{
"name": "plaingreen"
},
{
"name": "plainblue"
},
{
"name": "plainpurple"
},
{
"name": "plainbnw"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading