Skip to content

Two-Tailed Rat

TWO_TAILED_RAT
StatNormalA8+
HP17–2118–22

None

3 copies each start with a different move (Scratch / Disease Bite / Screech). Then random branching:

flowchart LR
  S1([1st]) -.-> A
  S2([2nd]) -.-> B
  S3([3rd]) -.-> C
  A[Scratch] --> R{Random}
  B[Disease Bite] --> R
  C[Screech] --> R
  R --> A
  R --> B
  R -->|CD 3| C
  R -->|Conditional| D["Call for Backup (once only)"]
  D --> R
MoveEffectNormalA9+
ScratchSingle attack8 damage9 damage
Disease BiteSingle attack6 damage7 damage
ScreechApplies 1 Frail (3-turn cooldown after use)
Call for BackupSummons 1 additional rat (once only)

Note: Call for Backup becomes available after a certain number of turns and when there is an open slot, with a 75% chance. Total summon count across all rats is capped at 3.