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.19 by root, Sat Apr 3 03:33:42 2010 UTC vs.
Revision 1.22 by root, Sat Oct 16 09:16:32 2010 UTC

5 5
6object class_undead_monster 6object class_undead_monster
7inherit class_monster 7inherit class_monster
8race undead 8race undead
9sound_destroy wn/wail 9sound_destroy wn/wail
10magicmap black
11undead 1 10undead 1
12end 11end
13 12
14object class_item 13object class_item
15nrof 1 14nrof 1
20inherit type_ranged_item 19inherit type_ranged_item
21race mining 20race mining
22dam 1 21dam 1
23client_type 451 22client_type 451
24body_arm -2 23body_arm -2
24speed 1
25end 25end
26 26
27object type_player 27object type_player
28type 1 28type 1
29body_range 1 29body_range 1
44type 8 44type 8
45materialname paper 45materialname paper
46end 46end
47 47
48object type_vein 48object type_vein
49face vein.x11
49race mining 50race mining
50food 1 51food 1
51ac 50 52ac 50
52type 10 53type 10
53invisible 1 54invisible 1
79end 80end
80 81
81object type_door 82object type_door
82name door 83name door
83sound_destroy open_door 84sound_destroy open_door
84magicmap brown
85hp 400 85hp 400
86exp 1 86exp 1
87ac 10 87ac 10
88level 1 88level 1
89type 23 89type 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines