Prismatic catalyst not working on Crystallised Omnicience

Due to the value of the crystallised omniscience being an integer, a 20% increase to the resistance affix provides no bonus to the effect. This should be calculated as a float and then truncated to an int.
Last bumped on Jun 10, 2022, 3:51:51 PM
This thread has been automatically archived. Replies are disabled.
not a bug, the only thing on omni that you can scale with catalyst is the implicit.
Thinking about this further, it seems to be an issue with how catalyst quality bonuses are calculated; with the result of quality being resolved before calculating the omni effect.

e.g. the current calculation appears to be (assuming 20% quality):

resistance = stat * (100 + quality) / 100 * omni / 10

When really it should be:

resistance = stat * omni / 10 * (100 + quality) / 100

Which just places the quality calculation after the scaling calculation, allowing it to benifit from catalyst quality.
"
dorkdude2 wrote:
not a bug, the only thing on omni that you can scale with catalyst is the implicit.


You seem to be guessing this opinion. The resistance effect has a resistance tag, which scales with the quality.

Evidence:

As you can see, the resistance affix says "20% increased"
Last edited by Sieyk#0837 on Jun 10, 2022, 12:11:36 AM
"
Sieyk wrote:
"
dorkdude2 wrote:
not a bug, the only thing on omni that you can scale with catalyst is the implicit.


You seem to be guessing this opinion. The resistance effect has a resistance tag, which scales with the quality.

Evidence:

As you can see, the resistance affix says "20% increased"


and POE does NOT do fractions on modifiers like this, you would need 100% quality for it to have any effect.

there is no guessing here
"
dorkdude2 wrote:
"
Sieyk wrote:
"
dorkdude2 wrote:
not a bug, the only thing on omni that you can scale with catalyst is the implicit.


You seem to be guessing this opinion. The resistance effect has a resistance tag, which scales with the quality.

Evidence:

As you can see, the resistance affix says "20% increased"


and POE does NOT do fractions on modifiers like this, you would need 100% quality for it to have any effect.

there is no guessing here


Apologies, it looked like you were saying that the quality doesn't attempt to scale omni, my bad.

If you refer to my second post, I showed a solution that would allow 20% scaling to work for integer arthmetic. Essentially it's because they Calculate it based on the truncated 1%, rather than increasing the resulting values of the omni effect.
And it's still not a bug. They don't want to scale it that way because it makes certain things even more overpowered.
"
TemjinGold wrote:
And it's still not a bug. They don't want to scale it that way because it makes certain things even more overpowered.


What actually becomes overpowered from this?

Also, they could just modify this for omni, since the quality interaction seems rather silly.
"
Sieyk wrote:
"
TemjinGold wrote:
And it's still not a bug. They don't want to scale it that way because it makes certain things even more overpowered.


What actually becomes overpowered from this?

Also, they could just modify this for omni, since the quality interaction seems rather silly.


by making it even easier to cap resists when using a weapon like annihilating light or jewels like melding of the flesh. Also if you were to do the resist per omni they would also need to update the pen per omni mod to for parity reasons.

take it to the feedback/suggestions section since it isn't a bug.

Report Forum Post

Report Account:

Report Type

Additional Info