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 = "https://tfd.wiki/images/7/77/Icon_RunesCapacity_Mini_000.png",
cerulean = "https://tfd.wiki/images/2/2e/Icon_RunesCapacity_Mini_001.png",
almandine = "https://tfd.wiki/images/8/88/Icon_RunesCapacity_Mini_002.png",
malachite = "https://tfd.wiki/images/6/69/Icon_RunesCapacity_Mini_003.png",
xantic = "https://tfd.wiki/images/6/6d/Icon_RunesCapacity_Mini_004.png",
rutile = "https://tfd.wiki/images/2/24/Icon_RunesCapacity_Mini_005.png",
}
--if contains(sockets, socket) == true then
-- return sockets[socket]
--end
return sockets[unknown]
end
function p.rarityColor(frame)
local rarity = frame.args[1]
000
1:0
Template used on this page:
Return to Module:ModuleGenerator.