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.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
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
34skill use magic item
29inherit class_ranged 35inherit class_ranged_item
30end 36end
31 37
32object type_rod 38object type_rod
33type 3 39type 3
40skill use magic item
34inherit class_ranged 41inherit class_ranged_item
35end 42end
36 43
37object type_wand 44object type_wand
38type 109 45type 109
46skill use magic item
39inherit class_ranged 47inherit class_ranged_item
40end 48end
41 49
42object type_skill 50object type_skill
43type 43 51type 43
52body_skill -1
44inherit class_ranged 53inherit class_ranged
45end 54end
46 55
47object type_skill_tool 56object type_skill_tool
48type 74 57type 74
49inherit class_ranged
50end 58end
51 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