Final Fantasy Wiki
Advertisement

Dark Nation is a boss in Final Fantasy VII. Cloud must fight alone against it and its master, Rufus, on the roof of the Shinra Bldg. during "The Nightmare Beginning Anew".

Stats[]

Formations[]

# Formation
464 Row 1: Rufus, A, B
Row 2: Dark Nation
465 Rufus, Dark Nation, A, B
466 Rufus, Dark Nation,
467 Rufus, Dark Nation,

Locations[]

Shinra Bldg.
Heliport 464 (fixed)

Battle[]

Dark Nation casts Barrier on Rufus as the first move. It will also cast this spell and MBarrier on itself. Afterward it will use bite attacks and Bolt.

If Rufus is defeated before the Dark Nation, it is removed, leaving no EXP, AP, gil, or items.

Dark Nation is a simple boss. Cloud can use magic to rapidly kill it before attacking Rufus. It is fairly weak and should not pose a threat.

AI script[]

AI: Main {

TempVar:NormalAtt = 0
If (Rufus doesn't have Death or Barrier Status) Then
{
If (Dark Nation's MP >= 16) Then
{
Choose Rufus
Use Barrier on Target
} Else {
Choose Random Opponent
Use <Bite> on Target
}
} Else If (Dark Nation doesn't have Barrier Status) Then {
1/2 Chance: TempVar:NormalAtt = 1
1/2 Chance:
{
If (Dark Nation's MP >= 16) Then
{
Choose Self
Use Barrier on Target
} Else {
Choose Random Opponent
Use <Bite> on Target
}
}
} Else If (Dark Nation doesn't have MBarrier Status) Then {
1/2 Chance: TempVar:NormalAtt = 1
1/2 Chance:
{
If (Dark Nation's MP >= 24) Then
{
Choose Self
Use MBarrier on Target
} Else {
Choose Random Opponent
Use <Bite> on Target
}
}
} Else {
1/2 Chance: TempVar:NormalAtt = 1
1/2 Chance:
{
If (Dark Nation's MP >= 4) Then
{
Choose All Opponents
Use Bolt on Target
} Else {
Choose Random Opponent
Use <Bite> on Target
}
}
}
If (TempVar:NormalAtt == 1) Then
{
1/2 Chance:
{
Choose Random Opponent
If (Dark Nation's MP >= 4) Then
{
Use Bolt on Target
} Else {
Use <Bite> on Target
}
}
1/2 Chance:
{
Choose Random Opponent
Use <Bite> on Target
}
}

}

Other appearances[]

Pictlogica Final Fantasy[]

PFF Dark Nation

Dark Nation from Final Fantasy VII appears as an enemy in Pictlogica Final Fantasy.

Dissidia Final Fantasy Opera Omnia[]

Rufus and Dark Nation DFFOO

Rufus with Dark Nation

Dark Nation appears as Rufus's companion, summoned shortly after its master arrived in the new world. Though it has the appearance from original Final Fantasy VII, Rufus's abilities that involves it are taken from Remake.

Related enemies[]

Advertisement