Tip of the day
Skill levels exceeding a recipe's main skill requirement in the crafting interface provide additional Quality outcome.
User contributions for Bonez565
From Walkscape Walkthrough
15 October 2025
- 05:1205:12, 15 October 2025 diff hist +1,843 m Data:Languages No edit summary
- 05:0605:06, 15 October 2025 diff hist −32 m Data:Languages No edit summary
- 05:0405:04, 15 October 2025 diff hist 0 m WikiTemplateStrings/EN Bonez565 moved page Data:WikiTemplateStrings/EN to WikiTemplateStrings/EN without leaving a redirect
- 05:0405:04, 15 October 2025 diff hist 0 m WikiTemplateStrings/DE Bonez565 moved page Data:WikiTemplateStrings/DE to WikiTemplateStrings/DE without leaving a redirect
- 05:0005:00, 15 October 2025 diff hist +49,498 m Data:Views/YAML/DE No edit summary
- 05:0005:00, 15 October 2025 diff hist +2,221 m Data:Skills/YAML/DE No edit summary current
- 04:5904:59, 15 October 2025 diff hist +31,554 m Data:Keywords/YAML/DE No edit summary
- 04:5904:59, 15 October 2025 diff hist +4,959 m Data:Glossary/YAML/DE No edit summary
- 04:5904:59, 15 October 2025 diff hist +7,133 m Data:Game/YAML/DE No edit summary
- 04:5804:58, 15 October 2025 diff hist +25,384 m Data:Attributes/YAML/DE No edit summary
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Skills/YAML/DE Bonez565 created the page Data:Skills/YAML/DE using a non-default content model "JSON"
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Keywords/YAML/DE Bonez565 created the page Data:Keywords/YAML/DE using a non-default content model "JSON"
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Glossary/YAML/DE Bonez565 created the page Data:Glossary/YAML/DE using a non-default content model "JSON"
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Game/YAML/DE Bonez565 created the page Data:Game/YAML/DE using a non-default content model "JSON"
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Attributes/YAML/DE Bonez565 created the page Data:Attributes/YAML/DE using a non-default content model "JSON"
- 04:5704:57, 15 October 2025 diff hist +2 N Data:Views/YAML/DE Bonez565 created the page Data:Views/YAML/DE using a non-default content model "JSON"
- 04:5404:54, 15 October 2025 diff hist 0 WikiTemplateStrings/DE Bonez565 changed the content model of the page Data:WikiTemplateStrings/DE from "wikitext" to "JSON" Tag: content model change
- 04:5404:54, 15 October 2025 diff hist +455 N WikiTemplateStrings/DE Created page with "{ "modules": { "ItemInfobox": { "quality": "Qualität", "rarity": "Seltenheit", "type": "Typ", "slot": "Slot", "value": "Wert", "fineValue": "Edelwert", "keyword": "Schlüsselwort", "keywords": "Schlüsselwörter", "duration": "Dauer", "properties": "Eigenschaften", "bankable": "Bankfähig", "droppable": "Abwerfbar", "sellable": "Verkaufbar", "tradable": "Handelbar", "fineVersion": "Edelversion" } } }"
- 04:5104:51, 15 October 2025 diff hist +431 m WikiTemplateStrings/EN No edit summary
- 04:5104:51, 15 October 2025 diff hist +2 N WikiTemplateStrings/EN Bonez565 created the page Data:WikiTemplateStrings/EN using a non-default content model "JSON"
- 04:5104:51, 15 October 2025 diff hist −196 m WikiTemplateStrings No edit summary
- 04:4904:49, 15 October 2025 diff hist 0 WikiTemplateStrings Bonez565 changed the content model of the page WikiTemplateStrings from "JSON" to "wikitext" Tag: content model change
- 04:4804:48, 15 October 2025 diff hist −51 WikiTemplateStrings Bonez565 changed the content model of the page WikiTemplateStrings from "JavaScript" to "JSON" Tag: content model change
- 04:4804:48, 15 October 2025 diff hist +484 m WikiTemplateStrings No edit summary
- 04:4804:48, 15 October 2025 diff hist 0 N WikiTemplateStrings Bonez565 created the page WikiTemplateStrings using a non-default content model "JavaScript"
- 04:4704:47, 15 October 2025 diff hist +26 m Staff:Templates →Page Building Modules
- 04:1604:16, 15 October 2025 diff hist +15 m Module:ItemInfobox New/doc No edit summary
- 04:1504:15, 15 October 2025 diff hist +97 m Module:ItemInfobox New No edit summary
- 04:0904:09, 15 October 2025 diff hist +280 m Module:ItemInfobox New No edit summary
- 03:5603:56, 15 October 2025 diff hist −1,796 m Module:ItemInfobox New No edit summary
- 03:5503:55, 15 October 2025 diff hist +36 N Category:Equipment With Character Level Requirements Created page with "Category:Items_With_Requirements" current
- 03:4803:48, 15 October 2025 diff hist +52 m Module:Skills New No edit summary
- 03:4703:47, 15 October 2025 diff hist −769 m Module:Skills New No edit summary
- 03:4603:46, 15 October 2025 diff hist 0 m Module:Skills New/doc No edit summary
- 03:4603:46, 15 October 2025 diff hist +939 N Module:Skills New/doc Created page with "Documentation: Module:Skills New/doc = Data Location = * Data:Skills * Data:Skills/YAML = Get List of All Skills = <pre>{{#invoke:Skills_New|getAllSkills|Language Code (defaults to EN)|Text Flag (Optional)}}</pre> '''Text Flag: ''' This lists the skills as an CSV instead of a lua table. English: {{#invoke:Skills_New|getAllSkills|EN|True}} Mexican Spanish: {{#invoke:Skills_New|getAllSkills|ES_MX|True}} = Get Name and Description for UUID = <pre>{{#invoke:..."
- 03:4103:41, 15 October 2025 diff hist +2,978 N Module:Skills New Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH, langCode) local CapitalizeWords = require("Module:CapitalizeWords") -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1) getAllSkills: Get table or CSV of all game skills. function p.getAllSkills(langCode, textFlag) -- D..."
- 03:3503:35, 15 October 2025 diff hist +562 m Data:Skills/YAML/ES MX No edit summary current
- 03:3503:35, 15 October 2025 diff hist +2,007 m Data:Skills/YAML/EN No edit summary current
- 03:3503:35, 15 October 2025 diff hist +2 N Data:Skills/YAML/ES MX Bonez565 created the page Data:Skills/YAML/ES MX using a non-default content model "JSON"
- 03:3403:34, 15 October 2025 diff hist +2 N Data:Skills/YAML/EN Bonez565 created the page Data:Skills/YAML/EN using a non-default content model "JSON"
- 03:3403:34, 15 October 2025 diff hist +18 N Data:Skills/YAML Created page with "{{Data:Languages}}" current
- 03:2903:29, 15 October 2025 diff hist +3,003 m Module:DataLoader No edit summary
- 02:4102:41, 15 October 2025 diff hist +5 m Module:ItemInfobox New No edit summary
- 02:3702:37, 15 October 2025 diff hist −38 m Module:ItemInfobox New No edit summary
- 02:3402:34, 15 October 2025 diff hist −112 m Module:Keywords New No edit summary Tag: Manual revert
- 02:2402:24, 15 October 2025 diff hist +6 m Module:ItemInfobox New/doc No edit summary
- 02:2002:20, 15 October 2025 diff hist +11 Light Keyword Marked this version for translation
- 02:2002:20, 15 October 2025 diff hist −446 m Light Keyword No edit summary
- 02:1902:19, 15 October 2025 diff hist +447 m Ultra light Keyword No edit summary Tag: Manual revert
- 02:1802:18, 15 October 2025 diff hist −12 m Ultra light Keyword No edit summary Tag: Reverted
