mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
bring @JasonGross changes back in. Jason, updates should go to
script/content.coffee (dist/habitrpg-shared.js is a compiled file and gets clobbered)
This commit is contained in:
parent
b0666cb1e3
commit
81ca8d15b5
2 changed files with 2 additions and 2 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -10147,7 +10147,7 @@ var global=self;/**
|
|||
mana: 10,
|
||||
lvl: 11,
|
||||
target: 'task',
|
||||
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (greener) your task.",
|
||||
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (bluer) your task.",
|
||||
cast: function(user, target) {
|
||||
return user.stats.gp += (target.value < 0 ? 1 : target.value + 1) + user._statsComputed.per * .075;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ api.spells =
|
|||
mana: 10
|
||||
lvl: 11
|
||||
target: 'task'
|
||||
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (greener) your task."
|
||||
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (bluer) your task."
|
||||
cast: (user, target) ->
|
||||
user.stats.gp += (if target.value < 0 then 1 else target.value+1) + user._statsComputed.per * .075
|
||||
backStab:
|
||||
|
|
|
|||
Loading…
Reference in a new issue