diff --git a/Resources/Prototypes/StatusIcon/StatusEffects/health.yml b/Resources/Prototypes/StatusIcon/StatusEffects/health.yml new file mode 100644 index 0000000000..de1b668480 --- /dev/null +++ b/Resources/Prototypes/StatusIcon/StatusEffects/health.yml @@ -0,0 +1,35 @@ +- type: healthIcon + id: HealthIcon + abstract: true + priority: 3 + locationPreference: Left + isShaded: true + +- type: healthIcon + parent: HealthIcon + id: HealthIconFine + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Fine + +- type: healthIcon + id: HealthIconCritical + parent: HealthIcon + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Critical + +- type: healthIcon + id: HealthIconDead + parent: HealthIcon + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Dead + +- type: healthIcon + id: HealthIconRotting + parent: HealthIcon + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Rotting + diff --git a/Resources/Prototypes/StatusIcon/StatusEffects/satiation.yml b/Resources/Prototypes/StatusIcon/StatusEffects/satiation.yml new file mode 100644 index 0000000000..749d1f88f1 --- /dev/null +++ b/Resources/Prototypes/StatusIcon/StatusEffects/satiation.yml @@ -0,0 +1,57 @@ +#Hunger +- type: satiationIcon + id: HungerIcon + abstract: true + priority: 5 + locationPreference: Right + isShaded: true + +- type: satiationIcon + id: HungerIconOverfed + parent: HungerIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: overfed + +- type: satiationIcon + id: HungerIconPeckish + parent: HungerIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: peckish + +- type: satiationIcon + id: HungerIconStarving + parent: HungerIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: starving + +#Thirst +- type: satiationIcon + id: ThirstIcon + abstract: true + priority: 5 + locationPreference: Left + isShaded: true + +- type: satiationIcon + id: ThirstIconOverhydrated + parent: ThirstIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: overhydrated + +- type: satiationIcon + id: ThirstIconThirsty + parent: ThirstIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: thirsty + +- type: satiationIcon + id: ThirstIconParched + parent: ThirstIcon + icon: + sprite: /Textures/Interface/Misc/food_icons.rsi + state: parched diff --git a/Resources/Prototypes/StatusIcon/StatusEffects/ssd.yml b/Resources/Prototypes/StatusIcon/StatusEffects/ssd.yml new file mode 100644 index 0000000000..1d04a5349e --- /dev/null +++ b/Resources/Prototypes/StatusIcon/StatusEffects/ssd.yml @@ -0,0 +1,6 @@ +- type: ssdIcon + id: SSDIcon + icon: + sprite: /Textures/Effects/ssd.rsi + state: default0 + locationPreference: Left