Added essentials_balanceupdate (type, amount, world) event.
Type: gain or loss
amount: number of the amount of money that was lost or gained
Number data types will require an exact number. Ex: the amount maybe 50 to specify exactly 50 gained. The clue will only count if the amount gained was 50. Numbers can also be specified by range. Ex: 50-1000000.
Code (YAML):
clue0:
clueType
: essentials_balanceupdate
amount
: 1
objective
: 'Gain $50'
clueName
: 'Low-roller'
data:
type
: gain
amount
: 50-100000
This clue would require the user to gain at least $50 from one transaction.