@@ -14,7 +14,11 @@
|
||||
maxVol: 50 # enough to make cheese in.
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/bowl.rsi
|
||||
state: bowl
|
||||
layers:
|
||||
- state: bowl
|
||||
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||
state: fill-1
|
||||
visible: false
|
||||
- type: DamageOnLand
|
||||
damage:
|
||||
types:
|
||||
@@ -23,6 +27,10 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: fill-
|
||||
- type: SolutionTransfer
|
||||
canChangeTransferAmount: true
|
||||
- type: UserInterface
|
||||
@@ -76,4 +84,9 @@
|
||||
description: A fancy bowl, used for SPECIAL soups and salads.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: bowl2
|
||||
sprite: Objects/Consumable/Food/bowl.rsi
|
||||
layers:
|
||||
- state: bowl2
|
||||
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||
state: fill-1
|
||||
visible: false
|
||||
|
||||
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-1.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 B |
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-2.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 B |
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-3.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 213 B |
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-4.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 B |
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-5.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/bowl.rsi/fill-5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Fills created by potato1234_x",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -70,6 +70,21 @@
|
||||
{
|
||||
"name": "eyeball"
|
||||
},
|
||||
{
|
||||
"name": "fill-1"
|
||||
},
|
||||
{
|
||||
"name": "fill-2"
|
||||
},
|
||||
{
|
||||
"name": "fill-3"
|
||||
},
|
||||
{
|
||||
"name": "fill-4"
|
||||
},
|
||||
{
|
||||
"name": "fill-5"
|
||||
},
|
||||
{
|
||||
"name": "fruit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user