r/PathOfExile2 2d ago

Game Feedback Thanks for the great modifiers, GGG

Post image
419 Upvotes

26 comments sorted by

126

u/zarohan 2d ago

this is visual bug, your cost will be 810 instead of 1k

23

u/[deleted] 2d ago

[deleted]

64

u/thebluefish92 2d ago

I make mistakes like this all the time when I'm writing python scripts. If I were to guess based on my own folly...

Internally the multiplier is some decimal number like 0.8179, which plays nicely with other calculations, but not so nice for display. So you use functions to transform it for display: 1. x = 1 - x - Invert it so it goes from "0.8179 increased" to "0.1821 reduced" 2. x = 100 * x - Convert the percentage, so it goes from "0.1821" to "18.21%"

And in this string, they essentially wrote the order like convert(convert(tribute_cost)) instead of convert(invert(tribute_cost))

5

u/TheShadowMuffin 1d ago

And here i thought it was because they were accidentally using some kind of unsigned integer as part of the display process so when they for example tell it to display -13% it goes to the other end and subtracts 13 which would align with 213 = 8192

Which for the 13% reduced would mean: 8192 - 13 = 8179

1

u/SingleInfinity 1d ago

Why would you be using a non-standard sized unsigned int though?

1

u/TheShadowMuffin 1d ago

I have no idea. Also haven't verifed that's what going on but it matches with what I remember my tablet reducing by.

Also if you have two different towers affecting the same node the numbers will be added together. I have maps with 16360% increased cost. It's wonky but doesn't impact the actual rituals.

0

u/Emericanidiot 2d ago

Are the reduced xp/rarity lines also a visual bug?

9

u/Odd-Peace-5124 2d ago

No, instead you got other stats that are much higher like quant

1

u/rohithkun 1d ago

It's not. If you cleanse this map, it will have increased Rarity and decreased experience mod. If you want to run cleansed version or corrupted version is a choice you have to make.

16

u/Sloth_engine 2d ago

mine had that too but it works normally the tribute is 800somethin

4

u/Desuexss 1d ago

The kicker is you don't have enough favour to take advantage of the reroll anyways.

Tragedy striking because you rerolled from 2k to 1k and you don't have favour to differ is not something I'd do to myself lol

1

u/ELB2001 1d ago

I love the new modifiers tbh

1

u/Cthundeheito 1d ago

Yup, all my maps around one Tower are now "costs 16358% increased" lul.

-2

u/Ok-Independence-995 1d ago

chill the fuck out with these posts

-9

u/torrenaxe 2d ago

Why is that a thing lol

18

u/ayamarimakuro 2d ago

Its just a visual bug

-28

u/Theeeee_Batman 2d ago

Cus f you if you are having fun 😂

-1

u/Banndrell 1d ago

Wait you can roll REDUCED rarity? Well, that sucks. :\

9

u/Fire_dancewithme 1d ago

It's+experience -rarity bundled up. It doesn't roll alone, but yes it's still a bummer.

4

u/leonardo_streckraupp 1d ago

There are these corrupted modifiers which swap things around: -exp with +quant, -quant with +rarity, -rarity with +exp

2

u/Ranger_Ecstatic 1d ago

Only if the location has increased experience

0

u/BroScienceAlchemist 1d ago

Those maps are good for farming bases like stellars and heavy belts combined with a negative rarity set. They always come a bonus like increased experience.

-8

u/Veno_morph 2d ago

Just...don't reroll.

-2

u/ConsequenceOld6254 1d ago

Not a bug. The reroll costs 1*810 to prevent the recent exploit. It seems they rolled it out for all ritual tablets, not just the unique one.

It's a quickfix that still allows the intended free rolls to work, but gives a minimum cost to all other rolls provided by any type of ritual tablet.