Final Fantasy Wiki
m (Renaming infoboxes)
m (Bot: Changing template: Enemy-stub)
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{sideicon|FFIX}}
+
{{sideicon|prime=FFIX|FFRK}}
 
{{infobox enemy
 
{{infobox enemy
 
| release = FFIX
 
| release = FFIX
Line 5: Line 5:
 
| japanese = 黒のワルツ1号
 
| japanese = 黒のワルツ1号
 
| romaji = Kuro no Warutsu 1 Gō
 
| romaji = Kuro no Warutsu 1 Gō
| image = [[File:Black Waltz 1-FFIX.PNG|200px]]
+
| image = Black Waltz 1-FFIX.PNG
 
| location = [[Ice Cavern (Final Fantasy IX)|Ice Cavern]]
 
| location = [[Ice Cavern (Final Fantasy IX)|Ice Cavern]]
 
| name = Black Waltz 1
 
| name = Black Waltz 1
 
| type = Boss
 
| type = Boss
 
| formations = true
 
| formations = true
  +
|aiscript=true
  +
|character=[[Black Waltz]]
 
}}
 
}}
 
'''Black Waltz 1''' is a [[boss]] from ''[[Final Fantasy IX]]''. It catches up with the party on the trek through the [[Ice Cavern (Final Fantasy IX)|Ice Cavern]], and casts a [[Blizzard (ability)|Blizzard]] spell, which puts the entire party to sleep. [[Zidane Tribal/Gameplay|Zidane]] is, for some reason, slightly resistant to this spell and confronts the Black Waltz alone.
{{See Also|Black Waltz}}
 
'''Black Waltz 1''' is a boss from ''[[Final Fantasy IX]]''. It catches up with the party on the trek through the [[Ice Cavern (Final Fantasy IX)|Ice Cavern]], and casts a [[Blizzard (ability)|Blizzard]] spell, which puts the entire party to sleep. [[Zidane Tribal|Zidane]] is for some reason slightly resistant to this spell and confronts the Black Waltz alone.
 
   
 
After the battle, [[Zorn and Thorn]] (as disembodied voices, and are then seen moments afterwards) warn Zidane that No. 2 and 3 will take No. 1's place.
 
After the battle, [[Zorn and Thorn]] (as disembodied voices, and are then seen moments afterwards) warn Zidane that No. 2 and 3 will take No. 1's place.
Line 38: Line 39:
 
| exp = 0
 
| exp = 0
 
| gil = 134
 
| gil = 134
  +
| ap = 5
 
| humanoid = true
 
| humanoid = true
 
| heavy = true
 
| heavy = true
Line 64: Line 66:
 
| mini = Immune
 
| mini = Immune
 
| gradual petrify = Immune
 
| gradual petrify = Immune
| drop 1 = [[List of Final Fantasy IX items#Hi-Potion|Hi-Potion]]
+
| drop 1 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
| steal 1 = [[List of Final Fantasy IX items#Remedy|Remedy]]
+
| steal 1 = [[Final Fantasy IX items#Remedy|Remedy]]
| steal 2 = [[List of Final Fantasy IX armor#Silk Shirt|Silk Shirt]]
+
| steal 2 = [[Final Fantasy IX armor#Silk Shirt|Silk Shirt]]
 
| card = Skeleton
 
| card = Skeleton
| abilities = [[List of Final Fantasy IX enemy abilities#Blizzard|Blizzard]] (8), [[List of Final Fantasy IX enemy abilities#Fire|Fire]], [[List of Final Fantasy IX enemy abilities#Blizzard|Blizzard]] (18){{foot|Uses on Sealion to heal ~160 HP}}, [[List of Final Fantasy IX enemy abilities#Hit|Hit]]
+
| abilities = [[Final Fantasy IX enemy abilities#Blizzard|Blizzard]] (8), [[Final Fantasy IX enemy abilities#Fire|Fire]], [[Final Fantasy IX enemy abilities#Blizzard|Blizzard]] (18){{foot|Uses on Sealion to heal ~160 HP}}, [[Final Fantasy IX enemy abilities#Hit|Hit]]
 
| info = Can't escape. Will summon a [[Sealion]] into battle whenever alone.
 
| info = Can't escape. Will summon a [[Sealion]] into battle whenever alone.
 
}}
 
}}
   
 
== Formations ==
 
== Formations ==
{|class="half-width FFIX sortable table"
+
{|class="half-width FFIX sortable article-table"
 
|-class="a"
 
|-class="a"
 
!rowspan="2" style="width:5%"|
 
!rowspan="2" style="width:5%"|
Line 97: Line 99:
   
 
== Battle ==
 
== Battle ==
{{Q|Why didn't you fall asleep? You should be dead by now...|Black Waltz 1}}
+
{{Quote|Why didn't you fall asleep? You should be dead by now...|Black Waltz 1}}
 
At the start of the battle, Black Waltz 1 summons a [[Sealion]] to assist in defeating Zidane. The Black Waltz's only attacks are Blizzard and [[Fire (ability)|Fire]]. If its accompanying Sealion is ever below full health, the Black Waltz will target it with Blizzard, healing it. Because Zidane is fighting alone, it is easy for [[Trance (Final Fantasy IX)|Trance]] to activate, and his [[Dyne (command)|Dyne]] attacks can kill the Black Waltz with ease.
 
At the start of the battle, Black Waltz 1 summons a [[Sealion]] to assist in defeating Zidane. The Black Waltz's only attacks are Blizzard and [[Fire (ability)|Fire]]. If its accompanying Sealion is ever below full health, the Black Waltz will target it with Blizzard, healing it. Because Zidane is fighting alone, it is easy for [[Trance (Final Fantasy IX)|Trance]] to activate, and his [[Dyne (command)|Dyne]] attacks can kill the Black Waltz with ease.
   
== AI Script ==
+
== AI script ==
  +
{{AI FFIX|code=
 
Using global variable blackwaltz
 
Using global variable blackwaltz
 
Using global variable sealion
 
Using global variable sealion
Line 118: Line 121:
 
::while ( GetBattleState != 4 )
 
::while ( GetBattleState != 4 )
 
:::Wait( 1 )
 
:::Wait( 1 )
:if ( ( target == sealion ) && ( !( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) ) ) )
+
:if ( ( target == sealion ) && ( !( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY VENOM DEATH STOP) & sealion ) ) ) )
 
::set SV_FunctionEnemy[PREVENT_ATTACK] = 1
 
::set SV_FunctionEnemy[PREVENT_ATTACK] = 1
:elseif ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
+
:elseif ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY VENOM DEATH STOP) & sealion ) )
 
::if ( ( target != sealion ) && ( sealion[HP] < sealion[MAX_HP] ) )
 
::if ( ( target != sealion ) && ( sealion[HP] < sealion[MAX_HP] ) )
 
:::set SV_FunctionEnemy[PREVENT_ATTACK] = 1
 
:::set SV_FunctionEnemy[PREVENT_ATTACK] = 1
Line 131: Line 134:
 
::set SV_Target = RandomInTeam(SV_PlayerTeam)
 
::set SV_Target = RandomInTeam(SV_PlayerTeam)
 
::Attack( Hit )
 
::Attack( Hit )
:if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
+
:if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY VENOM DEATH STOP) & sealion ) )
 
::if ( ( sealion[HP] < sealion[MAX_HP] ) && sealion[HP] )
 
::if ( ( sealion[HP] < sealion[MAX_HP] ) && sealion[HP] )
 
:::set SV_Target = sealion
 
:::set SV_Target = sealion
Line 151: Line 154:
   
 
Function Black_Waltz_1_Death
 
Function Black_Waltz_1_Death
:if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
+
:if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY VENOM DEATH STOP) & sealion ) )
 
::BattleDialog( "Ugh...! Sealion, kill him for me!" )
 
::BattleDialog( "Ugh...! Sealion, kill him for me!" )
  +
}}
   
 
== Other appearances ==
 
== Other appearances ==
 
=== ''[[Final Fantasy Record Keeper]]'' ===
 
=== ''[[Final Fantasy Record Keeper]]'' ===
[[File:FFRK Black Waltz No. 1 FFIX.png|left]]
+
[[File:FFRK Black Waltz No. 1 FFIX.png|right]]
 
{{Enemy section|Final Fantasy Record Keeper}}
{{sideicon|FFRK}}
 
  +
{{clear}}
{{enemy-stub|Final Fantasy Record Keeper}}
 
   
 
== Gallery ==
 
== Gallery ==
Line 179: Line 183:
 
[[es:Vals Negro 1]]
 
[[es:Vals Negro 1]]
 
[[fr:Valseur 1]]
 
[[fr:Valseur 1]]
[[Category:Final Fantasy IX bosses]]
+
[[Category:Bosses in Final Fantasy IX]]
 
[[Category:Black Mages]]
 
[[Category:Black Mages]]
 
[[Category:Antagonists]]
 
[[Category:Antagonists]]
[[Category:Final Fantasy IX non-player characters]]
+
[[Category:Characters in Final Fantasy IX]]

Revision as of 16:18, 13 January 2020

Template:Sideicon

Black Waltz 1 is a boss from Final Fantasy IX. It catches up with the party on the trek through the Ice Cavern, and casts a Blizzard spell, which puts the entire party to sleep. Zidane is, for some reason, slightly resistant to this spell and confronts the Black Waltz alone.

After the battle, Zorn and Thorn (as disembodied voices, and are then seen moments afterwards) warn Zidane that No. 2 and 3 will take No. 1's place.

Stats

Formations

Enemies Frequency AP
????
Can't escape.
Sealion, Black Waltz 1 100% 5

Battle

Why didn't you fall asleep? You should be dead by now...

Black Waltz 1

At the start of the battle, Black Waltz 1 summons a Sealion to assist in defeating Zidane. The Black Waltz's only attacks are Blizzard and Fire. If its accompanying Sealion is ever below full health, the Black Waltz will target it with Blizzard, healing it. Because Zidane is fighting alone, it is easy for Trance to activate, and his Dyne attacks can kill the Black Waltz with ease.

AI script

Using global variable blackwaltz
Using global variable sealion

Function Black_Waltz_1_Loop
   if ( !initflag )
      set initflag = 1
      set blackwaltz = SV_FunctionEnemy
      while ( GetBattleState != 1 )
         Wait( 1 )
      set SV_Target = sealion
      AttackSpecial( Sealion appears )
      while ( IsAttacking != 0 )
         Wait( 1 )
      Wait( 1 )
      RunBattleCode( Enable ATB )
      while ( GetBattleState != 4 )
         Wait( 1 )
   if ( ( target == sealion ) && ( !( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) ) ) )
      set SV_FunctionEnemy[PREVENT_ATTACK] = 1
   elseif ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
      if ( ( target != sealion ) && ( sealion[HP] < sealion[MAX_HP] ) )
         set SV_FunctionEnemy[PREVENT_ATTACK] = 1
   Wait( 1 )
   loop


Function Black_Waltz_1_ATB
   if ( SV_FunctionEnemy[MP] <$ 6 )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
      Attack( Hit )
   if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
      if ( ( sealion[HP] < sealion[MAX_HP] ) && sealion[HP] )
         set SV_Target = sealion
         set target = SV_Target
         if ( !firsthealflag )
            set firsthealflag = 1
            Attack( Blizzard )
         else
            Attack( Blizzard )
   if ( GetRandom & 1 )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
      set target = SV_Target
      Attack( Blizzard )
   else
      set SV_Target = RandomInTeam(SV_PlayerTeam)
      set target = SV_Target
      Attack( Fire )


Function Black_Waltz_1_Death
   if ( #( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) & sealion ) )
      BattleDialog( "Ugh...! Sealion, kill him for me!" )


Other appearances

Final Fantasy Record Keeper

FFRK Black Waltz No. 1 FFIX
Baknamy FFTA2This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Gallery

Related enemies