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.10 by elmex, Sun Aug 31 15:37:20 2008 UTC

1object type_player 1object type_player
2type 1 2type 1
3body_combat 1 3body_combat 1
4body_skill 1
5body_range 1
4body_shield 1 6body_shield 1
5body_range 1
6end 7end
7 8
8object type_shield 9object type_shield
9type 33 10type 33
10body_shield -1 11body_shield -1
28inherit class_ranged_item 29inherit class_ranged_item
29end 30end
30 31
31object type_horn 32object type_horn
32type 35 33type 35
34skill use magic item
33inherit class_ranged_item 35inherit class_ranged_item
34end 36end
35 37
36object type_rod 38object type_rod
37type 3 39type 3
40skill use magic item
38inherit class_ranged_item 41inherit class_ranged_item
39end 42end
40 43
41object type_wand 44object type_wand
42type 109 45type 109
46skill use magic item
43inherit class_ranged_item 47inherit class_ranged_item
44end 48end
45 49
46object type_skill 50object type_skill
47type 43 51type 43
51 55
52object type_skill_tool 56object type_skill_tool
53type 74 57type 74
54end 58end
55 59
60object type_door
61type 23
62name door
63randomitems door
64hp 400
65exp 1
66ac 10
67level 1
68alive 1
69no_pick 1
70magicmap brown
71move_block all
72sound_destroy open_door
73end
74
75object type_locked_door
76inherit type_door
77type 20
78sound_destroy misc/doorkickopen
79end
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