DRL > Discussion

The Journey to 100%

<< < (33/37) > >>

ZicherCZ:

--- Quote from: Tormuse on November 02, 2017, 14:20 ---Oh, did Icy add the "SEREG" in there?  That explains it.  :P  (I was wondering if he was reading from code for a future version of the game or something)  In any case, it's very fitting!  :D

--- End quote ---
The sentence in parentheses is the correct explanation: Sereg actually made it into the source code for 0.998. The previous line from the same code ("-- In memory of our best abuser of AoOC") says the same - the devs wanted to pay homage to the most prominent master of sereging ;).

Tormuse:
Ah, that explains some things...  I notice that there are other things listed in the source code that don't exist in the game, such as the middle line here, from the berserk code...


--- Code: --- message_init   = "You feel like a killing machine!",
message_ending = "You feel your anger slowly wearing off...",
                message_done = "You feel more calm.",

--- End code ---

It seems that they intended to include lines to warn the player when powerups are wearing off!  Too bad we didn't get to see that in action.

Sereg:
Ah, that explains it. I thought it was Icy's addition, because the game still lists AoOC as Very Hard. I didn't realize the 998 source was available...

Well in that case - thanks for the mention, Kornel ;)

Icy:
Melee builds are probably the way to go for speedrunning, but I figured I had enough time to work with to use something I'm more capable with. For the Speedrunner Angelic Badge, I'll definitely be using melee. Keep in mind that the majority of that run was me speeding through while Invulnerable. The traits I chose are the ones to best support doing that.

Yes, Dervis' Medallion is only earned on Angel of 100, while Centurial Angelic Badge is only earned on Angel of 666 (obviously). However, Centurial Diamond Badge can be earned on either. Here's the code for why that is:


--- Code: ---OnMortem = function ()
if player.depth >= 16 then player:add_badge("century1") end
if player.depth >= 51 then player:add_badge("century2") end
if player:has_won() then
player:add_badge("century3")
if DIFFICULTY >= DIFF_VERYHARD then player:add_badge("century4") end
if DIFFICULTY >= DIFF_NIGHTMARE then
if ARCHANGEL then player:add_badge("century6") end
player:add_badge("century5")
end
end
end,
--- End code ---


--- Code: ---if ARCHANGEL then
ui.msg_enter("Or wait... false alarm. Still 566 to go.")
else
if DIFFICULTY == DIFF_NIGHTMARE then
player:add_medal("dervis")
end
player:win()
end
--- End code ---

On that note of digging into the code, I was curious what the lever beneficial/neutral/dangerous feelings refer to when you only have Intuition x1, so I made a quick list:

Beneficial: Enemy damage, armor repair, health boost
Neutral: Water flood, forces explosions
Dangerous: Acid flood, lava flood, destroys walls, summons enemies

Day 57:

I tried more for Angel of Humanity + 100, but it's simply too luck-based when the intended method is much easier. Most of the combat is fine, you just need to be careful, but any bad start is hard to deal with. It'd be very unlikely to avoid Arachnotron caves for an entire 100 floors, or any starts with a dangerous group of enemies nearby. Almost all of my deaths were unfortunate insta-kills, but given that I've been making it to the 30s in floors, that's a good sign I can get through the floors of a normal game. As cool as it would be to flaunt the new strategy of Humanity + 100, I'm going to go back to normal attempts next time I try for it. I'm undecided which I'll do for Everyman Diamond Badge though.

I played for Quartermaster Platinum Badge this time with mixing Max Carnage. It plays a lot like a regular game, but there's a slight time limit. I had a few close calls, but never blew up on any floors.

On one of my runs, I reached the Cyberdemon with a collection of guns, including Elephant Gun, Double Shotgun, Chaingun, Plasma Rifle, and also a Chainsaw. I went for the Dodgemaster abuse strategy and was continually shot each reload, and ended up dying. I never realized that the Shotgun is the fastest weapon at reloading! I also really dislike the Elephant Gun with it's awful reloading speed. Combined with Shottyman trait is nice though, but I never reached that point. I also tried Gunrunner again and still hate it. :P

Juggler is a really sick trait to have for Max Carnage runs by the way, especially with the mouse wheel trick. :)

I had another nice run that got far into Hell, but a single Arachnotron cave was the end of that. While I'm still dying at the same rate as I would on Angel of Humanity, at least Max Carnage allows me to fight back properly in most cases. So I tried some more and got a solid run going.

This was a particularly nasty start given I was on Max Carnage:

Spoiler (click to show/hide)
Fortunately, I managed to scrape by and grab the Invulnerability too:

Spoiler (click to show/hide)
Towards the end of the run on Hell 5, I happened to leave a single tile uncovered on the far right side, which I later learned was hiding the stairs. Because I had to quickly run over there through a group of Mancubi to avoid the nuke killing me, I used up most of my health items and other gear. I got super lucky with a nice Hell 6 though:

Spoiler (click to show/hide)
Those are Phaseshift Boots by the way. :) After that I had a pretty simple, though slightly scary Hell 7:

Spoiler (click to show/hide)
Once I got to Dis, I clicked RunWait and got the badge!

Spoiler (click to show/hide)--------------------------------------------------------------
 DoomRL (0.9.9.7) roguelike post-mortem character dump
--------------------------------------------------------------

 drxstds, level 11 Apostle Chaos Colonel Scout,
 sacrificed himself to kill the Mastermind at the City of Dis.
 He survived 27367 turns and scored 537463 points.
 He played for 35 minutes and 25 seconds.
 He opposed the Nightmare!

 He killed 518 out of 1117 hellspawn. (46%)
 He was an Angel of Max Carnage!
 He was also an Angel of Red Alert!

-- Special levels --------------------------------------------

  Levels generated : 11
  Levels visited   : 7
  Levels completed : 0

-- Awards ----------------------------------------------------

  Cyberdemon's Head
  UAC Star (gold cluster)
  Minor Icarus Cross
  Quartermaster Platinum Badge

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

  ###########################################################
  .........................................................>#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  .&......................................X.................#
  ......................................&...................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  ..........................................................#
  .........................................................>#
  ###########################################################

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

  Health 0/50   Experience 50376/11
  ToHit Ranged +12  ToHit Melee +12  ToDmg Ranged +0  ToDmg Melee +0

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

  Class : Scout

    Finesse          (Level 2)
    Hellrunner       (Level 2)
    Reloader         (Level 2)
    Juggler          (Level 1)
    Dodgemaster      (Level 1)
    Intuition        (Level 2)
    Shottyman        (Level 1)

  Int->Int->HR->HR->DM->Fin->Jug->Fin->Rel->Rel->SM->

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

    [a] [ Armor      ]   red armor [4/4] (100%)
    [b] [ Weapon     ]   shotgun (9d3) [1/1] (P1)
    [c] [ Boots      ]   phaseshift boots [4/4] (92%) (A)
    [d] [ Prepared   ]   plasma rifle (1d8)x6 [34/40] (P1)

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

    [a] double shotgun (9d3)x2 [2/2]
    [b] chaingun (1d6)x4 [40/40]
    [c] ballistic vest [1/1] (100%)
    [d] chainsaw (4d6)
    [e] 10mm ammo (x28)
    [f] shotgun shell (x50)
    [g] shotgun shell (x46)
    [h] shotgun shell (x50)
    [i] power cell (x50)
    [j] power cell (x50)
    [k] power cell (x50)
    [l] power cell (x50)
    [m] power cell (x50)
    [n] power cell (x50)
    [o] power cell (x8)
    [p] steel boots [1/1] (93%)
    [q] 10mm ammo chain (x250)

-- Resistances -----------------------------------------------

    Fire       - internal 0%    torso 25%   feet 0%   

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

    73 former humans
    40 former sergeants
    18 former captains
    133 imps
    28 demons
    127 lost souls
    2 cacodemons
    12 hell knights
    19 barons of hell
    3 arachnotrons
    10 former commandos
    12 pain elementals
    16 revenants
    11 mancubi
    12 arch-viles
    1 Cyberdemon
    1 Spider Mastermind

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

  He started his journey on the surface of Phobos.
  On level 2 he entered Hell's Arena.
  He saw, left a present and left.
  On level 5 he stormed the Chained Court.
  On level 8 he encountered the Phobos Anomaly.
  On level 9 he entered Deimos Lab.
  He decided to nuke the forbidden Lab.
  On level 11 he arrived at the Containment Area.
  Not knowing what to do, he left.
  He left level 15 as soon as possible.
  On level 16 he found the Tower of Babel!
  On level 17 he invaded the Unholy Cathedral!
  He fled the Unholy Cathedral seeing no chance to win.
  On level 20 he was foolish enough to enter the Mortuary!
  He managed to escape from the Mortuary!
  On level 22 he encountered an armed nuke!
  On level 22 he arrived at Mt. Erebus.
  He decided it was too dangerous.
  Then at last he found Dis!
  On level 24 he finally sacrificed himself to kill the Mastermind.

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

 Warning! Explosion in 60 seconds!
 Warning! Explosion in 50 seconds!
 Warning! Explosion in 40 seconds!
 Warning! Explosion in 30 seconds!
 Warning! Explosion in 20 seconds!
 Warning! Explosion in 10 seconds!
 Warning! Explosion in 9 seconds!
 Warning! Explosion in 8 seconds!
 Warning! Explosion in 7 seconds!
 Warning! Explosion in 6 seconds!
 Warning! Explosion in 5 seconds!
 Warning! Explosion in 4 seconds!
 Warning! Explosion in 3 seconds!
 Warning! Explosion in 2 seconds!
 Warning! Explosion in 1 seconds!
 Congratulations! You defeated the Spider Mastermind! Press <Enter>...

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

 2131 brave souls have ventured into Phobos:
 1697 of those were killed.
 5 of those were killed by something unknown.
 62 didn't read the thermonuclear bomb manual.
 And 222 couldn't handle the stress and committed a stupid suicide.

 145 souls destroyed the Mastermind...
 15 sacrificed itself for the good of mankind.
 126 killed the bitch and survived.
 4 showed that it can outsmart Hell itself.

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

--- End code ---

Hitting the nice milestone of platinum badge count being the big two-oh is really awesome! Next will be some more platinum badges that I think I can get. Angel of Humanity as a Conqueror is on the backburner for now. I do want to get that finished at some point though since I would really like to finish collecting all the medals and being done with that, but it'll have to wait for now.

Good progress and lots of fun! :)

Icy:
Day 58:

The focus this time was on the Masochist Badges. Since I could mix them with Max Carnage, they weren't too bad to go for. They played out mostly like a normal Max Carnage run where I couldn't heal, so I just needed to be a little extra careful. Invulnerability and Berserk still works like normal, so that helps a lot.

I went for Masochist Platinum Badge first and got it pretty quickly. Nothing really remarkable happened, just careful gameplay and normal levels:

Spoiler (click to show/hide)--------------------------------------------------------------
 DoomRL (0.9.9.7) roguelike post-mortem character dump
--------------------------------------------------------------

 f65fy, level 8 Apostle Chaos Colonel Scout,
 defeated the Mastermind at the City of Dis.
 He survived 646792 turns and scored 99800 points.
 He played for 47 minutes and 21 seconds.
 He wasn't afraid to be hurt plenty.

 He killed 368 out of 581 hellspawn. (63%)
 He was an Angel of Max Carnage!
 He was also an Angel of Masochism!

-- Special levels --------------------------------------------

  Levels generated : 11
  Levels visited   : 4
  Levels completed : 1

-- Awards ----------------------------------------------------

  Mastermind's Brain
  UAC Star (gold cluster)
  Untouchable Medal
  Hell Armorer Badge
  Masochist Platinum Badge

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

  ###########################################################
  ####................................#####################>#
  ###...............####...............######################
  ##.......####.....####.....####.......#####################
  #........####.....####.....####........####################
  .........####.....####.....####.........###################
  .........####..............####..%.......##################
  ..........................................#################
  ..####............................####X...#################
  .&####............................####....#################
  ..####............................####....#################
  ..####............................####....#################
  ..........................................#################
  .........####..............####..........##################
  .........####.....####.....####.........###################
  #........####.....####.....####........####################
  ##.......####.....####.....####.......#####################
  ###...............####...............######################
  ####................................#####################>#
  ###########################################################

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

  Health 50/50   Experience 24245/8
  ToHit Ranged +12  ToHit Melee +12  ToDmg Ranged +0  ToDmg Melee +0

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

  Class : Scout

    Finesse          (Level 2)
    Hellrunner       (Level 2)
    Juggler          (Level 1)
    Dodgemaster      (Level 1)
    Intuition        (Level 2)

  Int->Int->HR->HR->DM->Fin->Jug->Fin->

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

    [a] [ Armor      ]   red armor [6/6] (58%) (P)
    [b] [ Weapon     ]   plasma rifle (1d7)x8 [0/40] (F1)
    [c] [ Boots      ]   steel boots [1/1] (80%) (A)
    [d] [ Prepared   ]   shell box (x99)

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

    [a] tactical shotgun (8d3) [5/5]
    [b] gatling gun (1d7)x6 [60/60]
    [c] blue armor [2/2] (90%) (T)
    [d] chainsaw (4d7) (P)
    [e] 10mm ammo (x100)
    [f] shotgun shell (x50)
    [g] shotgun shell (x50)
    [h] shotgun shell (x50)
    [i] shotgun shell (x50)
    [j] shotgun shell (x50)
    [k] shotgun shell (x50)
    [l] shotgun shell (x50)
    [m] power cell (x50)
    [n] power cell (x30)
    [o] envirosuit pack
    [p] onyx armor pack
    [q] Hellwave Pack
    [r] 10mm ammo chain (x250)
    [s] shell box (x100)

-- Resistances -----------------------------------------------

    Fire       - internal 0%    torso 25%   feet 0%   

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

    68 former humans
    41 former sergeants
    12 former captains
    86 imps
    51 demons
    66 lost souls
    14 cacodemons
    6 hell knights
    4 barons of hell
    5 arachnotrons
    1 former commando
    5 pain elementals
    2 revenants
    1 mancubus
    2 bruiser brothers
    2 shamblers
    1 Cyberdemon
    1 Spider Mastermind

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

  He started his journey on the surface of Phobos.
  On level 5 he stormed the Chained Court.
  On level 7 he assembled a tactical shotgun!
  On level 8 he encountered the Phobos Anomaly.
  On level 9 he entered Deimos Lab.
  On level 9 he assembled a gatling gun!
  He destroyed the evil within and reaped the rewards!
  He nuked level 11!
  On level 13 he found the Hellwave Pack!
  On level 16 he found the Tower of Babel!
  On level 17 he invaded the Unholy Cathedral!
  He fled the Unholy Cathedral seeing no chance to win.
  He left level 19 as soon as possible.
  On level 19 he entered the Vaults.
  He came, he saw, but he left.
  On level 21 he encountered an armed nuke!
  He left level 23 as soon as possible.
  Then at last he found Dis!
  On level 24 he finally defeated the Mastermind.

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

 Spider Mastermind. The Spider Mastermind flinched!
 The missile hits the Spider Mastermind. The missile hits the Spider
 Mastermind. The missile hits the Spider Mastermind. The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched!
 The missile hits the Spider Mastermind. The missile hits the Spider
 Mastermind. The missile hits the Spider Mastermind. The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind flinched! The missile hits the
 Spider Mastermind. The Spider Mastermind dies. Congratulations! You defeated
 the Spider Mastermind! Press <Enter>...
 You feel relatively safe now.

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

 2143 brave souls have ventured into Phobos:
 1707 of those were killed.
 5 of those were killed by something unknown.
 62 didn't read the thermonuclear bomb manual.
 And 223 couldn't handle the stress and committed a stupid suicide.

 146 souls destroyed the Mastermind...
 15 sacrificed itself for the good of mankind.
 127 killed the bitch and survived.
 4 showed that it can outsmart Hell itself.

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

--- End code ---

Next was Masochist Diamond Badge in the same manner. On runs outside of Angel of 100/666, I never get high enough experience levels to ever want Ironman or Badass, so that restriction wasn't a big deal.

Part way into the run, I had an interesting scenario. I entered with a nuke nearby while already Invulnerable, but there was another Invulnerability not far off. I also was in dire need of healing. I decided to set off the nuke in place and made a mad dash for the second one:

Spoiler (click to show/hide)
I fortunately made it before the Mancubus shot at me:

Spoiler (click to show/hide)
I had another arena level two floors later and found a Phaseshift Armor:

Spoiler (click to show/hide)
Found another Invulnerability nearby:

Spoiler (click to show/hide)
After the Cyberdemon, I had a bit of luck with the stairs:

Spoiler (click to show/hide)
Which kept continuing:

Spoiler (click to show/hide)
Then on Hell 5, I had another Invulnerability spawn, which meant my run was quite close to being finalized:

Spoiler (click to show/hide)
Unfortunately, the spawned enemies on both sides of me were not nice:

Spoiler (click to show/hide)
Spoiler (click to show/hide)--------------------------------------------------------------
 DoomRL (0.9.9.7) roguelike post-mortem character dump
--------------------------------------------------------------

 gfgfdssdf, level 8 Apostle Chaos Colonel Scout,
 couldn't evade a revenant's fireball on level 5 of Hell.
 He survived 14213 turns and scored 194802 points.
 He played for 24 minutes and 4 seconds.
 He opposed the Nightmare!

 He killed 312 out of 909 hellspawn. (34%)
 He was an Angel of Max Carnage!
 He was also an Angel of Masochism!

-- Special levels --------------------------------------------

  Levels generated : 11
  Levels visited   : 4
  Levels completed : 0

-- Awards ----------------------------------------------------

  UAC Star (silver cluster)

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

  #############################======########################
  #............#.....===^..0...#======.......#...h..|....#...
  #.....R.R........%===........#========^.|..#.......0...#...
  #............/...=..==.B.....#=======......#...........#...
  #.......0.0.......=..B.......#="===O==.....#........h..#...
  #..................=.^.%.....#======.==....#...........#...
  #..................|..B....../======...=...#^......."..#.0.
  #.........0....X%}}....B.....#.======...=..+..........h+...
  ###V##################+#######.======..==..#....0......#...
  #............R.V.............#.======....=.#......===..+0..
  #.......R##..........0..##...#.======|..|.;+.....=..==.####
  #......R.##.............##...#.======......#=====......#===
  #.##..##........##..##.....|.#.======......#......h....#===
  #.##.!##..0.....##..##.......+.======......#}|.\...0...#===
  #......R..===..........}.....#.======......###########+####
  #...\......=.=...............#======.......#..............0
  ##/#####=#==##=###############======.......################
  #=======================|====#======.......+===============
  #=======================[====#======.......#===============
  ##############################======#######################

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

  Health 0/50   Experience 25296/8
  ToHit Ranged +12  ToHit Melee +12  ToDmg Ranged +0  ToDmg Melee +0

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

  Class : Scout

    Finesse          (Level 2)
    Hellrunner       (Level 2)
    Juggler          (Level 1)
    Dodgemaster      (Level 1)
    Intuition        (Level 2)

  Int->Int->HR->HR->DM->Fin->Jug->Fin->

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

    [a] [ Armor      ]   nothing
    [b] [ Weapon     ]   shotgun (9d3) [1/1] (P1)
    [c] [ Boots      ]   nothing
    [d] [ Prepared   ]   plasma rifle (1d7)x6 [2/40]

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

    [a] chaingun (1d6)x4 [52/52] (B1)
    [b] green armor [1/1] (16%)
    [c] chainsaw (4d6)
    [d] 10mm ammo (x16)
    [e] 10mm ammo (x100)
    [f] 10mm ammo (x100)
    [g] shotgun shell (x50)
    [h] shotgun shell (x14)
    [i] shotgun shell (x50)
    [j] shotgun shell (x50)
    [k] shotgun shell (x50)
    [l] envirosuit pack
    [m] power mod pack

-- Resistances -----------------------------------------------

    None

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

    47 former humans
    33 former sergeants
    19 former captains
    58 imps
    35 demons
    75 lost souls
    6 cacodemons
    10 hell knights
    13 barons of hell
    1 arachnotron
    3 former commandos
    6 pain elementals
    1 revenant
    2 mancubi
    2 bruiser brothers
    1 Cyberdemon

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

  He started his journey on the surface of Phobos.
  He left level 5 as soon as possible.
  On level 5 he stormed the Chained Court.
  He left level 7 as soon as possible.
  On level 8 he encountered the Phobos Anomaly.
  On level 9 he entered Deimos Lab.
  He left the Deimos Lab without drawing too much attention.
  He nuked level 11!
  On level 16 he found the Tower of Babel!
  On level 17 he ran for his life from lava!
  On level 17 he invaded the Unholy Cathedral!
  He fled the Unholy Cathedral seeing no chance to win.
  He left level 18 as soon as possible.
  Level 19 blasted him with an unholy atmosphere!
  He left level 19 as soon as possible.
  On level 19 he entered the Vaults.
  He came, he saw, but he left.
  He left level 20 as soon as possible.
  On level 21 he finally couldn't evade a revenant's fireball.

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

 missile hits the baron of hell. The missile hits the baron of hell. The
 missile hits the baron of hell. The missile hits the baron of hell.
 The missile hits the baron of hell. The baron of hell dies. You hear the
 scream of a freed soul!
 Use scroll to choose weapon, left button to wield, right to cancel... You
 swap your weapons instantly!
 You reload the shotgun.
 You reload the shotgun.
 You reload the shotgun.
 You reload the shotgun.
 You reload the shotgun.
 You stop running.
 You reload the shotgun. You are hit! Your green armor is completely
 destroyed!
 You hear the scream of a freed soul!
 You reload the shotgun. You are hit! You die!... Press <Enter>...

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

 2144 brave souls have ventured into Phobos:
 1708 of those were killed.
 5 of those were killed by something unknown.
 62 didn't read the thermonuclear bomb manual.
 And 223 couldn't handle the stress and committed a stupid suicide.

 146 souls destroyed the Mastermind...
 15 sacrificed itself for the good of mankind.
 127 killed the bitch and survived.
 4 showed that it can outsmart Hell itself.

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

--- End code ---

Sucks since I was so close to the ending, but that's how it goes on Nightmare sometimes. All it takes is one nasty floor and the run is over. Of course, I kept trying though. Getting pretty deep into a new run, I had a nasty room but some awesome luck:

Spoiler (click to show/hide)
Immediately after was essentially an Arachnotron cave. I had Enviroboots so close by, but I unfortunately couldn't risk grabbing them:

Spoiler (click to show/hide)
Into Hell, I had some much-needed Invulnerability luck:

Spoiler (click to show/hide)
Then on Hell 6, being near the end again, I got another totally awful floor with a tough maze with both staircases on the far opposite side:

Spoiler (click to show/hide)
Through some close calls and clever tactics, I managed to not die:

Spoiler (click to show/hide)
The game gave me a break at the end, which followed with another easy Spider Mastermind kill:

Spoiler (click to show/hide)
Spoiler (click to show/hide)--------------------------------------------------------------
 DoomRL (0.9.9.7) roguelike post-mortem character dump
--------------------------------------------------------------

 drtggdtrr, level 9 Apostle Chaos Colonel Scout,
 defeated the Mastermind at the City of Dis.
 He survived 34632 turns and scored 318077 points.
 He played for 38 minutes and 12 seconds.
 He opposed the Nightmare!

 He killed 325 out of 893 hellspawn. (36%)
 He was an Angel of Max Carnage!
 He was also an Angel of Masochism!

-- Special levels --------------------------------------------

  Levels generated : 11
  Levels visited   : 3
  Levels completed : 0

-- Awards ----------------------------------------------------

  Mastermind's Brain
  UAC Star (silver cluster)
  Minor Icarus Cross
  Untouchable Badge
  Masochist Diamond Badge

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

  ###########################################################
  ####................................#####################>#
  ###...............####...............######################
  ##.......####.....####.....####.......#####################
  #........####.....####.....####........####################
  .........####.....####.....####.........###################
  .........####..............####..........##################
  ..................................X.......#################
  ..####............................####....#################
  .&####............................####....#################
  ..####............................####....#################
  ..####............................####....#################
  ..........................................#################
  .........####..............####..........##################
  .........####.....####.....####.........###################
  #........####.....####.....####..%.....####################
  ##.......####.....####.....####.......#####################
  ###...............####...............######################
  ####................................#####################>#
  ###########################################################

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

  Health 50/50   Experience 35942/9
  ToHit Ranged +12  ToHit Melee +12  ToDmg Ranged +0  ToDmg Melee +0

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

  Class : Scout

    Finesse          (Level 2)
    Hellrunner       (Level 2)
    Reloader         (Level 1)
    Juggler          (Level 1)
    Dodgemaster      (Level 1)
    Intuition        (Level 2)

  Int->Int->HR->HR->DM->Fin->Jug->Fin->Rel->

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

    [a] [ Armor      ]   green armor [1/1] (100%)
    [b] [ Weapon     ]   tactical shotgun (8d3) [4/5]
    [c] [ Boots      ]   tactical boots [0/0] (100%)
    [d] [ Prepared   ]   chaingun (1d6)x4 [40/40]

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

    [a] shotgun (8d3) [1/1]
    [b] plasma rifle (1d7)x6 [0/40]
    [c] green armor [1/1] (70%)
    [d] red armor [1/4] (16%)
    [e] chainsaw (4d6)
    [f] 10mm ammo (x24)
    [g] shotgun shell (x50)
    [h] shotgun shell (x28)
    [i] shotgun shell (x50)
    [j] shotgun shell (x50)
    [k] shotgun shell (x50)
    [l] envirosuit pack

-- Resistances -----------------------------------------------

    Bullet     - internal 0%    torso 15%   feet 0%   
    Shrapnel   - internal 0%    torso 15%   feet 0%   

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

    42 former humans
    56 former sergeants
    12 former captains
    59 imps
    53 demons
    34 lost souls
    5 cacodemons
    8 hell knights
    25 barons of hell
    2 arachnotrons
    6 former commandos
    2 pain elementals
    8 revenants
    2 mancubi
    9 arch-viles
    1 Cyberdemon
    1 Spider Mastermind

-- 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 5 he stormed the Chained Court.
  He left level 6 as soon as possible.
  On level 8 he encountered the Phobos Anomaly.
  He left level 10 as soon as possible.
  He left level 11 as soon as possible.
  He left level 13 as soon as possible.
  On level 16 he found the Tower of Babel!
  On level 20 he assembled a tactical shotgun!
  On level 20 he assembled a tactical boots!
  On level 22 he entered the Lava Pits.
  He decided it was too hot there.
  He left level 23 as soon as possible.
  Then at last he found Dis!
  On level 24 he finally defeated the Mastermind.

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

 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 You reload the tactical shotgun.
 Your tactical shotgun is already loaded.
 You hear the scream of a freed soul! Congratulations! You defeated the Spider
 Mastermind! Press <Enter>...

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

 2152 brave souls have ventured into Phobos:
 1715 of those were killed.
 5 of those were killed by something unknown.
 62 didn't read the thermonuclear bomb manual.
 And 223 couldn't handle the stress and committed a stupid suicide.

 147 souls destroyed the Mastermind...
 15 sacrificed itself for the good of mankind.
 128 killed the bitch and survived.
 4 showed that it can outsmart Hell itself.

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

--- End code ---

Very happy to get this pair of badges done! I've now got Tormuse matched and beaten in platinum and diamond, with just Evilpotatoe, Thomas, and Papilio edging me out in platinum, and with just Papilio left in diamond badges. Of course there are others, but nobody else who are confirmed. Pretty cool!

I'd like to try for another angelic badge soon, and going off Khiijol's advice, I think I'll do Veteran Angelic Badge next. Given that I can abuse any of Max Carnage, Light Travel, and Overconfidence, it doesn't seem too insane of a challenge. The main issue will be killing JC. Ideally, I'd just double nuke the ending, but I need to survive which is the problem. I'll see what I can figure out for that! It'd be great to get another ranking promotion and match some more players! :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version