User:Tjr/log

From NetHackWiki
< User:Tjr
Revision as of 04:46, 1 June 2010 by Tjr (talk | contribs)
Jump to navigation Jump to search

ElberethElbereth

tjr2, going for 8-conduct

1: 2: grave 3: grave; food store(tiny, only ice box) 4: pick-axe, tinning kit, loose pile g5: dark, complete g6: lit; magic trap g7: triple BONES(AcEkim, failed XP1 healer protection run), food store(), light store(), tools store(), gstore(some loot, mimic in corner), neutral temple g8: dark, partially done g9: lit, POLYTRAP. problem: undisplaceable pet worm.

5: Oracle(Statues done, chat done); book near stairs down 6: sink s5: s4: s3: s2: BoH version. Yuck.

Luck: 2011 -3 >>4200; 3755 -1 >> 4800; intr: ESP; speed; cold; poison; hunger 3278 hungry, 3285 pearl, 3364 weak read: 10055 jump; 11479 healing;

difficult/very difficult leaks a bit of info

Module[{ readAbility, readAbilityThreshold, bookLevel, aInt = 16,

 ulevel = 1 },
readAbility = aInt + 4 + IntegerPart[ulevel/2] - 2*bookLevel
(* +2 if wearing lenses*);
Reduce[readAbility < 
   readAbilityThreshold, {bookLevel}] // {# /. 
     readAbilityThreshold -> 12 // 
    N, # /. readAbilityThreshold -> 20 // N} &
]