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.15 by elmex, Mon Mar 29 13:33:28 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 90end
74 91
75object type_shield 92object type_shield
76type 33 93type 33
77body_shield -1 94body_shield -1
78end 95end
79 96
80object type_skill 97object type_skill
81inherit class_ranged
82type 43 98type 43
83body_skill -1 99body_skill -1
100end
101
102object type_skill_hth
103inherit type_skill
104dam 1
105type 43
106body_skill -1
107body_combat -1
84end 108end
85 109
86object type_skill_tool 110object type_skill_tool
87type 74 111type 74
88end 112end
89 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
90object type_wand 127object type_wand
91inherit class_ranged_item 128inherit type_ranged
92skill use magic item 129skill use magic item
93type 109 130type 109
94end 131end
95 132
96object type_weapon 133object type_weapon
97type 15 134type 15
98body_combat -1 135body_combat -1
99end 136end
100 137
101object type_book
102type 8
103materialname paper
104skill literacy
105sound elmex/paper_crumble
106end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines