Final Fantasy Wiki
m (enemy templates split)
Tag: sourceedit
m (Renaming categories in accordance with Forum:Category overhaul and categories for redirects)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{sideicon|FFVII}}
+
{{sideicon|prime=FFVII}}
  +
{{infobox enemy
{{Enemy
 
 
| release = FFVII
 
| release = FFVII
 
|name = Gas Ducter
 
|name = Gas Ducter
Line 10: Line 10:
 
|aiscript = true
 
|aiscript = true
 
}}
 
}}
The '''Gas Ducter''' is an enemy from ''[[Final Fantasy VII]]'' fought during the [[Huge Materia]] events on the [[Train (Final Fantasy VII)|train]] from [[North Corel]].
+
The '''Gas Ducter''' is an enemy from ''[[Final Fantasy VII]]'' fought during the [[Huge Materia (Final Fantasy VII)|Huge Materia]] events on the [[Train (Final Fantasy VII)|train]] from [[North Corel]].
   
 
==Stats==
 
==Stats==
  +
{{infobox enemy stats FFVII
{{FFVII Enemy Stats
 
 
| name = Gas Ducter
 
| name = Gas Ducter
 
| location = [[Coal Train]]
 
| location = [[Coal Train]]
Line 39: Line 39:
 
| paralyzed = Immune
 
| paralyzed = Immune
 
| darkness = Immune
 
| darkness = Immune
| abilities = ''[[List of Final Fantasy VII enemy abilities#Punch|Punch]]'', [[List of Final Fantasy VII enemy abilities#Smog Alert|Smog Alert]]
+
| abilities = ''[[Final Fantasy VII enemy abilities#Punch|Punch]]'', [[Final Fantasy VII enemy abilities#Smog Alert|Smog Alert]]
 
| manipulate 1 = Punch
 
| manipulate 1 = Punch
 
| manipulate 2 = Smog Alert
 
| manipulate 2 = Smog Alert
Line 45: Line 45:
   
 
==Formations==
 
==Formations==
{|class="FFVII table" style="width:380px"
+
{|class="FFVII article-table" style="width:380px"
 
|-class="a"
 
|-class="a"
 
!style="width:10%"|#
 
!style="width:10%"|#
 
!style="width:90%"|Formation
 
!style="width:90%"|Formation
 
|-
 
|-
!class="b"|{{LA|List of Final Fantasy VII enemy formations#808|808}}
+
!class="b"|{{LA|Final Fantasy VII enemy formations#808|808}}
 
|Gas Ducter
 
|Gas Ducter
 
|-
 
|-
!class="b"|{{LA|List of Final Fantasy VII enemy formations#809|809}}
+
!class="b"|{{LA|Final Fantasy VII enemy formations#809|809}}
 
|Gas Ducter A, Gas Ducter B
 
|Gas Ducter A, Gas Ducter B
 
|}
 
|}
   
 
==Locations==
 
==Locations==
{|class="table" style="width:380px;text-align:left"
+
{|class="article-table" style="width:380px;text-align:left"
 
|-
 
|-
 
!colspan="2" class="no-table"|[[Coal Train]]
 
!colspan="2" class="no-table"|[[Coal Train]]
Line 67: Line 67:
   
 
==Battle==
 
==Battle==
It has low [[HP (stat)|HP]] and can be easily killed. It can use its Punch attack twice in one turn. Its only dangerous attack is Smog Alert, which inflicts a random status ailment—such as [[Sleep (status)|Sleep]] or [[Poison (status)|Poison]], [[Sadness]] and [[Blind (status)|Darkness]]—on the target, and it may use it twice in one turn.
+
It has low [[HP (stat)|HP]] and can be easily killed. It can use its Punch attack twice in one turn. Its only dangerous attack is Smog Alert, which inflicts a random status ailment—such as [[Sleep (status)|Sleep]] or [[Poison (status)|Poison]], [[Sadness]] and [[Blind (status)|Darkness]]—on the target, and it may use it twice in one turn.
   
 
===Strategy===
 
===Strategy===
Line 126: Line 126:
 
*[[Smogger]]
 
*[[Smogger]]
 
*[[Slalom]]
 
*[[Slalom]]
  +
[[Category:Final Fantasy VII enemies]]
+
[[Category:Enemies in Final Fantasy VII]]

Revision as of 20:27, 13 January 2019

Template:Sideicon

The Gas Ducter is an enemy from Final Fantasy VII fought during the Huge Materia events on the train from North Corel.

Stats

Formations

# Formation
808 Gas Ducter
809 Gas Ducter A, Gas Ducter B

Locations

Coal Train
Cars 808 (event), 809 (event)

Battle

It has low HP and can be easily killed. It can use its Punch attack twice in one turn. Its only dangerous attack is Smog Alert, which inflicts a random status ailment—such as Sleep or Poison, Sadness and Darkness—on the target, and it may use it twice in one turn.

Strategy

Casting 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

Related enemies