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.12 by root, Tue Nov 3 09:58:20 2009 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_ranged
7end
8
9object class_ranged_item
10inherit class_ranged
11body_range -1
12end
13
14object class_undead_monster
15inherit class_monster
16race undead
17sound_destroy wn/wail
18magicmap black
19undead 1
20end
21
22object type_bow
23inherit class_ranged_item
24type 14
25end
26
27object type_door
28name door
29sound_destroy open_door
30magicmap brown
31hp 400
32exp 1
33ac 10
34level 1
35type 23
36randomitems door
37move_block all
38alive 1
39no_pick 1
40end
41
42object type_force
43face blank.x11
44type 114
45invisible 1
46no_drop 1
47end
48
49object type_horn
50inherit class_ranged_item
51skill use magic item
52type 35
53end
54
55object type_locked_door
56inherit type_door
57sound_destroy misc/doorkickopen
58type 20
59end
60
1object type_player 61object type_player
2type 1 62type 1
63body_range 1
64body_skill 1
3body_combat 1 65body_combat 1
4body_shield 1 66body_shield 1
5body_range 1 67end
68
69object type_rod
70inherit class_ranged_item
71skill use magic item
72type 3
6end 73end
7 74
8object type_shield 75object type_shield
9type 33 76type 33
10body_shield -1 77body_shield -1
11end 78end
12 79
80object type_skill
81inherit class_ranged
82type 43
83body_skill -1
84end
85
86object type_skill_tool
87type 74
88end
89
90object type_wand
91inherit class_ranged_item
92skill use magic item
93type 109
94end
95
13object type_weapon 96object type_weapon
14type 15 97type 15
15body_combat -1 98body_combat -1
16end 99end
17 100
18object class_ranged
19body_range -1
20end
21
22object type_bow
23type 14
24inherit class_ranged
25end
26
27object type_horn
28type 35
29inherit class_ranged
30end
31
32object type_rod
33type 3
34inherit class_ranged
35end
36
37object type_wand
38type 109
39inherit class_ranged
40end
41
42object type_skill
43type 43
44inherit class_ranged
45end
46
47object type_skill_tool
48type 74
49inherit class_ranged
50end
51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines