Updates the Pirate Captain Hardsuit Helmet light sprites. (#37027)

This commit is contained in:
Tiniest Shark
2025-05-01 18:07:11 -04:00
committed by GitHub
parent 65c0e899cd
commit 35f7abafe5
13 changed files with 30 additions and 5 deletions

View File

@@ -588,8 +588,25 @@
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/piratecaptainhelm.rsi
- type: ToggleableLightVisuals
clothingVisuals:
head:
- state: equipped-HELMET-light
shader: unshaded
head-vox:
- state: equipped-HELMET-light-vox
shader: unshaded
- type: Clothing
sprite: Clothing/Head/Hardsuits/piratecaptainhelm.rsi
clothingVisuals:
head:
- state: equipped-HELMET
- state: equipped-HELMET-unshaded
shader: unshaded
head-vox:
- state: equipped-HELMET-vox
- state: equipped-HELMET-unshaded-vox
shader: unshaded
- type: PointLight # Color matches visor colors, radius/energy same as mining hardsuit for the big captain.
color: "#f3ea9c"
radius: 7

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 728 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by brainfood1183 (github) for ss14. Vox states by Flareguy for Space Station 14. Flashlight state sprites by RedBookcase on github.",
"copyright": "Made by brainfood1183 (github) for ss14. Vox states by Flareguy for Space Station 14. Flashlight state sprites by TiniestShark (github).",
"size": {
"x": 32,
"y": 32
@@ -14,19 +14,27 @@
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"name": "equipped-HELMET-light",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"name": "equipped-HELMET-unshaded",
"directions": 4
},
{
"name": "on-equipped-HELMET-vox",
"name": "equipped-HELMET-vox",
"directions": 4
},
{
"name": "equipped-HELMET-light-vox",
"directions": 4
},
{
"name": "equipped-HELMET-unshaded-vox",
"directions": 4
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB