Add Mothroach Burger (#24156)
* Add Mothroach Burger * append copyright * fix whitespace and metajson ordering
This commit is contained in:
@@ -891,3 +891,32 @@
|
||||
|
||||
# Note: I would put a bunch of colored burgers here as listed in the tg .dm but
|
||||
# I'd rather wait for a custom burger component.
|
||||
|
||||
- type: entity
|
||||
name: mothroachburger
|
||||
parent: FoodBurgerBase
|
||||
id: FoodBurgerMothRoach
|
||||
description: The last lamp it saw was the one inside the microwave.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bun
|
||||
- meaty
|
||||
- light
|
||||
- type: Sprite
|
||||
state: mothroach
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 3
|
||||
- ReagentId: Protein
|
||||
Quantity: 4
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 7
|
||||
- type: Tag
|
||||
tags:
|
||||
- Meat
|
||||
|
||||
@@ -883,3 +883,9 @@
|
||||
id: horrible
|
||||
flavorType: Base
|
||||
description: flavor-base-horrible
|
||||
|
||||
- type: flavor
|
||||
id: light
|
||||
flavorType: Complex
|
||||
description: flavor-complex-light
|
||||
|
||||
@@ -314,6 +314,14 @@
|
||||
FoodBreadBun: 1
|
||||
FoodMeatXeno: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeMothRoachburger
|
||||
name: mothroachburger recipe
|
||||
result: FoodBurgerMothRoach
|
||||
solids:
|
||||
FoodBreadBun: 1
|
||||
MobMothroach: 1
|
||||
|
||||
#Breads & Sandwiches
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
|
||||
Reference in New Issue
Block a user