--- deliantra/arch/ground/sea.arc 2007/03/03 00:49:52 1.9 +++ deliantra/arch/ground/sea.arc 2007/04/21 12:28:02 1.15 @@ -1,5 +1,12 @@ -Object sea -face sea.x11 +object sea_base +move_block walk fly_low +is_floor 1 +is_water 1 +no_pick 1 +end + +object sea +inherit sea_base anim sea.x11 sea.x12 @@ -8,23 +15,16 @@ sea.x13 sea.x12 mina -smoothface sea.x11 sea_S.x11 -smoothface sea.x12 sea_S.x12 -smoothface sea.x13 sea_S.x13 -smoothface sea.x14 sea_S.x14 -color_fg light_blue -color_bg blue +face sea.x11 speed -0.12 -move_block all -boat -no_pick 1 -is_water 1 -editable 8 -is_floor 1 smoothlevel 20 +editable 8 +magicmap light_blue +smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14 end -Object sea1 -name sea -face sea.x11 + +object sea1 +inherit sea_base anim sea.x11 sea.x12 @@ -33,64 +33,42 @@ sea.x13 sea.x12 mina -smoothface sea.x11 sea_S.x11 -smoothface sea.x12 sea_S.x12 -smoothface sea.x13 sea_S.x13 -smoothface sea.x14 sea_S.x14 -color_fg light_blue -color_bg blue +name sea +face sea.x11 speed -0.12 -no_pick 1 -is_water 1 editable 8 -is_floor 1 -smoothlevel 20 +magicmap light_blue end -Object sea_nw + +object sea_ne +inherit sea_base name sea -face sea_nw.x11 -color_fg light_blue -color_bg blue -no_pass 1 -no_pick 1 -is_water 1 +face sea_ne.x11 editable 8 -is_floor 1 -smoothlevel 20 +magicmap light_blue end -Object sea_ne + +object sea_nw +inherit sea_base name sea -face sea_ne.x11 -color_fg light_blue -color_bg blue -no_pass 1 -no_pick 1 -is_water 1 +face sea_nw.x11 editable 8 -is_floor 1 -smoothlevel 20 +magicmap light_blue end -Object sea_sw + +object sea_se +inherit sea_base name sea -face sea_sw.x11 -color_fg light_blue -color_bg blue -no_pass 1 -no_pick 1 -is_water 1 +face sea_se.x11 editable 8 -is_floor 1 -smoothlevel 20 +magicmap light_blue end -Object sea_se + +object sea_sw +inherit sea_base name sea -face sea_se.x11 -color_fg light_blue -color_bg blue -no_pick 1 -no_pass 1 -is_water 1 +face sea_sw.x11 editable 8 -is_floor 1 -smoothlevel 20 +magicmap light_blue end +