Wizard Item Recall Spell (#34411)
This commit is contained in:
@@ -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
|
||||
|
||||
21
Resources/Prototypes/Magic/recall_spell.yml
Normal file
21
Resources/Prototypes/Magic/recall_spell.yml
Normal 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
|
||||
Reference in New Issue
Block a user