MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (StatCalc - readded rounding level multiplier to 4th decimal)
m (Level cap is now 80)
Line 61: Line 61:


/* Character stat calc - start */
/* Character stat calc - start */
const level_cap = 78;
const level_cap = 80;
const fix_ingame_stats = true; //attempt to recalculate raw numbers if provided data looks like ingame stats
const fix_ingame_stats = true; //attempt to recalculate raw numbers if provided data looks like ingame stats