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.24 by elmex, Thu Apr 28 14:59:16 2011 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
19undead 1 10undead 1
20end 11end
21 12
13object class_item
14nrof 1
15weight 1000000000
16end
17
18object class_vein_extractor
19inherit type_ranged_item
20race mining
21dam 1
22client_type 451
23body_arm -2
24speed 1
25end
26
27object type_player
28type 1
29body_range 1
30body_skill 1
31body_combat 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
49face vein.x11
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
30magicmap brown
31hp 400 85hp 400
32exp 1 86exp 1
33ac 10 87ac 10
34level 1 88level 1
35type 23 89type 23
37move_block all 91move_block all
38alive 1 92alive 1
39no_pick 1 93no_pick 1
40end 94end
41 95
96object type_shield
97type 33
98body_shield -1
99end
100
101object type_horn
102inherit type_ranged_item
103skill use magic item
104type 35
105end
106
107object type_skill
108type 43
109body_skill -1
110end
111
112object type_skill_hth
113inherit type_skill
114dam 1
115body_combat -1
116end
117
118object type_skill_tool
119type 74
120end
121
122object type_spell
123inherit type_ranged
124type 101
125end
126
127object type_wand
128inherit type_ranged_item
129skill use magic item
130type 109
131end
132
42object type_force 133object type_force
43face blank.x11 134face blank.x11
44type 114 135type 114
45invisible 1 136invisible 1
46no_drop 1 137no_drop 1
47end 138end
48 139
49object type_horn 140object type_quad_floor
50inherit class_ranged_item 141no_pick 1
51skill use magic item 142no_drop 1
52type 35 143is_floor 1
144is_quad 1
145nrof 1
53end 146end
54 147
55object type_locked_door 148object type_quad_wall
56inherit type_door 149move_block all
57sound_destroy misc/doorkickopen 150no_pick 1
58type 20 151no_drop 1
152blocksview 1
153is_quad 1
154nrof 1
59end 155end
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