ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.25
Committed: Wed May 18 20:43:34 2011 UTC (13 years ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +7 -0 lines
Log Message:
added quad materials.

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 undead 1
11 end
12
13 object class_item
14 nrof 1
15 weight 1000000000
16 end
17
18 object class_vein_extractor
19 inherit type_ranged_item
20 race mining
21 dam 1
22 client_type 451
23 body_arm -2
24 speed 1
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 face vein.x11
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 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
140 object type_quad_floor
141 no_pick 1
142 no_drop 1
143 is_floor 1
144 is_quad 1
145 nrof 1
146 end
147
148 object type_quad_wall
149 move_block all
150 no_pick 1
151 no_drop 1
152 blocksview 1
153 is_quad 1
154 nrof 1
155 end
156
157 object type_quad_material
158 nrof 1
159 weight 1000
160 type 126
161 subtype 4
162 end