Final Fantasy Wiki
No edit summary
No edit summary
Line 28: Line 28:
 
| Other Information =
 
| Other Information =
 
}}
 
}}
The '''Gas Ducter''' is a Boss from ''[[Final Fantasy VII]]''. It has low HP and can be easily killed. His Punch attack may it use twice in one turn. Its only dangerous attack is '''Smog Alert''', which always inflicts a random status ailment like [[Sleep (Status)|Sleep]] or [[Poison (Status)|Poison]], Sadness on the target, also this attack it may use twice in one turn. Using [[Aqua Breath|Aqualung]] is the most efficient way of dealing with these enemies.
+
The '''Gas Ducter''' is a Boss from ''[[Final Fantasy VII]]''. It has low HP and can be easily killed. His Punch attack may it use twice in one turn. Its only dangerous attack is '''Smog Alert''', which always inflicts a random status ailment like [[Sleep (Status)|Sleep]] or [[Poison (Status)|Poison]], [[Sadness]] and [[Blind (Status)|Darkness]] on the target, also this attack it may use twice in one turn. Using [[Aqua Breath|Aqualung]] is the most efficient way of dealing with these enemies.
   
 
==AI Script==
 
==AI Script==

Revision as of 13:11, 3 September 2014

Template:Sideicon Template:FFVII Enemies The Gas Ducter is a Boss from Final Fantasy VII. It has low HP and can be easily killed. His Punch attack may it use twice in one turn. Its only dangerous attack is Smog Alert, which always inflicts a random status ailment like Sleep or Poison, Sadness and Darkness on the target, also this attack it may use twice in one turn. Using Aqualung is the most efficient way of dealing with these enemies.

AI Script

AI: Setup {

1/2 Chance: Count = 1
1/2 Chance: Count = 2
SpclChance = 8

} AI: Main {

If (Count < 2) Then
{
Choose Random Opponent
Use <Punch> on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use <Punch> on Target
}
Count = Count + 1
} Else {
Choose Random Opponent
Use Smog Alert on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use Smog Alert on Target
}
Count = 0
}

} AI: Counter - General {

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

}

Gallery

Template:Gallery

Related enemies