ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.16
Committed: Wed Mar 31 14:44:25 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.15: +17 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.12 object class_monster
2     randomitems standard
3     monster 1
4 root 1.1 end
5    
6     object class_ranged
7 root 1.4 end
8    
9     object class_ranged_item
10     inherit class_ranged
11 root 1.2 body_range -1
12 root 1.1 end
13    
14 root 1.12 object class_undead_monster
15     inherit class_monster
16     race undead
17     sound_destroy wn/wail
18     magicmap black
19     undead 1
20     end
21    
22 root 1.1 object type_bow
23 root 1.12 inherit class_ranged_item
24 root 1.1 type 14
25 root 1.12 end
26    
27     object type_door
28     name door
29     sound_destroy open_door
30     magicmap brown
31     hp 400
32     exp 1
33     ac 10
34     level 1
35     type 23
36     randomitems door
37     move_block all
38     alive 1
39     no_pick 1
40     end
41    
42     object type_force
43     face blank.x11
44     type 114
45     invisible 1
46     no_drop 1
47 root 1.1 end
48    
49     object type_horn
50 root 1.12 inherit class_ranged_item
51     skill use magic item
52 root 1.1 type 35
53 root 1.12 end
54    
55     object type_locked_door
56     inherit type_door
57     sound_destroy misc/doorkickopen
58     type 20
59     end
60    
61     object type_player
62     type 1
63     body_range 1
64     body_skill 1
65     body_combat 1
66     body_shield 1
67 root 1.1 end
68    
69     object type_rod
70 root 1.12 inherit class_ranged_item
71     skill use magic item
72 root 1.1 type 3
73     end
74    
75 root 1.16 object type_vein
76     type 10
77     invisible 1
78     ac 50
79     food 1
80     race mining
81     end
82    
83     object class_vein_extractor
84     inherit type_bow
85     client_type 451
86     body_arm -2
87     dam 1
88     nrof 1
89     race mining
90     end
91    
92 root 1.12 object type_shield
93     type 33
94     body_shield -1
95 root 1.1 end
96    
97     object type_skill
98 root 1.12 inherit class_ranged
99 root 1.1 type 43
100 root 1.4 body_skill -1
101 root 1.1 end
102    
103     object type_skill_tool
104     type 74
105     end
106    
107 root 1.12 object type_wand
108     inherit class_ranged_item
109     skill use magic item
110     type 109
111 root 1.7 end
112    
113 root 1.12 object type_weapon
114     type 15
115     body_combat -1
116 root 1.11 end
117    
118 elmex 1.13 object type_book
119     type 8
120     materialname paper
121     skill literacy
122     sound elmex/paper_crumble
123     end