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).
- 04:02, 31 March 2026 Bonez565 talk contribs marked Ghostly Keyword for translation
- 04:01, 31 March 2026 Bonez565 talk contribs moved page File:Keyword Spectral Location.svg to File:Keyword Ghostly Location.svg
- 04:01, 31 March 2026 FuzzyBot talk contribs deleted page Translations:Spectral Location Keyword/Page display title/en (Part of translatable page "Spectral Location Keyword":)
- 04:01, 31 March 2026 FuzzyBot talk contribs deleted page Spectral Location Keyword/en (Part of translatable page "Spectral Location Keyword":)
- 04:01, 31 March 2026 FuzzyBot talk contribs deleted page Translations:Spectral Location Keyword/1/en (Part of translatable page "Spectral Location Keyword":)
- 04:01, 31 March 2026 FuzzyBot talk contribs deleted page Translations:Spectral Location Keyword/2/en (Part of translatable page "Spectral Location Keyword":)
- 04:01, 31 March 2026 Bonez565 talk contribs completed deletion of translatable page Spectral Location Keyword
- 04:01, 31 March 2026 FuzzyBot talk contribs deleted page Spectral Location Keyword (Part of translatable page "Spectral Location Keyword":)
- 04:00, 31 March 2026 Bonez565 talk contribs marked Spectral Keyword for translation
- 03:58, 31 March 2026 Bonez565 talk contribs marked Abilities for translation
- 03:56, 31 March 2026 Bonez565 talk contribs deleted page Module:Characters/YAML (content was: "{ "singulars": { "jarvonia": { "peterBanksworth": { "name": "Peter Banksworth", "desc": "An influential individual in Jarvonia, who is known for having an attitude.", "greetings": { "d0": { "p0": "Ah, another day, another transaction. Remember, if you're not banking with \u003Cc\u003EFrozen Capital\u003C/c\u003E, you're probably losing money somewhere else." }, "d1": { "p0": "I'll need you to provide \u003Cc\u003Eyour identification\...")
- 03:56, 31 March 2026 Bonez565 talk contribs deleted page Module:Characters/Data (content was: "[ { "id": "character-runa_norrberga-24cc2c1c-b150-45af-9c29-0733fd9a159b", "name": "npc.singulars.jarvonia.runaNorrberga.name", "desc": "npc.singulars.jarvonia.runaNorrberga.desc", "save": true, "unlocked": false, "bodyType": "feminine", "race": "human", "pfpOptions": [ "pfpoption-blushed_face-c66c6a5d-46ef-4cf2-9033-523e849cc5b3", "pfpoption-placeholder-fe1e6894-98eb-49ff-b50b-34fd80b90020", "pfpoption-bigger_nose-77f81372-26ed-4030-b253-9981d8c8a83a"...")
- 03:56, 31 March 2026 Bonez565 talk contribs deleted page Module:Characters/doc (content was: "Note for characters with more than one location (i.e. Bert Lamberen) it'll return two sets of data. == Get Data for a Character == <pre>{{#invoke: Characters|getCharacterData|Runa Norrberga}}</pre> == Get Data for NPC Intro == <pre>{{#invoke: Characters|getAllCharacterDataForNPCIntro|Bert Lamberen}}</pre> == Get Data for a Character as a Table Row == <pre>{{#invoke: Characters|getCharacterData_AsTableRow|Gunnar Knuds}}</pre> == Get All Characters at a Location == <pre>{...")
- 03:56, 31 March 2026 Bonez565 talk contribs deleted page Module:Characters (content was: "local p = {} -- Load JSON Data local data = mw.loadJsonData('Module:Characters/Data') local yaml = mw.loadJsonData('Module:Characters/YAML') -- Load the other modules local buildingsModule = require('Module:Buildings') -- Define the region sorting order local regionOrder = { Jarvonia = 1, GDTE = 2, Syrenthia = 3 } -- Build the list of character IDs local characterIDs = {} for _, character in ipairs(data) do if character.id then table.insert(character...")
- 03:54, 31 March 2026 Bonez565 talk contribs deleted page Module:Buildings/YAML (content was: "{ "singulars": { "buildings": { "jarvonia": { "fortofPermafrost": { "name": "Fort of Permafrost", "desc": "The gigantic fort lay ahead of you, it rests between Jarvonia and Grand Duchy of Trellin-Erwdise. This mighty fort is known to require a game to be played before entering the frozen lands of Jarvonia." }, "frosthookEmporium": { "name": "Frosthook Emporium", "desc": "A well-seasoned pirate lady greets you with a small nod. A peg-leg thu...")
- 03:54, 31 March 2026 Bonez565 talk contribs deleted page Module:Buildings/Data (content was: "[ { "id": "building-temple_of_azurazera-127f2eba-0e5b-4622-aea6-396ae6c1ecf7", "name": "buildings.singulars.buildings.jarvonia.templeOfAzurazera.name", "desc": "buildings.singulars.buildings.jarvonia.templeOfAzurazera.desc", "save": true, "unlocked": false, "layers": [ { "layerPaths": [ "assets/buildings/jarvonia/temple_of_azurazera/ground.png" ], "animationSpeed": 1 }, { "layerPaths": [ "assets/buildings/jarvonia/temple_of_azuraz...")
- 03:54, 31 March 2026 Bonez565 talk contribs deleted page Module:Buildings/doc (content was: "== Get a Description from the YAML == <pre>{{#invoke:Buildings|getDescription|The Icy Goblet}}</pre> The Icy Goblet = {{#invoke:Buildings|getDescription|The Icy Goblet}} == Get Building Type == <pre>{{#invoke:Buildings|getBuildingType|Kallaheim's Frosty Finds}}</pre> Kallaheim's Frosty Finds = {{#invoke:Buildings|getBuildingType|Kallaheim's Frosty Finds}} == Individual Icon For Building == <pre>{{#invoke:Buildings|getBuildingImage|Temple of Azurazera}}</pre> Temple of Azuraze...")
- 03:54, 31 March 2026 Bonez565 talk contribs deleted page Module:Buildings (content was: "local p = {} local mw = mw local yamlData = mw.loadJsonData('Module:Buildings/YAML') local buildingData = mw.loadJsonData('Module:Buildings/Data') local activitiesModule = require('Module:Activities') -- List of words to ignore for capitalization local ignoreWords = { ["of"] = true, ["and"] = true, ["the"] = true, ["in"] = true, ["on"] = true, ["at"] = true, ["to"] = true, ["for"] = true } -- Formats integer with commas function format_int(num...")
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes/StatsYAML (content was: "{ "singulars": { "skilling": { "workEfficiency": { "name": "Work efficiency", "desc": "\u003CPLACEHOLDER\u003E" }, "chestFind": { "name": "Chest finding", "desc": "\u003CPLACEHOLDER\u003E" }, "craftingOutcome": { "name": "Crafting outcome", "desc": "\u003CPLACEHOLDER\u003E" }, "fineMaterialFind": { "name": "Fine material f...", and the only contributor was "Bonez565" (talk))
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes/StatsData (content was: "[ { "id": "stat-work_efficiency-b0d308d8-68b6-459d-9959-adb9d97e4535", "name": "stats.singulars.skilling.workEfficiency.name", "desc": "stats.singulars.skilling.workEfficiency.desc", "save": true, "unlocked": true, "icon": "assets/icons/text/stats/skilling/work_efficiency.png", "type": "workEfficiency", "category": "skilling", "order": 99999999 }, { "...", and the only contributor was "Bonez565" (talk))
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes/YAML (content was: "{ "singulars": { "skilling": { "workEfficiency": { "global": { "name": "\u003CPLACEHOLDER\u003E", "desc": "\u003CPLACEHOLDER\u003E", "text": "Global \u003Cstat s=\"workEfficiency\"/\u003E" }, "whileRealm": { "name": "\u003CPLACEHOLDER\u003E", "desc": "\u003CPLACEHOLDER\u003E", "text": "Global \u003Cstat s=\"workEfficiency\"/\u...", and the only contributor was "Bonez565" (talk))
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes/Data (content was: "[ { "id": "attribute-work_efficiency_while_woodcutting-b3c5519f-888f-42db-8eb2-92123e9223eb", "name": "work efficiency while woodcutting", "desc": "", "save": true, "unlocked": true, "text": "attributes.singulars.skilling.workEfficiency.whileMainSkill.text", "stats": [ { "id": "reroll-this-id-e2a75167-7759-48b2-a288-c4d4d4dc21e2", "stat": "stat-wor...", and the only contributor was "Bonez565" (talk))
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes/doc (content was: "Function getStatText retrieves the contents of the stats YAML for a given text value.", and the only contributor was "Bonez565" (talk))
- 03:44, 31 March 2026 Bonez565 talk contribs deleted page Module:Attributes (content was: "local p = {} local Data = mw.loadJsonData('Module:Attributes/Data') local statsData = mw.loadJsonData('Module:Attributes/StatsData') local YAML = mw.loadJsonData('Module:Attributes/YAML') local statsYAML = mw.loadJsonData('Module:Attributes/StatsYAML') -- Utility function to traverse YAML based on the path in the name local function traverseYAML(path, root) local keys = m...", and the only contributor was "Bonez565" (talk))
- 03:42, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/Data/Reward Progress (content was: "[ { "id": "reward_progress-half_point", "keywords": [ "achievement_percentage" ], "type": "achievementPoints", "requirements": [ { "id": "reroll-this-id-e91a2eb7-4840-4e19-86ab-f9d2fcbd2bfb", "requirements": [ { "type": "achievementPoint", "id": "reroll-this-id-e9b60c0a-ed0d-4afe-bbce-4afedf4a453e", "name": null, "opposite": false, "requirement": { "runtimeType": "achievementPoint", "id": "5ced6e4d-9589-4...")
- 03:39, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/Data/Achievements (content was: "[ { "id": "achievement-one_does_not_simply_walk_into_mordor-1a156248-7e1f-4737-8841-95165ae20a1f", "name": "achievements.singulars.cards.oneCannotSimplyWalkToMordor.name", "desc": "achievements.singulars.cards.oneCannotSimplyWalkToMordor.desc", "save": true, "unlocked": false, "difficulty": "hard", "cardBackImage": "assets/achievements/card_backs/yellow_hard.png", "cardFrontImage": "assets/achievements/card_fronts/onedoesnotsimplywalkintomordor_yellow.png", "...")
- 03:39, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/Data (content was: "There are 2 sources of Achievement Data: * Module:Achievements/Data/Achievements ** Data for the actual Achievements. * Module:Achievements/Data/Reward_Progress ** Data for the Achievement Rewards.")
- 03:39, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/doc (content was: "== Get Achievement Name from ID == <pre>{{#invoke:Achievements|getAchievementName|achievement-only_two_fingers?-ac3aeeb0-f7aa-4013-833e-9e39714d886b}}</pre> == Get Reward Progress from ID == Percentage Based: <pre>{{#invoke:Achievements|getAchievementRewardLevel|reward_progress-half_point}}</pre> Total Point Based: <pre>{{#invoke:Achievements|getAchievementRewardLevel|reward_progress-achievements-10}}</pre> == Get Faction Reward from ID == <pre>{{#invoke:Achievements|getFact...")
- 03:39, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/RewardsYAML (content was: "{ "singulars": { "factionReputation": { "title": "Faction Reputation", "text": "\u003Cc\u003E+{amount} faction reputation\u003C/c\u003E to \u003Crealm realm=\"{realm}\" /\u003E" }, "skillXp": { "title": "Skill Experience", "text": "\u003Cc\u003E+{amount}\u003C/c\u003E experience in \u003Cskill skill=\"{skill}\" /\u003E" }, "customRewards": { "adventurersGuild": { "title": "Adventurers' Guild", "text": "Unlock access to the Adventurers' Guild Ou...")
- 03:39, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements/YAML (content was: "{ "singulars": { "cards": { "areYouSickleOfItYet": { "desc": "Taking all the steps across the empty glacier has made you a friend of the penguins. One is eagerly looking at you, hoping you will pick it up and put it on your shoulder.", "name": "Are You Sickle Of It Yet?" }, "aFriendLikeMe": { "desc": "Phenomenal cosmic powers, itty bitty living space.", "name": "A Friend Like Me" }, "anIdiotSandwhich": { "desc": "-\"What are you?\"\\n- \"An...")
- 03:38, 31 March 2026 Bonez565 talk contribs deleted page Module:Activities/YAML (content was: "{ "singulars": { "woodcutting": { "jarvonia": { "cutPineTrees": { "name": "Cut pine trees", "desc": "You swing your axe with determination to bring down the pine trees." }, "cutBirchTrees": { "name": "Cut birch trees", "desc": "You swing your axe with all your might, determined to bring down the towering birch trees." }, "cutSpruceTrees": { "name": "Cut spruce trees", "desc": "Gripping your axe tightly, you channel your st...")
- 03:38, 31 March 2026 Bonez565 talk contribs deleted page Module:Activities/Data (content was: "[ { "id": "activity-none", "name": "None", "desc": "", "keywords": [], "activityIcon": null, "relatedSkillsList": [], "levelRequirementsMap": null, "requiredKeywords": null, "xpRewardsMap": null, "workRequired": null, "maxWorkEfficiency": 1, "tables": null, "requirements": null, "rewards": null, "actions": null, "visibilityType": null, "visibilityRequirements": null }, { "id": "activity-travelling", "name": "Travelling", "desc": "",...")
- 03:38, 31 March 2026 Bonez565 talk contribs deleted page Module:Activities/doc (content was: "== Get a Description from the YAML == <pre>{{#invoke:Activities|getDescription|Cut Birch Trees}}</pre> == Get Skills and Levels == <pre>{{#invoke:Activities|getSkillsAndLevels|Forest Foraging}}</pre> == Get Primary Skills == <pre>{{#invoke:Activities|getPrimarySkill|Forest Foraging}}</pre> Forest Foraging = {{#invoke:Activities|getPrimarySkill|Forest Foraging}} == Get Locations and Regions == <pre>{{#invoke:Activities|getLocationsAndRegions|Branch Trimming}}</pre> == Get Ma...")
- 03:38, 31 March 2026 Bonez565 talk contribs deleted page Module:Achievements (content was: "local p = {} local mw = mw local yamlData = mw.loadJsonData('Module:Achievements/YAML') local achievementData = mw.loadJsonData('Module:Achievements/Data/Achievements') local rewardProgressData = mw.loadJsonData('Module:Achievements/Data/Reward_Progress') local rewardsYAMLData = mw.loadJsonData('Module:Achievements/RewardsYAML') -- Load necessary modules local locationsModule = require("Module:Locations") local itemsModule = require("Module:Items") local factionsModule = requ...")
- 03:26, 31 March 2026 FuzzyBot talk contribs created page Halfmaw scales/en (Updating to match new version of source page)
- 03:26, 31 March 2026 FuzzyBot talk contribs created page Hunting bestiary/en (Updating to match new version of source page)
- 03:25, 31 March 2026 FuzzyBot talk contribs created page Ectoplasm scraps/en (Updating to match new version of source page)
- 03:25, 31 March 2026 FuzzyBot talk contribs created page Tailoring chip/en (Updating to match new version of source page)
- 03:25, 31 March 2026 FuzzyBot talk contribs created page Translations:Tarsilium sword/Recipe/Page display title/en (Importing a new version from external source)
- 03:25, 31 March 2026 FuzzyBot talk contribs created page Translations:Wooden sword/Recipe/Page display title/en (Importing a new version from external source)
- 03:24, 31 March 2026 Bonez565 talk contribs marked You're Gonna Need A Bigger Kitchen for translation
- 03:24, 31 March 2026 FuzzyBot talk contribs created page Translations:Willow fishing rod/Recipe/Page display title/en (Importing a new version from external source)
- 03:24, 31 March 2026 Bonez565 talk contribs marked Workshop Keyword for translation
- 03:24, 31 March 2026 FuzzyBot talk contribs created page Translations:Wooden shield/Recipe/Page display title/en (Importing a new version from external source)
- 03:24, 31 March 2026 Bonez565 talk contribs marked Wooden sword/Recipe for translation
- 03:24, 31 March 2026 Bonez565 talk contribs marked Wooden shield/Recipe for translation
- 03:24, 31 March 2026 Bonez565 talk contribs marked Willow fishing rod/Recipe for translation
- 03:24, 31 March 2026 Bonez565 talk contribs marked Taste The Rainbow for translation
- 03:24, 31 March 2026 FuzzyBot talk contribs created page Ectoplasm slime hunting/en (Updating to match new version of source page)
- 03:24, 31 March 2026 Bonez565 talk contribs marked Tarsilium sword/Recipe for translation
