mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Update fireball.dm (#35071)
This commit is contained in:
committed by
GitHub
parent
d6c22da5e7
commit
fc8ecbe676
@@ -1,7 +1,7 @@
|
||||
/spell/targeted/projectile/dumbfire/fireball
|
||||
name = "Fireball"
|
||||
abbreviation = "FB"
|
||||
desc = "This spell conjures a fireball that will fly in the direction you're facing and explode on collision with anything, or when it gets close to anyone else."
|
||||
desc = "This spell conjures a fireball that will fly in the direction you're facing and explode on collision with anything."
|
||||
user_type = USER_TYPE_WIZARD
|
||||
specialization = SSOFFENSIVE
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
spell_aspect_flags = SPELL_FIRE
|
||||
duration = 20
|
||||
projectile_speed = 1
|
||||
cast_prox_range = 0
|
||||
|
||||
amt_dam_brute = 40
|
||||
amt_dam_fire = 45
|
||||
|
||||
Reference in New Issue
Block a user