17,105
edits
Falterfire (talk | contribs) (Added isIncreaseNegative to SummoningShardCost modifier) |
(_getModifierText: Emit modifier name in error message if invalid) |
||
Line 111: | Line 111: | ||
["EnemyRangedEvasion"] = { text = "{V}% Enemy Ranged Evasion", isIncreaseNegative = true, skills = {'Combat'} }, | ["EnemyRangedEvasion"] = { text = "{V}% Enemy Ranged Evasion", isIncreaseNegative = true, skills = {'Combat'} }, | ||
["EnemyMagicEvasion"] = { text = "{V}% Enemy Magic Evasion", isIncreaseNegative = true, skills = {'Combat'} }, | ["EnemyMagicEvasion"] = { text = "{V}% Enemy Magic Evasion", isIncreaseNegative = true, skills = {'Combat'} }, | ||
["AttackIntervalPercent"] = { text = "{V}% Attack Interval", isIncreaseNegative = true, skills = {'Combat'} }, | |||
["summoningSynergy_0_1"] = {text = "Upon killing an Enemy, grants GP equal to {V}% of their highest base Evasion Rating.", skills = {"Combat",}}, | ["summoningSynergy_0_1"] = {text = "Upon killing an Enemy, grants GP equal to {V}% of their highest base Evasion Rating.", skills = {"Combat",}}, | ||
["summoningSynergy_0_6"] = {text = "Grants GP equal to {V}% of your MELEE damage dealt.", skills = {"Combat"}}, | ["summoningSynergy_0_6"] = {text = "Grants GP equal to {V}% of your MELEE damage dealt.", skills = {"Combat"}}, | ||
Line 367: | Line 368: | ||
if modName == nil then | if modName == nil then | ||
return 'ERROR: Invalid modifier type [[Category:Pages with script errors]]' | return 'ERROR: Invalid modifier type for ' .. modifier .. '[[Category:Pages with script errors]]' | ||
end | end | ||