Talk:Valkyrie

From NetHackWiki
Revision as of 23:29, 16 October 2006 by Killian (talk | contribs) (use the source, Luke!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There's no need to sample a role's starting equipment when you can just check in u_init.c to find what the actual starting equipment is. It happens to be the following: (u_init.c#line153, u_init.c#line719)

The sword, dagger and shield have UNDEF_BLESS, so their BUC should be randomly determined, as though the item had been randomly placed. Check mkobj.c#mksobj if you want to figure out the exact probabilities. -- Killian 23:29, 16 October 2006 (UTC)