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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines