mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fireball no longer breaches floors, does more damage in proximity to compensate (#29395)
* Nerfs wizard fireball * Buff non-explosion spell damage to compensate
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
duration = 20
|
||||
projectile_speed = 1
|
||||
|
||||
amt_dam_brute = 20
|
||||
amt_dam_fire = 25
|
||||
amt_dam_brute = 40
|
||||
amt_dam_fire = 45
|
||||
|
||||
var/ex_severe = -1
|
||||
var/ex_heavy = 1
|
||||
var/ex_light = 2
|
||||
var/ex_heavy = 0
|
||||
var/ex_light = 3
|
||||
var/ex_flash = 5
|
||||
|
||||
level_max = list(Sp_TOTAL = 5, Sp_SPEED = 4, Sp_POWER = 1)
|
||||
|
||||
Reference in New Issue
Block a user