Status Icons (#17529)

This commit is contained in:
Nemanja
2023-06-27 20:31:53 -04:00
committed by GitHub
parent 19864b444d
commit 044d5f6853
12 changed files with 276 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
- type: HeatResistance
- type: CombatMode
- type: Internals
- type: StatusIcon
- type: StatusEffects
allowed:
- SlowedDown

View File

@@ -67,6 +67,7 @@
Bloodloss:
-1
- type: Stamina
- type: StatusIcon
- type: StatusEffects
allowed:
- Stun

View File

@@ -0,0 +1,6 @@
- type: statusIcon
id: ZombieFaction
priority: 11
icon:
sprite: Interface/Misc/job_icons.rsi
state: Zombie

View File

@@ -0,0 +1,19 @@
- type: statusIcon
id: DebugStatus
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: civilianservices
- type: statusIcon
id: DebugStatus2
priority: 1
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: arsenal
- type: statusIcon
id: DebugStatus3
priority: 5
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: experimental

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -142,6 +142,9 @@
{
"name": "SecurityCadet"
},
{
"name": "Zombie"
},
{
"name": "Zookeeper"
}