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