Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
3 August 2026
2 August 2026
|
|
N 04:08 | Module:ArmorChance 2 changes history +719 [Mike (2×)] | |||
|
|
04:08 (cur | prev) +5 Mike talk contribs | ||||
| N |
|
04:04 (cur | prev) +714 Mike talk contribs (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...") | |||
| 04:02 | GM:DND diffhist +21 Mike talk contribs | ||||