17,105
edits
Falterfire (talk | contribs) m (Fixed typo in lifesteal) |
(Make autoBurying modifier value unsigned) |
||
Line 190: | Line 190: | ||
["aprilFoolsIncreasedUpdateDelay"] = { text = "{V} days next Major Update has been delayed", isIncreaseNegative = true }, | ["aprilFoolsIncreasedUpdateDelay"] = { text = "{V} days next Major Update has been delayed", isIncreaseNegative = true }, | ||
["AttackInterval"] = { text = "{VMS}s Attack Interval", isIncreaseNegative = true, skills = {'Combat'} }, | ["AttackInterval"] = { text = "{VMS}s Attack Interval", isIncreaseNegative = true, skills = {'Combat'} }, | ||
["autoBurying"] = { text = "Bones are automatically buried for {V+100}% of their prayer point value", skills = {'Prayer'} }, | ["autoBurying"] = { text = "Bones are automatically buried for {V+100}% of their prayer point value", unsigned = true, skills = {'Prayer'} }, | ||
["autoLooting"] = { text = "Combat loot is automatically collected", skills = {'Combat'} }, | ["autoLooting"] = { text = "Combat loot is automatically collected", skills = {'Combat'} }, | ||
["bleedImmunity"] = { text = "{V}% chance to ignore bleed", skills = {'Combat'} }, | ["bleedImmunity"] = { text = "{V}% chance to ignore bleed", skills = {'Combat'} }, |