Skip to content

Latest commit

 

History

History
47 lines (45 loc) · 873 Bytes

README.md

File metadata and controls

47 lines (45 loc) · 873 Bytes

[Store module] Crash

Crash module for Store: Bet credits on a rising multiplier. Cash out before it crashes to win, or lose your bet if it crashes first.

Config

Config will be auto generated. Default:

{
  "min_bet": 10,
  "max_bet": 1000,
  "min_multiplier": 1.1,
  "max_multiplier": 9.9,
  "multiplier_increment": 0.01,
  "crash_commands": [
    "crash"
  ],
  "crash_command_cooldown": 10,
  "multiplier_ranges": [
    {
      "start": 1.0,
      "end": 2.0,
      "chance": 55
    },
    {
      "start": 2.0,
      "end": 3.0,
      "chance": 25
    },
    {
      "start": 3.0,
      "end": 4.0,
      "chance": 10
    },
    {
      "start": 4.0,
      "end": 5.0,
      "chance": 7
    },
    {
      "start": 5.0,
      "end": 15.0,
      "chance": 3
    }
  ]
}

ko-fi