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

@@ -278,3 +278,16 @@
- SpellbookJaunt
- !type:ListingLimitedStockCondition
stock: 2
- type: listing
id: SpellbookItemRecallSwap
name: spellbook-item-recall-name
description: spellbook-item-recall-description
productAction: ActionItemRecall
cost:
WizCoin: 1
categories:
- SpellbookUtility
conditions:
- !type:ListingLimitedStockCondition
stock: 1

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