Final Fantasy Wiki
No edit summary
No edit summary
Line 26: Line 26:
 
|Status = [[Instant Death|Death]], [[Gradual Petrify (Status)|Slow Numb]], [[Berserk (Status)|Berserk]], [[Stop (Status)|Stop]], [[Petrify (Status)|Petrify]], [[Paralysis|Paralyze]], [[Confuse (Status)|Confuse]], [[Toad (Status)|Frog]], [[Doom (Status)|Death Sentence]], [[Silence (Status)|Silence]], [[Mini (Status)|Small]], [[Control (Ability)|Manipulate]]
 
|Status = [[Instant Death|Death]], [[Gradual Petrify (Status)|Slow Numb]], [[Berserk (Status)|Berserk]], [[Stop (Status)|Stop]], [[Petrify (Status)|Petrify]], [[Paralysis|Paralyze]], [[Confuse (Status)|Confuse]], [[Toad (Status)|Frog]], [[Doom (Status)|Death Sentence]], [[Silence (Status)|Silence]], [[Mini (Status)|Small]], [[Control (Ability)|Manipulate]]
 
}}
 
}}
The '''Wolfmeister''' is an enemy from ''[[Final Fantasy VII]]'' fought during the [[Huge Materia]] events on the train at [[North Corel]] and can also be fought at the [[Battle Square]] as part of the special matches in round 5.It uses physical attacks and defends itself with [[Mighty Guard|Big Guard]], making it very dangerous, though not as strong as the [[Eagle Gun]] fought after it. It is vulnerable to [[Gravity (Element)|Gravity]], so it is advised that the player uses [[Gravija|Demi3]] or [[Laser (Ability)|Laser]] to deplete its high HP quickly. The player can also use [[Aqua Breath|Aqualung]] to damage it greatly.
+
The '''Wolfmeister''' is an enemy from ''[[Final Fantasy VII]]'' fought during the [[Huge Materia]] events on the train at [[North Corel]] and can also be fought at the [[Battle Square]] as part of the special matches in round 5. It uses physical attacks and defends itself with [[Mighty Guard|Big Guard]], making it very dangerous, though not as strong as the [[Eagle Gun]] fought after it. It is vulnerable to [[Gravity (Element)|Gravity]], so it is advised that the player uses [[Gravija|Demi3]] or [[Laser (Ability)|Laser]] to deplete its high HP quickly. The player can also use [[Aqua Breath|Aqualung]] to damage it greatly.
   
 
==AI Script==
 
==AI Script==

Revision as of 03:46, 7 December 2013

Template:Sideicon Template:FFVII Enemies The Wolfmeister is an enemy from Final Fantasy VII fought during the Huge Materia events on the train at North Corel and can also be fought at the Battle Square as part of the special matches in round 5. It uses physical attacks and defends itself with Big Guard, making it very dangerous, though not as strong as the Eagle Gun fought after it. It is vulnerable to Gravity, so it is advised that the player uses Demi3 or Laser to deplete its high HP quickly. The player can also use Aqualung to damage it greatly.

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
}

}

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.

Gallery

Template:Gallery

Related Enemies