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 GitHub
parent e7895a0b7f
commit 808555ade6
6 changed files with 163 additions and 115 deletions

View File

@@ -66,9 +66,9 @@
slice: FoodPieAppleSlice slice: FoodPieAppleSlice
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
- type: entity - type: entity
name: slice of apple pie name: slice of apple pie
parent: FoodPieSliceBase parent: FoodPieSliceBase
@@ -85,7 +85,7 @@
color: orange color: orange
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
# Tastes like pie, apple. # Tastes like pie, apple.
@@ -153,8 +153,24 @@
path: /Audio/Weapons/Guns/Empty/empty.ogg path: /Audio/Weapons/Guns/Empty/empty.ogg
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - 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. # Tastes like pie, cream, banana.
- type: entity - type: entity
@@ -176,7 +192,7 @@
slice: FoodPieClafoutisSlice slice: FoodPieClafoutisSlice
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
- type: entity - type: entity
@@ -195,7 +211,7 @@
color: pink color: pink
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
# Tastes like pie, blackberries. # Tastes like pie, blackberries.
@@ -216,7 +232,7 @@
slice: FoodPieCherrySlice slice: FoodPieCherrySlice
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
- type: entity - type: entity
@@ -234,7 +250,7 @@
color: red color: red
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
# Tastes like pie, cherries. # Tastes like pie, cherries.
@@ -348,6 +364,37 @@
color: blue color: blue
# Tastes like pie, mint. # 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 # No Slice
- type: entity - type: entity
@@ -402,23 +449,10 @@
state: grape state: grape
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
# Tastes like tart, grape. # 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 - type: entity
name: golden apple streusel tart name: golden apple streusel tart
parent: FoodPieBase parent: FoodPieBase
@@ -432,7 +466,7 @@
state: gapple state: gapple
- type: Tag - type: Tag
tags: tags:
- Fruit - Fruit
- Pie - Pie
# Tastes like tart, apple, expensive metal. # Tastes like tart, apple, expensive metal.

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

View File

@@ -1,94 +1,108 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
},
"states": [
{
"name": "alpha-slice-filling"
}, },
{ "states": [
"name": "alpha-tart" {
}, "name": "alpha-slice-filling"
{ },
"name": "amanita" {
}, "name": "alpha-tart"
{ },
"name": "apple" {
}, "name": "amanita"
{ },
"name": "baklava" {
}, "name": "apple"
{ },
"name": "baklava-slice" {
}, "name": "baklava"
{ },
"name": "berryclafoutis" {
}, "name": "baklava-slice"
{ },
"name": "cherry" {
}, "name": "bananapie-slice"
{ },
"name": "cocolava" {
}, "name": "berryclafoutis"
{ },
"name": "frosty" {
}, "name": "cherry"
{ },
"name": "gapple" {
}, "name": "cocolava"
{ },
"name": "grape" {
}, "name": "frosty"
{ },
"name": "happy" {
}, "name": "gapple"
{ },
"name": "meat" {
}, "name": "grape"
{ },
"name": "mime" {
}, "name": "happy"
{ },
"name": "inhand-right", {
"directions": 4 "name": "meat"
}, },
{ {
"name": "inhand-left", "name": "mime"
"directions": 4 },
}, {
{ "name": "mimetart-slice"
"name": "plain" },
}, {
{ "name": "mime-inhand-right",
"name": "plain-slice" "directions": 4
}, },
{ {
"name": "plate" "name": "mime-inhand-left",
}, "directions": 4
{ },
"name": "plate-slice-shading" {
}, "name": "inhand-right",
{ "directions": 4
"name": "plate-small" },
}, {
{ "name": "inhand-left",
"name": "plate-tart" "directions": 4
}, },
{ {
"name": "plump" "name": "plain"
}, },
{ {
"name": "tin" "name": "plain-slice"
}, },
{ {
"name": "whippedcream" "name": "plate"
}, },
{ {
"name": "xeno" "name": "plate-slice-shading"
} },
] {
"name": "plate-small"
},
{
"name": "plate-tart"
},
{
"name": "plump"
},
{
"name": "tin"
},
{
"name": "whippedcream"
},
{
"name": "xeno"
}
]
} }

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