Add spicy rock pizza (#30116)
* Added all the parts to implement spicy rock pizza * Added sprites for pizza * Fixed coma formatting in meta.json for pizzas * Fix formatting and rebalance reagent quantities in pizza.yml * Flipped Uranium and Radium values to be the correct ratio * Updated meta.json file to have credit for sprite
This commit is contained in:
@@ -78,5 +78,6 @@
|
||||
- FoodMeatRatdoubleKebab
|
||||
- FoodMeatSnakeKebab
|
||||
- FoodPizzaArnoldSlice
|
||||
- FoodPizzaUraniumSlice
|
||||
- FoodTacoRat
|
||||
rareChance: 0.05
|
||||
|
||||
@@ -547,3 +547,76 @@
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
# Tastes like stale crust, rancid cheese, mushroom.
|
||||
|
||||
- type: entity
|
||||
name: spicy rock pizza
|
||||
parent: FoodPizzaBase
|
||||
id: FoodPizzaUranium
|
||||
description: Spicy pizza covered in peppers and uranium.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- spicy
|
||||
- cheesy
|
||||
- oily
|
||||
- bread
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: uranium-pizza
|
||||
- type: SliceableFood
|
||||
slice: FoodPizzaUraniumSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Meat
|
||||
- Pizza
|
||||
- type: PointLight
|
||||
enabled: true
|
||||
radius: 2
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 40
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 20
|
||||
- ReagentId: Radium
|
||||
Quantity: 4
|
||||
- ReagentId: Uranium
|
||||
Quantity: 16
|
||||
|
||||
- type: entity
|
||||
name: slice of spicy rock pizza
|
||||
parent: FoodPizzaSliceBase
|
||||
id: FoodPizzaUraniumSlice
|
||||
description: A glowing slice of spicy rock pizza.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- spicy
|
||||
- cheesy
|
||||
- oily
|
||||
- bread
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: uranium-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Meat
|
||||
- Pizza
|
||||
- Slice
|
||||
- type: PointLight
|
||||
enabled: true
|
||||
radius: 2
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2.5
|
||||
- ReagentId: Radium
|
||||
Quantity: 0.5
|
||||
- ReagentId: Uranium
|
||||
Quantity: 2
|
||||
|
||||
# Tastes like crust, tomato, cheese, radiation.
|
||||
|
||||
@@ -591,6 +591,17 @@
|
||||
FoodCheeseSlice: 1
|
||||
FoodTomato: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeUraniumPizza
|
||||
name: spicy rock pizza recipe
|
||||
result: FoodPizzaUranium
|
||||
time: 30
|
||||
solids:
|
||||
FoodDoughFlat: 1
|
||||
FoodChiliPepper: 2
|
||||
FoodTomato: 2
|
||||
SheetUranium1: 2
|
||||
|
||||
#Italian
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBoiledSpaghetti
|
||||
|
||||
Reference in New Issue
Block a user