Final Fantasy Wiki
Register
Advertisement

The Roulette Cannon is an enemy from Final Fantasy VII. It is fought in Junon during and after the Sapphire Weapon incident. It only has a physical attack it uses as a counter-attack. It will not use it if two party members are dead. They can be rewarding to fight because they drop valuable X-Potions.

Stats[]

Formations[]

# Formation
744 Roulette Cannon, Pedestal
746 SOLDIER:2nd A, Roulette Cannon, Pedestal, SOLDIER:2nd B
941 Roulette Cannon, Pedestal

Locations[]

Upper Junon (during Weapon event)
Airport 941
Road 941
Upper Junon (after Weapon event)
Airport 744, 746

AI script[]

AI: Counter - General {

If (At Least Two Opponents (incl. Dead) don't have Death Status) Then
{
SelectTar = Choose Random Opponent (incl. Dead) without Death Status
} Else {
SelectTar = [2040]
}
If (SelectTar is 1st Opponent) Then
{
Roulette Cannon's HurtAnim = Flinch (Facing 1st Opponent)
} Else If (SelectTar is 2nd Opponent) Then {
Roulette Cannon's HurtAnim = Flinch (Facing 2nd Opponent)
} Else {
Roulette Cannon's HurtAnim = Flinch (Facing 3rd Opponent)
}
If (SelectTar != [2040]) Then
{
Choose Select Tar
Use <Fire Roulette> on Target
}

} AI: Counter - Death {

Turn off Death Handling for Roulette Cannon
Choose Self
Use <Vanish> on Target
Remove Pedestal

}

Gallery[]

Advertisement