You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
function p.socketFileName(frame)
local socket = frame.args[1]
local sockets = {
unknown = "Icon_RunesCapacity_Mini_000.png",
cerulean = "Icon_RunesCapacity_Mini_001.png",
almandine = "Icon_RunesCapacity_Mini_002.png",
malachite = "Icon_RunesCapacity_Mini_003.png",
xantic = "Icon_RunesCapacity_Mini_004.png",
rutile = "Icon_RunesCapacity_Mini_005.png",
}
if contains(sockets, socket) == true then
return sockets[socket]
end
return sockets["unknown"]
end
function p.rarityFileName(frame)
local rarity = frame.args[1]
000
1:0
Template used on this page:
Return to Module:ModuleGenerator.