@@ -14,7 +14,11 @@
|
|||||||
maxVol: 50 # enough to make cheese in.
|
maxVol: 50 # enough to make cheese in.
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/bowl.rsi
|
sprite: Objects/Consumable/Food/bowl.rsi
|
||||||
state: bowl
|
layers:
|
||||||
|
- state: bowl
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: fill-1
|
||||||
|
visible: false
|
||||||
- type: DamageOnLand
|
- type: DamageOnLand
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
@@ -23,6 +27,10 @@
|
|||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 5
|
||||||
|
fillBaseName: fill-
|
||||||
- type: SolutionTransfer
|
- type: SolutionTransfer
|
||||||
canChangeTransferAmount: true
|
canChangeTransferAmount: true
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
@@ -76,4 +84,9 @@
|
|||||||
description: A fancy bowl, used for SPECIAL soups and salads.
|
description: A fancy bowl, used for SPECIAL soups and salads.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- 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,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -70,6 +70,21 @@
|
|||||||
{
|
{
|
||||||
"name": "eyeball"
|
"name": "eyeball"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fill-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill-4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill-5"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "fruit"
|
"name": "fruit"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user