4,951
edits
Falterfire (talk | contribs) (Fixed a typo on new equipment table sorting) |
Falterfire (talk | contribs) (Fixed misordered columns) |
||
Line 1,618: | Line 1,618: | ||
--Getting some lists set up here that will be used later | --Getting some lists set up here that will be used later | ||
--First, the list of columns used by both weapons & armour | --First, the list of columns used by both weapons & armour | ||
local statColumns = {' | local statColumns = {'stabAttackBonus', 'slashAttackBonus','blockAttackBonus','rangedAttackBonus', 'magicAttackBonus', 'strengthBonus', 'rangedStrengthBonus', 'magicDamageBonus', 'defenceBonus', 'rangedDefenceBonus', 'magicDefenceBonus', 'damageReduction', 'attackLevelRequired', 'defenceLevelRequired', 'rangedLevelRequired', 'magicLevelRequired'} | ||
--Then the lists for just weapons/just armour | --Then the lists for just weapons/just armour | ||
--Then the list of weapon types | --Then the list of weapon types |