Add pumpkin pie! (#32623)
* first commit * Licence fix * rosysyntax licence change (permission granted!) * simplify * Better wording
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 5
|
||||
- type: Food #All pies here made with a pie tin; unless you're some kind of savage, you're probably not destroying this when you eat or slice the pie!
|
||||
trash:
|
||||
trash:
|
||||
- FoodPlateTin
|
||||
- type: SliceableFood
|
||||
count: 4
|
||||
@@ -317,6 +317,43 @@
|
||||
- Slice
|
||||
# Tastes like pie, meat.
|
||||
|
||||
- type: entity
|
||||
name: pumpkin pie
|
||||
parent: FoodPieBase
|
||||
id: FoodPiePumpkin
|
||||
description: Someone should turn this into a latte!
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- pumpkin
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: tin
|
||||
- state: pumpkin
|
||||
- type: SliceableFood
|
||||
slice: FoodPiePumpkinSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Pie
|
||||
|
||||
- type: entity
|
||||
name: slice of pumpkin pie
|
||||
parent: FoodPieSliceBase
|
||||
id: FoodPiePumpkinSlice
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- pumpkin
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: pumpkin-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Pie
|
||||
- Slice
|
||||
|
||||
- type: entity
|
||||
name: xeno pie
|
||||
parent: FoodPieBase
|
||||
|
||||
Reference in New Issue
Block a user