--- deliantra/arch/ground/lava.arc 2007/03/03 00:49:52 1.7 +++ deliantra/arch/ground/lava.arc 2009/10/28 10:13:01 1.14 @@ -1,13 +1,6 @@ # 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 -name lava -face lava.x11 +object lava anim lava.x11 lava.x12 @@ -15,33 +8,27 @@ lava.x14 lava.x15 mina -smoothface lava.x11 lava_S.x11 -smoothface lava.x12 lava_S.x12 -smoothface lava.x13 lava_S.x13 -smoothface lava.x14 lava_S.x14 -smoothface lava.x15 lava_S.x15 +name lava +face lava.x11 +magicmap yellow smoothlevel 28 -color_fg yellow -color_bg red +smoothface lava.x11 lava_S.x11 lava.x12 lava_S.x12 lava.x13 lava_S.x13 lava.x14 lava_S.x14 lava.x15 lava_S.x15 +dam 3 +wc -30 speed 0.2 -no_pick 1 +level 1 +type 102 +subtype 7 attacktype 4 duration 60 -dam 3 +move_block swim boat +move_on walk +no_pick 1 is_floor 1 editable 8 -move_block boat swim end -# -Object permanent_lava -type 102 -subtype 7 -level 1 -walk_on 1 -wc -30 -lifesave 1 -name lava -face lava.x11 + +object lava_ground anim lava.x11 lava.x12 @@ -49,20 +36,41 @@ lava.x14 lava.x15 mina -color_fg yellow -color_bg red +name lava +face lava.x11 +magicmap yellow speed 0.2 +move_block swim boat +move_on walk no_pick 1 -smoothlevel 28 -smoothface lava.x11 lava_S.x11 -smoothface lava.x12 lava_S.x12 -smoothface lava.x13 lava_S.x13 -smoothface lava.x14 lava_S.x14 -smoothface lava.x15 lava_S.x15 -attacktype 4 +is_floor 1 +editable 8 +end + +object permanent_lava +anim +lava.x11 +lava.x12 +lava.x13 +lava.x14 +lava.x15 +mina +name lava +face lava.x11 +magicmap yellow hp 1 dam 3 -editable 8 +wc -30 +speed 0.2 +level 1 +type 102 +subtype 7 +attacktype 4 +move_block swim boat +move_on walk +no_pick 1 is_floor 1 -move_block boat swim +lifesave 1 +editable 8 end +