Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemy SOLDIER: 1st is an enemy from Final Fantasy VII. They carry a piece of armor called Shinra Alpha, which is quite strong and worth stealing, as it cannot be bought in any store. Offensively, they use many powerful physical attacks. Fight can be used twice in one turn, while Sword of Doom is only used when his HP drops below 25%. They also use Silence as a counter to magical attacks. He uses Quadra-Cut when his HP drops below 75%.

SOLDIER: 1sts are not immune to any status except Manipulate.

Formations

# Formation
848 SOLDIER:1st A, SOLDIER:1st B
850 Row 1: SOLDIER:1st A, SOLDIER:1st B
Row 2: SOLDIER:1st C
851 SOLDIER:1st A, SOLDIER:1st B (Back Attack)
853 SOLDIER:1st
854 SOLDIER:1st A, SOLDIER:1st B (Attack from both sides)

Locations

Sector 8
Cannon Infrastructure 848, 850, 851 (Back Attack), 853, 854 (Attack from both sides)

AI script

Start of battle

Declare SelectTar = Random opponent

Declare Count = Rnd(0..2)

Declare SpclChance = 5

Turn
If (Count == 0) Then

Use Fight on random opponent

1/SpclChance Chance: Use Fight on random opponent

Else If (Count == 1) Then

If (SelectTar doesn't have Death Status) Then: Use Quadra-Cut on SelectTar

Else: Use Quadra-Cut on random opponent

Count = 0

Else

If (SelectTar doesn't have Death Status) Then: Use Sword of Doom on SelectTar

Else: Use Sword of Doom on random opponent

Count = 0

Counter
If ((SOLDIER:1st's HP < 1251) AND (SpclChance == 3)) Then

SelectTar = SOLDIER:1st's last attacker

SpclChance = 2

Count = 2

Else If ((SOLDIER:1st's HP < 2501) AND (SpclChance == 4)) Then

SelectTar = SOLDIER:1st's last attacker

SpclChance = 3

Count = 1

Else If ((SOLDIER:1st's HP < 3751) AND (SpclChance == 5)) Then

SelectTar = SOLDIER:1st's last attacker

SpclChance = 4

Count = 1

Else

SpclChance = 5

Count = 0

Counter - if attacked magically

If (SOLDIER:1st's last magical attacker does not have Silence) AND (SOLDIER:1st's MP >= 24)) Then: Use Silence on SOLDIER:1st's last magical attacker

Other appearances

Final Fantasy Airborne Brigade

Template:Sideicon

Soldier 1st Class 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.

Gallery

Related enemies

Advertisement