ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.10
Committed: Sun Aug 31 15:37:20 2008 UTC (15 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_7, rel-2_72, rel-2_73, rel-2_71
Changes since 1.9: +3 -0 lines
Log Message:
give horns, rods and wands the required skill 'use magic item'.

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 skill use magic item
35 inherit class_ranged_item
36 end
37
38 object type_rod
39 type 3
40 skill use magic item
41 inherit class_ranged_item
42 end
43
44 object type_wand
45 type 109
46 skill use magic item
47 inherit class_ranged_item
48 end
49
50 object type_skill
51 type 43
52 body_skill -1
53 inherit class_ranged
54 end
55
56 object type_skill_tool
57 type 74
58 end
59
60 object type_door
61 type 23
62 name door
63 randomitems door
64 hp 400
65 exp 1
66 ac 10
67 level 1
68 alive 1
69 no_pick 1
70 magicmap brown
71 move_block all
72 sound_destroy open_door
73 end
74
75 object type_locked_door
76 inherit type_door
77 type 20
78 sound_destroy misc/doorkickopen
79 end
80
81 object class_monster
82 monster 1
83 randomitems standard
84 end
85
86 object class_undead_monster
87 inherit class_monster
88 sound_destroy wn/wail
89 race undead
90 undead 1
91 magicmap black
92 end