ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/transport/s_ship.arc
Revision: 1.9
Committed: Sat Oct 16 09:19:18 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -8 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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