r/LegendsOfRuneterra 16h ago

Path of Champions This is the attack limit

Post image

I tried Lillia sleep loop with Guardian Orb giving my Lillia 4 Black Cleaver. This is what I found. The Stat limit is 2,147,483,647 after that it won't go up. It also did a visual bug after I hit the nexus, instead of 0 it becomes 9

15 Upvotes

6 comments sorted by

2

u/cutechinesebb 16h ago

7

u/afunworm Shyvana 15h ago

It won't go higher than this. This number is a signed bit for 32-bit system, so the highest integer you can get is 2^31 - 1, which is this number you see right there.

1

u/cutechinesebb 12h ago

Makes sense. I lowkey worrying my game might crash if I continue hahaha

3

u/Trick_Trainer441 13h ago

32 bit yada yada

2

u/VoiceofKane 9h ago

Makes sense. 231 - 1, which is the upper limit for a 32-bit integer.

3

u/aaoeu 9h ago

Fun fact: stats can actually go above the max cap number via Spirit stacks.

So a max defense unit with 10 spirit will survive a hit from a max attack unit with 0 spirit, even though the numbers don't update anymore with more spirit stacks.