All public logs
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:00, 17 October 2024 Alex talk contribs created page Module:Dry calc (Created page with "local p = {} function expr(x) x = tostring(x) x = x:gsub(",", ".") local expr_good, expr_val = pcall(mw.ext.ParserFunctions.expr, x) if expr_good then return tonumber(expr_val) end return nil end function flavourText(x, obtained) local flavourTexts = { { -1, 1, "You are some sort of sentient water being you're so not-dry. How'd you even do this?" }, { 1, 10, "You're a higher % water than a watermelon.", "Or you would be if you had gotten any drops. But you...")