Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@
heldPrefix: mime
# Tastes like nothing.

# No Slice

- type: entity
name: amanita pie
parent: FoodPieBase
Expand All @@ -469,7 +467,9 @@
flavors:
- mushroom
- type: Sprite
state: amanita
layers:
- state: tin
- state: amanita
- type: Solution
solution:
reagents:
Expand All @@ -481,6 +481,40 @@
Quantity: 8
- ReagentId: Amatoxin
Quantity: 10
- type: SliceableFood
slice: FoodPieAmanitaSlice
- type: Tag
tags:
- Pie

- type: entity
name: slice of amanita pie
parent: FoodPieSliceBase
id: FoodPieAmanitaSlice
components:
- type: FlavorProfile
flavors:
- mushroom
- type: Sprite
layers:
- state: plain-slice
- state: alpha-slice-filling
color: red
- type: Solution
solution:
reagents:
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Vitamin
Quantity: 1
- ReagentId: Sugar
Quantity: 1
- ReagentId: Amatoxin
Quantity: 1.25
- type: Tag
tags:
- Pie
- Slice
# Tastes like pie, mushrooms.

- type: entity
Expand All @@ -493,7 +527,32 @@
flavors:
- mushroom
- type: Sprite
state: plump
layers:
- state: tin
- state: plump
- type: SliceableFood
slice: FoodPiePlumpSlice
- type: Tag
tags:
- Pie

- type: entity
name: slice of plump pie
parent: FoodPieSliceBase
id: FoodPiePlumpSlice
components:
- type: FlavorProfile
flavors:
- mushroom
- type: Sprite
layers:
- state: plain-slice
- state: alpha-slice-filling
color: purple
- type: Tag
tags:
- Pie
- Slice
# Tastes like pie, mushrooms.

# Tart
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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, the pumpkin and pumpkin slice are made by ss14nekow (Mute Maid), the mime tart slice and banana cream pie slice are made by rosysyntax.",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, the pumpkin and pumpkin slice are made by ss14nekow (Mute Maid), the mime tart slice and banana cream pie slice are made by rosysyntax, the amanita and plump resprite by AndrewFenriz (github).",
"size": {
"x": 32,
"y": 32
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading