Final Fantasy Wiki
Advertisement

Meltigemini is a Demon-type boss in Final Fantasy IX fought at the end of Mount Gulug dungeon. It is the amalgamation of Zorn and Thorn who meld into one after being defeated by Eiko and Madeen. Kuja states that Meltigemini is the twins' true form.

Stats[]

Battle[]

FFIX Viral Smoke

Viral Smoke.

Zidane and Eiko are required party members, while Vivi is unavailable. Meltigemini is weak to Fire and Holy, and is susceptible to status ailments.

Meltigemini's Viral Smoke can inflict Virus, which prevents the party from gaining AP from the battle.

Strategy[]

Quina can cast Bad Breath since Meltigemini is vulnerable to Mini, Slow, and Darkness. However, Bad Breath commonly misses. Meltigemini is also susceptible to LV3 Def-less, which can be used repeatedly. Steiner should attack. Zidane should focus on stealing the Golden Hairpin before attacking. Amarant should throw.

Freya should jump or perhaps use Reis's Wind. If she already has Dragon Breath, she can use it once the party has damaged Meltigemini for a few attacks so it will do more damage than Jump. Eiko should heal with Cura, although she may be able to get in a quick summon attack with Fenrir or Phoenix (Meltigemini is weak to Fire). If the player has proceeded far enough in the chocobo sidequest, Eiko could also use Holy. Dagger should focus on healing or attacking with her eidolons, although her unreliability at this time can make her a hindrance. She could equip the Red Hat to power up Ifrit. Both Eiko and Dagger can use Mini on the boss.

If the party does not have Quina's Bad Breath, using a Tent or two on the Meltigemini at the beginning of the battle can prove useful, as it may spontaneously inflict Poison, Darkness, and Silence.

AI script[]

Function Meltigemini_Init
   set attacklist = [ Wings ; Wings ; Bio ; Viral Smoke ; Viral Smoke ; Viral Smoke ; Bio ; Venom Powder ]


Function Meltigemini_ATB
   if ( !viralsmokeflag )
      set viralsmoketarget = SV_PlayerTeam
   else
      set viralsmoketarget = 0
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Wings )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Wings )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Bio )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Viral Smoke )
      set SV_Target = viralsmoketarget
   elseif ( selectedattack == Viral Smoke )
      set SV_Target = viralsmoketarget
   elseif ( selectedattack == Viral Smoke )
      set SV_Target = viralsmoketarget
   elseif ( selectedattack == Bio )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Venom Powder )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   if ( selectedattack == Viral Smoke )
      set viralsmokeflag = TRUE
   Attack( selectedattack )


Other appearances[]

Final Fantasy Airborne Brigade[]

Baknamy FFTA2This section about an enemy in Final Fantasy Airborne Brigade is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Final Fantasy Record Keeper[]

FFRK Meltigemini FFIX

The Worm Meltigemini from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.

Final Fantasy Brave Exvius[]

Baknamy FFTA2This section about an enemy in Final Fantasy Brave Exvius is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Gallery[]

Etymology[]

The name "Meltigemini" derives from the act of melding ("melt") a pair of twins ("Gemini").[1]

Related enemies[]

References[]

Advertisement