Tip of the day
Enjoying the game? It is thanks to all our supporters that have done so on Patreon and Buy Me A Coffee!

Main public logs

From Walkscape Walkthrough

Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Loot Tables (content was: "local p = {} -- Include the Module:Items to use its functions local itemsModule = require('Module:Items') -- Load JSON data local data = mw.loadJsonData('Module:Loot_Tables/Data') -- Function to remove metatables and return a clean clone of the table local function deepCloneWithoutMetatables(tbl) if type(tbl) ~= "table" then return tbl end local clone = {} for k, v in pairs(tbl) do if type(v) == "table" then clone[k] = deepCloneWi...")