View source for Module:Rank
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- bird's number -> rank converter
-- use this wherever you want, i guess?
--- THIS IS DIRECTLY COPIED FROM xp_redo_ranks_ores/ranks.lua
local prefixes = {
{
name="Cobble",
icon="[[File:Xp_cobble.png]]",
base_xp=0,
xp_modifier=100
}, -- 0 - 1k
{
name="Stone",
icon="[[File:Xp_stone_block.png]]",
base_xp=2000,
xp_modifier=200
}, -- 2k - 4k
{
name="Coal",
icon="[[File:Xp_coal_block.png]]",
000
1:0
Templates used on this page:
Return to Module:Rank.