Final Fantasy Wiki
No edit summary
m (Bot: Automated text replacement (-Smogger +Smogger (Final Fantasy VII)))
(30 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{FFVII Enemies
+
{{sideicon|prime=FFVII}}
  +
{{infobox enemy
  +
| release = FFVII
  +
|name = Gas Ducter
 
| japanese = ガスダクター
  +
| romaji = Gasu Dakutā
 
| 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
 
| name = Gas Ducter
  +
| location = [[Coal Train]]
| image = [[Image:Gas_Ducter_FF7.png|200px]]
 
| Location = [[Mt. Corel|Corel Reactor]] (Huge Materia Quest)
 
 
| level = 42
 
| level = 42
| HP = 3,000
+
| hp = 3000
| MP = 200
+
| mp = 200
| Attack = 88
+
| attack = 88
| Def = 76
+
| magic atk = 80
| Magic = 80
+
| defense = 38
| MDef = 68
+
| magic def = 68
| Speed = 85
+
| dexterity = 85
| Evade = 1
+
| defense% = 1
| AP Awarded = 75
+
| luck = 0
| EXP = 900
+
| exp = 900
| Gil = 1,100
+
| ap = 75
| Poison = Absorb
+
| gil = 1100
  +
| poison = Absorb
| japan = ガスダクター
 
| romaji = Gasu Dakutā
+
| sleep = Immune
  +
| poison status = Immune
| Morph = Nothing
 
| Steal = Nothing
+
| sadness = Immune
| Drop = Nothing
+
| fury = Immune
  +
| frog = Immune
| Attacks = ''Punch'', Smog Alert
 
| Enemy Skill = N/A
+
| small = Immune
  +
| death-sentence = Immune
| Status = [[Sadness]], [[Fury (Status)|Fury]], [[Paralysis|Paralyze]], [[Toad (Status)|Frog]], [[Doom (Status)|Death Sentence]], [[Blind (Status)|Darkness]], [[Poison (Status)|Poison]], [[Mini (Status)|Small]]
 
  +
| paralyzed = Immune
| Other Information =
 
  +
| darkness = Immune
  +
| abilities = ''[[Final Fantasy VII enemy abilities#Punch|Punch]]'', [[Final Fantasy VII enemy abilities#Smog Alert|Smog Alert]]
  +
| manipulate 1 = Punch
  +
| manipulate 2 = Smog Alert
 
}}
 
}}
The '''Gas Ducter''' is an enemy from ''[[Final Fantasy VII]]''. It has low HP and can be easily killed. Its only dangerous attack is '''Smog Alert''', which inflicts a random status ailment like [[Sleep (Status)|Sleep]] or [[Poison (Status)|Poison]] on the target. Using [[Aqualung]] is the most efficient way of dealing with these enemies.
 
   
==Related enemies==
+
==Formations==
  +
{|class="FFVII article-table" style="width:380px"
*[[Smogger]]
 
  +
|-class="a"
*[[Slalom]]
 
  +
!style="width:10%"|#
  +
!style="width:90%"|Formation
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#808|808}}
  +
|Gas Ducter
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#809|809}}
  +
|Gas Ducter A, Gas Ducter B
  +
|}
  +
  +
==Locations==
  +
{|class="article-table" style="width:380px;text-align:left"
  +
|-
  +
!colspan="2" class="no-table"|[[Coal Train]]
  +
|-
  +
|style="width:50%"|Cars
  +
|[[#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: 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==
 
==Gallery==
 
<gallery>
 
<gallery>
File:FFVII Smog Alert.png|Smog Alert
+
FFVII Smog Alert.png|Smog Alert.
 
</gallery>
 
</gallery>
  +
[[Category:Final Fantasy VII Enemies]]
 
  +
==Related enemies==
  +
*[[Wolfmeister]]
  +
*[[Eagle Gun]]
  +
*[[Smogger (Final Fantasy VII)|Smogger]]
 
*[[Slalom]]
  +
 
[[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