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.6 by root, Mon May 14 21:32:11 2007 UTC vs.
Revision 1.19 by root, Sat Apr 3 03:33:42 2010 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_undead_monster
7inherit class_monster
8race undead
9sound_destroy wn/wail
10magicmap black
11undead 1
12end
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
1object type_player 27object type_player
2type 1 28type 1
29body_range 1
30body_skill 1
3body_combat 1 31body_combat 1
4body_skill 1
5body_range 1
6body_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
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
65object type_bow
66inherit type_ranged_item
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
79end
80
81object type_door
82name door
83sound_destroy open_door
84magicmap brown
85hp 400
86exp 1
87ac 10
88level 1
89type 23
90randomitems door
91move_block all
92alive 1
93no_pick 1
7end 94end
8 95
9object type_shield 96object type_shield
10type 33 97type 33
11body_shield -1 98body_shield -1
12end 99end
13 100
14object type_weapon
15type 15
16body_combat -1
17end
18
19object class_ranged
20end
21
22object class_ranged_item
23inherit class_ranged
24body_range -1
25end
26
27object type_bow
28type 14
29inherit class_ranged_item
30end
31
32object type_horn 101object type_horn
102inherit type_ranged_item
103skill use magic item
33type 35 104type 35
34inherit class_ranged_item
35end
36
37object type_rod
38type 3
39inherit class_ranged_item
40end
41
42object type_wand
43type 109
44inherit class_ranged_item
45end 105end
46 106
47object type_skill 107object type_skill
48type 43 108type 43
49body_skill -1 109body_skill -1
50inherit class_ranged 110end
111
112object type_skill_hth
113inherit type_skill
114dam 1
115body_combat -1
51end 116end
52 117
53object type_skill_tool 118object type_skill_tool
54type 74 119type 74
55end 120end
56 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines