Add Mothroach Burger (#24156)
* Add Mothroach Burger * append copyright * fix whitespace and metajson ordering
This commit is contained in:
@@ -157,6 +157,7 @@ flavor-complex-plastic = like plastic
|
||||
flavor-complex-glue = like glue
|
||||
flavor-complex-spaceshroom-cooked = like space umami
|
||||
flavor-complex-lost-friendship = like lost friendship
|
||||
flavor-complex-light = like a light gone out
|
||||
|
||||
# Drink-specific flavors.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Swept and potato1234x at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, ian.png created by EmoGarbage",
|
||||
"copyright": "Taken from tgstation and modified by Swept and potato1234x at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, ian.png created by EmoGarbage, mothroach.png created by TurboTracker",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -173,6 +173,9 @@
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "mothroach"
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 393 B |
Reference in New Issue
Block a user