--- deliantra/arch/ground/grass.arc 2006/02/06 20:26:12 1.1 +++ deliantra/arch/ground/grass.arc 2007/03/03 01:22:30 1.7 @@ -1,28 +1,34 @@ -Object grass -face grass.111 -type 67 +object grass race /terrain/plains -walk_on 1 -is_floor 1 -color_fg green +face grass.x11 +type 67 +smoothlevel 40 +move_block swim boat +move_on walk +move_slow walk +move_slow_penalty 1 no_pick 1 -slow_move 1 +is_floor 1 is_wooded 1 +color_fg green editable 8 -smoothlevel 40 -smoothface grass.111 grass_S.111 +smoothface grass.x11 grass_S.x11 end -Object grass_only + +object grass_only name grass -face grass.111 +face grass.x11 type 67 -walk_on 1 -is_floor 1 -color_fg green +smoothlevel 40 +move_block swim boat +move_on walk +move_slow walk +move_slow_penalty 1 no_pick 1 -slow_move 1 +is_floor 1 is_wooded 1 +color_fg green editable 8 -smoothlevel 40 -smoothface grass.111 grass_S.111 +smoothface grass.x11 grass_S.x11 end +