Add snake kebab (#24341)

* add snake kebab

* fix sprite

* just meat
This commit is contained in:
Nim
2024-01-21 01:38:10 +02:00
committed by GitHub
parent 4f307a49be
commit 6a0c800492
6 changed files with 36 additions and 0 deletions

View File

@@ -74,6 +74,7 @@
- FoodMeatLizardtailKebab
- FoodMeatRatKebab
- FoodMeatRatdoubleKebab
- FoodMeatSnakeKebab
- FoodPizzaArnoldSlice
- FoodTacoRat
rareChance: 0.05

View File

@@ -157,3 +157,21 @@
- state: skewer-corn2
- state: skewer-mushroom2
- state: skewer-tomato1
- type: entity
name: snake kebab
parent: FoodSkewerBase
id: FoodMeatSnakeKebab
description: Snake meat on a stick. It's a little tough.
components:
- type: Sprite
layers:
- state: skewer
- state: skewer-snake1
- state: skewer-snake2
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 12

View File

@@ -1818,6 +1818,17 @@
FoodMeatLizard: 1
FoodKebabSkewer: 1
- type: microwaveMealRecipe
id: RecipeSnakeKebab
name: snake kebab recipe
result: FoodMeatSnakeKebab
time: 15
reagents:
Wine: 5
solids:
FoodMeatSnake: 1
FoodKebabSkewer: 1
- type: microwaveMealRecipe
id: RecipeFoodMealSoftTaco
name: soft taco recipe

View File

@@ -93,6 +93,12 @@
},
{
"name": "skewer-rat2"
},
{
"name": "skewer-snake1"
},
{
"name": "skewer-snake2"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B