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.4 by root, Sat May 12 16:08:40 2007 UTC vs.
Revision 1.16 by root, Wed Mar 31 14:44:25 2010 UTC

1object type_player 1object class_monster
2type 1 2randomitems standard
3body_combat 1 3monster 1
4body_shield 1
5body_range 1
6end
7
8object type_shield
9type 33
10body_shield -1
11end
12
13object type_weapon
14type 15
15body_combat -1
16end 4end
17 5
18object class_ranged 6object class_ranged
19end 7end
20 8
21object class_ranged_item 9object class_ranged_item
22inherit class_ranged 10inherit class_ranged
23body_range -1 11body_range -1
24end 12end
25 13
14object class_undead_monster
15inherit class_monster
16race undead
17sound_destroy wn/wail
18magicmap black
19undead 1
20end
21
26object type_bow 22object type_bow
23inherit class_ranged_item
27type 14 24type 14
28inherit class_ranged_item 25end
26
27object type_door
28name door
29sound_destroy open_door
30magicmap brown
31hp 400
32exp 1
33ac 10
34level 1
35type 23
36randomitems door
37move_block all
38alive 1
39no_pick 1
40end
41
42object type_force
43face blank.x11
44type 114
45invisible 1
46no_drop 1
29end 47end
30 48
31object type_horn 49object type_horn
50inherit class_ranged_item
51skill use magic item
32type 35 52type 35
33inherit class_ranged_item 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
34end 67end
35 68
36object type_rod 69object type_rod
70inherit class_ranged_item
71skill use magic item
37type 3 72type 3
38inherit class_ranged_item
39end 73end
40 74
41object type_wand 75object type_vein
42type 109 76type 10
43inherit class_ranged_item 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
44end 95end
45 96
46object type_skill 97object type_skill
98inherit class_ranged
47type 43 99type 43
48body_skill -1 100body_skill -1
49inherit class_ranged
50end 101end
51 102
52object type_skill_tool 103object type_skill_tool
53type 74 104type 74
54inherit class_ranged_item
55end 105end
56 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