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.20 by root, Mon Apr 5 01:56:17 2010 UTC vs.
Revision 1.23 by elmex, Thu Apr 28 11:59:35 2011 UTC

5 5
6object class_undead_monster 6object class_undead_monster
7inherit class_monster 7inherit class_monster
8race undead 8race undead
9sound_destroy wn/wail 9sound_destroy wn/wail
10magicmap black
11undead 1 10undead 1
12end 11end
13 12
14object class_item 13object class_item
15nrof 1 14nrof 1
45type 8 44type 8
46materialname paper 45materialname paper
47end 46end
48 47
49object type_vein 48object type_vein
49face vein.x11
50race mining 50race mining
51food 1 51food 1
52ac 50 52ac 50
53type 10 53type 10
54invisible 1 54invisible 1
80end 80end
81 81
82object type_door 82object type_door
83name door 83name door
84sound_destroy open_door 84sound_destroy open_door
85magicmap brown
86hp 400 85hp 400
87exp 1 86exp 1
88ac 10 87ac 10
89level 1 88level 1
90type 23 89type 23
136type 114 135type 114
137invisible 1 136invisible 1
138no_drop 1 137no_drop 1
139end 138end
140 139
140object type_quad_floor
141no_pick 1
142is_floor 1
143is_quad 1
144end
145
146object type_quad_wall
147move_block all
148no_pick 1
149blocksview 1
150is_quad 1
151end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines