mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Merge toolsOfTrade changes from 'ShilohT-skillbalancing' into rebalancing-2014-12
This commit is contained in:
parent
621615a6f9
commit
afef118200
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue