pie pumpkin (#841)

This commit is contained in:
Nim
2025-02-05 21:39:30 +02:00
committed by GitHub
parent bf46e6b5e8
commit fed38041e0
6 changed files with 92 additions and 2 deletions

View File

@@ -215,3 +215,73 @@
entries:
- temperatureRange: 400, 500
transformTo: CP14Ash1
- type: entity
name: raw pumpkin pie
parent: CP14FoodPieBaseRaw
id: CP14FoodPiePumpkinRaw
description: Raw dough with pumpkin, can be a satisfyingly flavorful dish.
components:
- type: FlavorProfile
flavors:
- raw dough
- pumpkin
- type: Sprite
layers:
- state: tin
- state: pumpkin_raw
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: UncookedAnimalProteins
Quantity: 2
- ReagentId: PumpkinFlesh
Quantity: 5
- ReagentId: Vitamin
Quantity: 4
- type: Tag
tags:
- Fruit
- type: CP14TemperatureTransformation
entries:
- temperatureRange: 400, 500
transformTo: CP14FoodPiePumpkin
- type: entity
name: pumpkin pie
parent: CP14FoodPieBase
id: CP14FoodPiePumpkin
description: Delicious pumpkin pie, with a toasted crust on the outside.
components:
- type: FlavorProfile
flavors:
- pumpkin
- type: Sprite
layers:
- state: tin
- state: pumpkin
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Protein
Quantity: 2
- ReagentId: PumpkinFlesh
Quantity: 5
- ReagentId: Vitamin
Quantity: 4
- type: Tag
tags:
- Fruit
- Pie
- type: CP14TemperatureTransformation
entries:
- temperatureRange: 400, 500
transformTo: CP14Ash1

View File

@@ -136,7 +136,7 @@
food:
maxVol: 6 # 1/5 pumpkin
reagents:
- ReagentId: Nutriment
- ReagentId: PumpkinFlesh
Quantity: 4
- ReagentId: Vitamin
Quantity: 1

View File

@@ -25,3 +25,17 @@
protoId: CP14FoodMeatLambSlice
count: 3
result: CP14FoodPieMeatRaw
- type: CP14Recipe
id: CP14FoodPiePumpkinRaw
tag: CP14RecipeCooking
craftTime: 5
requirements:
- !type:ProtoIdResource
protoId: CP14PlatePie
- !type:ProtoIdResource
protoId: CP14FoodDoughMediumFlat
- !type:ProtoIdResource
protoId: CP14FoodPumpkinSlice
count: 5
result: CP14FoodPiePumpkinRaw

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-4.0",
"copyright": "Created by Artista",
"copyright": "Created by Artista, pumpkin by aeoli (discord)",
"states": [
{
"name": "apple"
@@ -25,6 +25,12 @@
{
"name": "meat_raw"
},
{
"name": "pumpkin"
},
{
"name": "pumpkin_raw"
},
{
"name": "tin"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B