by Happylisk and nendo. Thanks!
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8423 c06c8d41-db1a-0410-9941-cceddc491573
RUGNJUKFHD36CQCJO4XODEUS5P6XRI5CGEU5JJA6FYPSJ5YRAJGQC
BJKR36MOXTL2TSVSTEQ4U2JB2F62JJ44PN3ILZOPD6CAYUFWULTQC
7OC5HCGLN26GDA5SQTWKBSUZYZDZJXWIVMJ4NKKXREOEEPUGQ4YQC
WMFU65IAJ3LX2YSFXXRS7ZFNDCZYQC3ZQ3QDHHK3DU3UMLJMAP4QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
TBJIAJXXLFKL2TTRXBVDVCX252MTD567YCRETKJGZLVWCW3DOUXAC
5LIWCQ5G74WIMISKX3SBMZFPVVYEDNUIREAK55XYR5RTNSHVGDYQC
YVXBG7RWH64BDT6WPAPIEINOXRXLF2ROXK6HZVKBQHK2TOBAFK5QC
K33CV7EYR37TTSEXQWQ6QPHSEUFO545AIPUZOA2C47QTUCUWFPAAC
RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC
_newgame_make_item(3, EQ_NONE, OBJ_WANDS, choice, -1, 1,
nCharges, 0);
// 1 wand of random effects and one chosen lesser wand
const wand_type choice = startwand[keyin - 'a'];
int nCharges = 15;
_newgame_make_item(2, EQ_NONE, OBJ_WANDS, WAND_RANDOM_EFFECTS, -1, 1,
nCharges, 0);
_newgame_make_item(3, EQ_NONE, OBJ_WANDS, choice, -1, 1, nCharges, 0);
// 1 wand of random effects and one chosen lesser wand
_newgame_make_item(2, EQ_NONE, OBJ_WANDS, WAND_RANDOM_EFFECTS, -1, 1,
6, 0);
// Choice of lesser wands: confusion (8), enslavement (8),
// slowing (8), magic dart (6), frost (7), flame (7)
// Choice of lesser wands, 15 charges plus wand of random effects:
// confusion, enslavement, slowing, magic dart, frost, flame; OR a rod
// of striking and no random effects.
they enter the Dungeon with an assortment of wands. Artificers are
skilled at evoking magical items, finding Traps and Doors, have some
prior experience with scrolls of recharging, and understand the basics
of melee combat. Dwarves, Gnomes, and Spriggans are renowned for their
skill in artifice.
they enter the Dungeon with an assortment of wands or a rod of
striking. Artificers are skilled at evoking magical items, finding
Traps and Doors, have some prior experience with scrolls of recharging,
and understand the basics of melee combat. Dwarves, Gnomes, and
Spriggans are renowned for their skill in artifice.