Difference for lib/treasures.bld from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
   #
 # Do not modify this file - any changes will get overwritten.  # Do not modify this file - any changes will get overwritten.
 # instead, modify the treasures file or the .trs file in the  # instead, modify the treasures file or the .trs file in the
 # arch directory.  # arch directory.
   #
 # This file contains various treasures, with generation rules.  # This file contains various treasures, with generation rules.
 #  #
 # $Id: treasures.bld,v 1.9 2003/09/04 06:46:22 temitchell Exp $  # $Id: treasures.bld,v 1.10 2003/09/13 05:02:05 mwedel Exp $
 #  #
 # As of version 0.91.1, what this file was extended to handle list  # As of version 0.91.1, what this file was extended to handle list
 # re-linking and generation of only 1 item on that list.  This does away  # re-linking and generation of only 1 item on that list.  This does away
Line 449
 
Line 449
 end  end
 ##############################################################  ##############################################################
 #  #
 # Pet Monsters -  
 #  
 treasure mage_pet_monster  
   arch bat  
     nrof 2  
   more  
   arch spider  
     nrof 1  
   more  
   arch stalker  
     nrof 1  
   more  
   arch beholder  
     nrof 2  
   more  
   arch dark_elf  
     nrof 3  
 end  
 treasure altern_pet_monster  
   arch bird  
     nrof 1  
   more  
   arch pixie  
     nrof 1  
   more  
   arch skeleton  
     nrof 2  
   more  
   arch skull  
     nrof 1  
   more  
   arch vampire  
     nrof 1  
 end  
 treasure priest_pet_monster  
   arch bee  
     nrof 3  
   more  
   arch killer_bee  
     nrof 2  
   more  
   arch devil  
     nrof 2  
   more  
   arch angel  
     nrof 2  
   more  
   arch panther  
     nrof 5  
 end  
 ##############################################################  
 #  
 # BODY PARTS -   # BODY PARTS -
 #  #
 treasureone beholder_parts  treasureone beholder_parts
Line 816
 
Line 764
   list random_scroll    list random_scroll
     chance 5      chance 5
   end    end
 #  skill scrolls --bt  # skill scrolls
 #  better scrolls are harder to find   #  better scrolls are harder to find
   # ordered by skill names
 treasureone random_knowledge  treasureone random_knowledge
   arch scroll_alchemy    arch scroll_alchemy
     chance 10      chance 10
Line 825
 
Line 774
   arch scroll_bargaining    arch scroll_bargaining
     chance 5      chance 5
   more    more
   arch scroll_punching    arch scroll_bowyer
     chance 5      chance 10
   more    more
 #   the inscription skill is only available as a pen    # clawing is not something you can learn
   arch stylus     arch scroll_climbing
     chance 10      chance 10
   more    more
   arch scroll_bowyer    arch scroll_disarm_traps
     chance 10      chance 10
   more    more
   arch scroll_climbing    arch scroll_evocation
       chance 5
     more
     arch scroll_find_traps
     chance 10      chance 10
   more    more
   # flame touch is not something you can learn
   arch scroll_hiding    arch scroll_hiding
     chance 9      chance 9
   more    more
   #   the inscription skill is only available as a pen 
     arch stylus
       chance 10
     more
   arch scroll_jewelry    arch scroll_jewelry
     chance 10      chance 10
   more    more
Line 848
 
Line 805
     chance 10      chance 10
   more    more
   arch scroll_karate    arch scroll_karate
     chance 10      chance 8
   more  
   arch scroll_oratory  
     chance 5  
   more    more
   # levitation is not something to be learned
   arch scroll_literacy    arch scroll_literacy
     chance 15      chance 15
   more    more
   # not knowledge per se, but is a random skill
     arch lockpicks
       chance 8
     more
   # meditation can not be learned
   arch scroll_missile_weap    arch scroll_missile_weap
     chance 25      chance 15
   more    more
   arch scroll_melee_weap    arch scroll_one_handed_weapons
     chance 10      chance 10
   more    more
     arch scroll_oratory
       chance 5
     more
   arch scroll_praying    arch scroll_praying
     chance 18      chance 15
     more
     arch scroll_punching
       chance 5
     more
     arch scroll_pyromancy
       chance 5
   more    more
   arch scroll_sense_curse    arch scroll_sense_curse
     chance 5      chance 5
Line 871
 
Line 840
   arch scroll_sense_mag    arch scroll_sense_mag
     chance 5      chance 5
   more    more
   # set traps is disabled
   arch scroll_singing    arch scroll_singing
     chance 5      chance 5
   more    more
   arch scroll_smithing    arch scroll_smithing
     chance 3      chance 5
   more    more
   arch scroll_spellcasting    arch scroll_sorcery
     chance 5      chance 5
   more    more
   arch scroll_stealing    arch scroll_stealing
     chance 9      chance 9
   more    more
     arch scroll_summoning
       chance 5
     more
   arch scroll_thaumaturgy    arch scroll_thaumaturgy
     chance 9      chance 9
   more    more
   # throwing is a native ability
     arch scroll_two_handed_weapons
       chance 10
     more
   # use magic is a native ability
   arch scroll_woodsman    arch scroll_woodsman
     chance 10      chance 10
   end    end
Line 1232
 
Line 1210
   arch wand    arch wand
     chance 15      chance 15
   more    more
     arch staff
       chance 5
     more
   arch holy_symbol    arch holy_symbol
     chance 3      chance 3
   more    more
   arch ring    arch ring
     chance 5      chance 5
   more    more
   arch book    list random_books
     chance 5      chance 5
   more    more
   arch emerald    arch emerald
Line 1471
 
Line 1452
     chance 5      chance 5
     nrof 4      nrof 4
   end    end
 # All players will start with these skills  
 # -- only skills critical to being able to  
 # play should go here. -b.t.  
 treasure basic_skills  
   arch skill_throwing  
   more  
   arch skill_find_traps  
   more  
   arch skill_remove_trap  
   more  
   arch skill_use_magic_item  
   more  
   arch skill_literacy  
   end  
 # basic set for fighter players  
 treasure fighter_skills  
   arch skill_melee_weapon  
   more  
   arch skill_missile_weapon  
   more  
   list basic_skills  
   end  
 # basic set for talisman spellcasting players  
 treasure mage_skills  
   arch talisman  
   end  
 # basic set for multi-spellcasting players  
 treasure wizard_skills  
   arch skill_melee_weapon  
   more  
   arch skill_praying  
   more  
   list spell_skills  
   more  
   list basic_skills  
   end  
 treasure spell_skills  
   arch skill_spellcasting  
   end  
 treasure prayer_skills  
   arch skill_praying  
   end  
 treasureone starting_wealth  treasureone starting_wealth
   arch goldcoin    arch goldcoin
     nrof 120      nrof 120
Line 1594
 
Line 1533
     chance 3      chance 3
     magic 5      magic 5
   more    more
   arch book    list random_books
     chance 10      chance 10
   more    more
   arch scroll_alchemy    arch scroll_alchemy
Line 2099
 
Line 2038
   arch ring    arch ring
     chance 10      chance 10
   more    more
   arch book    list random_books
     chance 10      chance 10
   more    more
   arch wand    arch wand
     chance 10      chance 10
   more    more
     arch staff
       chance 5
     more
   arch rod_light    arch rod_light
     chance 5      chance 5
   more    more
Line 2261
 
Line 2203
   arch amulet    arch amulet
     chance 98      chance 98
     no      no
       arch talisman        list talisman
     end      end
   end    end
 treasureone random_wands  treasureone random_wands
   arch wand    arch wand
     chance 95      chance 95
   more    more
     arch staff
       chance 30
     more
   arch rod_light    arch rod_light
     chance 5      chance 5
   more    more
Line 2290
 
Line 2235
   arch lantern2_unlit    arch lantern2_unlit
     chance 5      chance 5
   end    end
 treasure random_books  # for shop
   arch book  treasureone random_books
     chance 55  
     no  
       arch cleric_book        arch cleric_book
         chance 60       chance 20
         no    more
     arch evoker_book
        chance 15
     more
     arch pyro_book
        chance 15
     more
     arch sorcerer_book
        chance 15
     more
     arch summoner_book
        chance 15
     more
           list random_read            list random_read
       chance 5
         end          end
       end  #
     end  
 treasureone random_read  treasureone random_read
   arch tome    arch tome
     chance 45      chance 45
Line 2503
 
Line 2458
   arch wand    arch wand
     chance 10      chance 10
   more    more
   arch book    arch staff
     chance 5      chance 5
   more    more
   arch cleric_book    list random_books
     chance 5      chance 5
   end    end
 treasureone random_talisman  treasureone random_talisman
Line 2516
 
Line 2471
   arch amulet    arch amulet
     chance 30      chance 30
   more    more
   arch talisman    list talisman
     chance 5      chance 5
   more    more
   list list9    list list9
Line 2560
 
Line 2515
     nrof 6      nrof 6
     end      end
   more    more
   arch sword_3    arch sword_4
   magic 1    magic 1
   chance 5    chance 5
   no    no
Line 2593
 
Line 2548
 treasure archangel  treasure archangel
   list rich_old    list rich_old
   more    more
   arch ability_wrathful_eye    arch spell_wrathful_eye
   more      nrof 3
   arch ability_wrathful_eye  
   more  
   arch ability_wrathful_eye  
   more    more
   arch ability_paralyze    arch spell_paralyze
 end  end
 treasure raas  treasure raas
   arch icor    arch icor
Line 2617
 
Line 2569
   list demon_parts    list demon_parts
     chance 40      chance 40
   more    more
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   end    end
 treasure sphinx  treasure sphinx
   list standard_old    list standard_old
Line 2655
 
Line 2609
   list dwolf_parts    list dwolf_parts
     chance 30      chance 30
   more    more
   arch ability_frostbolt    arch abil_frostbolt
  end   end
 treasure polarbear  treasure polarbear
   list polarbear_parts    list polarbear_parts
Line 2797
 
Line 2751
   arch wand    arch wand
   chance 2    chance 2
   more    more
     arch staff
     chance 1
     more
   arch ring    arch ring
   chance 2    chance 2
   more    more
Line 2836
 
Line 2793
         magic 4          magic 4
         chance 40          chance 40
         no          no
           arch sword_3            arch sword_4
           magic 4            magic 4
           chance 60            chance 60
           end            end
Line 2869
 
Line 2826
   arch wand    arch wand
   chance 10    chance 10
   more    more
     arch staff
     chance 2
     more
   arch rod_light    arch rod_light
   chance 2    chance 2
   no    no
Line 2876
 
Line 2836
     chance 1      chance 1
     end      end
   more    more
   arch book    list random_books
   chance 10    chance 10
   more    more
   arch ring    arch ring
Line 2891
 
Line 2851
 treasure conjurer  treasure conjurer
   arch skill_literacy    arch skill_literacy
   more    more
   arch ability_summon_fire    arch spell_summon_fire_elemental
   more    more
   arch ability_summon_air    arch spell_summon_air_elemental
   more    more
   arch ability_summon_water    arch spell_summon_water_elemental
   more    more
   arch ability_summon_earth    arch spell_summon_earth_elemental
   more    more
   arch cloak    arch cloak
     chance 60      chance 60
Line 2909
 
Line 2869
     chance 3      chance 3
   end    end
 treasure sage  treasure sage
   list book    list random_books
   more    more
   arch skill_literacy    arch skill_literacy
   more    more
Line 2944
 
Line 2904
       chance 20        chance 20
     end      end
   end    end
 treasure wand  
   arch wand  
   chance 4  
   end  
 treasure rod  treasure rod
   arch rod_light    arch rod_light
   chance 2    chance 2
Line 2956
 
Line 2912
     chance 1      chance 1
     end      end
   end    end
 treasure book  
   arch book  
   chance 5  
   end  
 treasure ring  treasure ring
   arch ring    arch ring
   chance 2    chance 2
Line 3063
 
Line 3015
 treasure titan  treasure titan
   arch head    arch head
   more    more
   arch ability_paralyze    arch spell_paralyze
   more  
   arch ability_fear  
   more    more
   arch ability_fear    arch abil_fear
       nrof 2
   more    more
   arch ability_lightning    arch spell_sm_lightning
       nrof 2
   more    more
   arch ability_lightning    arch spell_large_lightning
       nrof 2
   more    more
   arch ability_slow    arch abil_slow
   more    more
   arch bow    arch bow
   more    more
Line 3092
 
Line 3045
   chance 50    chance 50
   end    end
 treasure belzebub  treasure belzebub
   arch ability_petsummoning    arch spell_summon_pet_monster
   more    more
   arch ring_mail    arch ring_mail
   magic 4    magic 4
Line 3114
 
Line 3067
   arch big_eye    arch big_eye
     chance 85      chance 85
   more    more
   arch ability_paralyze    arch spell_paralyze
     more
     arch abil_fear
   more    more
   arch ability_fear    arch abil_poison_cloud
   more    more
   arch ability_poison    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_coldspell    arch abil_large_icestorm
   more    more
   arch ability_firespell    arch abil_icestorm
   more    more
   arch ability_missile    arch spell_burning_hands
   more    more
   arch ability_bullet    arch spell_medium_fireball
   more    more
   arch ability_speedball    arch spell_magic_missile
   more    more
   arch ability_mass_confusion    arch spell_magic_bullet
   more    more
   arch ability_slow    arch spell_small_speedball
   more    more
   arch ability_cancellation    arch spell_mass_confusion
     more
     arch abil_slow
     more
     arch spell_cancellation
 #  more  #  more
 #  arch beholdereye  #  arch beholdereye
   end    end
Line 3144
 
Line 3103
   list beholder_parts    list beholder_parts
     chance 20      chance 20
   more    more
   arch ability_paralyze    arch spell_paralyze
   chance 50    chance 50
   more    more
   arch ability_fear    arch abil_fear
   chance 75    chance 75
   more    more
   arch ability_poison    arch abil_poison_cloud
   chance 50    chance 50
   more    more
   arch ability_lightning    arch spell_sm_lightning
     more
     arch spell_large_lightning
     more
     arch abil_large_icestorm
     chance 25
   more    more
   arch ability_coldspell    arch abil_icestorm
   chance 25    chance 25
   more    more
   arch ability_firespell    arch spell_burning_hands
     more
     arch spell_medium_fireball
   more    more
   arch ability_missile    arch spell_magic_missile
   more    more
   arch ability_bullet    arch spell_magic_bullet
   more    more
   arch ability_speedball    arch spell_small_speedball
   more    more
   arch ability_mass_confusion    arch spell_mass_confusion
   more    more
   arch ability_slow    arch abil_slow
   more    more
   arch gem    arch gem
   nrof 1    nrof 1
Line 3178
 
Line 3144
   list skull_parts    list skull_parts
     chance 20      chance 20
   more    more
   arch ability_paralyze    arch spell_paralyze
   chance 50    chance 50
   more    more
   arch ability_fear    arch abil_fear
   chance 75    chance 75
   more    more
   arch ability_poison    arch abil_poison_cloud
   chance 50    chance 50
   more    more
   arch ability_lightning    arch spell_sm_lightning
     more
     arch spell_large_lightning
     more
     arch abil_large_icestorm
     chance 25
   more    more
   arch ability_coldspell    arch abil_icestorm
   chance 25    chance 25
   more    more
   arch ability_firespell    arch spell_burning_hands
     more
     arch spell_medium_fireball
   more    more
   arch ability_missile    arch spell_magic_missile
   more    more
   arch ability_bullet    arch spell_magic_bullet
   more    more
   arch ability_speedball    arch spell_small_speedball
   more    more
   arch ability_mass_confusion    arch spell_mass_confusion
   more    more
   arch ability_slow    arch abil_slow
   more    more
   arch gem    arch gem
   nrof 1    nrof 1
   chance 10    chance 10
   end    end
 treasure demonlord  treasure demonlord
   arch ability_hellfire    arch spell_hellfire
     more
     arch abil_burning_hands
     more
     arch abil_fear
   more    more
   arch ability_fear    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_missile    arch spell_magic_missile
   more    more
   arch ability_paralyze    arch spell_paralyze
   end    end
 treasure wyvern  treasure wyvern
   list dragon_parts    list dragon_parts
     chance 80      chance 80
   more    more
   arch ability_wyvern    arch abil_burning_hands
       nrof 3
     more
     arch abil_medium_fireball
       nrof 3
   more    more
   arch ability_fear    arch abil_fear
 #  more  #  more
 #  arch dragon_steak  #  arch dragon_steak
 #  chance 90  #  chance 90
Line 3245
 
Line 3226
 #  nrof 2  #  nrof 2
 #  chance 90  #  chance 90
 #  more  #  more
   arch ability_cold    arch abil_icestorm
   more      nrof 3
   arch ability_cold  
   more    more
   arch ability_cold    arch abil_large_icestorm
       nrof 3
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_poison    arch abil_poison_cloud
   more    more
   arch gem    arch gem
     chance 10      chance 10
Line 3295
 
Line 3276
 #  nrof 3  #  nrof 3
 #  chance 90  #  chance 90
 #  more  #  more
   arch ability_dragon    arch spell_dragonbreath
       nrof 5
   more    more
   arch ability_fear    arch abil_fear
   more    more
 #  arch dragon_scale  #  arch dragon_scale
 #  more  #  more
Line 3306
 
Line 3288
   arch wand    arch wand
   chance 50    chance 50
   more    more
     arch staff
     chance 50
     more
   arch rod_light    arch rod_light
   chance 20    chance 20
   more    more
Line 3375
 
Line 3360
     nrof 6      nrof 6
     end      end
   more    more
   arch sword_3    arch sword_4
   magic 1    magic 1
   chance 5    chance 5
   no    no
Line 3414
 
Line 3399
   arch gravedirt    arch gravedirt
   end    end
 treasure vampire  treasure vampire
   arch ability_fear    arch abil_fear
   more      nrof 3
   arch ability_fear  
   more  
   arch ability_fear  
   more    more
   arch ability_slow    arch abil_slow
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch heart    arch heart
     chance 50      chance 50
   more    more
   arch cloak    arch cloak
   more    more
   arch book    list random_books
   more    more
   arch book    list random_books
   chance 50    chance 50
   more    more
   arch ring    arch ring
Line 3441
 
Line 3423
   chance 50    chance 50
   end    end
 treasure minor_djinn  treasure minor_djinn
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_maj_heal    arch spell_major_healing
   more    more
   arch ability_forced_dance    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_cold    arch abil_large_icestorm
   chance 50    chance 50
   no    no
     arch ability_fire      arch abil_burning_hands
       more
       arch abil_medium_fireball
     end      end
   more    more
   arch ability_summon_fire    arch spell_summon_fire_elemental
   chance 50    chance 50
   no    no
     arch ability_summon_water      arch spell_summon_water_elemental
     end      end
   more    more
   arch ability_summon_earth    arch spell_summon_earth_elemental
   chance 50    chance 50
   no    no
     arch ability_summon_air      arch spell_summon_air_elemental
     end      end
   more    more
   arch ability_slow    arch abil_slow
   end    end
 treasure djinn  treasure djinn
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_maj_heal    arch spell_major_healing
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_forced_dance    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_coldspell    arch abil_large_icestorm
   more    more
   arch ability_cold    arch abil_icestorm
   more    more
   arch ability_hellfire    arch abil_icestorm
   more    more
   arch ability_summon_fire    arch abil_large_icestorm
   more    more
   arch ability_summon_water    arch abil_burning_hands
   more    more
   arch ability_summon_earth    arch spell_hellfire
   more    more
   arch ability_summon_air    arch spell_summon_fire_elemental
   more    more
   arch ability_slow    arch spell_summon_water_elemental
     more
     arch spell_summon_earth_elemental
     more
     arch spell_summon_air_elemental
     more
     arch abil_slow
   more    more
   arch rod_heavy    arch rod_heavy
   end    end
 treasure big_wizard  treasure big_wizard
   arch ability_paralyze    arch spell_paralyze
     more
     arch abil_fear
   more    more
   arch ability_fear    arch abil_poison_cloud
   more    more
   arch ability_poison    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_coldspell    arch abil_large_icestorm
   more    more
   arch ability_firespell    arch abil_icestorm
   more    more
   arch ability_missile    arch spell_burning_hands
   more    more
   arch ability_bullet    arch spell_medium_fireball
   more    more
   arch ability_slow    arch spell_magic_missile
   more    more
   arch book    arch spell_magic_bullet
   more    more
   arch book    arch abil_slow
   more    more
   arch book    list random_books
     more
     list random_books
     more
     list random_books
   more    more
   arch wand    arch wand
   more    more
Line 3533
 
Line 3529
   more    more
   arch wand    arch wand
   more    more
     arch staff
     more
   arch rod_light    arch rod_light
   more    more
   arch rod_light    arch rod_light
Line 3564
 
Line 3562
   arch cloak    arch cloak
   end    end
 treasure pyromaniac  treasure pyromaniac
   arch ability_bomb    arch spell_create_bomb
   end    end
 treasure demilich  treasure demilich
   arch insanity    arch insanity
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_poison    arch abil_poison_cloud
   more    more
   arch ability_coldspell    arch abil_large_icestorm
   more    more
   arch ability_mass_confusion    arch abil_icestorm
     more
     arch spell_mass_confusion
   more    more
   arch gem      arch gem 
   nrof 1    nrof 1
   end    end
   ##############################################################################
   # start of starting equipment for players.
   #
   # All players will start with these skills
   # -- only skills critical to being able to
   # play should go here. -b.t.
   treasure basic_skills
     arch skill_throwing
     more
     arch skill_find_traps
     more
     arch skill_remove_trap
     more
     arch skill_use_magic_item
     more
     arch skill_literacy
     more
     arch skill_punching
     end
   # basic set for fighter players
   treasure fighter_skills
     arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
     more
     arch skill_missile_weapon
     more
     list basic_skills
     end
   # basic set for talisman spellcasting players
   treasure mage_skills
     arch talisman_sorcery
     end
   # basic set for multi-spellcasting players
   # Note that removed the spell skill form here,
   # since many things should start with this package,
   # but spell might be different.
   treasure wizard_skills
     arch skill_one_handed_weapon
     more
     arch skill_praying
     more
     list basic_skills
     end
   treasure prayer_skills
     arch skill_praying
     end
   #
 treasure monk_class_items  treasure monk_class_items
   list basic_skills    list basic_skills
   more    more
Line 3677
 
Line 3725
 treasure pl_troll  treasure pl_troll
   arch skill_clawing    arch skill_clawing
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
   more    more
   list basic_skills    list basic_skills
   more    more
Line 3822
 
Line 3872
 treasure sorcerer_class_items  treasure sorcerer_class_items
   list basic_skills    list basic_skills
   more    more
   arch skill_spellcasting    arch skill_sorcery
   more    more
   arch guide_wizard    arch guide_wizard
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch skill_sense_magic    arch skill_sense_magic
   more    more
Line 3843
 
Line 3893
 treasure evoker_class_items  treasure evoker_class_items
   list basic_skills    list basic_skills
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
   more    more
   arch talisman_evoker    arch talisman_evoker
   more    more
   arch robe    arch robe
   more    more
   arch book    arch evoker_book_l1
   more    more
   arch book    arch evoker_book_l1
   more    more
   arch shortsword    arch shortsword
   more    more
Line 3860
 
Line 3910
 treasure alchemist_class_items  treasure alchemist_class_items
   list basic_skills    list basic_skills
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
   more    more
   arch talisman_alchemist    arch talisman_alchemist
   more    more
Line 3868
 
Line 3918
   more    more
   arch skill_thaumaturgy    arch skill_thaumaturgy
   more    more
   arch ability_alchemy    arch spell_alchemy
   more    more
   arch guide_alchemy    arch guide_alchemy
   more    more
Line 3876
 
Line 3926
   more    more
   arch robe    arch robe
   more    more
   arch book    arch evoker_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch dagger    arch dagger
   end    end
 treasure summoner_class_items  treasure summoner_class_items
   list basic_skills    list basic_skills
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
   more    more
   arch skill_praying    arch skill_praying
   more    more
Line 3895
 
Line 3945
   more    more
   arch robe    arch robe
   more    more
   arch book    arch summoner_book_l1
   more    more
   arch book    arch summoner_book_l1
   more    more
   arch shortsword    arch shortsword
   end    end
 treasure wizard_class_items  treasure wizard_class_items
   list wizard_skills    list wizard_skills
   more    more
     arch skill_sorcery
     more
   arch guide_wizard    arch guide_wizard
   more    more
   arch robe    arch robe
   more    more
   arch cleric_book    arch sorcerer_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch dagger    arch dagger
   end    end
 treasure devotee_class_items  treasure devotee_class_items
   list wizard_skills    list wizard_skills
   more    more
     arch skill_evocation
     more
   arch guide_priest    arch guide_priest
   more    more
   arch robe    arch robe
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch cleric_book    arch evoker_book_l1
   more    more
   arch book    arch evoker_book_l1
   more    more
   arch dagger    arch dagger
   end    end
 treasure wizard  treasure wizard
   list wizard_skills    list wizard_skills
   more    more
     arch skill_sorcery
     more
   arch robe    arch robe
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch dagger    arch dagger
   end    end
Line 3958
 
Line 4014
   more    more
   arch skill_oratory    arch skill_oratory
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch small_shield    arch small_shield
   end    end
 treasure barbarian_class_items  treasure barbarian_class_items
   arch skill_melee_weapon    arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
   more    more
   arch skill_missile_weapon    arch skill_missile_weapon
   more    more
Line 4013
 
Line 4071
   more    more
   arch skill_praying    arch skill_praying
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
   more    more
   arch guide_priest    arch guide_priest
   more    more
Line 4021
 
Line 4081
   more    more
   arch quarterstaff    arch quarterstaff
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch skill_sense_curse    arch skill_sense_curse
   more    more
Line 4032
 
Line 4092
 treasure priest  treasure priest
   list wizard_skills    list wizard_skills
   more    more
     arch skill_evocation
     more
   arch robe    arch robe
   more    more
   arch quarterstaff    arch quarterstaff
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch amulet    arch amulet
   end    end
 treasure warlock_class_items  treasure warlock_class_items
   list fighter_skills    list fighter_skills
   more    more
   arch talisman    arch talisman_evocation
   more    more
   arch light_sword    arch light_sword
   more    more
   arch leather_armour    arch leather_armour
   more    more
   arch book    arch evoker_book_l1
   more    more
   arch book    arch evoker_book_l1
   end    end
 treasure mage  treasure mage
   list fighter_skills    list fighter_skills
Line 4064
 
Line 4126
   more    more
   arch quarterstaff    arch quarterstaff
   more    more
   arch book    arch sorcerer_book_l1
   more    more
   arch book    arch evoker_book_l1
   end    end
 treasure northman_player_items  treasure northman_player_items
   arch bighorned_helmet    arch bighorned_helmet
Line 4151
 
Line 4213
   more    more
   arch skill_flame_touch    arch skill_flame_touch
   more    more
   arch skill_spellcasting    arch skill_pyromancy
   more    more
   arch skill_praying    arch skill_praying
   more    more
Line 4165
 
Line 4227
   arch amulet    arch amulet
   magic 3    magic 3
   more    more
   arch book    arch pyro_book_l1
   more    more
   arch cleric_book    arch cleric_book_l1
   end    end
 treasure fireborn  treasure fireborn
   arch skill_levitate    arch skill_levitate
Line 4178
 
Line 4240
   more    more
   arch skill_flame_touch    arch skill_flame_touch
   more    more
   list spell_skills    arch skill_pyromancy
   more    more
   arch skill_praying    arch skill_praying
   more    more
Line 4190
 
Line 4252
   arch amulet    arch amulet
   magic 3    magic 3
   more    more
   arch cleric_book    arch cleric_book_l1
   more    more
   arch book    arch pyro_book_l1
   more    more
   arch book    arch pyro_book_l1
   more    more
   arch book    arch pyro_book_l1
   end    end
 treasure quetzalcoatl_player_items  treasure quetzalcoatl_player_items
   arch skill_levitate    arch skill_levitate
   more    more
   arch skill_clawing    arch skill_clawing
   more    more
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   more    more
   arch no_class_face_change    arch no_class_face_change
   more    more
   arch skill_spellcasting    arch skill_pyromancy
   end    end
 treasure dragon_player_items  treasure dragon_player_items
   arch dragon_skin_force    arch dragon_skin_force
Line 4220
 
Line 4284
   more    more
   arch skill_woodsman    arch skill_woodsman
   more    more
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   more    more
   arch no_class_face_change    arch no_class_face_change
   more    more
   arch skill_spellcasting    arch skill_evocation
   end    end
 treasure quetzalcoatl  treasure quetzalcoatl
   arch skill_levitate    arch skill_levitate
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
   more    more
   arch skill_missile_weapon    arch skill_missile_weapon
   more    more
Line 4237
 
Line 4305
   more    more
   list basic_skills    list basic_skills
   more    more
   list spell_skills    arch skill_pyromancy
   more    more
   arch book    arch pyro_book_l1
   more    more
   arch book    arch pyro_book
   more    more
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   end    end
 treasure acdc  treasure acdc
   arch ability_fear    arch abil_fear
   more  
   arch ability_lightning  
   more    more
   arch ability_lightning    arch spell_sm_lightning
       nrof 3
   more    more
   arch ability_lightning    arch spell_large_lightning
       nrof 3
   more    more
   arch dragon_steak    arch dragon_steak
   nrof 2    nrof 2
Line 4262
 
Line 4332
   more    more
   arch wand    arch wand
   more    more
     arch staff
     chance 50
     more
   arch wand    arch wand
   chance 50    chance 50
   more    more
Line 4308
 
Line 4381
   magic 3    magic 3
   end    end
 treasure avatar  treasure avatar
   arch ability_petsummoning    arch spell_summon_pet_monster
   more    more
   arch cloak    arch cloak
   chance 50    chance 50
Line 4344
 
Line 4417
   list lich_old    list lich_old
   end    end
 treasure banshee  treasure banshee
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch skill_clawing    arch skill_clawing
   more    more
   arch ability_cause_med_wound    arch spell_cause_medium_wounds
   more    more
   arch ring    arch ring
   chance 50    chance 50
Line 4380
 
Line 4453
   list lich_old    list lich_old
   end    end
 treasure lich_old  treasure lich_old
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_petsummoning    arch spell_summon_pet_monster
   more    more
   arch ability_bullet    arch spell_magic_bullet
   more    more
   arch ability_coldspell    arch abil_large_icestorm
   more    more
   arch sword_3    arch abil_icestorm
     more
     arch sword_2
   chance 90    chance 90
   magic 5    magic 5
   more    more
Line 4421
 
Line 4496
   arch wand    arch wand
   chance 80    chance 80
   more    more
   arch book    arch staff
     chance 20
     more
     list random_books
   more    more
   arch book    list random_books
   chance 70    chance 70
   more    more
   arch ring    arch ring
Line 4462
 
Line 4540
     end      end
   end    end
 treasure spark  treasure spark
   arch ability_lightning    arch spell_sm_lightning
   more      nrof 6
   arch ability_lightning  
   more  
   arch ability_lightning  
   more  
   arch ability_lightning  
   more  
   arch ability_lightning  
   more    more
   arch ability_lightning    arch spell_large_lightning
 #  more      nrof 6
 #  arch ability_ball  
   end    end
 treasure cold_dragon  treasure cold_dragon
   arch ability_cold    arch abil_icestorm
       nrof 2
   more    more
   arch ability_cold    arch abil_large_icestorm
      nrof 2
   end    end
 treasure gdwar_guard  treasure gdwar_guard
   arch axe_5    arch axe_5
Line 4512
 
Line 4584
   nrof 1    nrof 1
   end    end
 treasure DK  treasure DK
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_speedball    arch spell_small_speedball
   more    more
   arch plate_mail    arch plate_mail
   more    more
Line 4558
 
Line 4630
   list dragon_parts    list dragon_parts
     chance 70      chance 70
   more    more
   arch ability_fear    arch abil_fear
     more
     arch spell_dragonbreath
       nrof 5
     more
     arch abil_icestorm
   more    more
   arch ability_dragon    arch abil_large_icestorm
   more    more
   arch ability_cold    arch spell_sm_lightning
   more    more
   arch ability_lightning    arch spell_large_lightning
   more    more
   arch ability_poison    arch abil_poison_cloud
   more    more
   arch ability_pool_chaos    arch spell_create_pool_of_chaos
   more    more
   arch gem    arch gem
     nrof 40      nrof 40
Line 4584
 
Line 4661
     chance 30      chance 30
   end    end
 treasure EDK  treasure EDK
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch plate_mail    arch plate_mail
   more    more
Line 4596
 
Line 4675
   more    more
   arch ring    arch ring
   more    more
   arch book    list random_books
   more    more
   arch ring    arch ring
   more    more
Line 4630
 
Line 4709
     end      end
   end    end
 treasure fire_serpent  treasure fire_serpent
   arch ability_fire    arch abil_burning_hands
     chance 50
     more
     arch abil_medium_fireball
   chance 50    chance 50
   end    end
 treasure serpent  treasure serpent
Line 4667
 
Line 4749
   arch dagger    arch dagger
   magic 3    magic 3
   more    more
   arch book    list random_books
   chance 50    chance 50
   more    more
   arch book    list random_books
   more    more
   arch wand    arch staff
   chance 80    chance 80
   more    more
   arch rod_light    arch rod_light
   chance 30    chance 30
   more    more
   arch ability_fire    arch abil_burning_hands
     chance 20
     more
     arch abil_medium_fireball
   chance 20    chance 20
   more    more
   arch ability_paralyze    arch spell_paralyze
   chance 80    chance 80
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_lightning    arch spell_sm_lightning
   more    more
   arch ability_pool_chaos    arch spell_large_lightning
     more
     arch spell_create_pool_of_chaos
   chance 20    chance 20
   more    more
   arch ability_missile    arch spell_magic_missile
   chance 20    chance 20
   end    end
 treasure lamia  treasure lamia
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_spit_acid    arch ability_spit_acid
   more    more
Line 4728
 
Line 4815
   arch wand    arch wand
   chance 50    chance 50
   more    more
     arch staff
     chance 30
     more
   arch wand    arch wand
   chance 50    chance 50
   more    more
Line 4755
 
Line 4845
   nrof 40    nrof 40
   end    end
 treasure Balrog  treasure Balrog
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_fire    arch abil_burning_hands
   more    more
   arch ability_summon_fire    arch abil_medium_fireball
     more
     arch spell_summon_fire_elemental
   more    more
   arch ring    arch ring
   chance 90    chance 90
Line 4774
 
Line 4866
   arch firebrand    arch firebrand
   end    end
 treasure imp  treasure imp
   arch ability_fire    arch abil_burning_hands
     more
     arch abil_medium_fireball
   end    end
 treasure liv_chaos  treasure liv_chaos
   arch ability_pool_chaos    arch spell_create_pool_of_chaos
   end    end
 treasure lokanth  treasure lokanth
   list standard    list standard
Line 4788
 
Line 4882
   list goblin_parts    list goblin_parts
     chance 40      chance 40
   more    more
   arch skill_melee_weapon    arch skill_one_handed_weapon
     more
     arch skill_two_handed_weapon
   more    more
   arch club    arch club
   chance 40    chance 40
Line 4923
 
Line 5019
   list human_parts    list human_parts
     chance 20      chance 20
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_cause_med_wound    arch spell_cause_medium_wounds
   more    more
   arch ability_petsummoning    arch spell_summon_pet_monster
   more    more
   arch ability_missile    arch spell_magic_missile
   more    more
   arch robe    arch robe
   more    more
Line 4938
 
Line 5034
 treasure holy_priest  treasure holy_priest
   list human_parts    list human_parts
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_cause_ser_wound    arch spell_cause_heavy_wounds
   more    more
   arch ability_petsummoning    arch spell_summon_pet_monster
   more    more
   arch ability_missile    arch spell_magic_missile
   more    more
   arch robe    arch robe
   more    more
Line 4967
 
Line 5063
   arch staff    arch staff
   magic 1    magic 1
   more    more
   arch book    list random_books
   chance 50    chance 50
   more    more
   arch book    list random_books
   chance 50    chance 50
   more    more
   arch wand    arch staff
   chance 30    chance 30
   more    more
   arch ability_paralyze    arch spell_paralyze
   chance 50    chance 50
   no    no
     arch ability_petsummoning      arch spell_summon_pet_monster
     end      end
   more    more
   arch ability_poison    arch abil_poison_cloud
   chance 50    chance 50
   more    more
   arch ability_paralyze    arch spell_paralyze
   chance 20    chance 20
   no    no
     arch ability_fear      arch abil_fear
     end      end
   more    more
   arch ability_missile    arch spell_magic_missile
   chance 20    chance 20
   no    no
     arch ability_cause_med_wound      arch spell_cause_medium_wounds
     end      end
   more    more
   arch ability_pool_chaos    arch spell_create_pool_of_chaos
   chance 20    chance 20
   end    end
 treasure c_priest  treasure c_priest
Line 5006
 
Line 5102
   arch staff    arch staff
   magic 3    magic 3
   more    more
   arch book    arch cleric_book
   chance 50    chance 50
   more    more
   arch book    arch cleric_book
   more    more
   arch wand    arch staff
   chance 80    chance 80
   more    more
   arch rod_light    arch rod_light
Line 5021
 
Line 5117
     chance 30      chance 30
     end      end
   more    more
   arch ability_paralyze    arch spell_paralyze
     more
     arch spell_summon_pet_monster
   more    more
   arch ability_petsummoning    arch abil_poison_cloud
   more    more
   arch ability_poison    arch spell_paralyze
   more    more
   arch ability_paralyze    arch abil_fear
   more    more
   arch ability_fear    arch abil_burning_hands
   more    more
   arch ability_hellfire    arch spell_hellfire
   chance 20    chance 20
   no    no
     arch ability_cause_ser_wound      arch spell_cause_heavy_wounds
     end      end
   more    more
   arch ability_pool_chaos    arch spell_create_pool_of_chaos
   chance 80    chance 80
   end    end
 treasure c_knight  treasure c_knight
Line 5068
 
Line 5166
   chance 20    chance 20
   end    end
 treasure byakie  treasure byakie
   arch ability_fear    arch abil_fear
   end    end
 treasure gargoyle  treasure gargoyle
   list melee_weapons    list melee_weapons
Line 5083
 
Line 5181
     chance 99      chance 99
   end    end
 treasure witch_fire  treasure witch_fire
   arch ability_fire    arch abil_burning_hands
   more    more
   arch ability_fire_wall    arch abil_medium_fireball
   more    more
   arch ability_summon_fire    arch abil_create_fire_wall
     more
     arch spell_summon_fire_elemental
  end   end
 treasure witch_earth  treasure witch_earth
   arch skill_throwing    arch skill_throwing
Line 5102
 
Line 5202
      nrof 2       nrof 2
      end       end
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_thorn_wall    arch spell_wall_of_thorns
   more    more
   arch ability_summon_earth    arch spell_summon_earth_elemental
  end   end
 treasure witch_air  treasure witch_air
   arch ability_lightning    arch spell_sm_lightning
     more
     arch spell_large_lightning
   more    more
   arch ability_poison    arch abil_poison_cloud
   more    more
   arch ability_wind    arch spell_windstorm
   more    more
   arch ability_summon_air    arch spell_summon_air_elemental
  end   end
 treasure witch_water  treasure witch_water
   arch ability_cold    arch abil_icestorm
   more    more
   arch ability_fog    arch abil_large_icestorm
   more    more
   arch ability_slow    arch spell_summon_fog
    more     more
   arch ability_frost_wall    arch abil_slow
   more    more
   arch ability_summon_water    arch abil_create_frost_wall
     more
     arch spell_summon_water_elemental
  end   end
 treasure witch_chaos  treasure witch_chaos
   arch ability_color    arch spell_color_spray
   more    more
   arch ability_b_lightning    arch abil_ball_lightning
       nrof 3
   more    more
   arch ability_pool_chaos    arch spell_create_pool_of_chaos
   more    more
   arch ability_summon_water    arch spell_summon_water_elemental
   more    more
   arch ability_summon_air    arch spell_summon_air_elemental
   more    more
   arch ability_summon_earth    arch spell_summon_earth_elemental
   more    more
   arch ability_summon_fire    arch spell_summon_fire_elemental
   end    end
 treasure giantrat  treasure giantrat
   list giantrat_parts    list giantrat_parts
     chance 30      chance 30
  end   end
 treasure hellhound  treasure hellhound
   arch ability_hellfire    arch abil_burning_hands
   more    more
   arch ability_fear    arch spell_hellfire
     more
     arch abil_fear
  end   end
 treasure shadow  treasure shadow
   arch ability_cancellation    arch spell_cancellation
   more    more
   arch ability_invisible    arch spell_invisible
  end   end
 treasure s_wyvern  treasure s_wyvern
   arch ability_cancellation    arch spell_cancellation
   more    more
   arch ability_invisible    arch spell_invisible
  end   end
 treasure giant_worm  treasure giant_worm
   arch ability_bullet    arch spell_magic_bullet
   more    more
   arch ability_vitriol    arch spell_vitriol
   more    more
   arch ability_slow    arch abil_slow
   more    more
   arch eye    arch eye
   chance 30    chance 30
Line 5181
 
Line 5288
     nrof 7      nrof 7
   end    end
 treasure skree  treasure skree
   arch ability_fear    arch abil_fear
   more    more
   arch ability_paralyze    arch spell_paralyze
   more    more
   arch ability_slow    arch abil_slow
   more    more
   list skree_bits    list skree_bits
   end    end
Line 5201
 
Line 5308
 treasure skeletalmage  treasure skeletalmage
   list standard_old    list standard_old
   more    more
   arch ability_fear    arch abil_fear
   more    more
   arch ability_frostbolt    arch abil_frostbolt
     chance 67      chance 67
 end  end
 treasure behemoth  treasure behemoth
Line 5231
 
Line 5338
 #  #
 # Start of collected .trs files  # Start of collected .trs files
 #  #
   # This is a list of the first level spells for each magic
   # skill - needed to give new characters spellbooks they can use.
   #
   treasureone evocation_l1
     arch spell_icestorm
       chance 5
     more
     arch spell_small_snowstorm
       chance 5
     more
     arch spell_small_bullet
       chance 5
   end
   #
   treasureone praying_l1
     arch spell_cause_light_wounds
       chance 5
     more
     arch spell_holy_word
       chance 5
     more
     arch spell_light
       chance 2
     more
     arch spell_minor_healing
       chance 5
     more
     arch spell_turn_undead
       chance 3
   end
   #
   treasureone sorcery_l1
     arch spell_detect_magic
       chance 2
     more
     arch spell_magic_bullet
       chance 5
     more
     arch spell_magic_missile
       chance 5
     more
     arch spell_slow
       chance 2
   end
   #
   treasureone pyromancy_l1
     arch spell_burning_hands
       chance 5
     more
     arch spell_small_fireball
       chance 5
     more
     arch spell_sm_lightning
       chance 5
   end
   #
   treasureone summoning_l1
     arch spell_lesser_summon_golem
   end
   treasureone talisman
     arch talisman_sorcery
       chance 1
     more
     arch talisman_summoning
       chance 1
     more
     arch talisman_evocation
       chance 1
     more
     arch talisman_pyromancy
       chance 1
   end
   treasure raise_dead_failure
       arch devil
    nrof 5
       more
       arch skull
        nrof 3
   end
   #
   treasure resurrection_failure
       arch skull
    nrof 5
       more
       arch lich
    nrof 3
   end
   #
   treasure reincarnation_failure
       arch lich
    nrof 5
       more
       arch demilich
    nrof 3
       more
       arch spectre
    nrof 1
   end
   #
   # this basically taken from the code.  Not sure if this
   # is still really accurate.
   treasureone reincarnation_races
       arch barbarian
    chance 1
       more
       arch cleric
    chance 1
       more
       arch elf
    chance 1
       more
       arch human
    chance 1
       more
       arch mage
    chance 1
       more
       arch ninja
    chance 1
       more
       arch priest
    chance 1
       more
       arch swashbuckler
    chance 1
       more
       arch thief
    chance 1
       more
       arch viking
    chance 1
       more
       arch warrior
    chance 1
       more
       arch wizard
    chance 1
   end
   treasureone scroll
     arch spell_create_bomb
       chance 1
       nrof 1
     more
     arch spell_summon_golem
       chance 1
       nrof 1
     more
     arch spell_summon_fire_elemental
       chance 1
       nrof 1
     more
     arch spell_summon_earth_elemental
       chance 1
       nrof 1
     more
     arch spell_summon_water_elemental
       chance 1
       nrof 1
     more
     arch spell_summon_air_elemental
       chance 1
       nrof 1
     more
     arch spell_magic_mapping
       chance 3
       nrof 2
     more
     arch spell_destruction
       chance 4
       nrof 3
     more
     arch spell_invisible
       nrof 3
       chance 2
     more
     arch spell_improved_invisibility
       nrof 1
       chance 1
     more
     arch spell_armour
       chance 2
       nrof 3
     more
     arch spell_strength
       nrof 3
       chance 2
     more
     arch spell_dexterity
       nrof 3
       chance 2
     more
     arch spell_constitution
       nrof 3
       chance 2
     more
     arch spell_levitate
       nrof 3
       chance 1
     more
     arch spell_confusion
       nrof 3
       chance 2
     more
     arch spell_dark_vision
       nrof 3
       chance 2
     more
     arch spell_xray
       nrof 3
       chance 1
     more
     arch spell_summon_pet_monster
       nrof 3
       chance 1
     more
     arch spell_charging
       nrof 3
       chance 1
     more
     arch spell_alchemy
       nrof 3
       chance 2
     more
     arch spell_identify
       nrof 9
       chance 10
     more
     arch spell_detect_magic
       nrof 9
       chance 10
     more
     arch spell_detect_monster
       nrof 3
       chance 6
     more
     arch spell_ball_lightning
       nrof 3
       chance 1
     more
     arch spell_faery_fire
       nrof 3
       chance 2
   ###################################################
   # cleric spells
     more
     arch spell_perceive_self
       chance 2
       nrof 2
     more
     arch spell_word_of_recall
       chance 2
       nrof 1
     more
     arch spell_invisible_to_undead
       chance 2
       nrof 2
     more
     arch spell_cure_confusion
       chance 4
       nrof 1
     more
     arch spell_cure_blindness
       chance 1
       nrof 1
     more
     arch spell_cure_disease
       chance 5
       nrof 3
     more
     arch spell_restoration
       chance 1
       nrof 1
     more
     arch spell_protection_from_cold
       nrof 3
       chance 1
     more
     arch spell_protection_from_electricity
       nrof 3
       chance 1
     more
     arch spell_protection_from_fire
       nrof 3
       chance 1
     more
     arch spell_protection_from_poison
       nrof 3
       chance 1
     more
     arch spell_protection_from_slow
       nrof 3
       chance 1
     more
     arch spell_protection_from_paralysis
       nrof 3
       chance 1
     more
     arch spell_protection_from_draining
       nrof 3
       chance 1
     more
     arch spell_protection_from_magic
       nrof 3
       chance 1
     more
     arch spell_protection_from_attack
       nrof 3
       chance 1
     more
     arch spell_protection_from_confusion
       nrof 3
       chance 1
     more
     arch spell_protection_from_cancellation
       nrof 3
       chance 1
     more
     arch spell_protection_from_depletion
       nrof 3
       chance 1
     more
     arch spell_remove_curse
       nrof 2
       chance 4
     more
     arch spell_remove_damnation
       nrof 1
       chance 1
     more
     arch spell_detect_evil
       nrof 3
       chance 5
     more
     arch spell_detect_curse
       nrof 5
       chance 3
     more
     arch spell_show_invisible
       nrof 3
       chance 1
     more
     arch spell_cause_flu
       nrof 3
       chance 2
     more
     arch spell_cause_leprosy
       nrof 3
       chance 1
     more
     arch spell_cause_anthrax
       nrof 3
       chance 1
     more
     arch spell_cause_typhoid
       nrof 3
       chance 1
     more
     arch spell_cause_cold
       nrof 3
       chance 2
   end
   treasureone evoker_book_low
     arch spell_armour
       chance 5
     more
     arch spell_icestorm
       chance 4
     more
     arch spell_small_snowstorm
       chance 8
     more
     arch spell_small_bullet
       chance 8
     more
     arch spell_detect_monster
       chance 8
     more
     arch spell_mana_blast
       chance 2
     more
     arch spell_small_manaball
       chance 3
     more
     arch spell_frostbolt
       chance 3
     more
     arch spell_manabolt
       chance 2
     more
     arch spell_medium_snowstorm
       chance 6
     more
     arch spell_lg_magic_bullet
       chance 4
     more
     arch spell_rune_of_frost
       chance 3
     more
     arch spell_medium_manaball
       chance 2
     more
     arch spell_large_snowstorm
       chance 2
   end
   treasureone evoker_book_medium
     arch spell_bullet_swarm
       chance 1
     more
     arch spell_large_manaball
       chance 1
     more
     arch spell_create_frost_wall
       chance 2
     more
     arch spell_bullet_storm
       chance 1
     more
     arch spell_cancellation
       chance 1
     more
     arch spell_create_pool_of_chaos
       chance 1
   end
   treasureone evoker_book_high
     arch spell_build_bullet_wall
       chance 1
     more
     arch spell_large_icestorm
       chance 1
     arch spell_sigil
       chance 1
   end
   treasureone evocation_book
     list evoker_book_low
       chance 20
       nrof 1
     more
     list evoker_book_medium
       chance 20
       magic 6
       nrof 1
     more
     list evoker_book_high
       chance 20
       magic 11
       nrof 1
   end
   # These are arranged in level, then alphabetical order
   #
   treasureone prayer_book_low
     arch spell_cause_light_wounds
       chance 4
     more
     arch spell_holy_word
       chance 4
     more
     arch spell_light
       chance 3
     more
     arch spell_minor_healing
       chance 5
     more
     arch spell_turn_undead
       chance 4
     more
     arch spell_bless
       chance 3
     more
     arch spell_cause_cold
       chance 5
     more
     arch spell_cause_flu
       chance 5
     more
     arch spell_curse
       chance 3
     more
     arch spell_staff_to_snake
       chance 1
     more
     arch spell_cause_medium_wounds
       chance 3
     more
     arch spell_detect_evil
       chance 5
     more
     arch spell_protection_from_cold
       chance 3
     more
     arch spell_summon_cult_monsters
       chance 2
     more
     arch spell_consecrate
       chance 1
     more
     arch spell_cure_poison
       chance 5
     more
     arch spell_medium_healing
       chance 5
     more
     arch spell_pacify
       chance 3
     more
     arch spell_protection_from_electricity
       chance 3
     more
     arch spell_banishment
       chance 1
     more
     arch spell_cause_heavy_wounds
       chance 2
     more
     arch spell_cause_leprosy
       chance 5
     more
     arch spell_command_undead
       chance 3
     more
     arch spell_cure_disease
       chance 4
     more
     arch spell_darkness
       chance 1
     more
     arch spell_detect_curse
       chance 3
     more
     arch spell_protection_from_fire
       chance 2
   end
   #
   treasureone prayer_book_medium
     arch spell_call_holy_servant
       chance 3
     more
     arch spell_protection_from_poison
       chance 2
     more
     arch spell_cure_confusion
       chance 2
     more
     arch spell_holy_orb
       chance 3
     more
     arch spell_protection_from_confusion
       chance 2
     more
     arch spell_protection_from_depletion
       chance 2
     more
     arch spell_protection_from_slow
       chance 2
     more
     arch spell_regeneration
       chance 1
     more
     arch spell_show_invisible
       chance 1
     more
     arch spell_cause_typhoid
       chance 1
     more
     arch spell_major_healing
       chance 3
     more
     arch spell_protection_from_paralysis
       chance 2
     more
     arch spell_remove_curse
       chance 1
     more
     arch spell_cure_blindness
       chance 2
     more
     arch spell_holy_possession
       chance 3
     more
     arch spell_protection_from_draining
       chance 2
     more
     arch spell_heal
       chance 1
     more
     arch spell_protection_from_magic
       chance 1
     more
   #  arch spell_raise_dead
   #    chance 1
   #  more
     arch spell_summon_avatar
       chance 1
     more
     arch spell_word_of_recall
       chance 1
   end
   #
   treasureone prayer_book_high
     arch spell_protection_from_cancellation
       chance 2
     more
     arch spell_cause_anthrax
       chance 1
     more
     arch spell_glyph
       chance 1
     more
     arch spell_holy_wrath
       chance 1
     more
     arch spell_protection_from_attack
       chance 1
     more
     arch spell_restoration
       chance 1
   #  more
   #  arch spell_resurrection
   #    chance 1
   #  more
   #  arch spell_reincarnation
   #    chance 1
   end
   #
   treasureone prayer_book
     list prayer_book_low
       chance 20
       nrof 1
     more
     list prayer_book_medium
       chance 30
       magic 6
       nrof 1
     more
     list prayer_book_high
       chance 40
       magic 11
       nrof 1
   end
   treasureone pyro_book_low
     arch spell_burning_hands
       chance 8
     more
     arch spell_small_fireball
       chance 8
     more
     arch spell_sm_lightning
       chance 8
     more
     arch spell_firebolt
       chance 4
     more
     arch spell_medium_fireball
       chance 6
     more
     arch spell_faery_fire
       chance 2
     more
     arch spell_large_lightning
       chance 3
     more
     arch spell_rune_of_fire
       chance 5
     more
     arch spell_large_fireball
       chance 2
   end
   treasureone pyro_book_medium
     arch spell_create_bomb
       chance 3
     more
     arch spell_create_fire_wall
       chance 3
     more
     arch spell_rune_of_shocking
       chance 3
     more
     arch spell_rune_of_blasting
       chance 2
   end
   treasureone pyro_book_high
     arch spell_firetrap
       chance 1
     more
     arch spell_build_fireball_wall
       chance 1
     more
     arch spell_build_lightning_wall
       chance 1
   end
   treasureone pyromancy_book
     list pyro_book_low
       chance 20
       nrof 1
     more
     list pyro_book_medium
       chance 30
       magic 6
       nrof 1
     more
     list pyro_book_high
       chance 40
       magic 11
       nrof 1
   end
   treasureone sorcery_book_low
     arch spell_detect_magic
       chance 10
     more
     arch spell_magic_bullet
       chance 10
     more
     arch spell_magic_missile
       chance 8
     more
     arch spell_marking_rune
       chance 5
     more
     arch spell_probe
       chance 6
     more
     arch spell_slow
       chance 7
     more
     arch spell_confusion
       chance 7
     more
     arch spell_paralyze
       chance 8
     more
     arch spell_poison_cloud
       chance 6
     more
     arch spell_strength
       chance 6
     more
     arch spell_charisma
       chance 4
     more
     arch spell_dexterity
       chance 4
     more
     arch spell_constitution
       chance 4
     more
     arch spell_disarm
       chance 1
     more
     arch spell_fear
       chance 5
     more
     arch spell_dark_vision
       chance 2
     more
     arch spell_magic_mapping
       chance 5
     more
     arch spell_steambolt
       chance 1
     more
     arch spell_transference
       chance 1
   end
   treasureone sorcery_book_medium
     arch spell_invisible
       chance 4
     more
     arch spell_levitate
       chance 2
     more
     arch spell_rune_of_transference
       chance 1
     more
     arch spell_animate_weapon
       chance 4
     more
     arch spell_antimagic_rune
       chance 1
     more
     arch spell_mass_confusion
       chance 3
     more
     arch spell_missile_swarm
       chance 1
     more
     arch spell_identify
       chance 5
     more
     arch spell_improved_invisibility
       chance 1
     more
     arch spell_dimension_door
       chance 1
     more
     arch spell_xray
       chance 1
   end
   treasureone sorcery_book_high
     arch spell_magic_drain
       chance 1
     more
     arch spell_magic_rune
       chance 1
     more
     arch spell_rune_of_death
       chance 1
     more
     arch spell_destruction
       chance 1
     more
     arch spell_town_portal
       chance 1
   end
   treasureone sorcery_book
     list sorcery_book_low
       chance 20
       nrof 1
     more
     list sorcery_book_medium
       chance 30
       magic 6
       nrof 1
     more
     list sorcery_book_high
       chance 40
       magic 11
       nrof 1
   end
   treasureone summoner_book_low
     arch spell_create_missile
       chance 1
     more
     arch spell_lesser_summon_golem
       chance 4
     more
     arch spell_earth_to_dust
       chance 2
     more
     arch spell_summon_fog
       chance 2
     more
     arch spell_summon_golem
       chance 8
     more
     arch spell_summon_pet_monster
       chance 7
     more
     arch spell_alchemy
       chance 5
     more
     arch spell_create_earth_wall
       chance 6
     more
     arch spell_summon_earth_elemental
       chance 3
     more
     arch spell_counterspell
       chance 1
     more
     arch spell_charm_monsters
       chance 1
     more
     arch spell_summon_water_elemental
       chance 4
     more
     arch spell_mystic_fist
       chance 1
   end
   treasureone summoner_book_medium
     arch spell_create_food
       chance 4
     more
     arch spell_counterwall
       chance 1
     more
     arch spell_summon_air_elemental
       chance 5
     more
     arch spell_summon_fire_elemental
       chance 2
     more
     arch spell_build_director
       chance 1
   end
   treasureone summoner_book_high
     arch spell_dancing_sword
       chance 1
     more
     arch spell_pentagram
       chance 1
   end
   treasureone summoner_book
     list summoner_book_low
       chance 20
       nrof 1
     more
     list summoner_book_medium
       chance 30
       magic 6
       nrof 1
     more
     list summoner_book_high
       chance 40
       magic 11
       nrof 1
   end
   ##############################################################
   #
   # Pet Monsters -
   #
   treasure mage_pet_monster
     arch bat
       nrof 2
       magic 1
     more
     arch bird
       nrof 1
       magic 3
     more
     arch bee
       nrof 3
       magic 4
     more
     arch spider
       nrof 1
       magic 5
     more
     arch killer_bee
       nrof 2
       magic 6
     more
     arch pixie
       nrof 1
       magic 7
     more
     arch skeleton
       nrof 2
       magic 8
     more
     arch stalker
       nrof 1
       magic 9
     more
     arch devil
       nrof 2
       magic 11
     more
     arch beholder
       nrof 2
       magic 13
     more
     arch dark_elf
       nrof 3
       magic 15
     more
     arch skull
       nrof 1
       magic 17
     more
     arch angel
       nrof 2
       magic 20
     more
     arch vampire
       nrof 1
       magic 25
   end
   # This could be really customized a lot further instead
   # of using the default staff/wand lists.  Set this
   # balance simply because there are a lot more mage type spells
   # then priest ones.
   treasureone rod_spell
     list wand
       chance 7
     more
     list staff
       chance 3
   end
   treasureone staff
     arch spell_sunspear
       nrof 35
       chance 10
     more
     arch spell_turn_undead
       nrof 40
       chance 10
     more
     arch spell_banishment
       nrof 3
       chance 5
     more
     arch spell_darkness
       nrof 10
       chance 10
     more
     arch spell_perceive_self
       nrof 20
       chance 5
     more
     arch spell_word_of_recall
       nrof 3
       chance 5
     more
     arch spell_minor_healing
       nrof 40
       chance 5
     more
     arch spell_medium_healing
       nrof 12
       chance 5
     more
     arch spell_heal
       nrof 5
       chance 5
     arch spell_show_invisible
       nrof 8
       chance 4
     more
     arch spell_cause_flu
       nrof 5
       chance 2
     more
     arch spell_cause_cold
       nrof 5
       chance 2
   end
   treasureone wand
     arch spell_firebolt
       nrof 35
       chance 10
     more
     arch spell_frostbolt
       nrof 30
       chance 10
     more
     arch spell_sm_lightning
       nrof 40
       chance 10
     more
     arch spell_large_lightning
       nrof 20
       chance 10
     more
     arch spell_steambolt
       nrof 10
       chance 10
     more
     arch spell_magic_bullet
       nrof 99
       chance 15
     more
     arch spell_lg_magic_bullet
       nrof 33
       chance 10
     more
     arch spell_small_fireball
       nrof 40
       chance 15
     more
     arch spell_medium_fireball
       nrof 20
       chance 10
     more
     arch spell_large_fireball
       nrof 10
       chance 6
     more
     arch spell_small_snowstorm
       nrof 40
       chance 15
     more
     arch spell_medium_snowstorm
       nrof 20
       chance 10
     more
     arch spell_large_snowstorm
       nrof 10
       chance 5
     more
     arch spell_poison_cloud
       nrof 30
       chance 10
     more
     arch spell_icestorm
       nrof 15
       chance 15
     more
     arch spell_create_bomb
       nrof 5
       chance 5
     more
     arch spell_fear
       nrof 25
       chance 8
     more
     arch spell_slow
       nrof 30
       chance 10
     more
     arch spell_counterspell
       nrof 20
       chance 8
     more
     arch spell_wonder
       nrof 20
       chance 4
     more
     arch spell_burning_hands
       nrof 20
       chance 10
     more
     arch spell_mass_confusion
       nrof 15
       chance 5
     more
     arch spell_magic_missile
       nrof 75
       chance 10
     more
     arch spell_summon_golem
       nrof 10
       chance 10
     more
     arch spell_summon_fire_elemental
       nrof 4
       chance 5
     more
     arch spell_summon_fire_elemental
       nrof 10
       chance 5
     more
     arch spell_summon_water_elemental
       nrof 8
       chance 5
     more
     arch spell_summon_air_elemental
       nrof 6
       chance 5
     more
     arch spell_dimension_door
       nrof 8
       chance 10
     more
     arch spell_magic_mapping
       nrof 20
       chance 10
     more
     arch spell_create_earth_wall
       nrof 12
       chance 8
     more
     arch spell_create_pool_of_chaos
       nrof 10
       chance 6
     more
     arch spell_counterwall
       nrof 30
       chance 10
     more
     arch spell_probe
       nrof 40
       chance 10
     more
     arch spell_summon_pet_monster
       nrof 15
       chance 10
     more
     arch spell_summon_fog
       nrof 10
       chance 8
     more
     arch spell_cancellation
       nrof 10
       chance 3
     more
     arch spell_detect_magic
       nrof 50
       chance 5
     more
     arch spell_ball_lightning
       nrof 30
       chance 1
   # Polymorph is disabled by default.
   #  more
   #  arch spell_polymorph
   #    nrof 20
   #    chance 2
   end
   # end of wand
   # this is really used for wonder - need a source of
   # all spells it should cast - currently, just take all
   # that show up in books.  This should probably be reworked
   # to be more selective, so wonder could at least be considered
   # somewhat useful - maybe toss in some spell that are quest items
   # even to make things interesting.
   treasureone wonder_spells
     list evocation_book
        chance 5
     more
     list sorcery_book
        chance 5
     more
     list pyromancy_book
        chance 5
     more
     list summoner_book
        chance 5
   end


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:05