--- deliantra/arch/ground/sea.arc 2007/02/06 22:40:16 1.7 +++ deliantra/arch/ground/sea.arc 2007/04/21 12:28:02 1.15 @@ -1,15 +1,12 @@ -object sea -face sea.x11 -speed -0.12 -smoothlevel 20 -move_block all -boat -no_pick 1 +object sea_base +move_block walk fly_low is_floor 1 is_water 1 -color_bg blue -color_fg light_blue -editable 8 -smoothface sea.x14 sea_S.x14 +no_pick 1 +end + +object sea +inherit sea_base anim sea.x11 sea.x12 @@ -18,20 +15,16 @@ sea.x13 sea.x12 mina -end - -object sea1 -name sea face sea.x11 speed -0.12 smoothlevel 20 -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue editable 8 -smoothface sea.x14 sea_S.x14 +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 +inherit sea_base anim sea.x11 sea.x12 @@ -40,57 +33,42 @@ sea.x13 sea.x12 mina +name sea +face sea.x11 +speed -0.12 +editable 8 +magicmap light_blue end object sea_ne +inherit sea_base name sea face sea_ne.x11 -smoothlevel 20 -move_block all -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue editable 8 +magicmap light_blue end object sea_nw +inherit sea_base name sea face sea_nw.x11 -smoothlevel 20 -move_block all -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue editable 8 +magicmap light_blue end object sea_se +inherit sea_base name sea face sea_se.x11 -smoothlevel 20 -move_block all -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue editable 8 +magicmap light_blue end object sea_sw +inherit sea_base name sea face sea_sw.x11 -smoothlevel 20 -move_block all -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue editable 8 +magicmap light_blue end