--- deliantra/arch/ground/grass.arc 2006/02/06 20:26:12 1.1 +++ deliantra/arch/ground/grass.arc 2007/04/28 18:17:52 1.9 @@ -1,28 +1,36 @@ -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 +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 editable 8 +magicmap green +randomitems grass +treasure_env 1 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 +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 editable 8 +magicmap green smoothlevel 40 -smoothface grass.111 grass_S.111 +smoothface grass.x11 grass_S.x11 end +