ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/cyangrass.arc
(Generate patch)

Comparing deliantra/arch/ground/cyangrass.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:49:51 2007 UTC vs.
Revision 1.8 by root, Sun Mar 11 00:15:19 2007 UTC

1Object cyangrass 1object cyangrass
2race /terrain/plains
2face cyangrass.x11 3face cyangrass.x11
3type 67 4type 67
4race /terrain/plains 5smoothlevel 45
5walk_on 1 6move_on walk
7move_slow walk
8move_slow_penalty 1
9no_pick 1
6is_floor 1 10is_floor 1
7color_fg green
8no_pick 1
9slow_move 1
10is_wooded 1 11is_wooded 1
11editable 8 12editable 8
12smoothlevel 45 13magicmap green
13smoothface cyangrass.x11 cyangrass_S.x11 14smoothface cyangrass.x11 cyangrass_S.x11
14end 15end
16
15Object cyangrass_only 17object cyangrass_only
16name cyangrass 18name cyangrass
17face cyangrass.x11 19face cyangrass.x11
18type 67 20type 67
19walk_on 1 21smoothlevel 45
22move_on walk
23move_slow walk
24move_slow_penalty 1
25no_pick 1
20is_floor 1 26is_floor 1
21color_fg green
22no_pick 1
23slow_move 1
24is_wooded 1 27is_wooded 1
25editable 8 28editable 8
26smoothlevel 45 29magicmap green
27smoothface cyangrass.x11 cyangrass_S.x11 30smoothface cyangrass.x11 cyangrass_S.x11
28end 31end
32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines