@@ -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!!"
|
||||
|
||||
Reference in New Issue
Block a user