Advertisement

Velcher Task is an enemy from Final Fantasy VII fought on the Rocket Launch Pad Area and in the sixth 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%.

It only has a physical attack, and other attack which may inflict poison on one character, but is ultimately not a threat, especially since it can be defeated with Enemy Skills quickly.

Stats

Formations

# Formation
149 Row 1: Velcher Task A
Row 2: Velcher Task B
150 Row 1: Nibel Wolf A, Nibel Wolf B
Row 2: Velcher Task
151 Nibel Wolf A, Nibel Wolf B, Velcher Task (Attack from both sides)
156 Chocobo, Velcher Task, Kyuvilduns
157 Row 1: Velcher Task A, Velcher Task B
Row 2: Chocobo
158 Row 1: Velcher Task A
Row 2: Velcher Task B
159 Velcher Task A, Velcher Task B (Back Attack)

Locations

Rocket Launch Pad Area
Grass 149, 150, 151 (Attack from both sides), 156 (A Chocobo!), 157 (A Chocobo!)
Forest 158, 159 (Back Attack)
Battle Square (with Tiny Bronco available)
Group A - Battle 6 150
Group B - Battle 6 149

AI script

AI: Main {

If (TempVar:OpeningAttack == 0) Then
{
If (At Least One Opponent doesn't have Poison Status) Then
{
Choose Random Opponent without Poison Status
1/4 Chance: Use Poison Blow on _target
3/4 Chance: Use <Claw> on _target
}
TempVar:OpeningAttack = 1
} Else {
If (At Least One Opponent doesn't have Poison Status) Then
{
Choose Random Opponent without Poison Status
1/3 Chance: Use Poison Blow on _target
2/3 Chance: Use <Claw> on _target
}
}

} AI: Counter - General {

If (Velcher Task doesn't have Poison Status) Then
{
If (Velcher Task's HP <= 1/8th of Velcher Task's Max HP) Then
{
Choose Velcher Task's Last Attacker (General)
Use <Claw> on _target
}
} Else If (At Least One Opponent doesn't have Poison Status) Then {
Choose Random Opponent without Poison Status
Use Poison Blow on _target
}

}

Community content is available under CC-BY-SA unless otherwise noted.
  NODES
admin 1
chat 1
COMMUNITY 7
Note 1
Project 1