From b3a835465f2b13b9dfdd14d5ff2a077c395b87c3 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Wed, 5 Jan 2022 13:50:20 -0600 Subject: [PATCH] Increase fire spell glow radius This makes fire spells look cooler in darkness. --- spell/Bolt/firebolt.arc | 2 +- spell/Bullet/Fire/fireball.arc | 2 +- spell/Bullet/Fire/firebullet.arc | 2 +- spell/Cone/firebreath.arc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spell/Bolt/firebolt.arc b/spell/Bolt/firebolt.arc index d7b020440..97c2ede59 100644 --- a/spell/Bolt/firebolt.arc +++ b/spell/Bolt/firebolt.arc @@ -7,7 +7,7 @@ is_animated 0 is_turnable 1 move_type fly_low speed 1 -glow_radius 1 +glow_radius 2 no_pick 1 weight 500 smoothlevel 100 diff --git a/spell/Bullet/Fire/fireball.arc b/spell/Bullet/Fire/fireball.arc index 3683c77c2..a25d3b23a 100644 --- a/spell/Bullet/Fire/fireball.arc +++ b/spell/Bullet/Fire/fireball.arc @@ -10,7 +10,7 @@ smoothface fireball.113 fireball_S.113 wc -30 speed 0.2 speed_left -0.21 -glow_radius 1 +glow_radius 2 move_type fly_low no_pick 1 attacktype 4 diff --git a/spell/Bullet/Fire/firebullet.arc b/spell/Bullet/Fire/firebullet.arc index a86d232e1..10ac98561 100644 --- a/spell/Bullet/Fire/firebullet.arc +++ b/spell/Bullet/Fire/firebullet.arc @@ -8,7 +8,7 @@ is_animated 0 is_turnable 1 move_on walk fly_low speed 1 -glow_radius 1 +glow_radius 3 move_type fly_low no_pick 1 end diff --git a/spell/Cone/firebreath.arc b/spell/Cone/firebreath.arc index 499572ed9..fed112121 100644 --- a/spell/Cone/firebreath.arc +++ b/spell/Cone/firebreath.arc @@ -9,7 +9,7 @@ smoothlevel 200 speed 1 wc -30 move_type fly_low -glow_radius 1 +glow_radius 2 no_pick 1 weight 500 end