Directly use vanilla alerts & make stamina as custom

This commit is contained in:
Morb0
2025-08-07 14:34:37 +03:00
parent 58c40c39ad
commit 3298202f8a
29 changed files with 28 additions and 73 deletions

View File

@@ -90,7 +90,7 @@
- type: alert
id: Fire
icons: [ /Textures/_CP14/Interface/Alerts/vanilla/Fire/fire.png ]
icons: [ /Textures/Interface/Alerts/Fire/fire.png ]
clickEvent: !type:ResistFireAlertEvent
name: alerts-on-fire-name
description: alerts-on-fire-desc
@@ -100,11 +100,11 @@
id: Cold
category: Temperature
icons:
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: cold1
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: cold2
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: cold3
maxSeverity: 3
name: alerts-too-cold-name
@@ -114,11 +114,11 @@
id: Hot
category: Temperature
icons:
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: hot1
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: hot2
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/temperature.rsi
- sprite: /Textures/Interface/Alerts/temperature.rsi
state: hot3
maxSeverity: 3
name: alerts-too-hot-name
@@ -203,15 +203,15 @@
category: Health
icons:
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health9
state: health9
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health8
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health7
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health6
state: health6
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health5
state: health5
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
state: health4
- sprite: /Textures/_CP14/Interface/Alerts/alive.rsi
@@ -343,19 +343,19 @@
id: Stamina
category: Stamina
icons:
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina0
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina1
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina2
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina3
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina4
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina5
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/stamina.rsi
- sprite: /Textures/_CP14/Interface/Alerts/stamina.rsi
state: stamina6
name: alerts-stamina-name
description: alerts-stamina-desc
@@ -426,27 +426,27 @@
- type: alert
id: Bleed
icons:
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed0
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed1
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed2
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed3
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed4
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed5
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed6
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed7
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed8
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed9
- sprite: /Textures/_CP14/Interface/Alerts/vanilla/bleed.rsi
- sprite: /Textures/Interface/Alerts/bleed.rsi
state: bleed10
name: alerts-bleed-name
description: alerts-bleed-desc

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,44 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Edited by Flareguy for Space Station 14, original sprite taken from https://github.com/tgstation/tgstation/blob/master/icons/effects/bleed.dmi",
"states": [
{
"name": "bleed0"
},
{
"name": "bleed1"
},
{
"name": "bleed2"
},
{
"name": "bleed3"
},
{
"name": "bleed4"
},
{
"name": "bleed5"
},
{
"name": "bleed6"
},
{
"name": "bleed7"
},
{
"name": "bleed8"
},
{
"name": "bleed9"
},
{
"name": "bleed10"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1 +0,0 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at 1c7401722f397d8ac8afdd10e550c5962e0f38d4", "states": [{"name": "cold1", "directions": 1, "delays": [[1.0]]}, {"name": "cold2", "directions": 1, "delays": [[1.0]]}, {"name": "cold3", "directions": 1, "delays": [[0.3, 0.3]]}, {"name": "hot1", "directions": 1, "delays": [[1.0]]}, {"name": "hot2", "directions": 1, "delays": [[1.0]]}, {"name": "hot3", "directions": 1, "delays": [[0.3, 0.3]]}]}