Actions System + UI (#2710)
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
visuals:
|
||||
- type: FlashLightVisualizer
|
||||
- type: HandheldLight
|
||||
- type: ItemActions
|
||||
actions:
|
||||
- actionType: ToggleLight
|
||||
- type: PowerCellSlot
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
show_examine_info: true
|
||||
- type: Input
|
||||
context: "human"
|
||||
- type: AlertsUI
|
||||
- type: Alerts
|
||||
- type: Actions
|
||||
innateActions:
|
||||
- HumanScream
|
||||
- type: OverlayEffectsUI
|
||||
- type: Eye
|
||||
zoom: 0.5, 0.5
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: HandheldLight
|
||||
- type: ItemActions
|
||||
actions:
|
||||
- actionType: ToggleLight
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/lights.rsi
|
||||
- type: Item
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
description: They light the way to freedom.
|
||||
components:
|
||||
- type: HandheldLight
|
||||
- type: ItemActions
|
||||
actions:
|
||||
- actionType: ToggleLight
|
||||
- type: PowerCellSlot
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/flashlight.rsi
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
- Back
|
||||
- Belt
|
||||
- type: GasTank
|
||||
- type: ItemActions
|
||||
actions:
|
||||
- actionType: ToggleInternals
|
||||
|
||||
- type: entity
|
||||
id: OxygenTank
|
||||
@@ -281,7 +284,7 @@
|
||||
sprite: Objects/Tanks/phoron.rsi
|
||||
Slots:
|
||||
- Belt
|
||||
|
||||
|
||||
- type: entity
|
||||
id: PhoronTankFilled
|
||||
parent: PhoronTank
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
description: The holy light guides the way.
|
||||
components:
|
||||
- type: HandheldLight
|
||||
- type: ItemActions
|
||||
actions:
|
||||
- actionType: ToggleLight
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/lantern.rsi
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user