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.10 by elmex, Sun Aug 31 15:37:20 2008 UTC vs.
Revision 1.12 by root, Tue Nov 3 09:58:20 2009 UTC

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