20 lines
695 B
YAML
20 lines
695 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: ActionConfigureMeleeSpeech
|
|
name: Set Battlecry
|
|
description: Set a custom battlecry for when you attack!
|
|
components:
|
|
- type: Action
|
|
itemIconStyle: BigItem
|
|
priority: -20
|
|
useDelay: 1
|
|
- type: InstantAction
|
|
event: !type:MeleeSpeechConfigureActionEvent
|