Final Fantasy Wiki
m (→‎Battle: Relinking, replaced: [[Mighty Guard| → [[Mighty Guard (ability)|)
Tag: apiedit
Tag: sourceedit
Line 138: Line 138:
 
{{Enemy-stub|Final Fantasy Record Keeper}}
 
{{Enemy-stub|Final Fantasy Record Keeper}}
 
{{-|left}}
 
{{-|left}}
  +
  +
===''[[Mobius Final Fantasy]]''===
  +
{{sideicon|Mobius}}
  +
{{stub|Mobius Final Fantasy}}
   
 
==Gallery==
 
==Gallery==

Revision as of 23:11, 4 February 2017

Template:Sideicon Template:FFVII Enemy Template:See Also

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.

Formations

# Formation
810 Wolfmeister
965 Wolfmeister
966 Wolfmeister

Locations

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

Battle

It uses physical attacks and defends itself with Big Guard, making it dangerous, though not as strong as the Eagle Gun fought after it. It is vulnerable to Gravity.

Strategy

The player can use Demi3 or Laser to deplete its high HP quickly. The player can also use Aqualung.

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

Template:Sideicon

FFRK Wolfmeister FFVII
Baknamy FFTA2This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Mobius Final Fantasy

Template:Sideicon

Impresario-ffvi-iosThis section in Mobius Final Fantasy is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Gallery

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.

Related enemies