Tip of the Day
The base chance to find most Chests is 1/250, which you can increase with better gear and tools.

User contributions for Bonez565

From Walkscape Walkthrough
A user with 18,397 edits. Account created on 23 December 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

1 December 2025

  • 01:1701:17, 1 December 2025 diff hist +57 m Module:Abilities Test No edit summary
  • 01:1701:17, 1 December 2025 diff hist +63 m Module:Abilities New No edit summary
  • 01:1401:14, 1 December 2025 diff hist +4,044 N Module:Buildings Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local thisModule = "Module:Buildings_Test" -- ========================= -- Helpers -- ========================= -- Loads Data for both normalized names and UUIDs local function loadData(buildingEntry) local buildingData = DataLoader.loadByUUID("Buildings", buildingEntry) or DataLoader.loadByName("Buildings", buildingEntry) if..."
  • 01:1401:14, 1 December 2025 diff hist 0 Data:Abilities/Index Bonez565 changed the content model of the page Data:Abilities/Index from "wikitext" to "JSON" Tag: content model change
  • 01:1301:13, 1 December 2025 diff hist +4,079 N Data:Abilities/Index Created page with "{ "schema": 1, "family": "abilities", "group_field": "type", "shards": [ "Data:Abilities" ], "types": {}, "uuid_to_shard": { "takeMeHome": "Data:Abilities", "mermaidsNeedMe": "Data:Abilities", "downGoesTheTrees": "Data:Abilities", "rockAndRoll": "Data:Abilities", "needToGoFast": "Data:Abilities", "memosphereAgility": "Data:Abilities", "memosphereCooking": "Data:Abilities", "memosphereCarpentry": "Data:Abilities", "memosphereCrafting": "Data:Abi..."
  • 01:1201:12, 1 December 2025 diff hist +3 m Module:Buildings New No edit summary
  • 01:0801:08, 1 December 2025 diff hist +1,512 N Module:Banned Keywords Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") -- ========================= -- Helpers -- ========================= -- Helper: Function to extract data from metatables if necessary local function stripMetatables(tbl) local realTable = {} for k, v in pairs(tbl) do if type(v) == "table" then realTable[k] = stripMetatables(v) else realTable[k] = v end end return realTable end -- ==========..."
  • 01:0701:07, 1 December 2025 diff hist −38 m Staff:Templates/Test Banned Keywords
  • 01:0701:07, 1 December 2025 diff hist −33 m Staff:Templates Banned Keywords
  • 01:0601:06, 1 December 2025 diff hist +17,665 N Module:Attributes Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local StatsModule = require('Module:Stats_Test') local RequirementsModule = require('Module:Requirements_Test') -- ========================= -- 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..."
  • 01:0501:05, 1 December 2025 diff hist +86,497 N Module:Activities Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local SkillsModule = require("Module:Skills_Test") -- ========================= -- Helpers -- ========================= -- Loads Data for both normalized names and UUIDs local function loadData(activityEntry) local activityData = DataLoader.loadByUUID("Activities", activityEntry) or DataLoader.loadByName("Activities", activityEntr..."
  • 01:0201:02, 1 December 2025 diff hist −51 m Staff:Templates/Test Actions
  • 01:0201:02, 1 December 2025 diff hist −75 m Staff:Templates Actions
  • 00:5900:59, 1 December 2025 diff hist +10 m Module:Abilities Test No edit summary
  • 00:5900:59, 1 December 2025 diff hist +14,422 N Module:Achievements Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- Function to calculate the total number of achievement points across all difficulties function p.getTotalPoints() -- Define point values per difficulty level local difficultyPoints = { easy = 1, normal = 3, hard..."
  • 00:5700:57, 1 December 2025 diff hist −1,214 m Staff:Templates/Test No edit summary
  • 00:5500:55, 1 December 2025 diff hist +12,449 N Module:Abilities Test Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") local LocationsModule = require('Module:Locations_Test') local ItemsModule = require('Module:Items_Test') local SkillsModule = require('Module:Skills_Test') local RequirementsModule = require("Module:Requirements_Test") local CooldownsModule = require("Module:Cooldowns_Test") -- ========================= -- Helpers -- ========================= -- Loads Data for..."
  • 00:5400:54, 1 December 2025 diff hist +1,082 N Module:YAMLLookup Test/doc Created page with "Generic dotted-path resolver for nested tables (e.g., "items.singulars.foo.bar"). Only for calls from other modules. == Get YAML String From a Path == <pre>=p.getStringByPath(String Path, Language Code, {debug = true/false})</pre> Call in debug console: <code>=p.getStringByPath("items.singulars.materials.woodcutting.birchLogs.name", "DE")</code> Result: <code>"Birkenstämme"</code> === With Missing Pages and debug = true === Call in debug console: <code>=p.getStringB..." current
  • 00:5300:53, 1 December 2025 diff hist +6,933 N Module:YAMLLookup Test Created page with "-- Module:YAMLLookup -- File-agnostic YAML string resolver with language fallback via Module:LangHelper. local p = {} local LangHelper = require("Module:LangHelper") -- ========================= -- Helpers (pure functions) -- ========================= -- Split dotted path into keys local function splitDots(path) if type(path) ~= "string" or path == "" then return nil end return mw.text.split(path, ".", true) end -- UpperCamelCase a simple file token (e.g., "items"..."
  • 00:4400:44, 1 December 2025 diff hist +6,844 N Module:DataLoader Test/doc Created page with "Documentation: Module:DataLoader Test/doc == Overview == Module name: <code>Module:DataLoader</code> Purpose: Load JSON data pages and sharded families, and resolve records by UUID or normalized name using family index files (<code>Data:Family/index</code> with fallback to <code>Data:Family/Index</code>). To use inside another module: <syntaxhighlight lang="lua"> local DataLoader = require("Module:DataLoader") </syntaxhighlight> == Functions == === <code>load(t..." current
  • 00:4400:44, 1 December 2025 diff hist +42 m Module:DataLoader/doc No edit summary current
  • 00:4300:43, 1 December 2025 diff hist +11,642 N Module:DataLoader Test Created page with "-- Module:DataLoader -- Additions: index autodetect (index/Index), UUID and name resolvers for any family. local p = {} -- Families that *might* be sharded. Only "Items" today, but future-proof this list. local SHARDED_FAMILIES = { Items = true, -- Buildings = true, -- Activities = true, -- Locations = true, -- Factions = true, } -- ------------- internals ------------- local function isSharded(family) return SHARDED_FAMILIES[family] == true end local function..."
  • 00:4100:41, 1 December 2025 diff hist +90 m Staff:Templates/Test No edit summary
  • 00:3900:39, 1 December 2025 diff hist +59 m Module:Items New No edit summary

30 November 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)