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.14 by elmex, Sat Mar 27 13:16:35 2010 UTC vs.
Revision 1.20 by root, Mon Apr 5 01:56:17 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines