mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
make Tools of the Trade weaker
This commit is contained in:
parent
605300fdbb
commit
5506d5a39e
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ api.spells =
|
|||
_.each target, (member) ->
|
||||
bonus = user._statsComputed.per - user.stats.buffs.per
|
||||
member.stats.buffs.per ?= 0
|
||||
member.stats.buffs.per += Math.ceil(diminishingReturns(bonus, 400, 100))
|
||||
member.stats.buffs.per += Math.ceil(diminishingReturns(bonus, 100, 50))
|
||||
|
||||
stealth:
|
||||
text: t('spellRogueStealthText')
|
||||
|
|
|
|||
Loading…
Reference in a new issue