Jump to content

Module:ArmorChance: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 August 2026

  • curprev 04:0804:08, 2 August 2026 Mike talk contribs 719 bytes +5 No edit summary
  • curprev 04:0404:04, 2 August 2026 Mike talk contribs 714 bytes +714 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..."