ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.20
Committed: Mon Apr 5 01:56:17 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -0 lines
Log Message:
*** empty log message ***

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