Adds slices for banana cream pie and mime tart (#21043)

This commit is contained in:
Velcroboy 2023-11-19 14:15:02 -06:00 committed by Debug
parent 3630401e7b
commit 611c248571
6 changed files with 163 additions and 115 deletions

View File

@ -155,6 +155,22 @@
tags:
- 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
@ -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
@ -406,19 +453,6 @@
- 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

View File

@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, mime tart slice and banana cream pie slice from rosysyntax under under CC BY-SA 4.0",
"size": {
"x": 32,
"y": 32
@ -25,6 +25,9 @@
{
"name": "baklava-slice"
},
{
"name": "bananapie-slice"
},
{
"name": "berryclafoutis"
},
@ -52,6 +55,17 @@
{
"name": "mime"
},
{
"name": "mimetart-slice"
},
{
"name": "mime-inhand-right",
"directions": 4
},
{
"name": "mime-inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B