Chaosforge Forum

  • March 29, 2024, 07:06
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: [N!|AoDD|55%|YAVP]  (Read 3601 times)

tehtmi

  • Programmer
  • Supporter of Chaos
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
[N!|AoDD|55%|YAVP]
« on: March 27, 2009, 17:40 »

--------------------------------------------------------------
 DoomRL (v.0.9.8.10) roguelike post-mortem character dump
--------------------------------------------------------------

 Tim!, level 9 Hell Knight General, defeated the Cyberdemon
 on level 25 of the Phobos base.
 He survived 44811 turns and scored 344924 points.
 He opposed the Nightmare!

 He killed 534 out of 959 hellspawn. (55%)
 He was an Angel of D&D!


-- Graveyard -------------------------------------------------

  ###########################################################
  #..........................................................
  #...........X..............................................
  #.....................................###..................
  #.....................................###..................
  #.....................................###..................
  #...............................................###........
  #....###........|...............................###........
  #....###.......................###..............###....###.
  #....###.......................###.....................#>#.
  #..............................###.....................###.
  #..........................................................
  #..........................................................
  #..........................##.....###......................
  #...........................#.....###......................
  #.................................###..............###.....
  #..................................................###.....
  #..................................................###.....
  #..........................................................
  ###########################################################

-- Statistics ------------------------------------------------

  Health 49/90   Experience 39968/9
  ToHit +4  ToDmg Ranged +3  ToDmg Melee +3

-- Traits ----------------------------------------------------

    Son of a bitch (Level 3)

  SoB->SoB->SoB->

-- Equipment -------------------------------------------------

    [a] [ Armor      ]   nothing
    [b] [ Weapon     ]   modified BFG 9000 (11d8) [20/100] (D1)
    [c] [ Boots      ]   modified steel boots [2/2] (76%) (P)
    [d] [ Prepared   ]   modified chaingun (1d6)x5 [50/50] (A1)

-- Inventory -------------------------------------------------

    [a] rocket launcher (6d6) [1/1]
    [b] Grammaton Cleric Beretta (1d7)x6 [18/18]
    [c] 10mm ammo (x65)
    [d] 10mm ammo (x100)
    [e] rocket (x10)
    [f] power cell (x14)
    [g] power cell (x50)
    [h] large med-pack
    [i] large med-pack
    [j] phase device
    [k] phase device
    [l] envirosuit pack

-- Kills -----------------------------------------------------

    81 former humans
    53 former sergeants
    17 former captains
    117 imps
    33 demons
    48 lost souls
    7 cacodemons
    13 barons of hell
    1 Cyberdemon
    15 hell knights
    32 arachnotrons
    4 former commandos
    7 pain elementals
    1 arch-vile
    2 mancubi
    5 revenants

-- History ---------------------------------------------------

  He started his journey on the surface of Phobos.
  On level 2 he entered Hell's Arena.
  He cowardly fled the Arena.
  On level 8 he found the Grammaton Cleric Beretta!
  On level 13 he ventured into the Halls of Carnage.
  On level 19 he entered the Vaults.
  He came, he saw, but he left.
  Then at last he found Phobos Arena!
  On level 25 he finally defeated the Cyberdemon.

-- Messages --------------------------------------------------

 The Cyberdemon fires! You are hit!
 You prepare the chaingun!
 You swap your weapon.
 You are hit! Your red armor is completely destroyed!
 You are hit!
 You use a large med-pack. You feel fully healed.
 You are hit!
 You start running!
 Fire -- Choose target... The missile hits the Cyberdemon. The Cyberdemon
 reloads his rocket launcher.
 Fire -- Choose target... The missile hits the Cyberdemon. The Cyberdemon
 fires! You are hit!
 You reload the BFG 9000 with power cell.
 Fire -- Choose target... The missile hits the Cyberdemon.
 Fire -- Choose target... The missile hits the Cyberdemon. The Cyberdemon

-- General ---------------------------------------------------

 Before him 316 brave souls have ventured into Phobos:
 277 of those were killed.
 8 of those were killed by something unknown.
 2 didn't read the thermonuclear bomb manual.
 And 11 couldn't handle the stress and committed a stupid suicide.

 Some rumours though, say that the Cyberdemon was killed already!
 Is he immortal? 18 souls claim to have killed him...
 2 sacrificed itself for the good of mankind.
 12 killed the bastard and survived.
 4 showed that it can outsmart hell itself.

--------------------------------------------------------------

I decided to play a game of Angel of D&D because we don't have very many D&D mortems here.  The bonuses to hp and accuracy in D&D are similar to the traits I pick anyway (Eagle Eye and Ironman), so the game played similarly.  I found less armor than usual, which was extra bad because I didn't have any levels in Tough As Nails.  This made those 32 arachnotrons extra deadly.

Of course, this being nightmare, I had some pretty good luck sneaking through the last couple of levels with very little opposition, although I only found 1 homing phase device.

All the arachnotrons left me with plenty of cells to take down the cyberdemon with my bfg.
Logged

raekuul

  • Supporter
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 668
  • Storyteller Under The Bridge
    • View Profile
    • Veldania
Re: [N!|AoDD|55%|YAVP]
« Reply #1 on: March 27, 2009, 19:40 »

Huh, so how many times did

Code: (Factorial_matlab) [Select]
Tim = input('Of what number will I take the factorial?')
Tim = Tim+1;
j = 1:Tim;
fact(1)=1;
for b = 2:Tim-1
    fact(b)=fact(b-1)*b;
end
fact(Tim-1)
almost get killed?
« Last Edit: March 27, 2009, 19:43 by raekuul »
Logged
Quote
Tormuse doesn't lose, he dies on purpose to lull the demons into a false sense of security.

rekenne

  • Elder
  • First Lieutenant
  • *
  • *
  • Offline Offline
  • Posts: 200
    • View Profile
Re: [N!|AoDD|55%|YAVP]
« Reply #2 on: March 28, 2009, 02:27 »

I c wut u did thar.
Logged

Mr_Dead

  • Corporal
  • *
  • Offline Offline
  • Posts: 57
    • View Profile
Re: [N!|AoDD|55%|YAVP]
« Reply #3 on: March 28, 2009, 03:35 »

Nice job!  Good game man.
Logged
Endure.  In enduring grow strong.

tehtmi

  • Programmer
  • Supporter of Chaos
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
Re: [N!|AoDD|55%|YAVP]
« Reply #4 on: March 28, 2009, 14:51 »

Huh, so how many times did [Tim!] almost get killed?

Hehe :)

I actually never ran out of medpacks, but almost died (< 10% health) to arachnotrons twice anyway, just because they can do so much damage when you're unarmored.

Nice job!  Good game man.

Thanks.  I'm still working on replicating your AoI win :)
Logged
Pages: [1]