Add fill levels to bowls (#25639)

* fills

* contrast
This commit is contained in:
potato1234_x
2024-03-01 07:41:14 +10:00
committed by GitHub
parent b0e811b4f3
commit e2741498b8
7 changed files with 31 additions and 3 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

View File

@@ -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"
},