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.7 by root, Wed Aug 1 16:08:14 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
64level 1 67level 1
65alive 1 68alive 1
66no_pick 1 69no_pick 1
67magicmap brown 70magicmap brown
68move_block all 71move_block all
69sound_die open_door 72sound_destroy open_door
70end 73end
71 74
72object type_locked_door 75object type_locked_door
73inherit type_door 76inherit type_door
74type 20 77type 20
78sound_destroy misc/doorkickopen
75end 79end
76 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