Adds slices for banana cream pie and mime tart (#21043)
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
slice: FoodPieAppleSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Pie
|
||||
|
||||
- Fruit
|
||||
- Pie
|
||||
|
||||
- type: entity
|
||||
name: slice of apple pie
|
||||
parent: FoodPieSliceBase
|
||||
@@ -85,7 +85,7 @@
|
||||
color: orange
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like pie, apple.
|
||||
|
||||
@@ -153,8 +153,24 @@
|
||||
path: /Audio/Weapons/Guns/Empty/empty.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
- type: SliceableFood
|
||||
slice: FoodPieBananaCreamSlice
|
||||
|
||||
- type: entity
|
||||
name: slice of banana cream pie
|
||||
parent: FoodPieSliceBase
|
||||
id: FoodPieBananaCreamSlice
|
||||
description: Just like back home, on clown planet! HONK!
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- sweet
|
||||
- banana
|
||||
- creamy
|
||||
- type: Sprite
|
||||
state: bananapie-slice
|
||||
# Tastes like pie, cream, banana.
|
||||
|
||||
- type: entity
|
||||
@@ -176,7 +192,7 @@
|
||||
slice: FoodPieClafoutisSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
|
||||
- type: entity
|
||||
@@ -195,7 +211,7 @@
|
||||
color: pink
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like pie, blackberries.
|
||||
|
||||
@@ -216,7 +232,7 @@
|
||||
slice: FoodPieCherrySlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
|
||||
- type: entity
|
||||
@@ -234,7 +250,7 @@
|
||||
color: red
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like pie, cherries.
|
||||
|
||||
@@ -348,6 +364,37 @@
|
||||
color: blue
|
||||
# Tastes like pie, mint.
|
||||
|
||||
- type: entity
|
||||
name: mime tart
|
||||
parent: FoodPieBase
|
||||
id: FoodTartMime
|
||||
description: "\" \""
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- nothing
|
||||
- type: Sprite
|
||||
state: mime
|
||||
- type: Item
|
||||
heldPrefix: mime
|
||||
- type: SliceableFood
|
||||
slice: FoodTartMimeSlice
|
||||
|
||||
- type: entity
|
||||
name: slice of mime tart
|
||||
parent: FoodPieSliceBase
|
||||
id: FoodTartMimeSlice
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- nothing
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: mimetart-slice
|
||||
- type: Item
|
||||
heldPrefix: mime
|
||||
# Tastes like nothing.
|
||||
|
||||
# No Slice
|
||||
|
||||
- type: entity
|
||||
@@ -402,23 +449,10 @@
|
||||
state: grape
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like tart, grape.
|
||||
|
||||
- type: entity
|
||||
name: mime tart
|
||||
parent: FoodPieBase
|
||||
id: FoodTartMime
|
||||
description: "\" \""
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- nothing
|
||||
- type: Sprite
|
||||
state: mime
|
||||
# Tastes like nothing.
|
||||
|
||||
- type: entity
|
||||
name: golden apple streusel tart
|
||||
parent: FoodPieBase
|
||||
@@ -432,7 +466,7 @@
|
||||
state: gapple
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like tart, apple, expensive metal.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user