--- deliantra/arch/ground/lava.arc 2007/01/02 21:49:28 1.2 +++ deliantra/arch/ground/lava.arc 2007/02/06 22:40:16 1.4 @@ -1,13 +1,25 @@ # a specific type of spell effect (cone) which operates # as a ground object. -Object lava -type 102 -subtype 7 -level 1 -walk_on 1 -wc -30 +object lava name lava face lava.x11 +dam 3 +wc -30 +speed 0.2 +level 1 +type 102 +subtype 7 +attacktype 4 +smoothlevel 28 +duration 60 +move_block swim boat +move_on all +no_pick 1 +is_floor 1 +color_bg red +color_fg yellow +editable 8 +smoothface lava.x15 lava_S.x15 anim lava.x11 lava.x12 @@ -15,33 +27,29 @@ lava.x14 lava.x15 mina -smoothface lava.111 lava_S.x11 -smoothface lava.112 lava_S.x12 -smoothface lava.113 lava_S.x13 -smoothface lava.114 lava_S.x14 -smoothface lava.115 lava_S.x15 -smoothlevel 28 -color_fg yellow -color_bg red -speed 0.2 -no_pick 1 -attacktype 4 -duration 60 -dam 3 -is_floor 1 -editable 8 -move_block boat swim end -# -Object permanent_lava + +object permanent_lava +name lava +face lava.x11 +hp 1 +dam 3 +wc -30 +speed 0.2 +level 1 type 102 subtype 7 -level 1 -walk_on 1 -wc -30 +attacktype 4 +smoothlevel 28 +move_block swim boat +move_on all +no_pick 1 +is_floor 1 lifesave 1 -name lava -face lava.x11 +color_bg red +color_fg yellow +editable 8 +smoothface lava.x15 lava_S.x15 anim lava.x11 lava.x12 @@ -49,20 +57,5 @@ lava.x14 lava.x15 mina -color_fg yellow -color_bg red -speed 0.2 -no_pick 1 -smoothlevel 28 -smoothface lava.111 lava_S.x11 -smoothface lava.112 lava_S.x12 -smoothface lava.113 lava_S.x13 -smoothface lava.114 lava_S.x14 -smoothface lava.115 lava_S.x15 -attacktype 4 -hp 1 -dam 3 -editable 8 -is_floor 1 -move_block boat swim end +