/redzone

Gambling Ephemeral 10s cooldown

A push-your-luck football minigame. Start at your own 20-yard line and try to drive 80 yards for a touchdown. Each play gains 5-20 yards, but fumble risk increases as you get closer to the end zone. Cash out anytime to lock in your multiplier, or risk it all for the 10x touchdown payout!

Usage

/redzone bet:100
/redzone bet:all

Options

bet Required text

Amount to bet (10-10000, or 'all'/'max')

Examples

Input
/redzone bet:500
Output
🏈 RED ZONE 🏈 [======> ] Own 40 | Multiplier: 1.5x | Fumble Risk: 12% [🏈 Run Play] [💰 Cash Out]
Input
/redzone bet:100
Output
🏆 TOUCHDOWN!!! 🏆 [=====================>] 10x PAYOUT! You won 🪙 1,000 on a 🪙 100 bet!

Touchdown win

Input
/redzone bet:200
Output
💥 FUMBLE! 💥 The defense recovers at the Opp 30! You lost your bet.

Fumble loss

Tips

  • Start at your own 20 with 0% fumble risk
  • Fumble chance increases as you advance (up to 52% at the opponent's 10)
  • Cash out anytime to lock in your current multiplier
  • Touchdown = 10x payout, but you must survive the drive
  • Each play gains 5-20 yards randomly
  • Play Again button lets you quickly restart with the same bet
  • Your touchdown streaks are tracked!

Configuration Values

{
  "minBet": 10,
  "maxBet": 10000,
  "cooldownSeconds": 10,
  "timeoutSeconds": 120,
  "fieldPositions": {
    "own20": {
      "multiplier": 1,
      "fumbleChance": 0
    },
    "own30": {
      "multiplier": 1.2,
      "fumbleChance": 0.08
    },
    "own40": {
      "multiplier": 1.5,
      "fumbleChance": 0.12
    },
    "midfield": {
      "multiplier": 2,
      "fumbleChance": 0.18
    },
    "opp40": {
      "multiplier": 2.8,
      "fumbleChance": 0.25
    },
    "opp30": {
      "multiplier": 4,
      "fumbleChance": 0.33
    },
    "redzone": {
      "multiplier": 5.5,
      "fumbleChance": 0.42
    },
    "opp10": {
      "multiplier": 7.5,
      "fumbleChance": 0.52
    },
    "touchdown": {
      "multiplier": 10,
      "fumbleChance": 0
    }
  }
}

Related Commands