Battle System - XenGenie/XP GitHub Wiki

flowchart 

  A[Count Tasks] --> B{# of Tasks > 0?}
  B -- No --> C[Wait 60s]
  C --> A
  B -- Yes --> D[Battle Start]
  D --> E[Charging full gauge for Turn]
  E --> F{Turn Gauge Full?}
  F -- No --> E
  F -- Yes --> G[Battle get a turn]
  G --> H[Choose Action Command]
  H --> I[Charge Guague for Action]
  I --> J{Action Gaugue Full?}
  J -- No --> I
  J -- Yes --> K[Commence Action]
  K --> L{One Side Eliminated?}
  L -- No --> E
  L -- Yes ---->M[Battle End]
Loading
⚠️ **GitHub.com Fallback** ⚠️