Skip to content

Bowlbug (Rock)

BOWLBUG_ROCK
StatNormalA8+
HP45–4846–49

Imbalanced 1 — Gets stunned when its attack is fully blocked

Fixed loop + conditional. Gets stunned if fully blocked, then resumes:

flowchart LR
  A[Headbutt] --> B{Fully blocked?}
  B -->|Yes| C[Stunned] --> A
  B -->|No| A
MoveEffectNormalA9+
HeadbuttSingle attack15 damage16 damage
StunnedCannot act