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

Comparing deliantra/arch/ground/sea.arc (file contents):
Revision 1.13 by root, Sun Mar 11 00:19:42 2007 UTC vs.
Revision 1.17 by root, Tue Nov 3 09:48:48 2009 UTC

5sea.x13 5sea.x13
6sea.x14 6sea.x14
7sea.x13 7sea.x13
8sea.x12 8sea.x12
9mina 9mina
10inherit sea_base
10face sea.x11 11face sea.x11
12magicmap light_blue
13smoothlevel 20
14smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14
11speed -0.12 15speed -0.12
12smoothlevel 20
13move_block all -boat
14no_pick 1
15is_floor 1
16is_water 1
17editable 8
18magicmap light_blue
19smoothface sea.x14 sea_S.x14
20end 16end
21 17
22object sea1 18object sea1
23anim 19anim
24sea.x11 20sea.x11
26sea.x13 22sea.x13
27sea.x14 23sea.x14
28sea.x13 24sea.x13
29sea.x12 25sea.x12
30mina 26mina
27inherit sea_base
31name sea 28name sea
32face sea.x11 29face sea.x11
30magicmap light_blue
33speed -0.12 31speed -0.12
34smoothlevel 20 32end
33
34object sea_base
35move_block walk fly_low
35no_pick 1 36no_pick 1
36is_floor 1 37is_floor 1
37is_water 1 38is_water 1
38editable 8
39magicmap light_blue
40smoothface sea.x14 sea_S.x14
41end 39end
42 40
43object sea_ne 41object sea_ne
42inherit sea_base
44name sea 43name sea
45face sea_ne.x11 44face sea_ne.x11
46smoothlevel 20
47move_block all
48no_pick 1
49is_floor 1
50is_water 1
51editable 8
52magicmap light_blue 45magicmap light_blue
53end 46end
54 47
55object sea_nw 48object sea_nw
49inherit sea_base
56name sea 50name sea
57face sea_nw.x11 51face sea_nw.x11
58smoothlevel 20
59move_block all
60no_pick 1
61is_floor 1
62is_water 1
63editable 8
64magicmap light_blue 52magicmap light_blue
65end 53end
66 54
67object sea_se 55object sea_se
56inherit sea_base
68name sea 57name sea
69face sea_se.x11 58face sea_se.x11
70smoothlevel 20
71move_block all
72no_pick 1
73is_floor 1
74is_water 1
75editable 8
76magicmap light_blue 59magicmap light_blue
77end 60end
78 61
79object sea_sw 62object sea_sw
63inherit sea_base
80name sea 64name sea
81face sea_sw.x11 65face sea_sw.x11
82smoothlevel 20
83move_block all
84no_pick 1
85is_floor 1
86is_water 1
87editable 8
88magicmap light_blue 66magicmap light_blue
89end 67end
90 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines