The Guardian is an enemy from Final Fantasy VII. It can be found at the 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[]
The Guardian only has physical attacks, and it may use them twice in one turn.
Although the 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".
It is susceptible to L4 Suicide.
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[]
The Guardian from Final Fantasy VII appears as an enemy in Final Fantasy Record Keeper.