multiply_drop

Multiplies the number of drops obtained by the player.

- id: multiply_drop
  args:
    multiplier: 2.0 # result = (original + (original * multiplier))

Last updated