Module:Constants: Difference between revisions

Added increased/decreased Alt. Magic Skill XP
(Fixed string.upper call)
(Added increased/decreased Alt. Magic Skill XP)
Line 177: Line 177:
   ["increasedSeeingGoldChance"] = { text = "+{V}% chance for Silver Ore to also produce a Gold Bar when smithed" },
   ["increasedSeeingGoldChance"] = { text = "+{V}% chance for Silver Ore to also produce a Gold Bar when smithed" },
   ["decreasedBonfireLogCost"] = { text = "+ Automatically relight bonfires for free" },
   ["decreasedBonfireLogCost"] = { text = "+ Automatically relight bonfires for free" },
   ["increasedChanceRandomPotionHerblore"] = { text = "+{V}% chance to gain a second potion of a random tier" }
   ["increasedChanceRandomPotionHerblore"] = { text = "+{V}% chance to gain a second potion of a random tier" },
  ["increasedAltMagicSkillXP"] = { text = "+{V}% Alt. Magic Skill XP" },
  ["decreasedAltMagicSkillXP"] = { text = "-{V}% Alt. Magic Skill XP", isNegative = true },
}
}