ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/transport/s_ship.arc
Revision: 1.8
Committed: Tue Nov 3 09:59:35 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.7: +4 -4 lines
Log Message:
big cfarch-normalize run

File Contents

# Content
1 object s_ship
2 name Ship
3 face s_ship.x11
4 magicmap grey
5 type 66
6 client_type 25012
7 move_block boat
8 move_allow walk
9 no_pick 1
10 visibility 100
11 end
12 more
13 object s_ship2
14 name big galleon
15 face s_ship.x11
16 magicmap grey
17 x 1
18 type 66
19 move_block boat
20 move_allow walk
21 no_pick 1
22 visibility 100
23 end
24 more
25 object s_ship3
26 name big galleon
27 face s_ship.x11
28 magicmap grey
29 y 1
30 type 66
31 move_block boat
32 move_allow walk
33 no_pick 1
34 visibility 100
35 end
36 more
37 object s_ship4
38 name big galleon
39 face s_ship.x11
40 magicmap grey
41 x 1
42 y 1
43 type 66
44 move_block boat
45 move_allow walk
46 no_pick 1
47 visibility 100
48 end
49