Add peeled state for bananas (#19393)

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
potato1234_x
2023-08-27 02:31:13 +10:00
committed by GitHub
parent ccd0e8b7c4
commit 77711dea5d
3 changed files with 24 additions and 3 deletions

View File

@@ -147,8 +147,6 @@
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- banana - banana
- type: Food
trash: TrashBananaPeel
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
food: food:
@@ -167,6 +165,26 @@
reagents: reagents:
- ReagentId: JuiceBanana - ReagentId: JuiceBanana
Quantity: 10 Quantity: 10
- type: SpawnItemsOnUse
items:
- id: FoodBananaPeeled
sound:
path: /Audio/Effects/unwrap.ogg
- type: entity
name: banana
parent: FoodBanana
suffix: Peeled
id: FoodBananaPeeled
description: Rich in potassium.
components:
- type: Food
trash: TrashBananaPeel
- type: Sprite
sprite: Objects/Specific/Hydroponics/banana.rsi
state: peeled
- type: SpawnItemsOnUse
uses: 0
- type: entity - type: entity
name: banana peel name: banana peel

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/6be7633abca9f1a51cab1020500cf0776ce78e5c", "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/6be7633abca9f1a51cab1020500cf0776ce78e5c, peeled by potato1234x",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -25,6 +25,9 @@
{ {
"name": "peel3" "name": "peel3"
}, },
{
"name": "peeled"
},
{ {
"name": "peel-inhand-left", "name": "peel-inhand-left",
"directions": 4 "directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B