Advertisement

The Wolfmeister is an enemy from Final Fantasy VII fought during the Huge Materia events on the train from North Corel. It can also be fought at the Battle Square as part of the special matches in round 5.

Stats

Formations

# Formation
810 Wolfmeister
965 Wolfmeister
966 Wolfmeister

Locations

Coal Train
Cars 810 (event)
Battle Square
Special Battle - Battle 5 965

Battle

Wolfmeister uses physical attacks and defends itself with Big Guard, gaining Haste, Barrier and MBarrier. This makes the enemy dangerous, as the party is also under a time limit. It is not possible to learn Big Guard from Wolfmeister as it is immune to both Manip. and Confusion. Wolfmeister is not as strong as the Eagle Gun fought after it, and it is vulnerable to Gravity and weak to Water.

Strategy

The player can use Demi3 or Laser to deplete the Wolfmeister's high HP quickly. If the player has already been breeding Chocobos they may have Quadra Magic and thus be able to pair Gravity with it for multiple repeat casts of Demi3. The player can also use Aqualung and Leviathan paired with Elemental in a main physical attacker's weapon. The player can also use Deathblow paired with Added Cut on the character with the Leviathan-Elemental pairing, and then use D.Blow.

The player can use DeBarrier to cleanse the Wolfmeister of its damage-cutting barriers, and use Magic Hammer to prevent it from using Big Guard altogether.

AI script

AI: Setup {

Count = Rnd(0..4)
SpclChance = 8

} AI: Main {

If (Count == 0 or 1) Then
{
Choose Random Opponent
Use <Big Punch> on _target
Count = Count + 1
} Else If (Count == 2) Then {
Choose Random Opponent
Use Heavy Sword on _target
Count = 3
} Else If (Count == 3) Then {
If ((Wolfmeister's MP >= 20) & (Rnd(1..SpclChance) == 1)) Then
{
Choose Random Opponent
Use Atomic Ray on _target
} Else {
Choose Random Opponent
Use <Big Punch> on _target
}
Count = 4
} Else {
If ((Wolfmeister's MP >= 56) & (Rnd(1..SpclChance) == 1)
& (Wolfmeister has neither Barrier, MBarrier
nor Haste Status) Then
{
Choose Self
Use Big Guard on _target
} Else {
Choose Random Opponent
Use <Big Punch> on _target
}
Count = 0
}

} AI: Counter - General {

If (Wolfmeister's HP <= 25% of Wolfmeister's Max HP) Then
{
SpclChance = 2
} Else If (Wolfmeister's HP <= 50% of Wolfmeister's Max HP) Then {
SpclChance = 3
} Else If (Wolfmeister's HP <= 75% of Wolfmeister's Max HP) Then {
SpclChance = 4
} Else {
SpclChance = 8
}

}

Other appearances

Final Fantasy Record Keeper

FFRK Wolfmeister FFVII


Mobius Final Fantasy

Etymology

The name "Wolfmeister" is a mistranslation of "Wolframiter". Wolframite is a tungsten-based mineral containing iron, and is a primary source of tungsten ore.

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