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.16 by root, Wed Mar 31 14:44:25 2010 UTC vs.
Revision 1.17 by root, Fri Apr 2 21:26:11 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines