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.5 by root, Mon May 14 20:55:38 2007 UTC vs.
Revision 1.17 by root, Fri Apr 2 21:26:11 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
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
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
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
81inherit class_item
82type 11
5body_range 1 83body_range -1
84end
85
86object type_rod
87inherit type_ranged
88skill use magic item
89type 3
6end 90end
7 91
8object type_shield 92object type_shield
9type 33 93type 33
10body_shield -1 94body_shield -1
11end 95end
12 96
13object type_weapon
14type 15
15body_combat -1
16end
17
18object class_ranged
19end
20
21object class_ranged_item
22inherit class_ranged
23body_range -1
24end
25
26object type_bow
27type 14
28inherit class_ranged_item
29end
30
31object type_horn
32type 35
33inherit class_ranged_item
34end
35
36object type_rod
37type 3
38inherit class_ranged_item
39end
40
41object type_wand
42type 109
43inherit class_ranged_item
44end
45
46object type_skill 97object type_skill
47type 43 98type 43
48body_skill -1 99body_skill -1
49inherit class_ranged 100end
101
102object type_skill_hth
103inherit type_skill
104dam 1
105type 43
106body_skill -1
107body_combat -1
50end 108end
51 109
52object type_skill_tool 110object type_skill_tool
53type 74 111type 74
54end 112end
55 113
114object type_spell
115inherit type_ranged
116type 101
117end
118
119object type_vein
120race mining
121food 1
122ac 50
123type 10
124invisible 1
125end
126
127object type_wand
128inherit type_ranged
129skill use magic item
130type 109
131end
132
133object type_weapon
134type 15
135body_combat -1
136end
137

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines