New food recipe: World Peazza (#35191)
* added world peazza * fixed a comma in the pizza sprite json * changed attribution comment on ArtisticRoomba's suggestion * restored accidentally deleted line, thanks Tayrtahn
This commit is contained in:
@@ -67,4 +67,5 @@
|
||||
- FoodBurgerCrazy
|
||||
- FoodPizzaArnoldSlice
|
||||
- FoodPizzaUraniumSlice
|
||||
- FoodPizzaWorldpeasSlice
|
||||
rareChance: 0.05
|
||||
|
||||
@@ -681,3 +681,55 @@
|
||||
Quantity: 0.8
|
||||
- ReagentId: Fiber
|
||||
Quantity: 1.5
|
||||
|
||||
- type: entity
|
||||
name: world peazza
|
||||
parent: FoodPizzaBase
|
||||
id: FoodPizzaWorldpeas
|
||||
description: Modern diplomacy in the shape of a disc.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- numbingtranquility
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: worldpeas
|
||||
- type: SliceableFood
|
||||
slice: FoodPizzaWorldpeasSlice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 45
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 20
|
||||
- ReagentId: Happiness
|
||||
Quantity: 12
|
||||
- ReagentId: Pax
|
||||
Quantity: 8
|
||||
|
||||
- type: entity
|
||||
name: slice of world peazza
|
||||
parent: FoodPizzaSliceBase
|
||||
id: FoodPizzaWorldpeasSlice
|
||||
description: Dividing the world up is a small price to pay for harmony.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- numbingtranquility
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: worldpeas-slice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 10
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 3.5
|
||||
- ReagentId: Happiness
|
||||
Quantity: 2
|
||||
- ReagentId: Pax
|
||||
Quantity: 1.5
|
||||
|
||||
@@ -273,6 +273,9 @@
|
||||
- id: FoodPizzaCotton
|
||||
prob: 0.10
|
||||
orGroup: Pizza
|
||||
- id: FoodPizzaWorldpeas
|
||||
prob: 0.05
|
||||
orGroup: Pizza
|
||||
- id: KnifePlastic
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -718,6 +718,15 @@
|
||||
FoodDoughCottonFlat: 1
|
||||
CottonBol: 4
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeWorldpeasPizza
|
||||
name: world peazza recipe
|
||||
result: FoodPizzaWorldpeas
|
||||
time: 30
|
||||
solids:
|
||||
FoodDoughFlat: 1
|
||||
FoodWorldPeas: 3
|
||||
|
||||
#Italian
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBoiledSpaghetti
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, Spicy Rock Pizza modified from margherita pizza by mkanke, cotton made by mlexf (discord 1143460554963427380)",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, Spicy Rock Pizza modified from margherita pizza by mkanke, cotton made by mlexf (discord 1143460554963427380), world peazza modified from margherita by MisterImp (GitHub)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -149,6 +149,12 @@
|
||||
},
|
||||
{
|
||||
"name": "uranium-slice"
|
||||
},
|
||||
{
|
||||
"name": "worldpeas"
|
||||
},
|
||||
{
|
||||
"name": "worldpeas-slice"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 284 B |
Binary file not shown.
|
After Width: | Height: | Size: 422 B |
Reference in New Issue
Block a user