ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.16
Committed: Wed Mar 31 14:44:25 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.15: +17 -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_ranged
7 end
8
9 object class_ranged_item
10 inherit class_ranged
11 body_range -1
12 end
13
14 object class_undead_monster
15 inherit class_monster
16 race undead
17 sound_destroy wn/wail
18 magicmap black
19 undead 1
20 end
21
22 object type_bow
23 inherit class_ranged_item
24 type 14
25 end
26
27 object type_door
28 name door
29 sound_destroy open_door
30 magicmap brown
31 hp 400
32 exp 1
33 ac 10
34 level 1
35 type 23
36 randomitems door
37 move_block all
38 alive 1
39 no_pick 1
40 end
41
42 object type_force
43 face blank.x11
44 type 114
45 invisible 1
46 no_drop 1
47 end
48
49 object type_horn
50 inherit class_ranged_item
51 skill use magic item
52 type 35
53 end
54
55 object type_locked_door
56 inherit type_door
57 sound_destroy misc/doorkickopen
58 type 20
59 end
60
61 object type_player
62 type 1
63 body_range 1
64 body_skill 1
65 body_combat 1
66 body_shield 1
67 end
68
69 object type_rod
70 inherit class_ranged_item
71 skill use magic item
72 type 3
73 end
74
75 object type_vein
76 type 10
77 invisible 1
78 ac 50
79 food 1
80 race mining
81 end
82
83 object class_vein_extractor
84 inherit type_bow
85 client_type 451
86 body_arm -2
87 dam 1
88 nrof 1
89 race mining
90 end
91
92 object type_shield
93 type 33
94 body_shield -1
95 end
96
97 object type_skill
98 inherit class_ranged
99 type 43
100 body_skill -1
101 end
102
103 object type_skill_tool
104 type 74
105 end
106
107 object type_wand
108 inherit class_ranged_item
109 skill use magic item
110 type 109
111 end
112
113 object type_weapon
114 type 15
115 body_combat -1
116 end
117
118 object type_book
119 type 8
120 materialname paper
121 skill literacy
122 sound elmex/paper_crumble
123 end