ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.7
Committed: Wed Aug 1 16:08:14 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.6: +20 -0 lines
Log Message:
never underestimate the power of sound effects

File Contents

# Content
1 object type_player
2 type 1
3 body_combat 1
4 body_skill 1
5 body_range 1
6 body_shield 1
7 end
8
9 object type_shield
10 type 33
11 body_shield -1
12 end
13
14 object type_weapon
15 type 15
16 body_combat -1
17 end
18
19 object class_ranged
20 end
21
22 object class_ranged_item
23 inherit class_ranged
24 body_range -1
25 end
26
27 object type_bow
28 type 14
29 inherit class_ranged_item
30 end
31
32 object type_horn
33 type 35
34 inherit class_ranged_item
35 end
36
37 object type_rod
38 type 3
39 inherit class_ranged_item
40 end
41
42 object type_wand
43 type 109
44 inherit class_ranged_item
45 end
46
47 object type_skill
48 type 43
49 body_skill -1
50 inherit class_ranged
51 end
52
53 object type_skill_tool
54 type 74
55 end
56
57 object type_door
58 type 23
59 name door
60 randomitems door
61 hp 400
62 exp 1
63 ac 10
64 level 1
65 alive 1
66 no_pick 1
67 magicmap brown
68 move_block all
69 sound_die open_door
70 end
71
72 object type_locked_door
73 inherit type_door
74 type 20
75 end
76