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.19 by root, Sat Apr 3 03:33:42 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_player
28type 1
29body_range 1
30body_skill 1
31body_combat 1
32body_shield 1
33end
34
35object type_rod
36inherit type_ranged_item
37skill use magic item
38type 3
39end
40
41object type_book
42skill literacy
43sound elmex/paper_crumble
44type 8
45materialname paper
46end
47
48object type_vein
49race mining
50food 1
51ac 50
52type 10
53invisible 1
54end
55
56object type_ranged
57type 11
58body_range -1
59end
60
61object type_ranged_item
62inherit type_ranged,class_item
63end
64
22object type_bow 65object type_bow
23inherit class_ranged_item 66inherit type_ranged_item
24type 14 67type 14
68end
69
70object type_weapon
71type 15
72body_combat -1
73end
74
75object type_locked_door
76inherit type_door
77sound_destroy misc/doorkickopen
78type 20
25end 79end
26 80
27object type_door 81object type_door
28name door 82name door
29sound_destroy open_door 83sound_destroy open_door
37move_block all 91move_block all
38alive 1 92alive 1
39no_pick 1 93no_pick 1
40end 94end
41 95
96object type_shield
97type 33
98body_shield -1
99end
100
101object type_horn
102inherit type_ranged_item
103skill use magic item
104type 35
105end
106
107object type_skill
108type 43
109body_skill -1
110end
111
112object type_skill_hth
113inherit type_skill
114dam 1
115body_combat -1
116end
117
118object type_skill_tool
119type 74
120end
121
122object type_spell
123inherit type_ranged
124type 101
125end
126
127object type_wand
128inherit type_ranged_item
129skill use magic item
130type 109
131end
132
42object type_force 133object type_force
43face blank.x11 134face blank.x11
44type 114 135type 114
45invisible 1 136invisible 1
46no_drop 1 137no_drop 1
47end 138end
48 139
49object type_horn
50inherit class_ranged_item
51skill use magic item
52type 35
53end
54
55object type_locked_door
56inherit type_door
57sound_destroy misc/doorkickopen
58type 20
59end
60
61object type_player
62type 1
63body_range 1
64body_skill 1
65body_combat 1
66body_shield 1
67end
68
69object type_rod
70inherit class_ranged_item
71skill use magic item
72type 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
91
92object type_shield
93type 33
94body_shield -1
95end
96
97object type_skill
98inherit class_ranged
99type 43
100body_skill -1
101end
102
103object type_skill_tool
104type 74
105end
106
107object type_wand
108inherit class_ranged_item
109skill use magic item
110type 109
111end
112
113object type_weapon
114type 15
115body_combat -1
116end
117
118object type_book
119type 8
120materialname paper
121skill literacy
122sound elmex/paper_crumble
123end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines