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

Comparing deliantra/server/lib/artifacts (file contents):
Revision 1.1 by root, Fri Feb 3 07:13:01 2006 UTC vs.
Revision 1.8 by elmex, Sat Aug 25 11:57:03 2007 UTC

1# List of artifact modifiers 1# List of artifact modifiers
2# 2#
3# Note: 3# Note:
4# Attributes (str, dex, etc) are modifiers to the previous 4# Attributes (str, dex, etc) are modifiers to the previous
5# value - positive will increase it by that much, negative 5# value - positive will increase it by that much, negative
6# will decrease it. 6# will decrease it.
7# 7#
8# cursed and damned flags will make the object cursed/damned. 8# cursed and damned flags will make the object cursed/damned.
9# no way to remove cursed/damnedness right now. If the 9# no way to remove cursed/damnedness right now. If the
10# object is cursed, the present magic value will become 10# object is cursed, the present magic value will become
11# negative (ie, a +1 sword will become -1 cursed.) 11# negative (ie, a +1 sword will become -1 cursed.)
12# 12#
13# immune, protected, vulnerable, path_attuned, path_denied, 13# immune, protected, vulnerable, path_attuned, path_denied,
14# path_repelled values are OR'd to existing values. 14# path_repelled values are OR'd to existing values.
15# 15#
16# luck,exp, wc and ac increase the value by that amount (which means 16# luck,exp, wc and ac increase the value by that amount (which means
17# a negative value will decrease the value) 17# a negative value will decrease the value)
18# 18#
19# lifesave, reflect_spell, reflect_missile, stealth, xrays, 19# lifesave, reflect_spell, reflect_missile, stealth, xrays,
20# and make_invisible invisible sets the appropriate value 20# and make_invisible invisible sets the appropriate value
21# in the new artifact. No way to remove these abilities. 21# in the new artifact. No way to remove these abilities.
22# 22#
23# if stand_still is set, the object will not be animated 23# if stand_still is set, the object will not be animated
24# (useful if giving an artifact a new image when the object 24# (useful if giving an artifact a new image when the object
25# it is being created from is animated. 25# it is being created from is animated.
26# 26#
27# nrof is the number of object to be created. A range 27# nrof is the number of object to be created. A range
28# of 1-nrof of objects will be created. If 0, then the 28# of 1-nrof of objects will be created. If 0, then the
29# default number will be used instead. 29# default number will be used instead.
30# 30#
31# hp, maxhp, sp, maxsp, food, level have this: If the value is 31# hp, maxhp, sp, maxsp, food, level have this: If the value is
32# positive, it is increased by that amount. If negative, the 32# positive, it is increased by that amount. If negative, the
33# artifact is created with that value absolute (ie, hp -5 33# artifact is created with that value absolute (ie, hp -5
73# to other objects of the same type. What happens is that all of the 73# to other objects of the same type. What happens is that all of the
74# artifacts with the same type are put on 1 list, and their chance 74# artifacts with the same type are put on 1 list, and their chance
75# field is summed together. Then, when an artifact is created, 75# field is summed together. Then, when an artifact is created,
76# a roll is made based on that sum, and the appropriate artifact 76# a roll is made based on that sum, and the appropriate artifact
77# is chosen. If the item being transformed can not turn into that 77# is chosen. If the item being transformed can not turn into that
78# artifact (magic bonus, difficulty (see below), or just not 'Allowed'), 78# artifact (magic bonus, difficulty (see below), or just not 'Allowed'),
79# it will be re-rolled, attempting to make an artifact again. The number 79# it will be re-rolled, attempting to make an artifact again. The number
80# of re-rolls attempted is determined in the treasure.c file. IT is, 80# of re-rolls attempted is determined in the treasure.c file. IT is,
81# by default, 1. 81# by default, 1.
82# 82#
83# 'difficulty <value>' can also be included before the 'Object <name>' 83# 'difficulty <value>' can also be included before the 'Object <name>'
121# maxhp) are fixed addition values, so if creating generic types (like the 121# maxhp) are fixed addition values, so if creating generic types (like the
122# Leader and Chief types), you what to keep the Allowed monsters at roughly 122# Leader and Chief types), you what to keep the Allowed monsters at roughly
123# the same power. 123# the same power.
124# As of now, 1:10 monsters can become artifact monsters. This is set in 124# As of now, 1:10 monsters can become artifact monsters. This is set in
125# time.c 125# time.c
126Allowed orc 126allowed orc
127chance 10 127chance 10
128Object Leader 128object Leader
129type 0 129type 0
130wc 1 130wc 1
131ac 1 131ac 1
132hp 12 132hp 12
133maxhp 12 133maxhp 12
134exp 20 134exp 20
135level 1 135level 1
136resist_physical 20 136resist_physical 20
137dam 13 137dam 13
138face orc_leader.111 138face orc_leader.x11
139stand_still 1 139stand_still 1
140end 140end
141# 141#
142Allowed goblin 142allowed goblin
143chance 10 143chance 10
144Object Leader 144object Leader
145type 0 145type 0
146wc 1 146wc 1
147ac 1 147ac 1
148hp 10 148hp 10
149maxhp 10 149maxhp 10
150exp 20 150exp 20
151level 1 151level 1
152resist_physical 20 152resist_physical 20
153dam 13 153dam 13
154face goblin_leader.111 154face goblin_leader.x11
155stand_still 1 155stand_still 1
156end 156end
157# 157#
158Allowed gnoll 158allowed gnoll
159chance 10 159chance 10
160Object Leader 160object Leader
161type 0 161type 0
162wc 1 162wc 1
163ac 1 163ac 1
164hp 13 164hp 13
165maxhp 13 165maxhp 13
166exp 20 166exp 20
167level 1 167level 1
168resist_physical 20 168resist_physical 20
169dam 13 169dam 13
170face gnoll_leader.111 170face gnoll_leader.x11
171stand_still 1 171stand_still 1
172end 172end
173# 173#
174Allowed ogre 174allowed ogre
175chance 10 175chance 10
176Object Leader 176object Leader
177type 0 177type 0
178wc 1 178wc 1
179ac 1 179ac 1
180hp 15 180hp 15
181maxhp 15 181maxhp 15
182exp 20 182exp 20
183level 1 183level 1
184resist_physical 20 184resist_physical 20
185dam 13 185dam 13
186face ogre_leader.111 186face ogre_leader.x11
187stand_still 1 187stand_still 1
188end 188end
189# 189#
190Allowed skeleton 190allowed skeleton
191chance 5 191chance 5
192Object Leader 192object Leader
193type 0 193type 0
194hp 15 194hp 15
195maxhp 15 195maxhp 15
196exp 40 196exp 40
197level 2 197level 2
198resist_physical 20 198resist_physical 20
199dam 1 199dam 1
200face skeleton_leader.111 200face skeleton_leader.x11
201stand_still 1 201stand_still 1
202end 202end
203# 203#
204Allowed beholder 204allowed beholder
205chance 5 205chance 5
206Object Leader 206object Leader
207type 0 207type 0
208wc 5 208wc 5
209ac 2 209ac 2
210hp 15 210hp 15
211maxhp 5 211maxhp 5
212exp 500 212exp 500
213level 2 213level 2
214resist_physical 40 214resist_physical 40
215dam 15 215dam 15
216face beholder_leader.111 216face beholder.x11
217stand_still 1 217stand_still 1
218end 218end
219# 219#
220Allowed orc 220allowed orc
221chance 2 221chance 2
222Object Chief 222object Chief
223type 0 223type 0
224wc 2 224wc 2
225ac 2 225ac 2
226hp 20 226hp 20
227maxhp 20 227maxhp 20
228exp 80 228exp 80
229level 2 229level 2
230resist_physical 30 230resist_physical 30
231dam 14 231dam 14
232face orc_chief.111 232face orc_chief.x11
233stand_still 1 233stand_still 1
234end 234end
235# 235#
236Allowed goblin 236allowed goblin
237chance 2 237chance 2
238Object Chief 238object Chief
239type 0 239type 0
240wc 2 240wc 2
241ac 2 241ac 2
242hp 20 242hp 20
243maxhp 20 243maxhp 20
244exp 100 244exp 100
245level 2 245level 2
246resist_physical 30 246resist_physical 30
247dam 13 247dam 13
248face goblin_chief.111 248face goblin_chief.x11
249stand_still 1 249stand_still 1
250end 250end
251# 251#
252Allowed gnoll 252allowed gnoll
253chance 2 253chance 2
254Object Chief 254object Chief
255type 0 255type 0
256wc 2 256wc 2
257ac 2 257ac 2
258hp 20 258hp 20
259maxhp 20 259maxhp 20
260exp 100 260exp 100
261level 2 261level 2
262resist_physical 30 262resist_physical 30
263dam 14 263dam 14
264face gnoll_chief.111 264face gnoll_chief.x11
265stand_still 1 265stand_still 1
266end 266end
267# 267#
268Allowed ogre 268allowed ogre
269chance 2 269chance 2
270Object Chief 270object Chief
271type 0 271type 0
272wc 2 272wc 2
273ac 2 273ac 2
274hp 22 274hp 22
275maxhp 22 275maxhp 22
276exp 150 276exp 150
277level 2 277level 2
278resist_physical 30 278resist_physical 30
279dam 19 279dam 19
280face ogre_chief.111 280face ogre_chief.x11
281stand_still 1 281stand_still 1
282end 282end
283# 283#
284Allowed skeleton 284allowed skeleton
285chance 2 285chance 2
286Object Chief 286object Chief
287type 0 287type 0
288wc 1 288wc 1
289hp 10 289hp 10
290maxhp 15 290maxhp 15
291exp 50 291exp 50
292level 2 292level 2
293resist_physical 40 293resist_physical 40
294dam 1 294dam 1
295face skeleton_chief.111 295face skeleton_chief.x11
296stand_still 1 296stand_still 1
297end 297end
298# 298#
299# Just to fix probability some. 299# Just to fix probability some.
300Allowed orc,goblin,ogre,gnoll,beholder 300allowed orc,goblin,ogre,gnoll,beholder
301chance 20 301chance 20
302Object NONE 302object NONE
303end 303end
304# 304#
305# Weapons: 305# Weapons:
306# 306#
307Allowed all 307allowed all
308chance 10 308chance 10
309Object Ilrya 309object Ilrya
310type 15 310type 15
311value 10 311value 10
312weight 80 312weight 80
313end 313end
314# 314#
315Allowed all 315allowed all
316chance 5 316chance 5
317Object Lythander 317object Lythander
318type 15 318type 15
319value 20 319value 20
320luck 1 320luck 1
321weight 90 321weight 90
322item_power 1 322item_power 1
323end 323end
324# 324#
325Allowed all 325allowed all
326chance 5 326chance 5
327Object Fear 327object Fear
328type 15 328type 15
329value 30 329value 30
330attacktype 16385 330attacktype 16385
331resist_fear 100 331resist_fear 100
332weight 90 332weight 90
333item_power 2 333item_power 2
334end 334end
335# 335#
336Allowed all 336allowed all
337chance 20 337chance 20
338Object Woe 338object Woe
339type 15 339type 15
340cursed 1 340cursed 1
341Str -1 341Str -1
342Con -1 342Con -1
343Dex -1 343Dex -1
347Cha -1 347Cha -1
348luck -1 348luck -1
349value 5 349value 5
350end 350end
351# 351#
352Allowed all 352allowed all
353chance 20 353chance 20
354Object Mass 354object Mass
355type 15 355type 15
356value 5 356value 5
357cursed 1 357cursed 1
358weight 300 358weight 300
359dam 15 359dam 15
360wc -3 360wc -3
361end 361end
362# 362#
363Allowed all 363allowed all
364chance 10 364chance 10
365Object Gnarg 365object Gnarg
366type 15 366type 15
367value 10 367value 10
368dam 12 368dam 12
369resist_poison 30 369resist_poison 30
370Cha -1 370Cha -1
371item_power 1 371item_power 1
372end 372end
373# 373#
374Allowed all 374allowed all
375chance 6 375chance 6
376Object Zormola 376object Zormola
377type 15 377type 15
378value 15 378value 15
379weight 80 379weight 80
380wc 2 380wc 2
381item_power 2 381item_power 2
382end 382end
383# 383#
384Allowed all 384allowed all
385chance 5 385chance 5
386Object Ixalovh 386object Ixalovh
387type 15 387type 15
388value 10 388value 10
389sp 1 389sp 1
390grace 1 390grace 1
391magic 1 391magic 1
392item_power 1 392item_power 1
393end 393end
394# 394#
395Allowed axe,axe_2,axe_3,axe_4,axe_5,battle_axe,stoneaxe,poleaxe,morningstar,large_morningstar,nunchacu_1,nunchacu_2,hammer,mace,mace_2,lspear,spear,club,quarterstaff,big_club,stonehammer,stake,bonecrusher,mjoellnir,skullcleaver 395allowed axe,axe_2,axe_3,axe_4,axe_5,battle_axe,stoneaxe,poleaxe,morningstar,large_morningstar,nunchacu_1,nunchacu_2,hammer,mace,mace_2,lspear,spear,club,quarterstaff,big_club,stonehammer,stake,bonecrusher,mjoellnir,skullcleaver
396chance 20 396chance 20
397Object Gaea 397object Gaea
398type 15 398type 15
399value 50 399value 50
400hp 1 400hp 1
401dam 11 401dam 11
402magic 2 402magic 2
403item_power 1 403item_power 1
404end 404end
405# 405#
406Allowed all 406allowed all
407chance 20 407chance 20
408Object Kragi 408object Kragi
409type 15 409type 15
410value 50 410value 50
411magic 3 411magic 3
412Con 1 412Con 1
413dam 11 413dam 11
414item_power 1 414item_power 1
415end 415end
416# 416#
417Allowed all 417allowed all
418chance 6 418chance 6
419Object Morgul 419object Morgul
420type 15 420type 15
421value 15 421value 15
422magic 3 422magic 3
423dam 20 423dam 20
424wc -3 424wc -3
426Dex -2 426Dex -2
427Con -2 427Con -2
428damned 1 428damned 1
429end 429end
430# 430#
431Allowed all 431allowed all
432chance 5 432chance 5
433Object Slay Ogre 433object Slay Ogre
434type 15 434type 15
435slaying ogre 435slaying ogre
436value 20 436value 20
437magic 1 437magic 1
438item_power 2 438item_power 2
439end 439end
440# 440#
441Allowed all 441allowed all
442chance 15 442chance 15
443Object Valriel 443object Valriel
444type 15 444type 15
445slaying demon 445slaying demon
446last_sp 120 446last_sp 120
447value 30 447value 30
448magic 2 448magic 2
454 back to whatever Hell they came from. 454 back to whatever Hell they came from.
455endmsg 455endmsg
456item_power 2 456item_power 2
457end 457end
458# 458#
459Allowed all 459allowed all
460chance 15 460chance 15
461Object Gorokh 461object Gorokh
462type 15 462type 15
463slaying angel 463slaying angel
464last_sp 120 464last_sp 120
465value 30 465value 30
466magic 2 466magic 2
474 such powerful darkness. 474 such powerful darkness.
475endmsg 475endmsg
476item_power 2 476item_power 2
477end 477end
478# 478#
479Allowed all 479allowed all
480chance 8 480chance 8
481Object the Devourers 481object the Devourers
482type 15 482type 15
483value 30 483value 30
484attacktype 65553 484attacktype 65553
485magic 1 485magic 1
486msg 486msg
488 aura of otherworldly cold. 488 aura of otherworldly cold.
489endmsg 489endmsg
490item_power 2 490item_power 2
491end 491end
492# 492#
493Allowed all 493allowed all
494chance 3 494chance 3
495Object Doom 495object Doom
496type 15 496type 15
497damned 1 497damned 1
498Str -5 498Str -5
499Con -5 499Con -5
500Dex -5 500Dex -5
504Cha -5 504Cha -5
505value 30 505value 30
506magic 1 506magic 1
507end 507end
508# 508#
509Allowed all 509allowed all
510chance 20 510chance 20
511Object Crolmi 511object Crolmi
512type 15 512type 15
513value 40 513value 40
514magic 3 514magic 3
515Str 1 515Str 1
516weight 110 516weight 110
517item_power 1 517item_power 1
518end 518end
519# 519#
520Allowed all 520allowed all
521chance 2 521chance 2
522Object Great Mass 522object Great Mass
523type 15 523type 15
524value 50 524value 50
525damned 1 525damned 1
526weight 600 526weight 600
527dam 25 527dam 25
528wc -5 528wc -5
529end 529end
530# 530#
531Allowed all 531allowed all
532chance 2 532chance 2
533Object Slay Troll 533object Slay Troll
534type 15 534type 15
535slaying troll 535slaying troll
536value 50 536value 50
537magic 2 537magic 2
538item_power 2 538item_power 2
539end 539end
540# 540#
541Allowed all 541allowed all
542chance 2 542chance 2
543Object Slay Undead 543object Slay Undead
544type 15 544type 15
545slaying undead 545slaying undead
546value 50 546value 50
547magic 2 547magic 2
548msg 548msg
553 stay dead this time. 553 stay dead this time.
554endmsg 554endmsg
555item_power 2 555item_power 2
556end 556end
557# 557#
558Allowed all 558allowed all
559chance 1 559chance 1
560Object Slay Dragon 560object Slay Dragon
561type 15 561type 15
562slaying dragon 562slaying dragon
563value 100 563value 100
564magic 3 564magic 3
565item_power 2 565item_power 2
566end 566end
567# 567#
568Allowed all 568allowed all
569chance 1 569chance 1
570Object Slay Beholder 570object Slay Beholder
571type 15 571type 15
572slaying beholder 572slaying beholder
573value 150 573value 150
574resist_magic 20 574resist_magic 20
575magic 3 575magic 3
576item_power 3 576item_power 3
577end 577end
578# 578#
579Allowed all 579allowed all
580chance 10 580chance 10
581Object Rhyz 581object Rhyz
582type 15 582type 15
583value 80 583value 80
584magic 4 584magic 4
585Str 1 585Str 1
586Dex 1 586Dex 1
587weight 90 587weight 90
588item_power 2 588item_power 2
589end 589end
590# 590#
591Allowed all 591allowed all
592chance 10 592chance 10
593Object Glamdri 593object Glamdri
594type 15 594type 15
595value 150 595value 150
596magic 4 596magic 4
597resist_magic 30 597resist_magic 30
598Int 1 598Int 1
599Pow 1 599Pow 1
600weight 90 600weight 90
601item_power 5 601item_power 5
602end 602end
603# 603#
604Allowed all 604allowed all
605chance 5 605chance 5
606Object Berserkergang 606object Berserkergang
607type 15 607type 15
608value 15 608value 15
609magic 4 609magic 4
610dam 30 610dam 30
611wc 7 611wc 7
633# This item is attack type weaponmagic. It only happens in weapons that 633# This item is attack type weaponmagic. It only happens in weapons that
634# are already pretty magical (+3 or better). Thus, while the chance 634# are already pretty magical (+3 or better). Thus, while the chance
635# may look high, since there are not that many +3 or better weapons 635# may look high, since there are not that many +3 or better weapons
636# created, it will not be created that often. 636# created, it will not be created that often.
637# 637#
638Allowed all 638allowed all
639chance 10 639chance 10
640Object Magic Hitting 640object Magic Hitting
641type 15 641type 15
642magic 3 642magic 3
643value 20 643value 20
644attacktype 256 644attacktype 256
645item_power 1 645item_power 1
646end 646end
647# 647#
648Allowed axe,axe_2,axe_3,axe_4,axe_5,battle_axe,hammer,skullcleaver,mjoellnir,bonecrusher,frost_hammer 648allowed axe,axe_2,axe_3,axe_4,axe_5,battle_axe,hammer,skullcleaver,mjoellnir,bonecrusher,frost_hammer
649chance 10 649chance 10
650Object Mostrai 650object Mostrai
651type 15 651type 15
652magic 1 652magic 1
653value 12 653value 12
654dam 14 654dam 14
655weight 115 655weight 115
656end 656end
657# 657#
658Allowed sword,sabre,rapier,scimitar,light_sword,katana_1,falchion 658allowed sword,sabre,rapier,scimitar,light_sword,katana_1,falchion
659chance 90 659chance 90
660Object Occidental Mages 660object Occidental Mages
661type 15 661type 15
662magic 2 662magic 2
663value 20 663value 20
664msg 664msg
665 The Ancient School of Occidental Mages created that weapon during 665 The Ancient School of Occidental Mages created that weapon during
670end 670end
671# 671#
672# 672#
673# Swords (subtype of weapons) 673# Swords (subtype of weapons)
674# 674#
675Allowed sword,sabre,rapier,scimitar,light_sword,katana_1,falchion 675allowed sword,sabre,rapier,scimitar,light_sword,katana_1,falchion
676chance 10 676chance 10
677Object Poisoning 677object Poisoning
678type 15 678type 15
679value 20 679value 20
680weight 80 680weight 80
681attacktype 1025 681attacktype 1025
682item_power 1 682item_power 1
683end 683end
684# 684#
685# 685#
686# Metal Weapons 686# Metal Weapons
687# 687#
688Allowed dagger,light_sword,shortsword,shortsword_2,taifu_1,trident,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,poleaxe,morningstar,large_morningstar,hammer,mace,mace_2,lspear,spear,sword,sword_2,sword_3,sabre,rapier,rapier,scimitar,katana_1,falchion,broadsword,broadsword_2 688allowed dagger,light_sword,shortsword,shortsword_2,taifu_1,trident,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,poleaxe,morningstar,large_morningstar,hammer,mace,mace_2,lspear,spear,sword,sword_2,sword_3,sabre,rapier,rapier,scimitar,katana_1,falchion,broadsword,broadsword_2
689chance 5 689chance 5
690Object Sorig 690object Sorig
691type 15 691type 15
692magic 1 692magic 1
693value 15 693value 15
694weight 95 694weight 95
695attacktype 9 695attacktype 9
696last_sp 125 696last_sp 125
697item_power 1 697item_power 1
698end 698end
699# 699#
700Allowed trident 700allowed trident
701chance 5 701chance 5
702Object Ixalovh 702object Ixalovh
703type 15 703type 15
704magic 2 704magic 2
705value 20 705value 20
706weight 20 706weight 20
707attacktype 17 707attacktype 17
710Cha -1 710Cha -1
711Con -1 711Con -1
712item_power 2 712item_power 2
713end 713end
714# 714#
715Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,morningstar,large_morningstar,hammer,mace,mace_2,lspear,spear,poleaxe,taifu_1,trident 715allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,morningstar,large_morningstar,hammer,mace,mace_2,lspear,spear,poleaxe,taifu_1,trident
716chance 5 716chance 5
717Object Ruggilli 717object Ruggilli
718type 15 718type 15
719magic 1 719magic 1
720value 15 720value 15
721weight 85 721weight 85
722attacktype 5 722attacktype 5
724last_sp 110 724last_sp 110
725end 725end
726# 726#
727# Daggers (subtype of weapons) 727# Daggers (subtype of weapons)
728# 728#
729Allowed dagger 729allowed dagger
730chance 10 730chance 10
731Object Poisoning 731object Poisoning
732type 15 732type 15
733value 20 733value 20
734weight 80 734weight 80
735attacktype 1025 735attacktype 1025
736item_power 1 736item_power 1
737end 737end
738# 738#
739Allowed dagger 739allowed dagger
740chance 10 740chance 10
741Object Paralysis 741object Paralysis
742type 15 742type 15
743value 30 743value 30
744weight 80 744weight 80
745attacktype 4097 745attacktype 4097
746item_power 1 746item_power 1
747end 747end
748# 748#
749Allowed dagger 749allowed dagger
750chance 10 750chance 10
751Object Madness 751object Madness
752type 15 752type 15
753value 10 753value 10
754weight 80 754weight 80
755attacktype 33 755attacktype 33
756item_power 1 756item_power 1
757end 757end
758# 758#
759# 759#
760# Helmets 760# Helmets
761# 761#
762Allowed helmet, crown 762allowed helmet, crown
763chance 6 763chance 6
764Object Xebinon 764object Xebinon
765type 34 765type 34
766value 35 766value 35
767gen_sp_armour -2 767gen_sp_armour -2
768path_attuned 1024 768path_attuned 1024
769sp 1 769sp 1
770magic 2 770magic 2
771item_power 1 771item_power 1
772end 772end
773# 773#
774Allowed all 774allowed all
775chance 1 775chance 1
776Object Blindness 776object Blindness
777type 34 777type 34
778is_blind 1 778is_blind 1
779magic 1 779magic 1
780cursed 1 780cursed 1
781end 781end
782# 782#
783Allowed full helmet,helmet 783allowed full helmet,helmet
784chance 1 784chance 1
785Object Dark Vision 785object Dark Vision
786type 34 786type 34
787can_see_in_dark 1 787can_see_in_dark 1
788value 10 788value 10
789item_power 1 789item_power 1
790end 790end
791# 791#
792Allowed full helmet,helmet 792allowed full helmet,helmet
793chance 1 793chance 1
794Object Might 794object Might
795type 34 795type 34
796value 500 796value 500
797magic 2 797magic 2
798Str 1 798Str 1
799Con 1 799Con 1
800Dex 1 800Dex 1
801item_power 3 801item_power 3
802end 802end
803# 803#
804Allowed full helmet 804allowed full helmet
805chance 20 805chance 20
806Object Valriel 806object Valriel
807type 34 807type 34
808value 50 808value 50
809magic 2 809magic 2
810Wis 1 810Wis 1
811Cha 1 811Cha 1
812item_power 2 812item_power 2
813end 813end
814# 814#
815Allowed full helmet 815allowed full helmet
816chance 4 816chance 4
817Object Argoth 817object Argoth
818type 34 818type 34
819value 25 819value 25
820magic 1 820magic 1
821ac 1 821ac 1
822Cha 1 822Cha 1
830 environment. 830 environment.
831endmsg 831endmsg
832item_power 3 832item_power 3
833end 833end
834# 834#
835Allowed !crown 835allowed !crown
836chance 10 836chance 10
837Object Ilrya 837object Ilrya
838type 34 838type 34
839value 10 839value 10
840weight 80 840weight 80
841end 841end
842# 842#
843Allowed !crown 843allowed !crown
844chance 5 844chance 5
845Object Lythander 845object Lythander
846type 34 846type 34
847value 20 847value 20
848luck 1 848luck 1
849weight 90 849weight 90
850item_power 1 850item_power 1
851end 851end
852# 852#
853Allowed !crown 853allowed !crown
854chance 20 854chance 20
855Object Mass 855object Mass
856type 34 856type 34
857value 5 857value 5
858cursed 1 858cursed 1
859weight 400 859weight 400
860end 860end
861# 861#
862Allowed !crown 862allowed !crown
863chance 2 863chance 2
864Object Great Mass 864object Great Mass
865type 34 865type 34
866value 50 866value 50
867damned 1 867damned 1
868weight 1000 868weight 1000
869end 869end
870# 870#
871Allowed all 871allowed all
872chance 6 872chance 6
873Object Stupidity 873object Stupidity
874type 34 874type 34
875value 15 875value 15
876magic 1 876magic 1
877Int -10 877Int -10
878damned 1 878damned 1
879end 879end
880# 880#
881Allowed all 881allowed all
882chance 5 882chance 5
883Object Sorig 883object Sorig
884type 34 884type 34
885value 20 885value 20
886ac 1 886ac 1
887magic 1 887magic 1
888resist_physical 8 888resist_physical 8
889resist_electricity 40 889resist_electricity 40
890item_power 3 890item_power 3
891end 891end
892# 892#
893Allowed all 893allowed all
894chance 3 894chance 3
895Object Doom 895object Doom
896type 34 896type 34
897damned 1 897damned 1
898Str -5 898Str -5
899Con -5 899Con -5
900Dex -5 900Dex -5
904Cha -5 904Cha -5
905value 30 905value 30
906magic 1 906magic 1
907end 907end
908# 908#
909Allowed all 909allowed all
910chance 20 910chance 20
911Object Woe 911object Woe
912type 34 912type 34
913cursed 1 913cursed 1
914Str -1 914Str -1
915Con -1 915Con -1
916Dex -1 916Dex -1
922value 5 922value 5
923end 923end
924# 924#
925# Crowns start here (subset of helmets ) 925# Crowns start here (subset of helmets )
926# 926#
927Allowed crown 927allowed crown
928chance 1 928chance 1
929Object the Magi 929object the Magi
930type 34 930type 34
931value 500 931value 500
932sp 2 932sp 2
933Int 2 933Int 2
934Pow 2 934Pow 2
935item_power 6 935item_power 6
936end 936end
937# 937#
938Allowed crown 938allowed crown
939chance 1 939chance 1
940Object Fire 940object Fire
941type 34 941type 34
942value 100 942value 100
943resist_fire 30 943resist_fire 30
944path_attuned 2 944path_attuned 2
945path_repelled 4 945path_repelled 4
946item_power 2 946item_power 2
947end 947end
948# 948#
949Allowed crown 949allowed crown
950chance 10 950chance 10
951Object Lordliness 951object Lordliness
952magic 2 952magic 2
953type 34 953type 34
954value 10 954value 10
955Cha 2 955Cha 2
956item_power 2 956item_power 2
957end 957end
958# 958#
959Allowed crown 959allowed crown
960chance 6 960chance 6
961Object Rulership 961object Rulership
962type 34 962type 34
963value 15 963value 15
964magic 3 964magic 3
965Cha 1 965Cha 1
966Wis 1 966Wis 1
967item_power 2 967item_power 2
968end 968end
969# 969#
970Allowed crown 970allowed crown
971chance 4 971chance 4
972Object Might 972object Might
973type 34 973type 34
974value 25 974value 25
975magic 3 975magic 3
976Con 1 976Con 1
977Str 1 977Str 1
978item_power 2 978item_power 2
979end 979end
980# 980#
981# Shields 981# Shields
982# 982#
983Allowed all 983allowed all
984chance 10 984chance 10
985Object Ilrya 985object Ilrya
986type 33 986type 33
987value 10 987value 10
988weight 80 988weight 80
989end 989end
990# 990#
991Allowed all 991allowed all
992chance 20 992chance 20
993Object Mass 993object Mass
994type 33 994type 33
995value 5 995value 5
996cursed 1 996cursed 1
997weight 400 997weight 400
998end 998end
999# 999#
1000Allowed all 1000allowed all
1001chance 2 1001chance 2
1002Object Great Mass 1002object Great Mass
1003type 33 1003type 33
1004value 50 1004value 50
1005damned 1 1005damned 1
1006weight 1000 1006weight 1000
1007end 1007end
1008# 1008#
1009Allowed all 1009allowed all
1010chance 2 1010chance 2
1011Object Deflection 1011object Deflection
1012type 33 1012type 33
1013value 50 1013value 50
1014magic 2 1014magic 2
1015ac 3 1015ac 3
1016weight 110 1016weight 110
1020 protection than usual. 1020 protection than usual.
1021endmsg 1021endmsg
1022item_power 2 1022item_power 2
1023end 1023end
1024# 1024#
1025Allowed all 1025allowed all
1026chance 8 1026chance 8
1027Object Mostrai 1027object Mostrai
1028type 33 1028type 33
1029value 24 1029value 24
1030magic 1 1030magic 1
1031resist_fire 20 1031resist_fire 20
1032item_power 1 1032item_power 1
1033end 1033end
1034# 1034#
1035Allowed all 1035allowed all
1036chance 8 1036chance 8
1037Object Gnarg 1037object Gnarg
1038type 33 1038type 33
1039magic 1 1039magic 1
1040value 12 1040value 12
1041Cha -1 1041Cha -1
1042ac 1 1042ac 1
1043resist_physical 10 1043resist_physical 10
1044end 1044end
1045# This one is amazingly rare, I would be surprised if I ever saw one! 1045# This one is amazingly rare, I would be surprised if I ever saw one!
1046Allowed high_shield 1046allowed high_shield
1047chance 1 1047chance 1
1048difficulty 10 1048difficulty 10
1049Object holy light 1049object holy light
1050type 33 1050type 33
1051magic 3 1051magic 3
1052value 1200 1052value 1200
1053weight 90 1053weight 90
1054Cha 5 1054Cha 5
1058resist_drain 100 1058resist_drain 100
1059resist_ghosthit 60 1059resist_ghosthit 60
1060resist_fire 25 1060resist_fire 25
1061resist_cold 25 1061resist_cold 25
1062glow_radius 1 1062glow_radius 1
1063face holyshield.111 1063face holyshield.x11
1064msg 1064msg
1065 Passed down from one of the elder 1065 Passed down from one of the elder
1066 this shield is amazing. Its soft glow 1066 this shield is amazing. Its soft glow
1067 hides a deep power which you feel 1067 hides a deep power which you feel
1068 you can almost taste. It soon dawns 1068 you can almost taste. It soon dawns
1069 on you that this must be one of the 1069 on you that this must be one of the
1070 most prized shields of all the lands. 1070 most prized shields of all the lands.
1071endmsg 1071endmsg
1072item_power 25 1072item_power 25
1073end 1073end
1074# 1074#
1075Allowed all 1075allowed all
1076chance 3 1076chance 3
1077Object Doom 1077object Doom
1078type 33 1078type 33
1079damned 1 1079damned 1
1080Str -5 1080Str -5
1081Con -5 1081Con -5
1082Dex -5 1082Dex -5
1086Cha -5 1086Cha -5
1087value 30 1087value 30
1088magic 1 1088magic 1
1089end 1089end
1090# 1090#
1091Allowed all 1091allowed all
1092chance 20 1092chance 20
1093Object Woe 1093object Woe
1094type 33 1094type 33
1095cursed 1 1095cursed 1
1096Str -1 1096Str -1
1097Con -1 1097Con -1
1098Dex -1 1098Dex -1
1102Cha -1 1102Cha -1
1103luck -1 1103luck -1
1104value 5 1104value 5
1105end 1105end
1106# 1106#
1107Allowed all 1107allowed all
1108chance 8 1108chance 8
1109Object Gnarg 1109object Gnarg
1110type 33 1110type 33
1111magic 1 1111magic 1
1112value 12 1112value 12
1113Cha -1 1113Cha -1
1114ac 1 1114ac 1
1118 1118
1119# 1119#
1120# 1120#
1121# Gauntlets / Gloves 1121# Gauntlets / Gloves
1122# 1122#
1123Allowed gauntlets 1123allowed gauntlets
1124chance 5 1124chance 5
1125Object Sorig 1125object Sorig
1126type 100 1126type 100
1127resist_physical 8 1127resist_physical 8
1128resist_electricity 35 1128resist_electricity 35
1129attacktype 8 1129attacktype 8
1130weight 125 1130weight 125
1131value 175 1131value 175
1132item_power 3 1132item_power 3
1133end 1133end
1134# 1134#
1135Allowed gloves 1135allowed gloves
1136chance 10 1136chance 10
1137Object Havok 1137object Havok
1138type 100 1138type 100
1139dam 4 1139dam 4
1140wc 2 1140wc 2
1141resist_physical 8 1141resist_physical 8
1142weight 125 1142weight 125
1143value 175 1143value 175
1144item_power 2 1144item_power 2
1145end 1145end
1146# 1146#
1147Allowed gloves 1147allowed gloves
1148chance 10 1148chance 10
1149Object Sorig 1149object Sorig
1150type 100 1150type 100
1151resist_physical 5 1151resist_physical 5
1152resist_electricity 30 1152resist_electricity 30
1153weight 125 1153weight 125
1154value 10 1154value 10
1155item_power 2 1155item_power 2
1156end 1156end
1157# 1157#
1158Allowed all 1158allowed all
1159chance 20 1159chance 20
1160Object bladed steel 1160object bladed steel
1161type 100 1161type 100
1162resist_physical 10 1162resist_physical 10
1163dam 2 1163dam 2
1164material 8194 1164material 8194
1165materialname steel 1165materialname steel
1166weight 125 1166weight 125
1167value 40 1167value 40
1168end 1168end
1169# 1169#
1170Allowed gauntlets 1170allowed gauntlets
1171chance 20 1171chance 20
1172Object the Titans 1172object the Titans
1173type 100 1173type 100
1174resist_physical 10 1174resist_physical 10
1175dam 8 1175dam 8
1176weight 2500 1176weight 2500
1177value 40 1177value 40
1178end 1178end
1179# 1179#
1180Allowed gloves 1180allowed gloves
1181chance 20 1181chance 20
1182Object marksmanship 1182object marksmanship
1183type 100 1183type 100
1184resist_physical 2 1184resist_physical 2
1185wc 4 1185wc 4
1186weight 95 1186weight 95
1187value 40 1187value 40
1188item_power 4 1188item_power 4
1189end 1189end
1190# 1190#
1191Allowed gloves 1191allowed gloves
1192chance 20 1192chance 20
1193Object oiled leather 1193object oiled leather
1194material 8200 1194material 8200
1195materialname leather 1195materialname leather
1196type 100 1196type 100
1197resist_acid 25 1197resist_acid 25
1198cha -4 1198cha -4
1202end 1202end
1203 1203
1204# 1204#
1205# Armour 1205# Armour
1206# 1206#
1207Allowed all 1207allowed all
1208chance 10 1208chance 10
1209Object Ilrya 1209object Ilrya
1210type 16 1210type 16
1211value 10 1211value 10
1212weight 80 1212weight 80
1213msg 1213msg
1214 This armour is made of lighter and more expensive material. 1214 This armour is made of lighter and more expensive material.
1215endmsg 1215endmsg
1216end 1216end
1217# 1217#
1218Allowed all 1218allowed all
1219chance 20 1219chance 20
1220Object Mass 1220object Mass
1221type 16 1221type 16
1222value 5 1222value 5
1223cursed 1 1223cursed 1
1224weight 300 1224weight 300
1225end 1225end
1226# 1226#
1227Allowed all 1227allowed all
1228chance 2 1228chance 2
1229Object Great Mass 1229object Great Mass
1230type 16 1230type 16
1231value 50 1231value 50
1232damned 1 1232damned 1
1233weight 1000 1233weight 1000
1234end 1234end
1235# 1235#
1236Allowed all 1236allowed all
1237chance 6 1237chance 6
1238Object Clumsiness 1238object Clumsiness
1239type 16 1239type 16
1240value 15 1240value 15
1241Dex -1 1241Dex -1
1242cursed 1 1242cursed 1
1243end 1243end
1244# 1244#
1245Allowed plate_mail,scale_mail 1245allowed plate_mail,scale_mail
1246chance 6 1246chance 6
1247Object Valriel 1247object Valriel
1248type 16 1248type 16
1249value 20 1249value 20
1250resist_physical 5 1250resist_physical 5
1251resist_blind 40 1251resist_blind 40
1252weight 110 1252weight 110
1253magic 1 1253magic 1
1254item_power 2 1254item_power 2
1255end 1255end
1256# 1256#
1257Allowed plate_mail,scale_mail 1257allowed plate_mail,scale_mail
1258chance 6 1258chance 6
1259Object Gorokh 1259object Gorokh
1260type 16 1260type 16
1261value 15 1261value 15
1262ac 2 1262ac 2
1263resist_magic 15 1263resist_magic 15
1264resist_fear 30 1264resist_fear 30
1266weight 105 1266weight 105
1267magic 1 1267magic 1
1268item_power 3 1268item_power 3
1269end 1269end
1270# 1270#
1271Allowed plate_mail,scale_mail 1271allowed plate_mail,scale_mail
1272chance 6 1272chance 6
1273Object Gnarg 1273object Gnarg
1274type 16 1274type 16
1275value 15 1275value 15
1276ac 1 1276ac 1
1277resist_poison +45 1277resist_poison +45
1278resist_magic -10 1278resist_magic -10
1279weight 105 1279weight 105
1280magic 1 1280magic 1
1281item_power 2 1281item_power 2
1282end 1282end
1283# 1283#
1284Allowed plate_mail,scale_mail,dragon_mail 1284allowed plate_mail,scale_mail,dragon_mail
1285chance 6 1285chance 6
1286Object Ruggilli 1286object Ruggilli
1287type 16 1287type 16
1288value 55 1288value 55
1289ac 1 1289ac 1
1290resist_physical 15 1290resist_physical 15
1291resist_fire 35 1291resist_fire 35
1292weight 90 1292weight 90
1293magic 2 1293magic 2
1294item_power 3 1294item_power 3
1295end 1295end
1296# 1296#
1297Allowed all 1297allowed all
1298chance 10 1298chance 10
1299Object Gaea 1299object Gaea
1300type 16 1300type 16
1301value 25 1301value 25
1302ac 1 1302ac 1
1303hp 1 1303hp 1
1304resist_drain 30 1304resist_drain 30
1307resist_physical 10 1307resist_physical 10
1308magic 2 1308magic 2
1309item_power 5 1309item_power 5
1310end 1310end
1311# 1311#
1312Allowed all 1312allowed all
1313chance 6 1313chance 6
1314Object Protection 1314object Protection
1315type 16 1315type 16
1316value 15 1316value 15
1317ac 2 1317ac 2
1318resist_physical 20 1318resist_physical 20
1319magic 3 1319magic 3
1328 enchanted. 1328 enchanted.
1329endmsg 1329endmsg
1330item_power 3 1330item_power 3
1331end 1331end
1332# 1332#
1333Allowed all 1333allowed all
1334chance 6 1334chance 6
1335Object Berwean 1335object Berwean
1336type 16 1336type 16
1337value 15 1337value 15
1338ac -1 1338ac -1
1339resist_physical 8 1339resist_physical 8
1340last_sp 150 1340last_sp 150
1346 can move much faster in it, but it gives 1346 can move much faster in it, but it gives
1347 a bit worse protection than normal armour. 1347 a bit worse protection than normal armour.
1348endmsg 1348endmsg
1349end 1349end
1350# 1350#
1351Allowed all 1351allowed all
1352chance 3 1352chance 3
1353Object Doom 1353object Doom
1354type 16 1354type 16
1355damned 1 1355damned 1
1356Str -5 1356Str -5
1357Con -5 1357Con -5
1358Dex -5 1358Dex -5
1362Cha -5 1362Cha -5
1363value 30 1363value 30
1364magic 1 1364magic 1
1365end 1365end
1366# 1366#
1367Allowed all 1367allowed all
1368chance 20 1368chance 20
1369Object Woe 1369object Woe
1370type 16 1370type 16
1371cursed 1 1371cursed 1
1372Str -1 1372Str -1
1373Con -1 1373Con -1
1374Dex -1 1374Dex -1
1378Cha -1 1378Cha -1
1379luck -1 1379luck -1
1380value 5 1380value 5
1381end 1381end
1382# 1382#
1383Allowed plate_mail 1383allowed plate_mail
1384chance 1 1384chance 1
1385Object Power 1385object Power
1386type 16 1386type 16
1387value 150 1387value 150
1388magic 4 1388magic 4
1389Str 1 1389Str 1
1390resist_fire 30 1390resist_fire 30
1392last_sp 5 1392last_sp 5
1393resist_physical 20 1393resist_physical 20
1394ac 1 1394ac 1
1395msg 1395msg
1396 This extremely unique platemail was made 1396 This extremely unique platemail was made
1397 for the line of dwarven kings in one of the 1397 for the line of dwarven kings in one of the
1398 vanished northern kingdoms of old. 1398 vanished northern kingdoms of old.
1399 Due to its magic, it will fit creatures of any size. 1399 Due to its magic, it will fit creatures of any size.
1400 It is highly enchanted, increasing the strength of the 1400 It is highly enchanted, increasing the strength of the
1401 wearer and protecting against fire. 1401 wearer and protecting against fire.
1402 Unfortunately it is also very heavy, limiting speed somewhat. 1402 Unfortunately it is also very heavy, limiting speed somewhat.
1403endmsg 1403endmsg
1404item_power 4 1404item_power 4
1405end 1405end
1406# 1406#
1407Allowed plate_mail 1407allowed plate_mail
1408chance 5 1408chance 5
1409Object Prowess 1409object Prowess
1410type 16 1410type 16
1411resist_physical 30 1411resist_physical 30
1412weight 250 1412weight 250
1413ac 1 1413ac 1
1414Str 2 1414Str 2
1417Pow -5 1417Pow -5
1418value 100 1418value 100
1419msg 1419msg
1420 This very heavy armour gives protection 1420 This very heavy armour gives protection
1421 greater than normal mail. It is created 1421 greater than normal mail. It is created
1422 for fighters - the high weight and the fact 1422 for fighters - the high weight and the fact
1423 that it clouds the mind makes it unsuitable for 1423 that it clouds the mind makes it unsuitable for
1424 mages. It increases the wearer's strength and 1424 mages. It increases the wearer's strength and
1425 dexterity, making him even more fearsome in 1425 dexterity, making him even more fearsome in
1426 battle. 1426 battle.
1427endmsg 1427endmsg
1428end 1428end
1429# 1429#
1430Allowed leather_armour,mithril_chainmail 1430allowed leather_armour,mithril_chainmail
1431chance 10 1431chance 10
1432Object Irial 1432object Irial
1433type 16 1433type 16
1434value 10 1434value 10
1435Cha 1 1435Cha 1
1436msg 1436msg
1437 This armour, which is of elven origin, 1437 This armour, which is of elven origin,
1440item_power 1 1440item_power 1
1441end 1441end
1442# 1442#
1443# Robes (subtype of armor) 1443# Robes (subtype of armor)
1444# 1444#
1445Allowed robe 1445allowed robe
1446chance 10 1446chance 10
1447Object Displacement 1447object Displacement
1448type 16 1448type 16
1449value 100 1449value 100
1450ac 3 1450ac 3
1451msg 1451msg
1452 This robe blurs the vision of those trying 1452 This robe blurs the vision of those trying
1453 to attack, making the wearer more difficult to hit. 1453 to attack, making the wearer more difficult to hit.
1454endmsg 1454endmsg
1455item_power 3 1455item_power 3
1456end 1456end
1457# 1457#
1458Allowed robe 1458allowed robe
1459chance 10 1459chance 10
1460Object metal weave 1460object metal weave
1461face metalrobe.111 1461face metalrobe.x11
1462material 2 1462material 2
1463type 16 1463type 16
1464value 100 1464value 100
1465weight 150 1465weight 150
1466resist_physical 15 1466resist_physical 15
1474# 1474#
1475# Rings 1475# Rings
1476# 1476#
1477# Ring of Thieves 1477# Ring of Thieves
1478# 1478#
1479Allowed all 1479allowed all
1480chance 20 1480chance 20
1481Object Thieves 1481object Thieves
1482value 80 1482value 80
1483type 70 1483type 70
1484face ring.117 1484face ring.x17
1485exp 5 1485exp 5
1486Dex 3 1486Dex 3
1487stealth 1 1487stealth 1
1488can_see_in_dark 1 1488can_see_in_dark 1
1489item_power 10 1489item_power 10
1490end 1490end
1491# 1491#
1492#Ring of Fighting 1492#Ring of Fighting
1493# 1493#
1494Allowed all 1494allowed all
1495chance 32 1495chance 32
1496Object Fighting 1496object Fighting
1497face ring.117 1497face ring.x17
1498type 70 1498type 70
1499value 30 1499value 30
1500Str 1 1500Str 1
1501Con 1 1501Con 1
1502exp 2 1502exp 2
1506item_power 9 1506item_power 9
1507end 1507end
1508# 1508#
1509#Ring of Combat 1509#Ring of Combat
1510# 1510#
1511Allowed all 1511allowed all
1512chance 8 1512chance 8
1513Object Combat 1513object Combat
1514type 70 1514type 70
1515face ring.117 1515face ring.x17
1516value 130 1516value 130
1517Str 1 1517Str 1
1518Con 1 1518Con 1
1519Dex 1 1519Dex 1
1520wc 2 1520wc 2
1528end 1528end
1529# 1529#
1530# 1530#
1531#Ring of Strife 1531#Ring of Strife
1532# 1532#
1533Allowed all 1533allowed all
1534chance 4 1534chance 4
1535Object Strife 1535object Strife
1536type 70 1536type 70
1537face ring.117 1537face ring.x17
1538value 230 1538value 230
1539exp 4 1539exp 4
1540Str 2 1540Str 2
1541Con 2 1541Con 2
1542Dex 2 1542Dex 2
1552item_power 6 1552item_power 6
1553end 1553end
1554# 1554#
1555#Ring of War 1555#Ring of War
1556# 1556#
1557Allowed all 1557allowed all
1558chance 1 1558chance 1
1559Object War 1559object War
1560face ring.117 1560face ring.x17
1561type 70 1561type 70
1562value 350 1562value 350
1563Str 3 1563Str 3
1564Con 3 1564Con 3
1565Dex 3 1565Dex 3
1577item_power 7 1577item_power 7
1578end 1578end
1579# 1579#
1580#Ring of Ice 1580#Ring of Ice
1581# 1581#
1582Allowed all 1582allowed all
1583chance 33 1583chance 33
1584Object Ice 1584object Ice
1585face ring.117 1585face ring.x17
1586#color_fg light_blue 1586#color_fg light_blue
1587type 70 1587type 70
1588value 30 1588value 30
1589resist_cold 30 1589resist_cold 30
1590path_attuned 4 1590path_attuned 4
1591msg 1591msg
1592 This elemental ring is one of those made at 1592 This elemental ring is one of those made at
1593 the Guild of Magicks by the powerful wizards 1593 the Guild of Magicks by the powerful wizards
1594 who survived the ancient war of the elementals. 1594 who survived the ancient war of the elementals.
1595 The wielder is surrounded by a thin, almost 1595 The wielder is surrounded by a thin, almost
1596 invisible, globe of warmth; which protects 1596 invisible, globe of warmth; which protects
1597 against cold. It also grants its holder 1597 against cold. It also grants its holder
1598 greater control of cold spells. 1598 greater control of cold spells.
1599endmsg 1599endmsg
1600item_power 3 1600item_power 3
1601end 1601end
1602# 1602#
1603Allowed all 1603allowed all
1604chance 28 1604chance 28
1605Object Fire 1605object Fire
1606face ring.117 1606face ring.x17
1607#color_fg red 1607#color_fg red
1608type 70 1608type 70
1609value 35 1609value 35
1610resist_fire 30 1610resist_fire 30
1611path_attuned 2 1611path_attuned 2
1612msg 1612msg
1613 This elemental ring is one of those 1613 This elemental ring is one of those
1614 made at the Guild of Magicks by the 1614 made at the Guild of Magicks by the
1615 powerful wizards who survived the 1615 powerful wizards who survived the
1616 ancient war of the elementals. 1616 ancient war of the elementals.
1617 The wielder is surrounded by a thin, 1617 The wielder is surrounded by a thin,
1618 almost invisible, globe of coolness; 1618 almost invisible, globe of coolness;
1619 which protects against heat. It also 1619 which protects against heat. It also
1620 grants the holder greater facility 1620 grants the holder greater facility
1621 with fire spells. 1621 with fire spells.
1622endmsg 1622endmsg
1623item_power 3 1623item_power 3
1624end 1624end
1625# 1625#
1626Allowed all 1626allowed all
1627chance 40 1627chance 40
1628Object Storm 1628object Storm
1629face ring.117 1629face ring.x17
1630type 70 1630type 70
1631value 25 1631value 25
1632resist_electricity 30 1632resist_electricity 30
1633path_attuned 8 1633path_attuned 8
1634msg 1634msg
1635 This elemental ring is one of those made 1635 This elemental ring is one of those made
1636 at the Guild of Magicks by the powerful 1636 at the Guild of Magicks by the powerful
1637 wizards who survived the ancient war 1637 wizards who survived the ancient war
1638 of the elementals. The wielder is 1638 of the elementals. The wielder is
1639 surrounded by a thin, almost invisible, 1639 surrounded by a thin, almost invisible,
1640 grid of force; which protects against 1640 grid of force; which protects against
1641 electricity. It also gives facility 1641 electricity. It also gives facility
1642 with electricity spells. 1642 with electricity spells.
1643endmsg 1643endmsg
1644item_power 3 1644item_power 3
1645end 1645end
1646# 1646#
1647Allowed all 1647allowed all
1648chance 13 1648chance 13
1649Object Magic 1649object Magic
1650face ring.117 1650face ring.x17
1651type 70 1651type 70
1652value 80 1652value 80
1653sp 1 1653sp 1
1654Pow 1 1654Pow 1
1655resist_magic 20 1655resist_magic 20
1656msg 1656msg
1657 Most highlevel wizards receive one of 1657 Most highlevel wizards receive one of
1658 these from their guild when they become 1658 these from their guild when they become
1659 its leader. 1659 its leader.
1660endmsg 1660endmsg
1661item_power 3 1661item_power 3
1662end 1662end
1663# 1663#
1664Allowed all 1664allowed all
1665chance 7 1665chance 7
1666Object Ancient Magic 1666object Ancient Magic
1667face ring.117 1667face ring.x17
1668type 70 1668type 70
1669value 150 1669value 150
1670sp 2 1670sp 2
1671Int 1 1671Int 1
1672Pow 1 1672Pow 1
1673resist_magic 25 1673resist_magic 25
1674item_power 5 1674item_power 5
1675end 1675end
1676# 1676#
1677Allowed all 1677allowed all
1678chance 4 1678chance 4
1679Object High Magic 1679object High Magic
1680face ring.117 1680face ring.x17
1681type 70 1681type 70
1682value 250 1682value 250
1683sp 2 1683sp 2
1684material 256 1684material 256
1685Int 2 1685Int 2
1689end 1689end
1690# 1690#
1691# Slaying balrog--aint no such thing as a balrog yet, but.. when there is... 1691# Slaying balrog--aint no such thing as a balrog yet, but.. when there is...
1692# Mithrandir's magic ring--gives power according to the ability of the user 1692# Mithrandir's magic ring--gives power according to the ability of the user
1693# 1693#
1694Allowed all 1694allowed all
1695chance 1 1695chance 1
1696Object Mithrandir 1696object Mithrandir
1697slaying Balrog 1697slaying Balrog
1698face ring.117 1698face ring.x17
1699type 70 1699type 70
1700value 450 1700value 450
1701sp 2 1701sp 2
1702Int 2 1702Int 2
1703material 256 1703material 256
1709end 1709end
1710# 1710#
1711# Galadriel's magic ring. She used it for the protection and healing 1711# Galadriel's magic ring. She used it for the protection and healing
1712# of her land in Lord of the Rings 1712# of her land in Lord of the Rings
1713# 1713#
1714Allowed all 1714allowed all
1715chance 1 1715chance 1
1716Object Adamant 1716object Adamant
1717face ring.117 1717face ring.x17
1718type 70 1718type 70
1719value 450 1719value 450
1720sp 3 1720sp 3
1721material 256 1721material 256
1722Int 3 1722Int 3
1727item_power 15 1727item_power 15
1728end 1728end
1729# 1729#
1730# Elrond's magic ring. It was the greatest of the three rings. 1730# Elrond's magic ring. It was the greatest of the three rings.
1731# 1731#
1732Allowed all 1732allowed all
1733chance 1 1733chance 1
1734Object Elrond 1734object Elrond
1735face ring.117 1735face ring.x17
1736type 70 1736type 70
1737value 550 1737value 550
1738sp 3 1738sp 3
1739material 256 1739material 256
1740Int 3 1740Int 3
1746item_power 25 1746item_power 25
1747end 1747end
1748# 1748#
1749# The One Ring to rule them all 1749# The One Ring to rule them all
1750# 1750#
1751Allowed all 1751allowed all
1752chance 1 1752chance 1
1753difficulty 6 1753difficulty 6
1754Object Ruling 1754object Ruling
1755face ring.117 1755face ring.x17
1756type 70 1756type 70
1757value 1750 1757value 1750
1758sp 5 1758sp 5
1759Int 3 1759Int 3
1760Pow 3 1760Pow 3
1778item_power 15 1778item_power 15
1779end 1779end
1780# 1780#
1781# Beguilement 1781# Beguilement
1782# 1782#
1783Allowed all 1783allowed all
1784chance 13 1784chance 13
1785Object Beguilement 1785object Beguilement
1786face ring.117 1786face ring.x17
1787type 70 1787type 70
1788value 50 1788value 50
1789Cha 3 1789Cha 3
1790item_power 3 1790item_power 3
1791end 1791end
1792# 1792#
1793# Ring of the Dark Priest 1793# Ring of the Dark Priest
1794# 1794#
1795Allowed all 1795allowed all
1796chance 4 1796chance 4
1797Object the Dark Priest 1797object the Dark Priest
1798face ring.117 1798face ring.x17
1799type 70 1799type 70
1800value 50 1800value 50
1801Cha -1 1801Cha -1
1802material 256 1802material 256
1803path_attuned 131072 1803path_attuned 131072
1809item_power 3 1809item_power 3
1810end 1810end
1811# 1811#
1812# Ring of the Healer 1812# Ring of the Healer
1813# 1813#
1814Allowed all 1814allowed all
1815chance 4 1815chance 4
1816Object the Healer 1816object the Healer
1817face ring.117 1817face ring.x17
1818type 70 1818type 70
1819value 50 1819value 50
1820Cha 1 1820Cha 1
1821material 256 1821material 256
1822path_attuned 256 1822path_attuned 256
1827item_power 4 1827item_power 4
1828end 1828end
1829# 1829#
1830# Ring of the Paladin 1830# Ring of the Paladin
1831# 1831#
1832Allowed all 1832allowed all
1833chance 4 1833chance 4
1834Object the Paladin 1834object the Paladin
1835face ring.117 1835face ring.x17
1836type 70 1836type 70
1837value 50 1837value 50
1838Cha 1 1838Cha 1
1839path_attuned 65536 1839path_attuned 65536
1840path_repelled 64 1840path_repelled 64
1845item_power 4 1845item_power 4
1846end 1846end
1847# 1847#
1848# Ring of the Prelate 1848# Ring of the Prelate
1849# 1849#
1850Allowed all 1850allowed all
1851chance 7 1851chance 7
1852Object the Prelate 1852object the Prelate
1853face ring.117 1853face ring.x17
1854type 70 1854type 70
1855value 250 1855value 250
1856Cha 1 1856Cha 1
1857path_attuned 65664 1857path_attuned 65664
1858Wis 2 1858Wis 2
1862item_power 7 1862item_power 7
1863end 1863end
1864# 1864#
1865# Ring of the Demon Priest 1865# Ring of the Demon Priest
1866# 1866#
1867Allowed all 1867allowed all
1868chance 2 1868chance 2
1869difficulty 6 1869difficulty 6
1870Object the Demon Priest 1870object the Demon Priest
1871face ring.117 1871face ring.x17
1872type 70 1872type 70
1873material 256 1873material 256
1874value 250 1874value 250
1875Cha -2 1875Cha -2
1876path_attuned 131136 1876path_attuned 131136
1883item_power 6 1883item_power 6
1884end 1884end
1885# 1885#
1886# Ring of Benevolence 1886# Ring of Benevolence
1887# 1887#
1888Allowed all 1888allowed all
1889chance 2 1889chance 2
1890difficulty 6 1890difficulty 6
1891Object Benevolence 1891object Benevolence
1892face ring.117 1892face ring.x17
1893type 70 1893type 70
1894material 256 1894material 256
1895value 250 1895value 250
1896Cha 2 1896Cha 2
1897path_attuned 257 1897path_attuned 257
1908endmsg 1908endmsg
1909end 1909end
1910# 1910#
1911# Ring of the Crusade 1911# Ring of the Crusade
1912# 1912#
1913Allowed all 1913allowed all
1914chance 2 1914chance 2
1915difficulty 6 1915difficulty 6
1916Object the Crusade 1916object the Crusade
1917face ring.117 1917face ring.x17
1918type 70 1918type 70
1919value 250 1919value 250
1920material 256 1920material 256
1921Cha 2 1921Cha 2
1922path_attuned 65664 1922path_attuned 65664
1927item_power 14 1927item_power 14
1928end 1928end
1929# 1929#
1930# Ring of the Death Priest 1930# Ring of the Death Priest
1931# 1931#
1932Allowed all 1932allowed all
1933chance 1 1933chance 1
1934difficulty 7 1934difficulty 7
1935Object the Death Priest 1935object the Death Priest
1936face ring.117 1936face ring.x17
1937type 70 1937type 70
1938value 400 1938value 400
1939material 256 1939material 256
1940Cha -3 1940Cha -3
1941path_attuned 393280 1941path_attuned 393280
1949item_power 20 1949item_power 20
1950end 1950end
1951# 1951#
1952# Ring of the Saint 1952# Ring of the Saint
1953# 1953#
1954Allowed all 1954allowed all
1955difficulty 7 1955difficulty 7
1956chance 1 1956chance 1
1957Object the Saint 1957object the Saint
1958face ring.117 1958face ring.x17
1959type 70 1959type 70
1960material 256 1960material 256
1961value 400 1961value 400
1962Cha 3 1962Cha 3
1963path_attuned 65665 1963path_attuned 65665
1971item_power 25 1971item_power 25
1972end 1972end
1973# 1973#
1974# Ring of Miracles 1974# Ring of Miracles
1975# 1975#
1976Allowed all 1976allowed all
1977difficulty 7 1977difficulty 7
1978chance 1 1978chance 1
1979Object Miracles 1979object Miracles
1980face ring.117 1980face ring.x17
1981type 70 1981type 70
1982value 450 1982value 450
1983Cha 3 1983Cha 3
1984path_attuned 67969 1984path_attuned 67969
1985path_repelled 131072 1985path_repelled 131072
1992grace 3 1992grace 3
1993item_power 30 1993item_power 30
1994end 1994end
1995# 1995#
1996# 1996#
1997Allowed all 1997allowed all
1998chance 40 1998chance 40
1999Object Acid 1999object Acid
2000face ring.117 2000face ring.x17
2001type 70 2001type 70
2002value 25 2002value 25
2003resist_acid 30 2003resist_acid 30
2004material 256 2004material 256
2005resist_physical 20 2005resist_physical 20
2006msg 2006msg
2007 This elemental ring is one of those 2007 This elemental ring is one of those
2008 made at the Guild of Magicks by the 2008 made at the Guild of Magicks by the
2009 powerful wizards who survived the 2009 powerful wizards who survived the
2010 ancient war of the elementals. 2010 ancient war of the elementals.
2011 The wielder is surrounded by a thin, 2011 The wielder is surrounded by a thin,
2012 almost invisible globe of base liquid; 2012 almost invisible globe of base liquid;
2013 which protects against acid. It also 2013 which protects against acid. It also
2014 gives a fair protection against normal attacks. 2014 gives a fair protection against normal attacks.
2015endmsg 2015endmsg
2016item_power 3 2016item_power 3
2017end 2017end
2018# 2018#
2019Allowed all 2019allowed all
2020chance 17 2020chance 17
2021Object Free Action 2021object Free Action
2022face ring.117 2022face ring.x17
2023type 70 2023type 70
2024value 60 2024value 60
2025resist_slow 100 2025resist_slow 100
2026resist_paralyze 100 2026resist_paralyze 100
2027resist_confusion 30 2027resist_confusion 30
2028resist_fear 30 2028resist_fear 30
2029item_power 11 2029item_power 11
2030end 2030end
2031# 2031#
2032Allowed all 2032allowed all
2033chance 13 2033chance 13
2034Object Life 2034object Life
2035face ring.117 2035face ring.x17
2036type 70 2036type 70
2037value 80 2037value 80
2038resist_drain 100 2038resist_drain 100
2039resist_deplete 100 2039resist_deplete 100
2040hp 2 2040hp 2
2041msg 2041msg
2042 This semi-elemental ring is one of those made 2042 This semi-elemental ring is one of those made
2043 at the Guild of Magics by the powerful wizards 2043 at the Guild of Magics by the powerful wizards
2044 who survived the ancient war of the elementals. 2044 who survived the ancient war of the elementals.
2045 The wielder is surrounded by a thin, almost 2045 The wielder is surrounded by a thin, almost
2046 invisible, globe of positive energy; which 2046 invisible, globe of positive energy; which
2047 makes the wielder immune from life draining. 2047 makes the wielder immune from life draining.
2048 It also grants an unnatural vitality. 2048 It also grants an unnatural vitality.
2049endmsg 2049endmsg
2050item_power 9 2050item_power 9
2051end 2051end
2052# 2052#
2053Allowed all 2053allowed all
2054chance 50 2054chance 50
2055Object Halvor 2055object Halvor
2056face ring.117 2056face ring.x17
2057type 70 2057type 70
2058value 20 2058value 20
2059Str 1 2059Str 1
2060resist_paralyze 100 2060resist_paralyze 100
2061item_power 5 2061item_power 5
2062end 2062end
2063# 2063#
2064Allowed all 2064allowed all
2065chance 25 2065chance 25
2066Object Yordan 2066object Yordan
2067face ring.117 2067face ring.x17
2068type 70 2068type 70
2069value 40 2069value 40
2070wc 2 2070wc 2
2071Dex 2 2071Dex 2
2072dam 2 2072dam 2
2073item_power 6 2073item_power 6
2074end 2074end
2075# 2075#
2076Allowed all 2076allowed all
2077chance 25 2077chance 25
2078Object Extremity 2078object Extremity
2079face ring.117 2079face ring.x17
2080type 70 2080type 70
2081value 40 2081value 40
2082wc 2 2082wc 2
2083Str 4 2083Str 4
2084Dex 4 2084Dex 4
2087Wis -3 2087Wis -3
2088Pow -5 2088Pow -5
2089damned 1 2089damned 1
2090end 2090end
2091# 2091#
2092Allowed all 2092allowed all
2093chance 33 2093chance 33
2094Object Doom 2094object Doom
2095face ring.117 2095face ring.x17
2096type 70 2096type 70
2097damned 1 2097damned 1
2098Str -5 2098Str -5
2099Con -5 2099Con -5
2100Dex -5 2100Dex -5
2103Pow -5 2103Pow -5
2104Cha -5 2104Cha -5
2105value 30 2105value 30
2106end 2106end
2107# 2107#
2108Allowed all 2108allowed all
2109chance 200 2109chance 200
2110Object Woe 2110object Woe
2111type 70 2111type 70
2112face ring.117 2112face ring.x17
2113cursed 1 2113cursed 1
2114Str -1 2114Str -1
2115Con -1 2115Con -1
2116Dex -1 2116Dex -1
2117Wis -1 2117Wis -1
2120Cha -1 2120Cha -1
2121luck -1 2121luck -1
2122value 5 2122value 5
2123end 2123end
2124# 2124#
2125Allowed all 2125allowed all
2126chance 15 2126chance 15
2127Object Occidental Mages 2127object Occidental Mages
2128type 70 2128type 70
2129face ring.117 2129face ring.x17
2130value 5 2130value 5
2131msg 2131msg
2132 The Ancient School of Occidental Mages created that ring during 2132 The Ancient School of Occidental Mages created that ring during
2133 the Empire Wars, charging it with their Chaotic Powers. 2133 the Empire Wars, charging it with their Chaotic Powers.
2134endmsg 2134endmsg
2136event_apply /python/items/ring_occidental_mages.py 2136event_apply /python/items/ring_occidental_mages.py
2137end 2137end
2138# 2138#
2139# Horns: 2139# Horns:
2140# 2140#
2141Allowed all 2141allowed all
2142chance 17 2142chance 17
2143Object Plenty 2143object Plenty
2144face horn2.111 2144face horn2.x11
2145type 35 2145type 35
2146level -20 2146level -20
2147hp -30 2147hp -30
2148maxhp -30 2148maxhp -30
2149value 25 2149value 25
2150other_arch spell_create_food 2150other_arch spell_create_food
2151end 2151end
2152# 2152#
2153Allowed all 2153allowed all
2154chance 10 2154chance 10
2155Object Fire 2155object Fire
2156type 35 2156type 35
2157other_arch spell_firebolt 2157other_arch spell_firebolt
2158hp -40 2158hp -40
2159maxhp -40 2159maxhp -40
2160value 10 2160value 10
2161end 2161end
2162# 2162#
2163Allowed all 2163allowed all
2164chance 10 2164chance 10
2165Object Frost 2165object Frost
2166type 35 2166type 35
2167other_arch spell_frostbolt 2167other_arch spell_frostbolt
2168hp -40 2168hp -40
2169maxhp -40 2169maxhp -40
2170value 10 2170value 10
2171end 2171end
2172# 2172#
2173Allowed all 2173allowed all
2174chance 33 2174chance 33
2175Object Aggravation 2175object Aggravation
2176type 35 2176type 35
2177other_arch spell_aggravation 2177other_arch spell_aggravation
2178hp -10 2178hp -10
2179maxhp -10 2179maxhp -10
2180value 3 2180value 3
2181cursed 1 2181cursed 1
2182end 2182end
2183# 2183#
2184Allowed all 2184allowed all
2185chance 20 2185chance 20
2186Object Fools 2186object Fools
2187type 35 2187type 35
2188other_arch spell_aggravation 2188other_arch spell_aggravation
2189hp -10 2189hp -10
2190maxhp -10 2190maxhp -10
2191value 5 2191value 5
2192luck -2 2192luck -2
2193Int -2 2193Int -2
2194damned 1 2194damned 1
2195end 2195end
2196# 2196#
2197Allowed all 2197allowed all
2198chance 5 2198chance 5
2199Object Sirens 2199object Sirens
2200msg 2200msg
2201 This is a charming little horn. 2201 This is a charming little horn.
2202endmsg 2202endmsg
2203type 35 2203type 35
2204other_arch spell_siren_call 2204other_arch spell_siren_call
2207Cha 2 2207Cha 2
2208Int -2 2208Int -2
2209value 30 2209value 30
2210end 2210end
2211# 2211#
2212Allowed all 2212allowed all
2213chance 3 2213chance 3
2214Object Eorlingas 2214object Eorlingas
2215type 35 2215type 35
2216other_arch spell_firebolt 2216other_arch spell_firebolt
2217hp -100 2217hp -100
2218maxhp -100 2218maxhp -100
2219value 40 2219value 40
2220Cha 1 2220Cha 1
2221end 2221end
2222# 2222#
2223# Cloaks 2223# Cloaks
2224# 2224#
2225Allowed all 2225allowed all
2226chance 49 2226chance 49
2227Object Woe 2227object Woe
2228type 87 2228type 87
2229cursed 1 2229cursed 1
2230Str -1 2230Str -1
2231Con -1 2231Con -1
2232Dex -1 2232Dex -1
2236Cha -1 2236Cha -1
2237luck -1 2237luck -1
2238value 5 2238value 5
2239end 2239end
2240# 2240#
2241Allowed all 2241allowed all
2242chance 50 2242chance 50
2243Object Woe 2243object Woe
2244type 87 2244type 87
2245cursed 1 2245cursed 1
2246Str -1 2246Str -1
2247Con -1 2247Con -1
2248Dex -1 2248Dex -1
2250Int -1 2250Int -1
2251Pow -1 2251Pow -1
2252Cha -1 2252Cha -1
2253luck -1 2253luck -1
2254value 5 2254value 5
2255face cloak_black.111 2255face cloak_black.x11
2256stand_still 1 2256stand_still 1
2257end 2257end
2258# 2258#
2259Allowed all 2259allowed all
2260chance 50 2260chance 50
2261Object Woe 2261object Woe
2262type 87 2262type 87
2263cursed 1 2263cursed 1
2264Str -1 2264Str -1
2265Con -1 2265Con -1
2266Dex -1 2266Dex -1
2268Int -1 2268Int -1
2269Pow -1 2269Pow -1
2270Cha -1 2270Cha -1
2271luck -1 2271luck -1
2272value 5 2272value 5
2273face cloak_red.111 2273face cloak_red.x11
2274stand_still 1 2274stand_still 1
2275end 2275end
2276# 2276#
2277Allowed all 2277allowed all
2278chance 50 2278chance 50
2279Object Woe 2279object Woe
2280type 87 2280type 87
2281cursed 1 2281cursed 1
2282Str -1 2282Str -1
2283Con -1 2283Con -1
2284Dex -1 2284Dex -1
2286Int -1 2286Int -1
2287Pow -1 2287Pow -1
2288Cha -1 2288Cha -1
2289luck -1 2289luck -1
2290value 5 2290value 5
2291face cloak_white.111 2291face cloak_white.x11
2292stand_still 1 2292stand_still 1
2293end 2293end
2294# 2294#
2295Allowed all 2295allowed all
2296chance 3 2296chance 3
2297Object Doom 2297object Doom
2298type 87 2298type 87
2299damned 1 2299damned 1
2300Str -5 2300Str -5
2301Con -5 2301Con -5
2302Dex -5 2302Dex -5
2304Int -5 2304Int -5
2305Pow -5 2305Pow -5
2306Cha -5 2306Cha -5
2307value 30 2307value 30
2308magic 1 2308magic 1
2309face cloak_lgrey.111 2309face cloak_lgrey.x11
2310stand_still 1 2310stand_still 1
2311end 2311end
2312# 2312#
2313Allowed all 2313allowed all
2314chance 3 2314chance 3
2315Object Doom 2315object Doom
2316type 87 2316type 87
2317damned 1 2317damned 1
2318Str -5 2318Str -5
2319Con -5 2319Con -5
2320Dex -5 2320Dex -5
2322Int -5 2322Int -5
2323Pow -5 2323Pow -5
2324Cha -5 2324Cha -5
2325value 30 2325value 30
2326magic 1 2326magic 1
2327face cloak_black.111 2327face cloak_black.x11
2328stand_still 1 2328stand_still 1
2329end 2329end
2330# 2330#
2331Allowed all 2331allowed all
2332chance 2 2332chance 2
2333Object the Magi 2333object the Magi
2334type 87 2334type 87
2335weight 120 2335weight 120
2336Pow 1 2336Pow 1
2337Wis 1 2337Wis 1
2338sp 2 2338sp 2
2339value 2000 2339value 2000
2340material 8320 2340material 8320
2341materialname astolare 2341materialname astolare
2342face cloak_purple.111 2342face cloak_purple.x11
2343stand_still 1 2343stand_still 1
2344item_power 4 2344item_power 4
2345end 2345end
2346# 2346#
2347Allowed all 2347allowed all
2348chance 2 2348chance 2
2349Object Lythander 2349object Lythander
2350type 87 2350type 87
2351weight 120 2351weight 120
2352Pow 2 2352Pow 2
2353sp 1 2353sp 1
2354resist_confusion 55 2354resist_confusion 55
2355value 2000 2355value 2000
2356material 256 2356material 256
2357face serp_cloak.111 2357face serp_cloak.x11
2358stand_still 1 2358stand_still 1
2359item_power 5 2359item_power 5
2360end 2360end
2361# 2361#
2362Allowed all 2362allowed all
2363chance 2 2363chance 2
2364Object Gaea 2364object Gaea
2365type 87 2365type 87
2366weight 120 2366weight 120
2367reflect_spell 1 2367reflect_spell 1
2368Str -1 2368Str -1
2369hp 2 2369hp 2
2370resist_fire 10 2370resist_fire 10
2371resist_cold 10 2371resist_cold 10
2372resist_electricity 10 2372resist_electricity 10
2373value 2000 2373value 2000
2374material 256 2374material 256
2375face serp_cloak.111 2375face serp_cloak.x11
2376stand_still 1 2376stand_still 1
2377item_power 3 2377item_power 3
2378end 2378end
2379# 2379#
2380Allowed all 2380allowed all
2381chance 50 2381chance 50
2382difficulty 3 2382difficulty 3
2383Object minor protection 2383object minor protection
2384weight 120 2384weight 120
2385type 87 2385type 87
2386value 20 2386value 20
2387ac 1 2387ac 1
2388face cloak_lgrey.111 2388face cloak_lgrey.x11
2389stand_still 1 2389stand_still 1
2390item_power 1 2390item_power 1
2391end 2391end
2392# 2392#
2393Allowed all 2393allowed all
2394chance 10 2394chance 10
2395difficulty 5 2395difficulty 5
2396Object intermediate protection 2396object intermediate protection
2397weight 125 2397weight 125
2398type 87 2398type 87
2399value 100 2399value 100
2400ac 2 2400ac 2
2401face cloak_white.111 2401face cloak_white.x11
2402stand_still 1 2402stand_still 1
2403item_power 2 2403item_power 2
2404end 2404end
2405# 2405#
2406Allowed all 2406allowed all
2407chance 3 2407chance 3
2408difficulty 7 2408difficulty 7
2409Object greater protection 2409object greater protection
2410type 87 2410type 87
2411weight 130 2411weight 130
2412value 300 2412value 300
2413ac 3 2413ac 3
2414material 8320 2414material 8320
2415materialname astolare 2415materialname astolare
2416face cloak_white.111 2416face cloak_white.x11
2417stand_still 1 2417stand_still 1
2418item_power 3 2418item_power 3
2419end 2419end
2420# 2420#
2421Allowed all 2421allowed all
2422chance 10 2422chance 10
2423difficulty 3 2423difficulty 3
2424Object beguilement 2424object beguilement
2425type 87 2425type 87
2426value 100 2426value 100
2427Cha 2 2427Cha 2
2428weight 110 2428weight 110
2429face cloak_lblue.111 2429face cloak_lblue.x11
2430stand_still 1 2430stand_still 1
2431item_power 2 2431item_power 2
2432end 2432end
2433# 2433#
2434Allowed all 2434allowed all
2435chance 3 2435chance 3
2436difficulty 3 2436difficulty 3
2437Object Asbestos 2437object Asbestos
2438type 87 2438type 87
2439weight 135 2439weight 135
2440value 400 2440value 400
2441resist_fire 25 2441resist_fire 25
2442material 8320 2442material 8320
2443materialname asbestos 2443materialname asbestos
2444face cloak_lgrey.111 2444face cloak_lgrey.x11
2445stand_still 1 2445stand_still 1
2446item_power 1 2446item_power 1
2447end 2447end
2448# 2448#
2449Allowed all 2449allowed all
2450chance 3 2450chance 3
2451difficulty 3 2451difficulty 3
2452Object Warmth 2452object Warmth
2453type 87 2453type 87
2454weight 140 2454weight 140
2455value 350 2455value 350
2456resist_cold 25 2456resist_cold 25
2457material 8320 2457material 8320
2458materialname wool 2458materialname wool
2459face cloak_red.111 2459face cloak_red.x11
2460stand_still 1 2460stand_still 1
2461item_power 1 2461item_power 1
2462end 2462end
2463# 2463#
2464Allowed all 2464allowed all
2465chance 3 2465chance 3
2466difficulty 3 2466difficulty 3
2467Object Insulation 2467object Insulation
2468type 87 2468type 87
2469weight 140 2469weight 140
2470value 350 2470value 350
2471resist_electricity 25 2471resist_electricity 25
2472material 8320 2472material 8320
2473materialname rubber 2473materialname rubber
2474face cloak_white.111 2474face cloak_white.x11
2475stand_still 1 2475stand_still 1
2476item_power 1 2476item_power 1
2477end 2477end
2478# 2478#
2479Allowed all 2479allowed all
2480chance 2 2480chance 2
2481difficulty 3 2481difficulty 3
2482Object Acid Proofing 2482object Acid Proofing
2483type 87 2483type 87
2484value 500 2484value 500
2485weight 95 2485weight 95
2486resist_acid 65 2486resist_acid 65
2487material 8320 2487material 8320
2488materialname astolare 2488materialname astolare
2489face cloak_black.111 2489face cloak_black.x11
2490stand_still 1 2490stand_still 1
2491item_power 3 2491item_power 3
2492end 2492end
2493# 2493#
2494Allowed all 2494allowed all
2495chance 3 2495chance 3
2496difficulty 3 2496difficulty 3
2497Object the Devourers 2497object the Devourers
2498type 87 2498type 87
2499value 500 2499value 500
2500weight 50 2500weight 50
2501resist_drain 30 2501resist_drain 30
2502resist_ghosthit 30 2502resist_ghosthit 30
2503resist_deplete 100 2503resist_deplete 100
2504material 8320 2504material 8320
2505materialname astolare 2505materialname astolare
2506Cha -2 2506Cha -2
2507face cloak_black.111 2507face cloak_black.x11
2508stand_still 1 2508stand_still 1
2509item_power 4 2509item_power 4
2510end 2510end
2511# 2511#
2512Allowed all 2512allowed all
2513chance 1 2513chance 1
2514difficulty 5 2514difficulty 5
2515Object Gorokh 2515object Gorokh
2516type 87 2516type 87
2517value 5000 2517value 5000
2518weight 200 2518weight 200
2519resist_fire 30 2519resist_fire 30
2520resist_acid 50 2520resist_acid 50
2521material 0 2521material 0
2522Cha -6 2522Cha -6
2523face cloak_red.111 2523face cloak_red.x11
2524stand_still 1 2524stand_still 1
2525end 2525end
2526# 2526#
2527Allowed all 2527allowed all
2528chance 1 2528chance 1
2529difficulty 7 2529difficulty 7
2530Object the Underworld 2530object the Underworld
2531type 87 2531type 87
2532value 2000 2532value 2000
2533resist_confusion 50 2533resist_confusion 50
2534resist_acid 90 2534resist_acid 90
2535resist_drain 100 2535resist_drain 100
2538resist_deplete 100 2538resist_deplete 100
2539weight 150 2539weight 150
2540material 8320 2540material 8320
2541materialname astolare 2541materialname astolare
2542Cha -4 2542Cha -4
2543face cloak_black.111 2543face cloak_black.x11
2544stand_still 1 2544stand_still 1
2545item_power 19 2545item_power 19
2546end 2546end
2547# 2547#
2548Allowed all 2548allowed all
2549chance 1 2549chance 1
2550difficulty 20 2550difficulty 20
2551Object Invisibility 2551object Invisibility
2552type 87 2552type 87
2553value 800 2553value 800
2554weight 130 2554weight 130
2555material 8320 2555material 8320
2556materialname astolare 2556materialname astolare
2557Str -10 2557Str -10
2558Dex -10 2558Dex -10
2559Con -10 2559Con -10
2560msg 2560msg
2561 This cloak sucks vitality from the 2561 This cloak sucks vitality from the
2562 wearer in order to maintain his 2562 wearer in order to maintain his
2563 invisibility. 2563 invisibility.
2564endmsg 2564endmsg
2565make_invisible 1 2565make_invisible 1
2566resist_paralyze -100 2566resist_paralyze -100
2567face cloak_trans.112 2567face cloak_trans.x12
2568stand_still 1 2568stand_still 1
2569end 2569end
2570# 2570#
2571Allowed all 2571allowed all
2572chance 1 2572chance 1
2573difficulty 50 2573difficulty 50
2574Object Unholy Protection 2574object Unholy Protection
2575type 87 2575type 87
2576damned 1 2576damned 1
2577weight 50 2577weight 50
2578resist_holyword 50 2578resist_holyword 50
2579material 8320 2579material 8320
2580materialname astolare 2580materialname astolare
2581Wis -2 2581Wis -2
2582face cloak_black.111 2582face cloak_black.x11
2583stand_still 1 2583stand_still 1
2584item_power 5 2584item_power 5
2585end 2585end
2586# 2586#
2587#Artifact boots! 2587#Artifact boots!
2588# 2588#
2589Allowed low_boots 2589allowed low_boots
2590chance 1 2590chance 1
2591difficulty 15 2591difficulty 15
2592Object Invisibility 2592object Invisibility
2593type 99 2593type 99
2594value 800 2594value 800
2595weight 60 2595weight 60
2596material 8200 2596material 8200
2597materialname dragonhide 2597materialname dragonhide
2598ac 1 2598ac 1
2599Str -10 2599Str -10
2600Dex -12 2600Dex -12
2601Con -10 2601Con -10
2602msg 2602msg
2603 These shoes prevent others from seeing 2603 These shoes prevent others from seeing
2604 your movements. Bewarned however that 2604 your movements. Bewarned however that
2605 they slow you down and draw strength 2605 they slow you down and draw strength
2606 from you. Not only this but some 2606 from you. Not only this but some
2607 enemies can still see you with magic! 2607 enemies can still see you with magic!
2608endmsg 2608endmsg
2609make_invisible 1 2609make_invisible 1
2610face low_boots.111 2610face low_boots.x11
2611stand_still 1 2611stand_still 1
2612end 2612end
2613# 2613#
2614Allowed !sandals 2614allowed !sandals
2615chance 20 2615chance 20
2616difficulty 2 2616difficulty 2
2617Object granite 2617object granite
2618type 99 2618type 99
2619value 60 2619value 60
2620weight 1000 2620weight 1000
2621material 8256 2621material 8256
2622materialname granite 2622materialname granite
2623ac 5 2623ac 5
2624msg 2624msg
2625 What strange boots, they look very 2625 What strange boots, they look very
2626 protective, but amazingly heavy. 2626 protective, but amazingly heavy.
2627 There also doesn't appear to be 2627 There also doesn't appear to be
2628 any laces, you wonder how you're ever 2628 any laces, you wonder how you're ever
2629 going to take them off. 2629 going to take them off.
2630endmsg 2630endmsg
2631face high_boots.111 2631face high_boots.x11
2632stand_still 1 2632stand_still 1
2633cursed 1 2633cursed 1
2634end 2634end
2635# 2635#
2636Allowed !high_boots 2636allowed !high_boots
2637chance 40 2637chance 40
2638difficulty 1 2638difficulty 1
2639Object mobility 2639object mobility
2640type 99 2640type 99
2641value 50 2641value 50
2642weight 80 2642weight 80
2643material 8200 2643material 8200
2644materialname dragonhide 2644materialname dragonhide
2654endmsg 2654endmsg
2655stand_still 1 2655stand_still 1
2656item_power 4 2656item_power 4
2657end 2657end
2658# 2658#
2659Allowed all 2659allowed all
2660chance 40 2660chance 40
2661difficulty 1 2661difficulty 1
2662Object clawing 2662object clawing
2663type 99 2663type 99
2664value 50 2664value 50
2665weight 120 2665weight 120
2666material 8200 2666material 8200
2667materialname dragonhide 2667materialname dragonhide
2668dam 2 2668dam 12
2669msg 2669msg
2670 These boots have sharpened claws at the 2670 These boots have sharpened claws at the
2671 tips, which look like they would aid 2671 tips, which look like they would aid
2672 greatly in combat. 2672 greatly in combat.
2673endmsg 2673endmsg
2674stand_still 1 2674stand_still 1
2675item_power 1 2675item_power 1
2676end 2676end
2677# 2677#
2678Allowed all 2678allowed all
2679chance 40 2679chance 40
2680difficulty 1 2680difficulty 1
2681Object of steel 2681object steel
2682type 99 2682type 99
2683value 50 2683value 50
2684weight 110 2684weight 110
2685material 8194 2685material 8194
2686materialname steel 2686materialname steel
2696# 2696#
2697 2697
2698# 2698#
2699#Artifact gems! 2699#Artifact gems!
2700# 2700#
2701Allowed diamond 2701allowed diamond
2702chance 60 2702chance 60
2703Object great value 2703object great value
2704face pretty_crystal.111 2704face pretty_crystal.x11
2705stand_still 1 2705stand_still 1
2706value 10 2706value 10
2707type 60 2707type 60
2708weight 110 2708weight 110
2709end 2709end
2710# 2710#
2711Allowed diamond 2711allowed diamond
2712chance 20 2712chance 20
2713difficulty 3 2713difficulty 3
2714Object exceptional beauty 2714object exceptional beauty
2715face pretty_crystal.111 2715face pretty_crystal.x11
2716value 100 2716value 100
2717stand_still 1 2717stand_still 1
2718type 60 2718type 60
2719weight 130 2719weight 130
2720nrof 4 2720nrof 4
2721end 2721end
2722# 2722#
2723Allowed diamond 2723allowed diamond
2724chance 5 2724chance 5
2725difficulty 5 2725difficulty 5
2726Object flawless beauty 2726object flawless beauty
2727face pretty_crystal.111 2727face pretty_crystal.x11
2728value 1000 2728value 1000
2729stand_still 1 2729stand_still 1
2730type 60 2730type 60
2731weight 200 2731weight 200
2732nrof 4 2732nrof 4
2733end 2733end
2734# 2734#
2735Allowed ruby 2735allowed ruby
2736chance 60 2736chance 60
2737Object great value 2737object great value
2738face pretty_ruby.111 2738face pretty_ruby.x11
2739stand_still 1 2739stand_still 1
2740value 10 2740value 10
2741type 60 2741type 60
2742weight 110 2742weight 110
2743end 2743end
2744# 2744#
2745Allowed ruby 2745allowed ruby
2746chance 20 2746chance 20
2747difficulty 3 2747difficulty 3
2748Object exceptional beauty 2748object exceptional beauty
2749face pretty_ruby.111 2749face pretty_ruby.x11
2750value 100 2750value 100
2751stand_still 1 2751stand_still 1
2752type 60 2752type 60
2753weight 130 2753weight 130
2754nrof 4 2754nrof 4
2755end 2755end
2756# 2756#
2757Allowed ruby 2757allowed ruby
2758chance 5 2758chance 5
2759difficulty 5 2759difficulty 5
2760Object flawless beauty 2760object flawless beauty
2761face pretty_ruby.111 2761face pretty_ruby.x11
2762value 1000 2762value 1000
2763stand_still 1 2763stand_still 1
2764type 60 2764type 60
2765weight 200 2765weight 200
2766nrof 4 2766nrof 4
2767end 2767end
2768# 2768#
2769Allowed sapphire 2769allowed sapphire
2770chance 60 2770chance 60
2771Object great value 2771object great value
2772face pretty_sapphire.111 2772face pretty_sapphire.x11
2773stand_still 1 2773stand_still 1
2774value 10 2774value 10
2775type 60 2775type 60
2776weight 110 2776weight 110
2777end 2777end
2778# 2778#
2779Allowed sapphire 2779allowed sapphire
2780chance 20 2780chance 20
2781difficulty 3 2781difficulty 3
2782Object exceptional beauty 2782object exceptional beauty
2783face pretty_sapphire.111 2783face pretty_sapphire.x11
2784value 100 2784value 100
2785stand_still 1 2785stand_still 1
2786type 60 2786type 60
2787weight 130 2787weight 130
2788nrof 4 2788nrof 4
2789end 2789end
2790# 2790#
2791Allowed sapphire 2791allowed sapphire
2792chance 5 2792chance 5
2793difficulty 5 2793difficulty 5
2794Object flawless beauty 2794object flawless beauty
2795face pretty_sapphire.111 2795face pretty_sapphire.x11
2796value 1000 2796value 1000
2797stand_still 1 2797stand_still 1
2798type 60 2798type 60
2799weight 200 2799weight 200
2800nrof 4 2800nrof 4
2801end 2801end
2802# 2802#
2803Allowed emerald 2803allowed emerald
2804chance 60 2804chance 60
2805Object great value 2805object great value
2806face pretty_emerald.111 2806face pretty_emerald.x11
2807stand_still 1 2807stand_still 1
2808value 10 2808value 10
2809type 60 2809type 60
2810weight 110 2810weight 110
2811end 2811end
2812# 2812#
2813Allowed emerald 2813allowed emerald
2814chance 20 2814chance 20
2815difficulty 3 2815difficulty 3
2816Object exceptional beauty 2816object exceptional beauty
2817face pretty_emerald.111 2817face pretty_emerald.x11
2818value 100 2818value 100
2819stand_still 1 2819stand_still 1
2820type 60 2820type 60
2821weight 130 2821weight 130
2822nrof 4 2822nrof 4
2823end 2823end
2824# 2824#
2825Allowed emerald 2825allowed emerald
2826chance 5 2826chance 5
2827difficulty 5 2827difficulty 5
2828Object flawless beauty 2828object flawless beauty
2829face pretty_emerald.111 2829face pretty_emerald.x11
2830value 1000 2830value 1000
2831stand_still 1 2831stand_still 1
2832type 60 2832type 60
2833weight 200 2833weight 200
2834nrof 4 2834nrof 4
2835end 2835end
2836# 2836#
2837Allowed amethyst 2837allowed amethyst
2838chance 60 2838chance 60
2839Object great value 2839object great value
2840face pretty_amethyst.111 2840face pretty_amethyst.x11
2841stand_still 1 2841stand_still 1
2842value 10 2842value 10
2843type 60 2843type 60
2844weight 110 2844weight 110
2845end 2845end
2846# 2846#
2847Allowed amethyst 2847allowed amethyst
2848chance 20 2848chance 20
2849difficulty 3 2849difficulty 3
2850Object exceptional beauty 2850object exceptional beauty
2851face pretty_amethyst.111 2851face pretty_amethyst.x11
2852value 100 2852value 100
2853stand_still 1 2853stand_still 1
2854type 60 2854type 60
2855weight 130 2855weight 130
2856nrof 4 2856nrof 4
2857end 2857end
2858# 2858#
2859Allowed amethyst 2859allowed amethyst
2860chance 5 2860chance 5
2861difficulty 5 2861difficulty 5
2862Object flawless beauty 2862object flawless beauty
2863face pretty_amethyst.111 2863face pretty_amethyst.x11
2864value 1000 2864value 1000
2865stand_still 1 2865stand_still 1
2866type 60 2866type 60
2867weight 200 2867weight 200
2868nrof 4 2868nrof 4
2869end 2869end
2870# 2870#
2871# 2871#
2872#Amulets! 2872#Amulets!
2873# 2873#
2874Allowed all 2874allowed all
2875chance 127 2875chance 127
2876Object Shielding 2876object Shielding
2877face amulet_lif.111 2877face amulet_lif.x11
2878resist_physical 20 2878resist_physical 20
2879type 39 2879type 39
2880value 20 2880value 20
2881item_power 1 2881item_power 1
2882end 2882end
2883# 2883#
2884Allowed all 2884allowed all
2885chance 127 2885chance 127
2886Object Sustenance 2886object Sustenance
2887face amulet_lif.111 2887face amulet_lif.x11
2888food 15 2888food 15
2889type 39 2889type 39
2890value 20 2890value 20
2891# item power calculation is skewed because of 2891# item power calculation is skewed because of
2892# the high food value above 2892# the high food value above
2893item_power 4 2893item_power 4
2894end 2894end
2895# 2895#
2896Allowed all 2896allowed all
2897chance 100 2897chance 100
2898difficulty 6 2898difficulty 6
2899Object Empowerment 2899object Empowerment
2900face amulet_lif.111 2900face amulet_lif.x11
2901material 256 2901material 256
2902type 39 2902type 39
2903value 40 2903value 40
2904sp 2 2904sp 2
2905item_power 2 2905item_power 2
2906end 2906end
2907# 2907#
2908Allowed all 2908allowed all
2909chance 255 2909chance 255
2910difficulty 6 2910difficulty 6
2911Object Sorrow 2911object Sorrow
2912face amulet_lif.111 2912face amulet_lif.x11
2913type 39 2913type 39
2914value 0 2914value 0
2915cursed 1 2915cursed 1
2916resist_magic -100 2916resist_magic -100
2917end 2917end
2918# 2918#
2919Allowed all 2919allowed all
2920chance 50 2920chance 50
2921difficulty 4 2921difficulty 4
2922Object Calling Death 2922object Calling Death
2923face amulet_lif.111 2923face amulet_lif.x11
2924type 39 2924type 39
2925value 0 2925value 0
2926damned 1 2926damned 1
2927cursed 1 2927cursed 1
2928resist_physical -100 2928resist_physical -100
2932resist_cold -100 2932resist_cold -100
2933resist_confusion -100 2933resist_confusion -100
2934resist_acid -100 2934resist_acid -100
2935end 2935end
2936# 2936#
2937Allowed all 2937allowed all
2938chance 10 2938chance 10
2939difficulty 10 2939difficulty 10
2940Object Aethereality 2940object Aethereality
2941face amulet_lif.111 2941face amulet_lif.x11
2942material 256 2942material 256
2943type 39 2943type 39
2944value 3000 2944value 3000
2945resist_physical 50 2945resist_physical 50
2946item_power 3 2946item_power 3
2947end 2947end
2948# 2948#
2949Allowed all 2949allowed all
2950chance 10 2950chance 10
2951difficulty 10 2951difficulty 10
2952Object Power 2952object Oghul
2953type 39 2953type 39
2954face amulet_lif.111 2954face amulet_lif.x11
2955material 256 2955material 256
2956sp 7 2956sp 7
2957value 4000 2957value 4000
2958item_power 5 2958item_power 5
2959msg
2960Oghul was a great mage. Unfortunately (for him) he was also a dwarf, born
2961during times where dwarves did not look well upon mages among them. He was
2962expelled into deep mine shafts and forced to survive on his magical powers
2963alone. As an aid, he created a large number of amulets that would help him
2964to regenerate his magical energy.
2965endmsg
2959end 2966end
2960# 2967#
2961Allowed all 2968allowed all
2962chance 75 2969chance 75
2963difficulty 7 2970difficulty 7
2964Object Deflection 2971object Deflection
2965reflect_spell 1 2972reflect_spell 1
2966face amulet_lif.111 2973face amulet_lif.x11
2967reflect_missile 1 2974reflect_missile 1
2968material 256 2975material 256
2969ac 2 2976ac 2
2970resist_physical 30 2977resist_physical 30
2971type 39 2978type 39
2972value 1000 2979value 1000
2973item_power 5 2980item_power 5
2974end 2981end
2975# 2982#
2976Allowed all 2983allowed all
2977chance 50 2984chance 50
2978difficulty 7 2985difficulty 7
2979Object the Shielded Mind 2986object the Shielded Mind
2980face amulet_lif.111 2987face amulet_lif.x11
2981type 39 2988type 39
2982material 256 2989material 256
2983resist_confusion 100 2990resist_confusion 100
2984resist_paralyze 100 2991resist_paralyze 100
2985resist_fear 100 2992resist_fear 100
2986value 1000 2993value 1000
2987item_power 14 2994item_power 14
2988end 2995end
2989# 2996#
2990Allowed all 2997allowed all
2991chance 40 2998chance 40
2992difficulty 5 2999difficulty 5
2993Object Free Action 3000object Free Action
2994face amulet_lif.111 3001face amulet_lif.x11
2995type 39 3002type 39
2996material 256 3003material 256
2997value 300 3004value 300
2998resist_slow 100 3005resist_slow 100
2999resist_paralyze 100 3006resist_paralyze 100
3000resist_confusion 30 3007resist_confusion 30
3001resist_fear 30 3008resist_fear 30
3002item_power 8 3009item_power 8
3003end 3010end
3004# 3011#
3005Allowed all 3012allowed all
3006chance 5 3013chance 5
3007difficulty 9 3014difficulty 9
3008Object the Magi 3015object the Magi
3009face amulet_lif.111 3016face amulet_lif.x11
3010type 39 3017type 39
3011material 256 3018material 256
3012sp 5 3019sp 5
3013Int 2 3020Int 2
3014Pow 2 3021Pow 2
3016resist_magic 30 3023resist_magic 30
3017reflect_spell 1 3024reflect_spell 1
3018item_power 12 3025item_power 12
3019end 3026end
3020# 3027#
3021Allowed all 3028allowed all
3022chance 30 3029chance 30
3023difficulty 9 3030difficulty 9
3024Object Holiness 3031object Holiness
3025face amulet_lif.111 3032face amulet_lif.x11
3026type 39 3033type 39
3027material 256 3034material 256
3028Wis 3 3035Wis 3
3029value 300 3036value 300
3030path_attuned 385 3037path_attuned 385
3031item_power 3 3038item_power 3
3032end 3039end
3033# 3040#
3034Allowed all 3041allowed all
3035chance 60 3042chance 60
3036difficulty 9 3043difficulty 9
3037Object Unholiness 3044object Unholiness
3038face amulet_lif.111 3045face amulet_lif.x11
3039type 39 3046type 39
3040value 10 3047value 10
3041path_repelled 257 3048path_repelled 257
3042path_attuned 192 3049path_attuned 192
3043damned 1 3050damned 1
3044cursed 1 3051cursed 1
3045end 3052end
3046# 3053#
3047Allowed all 3054allowed all
3048chance 1 3055chance 1
3049difficulty 9 3056difficulty 9
3050Object Destruction 3057object Destruction
3051face amulet_lif.111 3058face amulet_lif.x11
3052type 39 3059type 39
3053value 800 3060value 800
3054material 256 3061material 256
3055path_repelled 256 3062path_repelled 256
3056path_attuned 542 3063path_attuned 542
3057path_denied 2048 3064path_denied 2048
3058end 3065end
3059# 3066#
3060# Containers (the following is hack to get a quiver for bolts also) 3067# Containers (the following is hack to get a quiver for bolts also)
3061# It would be better that it would be possible to define object 3068# It would be better that it would be possible to define object
3062# NONE also, and not use the fixed probability. 3069# NONE also, and not use the fixed probability.
3063# 3070#
3064Allowed quiver 3071allowed quiver
3065chance 100 3072chance 100
3066Object Holding Bolts 3073object Holding Bolts
3067type 122 3074type 122
3068value 100 3075value 100
3069race crossbow bolts 3076race crossbow bolts
3070Str 80 3077Str 80
3071end 3078end
3072# 3079#
3073Allowed quiver 3080allowed quiver
3074chance 100 3081chance 100
3075Object Holding Arrows 3082object Holding Arrows
3076type 122 3083type 122
3077value 100 3084value 100
3078Str 80 3085Str 80
3079end 3086end
3080# 3087#
3081Allowed !quiver,!cauldron 3088allowed !quiver,!cauldron
3082chance 100 3089chance 100
3083Object Holding 3090object Holding
3084type 122 3091type 122
3085value 100 3092value 100
3086Str 50 3093Str 50
3087end 3094end
3088# 3095#
3089Allowed bag 3096allowed bag
3090chance 10 3097chance 10
3091difficulty 7 3098difficulty 7
3092Object Great Holding 3099object Great Holding
3093type 122 3100type 122
3094value 100 3101value 100
3095Str 75 3102Str 75
3096end 3103end
3097# 3104#
3098# Arrows/Missiles 3105# Arrows/Missiles
3099# 3106#
3100Allowed all 3107allowed all
3101chance 250 3108chance 250
3102Object inaccuracy 3109object inaccuracy
3103type 13 3110type 13
3104wc -7 3111wc -7
3105cursed 1 3112cursed 1
3106end 3113end
3107# 3114#
3108Allowed all 3115allowed all
3109chance 100 3116chance 100
3110difficulty 5 3117difficulty 5
3111Object Accuracy 3118object Accuracy
3112type 13 3119type 13
3113value 5 3120value 5
3114wc 7 3121wc 7
3115dam -8 3122dam -8
3116food 50 3123food 50
3117end 3124end
3118# 3125#
3119Allowed all 3126allowed all
3120chance 100 3127chance 100
3121Object Fire 3128object Fire
3122attacktype 4 3129attacktype 4
3123type 13 3130type 13
3124dam -8 3131dam -8
3125value 6 3132value 6
3126end 3133end
3127# 3134#
3128Allowed all 3135allowed all
3129chance 100 3136chance 100
3130Object Frost 3137object Frost
3131attacktype 16 3138attacktype 16
3132type 13 3139type 13
3133dam -8 3140dam -8
3134value 6 3141value 6
3135end 3142end
3136# 3143#
3137Allowed all 3144allowed all
3138chance 100 3145chance 100
3139difficulty 6 3146difficulty 6
3140Object Poison 3147object Poison
3141attacktype 1025 3148attacktype 1025
3142type 13 3149type 13
3143dam -8 3150dam -8
3144value 6 3151value 6
3145magic 1 3152magic 1
3146end 3153end
3147# 3154#
3148Allowed all 3155allowed all
3149chance 100 3156chance 100
3150Object Lightning 3157object Lightning
3151attacktype 8 3158attacktype 8
3152type 13 3159type 13
3153dam -8 3160dam -8
3154value 6 3161value 6
3155end 3162end
3156# 3163#
3157Allowed all 3164allowed all
3158chance 50 3165chance 50
3159difficulty 6 3166difficulty 6
3160Object Paralysis 3167object Paralysis
3161attacktype 4097 3168attacktype 4097
3162type 13 3169type 13
3163value 8 3170value 8
3164wc 2 3171wc 2
3165food 80 3172food 80
3169These missiles also broken much more easily 3176These missiles also broken much more easily
3170than normal ones. 3177than normal ones.
3171endmsg 3178endmsg
3172end 3179end
3173# 3180#
3174Allowed all 3181allowed all
3175chance 20 3182chance 20
3176Object Assassinating Trolls 3183object Assassinating Trolls
3177slaying troll 3184slaying troll
3178attacktype 131072 3185attacktype 131072
3179msg 3186msg
3180 These missiles are inscribed with 3187 These missiles are inscribed with
3181 powerful runes for the bane of 3188 powerful runes for the bane of
3182 trolls. A scratch from one of 3189 trolls. A scratch from one of
3183 these arrows could smite one dead. 3190 these arrows could smite one dead.
3184endmsg 3191endmsg
3185type 13 3192type 13
3186value 500 3193value 500
3189food 100 3196food 100
3190nrof 10 3197nrof 10
3191level 40 3198level 40
3192end 3199end
3193# 3200#
3194Allowed all 3201allowed all
3195chance 20 3202chance 20
3196difficulty 5 3203difficulty 5
3197Object Assassinating Dragons 3204object Assassinating Dragons
3198slaying dragon 3205slaying dragon
3199attacktype 131072 3206attacktype 131072
3200msg 3207msg
3201 These missiles are inscribed with 3208 These missiles are inscribed with
3202 powerful runes for the bane of 3209 powerful runes for the bane of
3203 dragons. A scratch from one of 3210 dragons. A scratch from one of
3204 these arrows could smite one dead. 3211 these arrows could smite one dead.
3205endmsg 3212endmsg
3206type 13 3213type 13
3207value 1000 3214value 1000
3212resist_fire 100 3219resist_fire 100
3213 3220
3214level 50 3221level 50
3215end 3222end
3216# 3223#
3217Allowed all 3224allowed all
3218chance 20 3225chance 20
3219difficulty 5 3226difficulty 5
3220Object Blessedness 3227object Blessedness
3221slaying undead,demon 3228slaying undead,demon
3222msg 3229msg
3223 These missiles are invested 3230 These missiles are invested
3224 with a great holiness so that 3231 with a great holiness so that
3225 even a scratch might banish 3232 even a scratch might banish
3226 an undead creature or a demon 3233 an undead creature or a demon
3227 back to the hell from which it 3234 back to the hell from which it
3228 came. 3235 came.
3229endmsg 3236endmsg
3230attacktype 131072 3237attacktype 131072
3235food 70 3242food 70
3236nrof 10 3243nrof 10
3237level 50 3244level 50
3238end 3245end
3239# 3246#
3240Allowed arrow 3247allowed arrow
3241chance 100 3248chance 100
3242difficulty 5 3249difficulty 5
3243Object Slay Dragon 3250object Slay Dragon
3244type 13 3251type 13
3245value 5 3252value 5
3246slaying dragon 3253slaying dragon
3247dam -12 3254dam -12
3248food 10 3255food 10
3249end 3256end
3250# 3257#
3251Allowed arrow 3258allowed arrow
3252chance 50 3259chance 50
3253difficulty 8 3260difficulty 8
3254Object Magic 3261object Magic
3255type 13 3262type 13
3256value 10 3263value 10
3257attacktype 2 3264attacktype 2
3258dam -20 3265dam -20
3259wc 6 3266wc 6
3261These magical arrows are very powerful weapon. 3268These magical arrows are very powerful weapon.
3262endmsg 3269endmsg
3263food 90 3270food 90
3264end 3271end
3265# 3272#
3266Allowed bolt 3273allowed bolt
3267chance 1 3274chance 1
3268difficulty 5 3275difficulty 5
3269Object Demon Slaying 3276object Demon Slaying
3270type 13 3277type 13
3271value 5 3278value 5
3272slaying demon 3279slaying demon
3273magic 4 3280magic 4
3274dam 12 3281dam 12
3279 is shot at, but it tends to 3286 is shot at, but it tends to
3280 break very easily. 3287 break very easily.
3281endmsg 3288endmsg
3282end 3289end
3283# 3290#
3284Allowed bolt 3291allowed bolt
3285chance 100 3292chance 100
3286difficulty 5 3293difficulty 5
3287Object silver head 3294object silver head
3288material 8194 3295material 8194
3289materialname silver 3296materialname silver
3290type 13 3297type 13
3291value 5 3298value 5
3292slaying vampire 3299slaying vampire
3293attacktype 2 3300attacktype 2
3294end 3301end
3295# 3302#
3296Allowed bolt 3303allowed bolt
3297chance 50 3304chance 50
3298difficulty 8 3305difficulty 8
3299Object Piercing 3306object Piercing
3300type 13 3307type 13
3301value 7 3308value 7
3302dam -25 3309dam -25
3303wc 6 3310wc 6
3304weight 150 3311weight 150
3305food 10 3312food 10
3306end 3313end
3307# 3314#
3308Allowed bolt 3315allowed bolt
3309chance 10 3316chance 10
3310Object Adamantite 3317object Adamantite
3311type 13 3318type 13
3312value 10 3319value 10
3313weight 90 3320weight 90
3314material 8448 3321material 8448
3315materialname adamantium 3322materialname adamantium
3316food 10 3323food 10
3317end 3324end
3318# 3325#
3319# Bows 3326# Bows
3320# 3327#
3321Allowed all 3328allowed all
3322chance 10 3329chance 10
3323Object Accuracy 3330object Accuracy
3324type 14 3331type 14
3325value 5 3332value 5
3326weight 80 3333weight 80
3327wc 4 3334wc 4
3328item_power 2 3335item_power 2
3329end 3336end
3330# 3337#
3331Allowed all 3338allowed all
3332chance 10 3339chance 10
3333Object Valriel 3340object Valriel
3334type 14 3341type 14
3335magic 1 3342magic 1
3336value 15 3343value 15
3337weight 110 3344weight 110
3338dam 20 3345dam 20
3339end 3346end
3340# 3347#
3341Allowed all 3348allowed all
3342chance 15 3349chance 15
3343Object Gorokh 3350object Gorokh
3344type 14 3351type 14
3345magic 2 3352magic 2
3346value 15 3353value 15
3347attacktype 65 3354attacktype 65
3348dam 16 3355dam 16
3349item_power 1 3356item_power 1
3350end 3357end
3351# 3358#
3352Allowed !crossbow 3359allowed !crossbow
3353chance 10 3360chance 10
3354Object Lythander 3361object Lythander
3355type 14 3362type 14
3356magic 1 3363magic 1
3357value 22 3364value 22
3358weight 75 3365weight 75
3359sp 150 3366sp 150
3360wc 1 3367wc 1
3361item_power 1 3368item_power 1
3362end 3369end
3363# 3370#
3364Allowed crossbow 3371allowed crossbow
3365chance 10 3372chance 10
3366Object Ruggilli 3373object Ruggilli
3367type 14 3374type 14
3368magic 2 3375magic 2
3369value 18 3376value 18
3370weight 85 3377weight 85
3371sp 110 3378sp 110
3372wc 1 3379wc 1
3373attacktype 4 3380attacktype 4
3374item_power 2 3381item_power 2
3375end 3382end
3376# 3383#
3377Allowed any 3384allowed all
3378chance 12 3385chance 12
3379Object Sorig 3386object Sorig
3380type 14 3387type 14
3381magic 2 3388magic 2
3382value 20 3389value 20
3383weight 95 3390weight 95
3384sp 125 3391sp 125
3385wc 1 3392wc 1
3386attacktype 8 3393attacktype 8
3387item_power 2 3394item_power 2
3388end 3395end
3389# 3396#
3390Allowed crossbow 3397allowed crossbow
3391chance 5 3398chance 5
3392Object Mostrai 3399object Mostrai
3393type 14 3400type 14
3394magic 3 3401magic 3
3395dam 14 3402dam 14
3396sp 75 3403sp 75
3397value 50 3404value 50
3398attacktype 256 3405attacktype 256
3399item_power 1 3406item_power 1
3400end 3407end
3401# 3408#
3402Allowed all 3409allowed all
3403chance 10 3410chance 10
3404difficulty 5 3411difficulty 5
3405Object Thunder 3412object Thunder
3406type 14 3413type 14
3407value 10 3414value 10
3408magic 2 3415magic 2
3409weight 90 3416weight 90
3410dam 15 3417dam 15
3411wc 2 3418wc 2
3412attacktype 6145 3419attacktype 6145
3413item_power 3 3420item_power 3
3414end 3421end
3415# 3422#
3416Allowed all 3423allowed all
3417chance 40 3424chance 40
3418Object inaccuracy 3425object inaccuracy
3419type 14 3426type 14
3420value 5 3427value 5
3421wc -4 3428wc -4
3422cursed 1 3429cursed 1
3423end 3430end
3424# 3431#
3425Allowed bow 3432allowed bow
3426chance 1 3433chance 1
3427difficulty 5 3434difficulty 5
3428Object Auriga 3435object Auriga
3429type 14 3436type 14
3430weight 80 3437weight 80
3431msg 3438msg
3432 This magical bow shoots with 3439 This magical bow shoots with
3433 such force that the arrows 3440 such force that the arrows
3434 sometimes fly right through 3441 sometimes fly right through
3435 the target. 3442 the target.
3436endmsg 3443endmsg
3437value 100 3444value 100
3438wc 5 3445wc 5
3439dam -25 3446dam -25
3440item_power 4 3447item_power 4
3441end 3448end
3442# 3449#
3443Allowed bow 3450allowed bow
3444chance 5 3451chance 5
3445Object wizard 3452object wizard
3446type 14 3453type 14
3447value 5 3454value 5
3448dam -7 3455dam -7
3449msg 3456msg
3450This bow is magically enchanted 3457This bow is magically enchanted
3455end 3462end
3456# 3463#
3457# 3464#
3458# SKILLS 3465# SKILLS
3459# 3466#
3460Allowed lockpicks 3467allowed lockpicks
3461chance 100 3468chance 100
3462Object quality 3469object quality
3463type 74 3470type 74
3464value 5 3471value 5
3465Dex 1 3472Dex 1
3466end 3473end
3467# 3474#
3468Allowed lockpicks 3475allowed lockpicks
3469chance 30 3476chance 30
3470Object high quality 3477object high quality
3471type 74 3478type 74
3472value 10 3479value 10
3473Dex 3 3480Dex 3
3474end 3481end
3475# 3482#
3476# talismans - 3483# talismans -
3477# 3484#
3478Allowed talisman 3485allowed talisman
3479chance 50 3486chance 50
3480Object Fire 3487object Fire
3481type 74 3488type 74
3482material 256 3489material 256
3483value 3 3490value 3
3484path_attuned 2 3491path_attuned 2
3485path_repelled 4 3492path_repelled 4
3486end 3493end
3487# 3494#
3488Allowed talisman 3495allowed talisman
3489chance 50 3496chance 50
3490Object Frost 3497object Frost
3491type 74 3498type 74
3492material 256 3499material 256
3493value 3 3500value 3
3494path_attuned 4 3501path_attuned 4
3495path_repelled 2 3502path_repelled 2
3496end 3503end
3497# 3504#
3498Allowed talisman 3505allowed talisman
3499chance 80 3506chance 80
3500Object Missiles 3507object Missiles
3501type 74 3508type 74
3502material 256 3509material 256
3503value 5 3510value 5
3504path_attuned 16 3511path_attuned 16
3505end 3512end
3506# 3513#
3507Allowed talisman 3514allowed talisman
3508chance 40 3515chance 40
3509Object Unified Mind 3516object Unified Mind
3510type 74 3517type 74
3511material 256 3518material 256
3512value 7 3519value 7
3513path_attuned 1056 3520path_attuned 1056
3514Int 3 3521Int 3
3515item_power 4 3522item_power 4
3516end 3523end
3517# 3524#
3518Allowed talisman 3525allowed talisman
3519chance 20 3526chance 20
3520difficulty 10 3527difficulty 10
3521Object Evocation 3528object Evocation
3522type 74 3529type 74
3523material 256 3530material 256
3524value 9 3531value 9
3525path_attuned 6208 3532path_attuned 6208
3526item_power 2 3533item_power 2
3527end 3534end
3528# 3535#
3529Allowed talisman 3536allowed talisman
3530chance 20 3537chance 20
3531difficulty 10 3538difficulty 10
3532Object Elements 3539object Elements
3533type 74 3540type 74
3534material 256 3541material 256
3535value 9 3542value 9
3536path_attuned 14 3543path_attuned 14
3537item_power 4 3544item_power 4
3538end 3545end
3539# 3546#
3540Allowed talisman 3547allowed talisman
3541chance 3 3548chance 3
3542difficulty 13 3549difficulty 13
3543Object Wizardry 3550object Wizardry
3544type 74 3551type 74
3545material 256 3552material 256
3546value 25 3553value 25
3547path_attuned 28286 3554path_attuned 28286
3548Pow 1 3555Pow 1
3549item_power 5 3556item_power 5
3550end 3557end
3551# 3558#
3552# holy symbols 3559# holy symbols
3553# 3560#
3554Allowed holy_symbol 3561allowed holy_symbol
3555chance 80 3562chance 80
3556difficulty 5 3563difficulty 5
3557Object Probity 3564object Probity
3558type 74 3565type 74
3559material 256 3566material 256
3560value 5 3567value 5
3561path_attuned 257 3568path_attuned 257
3562path_repelled 128 3569path_repelled 128
3563path_denied 0 3570path_denied 0
3564item_power 1 3571item_power 1
3565end 3572end
3566# 3573#
3567Allowed holy_symbol 3574allowed holy_symbol
3568chance 10 3575chance 10
3569difficulty 5 3576difficulty 5
3570Object Great Virtue 3577object Great Virtue
3571type 74 3578type 74
3572material 256 3579material 256
3573value 25 3580value 25
3574path_attuned 8640 3581path_attuned 8640
3575Wis 2 3582Wis 2
3576item_power 4 3583item_power 4
3577end 3584end
3578# 3585#
3579Allowed holy_symbol 3586allowed holy_symbol
3580chance 10 3587chance 10
3581difficulty 5 3588difficulty 5
3582Object The Dark Path 3589object The Dark Path
3583type 74 3590type 74
3584material 256 3591material 256
3585value 25 3592value 25
3586path_attuned 393216 3593path_attuned 393216
3587path_denied 256 3594path_denied 256
3588item_power 2 3595item_power 2
3589end 3596end
3590# 3597#
3591Allowed holy_symbol 3598allowed holy_symbol
3592chance 10 3599chance 10
3593difficulty 5 3600difficulty 5
3594Object Turning 3601object Turning
3595type 74 3602type 74
3596material 256 3603material 256
3597value 25 3604value 25
3598path_attuned 65536 3605path_attuned 65536
3599item_power 1 3606item_power 1
3600end 3607end
3601# 3608#
3602Allowed holy_symbol 3609allowed holy_symbol
3603chance 50 3610chance 50
3604difficulty 5 3611difficulty 5
3605Object Calling 3612object Calling
3606type 74 3613type 74
3607material 256 3614material 256
3608value 5 3615value 5
3609path_attuned 64 3616path_attuned 64
3610path_repelled 256 3617path_repelled 256
3611end 3618end
3612# 3619#
3613# DRINK. 3620# DRINK.
3614# 3621#
3615Allowed water 3622allowed water
3616chance 90 3623chance 90
3617Object the wise 3624object the wise
3618type 54 3625type 54
3619food 1 3626food 1
3620value 10 3627value 10
3621end 3628end
3622# 3629#
3623Allowed water 3630allowed water
3624chance 17 3631chance 17
3625difficulty 2 3632difficulty 2
3626Object pearl 3633object pearl
3627type 54 3634type 54
3628food 1 3635food 1
3629value 50 3636value 50
3630end 3637end
3631# 3638#
3632Allowed water 3639allowed water
3633chance 15 3640chance 15
3634difficulty 3 3641difficulty 3
3635Object emerald 3642object emerald
3636type 54 3643type 54
3637food 1 3644food 1
3638value 58 3645value 58
3639end 3646end
3640# 3647#
3641Allowed water 3648allowed water
3642chance 13 3649chance 13
3643difficulty 5 3650difficulty 5
3644Object sapphire 3651object sapphire
3645type 54 3652type 54
3646food 1 3653food 1
3647value 67 3654value 67
3648end 3655end
3649# 3656#
3650Allowed water 3657allowed water
3651chance 8 3658chance 8
3652difficulty 5 3659difficulty 5
3653Object ruby 3660object ruby
3654type 54 3661type 54
3655food 1 3662food 1
3656value 76 3663value 76
3657end 3664end
3658# 3665#
3659Allowed water 3666allowed water
3660chance 3 3667chance 3
3661difficulty 8 3668difficulty 8
3662Object diamond 3669object diamond
3663type 54 3670type 54
3664food 1 3671food 1
3665value 191 3672value 191
3666end 3673end
3667# 3674#
3668# FOOD. Types of food which can effect player status 3675# FOOD. Types of food which can effect player status
3669# 3676#
3670# Note: an item is cursed, the effect is generally reversed! 3677# Note: an item is cursed, the effect is generally reversed!
3671# 3678#
3672Allowed !waybread 3679allowed !waybread
3673chance 200 3680chance 200
3674Object Poison 3681object Poison
3675type 6 3682type 6
3676food 10 3683food 10
3677hp -5 3684hp -5
3678cursed 1 3685cursed 1
3679end 3686end
3680# 3687#
3681Allowed !waybread 3688allowed !waybread
3682chance 20 3689chance 20
3683Object Hideous Poison 3690object Hideous Poison
3684type 6 3691type 6
3685food 10 3692food 10
3686hp -25 3693hp -25
3687Str -1 3694Str -1
3688Con -1 3695Con -1
3689Dex -1 3696Dex -1
3690Cha -1 3697Cha -1
3691cursed 1 3698cursed 1
3692end 3699end
3693# 3700#
3694Allowed mushroom_1, mushroom_2, mushroom_3 3701allowed mushroom_1, mushroom_2, mushroom_3
3695chance 150 3702chance 150
3696Object Gourmet 3703object Gourmet
3697type 6 3704type 6
3698value 200 3705value 200
3699food 250 3706food 250
3700end 3707end
3701# 3708#
3702Allowed mushroom_1, mushroom_2, mushroom_3 3709allowed mushroom_1, mushroom_2, mushroom_3
3703chance 5 3710chance 5
3704Object Magic 3711object Magic
3705type 6 3712type 6
3706value 80 3713value 80
3707sp 100 3714sp 100
3708end 3715end
3709# 3716#
3710# note the cursed status here!, this mushroom drains mana 3717# note the cursed status here!, this mushroom drains mana
3711# 3718#
3712Allowed mushroom_1, mushroom_2, mushroom_3 3719allowed mushroom_1, mushroom_2, mushroom_3
3713chance 15 3720chance 15
3714Object Magic 3721object Magic
3715type 6 3722type 6
3716value 80 3723value 80
3717cursed 1 3724cursed 1
3718sp 100 3725sp 100
3719end 3726end
3720# 3727#
3721Allowed mushroom_1, mushroom_2, mushroom_3 3728allowed mushroom_1, mushroom_2, mushroom_3
3722chance 20 3729chance 20
3723Object Healing 3730object Healing
3724type 6 3731type 6
3725value 40 3732value 40
3726hp 50 3733hp 50
3727end 3734end
3728# 3735#
3729Allowed food, mushroom_1, mushroom_2 3736allowed food, mushroom_1, mushroom_2
3730chance 15 3737chance 15
3731Object Stamina 3738object Stamina
3732type 6 3739type 6
3733value 30 3740value 30
3734Con 1 3741Con 1
3735end 3742end
3736# 3743#
3737Allowed waybread 3744allowed waybread
3738chance 100 3745chance 100
3739Object Aelingas 3746object Aelingas
3740type 6 3747type 6
3741value 10 3748value 10
3742Str 1 3749Str 1
3743Con 1 3750Con 1
3744end 3751end
3745# 3752#
3746Allowed mushroom_2, mushroom_3 3753allowed mushroom_2, mushroom_3
3747chance 15 3754chance 15
3748Object Strength 3755object Strength
3749type 6 3756type 6
3750value 30 3757value 30
3751Str 1 3758Str 1
3752end 3759end
3753# 3760#
3754Allowed mushroom_1, mushroom_3 3761allowed mushroom_1, mushroom_3
3755chance 15 3762chance 15
3756Object Quickness 3763object Quickness
3757type 6 3764type 6
3758value 30 3765value 30
3759Dex 1 3766Dex 1
3760end 3767end
3761# 3768#
3762Allowed mushroom_1 3769allowed mushroom_1
3763chance 100 3770chance 100
3764Object Heat Resistance 3771object Heat Resistance
3765type 6 3772type 6
3766value 30 3773value 30
3767resist_fire 30 3774resist_fire 30
3768end 3775end
3769# 3776#
3770Allowed mushroom_2 3777allowed mushroom_2
3771chance 100 3778chance 100
3772Object Frost Resistance 3779object Frost Resistance
3773type 6 3780type 6
3774value 30 3781value 30
3775resist_cold 30 3782resist_cold 30
3776end 3783end
3777# 3784#
3778Allowed mushroom_1, mushroom_2, mushroom_3 3785allowed mushroom_1, mushroom_2, mushroom_3
3779chance 10 3786chance 10
3780Object Bravery 3787object Bravery
3781type 6 3788type 6
3782value 100 3789value 100
3783resist_fear 30 3790resist_fear 30
3784end 3791end
3785# 3792#
3786Allowed mushroom_3 3793allowed mushroom_3
3787chance 90 3794chance 90
3788Object Magic Resistance 3795object Magic Resistance
3789type 6 3796type 6
3790value 40 3797value 40
3791resist_magic 30 3798resist_magic 30
3792end 3799end
3793# 3800#
3794Allowed mushroom_2, mushroom_3 3801allowed mushroom_2, mushroom_3
3795chance 5 3802chance 5
3796Object Life 3803object Life
3797type 6 3804type 6
3798value 500 3805value 500
3799Con 1 3806Con 1
3800resist_drain 30 3807resist_drain 30
3801resist_deplete 30 3808resist_deplete 30
3802end 3809end
3803# 3810#
3804# Potions (incl. dusts, balms and figurine sub-types) 3811# Potions (incl. dusts, balms and figurine sub-types)
3805# 3812#
3806# 3813#
3807# - attack potions 3814# - attack potions
3808# 3815#
3809Allowed potion_generic 3816allowed potion_generic
3810chance 1 3817chance 1
3811Object firestorm 3818object firestorm
3812face potion_fire2.111 3819face potion_fire2.x11
3813stand_still 1 3820stand_still 1
3814type 5 3821type 5
3815value 1 3822value 1
3816other_arch spell_small_fireball 3823other_arch spell_small_fireball
3817end 3824end
3818# 3825#
3819Allowed potion_generic 3826allowed potion_generic
3820chance 1 3827chance 1
3821Object great firestorm 3828object great firestorm
3822face potion_fire2.111 3829face potion_fire2.x11
3823stand_still 1 3830stand_still 1
3824type 5 3831type 5
3825other_arch spell_medium_fireball 3832other_arch spell_medium_fireball
3826value 5 3833value 5
3827end 3834end
3828# 3835#
3829Allowed potion_generic 3836allowed potion_generic
3830chance 1 3837chance 1
3831Object black fire 3838object black fire
3832face potion_fire2.111 3839face potion_fire2.x11
3833stand_still 1 3840stand_still 1
3834type 5 3841type 5
3835other_arch spell_comet 3842other_arch spell_comet
3836value 8 3843value 8
3837level -30 3844level -30
3838end 3845end
3839# 3846#
3840Allowed potion_generic 3847allowed potion_generic
3841chance 1 3848chance 1
3842Object fiery destruction 3849object fiery destruction
3843type 5 3850type 5
3844face potion_fire2.111 3851face potion_fire2.x11
3845stand_still 1 3852stand_still 1
3846other_arch spell_meteor_swarm 3853other_arch spell_meteor_swarm
3847value 15 3854value 15
3848level -60 3855level -60
3849end 3856end
3850# 3857#
3851Allowed potion_generic 3858allowed potion_generic
3852chance 1 3859chance 1
3853Object sunfire 3860object sunfire
3854face potion_fire2.111 3861face potion_fire2.x11
3855stand_still 1 3862stand_still 1
3856type 5 3863type 5
3857other_arch spell_sunspear 3864other_arch spell_sunspear
3858value 5 3865value 5
3859end 3866end
3860# 3867#
3861Allowed potion_generic 3868allowed potion_generic
3862chance 1 3869chance 1
3863Object freezing 3870object freezing
3864face potion_freeze.111 3871face potion_freeze.x11
3865stand_still 1 3872stand_still 1
3866type 5 3873type 5
3867other_arch spell_frostbolt 3874other_arch spell_frostbolt
3868value 1 3875value 1
3869end 3876end
3870# 3877#
3871Allowed potion_generic 3878allowed potion_generic
3872chance 1 3879chance 1
3873Object fire 3880object fire
3874face potion_fire2.111 3881face potion_fire2.x11
3875stand_still 1 3882stand_still 1
3876type 5 3883type 5
3877other_arch spell_firebolt 3884other_arch spell_firebolt
3878value 1 3885value 1
3879end 3886end
3880# 3887#
3881Allowed potion_generic 3888allowed potion_generic
3882chance 1 3889chance 1
3883Object electric shock 3890object electric shock
3884face potion_shock.111 3891face potion_shock.x11
3885stand_still 1 3892stand_still 1
3886type 5 3893type 5
3887other_arch spell_sm_lightning 3894other_arch spell_sm_lightning
3888value 1 3895value 1
3889end 3896end
3890# 3897#
3891# -- poison cloud 3898# -- poison cloud
3892Allowed potion_generic 3899allowed potion_generic
3893chance 1 3900chance 1
3894Object noxious fumes 3901object noxious fumes
3895stand_still 1 3902stand_still 1
3896type 5 3903type 5
3897other_arch spell_poison_cloud 3904other_arch spell_poison_cloud
3898value 1 3905value 1
3899end 3906end
3900# 3907#
3901# -- ball lightning 3908# -- ball lightning
3902Allowed potion_generic 3909allowed potion_generic
3903chance 1 3910chance 1
3904Object lasting shock 3911object lasting shock
3905stand_still 1 3912stand_still 1
3906type 5 3913type 5
3907other_arch spell_ball_lightning 3914other_arch spell_ball_lightning
3908value 15 3915value 15
3909end 3916end
3910# 3917#
3911# -- color spray 3918# -- color spray
3912Allowed potion_generic 3919allowed potion_generic
3913chance 1 3920chance 1
3914Object Rainbow Wave 3921object Rainbow Wave
3915stand_still 1 3922stand_still 1
3916type 5 3923type 5
3917other_arch spell_color_spray 3924other_arch spell_color_spray
3918value 20 3925value 20
3919end 3926end
3920# 3927#
3921# - curative potions 3928# - curative potions
3922# 3929#
3923Allowed balm_generic 3930allowed balm_generic
3924chance 1 3931chance 1
3925Object first aid 3932object first aid
3926type 5 3933type 5
3927value 1 3934value 1
3928other_arch spell_minor_healing 3935other_arch spell_minor_healing
3929end 3936end
3930# 3937#
3931Allowed potion_generic 3938allowed potion_generic
3932chance 1 3939chance 1
3933Object cure vision 3940object cure vision
3934face potion_heal2.111 3941face potion_heal2.x11
3935type 5 3942type 5
3936other_arch spell_cure_blindness 3943other_arch spell_cure_blindness
3937value 2 3944value 2
3938end 3945end
3939# 3946#
3940Allowed potion_generic 3947allowed potion_generic
3941chance 1 3948chance 1
3942Object cure poison 3949object cure poison
3943face potion_heal2.111 3950face potion_heal2.x11
3944stand_still 1 3951stand_still 1
3945type 5 3952type 5
3946other_arch spell_cure_poison 3953other_arch spell_cure_poison
3947value 1 3954value 1
3948end 3955end
3949# 3956#
3950Allowed potion_generic 3957allowed potion_generic
3951chance 1 3958chance 1
3952Object cure madness 3959object cure madness
3953face potion_heal2.111 3960face potion_heal2.x11
3954stand_still 1 3961stand_still 1
3955type 5 3962type 5
3956other_arch spell_cure_confusion 3963other_arch spell_cure_confusion
3957value 2 3964value 2
3958end 3965end
3959# 3966#
3960Allowed potion_generic 3967allowed potion_generic
3961chance 1 3968chance 1
3962Object cure disease 3969object cure disease
3963stand_still 1 3970stand_still 1
3964type 5 3971type 5
3965other_arch spell_cure_disease 3972other_arch spell_cure_disease
3966value 3 3973value 3
3967end 3974end
3968# 3975#
3969# - protective potions 3976# - protective potions
3970# 3977#
3971Allowed balm_generic 3978allowed balm_generic
3972chance 1 3979chance 1
3973Object aethereality 3980object aethereality
3974type 5 3981type 5
3975resist_physical 50 3982resist_physical 50
3976value 3 3983value 3
3977end 3984end
3978# 3985#
3979Allowed balm_generic 3986allowed balm_generic
3980chance 1 3987chance 1
3981Object asbestos 3988object asbestos
3982type 5 3989type 5
3983resist_fire 50 3990resist_fire 50
3984value 1 3991value 1
3985end 3992end
3986# 3993#
3987Allowed balm_generic 3994allowed balm_generic
3988chance 1 3995chance 1
3989Object insulation 3996object insulation
3990type 5 3997type 5
3991resist_electricity 50 3998resist_electricity 50
3992value 1 3999value 1
3993end 4000end
3994# 4001#
3995Allowed balm_generic 4002allowed balm_generic
3996chance 1 4003chance 1
3997Object warmth 4004object warmth
3998type 5 4005type 5
3999resist_cold 50 4006resist_cold 50
4000value 1 4007value 1
4001end 4008end
4002# 4009#
4003Allowed potion_generic 4010allowed potion_generic
4004chance 1 4011chance 1
4005Object resist confusion 4012object resist confusion
4006stand_still 1 4013stand_still 1
4007face potion_resist.111 4014face potion_resist.x11
4008type 5 4015type 5
4009value 1 4016value 1
4010resist_confusion 50 4017resist_confusion 50
4011end 4018end
4012# 4019#
4013Allowed potion_generic 4020allowed potion_generic
4014chance 1 4021chance 1
4015Object resist magic 4022object resist magic
4016face potion_resist.111 4023face potion_resist.x11
4017stand_still 1 4024stand_still 1
4018type 5 4025type 5
4019resist_magic 50 4026resist_magic 50
4020value 3 4027value 3
4021end 4028end
4022# 4029#
4023Allowed potion_generic 4030allowed potion_generic
4024chance 1 4031chance 1
4025Object resist draining 4032object resist draining
4026face potion_resist.111 4033face potion_resist.x11
4027stand_still 1 4034stand_still 1
4028type 5 4035type 5
4029value 1 4036value 1
4030resist_drain 50 4037resist_drain 50
4031end 4038end
4032# 4039#
4033Allowed potion_generic 4040allowed potion_generic
4034chance 1 4041chance 1
4035Object resist paralysis 4042object resist paralysis
4036face potion_resist.111 4043face potion_resist.x11
4037stand_still 1 4044stand_still 1
4038type 5 4045type 5
4039resist_paralyze 50 4046resist_paralyze 50
4040value 1 4047value 1
4041end 4048end
4042# 4049#
4043Allowed potion_generic 4050allowed potion_generic
4044chance 1 4051chance 1
4045Object resist poison 4052object resist poison
4046face potion_resist.111 4053face potion_resist.x11
4047stand_still 1 4054stand_still 1
4048type 5 4055type 5
4049resist_poison 50 4056resist_poison 50
4050value 1 4057value 1
4051end 4058end
4052# 4059#
4053Allowed potion_generic 4060allowed potion_generic
4054chance 1 4061chance 1
4055Object resist slow 4062object resist slow
4056face potion_resist.111 4063face potion_resist.x11
4057stand_still 1 4064stand_still 1
4058type 5 4065type 5
4059resist_slow 50 4066resist_slow 50
4060value 1 4067value 1
4061end 4068end
4062# 4069#
4063Allowed potion_generic 4070allowed potion_generic
4064chance 1 4071chance 1
4065Object shock resistance 4072object shock resistance
4066type 5 4073type 5
4067face potion_ishock.111 4074face potion_ishock.x11
4068stand_still 1 4075stand_still 1
4069resist_electricity 90 4076resist_electricity 90
4070value 100 4077value 100
4071end 4078end
4072# 4079#
4073Allowed potion_generic 4080allowed potion_generic
4074chance 1 4081chance 1
4075Object magic resistance 4082object magic resistance
4076face potion_mimm.111 4083face potion_mimm.x11
4077stand_still 1 4084stand_still 1
4078type 5 4085type 5
4079resist_magic 90 4086resist_magic 90
4080value 150 4087value 150
4081end 4088end
4082# 4089#
4083# - stat potions 4090# - stat potions
4084# 4091#
4085Allowed potion_generic 4092allowed potion_generic
4086chance 1 4093chance 1
4087Object strength 4094object strength
4088face potion_util.111 4095face potion_util.x11
4089stand_still 1 4096stand_still 1
4090type 5 4097type 5
4091other_arch spell_strength 4098other_arch spell_strength
4092value 1 4099value 1
4093end 4100end
4094# 4101#
4095Allowed potion_generic 4102allowed potion_generic
4096chance 1 4103chance 1
4097Object agility 4104object agility
4098type 5 4105type 5
4099face potion_util.111 4106face potion_util.x11
4100stand_still 1 4107stand_still 1
4101other_arch spell_dexterity 4108other_arch spell_dexterity
4102value 1 4109value 1
4103end 4110end
4104# 4111#
4105Allowed potion_generic 4112allowed potion_generic
4106chance 1 4113chance 1
4107Object fortitude 4114object fortitude
4108type 5 4115type 5
4109face potion_util.111 4116face potion_util.x11
4110stand_still 1 4117stand_still 1
4111other_arch spell_constitution 4118other_arch spell_constitution
4112value 1 4119value 1
4113end 4120end
4114# 4121#
4115Allowed balm_generic 4122allowed balm_generic
4116chance 1 4123chance 1
4117Object beauty 4124object beauty
4118type 5 4125type 5
4119other_arch spell_charisma 4126other_arch spell_charisma
4120value 4 4127value 4
4121end 4128end
4122# 4129#
4123# - misc. potions and balms 4130# - misc. potions and balms
4124# 4131#
4125Allowed balm_generic 4132allowed balm_generic
4126chance 1 4133chance 1
4127Object flying 4134object flying
4128type 5 4135type 5
4129value 1 4136value 1
4130other_arch spell_levitate 4137other_arch spell_levitate
4131end 4138end
4132# 4139#
4133Allowed balm_generic 4140allowed balm_generic
4134chance 1 4141chance 1
4135Object the serpent 4142object the serpent
4136type 5 4143type 5
4137value 1 4144value 1
4138other_arch spell_staff_to_snake 4145other_arch spell_staff_to_snake
4139end 4146end
4140# 4147#
4141Allowed balm_generic 4148allowed balm_generic
4142chance 1 4149chance 1
4143Object invisible to undead 4150object invisible to undead
4144type 5 4151type 5
4145other_arch spell_invisible_to_undead 4152other_arch spell_invisible_to_undead
4146value 1 4153value 1
4147end 4154end
4148# 4155#
4149Allowed balm_generic 4156allowed balm_generic
4150chance 1 4157chance 1
4151Object transparency 4158object transparency
4152type 5 4159type 5
4153other_arch spell_improved_invisibility 4160other_arch spell_improved_invisibility
4154value 1 4161value 1
4155end 4162end
4156# 4163#
4157Allowed balm_generic 4164allowed balm_generic
4158chance 1 4165chance 1
4159Object return home 4166object return home
4160type 5 4167type 5
4161value 1 4168value 1
4162other_arch spell_word_of_recall 4169other_arch spell_word_of_recall
4163end 4170end
4164# 4171#
4165Allowed potion_generic 4172allowed potion_generic
4166chance 1 4173chance 1
4167Object self knowledge 4174object self knowledge
4168face potion_util.111 4175face potion_util.x11
4169type 5 4176type 5
4170value 1 4177value 1
4171other_arch spell_perceive_self 4178other_arch spell_perceive_self
4172end 4179end
4173# 4180#
4174Allowed potion_generic 4181allowed potion_generic
4175chance 1 4182chance 1
4176Object mystic power 4183object mystic power
4177face potion_util.111 4184face potion_util.x11
4178type 5 4185type 5
4179other_arch spell_transference 4186other_arch spell_transference
4180value 8 4187value 8
4181end 4188end
4182# 4189#
4183Allowed potion_generic 4190allowed potion_generic
4184chance 1 4191chance 1
4185Object speed 4192object speed
4186face potion_util.111 4193face potion_util.x11
4187stand_still 1 4194stand_still 1
4188type 5 4195type 5
4189level -80 4196level -80
4190other_arch spell_haste 4197other_arch spell_haste
4191value 15 4198value 15
4192end 4199end
4193# 4200#
4194Allowed potion_generic 4201allowed potion_generic
4195chance 1 4202chance 1
4196Object recuperation 4203object recuperation
4197face potion_util.111 4204face potion_util.x11
4198stand_still 1 4205stand_still 1
4199type 5 4206type 5
4200other_arch spell_regeneration 4207other_arch spell_regeneration
4201value 2 4208value 2
4202end 4209end
4203# 4210#
4204# - figurines- these summon stuff 4211# - figurines- these summon stuff
4205# 4212#
4206Allowed figurine_generic 4213allowed figurine_generic
4207chance 1 4214chance 1
4208Object clay 4215object clay
4209type 5 4216type 5
4210other_arch spell_summon_golem 4217other_arch spell_summon_golem
4211value 1 4218value 1
4212level -20 4219level -20
4213end 4220end
4214# 4221#
4215Allowed figurine_generic 4222allowed figurine_generic
4216chance 1 4223chance 1
4217Object stone 4224object stone
4218type 5 4225type 5
4219other_arch spell_summon_earth_elemental 4226other_arch spell_summon_earth_elemental
4220level -20 4227level -20
4221value 1 4228value 1
4222end 4229end
4223# 4230#
4224Allowed figurine_generic 4231allowed figurine_generic
4225chance 1 4232chance 1
4226Object whirlwind 4233object whirlwind
4227type 5 4234type 5
4228other_arch spell_summon_air_elemental 4235other_arch spell_summon_air_elemental
4229level -20 4236level -20
4230value 1 4237value 1
4231end 4238end
4232# 4239#
4233Allowed figurine_generic 4240allowed figurine_generic
4234chance 1 4241chance 1
4235Object a great wave 4242object a great wave
4236type 5 4243type 5
4237other_arch spell_summon_water_elemental 4244other_arch spell_summon_water_elemental
4238level -20 4245level -20
4239value 1 4246value 1
4240end 4247end
4241# 4248#
4242Allowed figurine_generic 4249allowed figurine_generic
4243chance 1 4250chance 1
4244Object a flame 4251object a flame
4245type 5 4252type 5
4246other_arch spell_summon_fire_elemental 4253other_arch spell_summon_fire_elemental
4247value 1 4254value 1
4248level -20 4255level -20
4249end 4256end
4250# 4257#
4251Allowed figurine_generic 4258allowed figurine_generic
4252chance 1 4259chance 1
4253Object a clenched hand 4260object a clenched hand
4254type 5 4261type 5
4255other_arch spell_mystic_fist 4262other_arch spell_mystic_fist
4256level -20 4263level -20
4257value 1 4264value 1
4258end 4265end
4259# 4266#
4260# Dusts. 4267# Dusts.
4261# 4268#
4262# - 360 deg effect 4269# - 360 deg effect
4263# 4270#
4264Allowed dust_generic 4271allowed dust_generic
4265chance 1 4272chance 1
4266Object stasis 4273object stasis
4267type 5 4274type 5
4268value 1 4275value 1
4269other_arch spell_paralyze 4276other_arch spell_paralyze
4270end 4277end
4271# 4278#
4272Allowed dust_generic 4279allowed dust_generic
4273chance 1 4280chance 1
4274Object frost 4281object frost
4275type 5 4282type 5
4276other_arch spell_icestorm 4283other_arch spell_icestorm
4277value 1 4284value 1
4278end 4285end
4279# 4286#
4280Allowed dust_generic 4287allowed dust_generic
4281chance 1 4288chance 1
4282Object fright 4289object fright
4283type 5 4290type 5
4284value 1 4291value 1
4285other_arch spell_fear 4292other_arch spell_fear
4286end 4293end
4287# 4294#
4288Allowed dust_generic 4295allowed dust_generic
4289chance 1 4296chance 1
4290Object concussion 4297object concussion
4291type 5 4298type 5
4292other_arch spell_shockwave 4299other_arch spell_shockwave
4293value 6 4300value 6
4294end 4301end
4295# 4302#
4300#other_arch spell_face_of_death 4307#other_arch spell_face_of_death
4301#level -20 4308#level -20
4302#value 20 4309#value 20
4303#end 4310#end
4304# 4311#
4305Allowed dust_generic 4312allowed dust_generic
4306chance 1 4313chance 1
4307Object repelling undead 4314object repelling undead
4308type 5 4315type 5
4309other_arch spell_turn_undead 4316other_arch spell_turn_undead
4310level -30 4317level -30
4311value 1 4318value 1
4312end 4319end
4313# 4320#
4314Allowed dust_generic 4321allowed dust_generic
4315chance 1 4322chance 1
4316Object madness 4323object madness
4317type 5 4324type 5
4318other_arch spell_mass_confusion 4325other_arch spell_mass_confusion
4319value 2 4326value 2
4320end 4327end
4321# 4328#
4322Allowed dust_generic 4329allowed dust_generic
4323chance 1 4330chance 1
4324Object ignition 4331object ignition
4325type 5 4332type 5
4326other_arch spell_burning_hands 4333other_arch spell_burning_hands
4327value 2 4334value 2
4328end 4335end
4329# 4336#
4330Allowed dust_generic 4337allowed dust_generic
4331chance 1 4338chance 1
4332Object conflagration 4339object conflagration
4333type 5 4340type 5
4334other_arch spell_hellfire 4341other_arch spell_hellfire
4335value 4 4342value 4
4336end 4343end
4337# 4344#
4338Allowed dust_generic 4345allowed dust_generic
4339chance 1 4346chance 1
4340Object countermagic 4347object countermagic
4341type 5 4348type 5
4342other_arch spell_counterspell 4349other_arch spell_counterspell
4343level -30 4350level -30
4344value 1 4351value 1
4345end 4352end
4346# 4353#
4347Allowed dust_generic 4354allowed dust_generic
4348chance 1 4355chance 1
4349Object the Dead 4356object the Dead
4350type 5 4357type 5
4351other_arch spell_command_undead 4358other_arch spell_command_undead
4352level -30 4359level -30
4353value 1 4360value 1
4354end 4361end
4355# 4362#
4356# -- mana blast 4363# -- mana blast
4357Allowed dust_generic 4364allowed dust_generic
4358chance 1 4365chance 1
4359Object consuming wrath 4366object consuming wrath
4360type 5 4367type 5
4361other_arch spell_mana_blast 4368other_arch spell_mana_blast
4362value 3 4369value 3
4363end 4370end
4364# 4371#
4365# -- medium mana ball 4372# -- medium mana ball
4366Allowed dust_generic 4373allowed dust_generic
4367chance 1 4374chance 1
4368Object encompassing rage 4375object encompassing rage
4369type 5 4376type 5
4370other_arch spell_medium_manaball 4377other_arch spell_medium_manaball
4371value 6 4378value 6
4372end 4379end
4373# 4380#
4374# -- medium snowstorm 4381# -- medium snowstorm
4375Allowed dust_generic 4382allowed dust_generic
4376chance 1 4383chance 1
4377Object blizzards 4384object blizzards
4378type 5 4385type 5
4379other_arch spell_medium_snowstorm 4386other_arch spell_medium_snowstorm
4380value 4 4387value 4
4381end 4388end
4382# 4389#
4383# dusts w/ provide detection 4390# dusts w/ provide detection
4384# 4391#
4385Allowed dust_generic 4392allowed dust_generic
4386chance 1 4393chance 1
4387Object clairvoyance 4394object clairvoyance
4388type 5 4395type 5
4389other_arch spell_magic_mapping 4396other_arch spell_magic_mapping
4390value 2 4397value 2
4391end 4398end
4392# 4399#
4393Allowed dust_generic 4400allowed dust_generic
4394chance 1 4401chance 1
4395Object revealing 4402object revealing
4396type 5 4403type 5
4397other_arch spell_show_invisible 4404other_arch spell_show_invisible
4398level -20 4405level -20
4399value 8 4406value 8
4400end 4407end
4401# 4408#
4402Allowed dust_generic 4409allowed dust_generic
4403chance 1 4410chance 1
4404Object show enchantment 4411object show enchantment
4405type 5 4412type 5
4406other_arch spell_detect_magic 4413other_arch spell_detect_magic
4407value 1 4414value 1
4408end 4415end
4409# 4416#
4410Allowed dust_generic 4417allowed dust_generic
4411chance 1 4418chance 1
4412Object night vision 4419object night vision
4413type 5 4420type 5
4414value 1 4421value 1
4415other_arch spell_dark_vision 4422other_arch spell_dark_vision
4416end 4423end
4417# 4424#
4418Allowed dust_generic 4425allowed dust_generic
4419chance 1 4426chance 1
4420Object piercing vision 4427object piercing vision
4421type 5 4428type 5
4422other_arch spell_xray 4429other_arch spell_xray
4423value 6 4430value 6
4424end 4431end
4425# 4432#
4426Allowed dust_generic 4433allowed dust_generic
4427chance 1 4434chance 1
4428Object clinging glow 4435object clinging glow
4429type 5 4436type 5
4430other_arch spell_faery_fire 4437other_arch spell_faery_fire
4431value 1 4438value 1
4432end 4439end
4433# 4440#
4434Allowed dust_generic 4441allowed dust_generic
4435chance 1 4442chance 1
4436Object Biren's mist 4443object Biren's mist
4437type 5 4444type 5
4438other_arch spell_summon_fog 4445other_arch spell_summon_fog
4439value 1 4446value 1
4440end 4447end
4441# 4448#
4442# misc. dusts 4449# misc. dusts
4443# 4450#
4444# -- light 4451# -- light
4445Allowed dust_generic 4452allowed dust_generic
4446chance 1 4453chance 1
4447Object brightness 4454object brightness
4448type 5 4455type 5
4449other_arch spell_light 4456other_arch spell_light
4450level -20 4457level -20
4451value 1 4458value 1
4452end 4459end
4453# 4460#
4454# -- darkness 4461# -- darkness
4455Allowed dust_generic 4462allowed dust_generic
4456chance 1 4463chance 1
4457Object impenatrability 4464object impenatrability
4458type 5 4465type 5
4459other_arch spell_darkness 4466other_arch spell_darkness
4460level -20 4467level -20
4461value 1 4468value 1
4462end 4469end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines