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.11 by root, Tue Dec 23 18:10:06 2008 UTC vs.
Revision 1.18 by root, Sat Apr 3 03:09:26 2010 UTC

1object class_monster
2randomitems standard
3monster 1
4end
5
6object class_undead_monster
7inherit class_monster
8race undead
9sound_destroy wn/wail
10magicmap black
11undead 1
12end
13
14object class_item
15nrof 1
16weight 1000000000
17end
18
19object class_vein_extractor
20inherit type_ranged_item
21race mining
22dam 1
23client_type 451
24body_arm -2
25end
26
27object type_book
28skill literacy
29sound elmex/paper_crumble
30type 8
31materialname paper
32end
33
34object type_bow
35inherit type_ranged_item
36end
37
38object type_door
39name door
40sound_destroy open_door
41magicmap brown
42hp 400
43exp 1
44ac 10
45level 1
46type 23
47randomitems door
48move_block all
49alive 1
50no_pick 1
51end
52
53object type_force
54face blank.x11
55type 114
56invisible 1
57no_drop 1
58end
59
60object type_horn
61inherit type_ranged_item
62skill use magic item
63type 35
64end
65
66object type_locked_door
67inherit type_door
68sound_destroy misc/doorkickopen
69type 20
70end
71
1object type_player 72object type_player
2type 1 73type 1
74body_range 1
75body_skill 1
3body_combat 1 76body_combat 1
4body_skill 1
5body_range 1
6body_shield 1 77body_shield 1
78end
79
80object type_ranged
81type 11
82body_range -1
83end
84
85object type_ranged_item
86inherit type_ranged,class_item
87end
88
89object type_rod
90inherit type_ranged_item
91skill use magic item
92type 3
7end 93end
8 94
9object type_shield 95object type_shield
10type 33 96type 33
11body_shield -1 97body_shield -1
12end 98end
13 99
14object type_weapon
15type 15
16body_combat -1
17end
18
19object class_ranged
20end
21
22object class_ranged_item
23inherit class_ranged
24body_range -1
25end
26
27object type_bow
28type 14
29inherit class_ranged_item
30end
31
32object type_horn
33type 35
34skill use magic item
35inherit class_ranged_item
36end
37
38object type_rod
39type 3
40skill use magic item
41inherit class_ranged_item
42end
43
44object type_wand
45type 109
46skill use magic item
47inherit class_ranged_item
48end
49
50object type_skill 100object type_skill
51type 43 101type 43
52body_skill -1 102body_skill -1
53inherit class_ranged 103end
104
105object type_skill_hth
106inherit type_skill
107dam 1
108type 43
109body_skill -1
110body_combat -1
54end 111end
55 112
56object type_skill_tool 113object type_skill_tool
57type 74 114type 74
58end 115end
59 116
60object type_door 117object type_spell
61type 23 118inherit type_ranged
62name door 119type 101
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 120end
74 121
75object type_locked_door 122object type_vein
76inherit type_door 123race mining
124food 1
125ac 50
77type 20 126type 10
78sound_destroy misc/doorkickopen 127invisible 1
79end 128end
80 129
81object class_monster 130object type_wand
82monster 1 131inherit type_ranged_item
83randomitems standard 132skill use magic item
133type 109
84end 134end
85 135
86object class_undead_monster 136object type_weapon
87inherit class_monster 137type 15
88sound_destroy wn/wail 138body_combat -1
89race undead
90undead 1
91magicmap black
92end 139end
93 140
94object type_force
95type 114
96face blank.x11
97invisible 1
98no_drop 1
99end
100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines