/train

Training Ephemeral

The Training Ground is a 3x3 grid idle game where you develop rookie players into coins. Set up equipment, hydrate the field, draft rookies, and graduate them for coin rewards.

Usage

/train view
/train manage
/train settings
/train stats

Subcommands

view

View your training facility status

manage

Manage your training slots with interactive buttons

settings

Configure notification settings for training events

stats

View your training statistics and history

Examples

Input
/train view
Output
🏟️ Your Training Ground ⬛🟫💧 🏃⭐💀 🤲🤲🎯 Slots ready: 2 | Training: 4
Input
/train manage
Output
Select a slot to manage: [Setup] [Hydrate] [Draft] [Graduate] [Clear]
Input
/train settings
Output
Configure DM notifications for ready/wilt events
Input
/train stats
Output
Shows graduates, busts, earnings, success rate

Tips

  • New users get a starter kit: 10 Setup Kits, 10 Water Coolers, 2 TE Contracts
  • Graduate players before they wilt (bust) to earn coins
  • Higher tier positions take longer but yield more coins

Configuration Values

{
  "gridSize": 9,
  "positions": {
    "TE": {
      "emoji": "🤲",
      "trainTime": 5,
      "value": "75-100",
      "wiltWindow": 15
    },
    "RB": {
      "emoji": "🏃",
      "trainTime": 10,
      "value": "150-200",
      "wiltWindow": 20
    },
    "WR": {
      "emoji": "🎯",
      "trainTime": 15,
      "value": "225-300",
      "wiltWindow": 25
    },
    "QB": {
      "emoji": "🏈",
      "trainTime": 25,
      "value": "375-500",
      "wiltWindow": 30
    }
  },
  "states": {
    "empty": "⬛",
    "prepared": "🟫",
    "hydrated": "💧",
    "ready": "⭐",
    "busted": "💀"
  }
}

Related Commands