Projectile spells + fireball spell (#9058)
* Projectile spells + fireball spell * say it with some gumption
This commit is contained in:
17
Resources/Prototypes/Magic/projectile_spells.yml
Normal file
17
Resources/Prototypes/Magic/projectile_spells.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
- type: worldTargetAction
|
||||
id: Fireball
|
||||
name: action-name-spell-fireball
|
||||
description: action-description-spell-fireball
|
||||
useDelay: 30
|
||||
speech: action-speech-spell-fireball
|
||||
itemIconStyle: BigAction
|
||||
checkCanAccess: false
|
||||
range: 60
|
||||
sound: !type:SoundPathSpecifier
|
||||
path: /Audio/Magic/fireball.ogg
|
||||
icon:
|
||||
sprite: Objects/Magic/magicactions.rsi
|
||||
state: fireball
|
||||
serverEvent: !type:ProjectileSpellEvent
|
||||
prototype: ProjectileFireball
|
||||
posData: !type:TargetCasterPos
|
||||
Reference in New Issue
Block a user