ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.16
Committed: Wed Oct 28 10:13:01 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +17 -17 lines
Log Message:
add soccergrass

File Contents

# User Rev Content
1 root 1.10 object sea
2 root 1.8 anim
3     sea.x11
4     sea.x12
5     sea.x13
6     sea.x14
7     sea.x13
8     sea.x12
9     mina
10 root 1.16 inherit sea_base
11 root 1.11 face sea.x11
12 root 1.16 magicmap light_blue
13     smoothlevel 20
14     smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14
15 root 1.7 speed -0.12
16     editable 8
17 root 1.8 end
18 root 1.11
19 root 1.10 object sea1
20 root 1.1 anim
21 pippijn 1.2 sea.x11
22     sea.x12
23     sea.x13
24     sea.x14
25     sea.x13
26     sea.x12
27 root 1.1 mina
28 root 1.16 inherit sea_base
29 root 1.11 name sea
30     face sea.x11
31 root 1.16 magicmap light_blue
32 root 1.6 speed -0.12
33 root 1.1 editable 8
34 root 1.16 end
35    
36     object sea_base
37     move_block walk fly_low
38     no_pick 1
39     is_floor 1
40     is_water 1
41 root 1.11 end
42    
43     object sea_ne
44 root 1.15 inherit sea_base
45 root 1.11 name sea
46     face sea_ne.x11
47 root 1.16 magicmap light_blue
48 root 1.11 editable 8
49 root 1.7 end
50 root 1.11
51 root 1.10 object sea_nw
52 root 1.15 inherit sea_base
53 root 1.7 name sea
54 root 1.9 face sea_nw.x11
55 root 1.16 magicmap light_blue
56 root 1.1 editable 8
57     end
58 root 1.11
59     object sea_se
60 root 1.15 inherit sea_base
61 root 1.1 name sea
62 root 1.11 face sea_se.x11
63 root 1.16 magicmap light_blue
64 root 1.1 editable 8
65     end
66 root 1.11
67 root 1.10 object sea_sw
68 root 1.15 inherit sea_base
69 root 1.1 name sea
70 root 1.9 face sea_sw.x11
71 root 1.16 magicmap light_blue
72 root 1.1 editable 8
73     end
74 root 1.11