Tip of the day
Skill levels exceeding a recipe's main skill requirement in the crafting interface provide additional Quality outcome.
Deletion log
From Walkscape Walkthrough
Below is a list of the most recent deletions.
- 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...")
- 02:55, 29 March 2026 Bonez565 talk contribs undeleted page Fishing rod rest Keyword (1 revision)
- 05:32, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice-translation (content was: "<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|EN}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|EN|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/hr (content was: "{{#vardefine:Language |HR }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/fr-ca (content was: "{{#vardefine:Language |FR-CA }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/fr (content was: "{{#vardefine:Language |FR }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/fi (content was: "{{#vardefine:Language |FI }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>")
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/et (content was: "{{#vardefine:Language |ET }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/es-mx (content was: "{{#vardefine:Language |ES-MX }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/es (content was: "{{#vardefine:Language |ES }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/en-us (content was: "{{#vardefine:Language |EN-US }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/en (content was: "{{#vardefine:Language |EN }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "FuzzyBot" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/de (content was: "{{#vardefine:Language |DE }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/da (content was: "{{#vardefine:Language |DA }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 05:27, 28 March 2026 Bonez565 talk contribs deleted page MediaWiki:Sitenotice/cs (content was: "{{#vardefine:Language |CS }}<big>'''{{#invoke:YAMLLookup|getStringByPath|views.singulars.activity.phrases.guideTip|{{#var:Language}}}}'''<br>{{#invoke:Guide_Tips_New|getRandomTip|{{#var:Language}}|{{CURRENTTIMESTAMP}}}}</big>", and the only contributor was "Bonez565" (talk))
- 04:36, 28 March 2026 Bonez565 talk contribs deleted page File:Hamburger Menu Icon.svg (content was: "", and the only contributor was "Bonez565" (talk))
- 04:36, 28 March 2026 Bonez565 talk contribs deleted page File:Crafting Menu Icon.svg (content was: "", and the only contributor was "Bonez565" (talk))
- 07:33, 27 March 2026 Bonez565 talk contribs deleted page Fishing rod rest Keyword
- 05:21, 27 March 2026 Bonez565 talk contribs deleted page The Hunt Is On
- 08:13, 26 March 2026 Bonez565 talk contribs deleted page Shiny broken skydisk/en (content was: "<languages />{{Collectible |Item_Name = shiny_broken_skydisk |Language = EN }} = Trivia = * {{Footer|NoToc|EN}}", and the only contributor was "FuzzyBot" (talk))
- 08:13, 26 March 2026 Bonez565 talk contribs deleted page Camouflage cape/en (content was: "<languages />{{Equipment |Item_Name = camouflage_cape |Language = EN }} = Trivia = * {{Footer|NoToc|EN}}", and the only contributor was "FuzzyBot" (talk))
- 08:13, 26 March 2026 Bonez565 talk contribs deleted page Camouflage cape (content was: "#REDIRECT Leaf cape")
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Translations:Predator hunting (Spear)/1/en (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Translations:Predator hunting (Spear)/3/en (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Translations:Predator hunting (Spear)/2/en (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Translations:Predator hunting (Spear)/Page display title/en (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Predator hunting (Spear)/en (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 06:13, 26 March 2026 FuzzyBot talk contribs deleted page Predator hunting (Spear) (Part of translatable page "Predator hunting (Spear)": Broken redirect)
- 05:17, 26 March 2026 Bonez565 talk contribs deleted page Taste The Rainbow (content was: "<languages /><translate> <!--T:1--> {{Achievement |Achievement_Name = taste_the_rainbow |Language = EN }}</translate> <translate> <!--T:2--> = Trivia = * A reference to the popular candy [https://en.wikipedia.org/wiki/Skittles_(confectionery)|"Skittles"] and their ad campaign of the same name. </translate> <translate> <!--T:3--> {{Footer|NoToc|EN}} </translate>", and the only contributor was "Bonez565" (talk))
