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:
mkanke-real
2024-07-24 08:22:11 +09:00
committed by GitHub
parent 4f8b634f38
commit e1f3bdc748
6 changed files with 92 additions and 1 deletions

View File

@@ -78,5 +78,6 @@
- FoodMeatRatdoubleKebab
- FoodMeatSnakeKebab
- FoodPizzaArnoldSlice
- FoodPizzaUraniumSlice
- FoodTacoRat
rareChance: 0.05

View File

@@ -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.