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).
- 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...")
