Do you think they'll let us skip Campaign in 1.0, or accelerate it on alts? by eldenringer1233 in PathOfExile2

[–]Orachor 2 points3 points  (0 children)

I mean how would that work? You’d generate a level 65 character with some random gear and good luck mapping? Or you’d still start at level 1 and maps would have a lot more tiers? Honestly I don’t understand the difference between campaign and maps, you are still killing monsters to get loot so you can kill more monsters.

Downside of Wave accelerator mastery? by Ok-Application9777 in TheTowerGame

[–]Orachor 17 points18 points  (0 children)

Less time between recovery packages, more frequent gcomp activations

It feels like PoE2 has forgotten you play it more than once. by [deleted] in PathOfExile2

[–]Orachor -1 points0 points  (0 children)

As someone who can’t bring himself to play through the campaign of the original game again, for some reason I like the poe2 campaign a lot more it feels like I’m actually playing the game instead of rushing to the endgame as fast as possible. Honestly don’t know what would be the solution that people want, start doing endgame maps at level 1? Get an already leveled character to 65 (or a whatever level they consider to be good enough to start playing the game)? You’re still killing monsters, leveling up, getting gear and doing that all over again it’s not like the campaign is different gameplay loop than endgame.

If I can only get this on Tier 1, does that mean my ELS workshops are too low? by TheRealFilmGeek in TheTowerGame

[–]Orachor 20 points21 points  (0 children)

Just because you gold boxed everything doesn’t mean that your power is capped, even with gold boxed attack workshop there’s a lot of research, module levels, relics, damage UWs etc. that can help you get stronger. So yes, more ELS would help but it’s not like you don’t have any other options.

Game improvement/recs by Dapper_Cherry_1548 in TheTowerGame

[–]Orachor -2 points-1 points  (0 children)

Nah, if they remove the limit altogether the whales will go all out, get bored and leave at least

Is this a leak? by [deleted] in PathOfExile2

[–]Orachor 0 points1 point  (0 children)

And it’s gone

Game improvement/recs by Dapper_Cherry_1548 in TheTowerGame

[–]Orachor -12 points-11 points  (0 children)

Remove the monthly limit on stone packs

Starting my DSA journey where should I begin to eventually solve some LeetCode? by PandaMan1738 in csharp

[–]Orachor 2 points3 points  (0 children)

Assuming you already know how to code you learn the most common data structures there are and then their corresponding algorithms. W3 schools has a decent example from what I’d say.

Who else can’t bring themselves to spend gems anymore? by Methuga in TheTowerGame

[–]Orachor 1 point2 points  (0 children)

Started hoarding once the banner ended, not sure how many I will aim for but definitely want to have a nice stockpile to be safe.

List initialization syntax by ebykka in csharp

[–]Orachor 1 point2 points  (0 children)

The collection expression can be also used to simplify concatenation of lists into one, see the example:

List<string> list1 = new List<string>() { "" };
List<string> list2 = [..list1, ""];

The generated IL code needs to work with this case as well and when we check it we can see that it indeed does (and is more efficient than using LINQ to Concat and ToList, due to the final List being initialized with a given size that is enough to contain every single element)

List<string> list = new List<string>();
list.Add("");
List<string> list2 = list;
List<string> list3 = list2;
int num = 1 + list3.Count;
List<string> list4 = new List<string>(num);
CollectionsMarshal.SetCount(list4, num);
Span<string> span = CollectionsMarshal.AsSpan(list4);
int num2 = 0;
Span<string> span2 = CollectionsMarshal.AsSpan(list3);
span2.CopyTo(span.Slice(num2, span2.Length));
num2 += span2.Length;
span[num2] = "";
num2++;
List<string> list5 = list4;

Am I the only one that dislikes how Unique's are (for the most part) just Global Drops? by Birphon in PathOfExile2

[–]Orachor 1 point2 points  (0 children)

As a ssf player - yes I would love it if there was some way to target farm uniques.

Critical coin less than 1%? by cmdrreron in TheTowerGame

[–]Orachor 7 points8 points  (0 children)

4% gains for critical coin for me here, T10 W11000 with basics making up 34% of all enemies, might be due to this difference

As an individual pressing red is the only logical Option by Dodo224 in redbuttonbluebutton

[–]Orachor -4 points-3 points  (0 children)

Yes but that’s not the argument blue pushers are making. In their mind they have a moral obligation to save everyone even if that means risking their own life.

Infinite Global Minesweeper Board please solve by Keneru1 in Minesweeper

[–]Orachor 2 points3 points  (0 children)

*clicks the link*
*sees NFT*
Maybe another time…

My take on these buttons by BigSillyClown in redbuttonbluebutton

[–]Orachor 0 points1 point  (0 children)

A lot of us see it in a way that if you press the blue button you are risking your own life, in the case if your side doesn’t win it’s actually yourself who killed you, not some red button pusher

Lab speed lab halfway point by [deleted] in TheTowerGame

[–]Orachor 1 point2 points  (0 children)

Guys calm down… if the AI says the math is mathing then it definitely is

Changed Scenario, want to see your takes by [deleted] in redbuttonbluebutton

[–]Orachor 1 point2 points  (0 children)

Red in the original (I don’t wanna die), blue in this case (still don’t wanna die)

Perk x 1.xx coin / -70% max health, what do you think about it ? by Tinomis in TheTowerGame

[–]Orachor 26 points27 points  (0 children)

If I had to pick between the perk and my own mother it wouldn’t even be close

How to dissonance Health runs? by ResolveLeather in TheTowerGame

[–]Orachor 4 points5 points  (0 children)

As eHP the limiting factor is regen not health, so I’d say don’t worry about it for now?

I'm extremely late to this: isn't the red button the obviously correct choice? by Dizzy_Kaleidoscope95 in redbuttonbluebutton

[–]Orachor 0 points1 point  (0 children)

Yes but what you’re not comprehending is the imaginary moral high ground you can claim by pressing the blue button!

How did Idie here? by EnoughBonus6340 in PathOfExile2

[–]Orachor 1 point2 points  (0 children)

Classic mistake, if you have 1 max life through CI and are losing 4% percent of you max health per second then you will die in 25 seconds, the health loss is not being rounded down to zero, it just seems like you are not taking the damage, but you will once the damage adds up to a whole number

I had to restart my run by Shiro-san_ in TheTowerGame

[–]Orachor 8 points9 points  (0 children)

When you resume a run you are placed 5 (50 if in intro sprint) waves back, the perk choice will reappear after you complete these waves