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.8 by root, Wed Aug 1 19:13:17 2007 UTC vs.
Revision 1.10 by elmex, Sun Aug 31 15:37:20 2008 UTC

29inherit class_ranged_item 29inherit class_ranged_item
30end 30end
31 31
32object type_horn 32object type_horn
33type 35 33type 35
34skill use magic item
34inherit class_ranged_item 35inherit class_ranged_item
35end 36end
36 37
37object type_rod 38object type_rod
38type 3 39type 3
40skill use magic item
39inherit class_ranged_item 41inherit class_ranged_item
40end 42end
41 43
42object type_wand 44object type_wand
43type 109 45type 109
46skill use magic item
44inherit class_ranged_item 47inherit class_ranged_item
45end 48end
46 49
47object type_skill 50object type_skill
48type 43 51type 43
73inherit type_door 76inherit type_door
74type 20 77type 20
75sound_destroy misc/doorkickopen 78sound_destroy misc/doorkickopen
76end 79end
77 80
81object class_monster
82monster 1
83randomitems standard
84end
85
86object class_undead_monster
87inherit class_monster
88sound_destroy wn/wail
89race undead
90undead 1
91magicmap black
92end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines