Module:SoulUnlock: Difference between revisions

Jump to navigation Jump to search
add 400 to initial soul value
updated to start with 600
Line 80: Line 80:
--Add 400
--Add 400
                 if key == "RequiredSouls" then
                 if key == "RequiredSouls" then
                 display_value = display_value + 400
                 display_value = display_value + 600
                 end
                 end
             ret = ret .. string.format("  %s:%s, ", p.localize(key), display_value)
             ret = ret .. string.format("  %s:%s, ", p.localize(key), display_value)