17,101
edits
(getMasteryUnlockTable, getMasteryCheckpointTable: Fix SkillData lookup) |
(getMasteryCheckpointTable: Actually fix it this time) |
||
Line 261: | Line 261: | ||
end | end | ||
local totalPoolXP = SkillData[ | local totalPoolXP = SkillData[localSkillID].baseMasteryPoolCap | ||
local result = '{|class="wikitable"\r\n!Pool %!!style="width:100px"|Pool XP!!Bonus' | local result = '{|class="wikitable"\r\n!Pool %!!style="width:100px"|Pool XP!!Bonus' | ||
for i, checkpointDesc in ipairs(checkpoints) do | for i, checkpointDesc in ipairs(checkpoints) do |