24 lines
820 B
YAML
24 lines
820 B
YAML
# SPDX-FileCopyrightText: 2023 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
|
# SPDX-FileCopyrightText: 2024 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
- type: entity
|
|
parent: BaseAction
|
|
id: ActionToggleInternals
|
|
name: Toggle Internals
|
|
description: Breathe from the equipped gas tank. Also requires equipped breath mask.
|
|
components:
|
|
- type: Action
|
|
useDelay: 1
|
|
icon:
|
|
sprite: Interface/Alerts/internals.rsi
|
|
state: internal2
|
|
iconOn:
|
|
sprite: Interface/Alerts/internals.rsi
|
|
state: internal1
|
|
- type: InstantAction
|
|
event: !type:ToggleActionEvent
|