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.1 by root, Mon May 7 05:24:34 2007 UTC vs.
Revision 1.24 by elmex, Thu Apr 28 14:59:16 2011 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_undead_monster
7inherit class_monster
8race undead
9sound_destroy wn/wail
10undead 1
11end
12
13object class_item
14nrof 1
15weight 1000000000
16end
17
18object class_vein_extractor
19inherit type_ranged_item
20race mining
21dam 1
22client_type 451
23body_arm -2
24speed 1
25end
26
1object type_player 27object type_player
2type 1 28type 1
29body_range 1
30body_skill 1
3body_combat 1 31body_combat 1
4body_shield 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
49face vein.x11
50race mining
51food 1
52ac 50
53type 10
54invisible 1
55end
56
57object type_ranged
58type 11
5body_range 1 59body_range -1
60end
61
62object type_ranged_item
63inherit type_ranged,class_item
64end
65
66object type_bow
67inherit type_ranged_item
68type 14
69end
70
71object type_weapon
72type 15
73body_combat -1
74end
75
76object type_locked_door
77inherit type_door
78sound_destroy misc/doorkickopen
79type 20
80end
81
82object type_door
83name door
84sound_destroy open_door
85hp 400
86exp 1
87ac 10
88level 1
89type 23
90randomitems door
91move_block all
92alive 1
93no_pick 1
6end 94end
7 95
8object type_shield 96object type_shield
9type 33 97type 33
10body_shield 1 98body_shield -1
11end
12
13object type_weapon
14type 15
15body_combat 1
16end
17
18object class_ranged
19body_range 1
20end
21
22object type_bow
23type 14
24inherit class_ranged
25end 99end
26 100
27object type_horn 101object type_horn
102inherit type_ranged_item
103skill use magic item
28type 35 104type 35
29inherit class_ranged
30end
31
32object type_rod
33type 3
34inherit class_ranged
35end
36
37object type_wand
38type 109
39inherit class_ranged
40end 105end
41 106
42object type_skill 107object type_skill
43type 43 108type 43
44inherit class_ranged 109body_skill -1
110end
111
112object type_skill_hth
113inherit type_skill
114dam 1
115body_combat -1
45end 116end
46 117
47object type_skill_tool 118object type_skill_tool
48type 74 119type 74
49inherit class_ranged
50end 120end
51 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
133object type_force
134face blank.x11
135type 114
136invisible 1
137no_drop 1
138end
139
140object type_quad_floor
141no_pick 1
142no_drop 1
143is_floor 1
144is_quad 1
145nrof 1
146end
147
148object type_quad_wall
149move_block all
150no_pick 1
151no_drop 1
152blocksview 1
153is_quad 1
154nrof 1
155end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines