Gas tank internals alerts (#9567)
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
id: BaseAlertOrder
|
||||
order:
|
||||
- category: Health
|
||||
- category: Stamina
|
||||
- category: Internals
|
||||
- alertType: Fire
|
||||
- alertType: Handcuffed
|
||||
- category: Buckled
|
||||
@@ -142,6 +144,18 @@
|
||||
minSeverity: 0
|
||||
maxSeverity: 6
|
||||
|
||||
- type: alert
|
||||
id: Internals
|
||||
category: Internals
|
||||
onClick: !type:ToggleInternals {}
|
||||
icon:
|
||||
sprite: /Textures/Interface/Alerts/internals.rsi
|
||||
state: internal
|
||||
name: Toggle internals
|
||||
description: "Toggles your gas tank internals on or off."
|
||||
minSeverity: 0
|
||||
maxSeverity: 2
|
||||
|
||||
- type: alert
|
||||
id: PilotingShuttle
|
||||
category: Piloting
|
||||
|
||||
@@ -20,9 +20,14 @@
|
||||
toggleAction:
|
||||
name: action-name-internals-toggle
|
||||
description: action-description-internals-toggle
|
||||
icon: Interface/Actions/internal0.png
|
||||
iconOn: Interface/Actions/internal1.png
|
||||
icon:
|
||||
sprite: Interface/Alerts/internals.rsi
|
||||
state: internal2
|
||||
iconOn:
|
||||
sprite: Interface/Alerts/internals.rsi
|
||||
state: internal1
|
||||
event: !type:ToggleActionEvent
|
||||
useDelay: 1.0
|
||||
- type: Explosive
|
||||
explosionType: Default
|
||||
maxIntensity: 20
|
||||
|
||||
Reference in New Issue
Block a user