Bullmotor is an enemy from Final Fantasy VII fought in Corel Prison and in the opening round of the Battle Square during the time Tiny Bronco is available. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.
Stats[]
Formations[]
# | Formation |
---|---|
522 | Row 1: Bullmotor A Row 2: Bullmotor B, Bullmotor C Row 3: Bullmotor D[note 1] |
523 | Row 1: Death Claw A, Death Claw B Row 2: Bullmotor |
525 | Bullmotor |
526 | Bullmotor A, Bullmotor B |
- ↑ Covered by Bullmotor A
Locations[]
Corel Prison | |
---|---|
Corner | 522, 523 |
Junkyard | 522, 523 |
Battle Square (with Tiny Bronco available) | |
Group A - Battle 1 | 525, 526 |
Battle[]
The Bullmotor has higher HP than the average enemy encountered in the Corel Prison area, but it is not particularly difficult to kill. Physical attacks and basic magic can be used to defeat it. The Bullmotor possesses the Matra Magic Enemy Skill, which it uses in equal measure to its standard attack. If the player has the time, it is recommended to steal has the valuable X-Potion from it, the earliest that it can be stolen.
AI script[]
AI: Main {
- 1/2 Chance:
- {
- If (At Least One Opponent is in Front Row) Then
- {
- Choose Random Opponent in Front Row
- } Else {
- Choose Random Opponent
- }
- Use <Bodyblow> on Target
- }
- 1/2 Chance:
- {
- Choose All Opponents
- Use Matra Magic on Target
- }
}