Wizard Mind Swap Spell (#33416)
* working mind swap spell * Removing unncessary spacing Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Changing mind swap speech Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com> * All requested changes in review * Stores owned by mind instead of body * Requested changes, traitor uplink fixed * Revert "Requested changes, traitor uplink fixed" This reverts commit 2ceac6733d6a28890f60d2ccef3dafa160a702fd. * Revert "Stores owned by mind instead of body" This reverts commit dfb72ab70ed66db50312617f2dce02d0a4e4dfce. * Separate target and performer stun duration --------- Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com>
This commit is contained in:
@@ -91,6 +91,19 @@
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
|
||||
- type: listing
|
||||
id: SpellbookMindSwap
|
||||
name: spellbook-mind-swap-name
|
||||
description: spellbook-mind-swap-description
|
||||
productAction: ActionMindSwap
|
||||
cost:
|
||||
WizCoin: 2
|
||||
categories:
|
||||
- SpellbookUtility
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
|
||||
# Equipment
|
||||
- type: listing
|
||||
id: SpellbookWandDoor
|
||||
|
||||
20
Resources/Prototypes/Magic/mindswap_spell.yml
Normal file
20
Resources/Prototypes/Magic/mindswap_spell.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
- type: entity
|
||||
id: ActionMindSwap
|
||||
name: Mind Swap
|
||||
description: Exchange bodies with another person!
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
useDelay: 300
|
||||
itemIconStyle: BigAction
|
||||
whitelist:
|
||||
components:
|
||||
- Body
|
||||
canTargetSelf: false
|
||||
interactOnMiss: false
|
||||
sound: !type:SoundPathSpecifier
|
||||
path: /Audio/Magic/staff_animation.ogg
|
||||
icon:
|
||||
sprite: Mobs/Species/Human/organs.rsi
|
||||
state: brain
|
||||
event: !type:MindSwapSpellEvent
|
||||
speech: action-speech-spell-mind-swap
|
||||
Reference in New Issue
Block a user