--- deliantra/arch/ground/sea.arc 2007/03/03 01:22:31 1.11 +++ deliantra/arch/ground/sea.arc 2009/11/03 09:48:48 1.17 @@ -7,17 +7,12 @@ sea.x13 sea.x12 mina +inherit sea_base face sea.x11 -speed -0.12 +magicmap light_blue smoothlevel 20 -move_block all -boat -no_pick 1 -is_floor 1 -is_water 1 -color_bg blue -color_fg light_blue -editable 8 -smoothface sea.x14 sea_S.x14 +smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14 +speed -0.12 end object sea1 @@ -29,68 +24,45 @@ sea.x13 sea.x12 mina +inherit sea_base name sea face sea.x11 +magicmap light_blue speed -0.12 -smoothlevel 20 +end + +object sea_base +move_block walk fly_low no_pick 1 is_floor 1 is_water 1 -color_bg blue -color_fg light_blue -editable 8 -smoothface sea.x14 sea_S.x14 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