Final Fantasy Wiki
No edit summary
Tag: sourceedit
m (Bot: Automated text replacement (-Smogger +Smogger (Final Fantasy VII)))
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{sideicon|FFVII}}
+
{{sideicon|prime=FFVII}}
  +
{{infobox enemy
{{FFVII Enemy
 
| name = Gas Ducter
+
| release = FFVII
  +
|name = Gas Ducter
 
| japanese = ガスダクター
 
| japanese = ガスダクター
 
| romaji = Gasu Dakutā
 
| romaji = Gasu Dakutā
 
| image = [[File:Gas Ducter FF7.png|200px]]
 
| image = [[File:Gas Ducter FF7.png|200px]]
  +
|location = [[Coal Train]]
  +
|formations = true
  +
|aiscript = true
  +
}}
  +
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==
  +
{{infobox enemy stats FFVII
  +
| name = Gas Ducter
 
| location = [[Coal Train]]
 
| location = [[Coal Train]]
 
| level = 42
 
| level = 42
Line 29: 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
 
}}
 
}}
The '''Gas Ducter''' is an enemy from ''[[Final Fantasy VII]]'' fought during the [[Huge Materia]] events on the train at [[North Corel]]. It has low [[HP (stat)|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, and it may use it twice in one turn. Using [[Aqua Breath|Aqualung]] is the most efficient way of dealing with these enemies.
 
   
 
==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 56: Line 65:
 
|[[#808|808]] (event), [[#809|809]] (event)
 
|[[#808|808]] (event), [[#809|809]] (event)
 
|}
 
|}
  +
  +
==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.
  +
  +
===Strategy===
  +
Casting [[Aqua Breath|Aqualung]] is the most efficient way of dealing with these enemies.
   
 
==AI script==
 
==AI script==
Line 109: Line 124:
 
*[[Wolfmeister]]
 
*[[Wolfmeister]]
 
*[[Eagle Gun]]
 
*[[Eagle Gun]]
*[[Smogger]]
+
*[[Smogger (Final Fantasy VII)|Smogger]]
 
*[[Slalom]]
 
*[[Slalom]]
  +
[[Category:Final Fantasy VII Enemies]]
+
[[Category:Enemies in Final Fantasy VII]]

Revision as of 19:40, 11 April 2020

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