Editing
Safer∙Sephiroth
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Safer∙Sephiroth is the final of three bosses in the final sequence of the game. == Stats == {| class="wikitable" !Level !HP !MP !ATK !Magic Atk !Defence !Magic Def !Dex !Def % !Luck !Exp !AP !Gil |- |87 |80000<sup>1</sup> |680<sup>2</sup> |230<sup>3</sup> |100<sup>4</sup> |100<sup>5</sup> |180<sup>6</sup> |160 |1 |0 |0 |0 |0 |} # Safer∙Sephiroth gains 30000 HP for each lv99 character (excluding Aerith). Safer∙Sephiroth loses 100 HP for each time Bizarro∙Sephiroth's head was killed (with a maximum reduction of 24900 HP). If Knights of the Round was cast on Jenova∙SYNTHESIS, Safer∙Sephiroth gains 80000 more HP. # Safer∙Sephiroth's current MP is set to be equal to its maximum MP at the start of every turn, effectively giving Safer∙Sephiroth infinite MP. # Safer∙Sephiroth gains 2 Attack for each lv99 character (excluding Aerith). # Safer∙Sephiroth gains 20 Defense for each lv99 character (excluding Aerith). # Safer∙Sephiroth gains 5 Magic Attack for each lv99 character (excluding Aerith). # Safer∙Sephiroth gains 16 Magic Defense for each lv99 character (excluding Aerith). == AI Script == === Setup === <syntaxhighlight lang="text" line="1"> Turn off Death Handling for Safer*Sephiroth TempVar:CharLv99 = GlobalVar:CharLv99 TempVar:BzHeadDeaths = GlobalVar:BzHeadDeaths If (GlobalVar:JenovaKoR == 1) Then { TempVar:JenovaBonus = 80000 } Else { TempVar:JenovaBonus = 0 } TempVar:Stat = 320000 TempVar:Stat = TempVar:Stat - 30000 * (8 - TempVar:CharLv99) Safer*Sephiroth's Max HP = TempVar:Stat + TempVar:JenovaBonus Safer*Sephiroth's HP = Safer*Sephiroth's Max HP - (TempVar:BzHeadDeaths * 100) Safer*Sephiroth's Att = Safer*Sephiroth's Att + 2 * TempVar:CharLv99 Safer*Sephiroth's Def = Safer*Sephiroth's Def + 20 * TempVar:CharLv99 Safer*Sephiroth's MAt = Safer*Sephiroth's MAt + 5 * TempVar:CharLv99 Safer*Sephiroth's MDf = Safer*Sephiroth's MDf + 16 * TempVar:CharLv99 Choose Self Use <x> on Target Use <Appear> on Target </syntaxhighlight> === Main === <syntaxhighlight lang="text" line="1"> Safer*Sephiroth's MP = Safer*Sephiroth's Max MP Count = Count + 1 If (Count == 1) Then { If (Self has Slow Status) Then { Choose Self Cast DeSpell on Target } Else If (TempVar:MoveSet == 1) Then { Choose All Opponents Cast DeSpell on Target TempVar:MoveSet = 0 } Else { Choose Self Cast Wall on Target TempVar:MoveSet = 1 } } Else If (Count == 2) Then { If (TempVar:MoveSet == 0) Then { Choose All Opponents Use Deen on Target } Else { Choose Random Opponent Use Shadow Flare on Target } } Else If (Count == 3) Then { Choose Random Opponent with Highest HP Use < > (Physical Attack) on Target } Else If (Count == 4) Then { Choose Self Use <> (Fly Up) on Target Stage = 1 Safer*Sephiroth's IdleAnim = Flying High Safer*Sephiroth's HurtAnim = Flinch (Flying High) Safer*Sephiroth's Range = 16 } Else If (Count == 5) Then { Choose Random Opponent Use Pale Horse on Target } Else If (Count == 6) Then { Choose All Opponents Use Super Nova on Target } Else If (Count == 7) Then { If (Safer*Sephiroth's HP > 25% of Safer*Sephiroth's Max HP) Then { Choose Random Opponent Use Break on Target } Else { Choose Random Opponent Use Heartless Angel on Target } } Else { Choose Self Use <> (Fly Down) on Target Stage = 0 Safer*Sephiroth's IdleAnim = Flying Low Safer*Sephiroth's HurtAnim = Flinch (Flying Low) Safer*Sephiroth's Range = 1 Count = 0 } </syntaxhighlight> === Counter - Death === <syntaxhighlight lang="text" line="1"> Choose Self If (Stage == 0) Then { Use <> on Target } Else { Use <> on Target } </syntaxhighlight> === Counter - 13 === <syntaxhighlight lang="text" line="1"> Remove Self </syntaxhighlight>
Summary:
Please note that all contributions to Final Fantasy VII Speedrun Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Final Fantasy VII Speedrun Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information