Merge toolsOfTrade changes from 'ShilohT-skillbalancing' into rebalancing-2014-12

This commit is contained in:
Alice Harris 2014-12-20 09:46:30 +10:00
parent 621615a6f9
commit afef118200

View file

@ -568,7 +568,8 @@ api.spells =
## lasts 24 hours ##
_.each target, (member) ->
member.stats.buffs.per ?= 0
member.stats.buffs.per += Math.ceil(user._statsComputed.per * .03)
member.stats.buffs.per += Math.ceil(user._statsComputed.per * 2)
# add diminishing returns to this
stealth:
text: t('spellRogueStealthText')
mana: 45