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.12 by root, Tue Nov 3 09:58:20 2009 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 93end
74 94
75object type_shield 95object type_shield
76type 33 96type 33
77body_shield -1 97body_shield -1
78end 98end
79 99
80object type_skill 100object type_skill
81inherit class_ranged
82type 43 101type 43
83body_skill -1 102body_skill -1
103end
104
105object type_skill_hth
106inherit type_skill
107dam 1
108type 43
109body_skill -1
110body_combat -1
84end 111end
85 112
86object type_skill_tool 113object type_skill_tool
87type 74 114type 74
88end 115end
89 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
90object type_wand 130object type_wand
91inherit class_ranged_item 131inherit type_ranged_item
92skill use magic item 132skill use magic item
93type 109 133type 109
94end 134end
95 135
96object type_weapon 136object type_weapon

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines