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.1 by root, Mon May 7 05:24:34 2007 UTC vs.
Revision 1.2 by root, Mon May 7 06:21:03 2007 UTC

1object type_player 1object type_player
2type 1 2type 1
3body_combat 1 3body_combat -1
4body_shield 1 4body_shield -1
5body_range 1 5body_range -1
6end 6end
7 7
8object type_shield 8object type_shield
9type 33 9type 33
10body_shield 1 10body_shield -1
11end 11end
12 12
13object type_weapon 13object type_weapon
14type 15 14type 15
15body_combat 1 15body_combat -1
16end 16end
17 17
18object class_ranged 18object class_ranged
19body_range 1 19body_range -1
20end 20end
21 21
22object type_bow 22object type_bow
23type 14 23type 14
24inherit class_ranged 24inherit class_ranged

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines