Module:LevelUpTable: Difference between revisions
From Melvor Idle
(Created page with "local p = {} local Icons = require('Module:Icons') function p._getLevelUpTable(skill, realm) end return p") |
No edit summary |
||
Line 3: | Line 3: | ||
local Icons = require('Module:Icons') | local Icons = require('Module:Icons') | ||
local skills = { | |||
Attack, | |||
Strength, | |||
Defence, | |||
Hitpoints, | |||
Ranged, | |||
Magic, | |||
Prayer, | |||
Slayer, | |||
--Woodcutting, | |||
--Fishing, | |||
Firemaking, | |||
Cooking, | |||
--Mining, | |||
Smithing, | |||
--Thieving, | |||
--Farming, | |||
Fletching, | |||
Crafting, | |||
Runecrafting, | |||
Herblore, | |||
Agility, | |||
Summoning, | |||
--Astrology, | |||
Township, | |||
Alt. Magic, | |||
Cartography, | |||
Archaeology, | |||
Corruption, | |||
Harvesting, | |||
} | |||
function p._getLevelUpTable(skill, realm) | function p._getLevelUpTable(skill, realm) | ||
Revision as of 15:54, 6 July 2024
Documentation for this module may be created at Module:LevelUpTable/doc
local p = {}
local Icons = require('Module:Icons')
local skills = {
Attack,
Strength,
Defence,
Hitpoints,
Ranged,
Magic,
Prayer,
Slayer,
--Woodcutting,
--Fishing,
Firemaking,
Cooking,
--Mining,
Smithing,
--Thieving,
--Farming,
Fletching,
Crafting,
Runecrafting,
Herblore,
Agility,
Summoning,
--Astrology,
Township,
Alt. Magic,
Cartography,
Archaeology,
Corruption,
Harvesting,
}
function p._getLevelUpTable(skill, realm)
end
return p