Skip to content

Commit

Permalink
Removed BnW Burger
Browse files Browse the repository at this point in the history
Added Black Burger
Added White Burger
Removed unnecessary code in all pretty Burgers
    All pretty burgers now parent off burger plain
    All pretty burgers no longer have unique container managers, allowing them to adopt Plain burger's
    All pretty burgers no longer have unique flavor profiles, allowing them to adopt Plain burger's
Modified both BnW recipes to make their respective black and white counterparts instead.
  • Loading branch information
SketchiiArtist committed Feb 8, 2025
1 parent 4ccd32c commit bb7b250
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 137 deletions.
144 changes: 14 additions & 130 deletions Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/burger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,192 +51,76 @@
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: 15
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: 15
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: 15
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: 15
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
parent: FoodBurgerPlain
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: 15
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
parent: FoodBurgerPlain
id: PrettyBurgerBlack
description: It's so pretty... black?
components:
- type: Sprite
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: plainblack

- type: entity
name: white pretty burger
parent: FoodBurgerPlain
id: PrettyBurgerWhite
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: 15
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: Vitamin
Quantity: 3
- type: Tag
tags:
- Meat
state: plainwhite
12 changes: 6 additions & 6 deletions Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,9 @@
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerWnB
name: white and black pretty burger recipe
result: PrettyBurgerBnW
id: RecipeBurgerWhite
name: white pretty burger recipe
result: PrettyBurgerWhite
time: 10
solids:
FoodBreadBun: 1
Expand All @@ -845,9 +845,9 @@
- Oven

- type: microwaveMealRecipe
id: RecipeBurgerBnW
name: black and white pretty burger recipe
result: PrettyBurgerBnW
id: RecipeBurgerBlack
name: black pretty burger recipe
result: PrettyBurgerBlack
time: 10
solids:
FoodBreadBun: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"name": "plainpurple"
},
{
"name": "plainbnw"
"name": "plainblack"
},
{
"name": "plainwhite"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb7b250

Please sign in to comment.