Difference between revisions of "Talk:Valkyrie"

From NetHackWiki
Jump to navigation Jump to search
(correction: you won't start with randomly-cursed gear)
(Strategy expansion: new section)
Line 10: Line 10:
  
 
:Correction: [[u_init.c#ini_inv]] automatically sets cursed items to uncursed, so you won't start with cursed gear. -- [[User:Killian|Killian]] 23:11, 17 October 2006 (UTC)
 
:Correction: [[u_init.c#ini_inv]] automatically sets cursed items to uncursed, so you won't start with cursed gear. -- [[User:Killian|Killian]] 23:11, 17 October 2006 (UTC)
 +
 +
== Strategy expansion ==
 +
 +
I added a few items to the strategy section.  It seems to me that Mjollnir gets a lot of stick from the original author(s), and I wanted to tone that down a bit.  I've ascended two Valkyries armed with Excallibur for most jobs and Mjollnir for when you want that little extra '''something'''.  It may not be absolutely optimal play, but it's adequate, simple and straightforward--like the Valkyrie herself.  Mjollnir serves a relative novice (like me) very well.--[[User:158.111.4.27|158.111.4.27]] 17:48, 25 January 2008 (UTC)

Revision as of 17:48, 25 January 2008

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)

Correction: u_init.c#ini_inv automatically sets cursed items to uncursed, so you won't start with cursed gear. -- Killian 23:11, 17 October 2006 (UTC)

Strategy expansion

I added a few items to the strategy section. It seems to me that Mjollnir gets a lot of stick from the original author(s), and I wanted to tone that down a bit. I've ascended two Valkyries armed with Excallibur for most jobs and Mjollnir for when you want that little extra something. It may not be absolutely optimal play, but it's adequate, simple and straightforward--like the Valkyrie herself. Mjollnir serves a relative novice (like me) very well.--158.111.4.27 17:48, 25 January 2008 (UTC)