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

@@ -157,6 +157,7 @@ flavor-complex-plastic = like plastic
flavor-complex-glue = like glue flavor-complex-glue = like glue
flavor-complex-spaceshroom-cooked = like space umami flavor-complex-spaceshroom-cooked = like space umami
flavor-complex-lost-friendship = like lost friendship flavor-complex-lost-friendship = like lost friendship
flavor-complex-light = like a light gone out
# Drink-specific flavors. # Drink-specific flavors.

View File

@@ -891,3 +891,32 @@
# Note: I would put a bunch of colored burgers here as listed in the tg .dm but # 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. # 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 id: horrible
flavorType: Base flavorType: Base
description: flavor-base-horrible description: flavor-base-horrible
- type: flavor
id: light
flavorType: Complex
description: flavor-complex-light

View File

@@ -314,6 +314,14 @@
FoodBreadBun: 1 FoodBreadBun: 1
FoodMeatXeno: 1 FoodMeatXeno: 1
- type: microwaveMealRecipe
id: RecipeMothRoachburger
name: mothroachburger recipe
result: FoodBurgerMothRoach
solids:
FoodBreadBun: 1
MobMothroach: 1
#Breads & Sandwiches #Breads & Sandwiches
- type: microwaveMealRecipe - type: microwaveMealRecipe

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -173,6 +173,9 @@
{ {
"name": "x" "name": "x"
}, },
{
"name": "mothroach"
},
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B