Final Fantasy VII - Cait Sith summons KotR in Corel Prison
HTML-код
- Опубликовано: 8 дек 2024
- ファイナルファンタジーVII - ケット・シーがコーレル刑務所でKotRを召喚
At this point in the story, the only summons you can have in your possession are Choco/Mog, Shiva and Ifrit. Cait Sith is the only character who can use any summon without equipping any materia. What other character can do this?
BAR BAR BAR
Cait Sith will use a random Summon, using the following formula:
ID = Rnd(1..10) + Rnd(1..10) + Rnd(1..10) + Rnd(1..10)
ID = ID + [Cait Sith's Level / 21]
ID = [ID / 2] - 3
ID is then capped between 1 and 16 inclusive. The ID generated is the Summon that is used:
1: Choco/Mog 9: Kujata
2: Shiva 10: Alexander
3: Ifrit 11: Phoenix
4: Ramuh 12: Neo Bahamut
5: Titan 13: Hades
6: Odin 14: Typhon
7: Leviathan 15: Bahamut Zero
8: Bahamut 16: Knights of Round
Cait Sith does not have to pay an MP Cost to use any of these through Slots, and it also will not consume any uses of your Summons. However, similarly, it will not take advantage of any Materia linkup. The name of the Summon will be used instead of the usual Attack Name, except in the case of Fat-Chocobo and Gunge Lance.
Summon Odds Table: i.imgur.com/qv...
This might just be the lowest amount of damage I've seen this summon do.
This is my new favourite channel
I managed to summon both KotR and Alexander with Cait Sith while limit farming in the Junon underwater reactor hallway with the alarm on disc 1, this is 100% legit *Edit, more like part 1 since I was on the switch version*
should have used it on palmer
Awesome 😅
WHAT
are the odds prefefined by the devs? if so, then it's a strange distribution
Yeah, odds are predefined.