I have added a few new alchemy formulae and artifacts. I plan to start play testing them on mids's server sometime this week and hopefully get them into cvs if they aren't terribly unbalancing. Diffs of lib/formulae and lib/artifacts are attached. I'd appreciate a little feedback on whether or not some of the new formulae are too powerful or game unbalancing. johnny PGP Public Key available from: http://www.keyserver.net:11371/pks/lookup?op=get&search=0x17BF1DD3 -------------- next part -------------- --- formulae.bak Sun Apr 7 18:29:34 2002 +++ formulae Sun Apr 7 22:42:29 2002 @@ -412,6 +412,49 @@ yield 3 ingred water of the wise,icecube,booze # +# -- command undead +Object the Dead +arch dust_generic +chance 14 +yield 5 +ingred skull's tongue,lich dust,zombie's corpse +# +# -- light +Object visibility +arch dust_generic +chance 24 +yield 6 +ingred torch,water of ruby,pile of sulphur +# +# -- darkness +Object impenatrability +arch dust_generic +chance 15 +yield 3 +ingred burnt out torch,lead,dust of Biren's mist +# +# -- mana blast +Object consuming wrath +arch dust_generic +chance 16 +yield 5 +ingred water of diamond,water of ruby,pile of phosphorus,lead,pile of sulphur +# +# -- medium mana ball +Object encompassing rage +arch dust_generic +chance 4 +yield 5 +ingred water of diamond,water of ruby,pile of philosophical phosphorus,lead,pile of philosophical sulphur +# +# +# -- medium snowstowm +Object blizzards +arch dust_generic +chance 5 +yield 5 +ingred water of sapphire,dust of frost,bottle of philosophical oil +# # Potions -- these give 'non-contact' protections, have # attack effects on the 'drinker' (or one it is # thrown at ;), give immunities, give cures and @@ -632,6 +675,13 @@ yield 3 ingred sage's head,water of the wise # +# -- cure disease +Object cure illness +arch potion_generic +chance 20 +yield 5 +ingred lich dust,balm of first aid,red rose +# # -- attack potions. Drinker/target is effected adversely # # -- sm. lightning @@ -690,6 +740,26 @@ yield 7 ingred dust of conflagration,3 booze,bottle of philosophical oil # +# -- poison cloud +Object noxious fumes +arch potion_generic +chance 15 +yield 7 +ingred 3 xan's wing,scorpion's stinger,water of emerald +# +# -- color spray. very powerful, probably should be a quest item +Object Rainbow Wave +arch potion_generic +chance 0 +yield 3 +ingred 3 wyvern of chaos's steak,7 water of diamond,block of true lead,3 potion of electric shock,3 dread's eye,5 skull's tongue +# +# -- ball lightning +Object lasting shock +arch potion_generic +chance 3 +yield 3 +ingred 3 water of diamond,3 potion of electric shock,electric dragon's steak # # ------------------- # Missile weapons @@ -756,6 +826,102 @@ yield 20 ingred 20 arrow,3 unicorn horn,2 water of sapphire,clover,white rose # +# +Object Magic +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,potion of mystic power +# +# +Object Magic +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,potion of mystic power +# +# +Object Fire +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,wyvern's steak +# +# +Object Fire +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,wyvern's steak +# +# +Object Frost +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,ghost's ectoplasm +# +# +Object Frost +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,ghost's ectoplasm +# +# +Object Lightning +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,skull's tooth +# +# +Object Lightning +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,skull's tooth +# +# +Object Paralysis +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,beholdereye +# +# +Object Paralysis +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,beholdereye +# +# +Object Poison +arch arrow +chance 4 +trans 1 +yield 20 +ingred 20 arrow,scorpion's stinger +# +# +Object Poison +arch bolt +chance 4 +trans 1 +yield 20 +ingred 20 bolt,scorpion's stinger +# # ------------------- # Armour 'n stuff # ------------------- @@ -766,6 +932,47 @@ trans 1 yield 1 ingred cloak,spectre's ectoplasm,3 balm of aethereality +# +# ------------------ +# Weapons +# ------------------ +# +Object Auriga +arch bow +chance 1 +trans 1 +yield 1 +ingred bow,3 potion of might,hill giant's corpse,block of true lead,troll's heart +# +Object Thunder +arch bow +chance 3 +trans 1 +yield 1 +ingred bow,titan's head,10 dust of stasis,block of fixed mercury,cunning gnome's corpse +# +Object Thunder +arch crossbow +chance 3 +trans 1 +yield 1 +ingred crossbow,titan's head,10 dust of stasis,block of fixed mercury,cunning gnome's corpse +# +Object Poisoning +arch dagger +chance 5 +trans 1 +yield 1 +ingred dagger,5 scorpion's stinger,10 xan's wing,3 chinese dragon's steak,bottle of philosophical oil +# +Object Poisoning +arch falchion +chance 3 +trans 1 +yield 1 +ingred falchion,5 scorpion's stinger,10 xan's wing,3 chinese dragon's steak,bottle of philosophical oil +# +# # ------------------- # Amulets # ------------------- -------------- next part -------------- --- artifacts.bak Sun Apr 7 18:47:15 2002 +++ artifacts Sun Apr 7 22:42:03 2002 @@ -3628,6 +3628,36 @@ value 1 end # +# -- poison cloud +Allowed potion_generic +chance 1 +Object noxious fumes +stand_still 1 +type 5 +sp 21 +value 1 +end +# +# -- ball lightning +Allowed potion_generic +chance 1 +Object lasting shock +stand_still 1 +type 5 +sp 88 +value 15 +end +# +# -- color spray +Allowed potion_generic +chance 1 +Object Rainbow Wave +stand_still 1 +type 5 +sp 85 +value 20 +end +# # - curative potions # Allowed balm_generic @@ -3667,6 +3697,15 @@ value 2 end # +Allowed potion_generic +chance 1 +Object cure illness +stand_still 1 +type 5 +sp 171 +value 3 +end +# # - protective potions # Allowed balm_generic @@ -4045,6 +4084,42 @@ value 1 end # +Allowed dust_generic +chance 1 +Object the Dead +type 5 +sp 140 +level -30 +value 1 +end +# +# -- mana blast +Allowed dust_generic +chance 1 +Object consuming wrath +type 5 +sp 180 +value 3 +end +# +# -- medium mana ball +Allowed dust_generic +chance 1 +Object encompassing rage +type 5 +sp 182 +value 6 +end +# +# -- medium snowstorm +Allowed dust_generic +chance 1 +Object blizzards +type 5 +sp 169 +value 4 +end +# # dusts w/ provide detection # Allowed dust_generic @@ -4101,6 +4176,26 @@ Object Biren's mist type 5 sp 138 +value 1 +end +# +# misc. dusts +# +# -- light +Allowed dust_generic +chance 1 +Object visibility +type 5 +sp 157 +value 1 +end +# +# -- darkness +Allowed dust_generic +chance 1 +Object impenatrability +type 5 +sp 158 value 1 end #