33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
# SPDX-FileCopyrightText: 2023 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Jackrost <jackrost@mail.ru>
|
|
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@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: ActionSpiderWeb
|
|
name: Spider Web
|
|
description: Spawns a web that slows your prey down.
|
|
components:
|
|
- type: Action
|
|
icon: Interface/Actions/web.png
|
|
useDelay: 25
|
|
- type: InstantAction
|
|
event: !type:SpiderWebActionEvent
|
|
|
|
- type: entity
|
|
parent: BaseAction
|
|
id: ActionSericulture
|
|
name: Weave silk
|
|
description: Weave a bit of silk for use in arts and crafts.
|
|
components:
|
|
- type: Action
|
|
icon: Interface/Actions/web.png
|
|
useDelay: 1
|
|
- type: InstantAction
|
|
event: !type:SericultureActionEvent
|