Tip of the day
Want to find something particular about the game and don't mind spoilers? Check the Wiki!
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).
- 04:17, 19 October 2025 Bonez565 talk contribs created page Data:Activities/YAML (Created page with "{{Data:Languages}}")
- 04:17, 19 October 2025 Bonez565 talk contribs created page Module:Activities New/doc (Created page with "Documentation: Module:Activities New/doc = Data Location = * Data:Activities * Data:Activities/YAML = Get Localized Name for Normalized Name or UUID = <pre>{{#invoke:Activities_New|getName|Normalized Name|Language Code (defaults to EN)}}</pre> English: {{#invoke:Activities_New|getName|birch_logs|EN}} German: {{#invoke:Activities_New|getName|birch_logs|DE UUID Variant: <pre>{{#invoke:Activities_New|getNameUUID|ActivityUUID|Language Code (defaults to EN)}}<...")
- 04:16, 19 October 2025 Bonez565 talk contribs created page Module:Activities New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1a) getName: return localized name function p.getName(frameOrActivityName, langCode) -- Determine activity name and language code from either a frame or direct call l...")
- 11:59, 18 October 2025 Bonez565 talk contribs created page Module:Factions New/doc (Created page with "Documentation: Module:Factions New/doc = Data Location = * Data:Factions * Data:Factions/YAML = Get Localized Name for Faction UUID = <pre>{{#invoke:Factions_New|getName|Faction UUID|Language Code (defaults to EN)}}</pre> English: {{#invoke:Factions_New|getName|faction-grand_duchy_of_trellin-erdwise-68ec9ed7-ae97-438b-a671-f72b14ef6679|EN}} German: {{#invoke:Factions_New|getName|faction-grand_duchy_of_trellin-erdwise-68ec9ed7-ae97-438b-a671-f72b14ef6679|DE}}")
- 11:58, 18 October 2025 Bonez565 talk contribs created page Module:Factions New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) local CapitalizeWords = require("Module:CapitalizeWords") -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1) getName: Looks up the localized name for a given UUID function p.getName(frameOrFactionUUID, langCode) -- Det...")
- 11:57, 18 October 2025 Bonez565 talk contribs created the page Data:Factions/YAML/DE using a non-default content model "JSON"
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML/DE (Bonez565 created the page Data:Factions/YAML/DE using a non-default content model "JSON")
- 11:57, 18 October 2025 Bonez565 talk contribs created the page Data:Factions/YAML/EN using a non-default content model "JSON"
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML/EN (Bonez565 created the page Data:Factions/YAML/EN using a non-default content model "JSON")
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML (Created page with "{{Data:Languages}}")
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Woodcutting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Woodcutting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Trinketry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Trinketry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Smithing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Smithing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Mining Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Mining Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Foraging Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Foraging Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Fishing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Fishing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Crafting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Crafting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Cooking Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Cooking Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Carpentry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Carpentry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Agility Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Agility Small.svg (File uploaded with MsUpload)
- 10:07, 17 October 2025 Bonez565 talk contribs created page Module:Requirements New (Created page with "local p = {} local YAMLLookup = require("Module:YAMLLookup") local Capitalize = require("Module:CapitalizeWords") -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1) byType: retreives the text of a requirement based on ID function p.byType(requirementID, langCode) if not langCode or langCode == "" then langCode = "EN" end local requirementText = YAMLLookup.getStr...")
- 10:06, 17 October 2025 Bonez565 talk contribs created page Module:Attributes New/doc (Created page with "Documentation: Module:Attributes New/doc = Data Location = * Data:Attributes * Data:Attributes/YAML = Parse Stat Data = <pre>p.formatAttribute(attribute Data, Language Code)</pre> Returns a lua table: <pre>table#1 { }</pre>")
- 09:21, 17 October 2025 Bonez565 talk contribs created the page Data:Requirements/YAML/DE using a non-default content model "JSON"
- 09:21, 17 October 2025 Bonez565 talk contribs created page Data:Requirements/YAML/DE (Bonez565 created the page Data:Requirements/YAML/DE using a non-default content model "JSON")
- 09:21, 17 October 2025 Bonez565 talk contribs created the page Data:Requirements/YAML/EN using a non-default content model "JSON"
- 09:21, 17 October 2025 Bonez565 talk contribs created page Data:Requirements/YAML/EN (Bonez565 created the page Data:Requirements/YAML/EN using a non-default content model "JSON")
- 09:21, 17 October 2025 Bonez565 talk contribs created page Data:Requirements/YAML (Created page with "{{Data:Languages}}")
- 04:59, 17 October 2025 Bonez565 talk contribs created page Module:Stats New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") -- ========================= -- Helpers -- ========================= local function formatIconPath(path) -- Extract the filename (without extension) local filename = path:match("([^/]+)%.png$") if not filename then return path end -- Replace underscores with spaces filename = filename:gsub("_", " ") -- Split CamelCase words (insert a space before any ca...")
- 04:59, 17 October 2025 Bonez565 talk contribs created page Module:Stats New/doc (Created page with "Documentation: Module:Stats New/doc = Data Location = * Data:Stats * Data:Stats/YAML = Parse Stat Data = <pre>p.parseStat(stat ID, Language Code)</pre> Returns a lua table: <pre>table#1 { ["image"] = "Image Name", ["name"] = "Localized Name", ["type"] = "camelCase type for sorting", }</pre>")
- 04:40, 17 October 2025 Bonez565 talk contribs created the page Data:Stats/YAML/DE using a non-default content model "JSON"
- 04:40, 17 October 2025 Bonez565 talk contribs created page Data:Stats/YAML/DE (Bonez565 created the page Data:Stats/YAML/DE using a non-default content model "JSON")
- 04:39, 17 October 2025 Bonez565 talk contribs created the page Data:Stats/YAML/EN using a non-default content model "JSON"
- 04:39, 17 October 2025 Bonez565 talk contribs created page Data:Stats/YAML/EN (Bonez565 created the page Data:Stats/YAML/EN using a non-default content model "JSON")
- 04:39, 17 October 2025 Bonez565 talk contribs created page Data:Stats/YAML (Created page with "{{Data:Languages}}")
- 07:35, 16 October 2025 Bonez565 talk contribs created page Module:DataLoader/doc (Created page with "== 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>). Mutability: No mutations. Data is returned exactly as <code>mw.loadJsonData</code> provides it. To use inside another module: <syntaxhighlight lang="lua"> local DL = require("Module:DataLoader") </syntaxhig...")
- 07:17, 16 October 2025 Bonez565 talk contribs changed the content model of the page Data:Services/Index from "wikitext" to "JSON"
- 07:17, 16 October 2025 Bonez565 talk contribs created page Data:Services/Index (Created page with "{ "schema": 1, "family": "services", "group_field": "type", "shards": [ "Data:Services" ], "types": {}, "uuid_to_shard": { "service-basic_forge-0eeda0aa-614d-4ce9-a5b4-0e5c4ea17d33": "Data:Services", "service-advanced_forge-42312cfe-6b47-4742-b90f-896d345c3150": "Data:Services", "service-basic_kitchen-084de2eb-c5ce-4c05-8958-9817def4975c": "Data:Services", "service-advanced_kitchen-b6638f54-15d3-4501-b1eb-db17948fed71": "Data:Services",...")
- 07:16, 16 October 2025 Bonez565 talk contribs changed the content model of the page Data:Rumors/Index from "wikitext" to "JSON"
- 07:16, 16 October 2025 Bonez565 talk contribs created page Data:Rumors/Index (Created page with "{ "schema": 1, "family": "rumors", "group_field": "type", "shards": [ "Data:Rumors" ], "types": {}, "uuid_to_shard": { "973df2c5-dc7c-4c3e-9353-6c8e8c9c3ef8": "Data:Rumors", "058712bd-2eed-4972-8723-1f74d978dc0f": "Data:Rumors", "ba7b7838-243a-47b0-a2ba-b5ca70195052": "Data:Rumors", "bccfb80e-7002-4684-afa6-b6f31dfe8b3b": "Data:Rumors", "ae6ee863-6eef-49ee-a065-2333c41aa9cc": "Data:Rumors", "2cb2548c-c2cc-47f8-8403-c24fe64d19cf":...")
- 07:15, 16 October 2025 Bonez565 talk contribs changed the content model of the page Data:Recipes/Index from "wikitext" to "JSON"
