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.18 by root, Sat Apr 3 03:09:26 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_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
22object type_bow 34object type_bow
23inherit class_ranged_item 35inherit type_ranged_item
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_item
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
81type 11
82body_range -1
83end
84
85object type_ranged_item
86inherit type_ranged,class_item
87end
88
69object type_rod 89object type_rod
70inherit class_ranged_item 90inherit type_ranged_item
71skill use magic item 91skill use magic item
72type 3 92type 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 93end
91 94
92object type_shield 95object type_shield
93type 33 96type 33
94body_shield -1 97body_shield -1
95end 98end
96 99
97object type_skill 100object type_skill
98inherit class_ranged
99type 43 101type 43
100body_skill -1 102body_skill -1
103end
104
105object type_skill_hth
106inherit type_skill
107dam 1
108type 43
109body_skill -1
110body_combat -1
101end 111end
102 112
103object type_skill_tool 113object type_skill_tool
104type 74 114type 74
105end 115end
106 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
107object type_wand 130object type_wand
108inherit class_ranged_item 131inherit type_ranged_item
109skill use magic item 132skill use magic item
110type 109 133type 109
111end 134end
112 135
113object type_weapon 136object type_weapon
114type 15 137type 15
115body_combat -1 138body_combat -1
116end 139end
117 140
118object type_book
119type 8
120materialname paper
121skill literacy
122sound elmex/paper_crumble
123end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines