Crysales is an enemy from Final Fantasy VII. It only has a physical attack, and Sleepel to inflict Sleep on a character.
As they attack in groups of three, they give a fair amount of Experience Points for the point of the game they are in, and can easily be defeated with Aqualung, making them a useful enemy for grinding until Disc 3.
Stats
Formations
| # | Formation |
|---|---|
| 224 | Row 1: Crysales A Row 2: Crysales B, Crysales C |
Locations
| Mideel Area | |
|---|---|
| Forest | 224 |
AI script
AI: Main {
- If (No Opponents have Sleep Status) Then
- {
- Choose Random Opponent
- 1/4 Chance: Use <Bite> on Target
- 3/4 Chance: Use Sleep Scales on Target
- } Else If (One or Two Opponents have Sleep Status) Then {
- If (1/2 Chance) Then
- {
- Choose Random Opponent with Sleep Status
- Use <Bite> on Target
- } Else {
- Choose Random Opponent without Sleep Status
- Use Sleep Scales on Target
- }
- } Else {
- Choose Random Opponent
- Use <Bite> on Target
- }
}
Other appearances
Pictlogica Final Fantasy
Gallery
Etymology
The enemy's Japanese name is likely a curious conversion of the English word "chrysalis", hence the strange English name when converted back. "Chrysalis" would be more appropriately translated to Japanese as クリサリス (kurisarisu?).
Chrysalis is the cocoon a caterpillar forms around itself while metamorphosing into a butterfly.