* rod form spell

* blind spell

* mutate spell
This commit is contained in:
RinKeeper
2024-08-09 22:10:42 +03:00
committed by GitHub
parent 06f3d92a6f
commit 3acbcaf41e
17 changed files with 354 additions and 0 deletions

View File

@@ -383,3 +383,54 @@
state: arcane_barrage
event: !type:ArcaneBarrageSpellEvent
prototype: ArcaneBarrage
- type: entity
id: ActionRodFormSpell
name: Rod Form
noSpawn: true
components:
- type: Magic
requiresClothes: true
- type: InstantAction
useDelay: 60
itemIconStyle: BigAction
checkCanInteract: false
icon:
sprite: Objects/Magic/magicactions.rsi
state: rod_form
event: !type:RodFormSpellEvent
speech: "CLANG!"
- type: entity
id: ActionBlindSpell
name: Blind
noSpawn: true
components:
- type: Magic
requiresClothes: true
- type: InstantAction
useDelay: 30
itemIconStyle: BigAction
checkCanInteract: false
icon:
sprite: Objects/Magic/magicactions.rsi
state: blind
event: !type:BlindSpellEvent
speech: "STI KALY!"
- type: entity
id: ActionMutateSpell
name: Mutate
noSpawn: true
components:
- type: Magic
requiresClothes: true
- type: InstantAction
useDelay: 120
itemIconStyle: BigAction
checkCanInteract: false
icon:
sprite: Objects/Magic/magicactions.rsi
state: mutate
event: !type:MutateSpellEvent
speech: "BIRUZ BENNAR!!"