Final Fantasy Wiki
Register
m (Renaming categories in accordance with Forum:Category overhaul and categories for redirects)
m (Bot: Automated text replacement (-{{-}} +{{clear}}))
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{sideicon|prime=FFVII|FFRK}}
 
{{sideicon|prime=FFVII|FFRK}}
  +
{{DISPLAYTITLE:Guardian (''Final Fantasy VII'')}}
 
{{infobox enemy
 
{{infobox enemy
 
| release = FFVII
 
| release = FFVII
Line 5: Line 6:
 
| japanese = ガーディアン
 
| japanese = ガーディアン
 
| romaji = Gādian
 
| romaji = Gādian
| image = [[File:Guardian-FF7.png|200px]]
+
| image = Guardian-FF7.png
 
|location = [[Junon Underwater Reactor|Underwater Reactor]]
 
|location = [[Junon Underwater Reactor|Underwater Reactor]]
 
|formations = true
 
|formations = true
Line 11: Line 12:
 
}}
 
}}
 
The '''Guardian''' is an enemy from ''[[Final Fantasy VII]]''. It can be found at the [[Junon Underwater Reactor]] during the [[Huge Materia (Final Fantasy VII)|Huge Materia]] quest.
 
The '''Guardian''' is an enemy from ''[[Final Fantasy VII]]''. It can be found at the [[Junon Underwater Reactor]] during the [[Huge Materia (Final Fantasy VII)|Huge Materia]] quest.
  +
{{See|Guardian (enemy)}}
 
 
==Stats==
 
==Stats==
 
{{infobox enemy stats FFVII
 
{{infobox enemy stats FFVII
Line 167: Line 168:
 
==Other appearances==
 
==Other appearances==
 
===''[[Final Fantasy Record Keeper]]''===
 
===''[[Final Fantasy Record Keeper]]''===
 
[[File:FFRK Guardian FFVII.png|right|80px]]
 
[[File:FFRK Guardian FFVII.png|left|80px]]
 
 
The Guardian from ''Final Fantasy VII'' appears as an enemy in ''Final Fantasy Record Keeper''.
 
The Guardian from ''Final Fantasy VII'' appears as an enemy in ''Final Fantasy Record Keeper''.
{{-}}
+
{{clear}}
   
 
==Gallery==
 
==Gallery==
Line 178: Line 178:
 
FFVII W Rocket Punch.png|W Rocket Punch.
 
FFVII W Rocket Punch.png|W Rocket Punch.
 
</gallery>
 
</gallery>
 
 
[[Category:Enemies in Final Fantasy VII]]
 
[[Category:Enemies in Final Fantasy VII]]

Revision as of 21:49, 8 January 2020

Template:Sideicon

The Guardian is an enemy from Final Fantasy VII. It can be found at the Junon Underwater Reactor during the Huge Materia quest.

Stats

Formations

# Formation
776 Guardian, Guardian(Right), Guardian(Left)
777 Row 1: Guardian A, Guardian(Right)A, Guardian(Left)A
Row 2: Guardian B, Guardian(Right)B, Guardian(Left)B
778 Guardian, Guardian(Right), Guardian(Left) (Back Attack)
779 Guardian A, Guardian(Right)A, Guardian(Left)A, Guardian B, Guardian(Right)B, Guardian(Left)B (Attack from both sides)

Locations

Underwater Reactor
Walkway 776
Corridor 776
Core 776, 777, 778 (Back Attack)

Battle

It only has physical attacks, and all may it use twice in one turn.

Although Guardian is not immune to Berserk, it does not have a designated Berserk attack. As such, it will try to use a non-existent attack, which happens to cost more MP than it will ever have. Because of this, it will continually print the message "Guardian's skill power is used up."

AI script

AI: Setup {

Count = Rnd(0..4)
SpclChance = 8
If (1/3 Chance) Then
{
Choose Self
Use <Power Plus> on Target
Count = 3
}

} AI: Main {

If (Count == 0 or 1) Then
{
Choose Random Opponent
Use <Rocket Punch> on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use <Rocket Punch> on Target
}
Count = Count + 1
} Else If (Count == 2) Then {
Choose Random Opponent
Use <Rocket Punch> on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use <Rocket Punch> on Target
}
Count = Rnd(2..4)
} Else If (Count == 3) Then {
Choose Random Opponent
Use W Rocket Punch
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use W Rocket Punch on Target
}
Count = 0
} Else {
Choose Random Opponent
Use Jumping Blow on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use Jumping Blow on Target
}
Count = 0
}

} AI: Counter - General {

If (Guardian's HP <= 25% of Guardian's Max HP) Then
{
SpclChance = 2
} Else If (Guardian's HP <= 50% of Guardian's Max HP) Then {
SpclChance = 4
} Else If (Guardian's HP <= 75% of Guardian's Max HP) Then {
SpclChance = 6
} Else {
SpclChance = 8
}

} AI: Counter - Death {

Turn off Death Handling for Guardian
Choose Self
Use <Vanish> on Target
Remove Guardian(Right)
Remove Guardian(Left)

}

Other appearances

Final Fantasy Record Keeper

FFRK Guardian FFVII

The Guardian from Final Fantasy VII appears as an enemy in Final Fantasy Record Keeper.

Gallery