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.3 by root, Mon May 7 06:24:14 2007 UTC vs.
Revision 1.7 by root, Wed Aug 1 16:08:14 2007 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
14type 15 15type 15
15body_combat -1 16body_combat -1
16end 17end
17 18
18object class_ranged 19object class_ranged
20end
21
22object class_ranged_item
23inherit class_ranged
19body_range -1 24body_range -1
20end 25end
21 26
22object type_bow 27object type_bow
23type 14 28type 14
24inherit class_ranged 29inherit class_ranged_item
25end 30end
26 31
27object type_horn 32object type_horn
28type 35 33type 35
29inherit class_ranged 34inherit class_ranged_item
30end 35end
31 36
32object type_rod 37object type_rod
33type 3 38type 3
34inherit class_ranged 39inherit class_ranged_item
35end 40end
36 41
37object type_wand 42object type_wand
38type 109 43type 109
39inherit class_ranged 44inherit class_ranged_item
40end 45end
41 46
42object type_skill 47object type_skill
43type 43 48type 43
49body_skill -1
44inherit class_ranged 50inherit class_ranged
45end 51end
46 52
47object type_skill_tool 53object type_skill_tool
48type 74 54type 74
49inherit class_ranged
50end 55end
51 56
57object type_door
58type 23
59name door
60randomitems door
61hp 400
62exp 1
63ac 10
64level 1
65alive 1
66no_pick 1
67magicmap brown
68move_block all
69sound_die open_door
70end
71
72object type_locked_door
73inherit type_door
74type 20
75end
76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines