m (→Gallery) Tag: sourceedit |
Intangir Bot (talk | contribs) m (Bot: Automated text replacement (-{{-}} +{{clear}})) |
||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{sideicon|FFVII}} |
+ | {{sideicon|prime=FFVII|FFRK}} |
+ | {{DISPLAYTITLE:Guardian (''Final Fantasy VII'')}} |
||
− | {{FFVII Enemy |
||
+ | {{infobox enemy |
||
⚫ | |||
+ | | release = FFVII |
||
+ | |name = Guardian |
||
| japanese = ガーディアン |
| japanese = ガーディアン |
||
| romaji = Gādian |
| romaji = Gādian |
||
− | | image = |
+ | | image = Guardian-FF7.png |
+ | |location = [[Junon Underwater Reactor|Underwater Reactor]] |
||
+ | |formations = true |
||
+ | |aiscript = true |
||
⚫ | |||
⚫ | |||
+ | {{See|Guardian (enemy)}} |
||
+ | ==Stats== |
||
+ | {{infobox enemy stats FFVII |
||
⚫ | |||
| location = [[Junon Underwater Reactor|Underwater Reactor]] |
| location = [[Junon Underwater Reactor|Underwater Reactor]] |
||
| level = 40 |
| level = 40 |
||
Line 38: | Line 49: | ||
| darkness = Immune |
| darkness = Immune |
||
| seizure = Immune |
| seizure = Immune |
||
− | | abilities = ''[[ |
+ | | abilities = ''[[Final Fantasy VII enemy abilities#Rocket Punch|Rocket Punch]]'', [[Final Fantasy VII enemy abilities#W Rocket Punch|W Rocket Punch]], [[Final Fantasy VII enemy abilities#Jumping Blow|Jumping Blow]], ''[[Final Fantasy VII enemy abilities#Power Plus|Power Plus]]'', ''[[Final Fantasy VII enemy abilities#Vanish|Vanish]]'' |
}} |
}} |
||
⚫ | |||
==Formations== |
==Formations== |
||
− | {|class="FFVII table" style="width:380px" |
+ | {|class="FFVII article-table" style="width:380px" |
|-class="a" |
|-class="a" |
||
!style="width:10%"|# |
!style="width:10%"|# |
||
!style="width:90%"|Formation |
!style="width:90%"|Formation |
||
|- |
|- |
||
− | !class="b"|{{LA| |
+ | !class="b"|{{LA|Final Fantasy VII enemy formations#776|776}} |
|Guardian, Guardian(Right), Guardian(Left) |
|Guardian, Guardian(Right), Guardian(Left) |
||
|- |
|- |
||
− | !class="b"|{{LA| |
+ | !class="b"|{{LA|Final Fantasy VII enemy formations#777|777}} |
|Row 1: Guardian A, Guardian(Right)A, Guardian(Left)A<br/>Row 2: Guardian B, Guardian(Right)B, Guardian(Left)B |
|Row 1: Guardian A, Guardian(Right)A, Guardian(Left)A<br/>Row 2: Guardian B, Guardian(Right)B, Guardian(Left)B |
||
|- |
|- |
||
− | !class="b"|{{LA| |
+ | !class="b"|{{LA|Final Fantasy VII enemy formations#778|778}} |
|Guardian, Guardian(Right), Guardian(Left) (Back Attack) |
|Guardian, Guardian(Right), Guardian(Left) (Back Attack) |
||
|- |
|- |
||
− | !class="b"|{{LA| |
+ | !class="b"|{{LA|Final Fantasy VII enemy formations#779|779}} |
|Guardian A, Guardian(Right)A, Guardian(Left)A, Guardian B, Guardian(Right)B, Guardian(Left)B (Attack from both sides) |
|Guardian A, Guardian(Right)A, Guardian(Left)A, Guardian B, Guardian(Right)B, Guardian(Left)B (Attack from both sides) |
||
|} |
|} |
||
==Locations== |
==Locations== |
||
− | {|class="table" style="width:380px;text-align:left" |
+ | {|class="article-table" style="width:380px;text-align:left" |
|- |
|- |
||
!colspan="2" class="no-table"|[[Junon Underwater Reactor|Underwater Reactor]] |
!colspan="2" class="no-table"|[[Junon Underwater Reactor|Underwater Reactor]] |
||
Line 158: | Line 168: | ||
==Other appearances== |
==Other appearances== |
||
===''[[Final Fantasy Record Keeper]]''=== |
===''[[Final Fantasy Record Keeper]]''=== |
||
⚫ | |||
− | {{sideicon|FFRK}} |
||
⚫ | |||
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== |
||
+ | <gallery> |
||
− | {{Gallery |
||
− | + | FFVII Jumping Blow.png|Jumping Blow. |
|
− | + | FFVII Rocket Punch.png|Rocket Punch. |
|
− | + | FFVII W Rocket Punch.png|W Rocket Punch. |
|
+ | </gallery> |
||
⚫ | |||
⚫ | |||
− | |||
⚫ |
Latest revision as of 21:49, 8 January 2020
The Guardian is an enemy from Final Fantasy VII. It can be found at the Junon Underwater Reactor during the Huge Materia quest.
See also: Guardian (enemy)
Contents
Stats[edit | edit source]
Formations[edit | edit source]
# | 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[edit | edit source]
Underwater Reactor | |
---|---|
Walkway | 776 |
Corridor | 776 |
Core | 776, 777, 778 (Back Attack) |
Battle[edit | edit source]
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[edit | edit source]
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[edit | edit source]
Final Fantasy Record Keeper[edit | edit source]
The Guardian from Final Fantasy VII appears as an enemy in Final Fantasy Record Keeper.
Gallery[edit | edit source]
Community content is available under CC-BY-SA unless otherwise noted.