Skip to main content
Version: 2.1.0

Vault

Determines what should happen to the player’s EXP level on death.

effects:
vault:
mode: "SIMPLE"
min: 50
max: 50 #Lose $50 for dying
allow_negative_balance: false
# let's not be too mean, ok?

mode

mode: "SIMPLE"
  • SIMPLE: Lose a random amount of money between min and max
  • PERCENTAGE: Lose a random percentage of player’s balance between min and max

min

min: 50

the minimum bounds for the operation

max

max: 50

the max bounds for the operation

allow_negative_balance

allow_negative_balance: false

Wether the player is allowed to go into debt by dying. (Realistic)