--- deliantra/server/lib/formulae 2006/06/19 14:49:47 1.3 +++ deliantra/server/lib/formulae 2009/01/04 16:30:39 1.7 @@ -4,15 +4,14 @@ # The code is designed so that any fancy combination # of objects may be combined to comprise a formula. Because # the code only requests that the 'names' (see def below) -# of cauldron ingredients match those listed in the formula -# you can use *anything* found in the game as a possible +# of # you can use *anything* found in the game as a possible # ingredient. Legal names include both obj->name and a # title field, if it exists. Therefore, it *is* legal to use # an artifact like "cloak of protection" as an ingredient. # # Definitions of fields: # -# "Object" This is the title of the formula. In +# "object" This is the title of the formula. In # conjunction with a value in "arch" these # are used to lookup artifacts from the # artifacts file (ie. of ). @@ -63,10 +62,8 @@ # smithery, bowyer, jeweler, alchemy, thaumaturgy, literacy, # woodsman # -# "cauldron" A string, which must be the valid archetype name for an -# archetype. In the example of a true alchemy formula, this -# would be a cauldron. A smithery formula might use something -# like a forge. You can create formulae that are only usable +# "# archetype. In the example of a true alchemy formula, this +# would be a # like a forge. You can create formulae that are only usable # with a specific facilities. This field is required. # # "exp" A required integer. This is the amount of experience a user @@ -93,7 +90,7 @@ # 4) more 'expensive' ingredients for more powerfull # stuff. 'expensive' here means its harder to get, # more costly to buy, rarer to find. -# 5) Run crossfire with the -m9 switch to check your formula - +# 5) Run deliantra with the -m9 switch to check your formula - # It does some sanity checking and price checking # # @@ -107,141 +104,128 @@ # -------------- # # true lead -Object NONE +object NONE arch true_lead yield 2 chance 5 diff 20 exp 100000 skill alchemy -cauldron cauldron ingred lead,pile of philosophical salt,bottle of philosophical oil,pile of philosophical sulphur,pile of philosophical phosphorus # # fixed mercury -Object NONE +object NONE arch fix_mercury yield 2 chance 5 diff 20 exp 100000 skill alchemy -cauldron cauldron ingred mercury,pile of philosophical salt,bottle of philosophical oil,pile of philosophical sulphur,pile of philosophical phosphorus # # mercury -Object NONE +object NONE arch mercury chance 10 diff 5 exp 1000 skill alchemy -cauldron cauldron ingred 3 pile of cinnabar # # philosophical salt -Object NONE +object NONE arch phil_salt chance 10 diff 5 exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of salt # # philosophical sulphur -Object NONE +object NONE arch phil_sulphur chance 10 diff 5 exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of sulphur # # philosophical phosphorus -Object NONE +object NONE arch phil_phosphorus chance 10 diff 5 exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of phosphorus # # philosophical oil -Object NONE +object NONE arch phil_oil chance 9 diff 5 exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 bottle of mineral oil # # water of the wise -Object the wise +object the wise arch water chance 30 diff 8 exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 water # # water of diamond -Object diamond +object diamond arch water chance 30 diff 10 exp 5000 yield 1 skill alchemy -cauldron cauldron ingred water of the wise,3 diamond # # water of ruby -Object ruby +object ruby arch water diff 10 exp 5000 chance 35 skill alchemy -cauldron cauldron ingred 3 ruby,water of the wise # # water of sapphire -Object sapphire +object sapphire arch water diff 10 exp 5000 chance 40 skill alchemy -cauldron cauldron ingred 3 sapphire,water of the wise # # water of emerald -Object emerald +object emerald arch water chance 40 diff 10 exp 5000 skill alchemy -cauldron cauldron ingred 3 emerald,water of the wise # # water of pearl -Object pearl +object pearl arch water chance 40 diff 10 exp 5000 skill alchemy -cauldron cauldron ingred 3 pearl,water of the wise # # @@ -256,184 +240,167 @@ # -- balms of protection -- # # -- fire prot. -Object asbestos +object asbestos arch balm_generic chance 25 diff 15 exp 8000 skill alchemy -cauldron cauldron ingred 3 dragon scale,water of the wise # # -- cold prot. #1 -Object warmth +object warmth arch balm_generic chance 25 diff 16 exp 9000 skill alchemy -cauldron cauldron ingred vampire's heart,water of the wise,icecube # # -- cold prot. #2 -Object warmth +object warmth arch balm_generic chance 25 diff 14 exp 6000 skill alchemy -cauldron cauldron ingred vampire's heart,water of the wise,water of pearl # # -- elect prot. -Object insulation +object insulation arch balm_generic chance 25 diff 14 exp 7000 skill alchemy -cauldron cauldron ingred beholdereye,water of the wise,2 key # # -- phys. prot. -Object aethereality +object aethereality arch balm_generic chance 28 diff 17 exp 8000 skill alchemy -cauldron cauldron ingred 3 ghost's ectoplasm,water of emerald # # -- misc. balms -- # # -- word of recall -Object return home +object return home arch balm_generic chance 2 diff 12 exp 6000 yield 3 skill alchemy -cauldron cauldron ingred 3 xan's wing,3 pixie's wings,3 water of sapphire # # -- invisible -Object transparency +object transparency arch balm_generic chance 8 diff 14 exp 7000 skill alchemy -cauldron cauldron ingred ghost's ectoplasm,water of emerald,3 onion # # -- invisible to undead -Object invisible to undead +object invisible to undead arch balm_generic chance 15 diff 10 exp 5000 skill alchemy -cauldron cauldron ingred zombie's corpse,graveyard dirt # # -- minor heal -Object first aid +object first aid arch balm_generic chance 27 diff 9 exp 4000 skill alchemy -cauldron cauldron ingred water of the wise,mandrake root # # -- levitation -Object flying +object flying arch balm_generic chance 20 diff 13 exp 7000 skill alchemy -cauldron cauldron ingred 2 giant bat's wing,water of the wise # # -- serpent to snake (you rub it on your staff!) -Object the serpent +object the serpent arch balm_generic chance 12 diff 12 exp 6000 skill alchemy -cauldron cauldron ingred snake's skin,bottle of philosophical oil # # Figurines -- these devices should only summon 'golems'; never any # other effects. # # -- summon golem -Object clay +object clay arch figurine_generic chance 8 diff 8 exp 3000 skill alchemy -cauldron cauldron ingred 3 graveyard dirt,water of the wise # # -- summon air elem -Object whirlwind +object whirlwind arch figurine_generic chance 7 diff 20 exp 20000 yield 4 skill alchemy -cauldron cauldron ingred air para-elemental's residue,7 pile of gypsum,bottle of philosophical oil # # -- summon earth elem -Object stone +object stone arch figurine_generic chance 5 diff 20 exp 20000 yield 4 skill alchemy -cauldron cauldron ingred earth para-elemental's residue,7 pile of pyrite,bottle of philosophical oil # # -- summon water elem -Object a great wave +object a great wave arch figurine_generic chance 4 diff 20 exp 20000 yield 4 skill alchemy -cauldron cauldron ingred water para-elemental's residue,7 water,bottle of philosophical oil # # -- summon fire elem -Object a flame +object a flame arch figurine_generic chance 3 diff 20 exp 20000 yield 4 skill alchemy -cauldron cauldron ingred fire para-elemental's residue,7 pile of sulphur,bottle of philosophical oil # # -- mystic fist -Object a clenched hand +object a clenched hand arch figurine_generic chance 1 yield 7 diff 14 exp 10000 skill alchemy -cauldron cauldron ingred figurine of clay,hill giant's hand,bottle of philosophical oil # # Dusts -- these either allow 360 deg 'attacks' or effect some kind of @@ -442,112 +409,102 @@ # -- dusts w/ 360 effect -- # # -- paralyze -Object stasis +object stasis arch dust_generic chance 15 diff 10 exp 5000 skill alchemy -cauldron cauldron ingred mountain stone,goblin's liver # # -- mass confusion -Object madness +object madness arch dust_generic chance 15 diff 12 exp 6000 yield 2 skill alchemy -cauldron cauldron ingred madman's corpse,2 water of the wise # # -- burning hands -Object ignition +object ignition arch dust_generic chance 19 yield 4 diff 15 exp 8000 skill alchemy -cauldron cauldron ingred water of diamond,pile of salt,pile of phosphorus,pile of sulphur # # -- hellfire -Object conflagration +object conflagration arch dust_generic chance 5 yield 4 diff 20 exp 20000 skill alchemy -cauldron cauldron ingred water of diamond,pile of philosophical salt,pile of philosophical phosphorus,pile of philosophical sulphur # # -- counterspell -Object countermagic +object countermagic arch dust_generic chance 23 diff 15 exp 9000 yield 4 skill alchemy -cauldron cauldron ingred 2 lead,pile of philosophical phosphorus # # -- icestorm #1 -Object frost +object frost arch dust_generic chance 18 diff 12 exp 10000 yield 4 skill alchemy -cauldron cauldron ingred icecube,icecube,icecube,water of diamond # # -- icestorm #2 -Object frost +object frost arch dust_generic chance 18 diff 14 exp 8000 yield 3 skill alchemy -cauldron cauldron ingred water of pearl,water of diamond,pile of gypsum # # -- shockwave -Object concussion +object concussion arch dust_generic chance 8 diff 10 exp 5000 yield 2 skill alchemy -cauldron cauldron ingred dust of conflagration,dust of ignition # # -- fear -Object fright +object fright arch dust_generic chance 16 diff 12 exp 6000 yield 2 skill alchemy -cauldron cauldron ingred orc's heart,water of the wise # # -- turn undead -Object repelling undead +object repelling undead arch dust_generic chance 11 diff 9 exp 4500 yield 6 skill alchemy -cauldron cauldron ingred pile of salt,graveyard dirt # # -- face of death -- this is potent stuff!! @@ -560,161 +517,147 @@ # -- dusts of detection -- # # -- magic mapping -Object clairvoyance +object clairvoyance arch dust_generic chance 14 diff 7 exp 4000 yield 6 skill alchemy -cauldron cauldron ingred 2 beholdereye,water of sapphire # # -- show invisible -Object revealing +object revealing arch dust_generic chance 3 diff 9 exp 4500 yield 5 skill alchemy -cauldron cauldron ingred 3 pile of gypsum,Dread's eye,water of emerald # # -- detect magic -Object show enchantment +object show enchantment arch dust_generic chance 38 diff 5 exp 2000 yield 5 skill alchemy -cauldron cauldron ingred pixie dust,pile of pyrite # # -- dark vision -Object night vision +object night vision arch dust_generic chance 17 diff 15 exp 9000 yield 10 skill alchemy -cauldron cauldron ingred beholdereye,3 carrots,water of the wise # # -- xray -Object piercing vision +object piercing vision arch dust_generic chance 11 yield 10 diff 9 exp 4500 skill alchemy -cauldron cauldron ingred water of sapphire,7 carrots # # -- faery fire -Object clinging glow +object clinging glow arch dust_generic chance 21 diff 14 exp 8000 yield 10 skill alchemy -cauldron cauldron ingred pile of pyrite,3 pixie dust,water of the wise # # -- fog, ok, ok. Not a detection spell. Not 360. But where else # to put it? And after all the work I put in this game, # can't I name an artifact after a favorite character? :) # -- b.t. -Object Biren's mist +object Biren's mist arch dust_generic chance 6 diff 15 exp 7000 yield 3 skill alchemy -cauldron cauldron ingred water of the wise,icecube,booze # # biren's mist #2 -Object Biren's mist +object Biren's mist arch dust_generic chance 6 yield 6 diff 14 exp 7500 skill alchemy -cauldron cauldron ingred water of the wise,water of pearl,booze # # -- command undead -Object the Dead +object the Dead arch dust_generic chance 14 diff 14 exp 7000 yield 5 skill alchemy -cauldron cauldron ingred skull's tongue,zombie's corpse,graveyard dirt # # -- light -Object brightness +object brightness arch dust_generic chance 24 diff 12 exp 6000 yield 6 skill alchemy -cauldron cauldron ingred torch,water of ruby,pile of sulphur # # -- darkness -Object impenatrability +object impenatrability arch dust_generic chance 15 diff 18 exp 12000 yield 3 skill alchemy -cauldron cauldron ingred burnt out torch,lead,dust of Biren's mist # # -- mana blast -Object consuming wrath +object consuming wrath arch dust_generic chance 16 diff 18 exp 12000 yield 5 skill alchemy -cauldron cauldron ingred water of diamond,pile of phosphorus,lead,pile of sulphur # # -- medium mana ball -Object encompassing rage +object encompassing rage arch dust_generic chance 4 diff 20 exp 20000 yield 5 skill alchemy -cauldron cauldron ingred water of diamond,pile of philosophical phosphorus,lead,pile of philosophical sulphur # # # -- medium snowstowm -Object blizzards +object blizzards arch dust_generic chance 5 yield 5 diff 15 exp 10000 skill alchemy -cauldron cauldron ingred water of sapphire,dust of frost,bottle of philosophical oil # # Potions -- these give 'non-contact' protections, have @@ -726,57 +669,52 @@ # permantent stat raising items is a playbalance no no I think). # # -- strength spell -Object strength +object strength arch potion_generic chance 18 diff 16 exp 12000 skill alchemy -cauldron cauldron ingred 3 water of the wise,ogre's arm,pile of philosophical salt # # -- dex spell -Object agility +object agility arch potion_generic chance 18 diff 16 exp 12000 yield 7 skill alchemy -cauldron cauldron ingred 3 water of the wise,pixie dust,pile of philosophical salt # # -- con spell -Object fortitude +object fortitude arch potion_generic chance 17 diff 16 exp 12000 yield 7 skill alchemy -cauldron cauldron ingred 3 water of the wise,small troll's liver,pile of philosophical salt # # -- cha spell (gets rid of wrinkles, better as balm! :) -Object beauty +object beauty arch balm_generic chance 5 diff 16 exp 12000 yield 7 skill alchemy -cauldron cauldron ingred woman's head,3 mint sprig,water of the wise # # -- heroism -Object NONE +object NONE arch potion_heroism chance 11 diff 16 exp 12000 yield 8 skill alchemy -cauldron cauldron ingred ogre's heart,3 water of the wise,pile of philosophical salt,pirate's heart # # -- immunity potion, these are separate archs each already -- @@ -784,401 +722,366 @@ # # -- fire immune # (quest: peterm/FireTemple) -Object NONE +object NONE arch potion_cold chance 0 diff 50 exp 500000 yield 10 skill alchemy -cauldron cauldron ingred fire para-elemental's residue,3 balm of asbestos,dragon's steak,7 water of ruby keycode fire alchemist # # -- cold immune -Object NONE +object NONE arch potion_fire chance 1 diff 50 exp 500000 yield 10 skill alchemy -cauldron cauldron ingred ice para-elemental's residue,3 balm of warmth,chinese dragon's steak,7 water of sapphire # # -- guess what this is.... -Object NONE +object NONE arch potion_invulnerability chance 0 diff 50 exp 500000 yield 4 skill alchemy -cauldron cauldron ingred spectre's ectoplasm,demon's head,7 water of ruby,3 balm of aethereality # # -- magic immunity (very powerful) -Object magic resistance +object magic resistance arch potion_generic chance 0 diff 50 exp 500000 yield 14 skill alchemy -cauldron cauldron ingred block of true lead,demon's heart,7 water of diamond,3 potion of resist magic # # -- electric immunity (very powerful) -Object shock resistance +object shock resistance arch potion_generic chance 0 diff 50 exp 500000 yield 14 skill alchemy -cauldron cauldron ingred lightning para-elemental's residue,block of fixed mercury,titan's head,7 water of ruby # # -- prot from magic -Object resist magic +object resist magic arch potion_generic chance 25 diff 20 exp 20000 yield 2 skill alchemy -cauldron cauldron ingred water of ruby,beholder's tongue,mandrake root # # -- prot from confusion -Object resist confusion +object resist confusion arch potion_generic chance 22 diff 20 exp 20000 skill alchemy -cauldron cauldron ingred madman's head,beholdereye,water of ruby # # -- prot from draining -Object resist draining +object resist draining arch potion_generic chance 21 diff 15 exp 12000 yield 10 skill alchemy -cauldron cauldron ingred wight's corpse,water of ruby,graveyard dirt # # -- prot from paralysis -Object resist paralysis +object resist paralysis arch potion_generic chance 24 diff 14 exp 11000 yield 10 skill alchemy -cauldron cauldron ingred mercury,water of ruby,cunning gnome's corpse # # -- prot from slow -Object resist slow +object resist slow arch potion_generic chance 24 diff 14 exp 11000 yield 10 skill alchemy -cauldron cauldron ingred water of ruby,2 xan's wing # # -- prot from poison -Object resist poison +object resist poison arch potion_generic chance 20 diff 15 exp 12000 yield 10 skill alchemy -cauldron cauldron ingred scorpion's stinger,water of ruby,clover # # -- curative potion # # -- cure blindness -Object cure vision +object cure vision arch potion_generic chance 15 diff 12 exp 9000 yield 5 skill alchemy -cauldron cauldron ingred man's eye,carrots,balm of first aid # # -- cure poison -Object cure poison +object cure poison arch potion_generic chance 16 diff 12 exp 9000 yield 5 skill alchemy -cauldron cauldron ingred snake's skin,apple,balm of first aid # # -- cure confusion -Object cure madness +object cure madness arch potion_generic chance 17 diff 12 exp 9000 yield 9 skill alchemy -cauldron cauldron ingred madman's head,apple,balm of first aid # # -- potion casting other magic, dedicated archs first, then potion_gen # # -- sp regen. Recipe #1 -Object NONE +object NONE arch potion_magic chance 0 diff 20 exp 20000 yield 5 skill alchemy -cauldron cauldron ingred 3 potion of mystic power,block of fixed mercury,water of diamond # # -- sp regen. Recipe #2 -Object NONE +object NONE arch potion_magic chance 0 diff 20 exp 25000 yield 4 skill alchemy -cauldron cauldron ingred potion of mystic power,mushroom of Magic,water of diamond # # -- restoration -Object NONE +object NONE arch potion_restoration chance 7 diff 10 exp 10000 yield 5 skill alchemy -cauldron cauldron ingred unicorn horn,3 booze # # -- healing recipe #1 -Object NONE +object NONE arch potion_heal chance 4 diff 13 exp 13000 yield 4 skill alchemy -cauldron cauldron ingred potion of life,mushroom of Healing,red rose # # -- healing recipe #2 -Object NONE +object NONE arch potion_heal chance 2 diff 13 exp 13000 yield 5 skill alchemy -cauldron cauldron ingred unicorn horn,balm of first aid,red rose # # -- regeneration -Object recuperation +object recuperation arch potion_generic chance 9 diff 13 exp 13000 yield 7 skill alchemy -cauldron cauldron ingred troll's liver,water of the wise,3 booze # # -- haste -Object speed +object speed arch potion_generic chance 1 diff 20 exp 20000 yield 4 skill alchemy -cauldron cauldron ingred pixie's wings,xan's wing,water of diamond # # -- transfer -Object mystic power +object mystic power arch potion_generic chance 8 diff 12 exp 12000 yield 6 skill alchemy -cauldron cauldron ingred 3 water of diamond,sage's head,clover # # -- perceive self -Object self knowledge +object self knowledge arch potion_generic chance 20 diff 10 exp 10000 yield 3 skill alchemy -cauldron cauldron ingred sage's head,water of the wise # # -- cure disease -Object cure disease +object cure disease arch potion_generic chance 20 diff 5 exp 5000 yield 5 skill alchemy -cauldron cauldron ingred booze,balm of first aid,red rose # # -- attack potion. Drinker/target is effected adversely # # -- sm. lightning -Object electric shock +object electric shock arch potion_generic chance 4 diff 10 exp 10000 yield 3 skill alchemy -cauldron cauldron ingred lightning para-elemental's residue,water of diamond # # -- firebolt -Object fire +object fire arch potion_generic chance 4 diff 10 exp 10000 yield 3 skill alchemy -cauldron cauldron ingred fire para-elemental's residue,water of ruby # # -- frostbolt -Object freezing +object freezing arch potion_generic chance 4 diff 10 exp 10000 yield 3 skill alchemy -cauldron cauldron ingred ice para-elemental's residue,water of sapphire # # -- sunspear -Object sunfire +object sunfire arch potion_generic chance 4 diff 10 exp 10000 yield 3 skill alchemy -cauldron cauldron ingred lava para-elemental's residue,water of diamond # # -- comet -Object black fire +object black fire arch potion_generic chance 2 diff 10 exp 10000 yield 5 skill alchemy -cauldron cauldron ingred potion of fire,potion of sunfire,water of diamond # # -- meteor storm, very powerful. -Object fiery destruction +object fiery destruction arch potion_generic chance 0 diff 50 exp 50000 yield 6 skill alchemy -cauldron cauldron ingred potion of black fire,water of diamond,water of ruby,water of sapphire,water of emerald # # -- s. fireball -Object firestorm +object firestorm arch potion_generic chance 12 diff 18 exp 18000 yield 7 skill alchemy -cauldron cauldron ingred dust of ignition,3 booze,bottle of philosophical oil # # -- m. fireball -Object great firestorm +object great firestorm arch potion_generic chance 4 diff 18 exp 18000 yield 7 skill alchemy -cauldron cauldron ingred dust of conflagration,3 booze,bottle of philosophical oil # # -- poison cloud -Object noxious fumes +object noxious fumes arch potion_generic chance 15 diff 18 exp 18000 yield 7 skill alchemy -cauldron cauldron ingred 3 xan's wing,water of emerald # # -- color spray. very powerful, probably should be a quest item -Object Rainbow Wave +object Rainbow Wave arch potion_generic chance 0 diff 50 exp 100000 yield 6 skill alchemy -cauldron cauldron ingred wyvern of chaos's steak,7 water of diamond,potion of electric shock,skull's tongue # # -- ball lightning -Object lasting shock +object lasting shock arch potion_generic chance 3 diff 28 exp 40000 yield 3 skill alchemy -cauldron cauldron ingred 3 water of diamond,3 potion of electric shock,electric dragon's steak # # ------------------- # Missile weapons # ------------------- # -Object Slay Dragon +object Slay Dragon arch arrow chance 3 trans 1 @@ -1186,10 +1089,9 @@ exp 5000 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,dragon's claw # -Object Slay Dragon +object Slay Dragon arch bolt chance 4 diff 5 @@ -1197,11 +1099,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,dragon's claw # # -Object Assassinating Dragons +object Assassinating Dragons arch bolt chance 0 diff 30 @@ -1209,11 +1110,10 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 bolt,dragon's heart,water of emerald,scorpion's stinger # # -Object Assassinating Dragons +object Assassinating Dragons arch arrow chance 0 diff 30 @@ -1221,10 +1121,9 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 arrow,dragon's heart,water of emerald,scorpion's stinger # -Object Assassinating Trolls +object Assassinating Trolls arch bolt chance 0 diff 30 @@ -1232,11 +1131,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,troll's heart,scorpion's stinger # # -Object Assassinating Trolls +object Assassinating Trolls arch arrow chance 0 diff 30 @@ -1244,11 +1142,10 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 arrow,troll's heart,scorpion's stinger # # -Object Blessedness +object Blessedness arch bolt chance 0 diff 30 @@ -1256,11 +1153,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,unicorn horn,2 water of sapphire # # -Object Blessedness +object Blessedness arch arrow chance 0 diff 30 @@ -1268,11 +1164,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,unicorn horn,2 water of sapphire # # -Object Magic +object Magic arch arrow chance 4 diff 5 @@ -1280,11 +1175,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,potion of mystic power # # -Object Magic +object Magic arch bolt chance 4 diff 5 @@ -1292,11 +1186,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,potion of mystic power # # -Object Fire +object Fire arch arrow chance 4 trans 1 @@ -1304,11 +1197,10 @@ exp 5000 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,wyvern's steak # # -Object Fire +object Fire arch bolt chance 4 diff 5 @@ -1316,11 +1208,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,wyvern's steak # # -Object Frost +object Frost arch arrow chance 4 diff 5 @@ -1328,11 +1219,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,ghost's ectoplasm # # -Object Frost +object Frost arch bolt chance 4 diff 5 @@ -1340,11 +1230,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,ghost's ectoplasm # # -Object Lightning +object Lightning arch arrow chance 4 diff 5 @@ -1352,11 +1241,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,skull's tooth # # -Object Lightning +object Lightning arch bolt chance 4 diff 5 @@ -1364,11 +1252,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,skull's tooth # # -Object Paralysis +object Paralysis arch arrow chance 4 diff 5 @@ -1376,11 +1263,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,beholdereye # # -Object Paralysis +object Paralysis arch bolt chance 4 diff 5 @@ -1388,11 +1274,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,beholdereye # # -Object Poison +object Poison arch arrow chance 4 diff 5 @@ -1400,11 +1285,10 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,scorpion's stinger # # -Object Poison +object Poison arch bolt chance 4 diff 5 @@ -1412,14 +1296,13 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,scorpion's stinger # # ------------------- # Cloaks # ------------------- # -Object minor protection +object minor protection arch cloak chance 5 diff 5 @@ -1427,10 +1310,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,balm of aethereality # -Object intermediate protection +object intermediate protection arch cloak chance 4 diff 10 @@ -1438,10 +1320,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,ghost's ectoplasm,balm of aethereality # -Object greater protection +object greater protection arch cloak chance 2 diff 20 @@ -1449,10 +1330,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,spectre's ectoplasm,potion of aethereality # -Object Insulation +object Insulation arch cloak chance 3 diff 10 @@ -1460,10 +1340,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 electric dragon's steak,balm of insulation # -Object Warmth +object Warmth arch cloak diff 10 exp 10000 @@ -1471,10 +1350,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 chinese dragon's steak,balm of insulation # -Object Asbestos +object Asbestos arch cloak chance 3 diff 10 @@ -1482,10 +1360,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 dragon's steak,balm of insulation # -Object Acid Proofing +object Acid Proofing arch cloak chance 3 diff 25 @@ -1493,10 +1370,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,gaelotroll's corpse,block of true lead # -Object Lythander +object Lythander arch cloak chance 1 diff 25 @@ -1504,10 +1380,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,Dread's eye,holy symbol,2 potion of power # -Object Gaea +object Gaea arch cloak chance 1 yield 1 @@ -1515,10 +1390,9 @@ trans 1 exp 55000 skill woodsman -cauldron tanbench ingred cloak,balm of asbestos,balm of insulation,balm of warmth,holy symbol # -Object the Magi +object the Magi arch cloak chance 1 diff 26 @@ -1526,10 +1400,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,potion of wisdom,2 potion of power # -Object Unholy Protection +object Unholy Protection arch cloak chance 3 diff 25 @@ -1537,14 +1410,13 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,ring of Doom,amulet of Unholiness,lich dust,vampire's heart # # ------------------- # Boots # ------------------- # -Object granite +object granite arch high_boots,high_boots_b,high_boots_w chance 5 diff 5 @@ -1552,10 +1424,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,3 lead # -Object granite +object granite arch low_boots chance 5 diff 5 @@ -1563,10 +1434,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,3 lead # -Object mobility +object mobility arch low_boots chance 3 diff 10 @@ -1574,10 +1444,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,beholdereye,3 lead # -Object mobility +object mobility arch elvenboots chance 1 diff 10 @@ -1585,10 +1454,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred elven boots,Dread's eye,block of true lead # -Object mobility +object mobility arch levitationboots chance 1 diff 20 @@ -1596,10 +1464,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred levitation boots,Dread's eye,block of true lead # -Object clawing +object clawing arch low_boots chance 5 diff 10 @@ -1607,10 +1474,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,goblin's head,lead # -Object clawing +object clawing arch high_boots,high_boots_b,high_boots_w chance 5 diff 10 @@ -1618,10 +1484,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,goblin's head,lead # -Object steel +object steel arch high_boots,high_boots_b,high_boots_w chance 5 diff 15 @@ -1629,10 +1494,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,3 mithril crystal # -Object steel +object steel arch low_boots chance 5 diff 15 @@ -1640,14 +1504,13 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,3 mithril crystal # # ------------------- # Armour # ------------------- # -Object Gorokh +object Gorokh arch scale_mail,b_scale_mail chance 3 diff 12 @@ -1655,10 +1518,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,potion of magic resistance,demon's head # -Object Gorokh +object Gorokh arch plate_mail,b_plate_mail chance 3 diff 12 @@ -1666,10 +1528,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,potion of magic resistance,demon's head # -Object Gnarg +object Gnarg arch scale_mail,b_scale_mail chance 4 diff 15 @@ -1677,10 +1538,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,potion of resist poison,troll's heart # -Object Gnarg +object Gnarg arch plate_mail,b_plate_mail chance 4 diff 18 @@ -1688,10 +1548,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,potion of resist poison,troll's heart # -Object Protection +object Protection arch scale_mail,b_scale_mail chance 6 diff 25 @@ -1699,10 +1558,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,amulet of Shielding,lead # -Object Protection +object Protection arch plate_mail,b_plate_mail chance 6 diff 30 @@ -1710,10 +1568,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,amulet of Shielding,3 lead # -Object Berwean +object Berwean arch plate_mail,b_plate_mail chance 4 diff 10 @@ -1721,10 +1578,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,3 pixie's wings,3 xan's wing # -Object Berwean +object Berwean arch mithril_chainmail chance 2 diff 20 @@ -1732,10 +1588,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred mithril chainmail,3 pixie's wings,3 xan's wing,potion of speed # -Object Ruggilli +object Ruggilli arch dragon_mail chance 1 diff 30 @@ -1743,10 +1598,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dragon mail,3 dragon's steak,dragon's eye,dragon scale,fire para-elemental's residue # -Object Ruggilli +object Ruggilli arch scale_mail,b_scale_mail chance 2 diff 25 @@ -1754,10 +1608,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,wyvern's steak,dragon scale,fire para-elemental's residue # -Object Gaea +object Gaea arch leather_armour chance 3 diff 15 @@ -1765,10 +1618,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred armour,potion of resist draining,potion of recuperation # -Object Gaea +object Gaea arch ring_mail chance 3 diff 12 @@ -1776,10 +1628,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred hauberk,potion of resist draining,potion of recuperation # -Object Protection +object Protection arch chain_mail chance 5 diff 20 @@ -1787,10 +1638,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred chain mail,balm of aethereality,lead # -Object Protection +object Protection arch ring_mail2 chance 5 diff 20 @@ -1798,10 +1648,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred ring mail,balm of aethereality,lead # -Object Power +object Power arch plate_mail,b_plate_mail chance 2 diff 40 @@ -1809,10 +1658,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,3 dragon's steak,balm of aethereality,potion of strength # -Object Displacement +object Displacement arch robe,robe2 diff 20 exp 50000 @@ -1820,10 +1668,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred robe,balm of transparency,3 mercury # -Object metal weave +object metal weave arch robe,robe2 diff 10 exp 20000 @@ -1831,24 +1678,22 @@ trans 1 yield 1 skill smithery -cauldron forge ingred robe,lead,balm of aethereality # -Object NONE +object NONE arch elven_robe diff 40 exp 150000 chance 2 yield 1 skill smithery -cauldron forge ingred robe,potion of dexterity,3 potion of resist confusion,clover,unicorn horn # # ------------------ # Helmets # ------------------ # -Object Xebinon +object Xebinon arch helmet,a_helmet,b_helmet chance 2 diff 5 @@ -1856,10 +1701,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,magic power potion,bottle of philosophical oil # -Object Dark Vision +object Dark Vision arch helmet,a_helmet,b_helmet chance 3 diff 5 @@ -1867,10 +1711,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,3 dust of night vision,bottle of philosophical oil # -Object Might +object Might arch full_helmet,b_full_helmet chance 3 diff 10 @@ -1878,10 +1721,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,potion of strength,ogre's corpse,bottle of philosophical oil # -Object Valriel +object Valriel arch full_helmet,b_full_helmet chance 4 diff 10 @@ -1889,10 +1731,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,3 balm of beauty,bottle of philosophical oil # -Object Argoth +object Argoth arch full_helmet,b_full_helmet chance 2 diff 12 @@ -1900,10 +1741,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,3 dragon's steak,mithril crystal,bottle of philosophical oil # -Object Lythander +object Lythander arch helmet,a_helmet,b_helmet chance 5 diff 6 @@ -1911,10 +1751,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,clover,bottle of philosophical oil # -Object Sorig +object Sorig arch crown,crown_dark,crown_gray,crown_r,crown_white chance 3 diff 20 @@ -1922,14 +1761,13 @@ trans 1 yield 1 skill smithery -cauldron forge ingred crown,lightning para-elemental's residue,balm of insulation,bottle of philosophical oil # # ------------------ # Shields # ------------------ # -Object Deflection +object Deflection arch high_shield chance 5 diff 5 @@ -1937,10 +1775,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred high shield,balm of aethereality,3 lead # -Object Mostrai +object Mostrai arch small_shield,b_small_shield chance 3 diff 7 @@ -1948,10 +1785,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred small shield,balm of asbestos,mithril crystal # -Object Mostrai +object Mostrai arch high_shield chance 3 diff 7 @@ -1959,10 +1795,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred high shield,balm of asbestos,mithril crystal # -Object Gnarg +object Gnarg arch spiked_shield chance 3 diff 7 @@ -1970,14 +1805,13 @@ trans 1 yield 1 skill smithery -cauldron forge ingred spiked shield,pixie dust,booze # # ------------------ # Gauntlets / Gloves # ------------------ # -Object Havok +object Havok arch gloves,gloves_b,gloves_w chance 4 diff 5 @@ -1985,10 +1819,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred gloves,ogre's corpse,bottle of philosophical oil # -Object marksmanship +object marksmanship arch gloves,gloves_b,gloves_w chance 5 trans 1 @@ -1996,10 +1829,9 @@ diff 8 exp 16000 skill woodsman -cauldron tanbench ingred gloves,5 arrow of Accuracy,bottle of mineral oil # -Object Sorig +object Sorig arch gloves,gloves_b,gloves_w chance 3 trans 1 @@ -2007,10 +1839,9 @@ diff 13 exp 20000 skill woodsman -cauldron tanbench ingred gloves,hill giant's hand,lightning para-elemental's residue,bottle of philosophical oil # -Object the Titans +object the Titans arch gauntlets,b_gauntlets chance 3 diff 14 @@ -2018,10 +1849,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred gauntlets,hill giant's heart,bottle of philosophical oil # -Object bladed steel +object bladed steel arch gloves,gloves_b,gloves_w chance 5 diff 10 @@ -2029,10 +1859,9 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred gloves,hill giant's hand,bottle of mineral oil # -Object Sorig +object Sorig arch gauntlets,b_gauntlets chance 1 diff 35 @@ -2040,14 +1869,13 @@ trans 1 yield 1 skill smithery -cauldron forge ingred gauntlets,hill giant's hand,lightning para-elemental's residue,bottle of philosophical oil,electric dragon's steak # # ------------------ # Bows / Crossbows # ------------------ # -Object Auriga +object Auriga arch bow chance 1 trans 1 @@ -2055,10 +1883,9 @@ diff 15 exp 15000 skill bowyer -cauldron workbench ingred bow,3 potion of strength,hill giant's corpse,troll's heart # -Object Thunder +object Thunder arch bow chance 3 diff 16 @@ -2066,10 +1893,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred bow,titan's head,dust of stasis # -Object Thunder +object Thunder arch crossbow chance 3 diff 16 @@ -2077,10 +1903,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,titan's head,dust of stasis # -Object Lythander +object Lythander arch longbow chance 5 diff 10 @@ -2088,10 +1913,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred long bow,4 clover,troll's liver # -Object Ruggilli +object Ruggilli arch crossbow chance 4 diff 12 @@ -2099,10 +1923,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,3 potion of fire,dragon's wing # -Object Sorig +object Sorig arch huntersbow chance 5 diff 12 @@ -2110,10 +1933,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred hunter's bow,potion of lasting shock,lightning para-elemental's residue # -Object Accuracy +object Accuracy arch bow chance 10 diff 3 @@ -2121,10 +1943,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred bow,3 mushroom of Quickness,mercury # -Object Valriel +object Valriel arch compositebow chance 9 diff 5 @@ -2132,10 +1953,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred composite bow,demon's head,3 dust of frost # -Object Gorokh +object Gorokh arch longbow chance 2 diff 20 @@ -2143,10 +1963,9 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred long bow,3 dust of conflagration,gaelotroll's liver,ogre's heart # -Object Mostrai +object Mostrai arch crossbow diff 18 chance 3 @@ -2155,14 +1974,13 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,3 dust of consuming wrath,hill giant's heart,3 mithril crystal # # ------------------ # Weapons # ------------------ # -Object Madness +object Madness arch dagger,b_dagger chance 5 diff 5 @@ -2170,10 +1988,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,madman's head,bottle of mineral oil # -Object Poisoning +object Poisoning arch dagger,b_dagger chance 5 diff 5 @@ -2181,10 +1998,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,xan's wing,bottle of mineral oil # -Object Poisoning +object Poisoning arch falchion chance 3 diff 6 @@ -2192,10 +2008,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred falchion,3 xan's wing,bottle of philosophical oil # -Object Fear +object Fear arch morningstar chance 5 diff 8 @@ -2203,10 +2018,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred morningstar,wyvern's steak,bottle of philosophical oil # -Object Fear +object Fear arch club chance 5 diff 4 @@ -2214,10 +2028,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred club,wyvern's steak,bottle of philosophical oil # -Object Fear +object Fear arch big_club chance 5 diff 5 @@ -2225,10 +2038,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred large club,wyvern's steak,bottle of philosophical oil # -Object Gnarg +object Gnarg arch sword,b_sword_1,b_sword_2,sword_2 chance 5 diff 8 @@ -2236,10 +2048,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long sword,3 xan's wing,bottle of philosophical oil # -Object Gnarg +object Gnarg arch stonehammer chance 5 diff 8 @@ -2247,10 +2058,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred stonehammer,3 xan's wing,bottle of philosophical oil # -Object Kragi +object Kragi arch sword_4 chance 10 trans 1 @@ -2258,10 +2068,9 @@ diff 10 exp 10000 skill smithery -cauldron forge ingred sword,potion of health,bottle of philosophical oil # -Object Kragi +object Kragi arch hammer chance 10 diff 11 @@ -2269,10 +2078,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred hammer,potion of health,bottle of philosophical oil # -Object Slay Ogre +object Slay Ogre arch sword_4 chance 6 diff 7 @@ -2280,10 +2088,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred sword,ogre's heart,bottle of philosophical oil # -Object Slay Ogre +object Slay Ogre arch axe_5 chance 6 diff 6 @@ -2291,10 +2098,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred vicious axe,ogre's heart,bottle of philosophical oil # -Object Valriel +object Valriel arch morningstar chance 3 diff 12 @@ -2302,10 +2108,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred morningstar,demon's head,bottle of philosophical oil # -Object Valriel +object Valriel arch katana_1 diff 13 exp 16000 @@ -2313,10 +2118,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred katana,demon's head,bottle of philosophical oil # -Object Gorokh +object Gorokh arch broadsword,b_bsword_1,b_bsword_2,broadsword_2 chance 3 diff 15 @@ -2324,10 +2128,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred broadsword,light angel's head,bottle of philosophical oil # -Object Gorokh +object Gorokh arch poleaxe chance 3 diff 16 @@ -2335,10 +2138,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred poleaxe,light angel's head,bottle of philosophical oil # -Object the Devourers +object the Devourers arch mace,mace_2 diff 20 exp 32000 @@ -2346,10 +2148,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred mace,ice para-elemental's residue,bottle of philosophical oil # -Object the Devourers +object the Devourers arch nunchacu_1,nunchacu_2 chance 3 diff 25 @@ -2357,10 +2158,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred nunchacu,ice para-elemental's residue,bottle of mineral oil # -Object Slay Troll +object Slay Troll arch sword,b_sword_1,b_sword_2,sword_2 chance 5 diff 10 @@ -2368,10 +2168,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long sword,small troll's heart,bottle of philosophical oil # -Object Slay Troll +object Slay Troll arch b_ssword_1,b_ssword_2,shortsword,shortsword_2 chance 5 diff 10 @@ -2379,10 +2178,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shortsword,small troll's heart,bottle of philosophical oil # -Object Slay Undead +object Slay Undead arch axe,axe_2,axe_3,axe_4,b_axe1,dhaxe2,shaxe1 chance 5 yield 1 @@ -2390,10 +2188,9 @@ trans 1 exp 8000 skill smithery -cauldron forge ingred axe,zombie's corpse,bottle of philosophical oil # -Object Slay Undead +object Slay Undead arch shortsword_2,b_ssword_1,b_ssword_2,shortsword chance 5 diff 5 @@ -2401,11 +2198,10 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shortsword,zombie's corpse,bottle of philosophical oil # # this ones just an upgrade - robbing it of possible god enchantments -Object Slay Undead +object Slay Undead arch skullcleaver chance 5 diff 30 @@ -2413,10 +2209,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred Skullcleaver,vampire's heart,bottle of philosophical oil # -Object Slay Beholder +object Slay Beholder arch lspear chance 5 diff 15 @@ -2424,10 +2219,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long spear,3 beholdereye,bottle of philosophical oil # -Object Slay Beholder +object Slay Beholder arch taifu_1 chance 5 diff 18 @@ -2435,10 +2229,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred Taifu,3 beholdereye,bottle of philosophical oil # -Object Slay Dragon +object Slay Dragon arch mace,mace_2 diff 20 exp 40000 @@ -2446,12 +2239,11 @@ trans 1 yield 1 skill smithery -cauldron forge ingred mace,3 dragon's steak,bottle of philosophical oil # # frostbrand and firebrand have only fire/cold attacks - so will do no damage # to the wrong kind of dragon. Again we rob potential god enchantments -Object Slay Dragon +object Slay Dragon arch firebrand chance 5 diff 30 @@ -2459,10 +2251,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred Firebrand,3 chinese dragon's steak,chinese dragon's heart,bottle of philosophical oil # -Object Slay Dragon +object Slay Dragon arch frostbrand chance 5 diff 30 @@ -2470,10 +2261,10 @@ trans 1 yield 1 skill smithery -cauldron forge + ingred Frostbrand,3 dragon's steak,dragon's heart,bottle of philosophical oil # -Object Glamdri +object Glamdri arch sabre diff 10 exp 12000 @@ -2481,10 +2272,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred sabre,potion of resist magic,beholdereye,bottle of philosophical oil # -Object Glamdri +object Glamdri arch light_sword,b_lsword chance 2 diff 11 @@ -2492,10 +2282,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred light sword,potion of resist magic,beholdereye,bottle of philosophical oil # -Object Sorig +object Sorig arch scimitar,b_scimitar chance 3 diff 14 @@ -2503,10 +2292,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scimitar,lightning para-elemental's residue,bottle of philosophical oil # -Object Sorig +object Sorig arch poleaxe chance 3 diff 16 @@ -2514,10 +2302,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred poleaxe,lightning para-elemental's residue,bottle of philosophical oil # -Object Ruggilli +object Ruggilli arch large_morningstar chance 3 diff 14 @@ -2525,10 +2312,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred large morningstar,wyvern's steak,bottle of philosophical oil # -Object Ruggilli +object Ruggilli arch trident chance 3 diff 15 @@ -2536,10 +2322,9 @@ trans 1 yield 1 skill smithery -cauldron forge ingred trident,wyvern's steak,bottle of philosophical oil # -Object Paralysis +object Paralysis arch dagger,b_dagger chance 6 diff 8 @@ -2547,609 +2332,254 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,dust of stasis,bottle of mineral oil # # ------------------- -# Amulets -# ------------------- -# -Object Shielding -arch amulet -chance 5 -yield 1 -diff 5 -exp 8000 -skill jeweler -cauldron jeweler_bench -ingred amulet,potion of aethereality,3 ruby of great value -# -Object Sustenance -arch amulet -chance 5 -diff 6 -exp 9000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred amulet,vampire's heart,3 diamond of great value -# -Object Empowerment -arch amulet -chance 3 -diff 7 -exp 10000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred amulet,3 magic power potion,3 sapphire of great value -# -Object Aethereality -arch amulet -chance 3 -diff 20 -exp 40000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred amulet of lifesaving,3 potion of aethereality,3 ruby of exceptional beauty -# -Object the Magi -arch amulet -chance 1 -yield 1 -diff 35 -exp 150000 -skill jeweler -cauldron jeweler_bench -ingred amulet of Empowerment,3 potion of intelligence,3 potion of power,3 potion of magic resistance,3 diamond of flawless beauty -# -Object Deflection -arch amulet -chance 1 -yield 1 -diff 35 -exp 150000 -skill jeweler -cauldron jeweler_bench -ingred amulet of Aethereality,block of true lead,amulet of lifesaving,3 emerald of flawless beauty -# -Object Free Action -arch amulet -chance 2 -diff 35 -exp 150000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred amulet of lifesaving,ring of free action,3 potion of resist paralysis,3 sapphire of exceptional beauty -# -Object Holiness -arch amulet -chance 3 -diff 20 -exp 40000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred amulet,2 potion of wisdom,holy symbol,30 pearl -# -# ------------------- -# Rings -# ------------------- -# -Object Thieves -arch ring -chance 3 -yield 1 -diff 15 -exp 25000 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of dexterity,potion of speed,3 emerald of exceptional beauty -# -Object Combat -arch ring -chance 5 -diff 20 -exp 50000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of Fighting,potion of constitution,3 sapphire of exceptional beauty -# -Object Strife -arch ring -chance 3 -diff 25 -exp 75000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of Combat,potion of dexterity,potion of constitution,potion of strength,3 ruby of flawless beauty -# -Object Ice -arch ring -chance 5 -yield 1 -diff 15 -exp 25000 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of cold resistance,chinese dragon's steak,3 sapphire of great value -# -Object Fire -arch ring -chance 5 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of fire resistance,dragon's steak,3 ruby of great value -# -Object Storm -arch ring -chance 5 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of shock resistance,electric dragon's steak,3 emerald of great value -# -Object Acid -arch ring -diff 16 -exp 27000 -chance 5 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,3 balm of aethereality,gaelotroll's liver,7 pearl -# -Object Magic -arch ring -chance 5 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of magic resistance,potion of power,3 diamond of great value -# -Object Ancient Magic -arch ring -chance 4 -diff 20 -exp 35000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of Magic,potion of intelligence,lich dust,3 diamond of exceptional beauty -# -Object High Magic -arch ring -chance 2 -diff 25 -exp 45000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of Ancient Magic,potion of intelligence,potion of power,spectre's ectoplasm,3 diamond of flawless beauty -# -Object Mithrandir -arch ring -chance 1 -diff 25 -exp 40000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of High Magic,3 potion of fire resistance,dragon's heart,3 ruby of flawless beauty -# -Object Beguilement -arch ring -chance 10 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of charisma,3 diamond of great value -# -Object the Dark Priest -arch ring -chance 3 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of wisdom,vampire's heart,3 ruby of great value -# -Object the Demon Priest -arch ring -chance 1 -diff 35 -exp 70000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of the Dark Priest,potion of power,3 potion of fire resistance,3 ruby of flawless beauty -# -Object the Healer -arch ring -chance 5 -diff 20 -exp 35000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of wisdom,holy symbol,3 emerald of great value -# -Object the Paladin -arch ring -chance 5 -diff 20 -exp 35000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of wisdom,holy symbol,3 sapphire of great value -# -Object the Prelate -arch ring -chance 3 -diff 30 -exp 75000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of the Healer,potion of wisdom,holy symbol of Turning,3 emerald of exceptional beauty -# -Object the Crusade -arch ring -chance 2 -diff 30 -exp 75000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred strange ring,potion of power,holy symbol of Great Virtue,3 emerald of exceptional beauty -# -Object Benevolence -arch ring -chance 1 -diff 30 -exp 75000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of magic resistance,potion of wisdom,holy symbol of Probity,3 emerald of flawless beauty -# -Object Halvor -arch ring -chance 4 -diff 10 -exp 15000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,cunning gnome's corpse,3 sapphire of great value -# -Object Free Action -arch ring -chance 2 -diff 15 -exp 25000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring of Halvor,potion of resist confusion,3 sapphire of exceptional beauty -# -Object Life -arch ring -chance 4 -diff 14 -exp 23000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred strange ring,3 potion of recuperation,3 diamond of great value -# -Object Yordan -arch ring -chance 8 -diff 10 -exp 15000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,3 potion of agility,3 diamond -# -Object Occidental Mages -arch ring -chance 7 -diff 5 -exp 8000 -yield 1 -skill jeweler -cauldron jeweler_bench -ingred ring,potion of Rainbow Wave,3 sapphire -# -# ------------------- # Horns # ------------------- # -Object Plenty +object Plenty arch horn2 chance 15 diff 20 exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 mushroom of Gourmet,3 waybread of Aelingas # -Object Fire +object Fire arch horn2 chance 10 diff 20 exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of ignition # -Object Frost +object Frost arch horn2 chance 10 diff 20 exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of frost # -Object Eorlingas +object Eorlingas arch horn2 chance 5 diff 20 exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of ignition,potion of mystic power # # ------------------- # Talismans # ------------------- # -Object Fire +object Fire arch talisman_pyromancy chance 5 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of pyromancy,ring of Fire,dragon's heart # -Object Frost +object Frost arch talisman_evocation chance 5 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of evocation,ring of Ice,chinese dragon's heart # -Object Elements +object Elements arch talisman_pyromancy chance 2 diff 35 exp 75000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of Fire,talisman of Frost,3 electric dragon's steak,3 diamond of flawless beauty # -Object Unified Mind +object Unified Mind arch talisman_sorcery chance 10 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of sorcery,potion of intelligence,helmet of Xebinon # -Object Evocation +object Evocation arch talisman_evocation chance 3 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of evocation,3 figurine of a clenched hand,3 balm of traveling # # ------------------- # Holy Symbols # ------------------- # -Object Probity +object Probity arch holy_symbol chance 7 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,balm of asbestos,balm of warmth,balm of insulation # -Object Turning +object Turning arch holy_symbol chance 10 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,7 dust of repelling undead,bottle of philosophical oil # -Object Calling +object Calling arch holy_symbol chance 10 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,figurine of stone,figurine of a great wave,figurine of a flame # -Object The Dark Path +object The Dark Path arch holy_symbol chance 5 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,10 arrow of Assassinating dragons,vampire's heart # -Object Great Virtue +object Great Virtue arch holy_symbol chance 2 diff 25 exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,figurine of a clenched hand,3 healing potion,3 dust of clairvoyance,2 potion of wisdom # # ------------------- # Food # ------------------- # -Object Gourmet +object Gourmet arch mushroom_1 chance 40 diff 5 exp 2000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom,water of the wise # -Object Magic +object Magic arch mushroom_2 chance 20 diff 8 exp 4000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of mystic power # -Object Healing +object Healing arch mushroom_3 chance 20 diff 8 exp 4000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of first aid # -Object Stamina +object Stamina arch food chance 30 diff 5 exp 2000 yield 7 skill woodsman -cauldron stove ingred 7 food,potion of recuperation # -Object Aelingas +object Aelingas arch waybread chance 30 diff 10 exp 6000 yield 7 skill woodsman -cauldron stove ingred 7 waybread,potion of heroism # -Object Strength +object Strength arch mushroom_2 chance 30 diff 10 exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of strength # -Object Quickness +object Quickness arch mushroom_3 chance 30 diff 12 exp 8000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of agility # -Object Heat Resistance +object Heat Resistance arch mushroom_1 chance 20 diff 8 exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of asbestos # -Object Frost Resistance +object Frost Resistance arch mushroom_2 chance 20 diff 8 exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of warmth # -Object Bravery +object Bravery arch mushroom_3 chance 30 diff 8 exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,dust of fright # -Object Magic Resistance +object Magic Resistance arch mushroom_3 chance 20 diff 8 exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of resist magic # -Object Life +object Life arch mushroom_3 diff 8 exp 7000 chance 30 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of resist draining