--- deliantra/server/lib/formulae 2007/11/10 22:41:59 1.6 +++ deliantra/server/lib/formulae 2009/01/04 16:30:39 1.7 @@ -4,8 +4,7 @@ # 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. @@ -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 @@ -114,7 +111,6 @@ 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 @@ -125,7 +121,6 @@ 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 @@ -135,7 +130,6 @@ diff 5 exp 1000 skill alchemy -cauldron cauldron ingred 3 pile of cinnabar # # philosophical salt @@ -146,7 +140,6 @@ exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of salt # # philosophical sulphur @@ -157,7 +150,6 @@ exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of sulphur # # philosophical phosphorus @@ -168,7 +160,6 @@ exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 pile of phosphorus # # philosophical oil @@ -179,7 +170,6 @@ exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 bottle of mineral oil # # water of the wise @@ -190,7 +180,6 @@ exp 1000 yield 7 skill alchemy -cauldron cauldron ingred 7 water # # water of diamond @@ -201,7 +190,6 @@ exp 5000 yield 1 skill alchemy -cauldron cauldron ingred water of the wise,3 diamond # # water of ruby @@ -211,7 +199,6 @@ exp 5000 chance 35 skill alchemy -cauldron cauldron ingred 3 ruby,water of the wise # # water of sapphire @@ -221,7 +208,6 @@ exp 5000 chance 40 skill alchemy -cauldron cauldron ingred 3 sapphire,water of the wise # # water of emerald @@ -231,7 +217,6 @@ diff 10 exp 5000 skill alchemy -cauldron cauldron ingred 3 emerald,water of the wise # # water of pearl @@ -241,7 +226,6 @@ diff 10 exp 5000 skill alchemy -cauldron cauldron ingred 3 pearl,water of the wise # # @@ -262,7 +246,6 @@ diff 15 exp 8000 skill alchemy -cauldron cauldron ingred 3 dragon scale,water of the wise # # -- cold prot. #1 @@ -272,7 +255,6 @@ diff 16 exp 9000 skill alchemy -cauldron cauldron ingred vampire's heart,water of the wise,icecube # # -- cold prot. #2 @@ -282,7 +264,6 @@ diff 14 exp 6000 skill alchemy -cauldron cauldron ingred vampire's heart,water of the wise,water of pearl # # -- elect prot. @@ -292,7 +273,6 @@ diff 14 exp 7000 skill alchemy -cauldron cauldron ingred beholdereye,water of the wise,2 key # # -- phys. prot. @@ -302,7 +282,6 @@ diff 17 exp 8000 skill alchemy -cauldron cauldron ingred 3 ghost's ectoplasm,water of emerald # # -- misc. balms -- @@ -315,7 +294,6 @@ exp 6000 yield 3 skill alchemy -cauldron cauldron ingred 3 xan's wing,3 pixie's wings,3 water of sapphire # # -- invisible @@ -325,7 +303,6 @@ diff 14 exp 7000 skill alchemy -cauldron cauldron ingred ghost's ectoplasm,water of emerald,3 onion # # -- invisible to undead @@ -335,7 +312,6 @@ diff 10 exp 5000 skill alchemy -cauldron cauldron ingred zombie's corpse,graveyard dirt # # -- minor heal @@ -345,7 +321,6 @@ diff 9 exp 4000 skill alchemy -cauldron cauldron ingred water of the wise,mandrake root # # -- levitation @@ -355,7 +330,6 @@ 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!) @@ -365,7 +339,6 @@ 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 @@ -378,7 +351,6 @@ diff 8 exp 3000 skill alchemy -cauldron cauldron ingred 3 graveyard dirt,water of the wise # # -- summon air elem @@ -389,7 +361,6 @@ 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 @@ -400,7 +371,6 @@ 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 @@ -411,7 +381,6 @@ exp 20000 yield 4 skill alchemy -cauldron cauldron ingred water para-elemental's residue,7 water,bottle of philosophical oil # # -- summon fire elem @@ -422,7 +391,6 @@ exp 20000 yield 4 skill alchemy -cauldron cauldron ingred fire para-elemental's residue,7 pile of sulphur,bottle of philosophical oil # # -- mystic fist @@ -433,7 +401,6 @@ 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 @@ -448,7 +415,6 @@ diff 10 exp 5000 skill alchemy -cauldron cauldron ingred mountain stone,goblin's liver # # -- mass confusion @@ -459,7 +425,6 @@ exp 6000 yield 2 skill alchemy -cauldron cauldron ingred madman's corpse,2 water of the wise # # -- burning hands @@ -470,7 +435,6 @@ diff 15 exp 8000 skill alchemy -cauldron cauldron ingred water of diamond,pile of salt,pile of phosphorus,pile of sulphur # # -- hellfire @@ -481,7 +445,6 @@ 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 @@ -492,7 +455,6 @@ exp 9000 yield 4 skill alchemy -cauldron cauldron ingred 2 lead,pile of philosophical phosphorus # # -- icestorm #1 @@ -503,7 +465,6 @@ exp 10000 yield 4 skill alchemy -cauldron cauldron ingred icecube,icecube,icecube,water of diamond # # -- icestorm #2 @@ -514,7 +475,6 @@ exp 8000 yield 3 skill alchemy -cauldron cauldron ingred water of pearl,water of diamond,pile of gypsum # # -- shockwave @@ -525,7 +485,6 @@ exp 5000 yield 2 skill alchemy -cauldron cauldron ingred dust of conflagration,dust of ignition # # -- fear @@ -536,7 +495,6 @@ exp 6000 yield 2 skill alchemy -cauldron cauldron ingred orc's heart,water of the wise # # -- turn undead @@ -547,7 +505,6 @@ exp 4500 yield 6 skill alchemy -cauldron cauldron ingred pile of salt,graveyard dirt # # -- face of death -- this is potent stuff!! @@ -567,7 +524,6 @@ exp 4000 yield 6 skill alchemy -cauldron cauldron ingred 2 beholdereye,water of sapphire # # -- show invisible @@ -578,7 +534,6 @@ exp 4500 yield 5 skill alchemy -cauldron cauldron ingred 3 pile of gypsum,Dread's eye,water of emerald # # -- detect magic @@ -589,7 +544,6 @@ exp 2000 yield 5 skill alchemy -cauldron cauldron ingred pixie dust,pile of pyrite # # -- dark vision @@ -600,7 +554,6 @@ exp 9000 yield 10 skill alchemy -cauldron cauldron ingred beholdereye,3 carrots,water of the wise # # -- xray @@ -611,7 +564,6 @@ diff 9 exp 4500 skill alchemy -cauldron cauldron ingred water of sapphire,7 carrots # # -- faery fire @@ -622,7 +574,6 @@ 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 @@ -636,7 +587,6 @@ exp 7000 yield 3 skill alchemy -cauldron cauldron ingred water of the wise,icecube,booze # # biren's mist #2 @@ -647,7 +597,6 @@ diff 14 exp 7500 skill alchemy -cauldron cauldron ingred water of the wise,water of pearl,booze # # -- command undead @@ -658,7 +607,6 @@ exp 7000 yield 5 skill alchemy -cauldron cauldron ingred skull's tongue,zombie's corpse,graveyard dirt # # -- light @@ -669,7 +617,6 @@ exp 6000 yield 6 skill alchemy -cauldron cauldron ingred torch,water of ruby,pile of sulphur # # -- darkness @@ -680,7 +627,6 @@ exp 12000 yield 3 skill alchemy -cauldron cauldron ingred burnt out torch,lead,dust of Biren's mist # # -- mana blast @@ -691,7 +637,6 @@ exp 12000 yield 5 skill alchemy -cauldron cauldron ingred water of diamond,pile of phosphorus,lead,pile of sulphur # # -- medium mana ball @@ -702,7 +647,6 @@ exp 20000 yield 5 skill alchemy -cauldron cauldron ingred water of diamond,pile of philosophical phosphorus,lead,pile of philosophical sulphur # # @@ -714,7 +658,6 @@ 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 @@ -732,7 +675,6 @@ diff 16 exp 12000 skill alchemy -cauldron cauldron ingred 3 water of the wise,ogre's arm,pile of philosophical salt # # -- dex spell @@ -743,7 +685,6 @@ exp 12000 yield 7 skill alchemy -cauldron cauldron ingred 3 water of the wise,pixie dust,pile of philosophical salt # # -- con spell @@ -754,7 +695,6 @@ 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! :) @@ -765,7 +705,6 @@ exp 12000 yield 7 skill alchemy -cauldron cauldron ingred woman's head,3 mint sprig,water of the wise # # -- heroism @@ -776,7 +715,6 @@ 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 -- @@ -791,7 +729,6 @@ 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 # @@ -803,7 +740,6 @@ 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.... @@ -814,7 +750,6 @@ 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) @@ -825,7 +760,6 @@ 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) @@ -836,7 +770,6 @@ 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 @@ -847,7 +780,6 @@ exp 20000 yield 2 skill alchemy -cauldron cauldron ingred water of ruby,beholder's tongue,mandrake root # # -- prot from confusion @@ -857,7 +789,6 @@ diff 20 exp 20000 skill alchemy -cauldron cauldron ingred madman's head,beholdereye,water of ruby # # -- prot from draining @@ -868,7 +799,6 @@ exp 12000 yield 10 skill alchemy -cauldron cauldron ingred wight's corpse,water of ruby,graveyard dirt # # -- prot from paralysis @@ -879,7 +809,6 @@ exp 11000 yield 10 skill alchemy -cauldron cauldron ingred mercury,water of ruby,cunning gnome's corpse # # -- prot from slow @@ -890,7 +819,6 @@ exp 11000 yield 10 skill alchemy -cauldron cauldron ingred water of ruby,2 xan's wing # # -- prot from poison @@ -901,7 +829,6 @@ exp 12000 yield 10 skill alchemy -cauldron cauldron ingred scorpion's stinger,water of ruby,clover # # -- curative potion @@ -914,7 +841,6 @@ exp 9000 yield 5 skill alchemy -cauldron cauldron ingred man's eye,carrots,balm of first aid # # -- cure poison @@ -925,7 +851,6 @@ exp 9000 yield 5 skill alchemy -cauldron cauldron ingred snake's skin,apple,balm of first aid # # -- cure confusion @@ -936,7 +861,6 @@ 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 @@ -949,7 +873,6 @@ 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 @@ -960,7 +883,6 @@ exp 25000 yield 4 skill alchemy -cauldron cauldron ingred potion of mystic power,mushroom of Magic,water of diamond # # -- restoration @@ -971,7 +893,6 @@ exp 10000 yield 5 skill alchemy -cauldron cauldron ingred unicorn horn,3 booze # # -- healing recipe #1 @@ -982,7 +903,6 @@ exp 13000 yield 4 skill alchemy -cauldron cauldron ingred potion of life,mushroom of Healing,red rose # # -- healing recipe #2 @@ -993,7 +913,6 @@ exp 13000 yield 5 skill alchemy -cauldron cauldron ingred unicorn horn,balm of first aid,red rose # # -- regeneration @@ -1004,7 +923,6 @@ exp 13000 yield 7 skill alchemy -cauldron cauldron ingred troll's liver,water of the wise,3 booze # # -- haste @@ -1015,7 +933,6 @@ exp 20000 yield 4 skill alchemy -cauldron cauldron ingred pixie's wings,xan's wing,water of diamond # # -- transfer @@ -1026,7 +943,6 @@ exp 12000 yield 6 skill alchemy -cauldron cauldron ingred 3 water of diamond,sage's head,clover # # -- perceive self @@ -1037,7 +953,6 @@ exp 10000 yield 3 skill alchemy -cauldron cauldron ingred sage's head,water of the wise # # -- cure disease @@ -1048,7 +963,6 @@ exp 5000 yield 5 skill alchemy -cauldron cauldron ingred booze,balm of first aid,red rose # # -- attack potion. Drinker/target is effected adversely @@ -1061,7 +975,6 @@ exp 10000 yield 3 skill alchemy -cauldron cauldron ingred lightning para-elemental's residue,water of diamond # # -- firebolt @@ -1072,7 +985,6 @@ exp 10000 yield 3 skill alchemy -cauldron cauldron ingred fire para-elemental's residue,water of ruby # # -- frostbolt @@ -1083,7 +995,6 @@ exp 10000 yield 3 skill alchemy -cauldron cauldron ingred ice para-elemental's residue,water of sapphire # # -- sunspear @@ -1094,7 +1005,6 @@ exp 10000 yield 3 skill alchemy -cauldron cauldron ingred lava para-elemental's residue,water of diamond # # -- comet @@ -1105,7 +1015,6 @@ exp 10000 yield 5 skill alchemy -cauldron cauldron ingred potion of fire,potion of sunfire,water of diamond # # -- meteor storm, very powerful. @@ -1116,7 +1025,6 @@ 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 @@ -1127,7 +1035,6 @@ exp 18000 yield 7 skill alchemy -cauldron cauldron ingred dust of ignition,3 booze,bottle of philosophical oil # # -- m. fireball @@ -1138,7 +1045,6 @@ exp 18000 yield 7 skill alchemy -cauldron cauldron ingred dust of conflagration,3 booze,bottle of philosophical oil # # -- poison cloud @@ -1149,7 +1055,6 @@ 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 @@ -1160,7 +1065,6 @@ 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 @@ -1171,7 +1075,6 @@ exp 40000 yield 3 skill alchemy -cauldron cauldron ingred 3 water of diamond,3 potion of electric shock,electric dragon's steak # # ------------------- @@ -1186,7 +1089,6 @@ exp 5000 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,dragon's claw # object Slay Dragon @@ -1197,7 +1099,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,dragon's claw # # @@ -1209,7 +1110,6 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 bolt,dragon's heart,water of emerald,scorpion's stinger # # @@ -1221,7 +1121,6 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 arrow,dragon's heart,water of emerald,scorpion's stinger # object Assassinating Trolls @@ -1232,7 +1131,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,troll's heart,scorpion's stinger # # @@ -1244,7 +1142,6 @@ yield 20 trans 1 skill bowyer -cauldron workbench ingred 20 arrow,troll's heart,scorpion's stinger # # @@ -1256,7 +1153,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,unicorn horn,2 water of sapphire # # @@ -1268,7 +1164,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,unicorn horn,2 water of sapphire # # @@ -1280,7 +1175,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,potion of mystic power # # @@ -1292,7 +1186,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,potion of mystic power # # @@ -1304,7 +1197,6 @@ exp 5000 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,wyvern's steak # # @@ -1316,7 +1208,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,wyvern's steak # # @@ -1328,7 +1219,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,ghost's ectoplasm # # @@ -1340,7 +1230,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,ghost's ectoplasm # # @@ -1352,7 +1241,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,skull's tooth # # @@ -1364,7 +1252,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,skull's tooth # # @@ -1376,7 +1263,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,beholdereye # # @@ -1388,7 +1274,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,beholdereye # # @@ -1400,7 +1285,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 arrow,scorpion's stinger # # @@ -1412,7 +1296,6 @@ trans 1 yield 20 skill bowyer -cauldron workbench ingred 20 bolt,scorpion's stinger # # ------------------- @@ -1427,7 +1310,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,balm of aethereality # object intermediate protection @@ -1438,7 +1320,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,ghost's ectoplasm,balm of aethereality # object greater protection @@ -1449,7 +1330,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,spectre's ectoplasm,potion of aethereality # object Insulation @@ -1460,7 +1340,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 electric dragon's steak,balm of insulation # object Warmth @@ -1471,7 +1350,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 chinese dragon's steak,balm of insulation # object Asbestos @@ -1482,7 +1360,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,3 dragon's steak,balm of insulation # object Acid Proofing @@ -1493,7 +1370,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,gaelotroll's corpse,block of true lead # object Lythander @@ -1504,7 +1380,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,Dread's eye,holy symbol,2 potion of power # object Gaea @@ -1515,7 +1390,6 @@ trans 1 exp 55000 skill woodsman -cauldron tanbench ingred cloak,balm of asbestos,balm of insulation,balm of warmth,holy symbol # object the Magi @@ -1526,7 +1400,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,potion of wisdom,2 potion of power # object Unholy Protection @@ -1537,7 +1410,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred cloak,ring of Doom,amulet of Unholiness,lich dust,vampire's heart # # ------------------- @@ -1552,7 +1424,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,3 lead # object granite @@ -1563,7 +1434,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,3 lead # object mobility @@ -1574,7 +1444,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,beholdereye,3 lead # object mobility @@ -1585,7 +1454,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred elven boots,Dread's eye,block of true lead # object mobility @@ -1596,7 +1464,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred levitation boots,Dread's eye,block of true lead # object clawing @@ -1607,7 +1474,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,goblin's head,lead # object clawing @@ -1618,7 +1484,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,goblin's head,lead # object steel @@ -1629,7 +1494,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred jack boots,3 mithril crystal # object steel @@ -1640,7 +1504,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shoes,3 mithril crystal # # ------------------- @@ -1655,7 +1518,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,potion of magic resistance,demon's head # object Gorokh @@ -1666,7 +1528,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,potion of magic resistance,demon's head # object Gnarg @@ -1677,7 +1538,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,potion of resist poison,troll's heart # object Gnarg @@ -1688,7 +1548,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,potion of resist poison,troll's heart # object Protection @@ -1699,7 +1558,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,amulet of Shielding,lead # object Protection @@ -1710,7 +1568,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,amulet of Shielding,3 lead # object Berwean @@ -1721,7 +1578,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,3 pixie's wings,3 xan's wing # object Berwean @@ -1732,7 +1588,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred mithril chainmail,3 pixie's wings,3 xan's wing,potion of speed # object Ruggilli @@ -1743,7 +1598,6 @@ 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 @@ -1754,7 +1608,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scale mail,wyvern's steak,dragon scale,fire para-elemental's residue # object Gaea @@ -1765,7 +1618,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred armour,potion of resist draining,potion of recuperation # object Gaea @@ -1776,7 +1628,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred hauberk,potion of resist draining,potion of recuperation # object Protection @@ -1787,7 +1638,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred chain mail,balm of aethereality,lead # object Protection @@ -1798,7 +1648,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred ring mail,balm of aethereality,lead # object Power @@ -1809,7 +1658,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred plate mail,3 dragon's steak,balm of aethereality,potion of strength # object Displacement @@ -1820,7 +1668,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred robe,balm of transparency,3 mercury # object metal weave @@ -1831,7 +1678,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred robe,lead,balm of aethereality # object NONE @@ -1841,7 +1687,6 @@ chance 2 yield 1 skill smithery -cauldron forge ingred robe,potion of dexterity,3 potion of resist confusion,clover,unicorn horn # # ------------------ @@ -1856,7 +1701,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,magic power potion,bottle of philosophical oil # object Dark Vision @@ -1867,7 +1711,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,3 dust of night vision,bottle of philosophical oil # object Might @@ -1878,7 +1721,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,potion of strength,ogre's corpse,bottle of philosophical oil # object Valriel @@ -1889,7 +1731,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,3 balm of beauty,bottle of philosophical oil # object Argoth @@ -1900,7 +1741,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred full helmet,3 dragon's steak,mithril crystal,bottle of philosophical oil # object Lythander @@ -1911,7 +1751,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred helmet,clover,bottle of philosophical oil # object Sorig @@ -1922,7 +1761,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred crown,lightning para-elemental's residue,balm of insulation,bottle of philosophical oil # # ------------------ @@ -1937,7 +1775,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred high shield,balm of aethereality,3 lead # object Mostrai @@ -1948,7 +1785,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred small shield,balm of asbestos,mithril crystal # object Mostrai @@ -1959,7 +1795,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred high shield,balm of asbestos,mithril crystal # object Gnarg @@ -1970,7 +1805,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred spiked shield,pixie dust,booze # # ------------------ @@ -1985,7 +1819,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred gloves,ogre's corpse,bottle of philosophical oil # object marksmanship @@ -1996,7 +1829,6 @@ diff 8 exp 16000 skill woodsman -cauldron tanbench ingred gloves,5 arrow of Accuracy,bottle of mineral oil # object Sorig @@ -2007,7 +1839,6 @@ 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 @@ -2018,7 +1849,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred gauntlets,hill giant's heart,bottle of philosophical oil # object bladed steel @@ -2029,7 +1859,6 @@ trans 1 yield 1 skill woodsman -cauldron tanbench ingred gloves,hill giant's hand,bottle of mineral oil # object Sorig @@ -2040,7 +1869,6 @@ 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 # # ------------------ @@ -2055,7 +1883,6 @@ diff 15 exp 15000 skill bowyer -cauldron workbench ingred bow,3 potion of strength,hill giant's corpse,troll's heart # object Thunder @@ -2066,7 +1893,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred bow,titan's head,dust of stasis # object Thunder @@ -2077,7 +1903,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,titan's head,dust of stasis # object Lythander @@ -2088,7 +1913,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred long bow,4 clover,troll's liver # object Ruggilli @@ -2099,7 +1923,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,3 potion of fire,dragon's wing # object Sorig @@ -2110,7 +1933,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred hunter's bow,potion of lasting shock,lightning para-elemental's residue # object Accuracy @@ -2121,7 +1943,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred bow,3 mushroom of Quickness,mercury # object Valriel @@ -2132,7 +1953,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred composite bow,demon's head,3 dust of frost # object Gorokh @@ -2143,7 +1963,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred long bow,3 dust of conflagration,gaelotroll's liver,ogre's heart # object Mostrai @@ -2155,7 +1974,6 @@ trans 1 yield 1 skill bowyer -cauldron workbench ingred crossbow,3 dust of consuming wrath,hill giant's heart,3 mithril crystal # # ------------------ @@ -2170,7 +1988,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,madman's head,bottle of mineral oil # object Poisoning @@ -2181,7 +1998,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,xan's wing,bottle of mineral oil # object Poisoning @@ -2192,7 +2008,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred falchion,3 xan's wing,bottle of philosophical oil # object Fear @@ -2203,7 +2018,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred morningstar,wyvern's steak,bottle of philosophical oil # object Fear @@ -2214,7 +2028,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred club,wyvern's steak,bottle of philosophical oil # object Fear @@ -2225,7 +2038,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred large club,wyvern's steak,bottle of philosophical oil # object Gnarg @@ -2236,7 +2048,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long sword,3 xan's wing,bottle of philosophical oil # object Gnarg @@ -2247,7 +2058,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred stonehammer,3 xan's wing,bottle of philosophical oil # object Kragi @@ -2258,7 +2068,6 @@ diff 10 exp 10000 skill smithery -cauldron forge ingred sword,potion of health,bottle of philosophical oil # object Kragi @@ -2269,7 +2078,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred hammer,potion of health,bottle of philosophical oil # object Slay Ogre @@ -2280,7 +2088,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred sword,ogre's heart,bottle of philosophical oil # object Slay Ogre @@ -2291,7 +2098,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred vicious axe,ogre's heart,bottle of philosophical oil # object Valriel @@ -2302,7 +2108,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred morningstar,demon's head,bottle of philosophical oil # object Valriel @@ -2313,7 +2118,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred katana,demon's head,bottle of philosophical oil # object Gorokh @@ -2324,7 +2128,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred broadsword,light angel's head,bottle of philosophical oil # object Gorokh @@ -2335,7 +2138,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred poleaxe,light angel's head,bottle of philosophical oil # object the Devourers @@ -2346,7 +2148,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred mace,ice para-elemental's residue,bottle of philosophical oil # object the Devourers @@ -2357,7 +2158,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred nunchacu,ice para-elemental's residue,bottle of mineral oil # object Slay Troll @@ -2368,7 +2168,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long sword,small troll's heart,bottle of philosophical oil # object Slay Troll @@ -2379,7 +2178,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred shortsword,small troll's heart,bottle of philosophical oil # object Slay Undead @@ -2390,7 +2188,6 @@ trans 1 exp 8000 skill smithery -cauldron forge ingred axe,zombie's corpse,bottle of philosophical oil # object Slay Undead @@ -2401,7 +2198,6 @@ 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 @@ -2413,7 +2209,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred Skullcleaver,vampire's heart,bottle of philosophical oil # object Slay Beholder @@ -2424,7 +2219,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred long spear,3 beholdereye,bottle of philosophical oil # object Slay Beholder @@ -2435,7 +2229,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred Taifu,3 beholdereye,bottle of philosophical oil # object Slay Dragon @@ -2446,7 +2239,6 @@ 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 @@ -2459,7 +2251,6 @@ 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 @@ -2470,7 +2261,7 @@ trans 1 yield 1 skill smithery -cauldron forge + ingred Frostbrand,3 dragon's steak,dragon's heart,bottle of philosophical oil # object Glamdri @@ -2481,7 +2272,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred sabre,potion of resist magic,beholdereye,bottle of philosophical oil # object Glamdri @@ -2492,7 +2282,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred light sword,potion of resist magic,beholdereye,bottle of philosophical oil # object Sorig @@ -2503,7 +2292,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred scimitar,lightning para-elemental's residue,bottle of philosophical oil # object Sorig @@ -2514,7 +2302,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred poleaxe,lightning para-elemental's residue,bottle of philosophical oil # object Ruggilli @@ -2525,7 +2312,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred large morningstar,wyvern's steak,bottle of philosophical oil # object Ruggilli @@ -2536,7 +2322,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred trident,wyvern's steak,bottle of philosophical oil # object Paralysis @@ -2547,7 +2332,6 @@ trans 1 yield 1 skill smithery -cauldron forge ingred dagger,dust of stasis,bottle of mineral oil # # ------------------- @@ -2561,7 +2345,6 @@ exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 mushroom of Gourmet,3 waybread of Aelingas # object Fire @@ -2571,7 +2354,6 @@ exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of ignition # object Frost @@ -2581,7 +2363,6 @@ exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of frost # object Eorlingas @@ -2591,7 +2372,6 @@ exp 20000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred unicorn horn,3 dust of ignition,potion of mystic power # # ------------------- @@ -2605,7 +2385,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of pyromancy,ring of Fire,dragon's heart # object Frost @@ -2615,7 +2394,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of evocation,ring of Ice,chinese dragon's heart # object Elements @@ -2625,7 +2403,6 @@ 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 @@ -2635,7 +2412,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of sorcery,potion of intelligence,helmet of Xebinon # object Evocation @@ -2645,7 +2421,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred talisman of evocation,3 figurine of a clenched hand,3 balm of traveling # # ------------------- @@ -2659,7 +2434,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,balm of asbestos,balm of warmth,balm of insulation # object Turning @@ -2669,7 +2443,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,7 dust of repelling undead,bottle of philosophical oil # object Calling @@ -2679,7 +2452,6 @@ 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 @@ -2689,7 +2461,6 @@ exp 35000 yield 1 skill thaumaturgy -cauldron thaumaturg_desk ingred holy symbol,10 arrow of Assassinating dragons,vampire's heart # object Great Virtue @@ -2699,7 +2470,6 @@ 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 # # ------------------- @@ -2713,7 +2483,6 @@ exp 2000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom,water of the wise # object Magic @@ -2723,7 +2492,6 @@ exp 4000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of mystic power # object Healing @@ -2733,7 +2501,6 @@ exp 4000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of first aid # object Stamina @@ -2743,7 +2510,6 @@ exp 2000 yield 7 skill woodsman -cauldron stove ingred 7 food,potion of recuperation # object Aelingas @@ -2753,7 +2519,6 @@ exp 6000 yield 7 skill woodsman -cauldron stove ingred 7 waybread,potion of heroism # object Strength @@ -2763,7 +2528,6 @@ exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of strength # object Quickness @@ -2773,7 +2537,6 @@ exp 8000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of agility # object Heat Resistance @@ -2783,7 +2546,6 @@ exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of asbestos # object Frost Resistance @@ -2793,7 +2555,6 @@ exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,balm of warmth # object Bravery @@ -2803,7 +2564,6 @@ exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,dust of fright # object Magic Resistance @@ -2813,7 +2573,6 @@ exp 7000 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of resist magic # object Life @@ -2823,5 +2582,4 @@ chance 30 yield 7 skill woodsman -cauldron stove ingred 7 mushroom of Gourmet,potion of resist draining