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.5 by root, Mon May 14 20:55:38 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_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
5body_range 1 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
6end 94end
7 95
8object type_shield 96object type_shield
9type 33 97type 33
10body_shield -1 98body_shield -1
11end 99end
12 100
13object type_weapon
14type 15
15body_combat -1
16end
17
18object class_ranged
19end
20
21object class_ranged_item
22inherit class_ranged
23body_range -1
24end
25
26object type_bow
27type 14
28inherit class_ranged_item
29end
30
31object type_horn 101object type_horn
102inherit type_ranged_item
103skill use magic item
32type 35 104type 35
33inherit class_ranged_item
34end
35
36object type_rod
37type 3
38inherit class_ranged_item
39end
40
41object type_wand
42type 109
43inherit class_ranged_item
44end 105end
45 106
46object type_skill 107object type_skill
47type 43 108type 43
48body_skill -1 109body_skill -1
49inherit class_ranged 110end
111
112object type_skill_hth
113inherit type_skill
114dam 1
115body_combat -1
50end 116end
51 117
52object type_skill_tool 118object type_skill_tool
53type 74 119type 74
54end 120end
55 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