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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines