Move various alerts to animated RSIs.
This commit is contained in:
@@ -29,7 +29,9 @@
|
||||
- type: alert
|
||||
alertType: LowPressure
|
||||
category: Pressure
|
||||
icon: /Textures/Interface/Alerts/Pressure/lowpressure.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/pressure.rsi
|
||||
state: lowpressure
|
||||
maxSeverity: 2
|
||||
name: "[color=red]Low Pressure[/color]"
|
||||
description: "The air around you is [color=red]hazardously thin[/color]. A [color=green]space suit[/color] would protect you."
|
||||
@@ -37,7 +39,9 @@
|
||||
- type: alert
|
||||
alertType: HighPressure
|
||||
category: Pressure
|
||||
icon: /Textures/Interface/Alerts/Pressure/highpressure.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/pressure.rsi
|
||||
state: highpressure
|
||||
maxSeverity: 2
|
||||
name: "[color=red]High Pressure[/color]"
|
||||
description: "The air around you is [color=red]hazardously thick[/color]. A [color=green]pressurized suit[/color] would be enough protect you"
|
||||
@@ -52,7 +56,9 @@
|
||||
- type: alert
|
||||
alertType: Cold
|
||||
category: Temperature
|
||||
icon: /Textures/Interface/Alerts/Temperature/cold.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/temperature.rsi
|
||||
state: cold
|
||||
maxSeverity: 3
|
||||
name: "[color=cyan]Too Cold[/color]"
|
||||
description: "You're [color=cyan]freezing cold![/color] Get somewhere warmer and take off any insulating clothing like a space suit."
|
||||
@@ -60,7 +66,9 @@
|
||||
- type: alert
|
||||
alertType: Hot
|
||||
category: Temperature
|
||||
icon: /Textures/Interface/Alerts/Temperature/hot.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/temperature.rsi
|
||||
state: hot
|
||||
maxSeverity: 3
|
||||
name: "[color=red]Too Hot[/color]"
|
||||
description: "It's [color=red]too hot![/color] Flee to space or at least away from the flames. Standing on weeds will heal you."
|
||||
@@ -70,7 +78,7 @@
|
||||
icon: /Textures/Interface/Alerts/Weightless/weightless.png
|
||||
name: Weightless
|
||||
description: >
|
||||
Gravity has ceased affecting you, and you're floating around aimlessly. Find something sturdy to hold onto, or throw or shoot something in a direction opposite of you.
|
||||
Gravity has ceased affecting you, and you're floating around aimlessly. Find something sturdy to hold onto, or throw or shoot something in a direction opposite of you.
|
||||
Mag-boots or jetpacks would help you move with more control
|
||||
|
||||
- type: alert
|
||||
@@ -96,21 +104,27 @@
|
||||
- type: alert
|
||||
alertType: HumanCrit
|
||||
category: Health
|
||||
icon: /Textures/Interface/Alerts/Human/humancrit-0.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/human_health.rsi
|
||||
state: health6
|
||||
name: "[color=red]Critical Condition[/color]"
|
||||
description: "You're severely injured and unconscious."
|
||||
|
||||
- type: alert
|
||||
alertType: HumanDead
|
||||
category: Health
|
||||
icon: /Textures/Interface/Alerts/Human/humandead.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/human_health.rsi
|
||||
state: health7
|
||||
name: Dead
|
||||
description: You're dead, note that you can still be revived!
|
||||
|
||||
- type: alert
|
||||
alertType: HumanHealth
|
||||
category: Health
|
||||
icon: /Textures/Interface/Alerts/Human/human.png
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/human_health.rsi
|
||||
state: health
|
||||
name: Health
|
||||
description: "[color=green]Green[/color] good. [color=red]Red[/color] bad."
|
||||
minSeverity: 0
|
||||
|
||||
Reference in New Issue
Block a user