mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
Tools of the Trade description now mentions drops
Edited description for Tools of the Trade to state that it increases the chance of drops (because the spell buffs PER and PER is used to calculate "chance" in the randomDrop function)
This commit is contained in:
parent
b76b275a7c
commit
93531ac24a
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ api.spells =
|
|||
mana: 25
|
||||
lvl: 13
|
||||
target: 'party'
|
||||
notes: "You share your thievery tools with the party to aid them in 'acquiring' more gold. The party's gold bonus for tasks is buffed for a day."
|
||||
notes: "You share your thievery tools with the party to aid them in 'acquiring' more gold. The party's gold bonus for tasks and chance of drops is buffed for a day."
|
||||
cast: (user, target) ->
|
||||
## lasts 24 hours ##
|
||||
_.each target, (member) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue