ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
(Generate patch)

Comparing deliantra/arch/class/types.arc (file contents):
Revision 1.1 by root, Mon May 7 05:24:34 2007 UTC vs.
Revision 1.18 by root, Sat Apr 3 03:09:26 2010 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_undead_monster
7inherit class_monster
8race undead
9sound_destroy wn/wail
10magicmap black
11undead 1
12end
13
14object class_item
15nrof 1
16weight 1000000000
17end
18
19object class_vein_extractor
20inherit type_ranged_item
21race mining
22dam 1
23client_type 451
24body_arm -2
25end
26
27object type_book
28skill literacy
29sound elmex/paper_crumble
30type 8
31materialname paper
32end
33
34object type_bow
35inherit type_ranged_item
36end
37
38object type_door
39name door
40sound_destroy open_door
41magicmap brown
42hp 400
43exp 1
44ac 10
45level 1
46type 23
47randomitems door
48move_block all
49alive 1
50no_pick 1
51end
52
53object type_force
54face blank.x11
55type 114
56invisible 1
57no_drop 1
58end
59
60object type_horn
61inherit type_ranged_item
62skill use magic item
63type 35
64end
65
66object type_locked_door
67inherit type_door
68sound_destroy misc/doorkickopen
69type 20
70end
71
1object type_player 72object type_player
2type 1 73type 1
74body_range 1
75body_skill 1
3body_combat 1 76body_combat 1
4body_shield 1 77body_shield 1
78end
79
80object type_ranged
81type 11
5body_range 1 82body_range -1
83end
84
85object type_ranged_item
86inherit type_ranged,class_item
87end
88
89object type_rod
90inherit type_ranged_item
91skill use magic item
92type 3
6end 93end
7 94
8object type_shield 95object type_shield
9type 33 96type 33
10body_shield 1 97body_shield -1
98end
99
100object type_skill
101type 43
102body_skill -1
103end
104
105object type_skill_hth
106inherit type_skill
107dam 1
108type 43
109body_skill -1
110body_combat -1
111end
112
113object type_skill_tool
114type 74
115end
116
117object type_spell
118inherit type_ranged
119type 101
120end
121
122object type_vein
123race mining
124food 1
125ac 50
126type 10
127invisible 1
128end
129
130object type_wand
131inherit type_ranged_item
132skill use magic item
133type 109
11end 134end
12 135
13object type_weapon 136object type_weapon
14type 15 137type 15
15body_combat 1 138body_combat -1
16end 139end
17 140
18object class_ranged
19body_range 1
20end
21
22object type_bow
23type 14
24inherit class_ranged
25end
26
27object type_horn
28type 35
29inherit class_ranged
30end
31
32object type_rod
33type 3
34inherit class_ranged
35end
36
37object type_wand
38type 109
39inherit class_ranged
40end
41
42object type_skill
43type 43
44inherit class_ranged
45end
46
47object type_skill_tool
48type 74
49inherit class_ranged
50end
51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines