Add Mothroach Burger (#24156)

* Add Mothroach Burger

* append copyright

* fix whitespace and metajson ordering
This commit is contained in:
TurboTrackerss14
2024-01-17 08:46:33 +00:00
committed by GitHub
parent 2e83f5a0ec
commit c32d19cf5c
6 changed files with 48 additions and 1 deletions

View File

@@ -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

View File

@@ -883,3 +883,9 @@
id: horrible
flavorType: Base
description: flavor-base-horrible
- type: flavor
id: light
flavorType: Complex
description: flavor-complex-light

View File

@@ -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