FAQ: Difference between revisions

Line 510: Line 510:
Q: Is there an experience cap or maximum item stack?  
Q: Is there an experience cap or maximum item stack?  


:A: There is no limit that you can reach. The only limit to experience or number of items you can have is the limit in Javascript as <code>MAXIMUM_SAFE_INTEGER</code>. This is 2^53-1 or 9,007,199,254,740,991.
:A: There is no limit that you can reach. The only limit to experience or number of items you can have is the limit in Javascript as <code>MAXIMUM_SAFE_INTEGER</code>. This is currently set at <math>2^{53-1} = 9,007,199,254,740,991</math>.


===Mastery===
===Mastery===
432

edits