ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.21
Committed: Sat Apr 10 22:42:12 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.20: +1 -0 lines
Log Message:
add vein picture

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