ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/treasures
(Generate patch)

Comparing deliantra/server/lib/treasures (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:14 2006 UTC vs.
Revision 1.2 by pippijn, Tue May 9 17:54:33 2006 UTC

1# 1#
2# This file contains various treasures, with generation rules. 2# This file contains various treasures, with generation rules.
3# 3#
4# $Id: treasures,v 1.1 2006/02/03 07:14:14 root Exp $ 4# $Id: treasures,v 1.2 2006/05/09 17:54:33 pippijn Exp $
5# 5#
6# As of version 0.91.1, what this file was extended to handle list 6# As of version 0.91.1, what this file was extended to handle list
7# re-linking and generation of only 1 item on that list. This does away 7# re-linking and generation of only 1 item on that list. This does away
8# with the treasure lists from being embedded in the program. 8# with the treasure lists from being embedded in the program.
9# 9#
11# file 11# file
12# 12#
13# 13#
14#NOTE: GOD treasure lists have been moved out to the arches 14#NOTE: GOD treasure lists have been moved out to the arches
15# 15#
16#
17# This is basically given to monsters that might get spellbooks or use
18# wands/rods/etc. This is mostly necessary so that if they become
19# the pets of players, the player will get exp awarded to the correct
20# skill.
21treasure skill_use_magic_item
22 arch skill_use_magic_item
23end
24#
25treasure all_spell_skills
26 arch skill_use_magic_item
27 more
28 arch skill_evocation
29 more
30 arch skill_praying
31 more
32 arch skill_pyromancy
33 more
34 arch skill_sorcery
35 more
36 arch skill_summoning
37end
38#
39##############################################################
40# ability-treasure for dragon players
41##############################################################
42treasure dragon_ability_fire
43 arch direct_attune_fire
44 more
45 arch fire_clawing
46 more
47 arch spell_dragonbreath
48end
49treasure dragon_ability_cold
50 arch direct_attune_cold
51 more
52 arch ice_clawing
53 more
54 arch spell_large_icestorm
55end
56treasure dragon_ability_elec
57 arch direct_attune_elec
58 more
59 arch electric_clawing
60 more
61 arch spell_ball_lightning
62 more
63 arch dragon_ability_xrays
64end
65treasure dragon_ability_poison
66 arch spell_poison_cloud
67 more
68 arch poison_clawing
69end
70##############################################################
71#
72# BODY PARTS -
73#
74treasureone beholder_parts
75 arch beholdereye
76 chance 70
77 more
78# arch tentacle
79# nrof 2
80# chance 10
81# more
82 arch tongue
83 chance 10
84 more
85 arch brain
86 chance 3
87 end
88treasureone skull_parts
89 arch tooth
90 chance 95
91more
92 arch tongue
93 chance 5
94 end
95treasureone demon_parts
96 arch icor
97 chance 70
98 more
99 arch heart
100 chance 15
101 more
102 arch demon_head
103 chance 15
104 end
105treasureone troll_parts
106 arch head
107 chance 80
108 more
109 arch heart
110 chance 5
111 more
112 arch liver
113 chance 15
114 more
115 arch brain
116 chance 3
117 end
118treasureone behemoth_parts
119 arch heart
120 chance 5
121 more
122 arch hide_black
123 chance 10
124 end
125treasureone wolf_parts
126 arch hide_grey
127 chance 50
128 more
129 arch liver
130 chance 15
131 more
132 arch heart
133 chance 15
134 end
135treasureone bear_parts
136 arch hide_brown
137 chance 50
138 more
139 arch liver
140 chance 15
141 more
142 arch heart
143 chance 10
144 end
145treasureone polarbear_parts
146 arch hide_white
147 chance 25
148 more
149 arch liver
150 chance 15
151 more
152 arch heart
153 chance 10
154 end
155treasureone giantrat_parts
156 arch liver
157 chance 20
158 more
159 arch heart
160 chance 10
161 more
162 arch hide_brown
163 chance 10
164 end
165treasureone ape_parts
166 arch liver
167 chance 30
168 more
169 arch heart
170 chance 20
171 more
172 arch tooth
173 chance 10
174 more
175 arch hand
176 chance 10
177 more
178 arch hide_brown
179 chance 10
180 more
181 arch brain
182 chance 5
183 end
184# gnoll/giant parts
185treasureone giant_parts
186 arch fl_corpse
187 chance 15
188 more
189 arch head
190 chance 20
191 more
192 arch foot
193 chance 8
194 more
195 arch hand
196 chance 8
197 more
198 arch heart
199 chance 5
200 more
201 arch liver
202 chance 8
203 more
204 arch brain
205 chance 3
206 end
207# orc/goblin parts
208treasureone goblin_parts
209 arch fl_corpse
210 chance 30
211 more
212 arch goblin_head
213 chance 30
214 more
215 arch foot
216 chance 10
217 more
218 arch hand
219 chance 10
220 more
221 arch liver
222 chance 10
223 more
224 arch heart
225 chance 10
226 end
227# Big dragon body parts
228treasureone big_dragon_parts
229 arch dragon_steak
230 nrof 3
231 chance 90
232 more
233 arch dragon_scale
234 chance 80
235 nrof 2
236 more
237 arch dragonclaw
238 chance 30
239 nrof 12
240 more
241 arch dragon_wing
242 chance 30
243 nrof 2
244 more
245 arch dragon_eye
246 chance 30
247 more
248 arch heart
249 chance 10
250 more
251 arch brain
252 chance 1
253 end
254# more appropriate for wyvern/baby dragon
255treasureone dragon_parts
256 arch dragon_steak
257 chance 30
258 more
259 arch dragonclaw
260 chance 10
261 more
262 arch dragon_wing
263 chance 25
264 more
265 arch dragon_scale
266 chance 5
267 more
268 arch brain
269 chance 1
270 end
271# human/man-sized body parts
272treasureone human_parts
273 arch fl_corpse
274 chance 60
275 more
276 arch arm
277 nrof 2
278 chance 15
279 more
280 arch leg
281 nrof 2
282 chance 15
283 more
284 arch head
285 chance 15
286 more
287 arch eye
288 nrof 2
289 chance 1
290 more
291 arch tongue
292 chance 1
293 more
294 arch foot
295 nrof 2
296 chance 10
297 more
298 arch hand
299 nrof 2
300 chance 10
301 more
302 arch finger
303 nrof 5
304 chance 3
305 more
306 arch skin
307 chance 1
308 more
309 arch brain
310 chance 1
311 end
312# 16#
313treasureone neko_parts 17treasureone neko_parts
314 arch dead_neko 18 arch dead_neko
315 chance 99 19 chance 99
316 end 20 end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines