Tip of the Day
Attributes involving a percent symbol % are multiplicative (For Example: +10% Fine material finding gives 1.1/100).

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
  • 05:51, 10 January 2026 Bonez565 talk contribs created page Module:Mysterious Merchant New (Created page with "local p = {} local thisModule = "Mysterious_Merchant_New" local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") local ItemsModule = require('Module:Items_New') -- ========================= -- Helpers -- ========================= -- Helper: is a table empty? hasData = true, noData = false local function hasData(t) if type(t) ~= "table" then return false end if next(t) ~= nil then return true end -- raw key exists --...")