Add SolutionContainerVisuals to the hypospray (#30703)

* Hypovisuals

* Syndie hypo

* Include attribution
This commit is contained in:
SlamBamActionman
2025-04-14 17:58:55 +02:00
committed by GitHub
parent b079af1192
commit 69f9d531f9
15 changed files with 55 additions and 5 deletions

View File

@@ -6,7 +6,12 @@
components:
- type: Sprite
sprite: Objects/Specific/Medical/hypospray.rsi
state: hypo
layers:
- state: hypo
map: ["enum.SolutionContainerLayers.Base"]
- state: hypo_fill1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: Item
sprite: Objects/Specific/Medical/hypospray.rsi
- type: SolutionContainerManager
@@ -28,6 +33,11 @@
- HighRiskItem
- type: StealTarget
stealGroup: Hypospray
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 6
fillBaseName: hypo_fill
solutionName: hypospray
- type: entity
name: gorlex hypospray
@@ -37,7 +47,12 @@
components:
- type: Sprite
sprite: Objects/Specific/Medical/syndihypo.rsi
state: hypo
layers:
- state: hypo
map: ["enum.SolutionContainerLayers.Base"]
- state: hypo_fill1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: Item
sprite: Objects/Specific/Medical/syndihypo.rsi
- type: SolutionContainerManager
@@ -52,6 +67,11 @@
onlyAffectsMobs: false
- type: UseDelay
delay: 0.5
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 4
fillBaseName: hypo_fill
solutionName: hypospray
- type: entity
name: borghypo

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d, modified with fill sprites by SlamBamActionman (github)",
"size": {
"x": 32,
"y": 32
@@ -19,6 +19,24 @@
{
"name": "hypo"
},
{
"name": "hypo_fill1"
},
{
"name": "hypo_fill2"
},
{
"name": "hypo_fill3"
},
{
"name": "hypo_fill4"
},
{
"name": "hypo_fill5"
},
{
"name": "hypo_fill6"
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d and modified by emisse for ss14",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d and modified by emisse for ss14, further modified with fill sprites by SlamBamActionman (github)",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,18 @@
{
"name": "hypo"
},
{
"name": "hypo_fill1"
},
{
"name": "hypo_fill2"
},
{
"name": "hypo_fill3"
},
{
"name": "hypo_fill4"
},
{
"name": "inhand-left",
"directions": 4
@@ -19,4 +31,4 @@
"directions": 4
}
]
}
}