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.1.1.2 by elmex, Wed Feb 22 18:03:12 2006 UTC vs.
Revision 1.20 by root, Sat Jun 24 20:35:29 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.1.1.2 2006/02/22 18:03:12 elmex Exp $ 9# $Id: treasures.bld,v 1.20 2006/06/24 20:35:29 root dead $
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
1908# list 16. Make the improve weapon scrolls possibly, but just give 1612# list 16. Make the improve weapon scrolls possibly, but just give
1909# them a very low chance. In the old method, they were supposed to 1613# them a very low chance. In the old method, they were supposed to
1910# appear in shops, but never did, due to how the code worked out. 1614# appear in shops, but never did, due to how the code worked out.
1911treasureone random_scroll 1615treasureone random_scroll
1912 arch scroll_new 1616 arch scroll_new
1913 chance 10 1617 chance 50
1914 nrof 5 1618 nrof 5
1915 more 1619 more
1916 arch scroll_new 1620 arch scroll_new
1917 chance 20 1621 chance 100
1918 nrof 4 1622 nrof 4
1919 more 1623 more
1920 arch scroll_new 1624 arch scroll_new
1921 chance 30 1625 chance 150
1922 nrof 3 1626 nrof 3
1923 more 1627 more
1924 arch scroll_new 1628 arch scroll_new
1925 chance 40 1629 chance 100
1926 nrof 2 1630 nrof 2
1927 more 1631 more
1928 arch scroll_new 1632 arch scroll_new
1929 chance 60 1633 chance 250
1930 more 1634 more
1931 arch prepare_weapon 1635 arch prepare_weapon
1932 chance 1 1636 chance 3
1933 more 1637 more
1934 arch improve_cha 1638 arch improve_cha
1935 chance 1 1639 chance 2
1936 more 1640 more
1937 arch improve_con 1641 arch improve_con
1938 chance 1 1642 chance 2
1939 more 1643 more
1940 arch improve_damage 1644 arch improve_damage
1941 chance 1 1645 chance 4
1942 more 1646 more
1943 arch improve_dex 1647 arch improve_dex
1944 chance 1 1648 chance 2
1945 more 1649 more
1946 arch improve_enchantment 1650 arch improve_enchantment
1947 chance 1 1651 chance 2
1948 more 1652 more
1949 arch improve_int 1653 arch improve_int
1950 chance 1 1654 chance 2
1951 more 1655 more
1952 arch improve_pow 1656 arch improve_pow
1953 chance 1 1657 chance 2
1954 more 1658 more
1955 arch improve_str 1659 arch improve_str
1956 chance 1 1660 chance 2
1957 more 1661 more
1958 arch improve_weight 1662 arch improve_weight
1959 chance 1 1663 chance 5
1960 more 1664 more
1961 arch improve_wis 1665 arch improve_wis
1962 chance 1 1666 chance 2
1963 more 1667 more
1964 list random_knowledge 1668 list random_knowledge
1965 chance 7 1669 chance 3
1966 more 1670 more
1967 arch ench_armour 1671 arch ench_armour
1968 chance 3 1672 chance 10
1969 more 1673 more
1970 list random_read 1674 list random_read
1971 chance 5 1675 chance 25
1972 end 1676 end
1973treasure random_amulet 1677treasure random_amulet
1974 arch amulet 1678 arch amulet
1975 chance 98 1679 chance 98
1976 no 1680 no
2965 end 2669 end
2966treasure para_elemental 2670treasure para_elemental
2967 arch residue 2671 arch residue
2968 chance 20 2672 chance 20
2969 end 2673 end
2970treasure ghost
2971 arch ectoplasm
2972 chance 5
2973 end
2974treasure grave 2674treasure grave
2975 arch gravedirt 2675 arch gravedirt
2976 end 2676 end
2977treasure pyromaniac 2677treasure pyromaniac
2978 arch spell_create_bomb 2678 arch spell_create_bomb
4682 chance 78 4382 chance 78
4683 more 4383 more
4684 list building_material_stonewall_east 4384 list building_material_stonewall_east
4685 chance 20 4385 chance 20
4686end 4386end
4387treasureone shop_building_abyss
4388 arch building_builder
4389 chance 2
4390 more
4391 arch building_destroyer
4392 chance 2
4393 more
4394 list building_material
4395 chance 63
4396 more
4397 list building_objects_abyssonly
4398 chance 15
4399 more
4400 list building_material_stonewall_abyss
4401 chance 20
4402end
4403treasureone shop_building_goth
4404 arch building_builder
4405 chance 2
4406 more
4407 arch building_destroyer
4408 chance 2
4409 more
4410 list building_material
4411 chance 78
4412 more
4413 list building_material_stonewall_goth
4414 chance 20
4415end
4687##For areas like scorn area, sells DWall 4416##For areas like scorn area, sells DWall
4688treasureone building_material_stonewall_norm 4417treasureone building_material_stonewall_norm
4689 arch building_wall2 4418 arch building_wall2
4690end 4419end
4691##For brest area, sells Red Cwall rather then DWall 4420##For brest area, sells Red Cwall rather then DWall
4693 arch building_wall4 4422 arch building_wall4
4694end 4423end
4695##For navar area, sells West Cwall rather then DWall 4424##For navar area, sells West Cwall rather then DWall
4696treasureone building_material_stonewall_west 4425treasureone building_material_stonewall_west
4697 arch building_wall3 4426 arch building_wall3
4427 chance 50
4428 more
4429 arch building_wall9
4430 chance 50
4698end 4431end
4699##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) 4432##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4700treasureone building_material_stonewall_east 4433treasureone building_material_stonewall_east
4701 arch building_wall2 4434 arch building_wall2
4702 chance 50 4435 chance 50
4703 more 4436 more
4704 arch building_wall5 4437 arch building_wall5
4705 chance 50 4438 chance 50
4706end 4439end
4440##For mlabhell sells West West Cwall and BurningWall
4441treasureone building_material_stonewall_abyss
4442 arch building_wall3
4443 chance 50
4444 more
4445 arch building_wall6
4446 chance 50
4447end
4448##For Gotischerbereich, sells STWall rather then DWall
4449treasureone building_material_stonewall_goth
4450 arch building_wall7
4451 chance 50
4452 more
4453 arch building_wall8
4454 chance 50
4455end
4456# Fake wall shops
4457treasureone building_material_stonewall_norm_fake
4458 arch building_wall2_fake
4459end
4460##For brest area, sells Red Cwall rather then DWall
4461treasureone building_material_stonewall_fant_fake
4462 arch building_wall4_fake
4463end
4464##For navar area, sells West Cwall rather then DWall
4465treasureone building_material_stonewall_west_fake
4466 arch building_wall3_fake
4467 chance 50
4468 more
4469 arch building_wall9_fake
4470 chance 50
4471end
4472##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
4473treasureone building_material_stonewall_east_fake
4474 arch building_wall2_fake
4475 chance 50
4476 more
4477 arch building_wall5_fake
4478 chance 50
4479end
4480##For mlabhell sells West West Cwall and BurningWall
4481treasureone building_material_stonewall_abyss_fake
4482 arch building_wall3_fake
4483 chance 50
4484 more
4485 arch building_wall6_fake
4486 chance 50
4487end
4488##For Gotischerbereich, sells STWall rather then DWall
4489treasureone building_material_stonewall_goth_fake
4490 arch building_wall7_fake
4491 chance 50
4492 more
4493 arch building_wall8_fake
4494 chance 50
4495end
4707treasureone building_marbles 4496treasureone building_marbles
4708 arch building_marble 4497 arch building_marble
4709 chance 8 4498 chance 8
4710 more 4499 more
4711 arch building_blackmarble 4500 arch building_blackmarble
4734 chance 4 4523 chance 4
4735 more 4524 more
4736 arch building_fountain 4525 arch building_fountain
4737 chance 3 4526 chance 3
4738end 4527end
4528treasureone building_objects_abyssonly
4529 arch building_altar_none
4530 chance 15
4531 more
4532 arch building_hangingfirepot
4533 chance 15
4534 more
4535 arch building_magma
4536 chance 58
4537 more
4538 arch building_redrugfloor1
4539 chance 2
4540 more
4541 arch building_whiterugfloor1
4542 chance 2
4543end
4739treasureone building_talking_objects 4544treasureone building_talking_objects
4740 arch building_earbook 4545 arch building_earbook
4741 chance 1 4546 chance 1
4742 more 4547 more
4743 arch building_mouthbook 4548 arch building_mouthbook
4744 chance 2 4549 chance 2
4745end 4550end
4746treasure gps 4551treasure gps
4747 arch gps_event 4552 arch gps_event
4748end 4553end
4554treasure acidpriest_big
4555 list all_spell_skills
4556 more
4557 list random_books
4558 more
4559 arch spell_large_lightning
4560 chance 4
4561 more
4562 arch spell_sanctuary
4563 more
4564 arch spell_cancellation
4565 chance 4
4566 more
4567 arch spell_asteroid
4568 more
4569 arch spell_vitriol
4570 end
4749treasure angel 4571treasure angel
4750 list all_spell_skills 4572 list all_spell_skills
4751 more 4573 more
4752 list rich_old 4574 list rich_old
4753 end 4575 end
4764 arch spell_wrathful_eye 4586 arch spell_wrathful_eye
4765 nrof 3 4587 nrof 3
4766 more 4588 more
4767 arch spell_paralyze 4589 arch spell_paralyze
4768end 4590end
4591treasure darkangel
4592 list all_spell_skills
4593 more
4594 list rich_old
4595 end
4769treasure liteangel 4596treasure liteangel
4770 list rich 4597 list rich
4771 more 4598 more
4772 list all_spell_skills 4599 list all_spell_skills
4773 end 4600 end
4774treasure mesangel 4601treasure mesangel
4775 list rich 4602 list rich
4776 more 4603 more
4777 list all_spell_skills 4604 list all_spell_skills
4778 end 4605 end
4606treasure deathshead
4607 list human_parts
4608 chance 50
4609 more
4610 arch spell_paralyze
4611 more
4612 arch abil_fear
4613 more
4614 arch spell_meteor_swarm
4615 more
4616 arch spell_burning_hands
4617 more
4618 arch spell_large_fireball
4619 more
4620 arch spell_mass_confusion
4621 more
4622 arch spell_negabolt
4623 more
4624 arch spell_negaball
4625 more
4626 arch abil_slow
4627 more
4628 arch gem
4629 nrof 20
4630 chance 50
4631 more
4632 arch gem
4633 nrof 40
4634 chance 20
4635 end
4636treasureone bear_parts
4637 arch hide_brown
4638 chance 50
4639 more
4640 arch liver
4641 chance 15
4642 more
4643 arch heart
4644 chance 10
4645 end
4646treasureone polarbear_parts
4647 arch hide_white
4648 chance 25
4649 more
4650 arch liver
4651 chance 15
4652 more
4653 arch heart
4654 chance 10
4655 end
4656treasureone behemoth_parts
4657 arch heart
4658 chance 5
4659 more
4660 arch hide_black
4661 chance 10
4662end
4663treasureone giantrat_parts
4664 arch liver
4665 chance 20
4666 more
4667 arch heart
4668 chance 10
4669 more
4670 arch hide_brown
4671 chance 10
4672end
4673treasure nekosan
4674 arch nekosan_event_say
4675 more
4676 arch nekosan_event_attack
4677 more
4678 arch nekosan_event_move
4679 end
4779treasure dwolf 4680treasure dwolf
4780 arch hide_white 4681 arch hide_white
4781 chance 25 4682 chance 25
4782 more 4683 more
4783 arch liver 4684 arch liver
4801 arch abil_large_icestorm 4702 arch abil_large_icestorm
4802 more 4703 more
4803 arch abil_frostbolt 4704 arch abil_frostbolt
4804 more 4705 more
4805 arch abil_fear 4706 arch abil_fear
4707end
4708treasureone wolf_parts
4709 arch hide_grey
4710 chance 50
4711 more
4712 arch liver
4713 chance 15
4714 more
4715 arch heart
4716 chance 15
4717end
4718treasureone ape_parts
4719 arch liver
4720 chance 30
4721 more
4722 arch heart
4723 chance 20
4724 more
4725 arch tooth
4726 chance 10
4727 more
4728 arch hand
4729 chance 10
4730 more
4731 arch hide_brown
4732 chance 10
4733 more
4734 arch brain
4735 chance 5
4806end 4736end
4807treasure gryphon 4737treasure gryphon
4808 arch skill_use_magic_item 4738 arch skill_use_magic_item
4809 more 4739 more
4810 arch spell_paralyze 4740 arch spell_paralyze
4883 no 4813 no
4884 arch potion_restoration 4814 arch potion_restoration
4885 chance 5 4815 chance 5
4886 end 4816 end
4887 end 4817 end
4818treasureone beholder_parts
4819 arch beholdereye
4820 chance 70
4821 more
4822# arch tentacle
4823# nrof 2
4824# chance 10
4825# more
4826 arch tongue
4827 chance 10
4828 more
4829 arch brain
4830 chance 3
4831end
4888treasure Balrog 4832treasure Balrog
4889 list all_spell_skills 4833 list all_spell_skills
4890 more 4834 more
4891 arch spell_paralyze 4835 arch spell_paralyze
4892 more 4836 more
4906 more 4850 more
4907 arch mithril_chainmail 4851 arch mithril_chainmail
4908 more 4852 more
4909 arch firebrand 4853 arch firebrand
4910 end 4854 end
4855treasureone demon_parts
4856 arch icor
4857 chance 70
4858 more
4859 arch heart
4860 chance 15
4861 more
4862 arch demon_head
4863 chance 15
4864end
4911treasure devil 4865treasure devil
4912 list all_spell_skills 4866 list all_spell_skills
4913 more 4867 more
4914 list rich_old 4868 list rich_old
4915 more 4869 more
5054 chance 30 5008 chance 30
5055 more 5009 more
5056 arch ring 5010 arch ring
5057 chance 30 5011 chance 30
5058end 5012end
5013# more appropriate for wyvern/baby dragon
5014treasureone dragon_parts
5015 arch dragon_steak
5016 chance 30
5017 more
5018 arch dragonclaw
5019 chance 10
5020 more
5021 arch dragon_wing
5022 chance 25
5023 more
5024 arch dragon_scale
5025 chance 5
5026 more
5027 arch brain
5028 chance 1
5029 end
5030# Big dragon body parts
5031treasureone big_dragon_parts
5032 arch dragon_steak
5033 nrof 3
5034 chance 90
5035 more
5036 arch dragon_scale
5037 chance 80
5038 nrof 2
5039 more
5040 arch dragonclaw
5041 chance 30
5042 nrof 12
5043 more
5044 arch dragon_wing
5045 chance 30
5046 nrof 2
5047 more
5048 arch dragon_eye
5049 chance 30
5050 more
5051 arch heart
5052 chance 10
5053 more
5054 arch brain
5055 chance 1
5056 end
5059treasure belzebub 5057treasure belzebub
5060 list all_spell_skills 5058 list all_spell_skills
5061 more 5059 more
5062 arch spell_summon_pet_monster 5060 arch spell_summon_pet_monster
5063 more 5061 more
5409 arch spell_summon_air_elemental 5407 arch spell_summon_air_elemental
5410 end 5408 end
5411 more 5409 more
5412 arch abil_slow 5410 arch abil_slow
5413 end 5411 end
5412# gnoll/giant parts
5413treasureone giant_parts
5414 arch fl_corpse
5415 chance 15
5416 more
5417 arch head
5418 chance 20
5419 more
5420 arch foot
5421 chance 8
5422 more
5423 arch hand
5424 chance 8
5425 more
5426 arch heart
5427 chance 5
5428 more
5429 arch liver
5430 chance 8
5431 more
5432 arch brain
5433 chance 3
5434 end
5414treasure goblin 5435treasure goblin
5415 arch skill_use_magic_item 5436 arch skill_use_magic_item
5416 more 5437 more
5417 list goblin_parts 5438 list goblin_parts
5418 chance 10 5439 chance 10
5419 more 5440 more
5420 list poor_old 5441 list poor_old
5442 end
5443# orc/goblin parts
5444treasureone goblin_parts
5445 arch fl_corpse
5446 chance 30
5447 more
5448 arch goblin_head
5449 chance 30
5450 more
5451 arch foot
5452 chance 10
5453 more
5454 arch hand
5455 chance 10
5456 more
5457 arch liver
5458 chance 10
5459 more
5460 arch heart
5461 chance 10
5421 end 5462 end
5422treasure ogre 5463treasure ogre
5423 arch skill_use_magic_item 5464 arch skill_use_magic_item
5424 more 5465 more
5425 list giant_parts 5466 list giant_parts
5579 chance 50 5620 chance 50
5580 no 5621 no
5581 arch skill_karate 5622 arch skill_karate
5582 end 5623 end
5583 end 5624 end
5584# note: punching and throwing arent good 5625# note: punching and throwing aren't good
5585# combination to give to NPC's. They wind 5626# combination to give to NPC's. They wind
5586# throwing away their melee weapons! 5627# throwing away their melee weapons!
5587treasure pirate 5628treasure pirate
5588 arch skill_use_magic_item 5629 arch skill_use_magic_item
5589 more 5630 more
5745treasure princess 5786treasure princess
5746 list all_spell_skills 5787 list all_spell_skills
5747 more 5788 more
5748 list throw_stnd 5789 list throw_stnd
5749end 5790end
5791treasure laoch
5792 arch skill_use_magic_item
5793 more
5794 list laoch_parts
5795 chance 10
5796 more
5797 list poor_old
5798 end
5799treasureone laoch_parts
5800 arch fl_corpse
5801 chance 30
5802 more
5803 arch foot
5804 chance 10
5805 more
5806 arch hand
5807 chance 10
5808 more
5809 arch liver
5810 chance 10
5811 more
5812 arch heart
5813 chance 10
5814 end
5815treasure human_parts
5816 arch fl_corpse
5817 chance 60
5818 more
5819 arch arm
5820 nrof 2
5821 chance 15
5822 more
5823 arch leg
5824 nrof 2
5825 chance 15
5826 more
5827 arch head
5828 chance 15
5829 more
5830 arch eye
5831 nrof 2
5832 chance 1
5833 more
5834 arch tongue
5835 chance 1
5836 more
5837 arch foot
5838 nrof 2
5839 chance 10
5840 more
5841 arch hand
5842 nrof 2
5843 chance 10
5844 more
5845 arch finger
5846 nrof 5
5847 chance 3
5848 more
5849 arch skin
5850 chance 1
5851 more
5852 arch brain
5853 chance 1
5854 end
5750treasure madman 5855treasure madman
5751 list all_spell_skills 5856 list all_spell_skills
5752 more 5857 more
5753 list throw_stnd 5858 list throw_stnd
5859end
5860# This is basically given to monsters that might get spellbooks or use
5861# wands/rods/etc. This is mostly necessary so that if they become
5862# the pets of players, the player will get exp awarded to the correct
5863# skill.
5864treasure skill_use_magic_item
5865 arch skill_use_magic_item
5866end
5867#
5868treasure all_spell_skills
5869 arch skill_use_magic_item
5870 more
5871 arch skill_evocation
5872 more
5873 arch skill_praying
5874 more
5875 arch skill_pyromancy
5876 more
5877 arch skill_sorcery
5878 more
5879 arch skill_summoning
5754end 5880end
5755treasure chess 5881treasure chess
5756 list all_spell_skills 5882 list all_spell_skills
5757 more 5883 more
5758 list throw_stnd 5884 list throw_stnd
6015 arch goldcoin 6141 arch goldcoin
6016 nrof 100 6142 nrof 100
6017 more 6143 more
6018 arch big_club 6144 arch big_club
6019 end 6145 end
6146treasure papergolem
6147 arch scroll_new
6148 end
6020treasure pixie 6149treasure pixie
6021 list all_spell_skills 6150 list all_spell_skills
6022 more 6151 more
6023 arch wand 6152 arch wand
6024 chance 4 6153 chance 4
6091 chance 20 6220 chance 20
6092 more 6221 more
6093 arch spell_magic_missile 6222 arch spell_magic_missile
6094 chance 20 6223 chance 20
6095 end 6224 end
6225treasure stonegolem
6226 arch rubble
6227 end
6096treasureone tentacle_victims 6228treasureone tentacle_victims
6097 arch bones1 6229 arch bones1
6098 nrof 1 6230 nrof 1
6099 more 6231 more
6100 arch bones2 6232 arch bones2
6118 chance 3 6250 chance 3
6119 more 6251 more
6120 arch tentacle_hook 6252 arch tentacle_hook
6121 chance 20 6253 chance 20
6122 end 6254 end
6255treasureone troll_parts
6256 arch head
6257 chance 80
6258 more
6259 arch heart
6260 chance 5
6261 more
6262 arch liver
6263 chance 15
6264 more
6265 arch brain
6266 chance 3
6267end
6123treasure skeletalmage 6268treasure skeletalmage
6124 arch skill_use_magic_item 6269 arch skill_use_magic_item
6125 more 6270 more
6126 list standard_old 6271 list standard_old
6127 more 6272 more
6166 chance 50 6311 chance 50
6167 more 6312 more
6168 arch gem 6313 arch gem
6169 nrof 40 6314 nrof 40
6170 chance 20 6315 chance 20
6316 end
6317treasure ghost
6318 arch ectoplasm
6319 chance 10
6171 end 6320 end
6172treasure lich_old 6321treasure lich_old
6173 arch spell_paralyze 6322 arch spell_paralyze
6174 more 6323 more
6175 arch abil_fear 6324 arch abil_fear
6244 more 6393 more
6245 arch leprosy 6394 arch leprosy
6246 more 6395 more
6247 list lich_old 6396 list lich_old
6248 end 6397 end
6398treasure samhlaidh
6399 list all_spell_skills
6400 more
6401 arch spell_paralyze
6402 more
6403 arch abil_fear
6404 more
6405 arch spell_summon_pet_monster
6406 more
6407 arch spell_magic_bullet
6408 more
6409 arch abil_large_icestorm
6410 more
6411 arch abil_icestorm
6412 more
6413 arch sword_2
6414 chance 90
6415 magic 5
6416 more
6417 arch cloak
6418 more
6419 arch shield
6420 magic 4
6421 chance 70
6422 no
6423 arch small_shield
6424 magic 5
6425 chance 40
6426 end
6427 more
6428 arch full_helmet
6429 magic 3
6430 chance 50
6431 no
6432 arch helmet
6433 magic 3
6434 chance 50
6435 end
6436 more
6437 arch goldcoin
6438 chance 90
6439 nrof 100
6440 more
6441 arch wand
6442 chance 80
6443 more
6444 arch staff
6445 chance 20
6446 more
6447 list random_books
6448 more
6449 list random_books
6450 chance 70
6451 more
6452 arch ring
6453 more
6454 arch ring
6455 chance 50
6456 more
6457 arch scroll_new
6458 chance 90
6459 more
6460 arch scroll_new
6461 chance 90
6462 more
6463 arch gem
6464 chance 70
6465 nrof 3
6466 end
6467treasureone skull_parts
6468 arch tooth
6469 chance 95
6470 more
6471 arch tongue
6472 chance 5
6473end
6249treasure spectre 6474treasure spectre
6250 list all_spell_skills 6475 list all_spell_skills
6251 more 6476 more
6252 arch ectoplasm 6477 arch ectoplasm
6478 chance 75
6253 more 6479 more
6254 arch arthritis 6480 arch arthritis
6255 more 6481 more
6256 list lich_old 6482 list lich_old
6257 end 6483 end
6341end 6567end
6342# 6568#
6343treasureone summoning_l1 6569treasureone summoning_l1
6344 arch spell_lesser_summon_golem 6570 arch spell_lesser_summon_golem
6345end 6571end
6572##############################################################
6573# ability-treasure for dragon players
6574##############################################################
6575treasure dragon_ability_fire
6576 arch direct_attune_fire
6577 more
6578 arch fire_clawing
6579 more
6580 arch spell_dragonbreath
6581end
6582treasure dragon_ability_cold
6583 arch direct_attune_cold
6584 more
6585 arch ice_clawing
6586 more
6587 arch spell_large_icestorm
6588end
6589treasure dragon_ability_elec
6590 arch direct_attune_elec
6591 more
6592 arch electric_clawing
6593 more
6594 arch spell_ball_lightning
6595 more
6596 arch dragon_ability_xrays
6597end
6598treasure dragon_ability_poison
6599 arch spell_poison_cloud
6600 more
6601 arch poison_clawing
6602end
6346treasure serpentman_player_items 6603treasure serpentman_player_items
6347 arch no_class_face_change 6604 arch no_class_face_change
6348 more 6605 more
6349 arch skill_clawing 6606 arch skill_clawing
6350 more 6607 more
6351 arch skill_jumping 6608 arch skill_jumping
6609end
6610treasure acidborn_player_items
6611 arch skill_levitate
6612 more
6613 arch fireborn_player_force
6614 more
6615 arch skill_acid_splash
6616 more
6617 arch skill_evocation
6618 more
6619 arch skill_praying
6620 more
6621 arch no_class_face_change
6622 more
6623 arch ring
6624 magic 5
6625 more
6626 arch power_crystal
6627 more
6628 arch amulet
6629 magic 3
6630 more
6631 arch evoker_book_l1
6632 more
6633 arch cleric_book_l1
6634end
6635treasure iceborn_player_items
6636 arch skill_levitate
6637 more
6638 arch fireborn_player_force
6639 more
6640 arch skill_shiver
6641 more
6642 arch skill_evocation
6643 more
6644 arch skill_praying
6645 more
6646 arch no_class_face_change
6647 more
6648 arch ring
6649 magic 5
6650 more
6651 arch power_crystal
6652 more
6653 arch amulet
6654 magic 3
6655 more
6656 arch evoker_book_l1
6657 more
6658 arch cleric_book_l1
6659end
6660treasure sparkling_player_items
6661 arch skill_levitate
6662 more
6663 arch fireborn_player_force
6664 more
6665 arch skill_spark_touch
6666 more
6667 arch skill_pyromancy
6668 more
6669 arch skill_praying
6670 more
6671 arch no_class_face_change
6672 more
6673 arch ring
6674 magic 5
6675 more
6676 arch power_crystal
6677 more
6678 arch amulet
6679 magic 3
6680 more
6681 arch pyro_book_l1
6682 more
6683 arch cleric_book_l1
6352end 6684end
6353treasureone shoparchery 6685treasureone shoparchery
6354 list missile_weapons 6686 list missile_weapons
6355 chance 99 6687 chance 99
6356 more 6688 more
6377 more 6709 more
6378 arch arrow 6710 arch arrow
6379 magic 3 6711 magic 3
6380 chance 50 6712 chance 50
6381 nrof 30 6713 nrof 30
6714end
6715treasureone shopweapoancient
6716 list random_weapon
6717 chance 30
6718 more
6719 list shopweapoancientbronze
6720 chance 30
6721 more
6722 list shopweapoancientweaps
6723 chance 40
6724end
6725#
6726treasureone shopweapoancientbronze
6727 arch b_dagger
6728 magic 4
6729 chance 10
6730 more
6731 arch b_bsword_1
6732 magic 4
6733 chance 10
6734 more
6735 arch b_bsword_2
6736 magic 4
6737 chance 10
6738 more
6739 arch b_lsword
6740 magic 4
6741 chance 10
6742 more
6743 arch b_scimitar
6744 magic 4
6745 chance 10
6746 more
6747 arch b_ssword_1
6748 magic 4
6749 chance 10
6750 more
6751 arch b_ssword_2
6752 magic 4
6753 chance 10
6754 more
6755 arch b_sword_1
6756 magic 4
6757 chance 10
6758 more
6759 arch b_axe1
6760 magic 4
6761 chance 20
6762end
6763#
6764treasureone shopweapoancientweaps
6765 arch b_sicklesword
6766 magic 3
6767 chance 20
6768 more
6769 arch sicklesword
6770 magic 3
6771 chance 5
6772 more
6773 arch cudgel
6774 magic 3
6775 chance 25
6776 more
6777 arch b_spikeballmace
6778 magic 3
6779 chance 20
6780 more
6781 arch spikeballmace
6782 magic 3
6783 chance 5
6784 more
6785 arch chakram
6786 magic 3
6787 chance 25
6382end 6788end
6383treasureone shopweapoeast 6789treasureone shopweapoeast
6384 list random_weapon 6790 list random_weapon
6385 chance 60 6791 chance 60
6386 more 6792 more
7383 magic 20 7789 magic 20
7384 more 7790 more
7385 arch vampire 7791 arch vampire
7386 nrof 1 7792 nrof 1
7387 magic 25 7793 magic 25
7794 more
7795 arch spectre
7796 nrof 1
7797 magic 28
7798 more
7799 arch lich
7800 nrof 1
7801 magic 31
7802 more
7803 arch demilich
7804 nrof 1
7805 magic 40
7806 more
7807 arch snitchangel
7808 nrof 1
7809 magic 60
7810 more
7811 arch dave
7812 nrof 1
7813 magic 90
7814 more
7815 arch laoch
7816 nrof 1
7817 magic 100
7818end
7819##############################################################
7820#
7821# Summon Dark Angel
7822#
7823treasure summon_dark_angel
7824 arch darkangel
7825 nrof 1
7826 magic 5
7388end 7827end
7389# This could be really customized a lot further instead 7828# This could be really customized a lot further instead
7390# of using the default staff/wand lists. Set this 7829# of using the default staff/wand lists. Set this
7391# balance simply because there are a lot more mage type spells 7830# balance simply because there are a lot more mage type spells
7392# then priest ones. 7831# then priest ones.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines