Search results

  1. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    Man, noodleface is going to get a whole ton of not sex with his copious amounts of no free time.
  2. Deathwing

    Path of Exile

    I wonder, does the wording imply that the rare/unique scaling on Temp Chains only apply to gem level? I mean, I guess Enfeeble too, but Enfeeble doesn't get Less Damage from its quality. 80% less target in 3.5, level 20 gem, level 23 quality, level 4 enhance: 0.2 * (29.5 + (23 + 24) * 0.5) =...
  3. Deathwing

    Path of Exile

    I believe that part about crafting is just making the plinth group friendly.
  4. Deathwing

    Path of Exile

    How are you getting those numbers for Convocation? 4/(1 + 0.2) = 3.333s. 4/(1 + 0.2 + 0.5) = 2.352s.
  5. Deathwing

    Path of Exile

    Was considering HoAg Occultist, but the nerfs to Temp Chains and Enfeeble have me second guessing that. Maybe HoAg Trickster? Not really sure atm. Can someone explain how ED/Contagion is supposed to work? I've never played the skill and the wiki doesn't explicitly say Contagion is supposed...
  6. Deathwing

    Path of Exile

    Seriously, though, where does is say this shit in game? I can't even find a target limit mentioned on the wiki.
  7. Deathwing

    Path of Exile

    Targets that had 80% less curse effectiveness in 3.5 will now have 0.5 * 0.33333 = 16.6666% curse effectiveness in 3.6. Targets that had 60% less curse effectiveness in 3.5 will now have 0.5 * 0.66666 = 33.3333% curse effectiveness in 3.6. Targets that had 0% less curse effectiveness in 3.5...
  8. Deathwing

    Path of Exile

    4x crit multi jewel will get you as much, if not more. And just as rare!
  9. Deathwing

    Path of Exile

    For its rarity, that gem is fine. If anything it's overrated. Every build I've plugged it into has really only gained 5%-10%.
  10. Deathwing

    Path of Exile

    :rolleyes:
  11. Deathwing

    Path of Exile

    Even the patch notes are a grind, git gud noob. Nerfing PP after changing its rarity seems questionable. Why? Ok, reading notes now.
  12. Deathwing

    Path of Exile

    Quin69 makes any post invalid. Shit, my post is invalid.
  13. Deathwing

    Path of Exile

    Meh, sounds annoying. PoE is not a DoT stacking game unless you can do it in one action.
  14. Deathwing

    Path of Exile

    What would be the point of the skill if it lasted similar length to ED?
  15. Deathwing

    Path of Exile

    The intent is a "spammable" DoT. No way is it ED length.
  16. Deathwing

    GoT - Is Over, Post Your Drogon Sightings

    I know they're in the books. New character(s) is the last thing this clusterfuck of a show needs in its last season.
  17. Deathwing

    Path of Exile

    2s duration being...too short? Too long?
  18. Deathwing

    GoT - Is Over, Post Your Drogon Sightings

    Jaime.
  19. Deathwing

    Path of Exile

    The poe wiki explicitly mentions it. Haku, Warmaster @Caliane I'd much rather CoC get some more defenses. Crit reliability was more a nuisance than a real issue.
  20. Deathwing

    Path of Exile

    Are you sure they didn't already have some curse reduction? I'll wait while you Google.
  21. Deathwing

    Path of Exile

    Temp chains and enfeeble are getting net lateral move, the other curses are getting buffs where they matter. Why do you care? You're just going to play KB - Ranged Attack Totems - Mines.
  22. Deathwing

    Captain Marvel (2019)

    He's a blue hair, just not fully committed.
  23. Deathwing

    Path of Exile

    Yep! @dizzie the only expensive part to crawly boi is the helm enchant. And you got rings for that now.
  24. Deathwing

    Path of Exile

    Agony Crawler Occultist pending Convocation cooldown.
  25. Deathwing

    Path of Exile

    Depends how you would play it. Reduction to cast speed likely comes with reduction to base damage and damage effectiveness. So, skill using arc to bypass cast time will see some lower damage, but not much. The chaining reduction could be big too.
  26. Deathwing

    Path of Exile

    Dominating Blow is minion skill. You support it with Minion Damage, the minions summoned by it have increased damage. What else would you expect? I think everything but those two curses are going to work much better versus map bosses and shaper/guardians though. Not even clear that they will...
  27. Deathwing

    Path of Exile

    Do I understand the change to enfeeble and temp chains that they won't be as OP in Delve?
  28. Deathwing

    Path of Exile

    Yes, that's what I meant. I'm not expecting that to be the case, but would be fun. Especially for build that don't give a shit about the damage of Bane since I'm not expecting that to be competitive. It's definitely a curse skill, it gets the curse tag.
  29. Deathwing

    Path of Exile

    If convocation gets a decent cooldown, I'm likely starting Occultist Agony Crawler.
  30. Deathwing

    Path of Exile

    I meant things that bypass cast time but still count as you casting like CoC, CwC, Mjolner, PP(Press F to pay respects), Cospri's, etc. You could do what @zombiewizardhawk does and always play an ascendancy that ignore reflect. OR You could spend that scour + alch or chaos and reroll the...
  31. Deathwing

    Path of Exile

    Reflect affects much more than just self cast, so this comment doesn't make sense.
  32. Deathwing

    Path of Exile

    Guys, we're not going to fix melee yet. But we're going to fuck melee just a bit more until then, especially 2H and/or Slayer/Ascendant: Forum - Development Manifesto - Balance in Path of Exile: Synthesis - Path of Exile
  33. Deathwing

    Path of Exile

    This is what channels 820 and 4040 are for. I bought Mastermind II for 1ex and finished up the rest of upgrade at a few chaos each.
  34. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    This notion is what I've found elsewhere on the web. I'm not sure why __subclasses__() is a builtin if this is such a violation of OO design then. I might have to go with trusting the third party to instantiate it. Also, python let's you inspect all the classes in a module, though honestly...
  35. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    I don't, not directly. Python lets the super know about its subs though, so that's what I'm doing. I've been told that's not a good idea though.
  36. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    That is admittedly a flaw. Manufacturing a log so that you can test a new subclass is definitely a lacking feature atm and something I would like. I don't see the two as exclusive, though. I'd rather have both.
  37. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    I don't trust the third party. I find it better to assume the user is an idiot and try to correct/prevent as much fuckery said idiot could do. So, if they implement a subclass but never instantiate, how am I(the test system) supposed to know that? Worse, this could potentially linger months...
  38. Deathwing

    GoT - Is Over, Post Your Drogon Sightings

    Should have had Jon sitting on Dany's lap, just to fuck with the internet.
  39. Deathwing

    IT/Software career thread: Invert binary trees for dollars.

    I wish my compiler caught all my runtime errors.
  40. Deathwing

    Path of Exile

    Of course it's weird, just some theorycrafting while waiting for the league.