--- deliantra/arch/spell/Bullet/vitriol.arc 2007/03/03 00:51:07 1.6 +++ deliantra/arch/spell/Bullet/vitriol.arc 2007/03/03 01:24:16 1.8 @@ -1,64 +1,65 @@ # vitriol is the 'bullet' form of vitriol. -Object vitriol +object vitriol name vitriol other_arch vitriol_splash -type 102 -subtype 5 face v_splash.x11 animation vitriol_splash -is_turnable 0 -walk_on 1 -fly_on 1 -glow_radius 2 speed 1 -flying 1 -no_pick 1 -attacktype 64 -editable 0 -end -# -# vitriol splash is the cone form the bullet turns into -# -Object vitriol_splash -name vitriol splash -other_arch vitriol_pool type 102 -subtype 7 -face v_splash.x11 -anim -v_splash.x11 -v_splash.x12 -mina -is_turnable 1 -walk_on 1 -fly_on 1 +subtype 5 +attacktype 64 glow_radius 2 -speed 1 -wc -30 -flying 1 +move_type fly_low +move_on walk fly_low no_pick 1 +is_turnable 0 editable 0 end + # # vitriol pool is what the splash above drops. # Note that this is put unchanged onto the map. -Object vitriol_pool -type 102 -subtype 7 -level 1 -walk_on 1 -wc -30 -stand_still 1 -name vitriol pool -face v_pool.x11 +object vitriol_pool anim v_pool.x11 v_pool.x12 mina +name vitriol pool +face v_pool.x11 +dam 15 +wc -30 speed 0.2 -no_pick 1 +level 1 +type 102 +subtype 7 attacktype 64 duration 30 -dam 15 +move_on walk +no_pick 1 +stand_still 1 editable 8 end + +# +# vitriol splash is the cone form the bullet turns into +# +object vitriol_splash +anim +v_splash.x11 +v_splash.x12 +mina +name vitriol splash +other_arch vitriol_pool +face v_splash.x11 +wc -30 +speed 1 +type 102 +subtype 7 +glow_radius 2 +move_type fly_low +move_on walk fly_low +no_pick 1 +is_turnable 1 +editable 0 +end +