ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.9
Committed: Sat Aug 4 21:35:10 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_4, rel-2_5, rel-2_2, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +12 -0 lines
Log Message:
wail death sounf for all undead stuff

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_destroy open_door
70 end
71
72 object type_locked_door
73 inherit type_door
74 type 20
75 sound_destroy misc/doorkickopen
76 end
77
78 object class_monster
79 monster 1
80 randomitems standard
81 end
82
83 object class_undead_monster
84 inherit class_monster
85 sound_destroy wn/wail
86 race undead
87 undead 1
88 magicmap black
89 end