Editing
Materia Keeper
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!
Materia Keeper is the boss in Mt. Nibel. == Stats == {| class="wikitable" !Level !HP !MP !ATK !Magic Atk !Defence !Magic Def !Dex !Def % !Luck !Exp !AP !Gil |- |38 |8400 |300 |90 |12 |100 |280 |90 |10 |10 |3000 |200 |2400 |} === Elements === Fire (-100%) Gravity (0%) === Drops === Jem Ring (100%) == Strategies == === 7777 === ==== Cosmo Canyon Skip ==== Cloud should always be level 13 here. The following is a map of the chance of each of Cloud's possible base magic stats at this level: {| class="wikitable" !Base !Chance !Percent |- |25 |576/2097152 |0.03% |- |26 |117636/2097152 |5.61% |- |27 |413716/2097152 |19.73% |- |28 |698216/2097152 |33.29% |- |29 |624896/2097152 |29.80% |- |30 |215572/2097152 |10.28% |- |31 |26540/2097152 |1.27% |} ==== Cosmo Canyon ==== === Deathblow (100% Only) === == AI Script == === Setup === <syntaxhighlight lang="text" line="1"> Count = Rnd(0..4) SpclChance = 5 </syntaxhighlight> === Main === <syntaxhighlight lang="text" line="1"> If (Count == 0 or 1 or 2) Then { If (Rnd(1..SpclChance) == 1) Then { Choose Random Opponent Use Hell Combo on Target } Else { Choose Random Opponent 1/2 Chance: Use <Keyclaw> on Target 1/2 Chance: Use Big Horn on Target } Count = Count + 1 } Else If (Count = 3) Then { If ((SpclChance < 4) & (Materia Keeper's MP >= 24) Then { Choose Self Use Cure2 on Target Count = 4 } Else { If (Rnd(1..SpclChance) == 1) Then { Choose Random Opponent Use Hell Combo on Target Count = 0 } Else { Choose Random Opponent 1/2 Chance: Use <Keyclaw> on Target 1/2 Chance: Use Big Horn on Target Count = Rnd(0..2) } } } Else { If (Materia Keeper's MP >= 20) Then { Choose All Opponents Use Trine on Target } Else { Choose Random Opponent Use Hell Combo on Target } Count = 0 } </syntaxhighlight> === Counter - General === <syntaxhighlight lang="text" line="1"> If (Materia Keeper's HP <= 25% of Materia Keeper's Max HP) Then { SpclChance = 2 } Else If (Materia Keeper's HP <= 50% of Materia Keeper's Max HP) Then { SpclChance = 3 } Else If (Materia Keeper's HP <= 75% of Materia Keeper's Max HP) Then { SpclChance = 4 } Else { SpclChance = 5 } </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