Module:Constants: Difference between revisions

Tweaked modifier text for a few things to include multipliers properly
(Added a couple more modifiers I missed initially)
(Tweaked modifier text for a few things to include multipliers properly)
Line 43: Line 43:
   ["increasedFoodHealingValue"] = { text =  "+{V}% Food Healing Value", },
   ["increasedFoodHealingValue"] = { text =  "+{V}% Food Healing Value", },
   ["increasedChanceToPreservePrayerPoints"] = { text =  "+{V}% Chance To Preserve Prayer Points", },
   ["increasedChanceToPreservePrayerPoints"] = { text =  "+{V}% Chance To Preserve Prayer Points", },
   ["increasedMinAirSpellDmg"] = { text =  "+{V} Min Air Spell Dmg", },
   ["increasedMinAirSpellDmg"] = { text =  "+{VX} Min Air Spell Dmg", },
   ["increasedMinWaterSpellDmg"] = { text =  "+{V} Min Water Spell Dmg", },
   ["increasedMinWaterSpellDmg"] = { text =  "+{VX} Min Water Spell Dmg", },
   ["increasedMinEarthSpellDmg"] = { text =  "+{V} Min Earth Spell Dmg", },
   ["increasedMinEarthSpellDmg"] = { text =  "+{VX} Min Earth Spell Dmg", },
   ["increasedMinFireSpellDmg"] = { text =  "+{V} Min Fire Spell Dmg", },
   ["increasedMinFireSpellDmg"] = { text =  "+{VX} Min Fire Spell Dmg", },
   ["increasedAmmoPreservation"] = { text =  "+{V}% Ammo Preservation", },
   ["increasedAmmoPreservation"] = { text =  "+{V}% Ammo Preservation", },
   ["increasedRunePreservation"] = { text =  "+{V}% Rune Preservation", },
   ["increasedRunePreservation"] = { text =  "+{V}% Rune Preservation", },
Line 64: Line 64:
   ["decreasedMagicDamageBonus"] = { text =  "-{V}% Magic Damage Bonus", isNegative = true },
   ["decreasedMagicDamageBonus"] = { text =  "-{V}% Magic Damage Bonus", isNegative = true },
   ["decreasedMagicEvasion"] = { text =  "-{V}% Magic Evasion", isNegative = true },
   ["decreasedMagicEvasion"] = { text =  "-{V}% Magic Evasion", isNegative = true },
   ["decreasedMaxHitFlat"] = { text =  "-{V} Max Hit", isNegative = true },
   ["decreasedMaxHitFlat"] = { text =  "-{VX} Max Hit", isNegative = true },
   ["decreasedMaxHitPercent"] = { text =  "-{V}% Max Hit", isNegative = true },
   ["decreasedMaxHitPercent"] = { text =  "-{V}% Max Hit", isNegative = true },
   ["decreasedDamageReduction"] = { text =  "-{V}% Damage Reduction", isNegative = true },
   ["decreasedDamageReduction"] = { text =  "-{V}% Damage Reduction", isNegative = true },
Line 85: Line 85:
   ["decreasedFoodHealingValue"] = { text =  "-{V}% Food Healing Value", isNegative = true },
   ["decreasedFoodHealingValue"] = { text =  "-{V}% Food Healing Value", isNegative = true },
   ["decreasedChanceToPreservePrayerPoints"] = { text =  "-{V}% Chance To Preserve Prayer Points", isNegative = true },
   ["decreasedChanceToPreservePrayerPoints"] = { text =  "-{V}% Chance To Preserve Prayer Points", isNegative = true },
   ["decreasedMinAirSpellDmg"] = { text =  "-{V} Min Air Spell Dmg", isNegative = true },
   ["decreasedMinAirSpellDmg"] = { text =  "-{VX} Min Air Spell Dmg", isNegative = true },
   ["decreasedMinWaterSpellDmg"] = { text =  "-{V} Min Water Spell Dmg", isNegative = true },
   ["decreasedMinWaterSpellDmg"] = { text =  "-{VX} Min Water Spell Dmg", isNegative = true },
   ["decreasedMinEarthSpellDmg"] = { text =  "-{V} Min Earth Spell Dmg", isNegative = true },
   ["decreasedMinEarthSpellDmg"] = { text =  "-{VX} Min Earth Spell Dmg", isNegative = true },
   ["decreasedMinFireSpellDmg"] = { text =  "-{V} Min Fire Spell Dmg", isNegative = true },
   ["decreasedMinFireSpellDmg"] = { text =  "-{VX} Min Fire Spell Dmg", isNegative = true },
   ["decreasedAmmoPreservation"] = { text =  "-{V}% Ammo Preservation", isNegative = true },
   ["decreasedAmmoPreservation"] = { text =  "-{V}% Ammo Preservation", isNegative = true },
   ["decreasedRunePreservation"] = { text =  "-{V}% Rune Preservation", isNegative = true },
   ["decreasedRunePreservation"] = { text =  "-{V}% Rune Preservation", isNegative = true },