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

Comparing deliantra/server/lib/treasures.bld (file contents):
Revision 1.4 by pippijn, Tue Feb 7 20:38:01 2006 UTC vs.
Revision 1.15 by root, Sun May 21 23:44:14 2006 UTC

4# arch directory. 4# arch directory.
5# 5#
6# 6#
7# This file contains various treasures, with generation rules. 7# This file contains various treasures, with generation rules.
8# 8#
9# $Id: treasures.bld,v 1.4 2006/02/07 20:38:01 pippijn Exp $ 9# $Id: treasures.bld,v 1.15 2006/05/21 23:44:14 root Exp $
10# 10#
11# As of version 0.91.1, what this file was extended to handle list 11# As of version 0.91.1, what this file was extended to handle list
12# re-linking and generation of only 1 item on that list. This does away 12# re-linking and generation of only 1 item on that list. This does away
13# with the treasure lists from being embedded in the program. 13# with the treasure lists from being embedded in the program.
14# 14#
16# file 16# file
17# 17#
18# 18#
19#NOTE: GOD treasure lists have been moved out to the arches 19#NOTE: GOD treasure lists have been moved out to the arches
20# 20#
21#
22# This is basically given to monsters that might get spellbooks or use
23# wands/rods/etc. This is mostly necessary so that if they become
24# the pets of players, the player will get exp awarded to the correct
25# skill.
26treasure skill_use_magic_item
27 arch skill_use_magic_item
28end
29#
30treasure all_spell_skills
31 arch skill_use_magic_item
32 more
33 arch skill_evocation
34 more
35 arch skill_praying
36 more
37 arch skill_pyromancy
38 more
39 arch skill_sorcery
40 more
41 arch skill_summoning
42end
43#
44##############################################################
45# ability-treasure for dragon players
46##############################################################
47treasure dragon_ability_fire
48 arch direct_attune_fire
49 more
50 arch fire_clawing
51 more
52 arch spell_dragonbreath
53end
54treasure dragon_ability_cold
55 arch direct_attune_cold
56 more
57 arch ice_clawing
58 more
59 arch spell_large_icestorm
60end
61treasure dragon_ability_elec
62 arch direct_attune_elec
63 more
64 arch electric_clawing
65 more
66 arch spell_ball_lightning
67 more
68 arch dragon_ability_xrays
69end
70treasure dragon_ability_poison
71 arch spell_poison_cloud
72 more
73 arch poison_clawing
74end
75##############################################################
76#
77# BODY PARTS -
78#
79treasureone beholder_parts
80 arch beholdereye
81 chance 70
82 more
83# arch tentacle
84# nrof 2
85# chance 10
86# more
87 arch tongue
88 chance 10
89 more
90 arch brain
91 chance 3
92 end
93treasureone skull_parts
94 arch tooth
95 chance 95
96more
97 arch tongue
98 chance 5
99 end
100treasureone demon_parts
101 arch icor
102 chance 70
103 more
104 arch heart
105 chance 15
106 more
107 arch demon_head
108 chance 15
109 end
110treasureone troll_parts
111 arch head
112 chance 80
113 more
114 arch heart
115 chance 5
116 more
117 arch liver
118 chance 15
119 more
120 arch brain
121 chance 3
122 end
123treasureone behemoth_parts
124 arch heart
125 chance 5
126 more
127 arch hide_black
128 chance 10
129 end
130treasureone wolf_parts
131 arch hide_grey
132 chance 50
133 more
134 arch liver
135 chance 15
136 more
137 arch heart
138 chance 15
139 end
140treasureone bear_parts
141 arch hide_brown
142 chance 50
143 more
144 arch liver
145 chance 15
146 more
147 arch heart
148 chance 10
149 end
150treasureone polarbear_parts
151 arch hide_white
152 chance 25
153 more
154 arch liver
155 chance 15
156 more
157 arch heart
158 chance 10
159 end
160treasureone giantrat_parts
161 arch liver
162 chance 20
163 more
164 arch heart
165 chance 10
166 more
167 arch hide_brown
168 chance 10
169 end
170treasureone ape_parts
171 arch liver
172 chance 30
173 more
174 arch heart
175 chance 20
176 more
177 arch tooth
178 chance 10
179 more
180 arch hand
181 chance 10
182 more
183 arch hide_brown
184 chance 10
185 more
186 arch brain
187 chance 5
188 end
189# gnoll/giant parts
190treasureone giant_parts
191 arch fl_corpse
192 chance 15
193 more
194 arch head
195 chance 20
196 more
197 arch foot
198 chance 8
199 more
200 arch hand
201 chance 8
202 more
203 arch heart
204 chance 5
205 more
206 arch liver
207 chance 8
208 more
209 arch brain
210 chance 3
211 end
212# orc/goblin parts
213treasureone goblin_parts
214 arch fl_corpse
215 chance 30
216 more
217 arch goblin_head
218 chance 30
219 more
220 arch foot
221 chance 10
222 more
223 arch hand
224 chance 10
225 more
226 arch liver
227 chance 10
228 more
229 arch heart
230 chance 10
231 end
232# Big dragon body parts
233treasureone big_dragon_parts
234 arch dragon_steak
235 nrof 3
236 chance 90
237 more
238 arch dragon_scale
239 chance 80
240 nrof 2
241 more
242 arch dragonclaw
243 chance 30
244 nrof 12
245 more
246 arch dragon_wing
247 chance 30
248 nrof 2
249 more
250 arch dragon_eye
251 chance 30
252 more
253 arch heart
254 chance 10
255 more
256 arch brain
257 chance 1
258 end
259# more appropriate for wyvern/baby dragon
260treasureone dragon_parts
261 arch dragon_steak
262 chance 30
263 more
264 arch dragonclaw
265 chance 10
266 more
267 arch dragon_wing
268 chance 25
269 more
270 arch dragon_scale
271 chance 5
272 more
273 arch brain
274 chance 1
275 end
276# human/man-sized body parts
277treasureone human_parts
278 arch fl_corpse
279 chance 60
280 more
281 arch arm
282 nrof 2
283 chance 15
284 more
285 arch leg
286 nrof 2
287 chance 15
288 more
289 arch head
290 chance 15
291 more
292 arch eye
293 nrof 2
294 chance 1
295 more
296 arch tongue
297 chance 1
298 more
299 arch foot
300 nrof 2
301 chance 10
302 more
303 arch hand
304 nrof 2
305 chance 10
306 more
307 arch finger
308 nrof 5
309 chance 3
310 more
311 arch skin
312 chance 1
313 more
314 arch brain
315 chance 1
316 end
317# 21#
318treasureone neko_parts 22treasureone neko_parts
319 arch dead_neko 23 arch dead_neko
320 chance 99 24 chance 99
321 end 25 end
4682 chance 78 4386 chance 78
4683 more 4387 more
4684 list building_material_stonewall_east 4388 list building_material_stonewall_east
4685 chance 20 4389 chance 20
4686end 4390end
4391treasureone shop_building_abyss
4392 arch building_builder
4393 chance 2
4394 more
4395 arch building_destroyer
4396 chance 2
4397 more
4398 list building_material
4399 chance 63
4400 more
4401 list building_objects_abyssonly
4402 chance 15
4403 more
4404 list building_material_stonewall_abyss
4405 chance 20
4406end
4407treasureone shop_building_goth
4408 arch building_builder
4409 chance 2
4410 more
4411 arch building_destroyer
4412 chance 2
4413 more
4414 list building_material
4415 chance 78
4416 more
4417 list building_material_stonewall_goth
4418 chance 20
4419end
4687##For areas like scorn area, sells DWall 4420##For areas like scorn area, sells DWall
4688treasureone building_material_stonewall_norm 4421treasureone building_material_stonewall_norm
4689 arch building_wall2 4422 arch building_wall2
4690end 4423end
4691##For brest area, sells Red Cwall rather then DWall 4424##For brest area, sells Red Cwall rather then DWall
4693 arch building_wall4 4426 arch building_wall4
4694end 4427end
4695##For navar area, sells West Cwall rather then DWall 4428##For navar area, sells West Cwall rather then DWall
4696treasureone building_material_stonewall_west 4429treasureone building_material_stonewall_west
4697 arch building_wall3 4430 arch building_wall3
4431 chance 50
4432 more
4433 arch building_wall9
4434 chance 50
4698end 4435end
4699##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) 4436##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4700treasureone building_material_stonewall_east 4437treasureone building_material_stonewall_east
4701 arch building_wall2 4438 arch building_wall2
4702 chance 50 4439 chance 50
4703 more 4440 more
4704 arch building_wall5 4441 arch building_wall5
4705 chance 50 4442 chance 50
4706end 4443end
4444##For mlabhell sells West West Cwall and BurningWall
4445treasureone building_material_stonewall_abyss
4446 arch building_wall3
4447 chance 50
4448 more
4449 arch building_wall6
4450 chance 50
4451end
4452##For Gotischerbereich, sells STWall rather then DWall
4453treasureone building_material_stonewall_goth
4454 arch building_wall7
4455 chance 50
4456 more
4457 arch building_wall8
4458 chance 50
4459end
4460# Fake wall shops
4461treasureone building_material_stonewall_norm_fake
4462 arch building_wall2_fake
4463end
4464##For brest area, sells Red Cwall rather then DWall
4465treasureone building_material_stonewall_fant_fake
4466 arch building_wall4_fake
4467end
4468##For navar area, sells West Cwall rather then DWall
4469treasureone building_material_stonewall_west_fake
4470 arch building_wall3_fake
4471 chance 50
4472 more
4473 arch building_wall9_fake
4474 chance 50
4475end
4476##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4477treasureone building_material_stonewall_east_fake
4478 arch building_wall2_fake
4479 chance 50
4480 more
4481 arch building_wall5_fake
4482 chance 50
4483end
4484##For mlabhell sells West West Cwall and BurningWall
4485treasureone building_material_stonewall_abyss_fake
4486 arch building_wall3_fake
4487 chance 50
4488 more
4489 arch building_wall6_fake
4490 chance 50
4491end
4492##For Gotischerbereich, sells STWall rather then DWall
4493treasureone building_material_stonewall_goth_fake
4494 arch building_wall7_fake
4495 chance 50
4496 more
4497 arch building_wall8_fake
4498 chance 50
4499end
4707treasureone building_marbles 4500treasureone building_marbles
4708 arch building_marble 4501 arch building_marble
4709 chance 8 4502 chance 8
4710 more 4503 more
4711 arch building_blackmarble 4504 arch building_blackmarble
4734 chance 4 4527 chance 4
4735 more 4528 more
4736 arch building_fountain 4529 arch building_fountain
4737 chance 3 4530 chance 3
4738end 4531end
4532treasureone building_objects_abyssonly
4533 arch building_altar_none
4534 chance 15
4535 more
4536 arch building_hangingfirepot
4537 chance 15
4538 more
4539 arch building_magma
4540 chance 58
4541 more
4542 arch building_redrugfloor1
4543 chance 2
4544 more
4545 arch building_whiterugfloor1
4546 chance 2
4547end
4739treasureone building_talking_objects 4548treasureone building_talking_objects
4740 arch building_earbook 4549 arch building_earbook
4741 chance 1 4550 chance 1
4742 more 4551 more
4743 arch building_mouthbook 4552 arch building_mouthbook
4744 chance 2 4553 chance 2
4745end 4554end
4746treasure gps 4555treasure gps
4747 arch gps_event 4556 arch gps_event
4748end 4557end
4558treasure acidpriest_big
4559 list all_spell_skills
4560 more
4561 list random_books
4562 more
4563 arch spell_large_lightning
4564 chance 4
4565 more
4566 arch spell_sanctuary
4567 more
4568 arch spell_cancellation
4569 chance 4
4570 more
4571 arch spell_asteroid
4572 more
4573 arch spell_vitriol
4574 end
4749treasure angel 4575treasure angel
4750 list all_spell_skills 4576 list all_spell_skills
4751 more 4577 more
4752 list rich_old 4578 list rich_old
4753 end 4579 end
4764 arch spell_wrathful_eye 4590 arch spell_wrathful_eye
4765 nrof 3 4591 nrof 3
4766 more 4592 more
4767 arch spell_paralyze 4593 arch spell_paralyze
4768end 4594end
4595treasure darkangel
4596 list all_spell_skills
4597 more
4598 list rich_old
4599 end
4769treasure liteangel 4600treasure liteangel
4770 list rich 4601 list rich
4771 more 4602 more
4772 list all_spell_skills 4603 list all_spell_skills
4773 end 4604 end
4774treasure mesangel 4605treasure mesangel
4775 list rich 4606 list rich
4776 more 4607 more
4777 list all_spell_skills 4608 list all_spell_skills
4778 end 4609 end
4610treasure snitchangel
4611 list all_spell_skills
4612 more
4613 list rich_old
4614 end
4615treasureone bear_parts
4616 arch hide_brown
4617 chance 50
4618 more
4619 arch liver
4620 chance 15
4621 more
4622 arch heart
4623 chance 10
4624 end
4625treasureone polarbear_parts
4626 arch hide_white
4627 chance 25
4628 more
4629 arch liver
4630 chance 15
4631 more
4632 arch heart
4633 chance 10
4634 end
4635treasureone behemoth_parts
4636 arch heart
4637 chance 5
4638 more
4639 arch hide_black
4640 chance 10
4641end
4642treasureone giantrat_parts
4643 arch liver
4644 chance 20
4645 more
4646 arch heart
4647 chance 10
4648 more
4649 arch hide_brown
4650 chance 10
4651end
4652treasure nekosan
4653 arch event_say
4654 title perl
4655 slaying schmorp-neko
4656 more
4657 arch event_attack
4658 title perl
4659 slaying schmorp-neko
4660 more
4661 arch event_move
4662 title perl
4663 slaying schmorp-neko
4664 end
4779treasure dwolf 4665treasure dwolf
4780 arch hide_white 4666 arch hide_white
4781 chance 25 4667 chance 25
4782 more 4668 more
4783 arch liver 4669 arch liver
4801 arch abil_large_icestorm 4687 arch abil_large_icestorm
4802 more 4688 more
4803 arch abil_frostbolt 4689 arch abil_frostbolt
4804 more 4690 more
4805 arch abil_fear 4691 arch abil_fear
4692end
4693treasureone wolf_parts
4694 arch hide_grey
4695 chance 50
4696 more
4697 arch liver
4698 chance 15
4699 more
4700 arch heart
4701 chance 15
4702end
4703treasureone ape_parts
4704 arch liver
4705 chance 30
4706 more
4707 arch heart
4708 chance 20
4709 more
4710 arch tooth
4711 chance 10
4712 more
4713 arch hand
4714 chance 10
4715 more
4716 arch hide_brown
4717 chance 10
4718 more
4719 arch brain
4720 chance 5
4806end 4721end
4807treasure gryphon 4722treasure gryphon
4808 arch skill_use_magic_item 4723 arch skill_use_magic_item
4809 more 4724 more
4810 arch spell_paralyze 4725 arch spell_paralyze
4883 no 4798 no
4884 arch potion_restoration 4799 arch potion_restoration
4885 chance 5 4800 chance 5
4886 end 4801 end
4887 end 4802 end
4803treasureone beholder_parts
4804 arch beholdereye
4805 chance 70
4806 more
4807# arch tentacle
4808# nrof 2
4809# chance 10
4810# more
4811 arch tongue
4812 chance 10
4813 more
4814 arch brain
4815 chance 3
4816end
4888treasure Balrog 4817treasure Balrog
4889 list all_spell_skills 4818 list all_spell_skills
4890 more 4819 more
4891 arch spell_paralyze 4820 arch spell_paralyze
4892 more 4821 more
4906 more 4835 more
4907 arch mithril_chainmail 4836 arch mithril_chainmail
4908 more 4837 more
4909 arch firebrand 4838 arch firebrand
4910 end 4839 end
4840treasureone demon_parts
4841 arch icor
4842 chance 70
4843 more
4844 arch heart
4845 chance 15
4846 more
4847 arch demon_head
4848 chance 15
4849end
4911treasure devil 4850treasure devil
4912 list all_spell_skills 4851 list all_spell_skills
4913 more 4852 more
4914 list rich_old 4853 list rich_old
4915 more 4854 more
5054 chance 30 4993 chance 30
5055 more 4994 more
5056 arch ring 4995 arch ring
5057 chance 30 4996 chance 30
5058end 4997end
4998# more appropriate for wyvern/baby dragon
4999treasureone dragon_parts
5000 arch dragon_steak
5001 chance 30
5002 more
5003 arch dragonclaw
5004 chance 10
5005 more
5006 arch dragon_wing
5007 chance 25
5008 more
5009 arch dragon_scale
5010 chance 5
5011 more
5012 arch brain
5013 chance 1
5014 end
5015# Big dragon body parts
5016treasureone big_dragon_parts
5017 arch dragon_steak
5018 nrof 3
5019 chance 90
5020 more
5021 arch dragon_scale
5022 chance 80
5023 nrof 2
5024 more
5025 arch dragonclaw
5026 chance 30
5027 nrof 12
5028 more
5029 arch dragon_wing
5030 chance 30
5031 nrof 2
5032 more
5033 arch dragon_eye
5034 chance 30
5035 more
5036 arch heart
5037 chance 10
5038 more
5039 arch brain
5040 chance 1
5041 end
5059treasure belzebub 5042treasure belzebub
5060 list all_spell_skills 5043 list all_spell_skills
5061 more 5044 more
5062 arch spell_summon_pet_monster 5045 arch spell_summon_pet_monster
5063 more 5046 more
5409 arch spell_summon_air_elemental 5392 arch spell_summon_air_elemental
5410 end 5393 end
5411 more 5394 more
5412 arch abil_slow 5395 arch abil_slow
5413 end 5396 end
5397# gnoll/giant parts
5398treasureone giant_parts
5399 arch fl_corpse
5400 chance 15
5401 more
5402 arch head
5403 chance 20
5404 more
5405 arch foot
5406 chance 8
5407 more
5408 arch hand
5409 chance 8
5410 more
5411 arch heart
5412 chance 5
5413 more
5414 arch liver
5415 chance 8
5416 more
5417 arch brain
5418 chance 3
5419 end
5414treasure goblin 5420treasure goblin
5415 arch skill_use_magic_item 5421 arch skill_use_magic_item
5416 more 5422 more
5417 list goblin_parts 5423 list goblin_parts
5418 chance 10 5424 chance 10
5419 more 5425 more
5420 list poor_old 5426 list poor_old
5427 end
5428# orc/goblin parts
5429treasureone goblin_parts
5430 arch fl_corpse
5431 chance 30
5432 more
5433 arch goblin_head
5434 chance 30
5435 more
5436 arch foot
5437 chance 10
5438 more
5439 arch hand
5440 chance 10
5441 more
5442 arch liver
5443 chance 10
5444 more
5445 arch heart
5446 chance 10
5421 end 5447 end
5422treasure ogre 5448treasure ogre
5423 arch skill_use_magic_item 5449 arch skill_use_magic_item
5424 more 5450 more
5425 list giant_parts 5451 list giant_parts
5745treasure princess 5771treasure princess
5746 list all_spell_skills 5772 list all_spell_skills
5747 more 5773 more
5748 list throw_stnd 5774 list throw_stnd
5749end 5775end
5776treasure laoch
5777 arch skill_use_magic_item
5778 more
5779 list laoch_parts
5780 chance 10
5781 more
5782 list poor_old
5783 end
5784# orc/goblin parts
5785treasureone laoch_parts
5786 arch fl_corpse
5787 chance 30
5788 more
5789 arch foot
5790 chance 10
5791 more
5792 arch hand
5793 chance 10
5794 more
5795 arch liver
5796 chance 10
5797 more
5798 arch heart
5799 chance 10
5800 end
5801treasure human_parts
5802 arch fl_corpse
5803 chance 60
5804 more
5805 arch arm
5806 nrof 2
5807 chance 15
5808 more
5809 arch leg
5810 nrof 2
5811 chance 15
5812 more
5813 arch head
5814 chance 15
5815 more
5816 arch eye
5817 nrof 2
5818 chance 1
5819 more
5820 arch tongue
5821 chance 1
5822 more
5823 arch foot
5824 nrof 2
5825 chance 10
5826 more
5827 arch hand
5828 nrof 2
5829 chance 10
5830 more
5831 arch finger
5832 nrof 5
5833 chance 3
5834 more
5835 arch skin
5836 chance 1
5837 more
5838 arch brain
5839 chance 1
5840 end
5750treasure madman 5841treasure madman
5751 list all_spell_skills 5842 list all_spell_skills
5752 more 5843 more
5753 list throw_stnd 5844 list throw_stnd
5845end
5846# This is basically given to monsters that might get spellbooks or use
5847# wands/rods/etc. This is mostly necessary so that if they become
5848# the pets of players, the player will get exp awarded to the correct
5849# skill.
5850treasure skill_use_magic_item
5851 arch skill_use_magic_item
5852end
5853#
5854treasure all_spell_skills
5855 arch skill_use_magic_item
5856 more
5857 arch skill_evocation
5858 more
5859 arch skill_praying
5860 more
5861 arch skill_pyromancy
5862 more
5863 arch skill_sorcery
5864 more
5865 arch skill_summoning
5754end 5866end
5755treasure chess 5867treasure chess
5756 list all_spell_skills 5868 list all_spell_skills
5757 more 5869 more
5758 list throw_stnd 5870 list throw_stnd
6015 arch goldcoin 6127 arch goldcoin
6016 nrof 100 6128 nrof 100
6017 more 6129 more
6018 arch big_club 6130 arch big_club
6019 end 6131 end
6132treasure papergolem
6133 arch scroll_new
6134 end
6020treasure pixie 6135treasure pixie
6021 list all_spell_skills 6136 list all_spell_skills
6022 more 6137 more
6023 arch wand 6138 arch wand
6024 chance 4 6139 chance 4
6091 chance 20 6206 chance 20
6092 more 6207 more
6093 arch spell_magic_missile 6208 arch spell_magic_missile
6094 chance 20 6209 chance 20
6095 end 6210 end
6211treasure stonegolem
6212 arch rubble
6213 end
6096treasureone tentacle_victims 6214treasureone tentacle_victims
6097 arch bones1 6215 arch bones1
6098 nrof 1 6216 nrof 1
6099 more 6217 more
6100 arch bones2 6218 arch bones2
6118 chance 3 6236 chance 3
6119 more 6237 more
6120 arch tentacle_hook 6238 arch tentacle_hook
6121 chance 20 6239 chance 20
6122 end 6240 end
6241treasureone troll_parts
6242 arch head
6243 chance 80
6244 more
6245 arch heart
6246 chance 5
6247 more
6248 arch liver
6249 chance 15
6250 more
6251 arch brain
6252 chance 3
6253end
6123treasure skeletalmage 6254treasure skeletalmage
6124 arch skill_use_magic_item 6255 arch skill_use_magic_item
6125 more 6256 more
6126 list standard_old 6257 list standard_old
6127 more 6258 more
6244 more 6375 more
6245 arch leprosy 6376 arch leprosy
6246 more 6377 more
6247 list lich_old 6378 list lich_old
6248 end 6379 end
6380treasure samhlaidh
6381 list all_spell_skills
6382 more
6383 arch spell_paralyze
6384 more
6385 arch abil_fear
6386 more
6387 arch spell_summon_pet_monster
6388 more
6389 arch spell_magic_bullet
6390 more
6391 arch abil_large_icestorm
6392 more
6393 arch abil_icestorm
6394 more
6395 arch sword_2
6396 chance 90
6397 magic 5
6398 more
6399 arch cloak
6400 more
6401 arch shield
6402 magic 4
6403 chance 70
6404 no
6405 arch small_shield
6406 magic 5
6407 chance 40
6408 end
6409 more
6410 arch full_helmet
6411 magic 3
6412 chance 50
6413 no
6414 arch helmet
6415 magic 3
6416 chance 50
6417 end
6418 more
6419 arch goldcoin
6420 chance 90
6421 nrof 100
6422 more
6423 arch wand
6424 chance 80
6425 more
6426 arch staff
6427 chance 20
6428 more
6429 list random_books
6430 more
6431 list random_books
6432 chance 70
6433 more
6434 arch ring
6435 more
6436 arch ring
6437 chance 50
6438 more
6439 arch scroll_new
6440 chance 90
6441 more
6442 arch scroll_new
6443 chance 90
6444 more
6445 arch gem
6446 chance 70
6447 nrof 3
6448 end
6449treasureone skull_parts
6450 arch tooth
6451 chance 95
6452 more
6453 arch tongue
6454 chance 5
6455end
6249treasure spectre 6456treasure spectre
6250 list all_spell_skills 6457 list all_spell_skills
6251 more 6458 more
6252 arch ectoplasm 6459 arch ectoplasm
6253 more 6460 more
6341end 6548end
6342# 6549#
6343treasureone summoning_l1 6550treasureone summoning_l1
6344 arch spell_lesser_summon_golem 6551 arch spell_lesser_summon_golem
6345end 6552end
6553##############################################################
6554# ability-treasure for dragon players
6555##############################################################
6556treasure dragon_ability_fire
6557 arch direct_attune_fire
6558 more
6559 arch fire_clawing
6560 more
6561 arch spell_dragonbreath
6562end
6563treasure dragon_ability_cold
6564 arch direct_attune_cold
6565 more
6566 arch ice_clawing
6567 more
6568 arch spell_large_icestorm
6569end
6570treasure dragon_ability_elec
6571 arch direct_attune_elec
6572 more
6573 arch electric_clawing
6574 more
6575 arch spell_ball_lightning
6576 more
6577 arch dragon_ability_xrays
6578end
6579treasure dragon_ability_poison
6580 arch spell_poison_cloud
6581 more
6582 arch poison_clawing
6583end
6346treasure serpentman_player_items 6584treasure serpentman_player_items
6347 arch no_class_face_change 6585 arch no_class_face_change
6348 more 6586 more
6349 arch skill_clawing 6587 arch skill_clawing
6350 more 6588 more
6351 arch skill_jumping 6589 arch skill_jumping
6590end
6591treasure acidborn_player_items
6592 arch skill_levitate
6593 more
6594 arch fireborn_player_force
6595 more
6596 arch skill_acid_splash
6597 more
6598 arch skill_evocation
6599 more
6600 arch skill_praying
6601 more
6602 arch no_class_face_change
6603 more
6604 arch ring
6605 magic 5
6606 more
6607 arch power_crystal
6608 more
6609 arch amulet
6610 magic 3
6611 more
6612 arch evoker_book_l1
6613 more
6614 arch cleric_book_l1
6615end
6616treasure iceborn_player_items
6617 arch skill_levitate
6618 more
6619 arch fireborn_player_force
6620 more
6621 arch skill_shiver
6622 more
6623 arch skill_evocation
6624 more
6625 arch skill_praying
6626 more
6627 arch no_class_face_change
6628 more
6629 arch ring
6630 magic 5
6631 more
6632 arch power_crystal
6633 more
6634 arch amulet
6635 magic 3
6636 more
6637 arch evoker_book_l1
6638 more
6639 arch cleric_book_l1
6640end
6641treasure sparkling_player_items
6642 arch skill_levitate
6643 more
6644 arch fireborn_player_force
6645 more
6646 arch skill_spark_touch
6647 more
6648 arch skill_pyromancy
6649 more
6650 arch skill_praying
6651 more
6652 arch no_class_face_change
6653 more
6654 arch ring
6655 magic 5
6656 more
6657 arch power_crystal
6658 more
6659 arch amulet
6660 magic 3
6661 more
6662 arch pyro_book_l1
6663 more
6664 arch cleric_book_l1
6352end 6665end
6353treasureone shoparchery 6666treasureone shoparchery
6354 list missile_weapons 6667 list missile_weapons
6355 chance 99 6668 chance 99
6356 more 6669 more
6377 more 6690 more
6378 arch arrow 6691 arch arrow
6379 magic 3 6692 magic 3
6380 chance 50 6693 chance 50
6381 nrof 30 6694 nrof 30
6695end
6696treasureone shopweapoancient
6697 list random_weapon
6698 chance 30
6699 more
6700 list shopweapoancientbronze
6701 chance 30
6702 more
6703 list shopweapoancientweaps
6704 chance 40
6705end
6706#
6707treasureone shopweapoancientbronze
6708 arch b_dagger
6709 magic 4
6710 chance 10
6711 more
6712 arch b_bsword_1
6713 magic 4
6714 chance 10
6715 more
6716 arch b_bsword_2
6717 magic 4
6718 chance 10
6719 more
6720 arch b_lsword
6721 magic 4
6722 chance 10
6723 more
6724 arch b_scimitar
6725 magic 4
6726 chance 10
6727 more
6728 arch b_ssword_1
6729 magic 4
6730 chance 10
6731 more
6732 arch b_ssword_2
6733 magic 4
6734 chance 10
6735 more
6736 arch b_sword_1
6737 magic 4
6738 chance 10
6739 more
6740 arch b_axe1
6741 magic 4
6742 chance 20
6743end
6744#
6745treasureone shopweapoancientweaps
6746 arch b_sicklesword
6747 magic 3
6748 chance 20
6749 more
6750 arch sicklesword
6751 magic 3
6752 chance 5
6753 more
6754 arch cudgel
6755 magic 3
6756 chance 25
6757 more
6758 arch b_spikeballmace
6759 magic 3
6760 chance 20
6761 more
6762 arch spikeballmace
6763 magic 3
6764 chance 5
6765 more
6766 arch chakram
6767 magic 3
6768 chance 25
6382end 6769end
6383treasureone shopweapoeast 6770treasureone shopweapoeast
6384 list random_weapon 6771 list random_weapon
6385 chance 60 6772 chance 60
6386 more 6773 more
7384 more 7771 more
7385 arch vampire 7772 arch vampire
7386 nrof 1 7773 nrof 1
7387 magic 25 7774 magic 25
7388end 7775end
7776##############################################################
7777#
7778# Summon Dark Angel
7779#
7780treasure summon_dark_angel
7781 arch darkangel
7782 nrof 1
7783 magic 5
7784end
7389# This could be really customized a lot further instead 7785# This could be really customized a lot further instead
7390# of using the default staff/wand lists. Set this 7786# of using the default staff/wand lists. Set this
7391# balance simply because there are a lot more mage type spells 7787# balance simply because there are a lot more mage type spells
7392# then priest ones. 7788# then priest ones.
7393treasureone rod_spell 7789treasureone rod_spell

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines