Add peeled state for bananas (#19393)
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -147,8 +147,6 @@
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- banana
|
||||
- type: Food
|
||||
trash: TrashBananaPeel
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
@@ -167,6 +165,26 @@
|
||||
reagents:
|
||||
- ReagentId: JuiceBanana
|
||||
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
|
||||
name: banana peel
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"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": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -25,6 +25,9 @@
|
||||
{
|
||||
"name": "peel3"
|
||||
},
|
||||
{
|
||||
"name": "peeled"
|
||||
},
|
||||
{
|
||||
"name": "peel-inhand-left",
|
||||
"directions": 4
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 348 B |
Reference in New Issue
Block a user