* add snake kebab
* fix sprite
* just meat
- FoodMeatLizardtailKebab
- FoodMeatRatKebab
- FoodMeatRatdoubleKebab
+ - FoodMeatSnakeKebab
- FoodPizzaArnoldSlice
- FoodTacoRat
rareChance: 0.05
- 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
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
},
{
"name": "skewer-rat2"
+ },
+ {
+ "name": "skewer-snake1"
+ },
+ {
+ "name": "skewer-snake2"
}
]
}