ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.19
Committed: Sat Apr 3 03:33:42 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.18: +51 -52 lines
Log Message:
wtf, sorting was lost?

File Contents

# Content
1 object class_monster
2 randomitems standard
3 monster 1
4 end
5
6 object class_undead_monster
7 inherit class_monster
8 race undead
9 sound_destroy wn/wail
10 magicmap black
11 undead 1
12 end
13
14 object class_item
15 nrof 1
16 weight 1000000000
17 end
18
19 object class_vein_extractor
20 inherit type_ranged_item
21 race mining
22 dam 1
23 client_type 451
24 body_arm -2
25 end
26
27 object type_player
28 type 1
29 body_range 1
30 body_skill 1
31 body_combat 1
32 body_shield 1
33 end
34
35 object type_rod
36 inherit type_ranged_item
37 skill use magic item
38 type 3
39 end
40
41 object type_book
42 skill literacy
43 sound elmex/paper_crumble
44 type 8
45 materialname paper
46 end
47
48 object type_vein
49 race mining
50 food 1
51 ac 50
52 type 10
53 invisible 1
54 end
55
56 object type_ranged
57 type 11
58 body_range -1
59 end
60
61 object type_ranged_item
62 inherit type_ranged,class_item
63 end
64
65 object type_bow
66 inherit type_ranged_item
67 type 14
68 end
69
70 object type_weapon
71 type 15
72 body_combat -1
73 end
74
75 object type_locked_door
76 inherit type_door
77 sound_destroy misc/doorkickopen
78 type 20
79 end
80
81 object type_door
82 name door
83 sound_destroy open_door
84 magicmap brown
85 hp 400
86 exp 1
87 ac 10
88 level 1
89 type 23
90 randomitems door
91 move_block all
92 alive 1
93 no_pick 1
94 end
95
96 object type_shield
97 type 33
98 body_shield -1
99 end
100
101 object type_horn
102 inherit type_ranged_item
103 skill use magic item
104 type 35
105 end
106
107 object type_skill
108 type 43
109 body_skill -1
110 end
111
112 object type_skill_hth
113 inherit type_skill
114 dam 1
115 body_combat -1
116 end
117
118 object type_skill_tool
119 type 74
120 end
121
122 object type_spell
123 inherit type_ranged
124 type 101
125 end
126
127 object type_wand
128 inherit type_ranged_item
129 skill use magic item
130 type 109
131 end
132
133 object type_force
134 face blank.x11
135 type 114
136 invisible 1
137 no_drop 1
138 end
139