Main public logs
Appearance
Combined display of all available logs of In-System. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:04, 2 August 2026 Mike talk contribs created page Module:ArmorChance (Created page with "local p = {} function p.table(frame) local level = tonumber(frame.args.level or frame.args[1]) or 1 if level < 1 then level = 1 end local output = { '{| class="wikitable"', '|+ Armor Chance by Character Level', '! Armor Type<br>(not Armor Class)', '! Percentage' } for armorType = 10, 1, -1 do local chance = (level * 10) - ((10 - armorType) * 7) if chance < 0 then chance = 0...")