Taco! (#17635)
This commit is contained in:
@@ -517,7 +517,6 @@
|
||||
Quantity: 6
|
||||
# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas.
|
||||
|
||||
|
||||
- type: entity
|
||||
name: melon fruit bowl
|
||||
parent: FoodMealBase
|
||||
@@ -545,3 +544,18 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Kelotane
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
name: taco
|
||||
parent: FoodMealBase
|
||||
id: FoodMealTaco
|
||||
description: Take a bite!
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheesy
|
||||
- tomato
|
||||
- meaty
|
||||
- onion
|
||||
- type: Sprite
|
||||
state: taco
|
||||
|
||||
@@ -1585,3 +1585,15 @@
|
||||
solids:
|
||||
FoodMeatLizard: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFoodMealTaco
|
||||
name: taco recipe
|
||||
result: FoodMealTaco
|
||||
time: 10
|
||||
solids:
|
||||
FoodDoughSlice: 1
|
||||
FoodTomato: 1
|
||||
FoodOnionSlice: 2
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatCutlet: 1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -139,6 +139,9 @@
|
||||
{
|
||||
"name": "stewedsoymeat"
|
||||
},
|
||||
{
|
||||
"name": "taco"
|
||||
},
|
||||
{
|
||||
"name": "melonfruitbowl"
|
||||
},
|
||||
|
||||
BIN
Resources/Textures/Objects/Consumable/Food/meals.rsi/taco.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/meals.rsi/taco.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 461 B |
Reference in New Issue
Block a user