Wizard Item Recall Spell (#34411)

This commit is contained in:
ScarKy0
2025-02-08 22:56:08 +01:00
committed by GitHub
parent 1ef6e0bd57
commit bf6fd4d581
16 changed files with 376 additions and 20 deletions

View File

@@ -0,0 +1,21 @@
- type: entity
id: ActionItemRecall
name: Mark Item
description: Mark a held item to later summon into your hand.
components:
- type: InstantAction
useDelay: 10
raiseOnAction: true
itemIconStyle: BigAction
sound: !type:SoundPathSpecifier
path: /Audio/Magic/forcewall.ogg
params:
volume: -5
pitch: 1.2
maxDistance: 5
variation: 0.2
icon:
sprite: Objects/Magic/magicactions.rsi
state: item_recall
event: !type:OnItemRecallActionEvent
- type: ItemRecall