Combined display of all available logs of The First Descendant Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:51, 6 June 2024 Communos talk contribs created page Module:ModuleGenerator (Created page with "local p = {} function p.socketFileName(socket) local sockets = { almandine = "", cerulean = "", malachite = "", rutile = "", xantic = "", } return sockets[socket] end function p.rarityFileName(rarity) local rarities = { standard = "", rare = "", ultimate = "", transcendent = "", } return rarities[rarity] end return p")