3vrB257ncl4qg9s

Final Fantasy IV WT (UC)

Nov 25th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.06 KB | None | 0 0
  1. Final Fantasy IV
  2.  
  3. Platform: Snes / SFC
  4. Released:
  5. 19.07.1991 (J)
  6. 23.11.1991 (NA)
  7.  
  8. Based on: NTSC-U/C-version (SNS-F4-USA) (1991)
  9.  
  10.  
  11.  
  12. - I would recommend against playing the North American version because of
  13. all the changes that were made. It's your call, though.
  14. - You can pause the game during battle. This will stop the play time counter
  15. from running.
  16. - You have 46 slots for items in your inventory. The items you buy and
  17. de-equip are not automatically stacked. Dropped items and items found in
  18. containers are. Move items on top of each other to stack them.
  19.  
  20. - Throughout the game, you'll see a lot of changes in your party lineup,
  21. as seen below. Whenever a character leaves, all the items they had equipped
  22. will be lost, even if it's a character who eventually rejoins the party.
  23. You should really try to avoid losing any (important) items like this.
  24.  
  25. Misty Cave |DK | |
  26. Watery Pass |D L |Te |
  27. Antlion Cave |D L | Gl |
  28. Mt. Hobs |D LR | Gl |
  29. Mt. Ordeals |D |Te PaPo |
  30. Old Waterway |C |Te YaPaPo |
  31. Cave Magnes |C |Te Ya Ci |
  32. Tower of Zot |C |Te Ya Ci |
  33. Tower of Bab-il 1 |CKLR | Ya |
  34. Cave of Eblana |CKLR | |
  35. Tower of Bab-il 2 |CKLRE| |
  36. Sealed Cave |CKLRE| |
  37. Giant of Bab-il |C LRE| Fu|
  38. Lunar Underground |CKLRE| |
  39.  
  40. - During battle and in the menu, your characters are positioned like so:
  41. 2 2
  42. 4 4
  43. 1 or 1
  44. 5 5
  45. 3 3
  46.  
  47. - In the left formation, the characters in slots 1, 2, and 3 are in the
  48. front row, whereas 4 and 5 are in the back row. In the right formation,
  49. these positions are swapped. You can move characters to different slots
  50. using the Change command, and toggle the formation using Form.
  51. - An enemy is considered to be in the front row if it's either closest
  52. to your characters or their sprite overlaps horizontally with the enemy
  53. who is closest to your party. As you clear out enemies from the front,
  54. the row states are updated accordingly. Inflicting a polymorph ailment
  55. may change an enemy's row from front to back due to their new, smaller
  56. size.
  57.  
  58. - Stats:
  59. Lv | ATP (Lv/4), Accuracy bonus (Lv/4), Eva multip.(Lv/16)(req. shld)
  60. Strength | ATP (Str/4), ATP multiplier (Str/8)
  61. Agility | ATP multip. (Agi/16), Eva&MEva multip.(Agi/8)\(Agi/32), ATB
  62. Vitality | DFP (Vit/2)
  63. Wisdom | Magic multip.(Black), Magic evade (Wis/8), MEvade multip.(Wis/32)
  64. Will | Magic multip.(White), Magic evade (Wil/8), MEvade multip.(Wil/32)
  65.  
  66. - The physical damage you deal with a normal attack equals...
  67.  
  68. ATPm * (Offense + CritP - enemy DFP)
  69.  
  70. ATPm: ATP multiplier (ie. number of hit rolls)(1 by default)
  71. Accuracy: Success rate per hit roll
  72.  
  73. -> Accuracy = total Accuracy / 98
  74.  
  75. Offense = (ATP + rnd(0,ATP/2)) * et
  76.  
  77. -> ATP = base ATP + weapon ATP
  78. -> e: elemental variable (2; 4; 0,5; 0)
  79. -> t: type bonus (4)
  80.  
  81. CritP = base CritP + weapon ATP/2
  82.  
  83. -> Crit% = base Crit% * wpnCrit / 98
  84.  
  85. -> wpnCrit = 2 \ 3 (bow) \ 1 (dual wield)
  86.  
  87.  
  88. - Physical damage received equals...
  89.  
  90. (ATPm - character Evade) * (Offense - character DFP)
  91.  
  92. Evade: Successful Evade rolls
  93.  
  94. Offense = (ATP + rnd(0,ATP/2)) * t
  95.  
  96. -> t: type resistance (0,5)
  97.  
  98.  
  99. - Magical damage equals...
  100.  
  101. (Mag-m - target MEvade) * (MgOffense - target MDF)
  102.  
  103. Mag-m: Magic multiplier (ie. number of hit rolls)
  104.  
  105. MgOffense = (base + rnd(0,base/2)) * e
  106.  
  107. -> e: elemental variable (2, 4, -1)
  108.  
  109.  
  110. - Default Accuracy for your characters is 50. Default Evade is 30.
  111. - The character in slot 1 gains a 1,25x Accuracy bonus (not visible in
  112. the menu).
  113. - Press left or right during battle to access the Defend and Change
  114. commands. While defending, the character's DFP is doubled.
  115. - You can switch weapons (and shields) mid-battle by pressing up in the
  116. item menu.
  117. - The vast majority of enemies in the game have only single digit DFP,
  118. whereas MDF values do generally go up as you progress.
  119. - DFP is doubled when the target is in the back row. Accuracy is halved,
  120. possibly twice, if the attacker and/or target is in the back row and the
  121. attacker isn't using a ranged weapon or doesn't have the unintentionally
  122. permanent long range flag that comes from equipping a long range weapon.
  123. - The status screen shows the character's Evade multipliers in front of
  124. DFP/MDF rather than Evade rate, which is *very* misleading. Either way,
  125. the two numbers indicate the number of evade rolls and the success rate
  126. of each roll. Eg. an Evade of 3x20% would give you three evade rolls
  127. with a 20/98 chance of success each.
  128. - Armor can provide varying bonuses to Evade and Magic Evade, but I
  129. haven't included these values in the equipment list mainly due to the
  130. lack of space.
  131. - Enemy Evade and Magic Evade are supposed to affect hit rolls the same
  132. way, but they're not loaded into RAM properly and, thus, don't do anything.
  133. - Magic multiplier is Wisdom\Will/4 + 1. Magic accuracy is Base +
  134. Wisdom\Will/2. Black Magic, Summon Magic, and Ninjutsu use Wisdom.
  135. White Magic uses Will. Magic is unaffected by row.
  136. - Some spells can be cast either on a single target or all targets.
  137. Multi-casting divides the power by the number of targets. For healing
  138. spells, even dead characters count in the menu, but not during battle.
  139. The power is calculated individually, thus resulting in variation even
  140. when the targets share the same defensive attributes.
  141. - Spells that don't deal damage or heal HP only get one hit roll, even
  142. when multi-targeting.
  143. - There are a number of weapons that can be used during battle to cast
  144. certain spells with 0 casting time and no MP cost. The weapon has to
  145. equipped for this to be possible. Just press Confirm twice when the
  146. cursor is on the weapon. The spells have fixed hit and power values
  147. that are in no way affected by the user's stats. The enemy's MDF and
  148. elemental resistance are still factors, however.
  149. - You can find base power and accuracy values for magic in the Misc.
  150. file.
  151. - If an attack has a power value that exceeds 511, it will cause the
  152. random variable to reach its cap of 255. This is mainly limited to
  153. Meteo and the (now mostly absent) Fang items.
  154. - There are seven elements - Fire, Ice, Thunder, Anti-Air, Holy, Dark,
  155. and Drain - and four levels of elemental resistance - Weak, Weak x4,
  156. Absorb/Resist, and Immune.
  157. × Elemental absorption only causes magical damage to be absorbed,
  158. whereas physical attacks will get a 0,5x power multiplier instead.
  159. × All flying enemies are weak to Anti-Air attacks and immune to ground-
  160. based attacks (ie. Quake, Titan).
  161. × Elemental immunity doesn't occur among enemies outside of Zombies
  162. nor is it provided by any equipment (with one exception).
  163. × The Dark element becomes irrelevant not far into the game, as it's
  164. only used by Cecil's Dark Knight weapons.
  165. × The Drain element never occurs on its own in an enemy's elemental
  166. resistance values. Instead, it's pretty much always included when an
  167. enemy absorbs some other element(s). Drain resistance only affects
  168. physical attacks, not magical.
  169. × Using a draining attack on an Undead enemy will reverse the effect.
  170. × There's also an eighth element, Element 80, that serves seemingly no
  171. purpose, as no weapon or spell uses it. If you force it on a weapon, it
  172. functions like a typical element. The element is still commonly found
  173. in resistance values, as, similar to Drain, it's pretty much always
  174. included when an enemy has 4x weakness to some other element(s). Despite
  175. its presence, it's not acknowledged by Libra, nor is Drain if that was
  176. ever set as a weakness.
  177. - There are eight enemy types: Dragon, Machine, Reptile, Spirit, Giant,
  178. Flan, Mage, and Undead. Not all enemies fall under any of these types,
  179. however. Most don't.
  180. - Minimum damage is 1. If the number of successful hits is 0, then it's
  181. a miss. Max damage is 9999.
  182. - At 255 DFP or MDF, a subject becomes immune to physical or magical
  183. attacks. No enemy natively has defense this high.
  184. - Magic is generally much more powerful than physical attacks, but you
  185. need to use it with moderation to avoid running out of MP. Ether is
  186. neither easy to come by nor very potent. Tents and Cabins are a great
  187. way to recover both HP and MP, but you can only use those at save points
  188. and on the Overworld. Aside from items and recovery points, you can also
  189. use the Psych spell to drain MP from enemies, provided their MDF isn't too
  190. high. The spell only has a base power of 16, which the random variable can
  191. boost up to 24. It's a bit more viable in the NA version due to some enemies
  192. having lower MDF. As a last resort, you could drain MP from another PC.
  193. - An enemy's max MP equals max HP/16. Enemies don't consume MP for anything.
  194. - A good number of enemies have counterattacks that are triggered by
  195. certain actions, such as normal attacks or magic. The counter hits a
  196. random character. Reflected magic won't trigger any counters.
  197. - When dual-wielding, Edge receives no critical hit power bonus based
  198. on his weapons.
  199.  
  200. - Critical hit rates and power vary between characters, as seen below.
  201.  
  202. % Pow Hex RAM address
  203. Cecil D | 2 20 (14) | 1 | 7E2041~2
  204. Cecil P | 3 30 (1E) | 2 | 7E20C1~2
  205. Kain | 2 20 (14) | 3 | 7E2141~2
  206. Rydia | 1 40 (28) | 4 | 7E21C1~2
  207. Rosa | 2 60 (3C) | 5 | 7E2241~2
  208. Edge | 8 25 (19) |
  209.  
  210. Tellah | 1 30 (1E) |
  211. Gilbert | 2 30 (1E) |
  212. Yang | 1 50 (32) |
  213. Palom | 1 30 (1E) |
  214. Porom | 1 30 (1E) |
  215. Cid | 5 35 (23) |
  216. FuSoYa | 0 0 |
  217.  
  218. - Due to a programming error, it's not only possible but often inevitable
  219. that a character will permanently lose the ability to deal critical hits.
  220. The inevitable cause is when a character is temporarily absent during an
  221. event battle. There are a number of these throughout the game, and they
  222. will cause nearly all characters to lose their criticals (all except Kain
  223. and Edge).
  224. - The other, avoidable, way for a character to lose criticals is by being
  225. dead or petrified at the start of battle.
  226. - The bug is not present in any version on any other system (PS1, etc.).
  227. - Below, you can see where a character loses their criticals. If the
  228. name is in brackets, it means the character would lose them if they
  229. weren't already lost.
  230.  
  231. Damcyan Castle | Cecil D Rydia
  232. Kaipo |(Cecil D)(Rydia) Rosa
  233. Mt. Hobs |(Cecil D)(Rydia)(Rosa) Gilbert
  234. Fabul Castle | (Rydia) (Gilbert) Yang
  235. Mt. Ordeals | Palom Porom Tellah
  236. Tower of Zot | Cecil P Cid (Yang)
  237. Tower of Babil 1| Any if killed by Explode in first Lugae fight
  238. Final Battle | Characters in slots 1, 2, and 3
  239.  
  240. - You can easily restore criticals or prevent losing them in the first
  241. place through RAM manipulation. If you're playing the game on emulator,
  242. this is a simple process.
  243. - To restore criticals, follow these steps:
  244. 1. Insert the appropriate values into the character's critical hit
  245. RAM addresses. 41/C1 for critical hit rate and 42/C2 for power.
  246. 2. Enter the character's equipment menu.
  247. 3. Turn off the "cheat." No need to save and reset as is typical.
  248. - Rather than restore them, you can also just prevent the loss by locking
  249. the values when coming up to one of the event battles.
  250.  
  251.  
  252. - FF4 is the first Final Fantasy to utilize the famed Active Time Battle,
  253. or ATB, system. Instead of battles that consist of rounds where every
  254. subject gets one action, the ATB system revolves around a real-time
  255. element that allows a subject to act as soon as their (hidden) ATB
  256. counter reaches 0, although only one subject can act at a time. A
  257. subject's Agility stat determines how many ATB "ticks" is required,
  258. and the length of a single tick varies depending on what Battle Speed
  259. the game is set to, as seen below.
  260. - The length of a tick can vary somewhat due to technical limitations.
  261. - ATB = 5 * Cecil's Agi / Agi.
  262. - Most spells and some command abilities have an additional charge time.
  263. - Enemies have a 1 ATB charge for every action except for counters,
  264. which are executed immediately and have no impact on ATB.
  265.  
  266. ATB Message
  267.  
  268. 1 | 12f 1 | 45f
  269. 2 | 18f 2 | 77f 60f = 1 second
  270. 3 | 27f 3 | 109f
  271. 4 | 39f 4 | 141f
  272. 5 | 49f 5 | 173f
  273. 6 | 65f 6 | 205f
  274.  
  275. - Time pauses when actions are executed and when in the magic or item
  276. menu.
  277. - The iconic ATB gauge is, indeed, not yet present in FF4, and there's
  278. no way to switch between characters that are ready to act (this wasn't
  279. possible until FF6).
  280. - A subject's ATB values can be modified by the ATB multiplier, which
  281. is 16/16 by default, 12/16 at minimum, and 32/16 at maximum. The ATB
  282. multiplier can be altered by the Haste/Fast (+8) and Slow (-3) spells.
  283. Haste and Slow are, indeed, not any kind of status effects the way they
  284. are in subsequent installments. Instead, they have a cumulative effect
  285. on the ATB multiplier, just like damage/healing has on HP. The multiplier
  286. affects *all* ATB values, including those associated with status effects.
  287.  
  288. - Normal enemies have slight variation in their Agi stats. The short
  289. enemy list shows the minimum values. With few exceptions, these values
  290. can be up to 3 points higher.
  291. - If you'd like to know how high Cecil's Agi has to be for the enemy
  292. to have x ATB, multiply the enemy's Agi by x/5.
  293.  
  294. - In a regular battle, all subjects start with ATB - x, where x is the
  295. lowest ATB value among all subjects minus 1, meaning the fastest subject
  296. starts at 1 ATB.
  297. - In a pre-emptive battle, your party starts at 1 ATB, whereas the enemy
  298. party starts at double the normal amount.
  299. - The enemy can get the jump on you as well, with two different surprise
  300. attacks. The regular one is merely a pre-emptive in reverse. The other,
  301. less common, one is the back attack, where the enemy not only gets the
  302. pre-emptive ATB advantage, but your party formation is also flipped.
  303. - The odds of getting a non-regular battle are determined by how the
  304. party's average level compares to the enemy's average level.
  305.  
  306. - Exp is divided among active party members. Characters that temporarily
  307. leave the party will gain Exp while MIA (the same amount as active
  308. characters).
  309. - HP and MP gains on leveling up are randomized to an extent. Gains for
  310. the other five stats are fixed up to Lv70, after which the character
  311. will get one of eight possible stat gain sets per level.
  312.  
  313. - The encounter rate in the game can be rather fickle. Sometimes you
  314. can take 50 steps before another random encounter, sometimes only one.
  315. - A given area has eight slots for encounters, with the following odds:
  316. 1 | 43/256 5 | 32/256
  317. 2 | 43/256 6 | 32/256
  318. 3 | 43/256 7 | 16/256
  319. 4 | 43/256 8 | 4/256
  320.  
  321. - Hold L and R during battle to flee. Doing so may cause you to drop
  322. some gil (25% of what you would have won had you finished the battle).
  323. Don't hesitate to run away from enemies that give you too much trouble.
  324. - Running away is pretty much instant outside of ambushes, where you
  325. can flee at earliest when the first PC gets their turn. In a normal
  326. situation, fleeing occurs when the ATB ticks and you're holding down
  327. L and R.
  328. - The actual escape timer is only used when the enemy in slot 1 is Lv97
  329. or above. There are a handful of enemies like this at the end of the
  330. game. The timers are: 3 (97), 7 (98), and 10\15 (99). The Lv99 counter
  331. starts at 10, but is set to 15 whenever the ATB ticks and you're not
  332. holding L and R. In the other two cases, the counter will not reset.
  333.  
  334.  
  335. - Status ailments/conditions:
  336.  
  337. Poison | Lose 1/8 mHP every 20+Vit ATB / 1 HP per step on the field
  338. Bleed | -2 HP per tick for 30 ATB
  339. Blind | Accuracy/2, Evade/2
  340. Silence | Unable to cast magic
  341. Sleep | Unable to act for 50 ATB - 2/3*Will
  342. Stun/Paralysis| Unable to act for 50 ATB - 2/3*Will
  343. Stop | Unable to act for 30/150/300/600 ATB
  344. Confusion | Attack allies. Negated if physically attacked.
  345. Toad/Frog | ATP=1, DFP=0, ATP in *2, no crit, can only cast Toad/Heal
  346. Mini | ATP=1, DFP=0, ATP in *2, no crit
  347. Porky | Unable to cast magic (ex. Porky/Heal) or use specials
  348. Curse | ATP/2, DFP/2
  349. Float | Unaffected by Quake / trap floors on the field
  350. Berserk | No control, Auto-Attack, ATP*1,5
  351. Image | Evade two physical attacks
  352. Reflect | Reflect spells back at the caster for 30 ATB
  353. Petrification | Gradually turn to stone (essentially dead)
  354. Stage 1 | 1/3 petrified
  355. Stage 2 | 2/3 petrified
  356. Stage 3 | Fully petrified (yet able to act)
  357. Stage 4 | Fully petrified and kneeling (unable to act)
  358. Instant Death | Instant death (ID)
  359.  
  360. - Bleed, Sleep, Stun, Stop, Confuse, Curse, Berserk and Petrification <s4
  361. are removed at the end of battle. All ailments are removed upon death.
  362. - Gear can make you immune to all status ailments except Bleed and Stop.
  363. - Enemies have a single stat to determine their resistance to ailments
  364. that involve an ATB countdown. This value is Lv + 10.
  365. - Normal enemies with Poison immunity are still very much susceptible to
  366. Poison due to a programming error.
  367. - Enemies with the boss flag (mainly, indeed, bosses) are immune to all
  368. ailments (except Bleed) as well as Stop and Weak.
  369. - A regular attack with the added effect of a status ailment will inflict
  370. that ailment at a 100% rate so long as the target isn't immune and the
  371. attack hits them during their regular ATB charge, ie. it doesn't work
  372. during an action's charge time or if the subject is in the action queue.
  373. - Stun and Sleep have the above ATB restriction even when inflicted with
  374. a spell or a special attack. They also don't work if the target already
  375. has either of them. Attacking a sleeping target will *not* wake it up.
  376. Stun and Sleep also prevent any other ailment from being inflicted.
  377. - Due to a programming error, when calculating the duration of Sleep or
  378. Stun, the resistance value overflows if it exceeds 63 (ie. 74 = 10, 99 =
  379. 25, etc.).
  380. - The penalties from Toad and Mini are applied when attacks occur. They
  381. don't actually have a direct, visible impact on the character's stats.
  382. So, no, they don't trigger the critical hit bug.
  383. - A subject in Berserk requires (at least) one extra ATB tick to get a
  384. turn (more at the beginning of a battle), as their ATB resets after one
  385. tick for some reason.
  386. - A subject in Berserk can't be inflicted with another status ailment
  387. (besides Stop)(and not because of the priority system). Heal doesn't
  388. remove Berserk.
  389. - Petrification generally happens in three or four stages, with few enemies
  390. being able to petrify you instantly. Once a character is inflicted with
  391. the first stage, a timer (20 + Vitality) starts counting down until it
  392. advances to stage 3 and then stage 4 (incapacitation). Being hit by a
  393. petrification attack again will advance the condition to the next stage
  394. (resetting the timer in the process), including stage 2, which is skipped
  395. otherwise.
  396. - Due to a programming error, the first character's Petrification timer
  397. will freeze if another character's stage 3 timer expires.
  398. - When inflicting Petrification s1/2 with a physical attack (which only
  399. the Medusa Sword can do legitimately), the game erroneously uses the ATB
  400. formula for Stun/Sleep, thus making higher level enemies *more* vulnerable
  401. to Gradual Petrification, not less (at least until the overflow).
  402. - Reflect doesn't affect Quake, Meteo, Summons, or spells that have
  403. already been bounced off of an opposing party's Reflect.
  404. - Casting Stop on enemies with Stun or Sleep will prevent the enemy from
  405. properly executing actions once the Stop wears off, possibly resulting
  406. in a soft-lock depending on the action. If it's just Attack, you can
  407. (probably) still finish the battle. Otherwise, you have to reset. (This
  408. was apparently fixed in the North American 1.1 version, although if you're
  409. unsure about your version, you shouldn't risk it.)
  410. - Casting Stop on characters with Stun or Sleep will prevent those ailments
  411. from expiring, although you can still heal them with Heal. (Again, this
  412. should be fixed in the NA 1.1 version.)
  413. - The game also employs a status ailment priority system, where an
  414. existing, higher priority ailment will prevent the subject from being
  415. inflicted with a lower priority ailment. In practice, the whole system
  416. is largely inconsequential, but even so, here's how it works.
  417. - The ailments involved are divided into two classes, with ailments
  418. lower on the list being lower priority. Additionally, physical attacks
  419. place class 2 ailments above class 1, whereas magical and special attacks
  420. place class 1 above class 2.
  421. - Poison is not affected by priority when the attack is magical.
  422. - Petrification s1-3 is not affected by priority when inflicted by Petrify
  423. or Ray.
  424. - Float does *not* prevent other ailments despite being handled in the
  425. same byte as class 2 ailments.
  426.  
  427. Class 1 Class 2
  428. Instant Death Curse
  429. Petrification s4 Stun
  430. Toad Sleep
  431. Mini Confusion
  432. Porky Berserk
  433. Silence Petrification s2
  434. Blind Petrification s1
  435. Poison
  436.  
  437.  
  438. - Healing items:
  439. Cure1 | 96 HP Heal | Heal status
  440. Cure2 | 480 HP Life | Revive w/ 5*Vit HP
  441. Cure3 | 1920 HP Elixir | 100% HP & MP
  442. Ether1 | 48 MP Tent | 1000 HP, 100 MP + status \all
  443. Ether2 | 144 MP Cabin | 100% HP & MP + status \all
  444.  
  445. - Magic casting items:
  446. All gone
  447.  
  448. - Using a healing item outside of battle gives you max power. In battle,
  449. the random variable is applied as normal.
  450. - Just like in the Nes installments, the game returns to the item/magic
  451. menu after healing, so healing multiple times in a row is still kind of
  452. slow.
  453. - The level 1 Cure spell is the most cost-efficient healing spell outside
  454. of battle.
  455. - You can use Tents and Cabins on the overworld and at Save Points,
  456. - Resting at an inn fully heals your party. Some locations also have
  457. recovery points.
  458.  
  459. - There are plenty of tempting rare drops in the game, but unlike in my
  460. other guides, I'd have to recommend that you ignore most of them due to
  461. the terrible odds: about 0,08% for the 4th slot item and 0,9% for the 3rd.
  462. The overall drop rate is 5%. Getting a 3rd slot drop isn't that hard, but
  463. most of the high profile items are slot 4.
  464. - Using fast-forward may or may not help with rare drops. If you're not
  465. getting that slot 4 drop even after several hours, you may need to delay
  466. finishing off the last enemy in order to find the RNG sweet spot.
  467.  
  468. - The game has received extensive reverse engineering attention from
  469. dedicated fans over the years. I consulted some of these people while
  470. working on the guide and I am most grateful that they took the time to
  471. answer my oblivious questions and, thus, help me sort out some of the
  472. technical details.
  473.  
  474.  
  475.  
  476.  
  477. Baron / Misty Cave
  478. Kaipo / Watery Pass
  479. Damcyan / Antlion Cave
  480. Mt. Hobs / Fabul
  481. Mt. Ordeals / Mysidia
  482. Old Waterway / Baron
  483. Troia / Cave Magnes
  484. Tower of Zot
  485. Dwarf Castle / Tower of Bab-il 1
  486. Cave of Eblana / Tower of Bab-il 2
  487. Land of Summon Monsters
  488. Sylvan Cave
  489. Sealed Cave
  490. The Moon
  491. Giant of Bab-il
  492. Cave Bahamut
  493. Lunar Subterrane
  494.  
  495.  
  496.  
  497.  
  498. ¤~~~~~~¤ Baron Castle ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  499.  
  500. Items: Default (Cecil): Default (Kain):
  501. 300 gil Shadow Sword ¤ Spear
  502. Cure1 Shadow Shield ¤ Iron Shield
  503. Tent Shadow Helmet ¤ Iron Helm ¤: Unique
  504. PC: Shadow Armor ¤ Iron Armor
  505. Kain Lv10 Shadow Gloves ¤ Iron Gloves
  506.  
  507. - Once you're in control, you are to head to the top floor of the west
  508. tower. Grab the items first, though, as you won't be able to get back
  509. into the castle for quite a while.
  510. - You'll start off with just one item in your inventory: Package
  511. (Unique, Temp).
  512. - Have a look at the settings, although there's not much you can do
  513. in this version (can't choose between Active and Wait (the game uses
  514. Wait), no button config and no cursor memory).
  515.  
  516.  
  517. ¤~~~~~~¤ Town of Baron ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  518.  
  519. Shop: Items (nc):
  520. Cure1 30 gil Cure1 (c) Ether1
  521. Life 150 gil Heal (c) Tent
  522. Heal 100 gil Tent (c) Tent
  523. Tent 100 gil Cure1 Tent
  524. Carrot 50 gil Cure1 Heal
  525. Ether1 10 000 gil Cure1 Life
  526. Heal
  527.  
  528. - You may find some hidden items here and there.
  529. - Nc-items are items obtained on the field through means other than
  530. examining treasure chests.
  531. - I've tagged certain items as 'Unique' or 'Artifact.' Unique items
  532. are, indeed, unique, whereas Artifact items are available in a limited
  533. quantity greater than one. Temp-items will inevitably be lost.
  534. - You'll find a person named Namingway in the training room, who can
  535. change your characters' names. You'll run into him again in several
  536. other places.
  537.  
  538.  
  539. ¤~~~~~~¤ Baron Region ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  540.  
  541. Lost & Found: Imp Summon (Imp \ 4)
  542.  
  543. - Maybe level up first before heading to the first dungeon.
  544. - Cecil's special attack Ankoku is... not available in this version.
  545. - Kain's special attack, Jump, is a long range attack with double the
  546. power of a normal attack. It takes 4 ATB for him to jump and another 4
  547. ATB for him to land the hit. While in the air, he can't be targeted by
  548. actions.
  549. - You can change the character you appear as on the field by hitting R.
  550. This has seemingly no effect on how the game plays, though.
  551. - The Sword Rats will use a powerful counterattack (Needle) whenever
  552. they're hit, so it would be in your best interest to try to kill them
  553. with a single blow.
  554.  
  555. -- Chocobo Forest --
  556.  
  557. Item (nc): Carrot
  558.  
  559. - Catch a chocobo and you can ride it (no encounters).
  560. - You can't actually ride the White Chocobo, but instead, when you
  561. catch one, you'll recover your MP.
  562. - Then we have the Big Chocobo, who will come out if you have a
  563. Carrot to spare. You can use him to store your items, so keep that
  564. in mind if you're too obsessed to let go of your uniques and stuff.
  565. He's got 126 slots.
  566.  
  567.  
  568. ¤~~~~~~¤ Misty Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  569.  
  570. Items: Boss:
  571. Cure1 Tent Dragon Mist
  572. Heal Cure1
  573.  
  574. - The first dungeon is quite short and simple.
  575.  
  576. [Boss]
  577. - 465 HP, 700 Exp, 200 gil
  578. - Try not to attack her in her mist form, otherwise she'll retaliate
  579. with a powerful counterattack (20-30 pod).
  580.  
  581. -- Village of Mist --
  582.  
  583. - Kain leaves the party here, so better de-equip him, so you can sell
  584. his stuff for some gil. He'll have a completely new set of gear when
  585. he eventually rejoins.
  586. - Characters who temporarily leave the party will gain experience even
  587. in their absence.
  588.  
  589.  
  590. ¤~~~~~~¤ Kaipo ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  591.  
  592. Shop: Item (nc):
  593. Rod 100 gil Ether1
  594. Staff 160 gil PC:
  595. ShortBow 220 gil Rydia Lv1
  596. Iron Arrow 10 gil Default (Rydia):
  597. Cloth 50 gil Rod
  598. Leather Clothes 200 gil Cap
  599. Cap 100 gil Leather Clothes
  600. IronRing 100 gil IronRing
  601.  
  602. [Boss: Officer]
  603. - 221 HP / 27 HP. 880 Exp, 245 gil in total.
  604. - You'll have to go through a fixed encounter (close enough to a boss)
  605. with an Officer and 3 Soldiers during the initial event. It's just you
  606. alone, but at least you start off with max HP. I suggest you take out
  607. the Officer after killing two of the Soldiers, as he'll run away if you
  608. kill all three Soldiers.
  609.  
  610. - The item shop is carrying the same wares that you found in Baron.
  611. - Rydia starts off with the Chocobo summon (7 MP).
  612. - Mages like Rydia won't be impressing you with their physical attacks.
  613. Magic is their game and it can be very powerful, so long as you have
  614. the MP. How stingy you want to be with magic is up to you. You probably
  615. don't want to end up facing a boss with 0 MP, although there's usually
  616. a save point before a boss. Using the special rod spells allows mages
  617. to deal at least some damage without consuming any MP, although they're
  618. only viable in the earlier parts of the game.
  619. - Mages have low HP and DFP, so keep them in the back row.
  620. - You can use the Rod during battle for a simple special attack (1x28).
  621. - Find Rosa in one of the houses.
  622.  
  623.  
  624. ¤~~~~~~¤ Watery Pass ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  625.  
  626. Items:
  627. Cure1 Ether1 Darkness Blade ¤
  628. Heal IceRod Darkness Gloves ¤
  629. Tent 200 gil Darkness Helm ¤
  630. 120 gil Cure1 Darkness Armor ¤
  631. IronRing Cure1 Ether1
  632. Elixir Leather Cap
  633. Cure2 Ether1 Default (Tellah):
  634. 1000 gil Ether1 Staff
  635. Cure1 Heal Leather Clothes
  636.  
  637. TPC: Boss: ¤: Unique
  638. Tellah Lv20 Octomammoth
  639.  
  640. - Tellah is hanging around near the entrance and will join your party
  641. when you talk to him. His initial spells are:
  642. × White: Cure2, Heal, Life1, Exit, Charm, Blink
  643. × Black: Fire1, Ice-1, Lit-1, Stop, Psych
  644. - You may want to level up Rydia a bit further, though it's not strictly
  645. necessary. I suggest you have Tellah use Black Magic, while Rydia covers
  646. the healing. If you run out of MP, you can either head back to Kaipo to
  647. rest or use a Tent (50 vs 100 gil). A Tent won't revive a dead character,
  648. though. While Tellah has Psych, enemies early in the game have little MP,
  649. so you'll have to use it frequently. Rydia learns it too, but not until
  650. Lv32. Tellah may not level up here, but even if he does, he's stuck at
  651. 90 MP and doesn't get any new spells from leveling.
  652. × Enemy MP is HP/16, in case you forgot.
  653. - Use Lit-1 to take out Fly Killers quickly. Keep pressing left to target
  654. all enemies. Once you have the Darkness Blade, Cecil can (consistently)
  655. take them out in one hit.
  656. - Fang Shells are also weak to Thunder, but Cecil can take them out in
  657. one hit, so I'd save the MP.
  658. - Unless killed by the damage, the WaterBug will counter magic by fully
  659. healing itself. They run away after attacking once. If you can't get them
  660. before that, that's fine. It's no big deal. Either way, have Tellah drain
  661. their 6 MP.
  662. - CaveToads use Toad when alone. They mostly come in groups of three, so
  663. take out one, then wait for one of the remaining ones to attack and take
  664. out that one last. You can one-shot them with Cecil and the Ice Rod. A
  665. multi-target Ice-1 isn't quite strong enough to one-shot them consistently.
  666. - Mad Toads use Toad as a counter. The Ice Rod isn't guaranteed to one-
  667. shot them (unless you manage to hit them physically).
  668. - This is probably the place where you'll have your first encounter
  669. with undead enemies - Zombies, to be exact. The enemies in the Zombie
  670. family are the only enemies who are straight up immune to an element,
  671. that element being Dark, which is inherent in all of the Dark Knight's
  672. weapons. As a result, a normal attack from these weapons will only deal
  673. 1 pod, barring a(n unlikely) critical hit. A single Fire spell might
  674. take them out, but it depends on the RNG. If any survive, you can mop
  675. them up with the Rod and Ice Rod.
  676. - Healing damages Undead enemies, but revival items and spells will not
  677. instantly kill them. (That wasn't added until FF5.)
  678. - TinyMages counter Attack with Hold and spells with Psych. Magic is
  679. ineffective anyway. Have Cecil take them out in one hit. If you get hit
  680. by Hold, there's no need to panic, as the effect wears off after a while.
  681. - The enemies in the flan-family really don't care to take damage from
  682. physical attacks. Either use magic of the appropriate element or flee.
  683. - You can use the Ice Rod to cast Ice-1 with a power of 2x16 (needs to
  684. be equipped). That'll let Rydia take out some enemies without using
  685. any MP. Even the normal attack is worth using at times, since it's not
  686. only Ice-elemental but also has a quad power modifier against reptiles
  687. (WaterHag, Basilisk, Turtle). It has limited accuracy even in the front
  688. row (where mages generally shouldn't be), but it can still get some nice
  689. results.
  690. - At Lv12, Rydia learns Warp, which warps you back to the previous area.
  691. Not particularly useful. Exit is the one that warps you out of a dungeon.
  692. These spells don't work in some places.
  693. - You'll reach a small overworld area after B3. Make sure you save and
  694. use a Tent if you're low on MP. Once you jump down from the waterfall,
  695. you can't return. The boss isn't far.
  696.  
  697. [Boss: Octomammoth]
  698. - 2350 HP, 31 Agi, w:TD, 1200 Exp, 500 gil
  699. - The boss does nothing but attack.
  700. - Every two hits after the first one, the boss's ATB gets multiplied
  701. by 1,9; 1,8; 1,7; 1,6; 1,5; 1,4; and finally 1,3, as indicated by the
  702. boss's changing sprite. It's the new ATB value that gets multiplied,
  703. not the original one.
  704.  
  705.  
  706. ¤~~~~~~¤ Damcyan ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  707.  
  708. Items: TPC:
  709. Tent Life Edward Lv5
  710. CrossBow Ether1
  711. Leather Cap Cure1 Default (Edward):
  712. RubyRing 10× Iron Arrows (nc) Dreamer Harp (Unique)
  713. Cure1 10× White Arrows (nc) Leather Cap
  714. 300 gil 10× White Arrows (nc) Bard Tunic
  715. 200 gil RubyRing
  716.  
  717. - Tellah will leave the party here (de-equip his items) and be replaced
  718. by Gilbert (aka Edward).
  719. - Cecil and Rydia will lose their critical hits in the Tellah vs Gilbert
  720. event battle (if they still had them). Unfortunate (unless you restore
  721. them).
  722. - Gilbert is a character who's more useful when he's supporting the party
  723. by inflicting status ailments rather than directly contributing to dps,
  724. although, for what it's worth, he *does* deal more physical damage than
  725. Rosa or Rydia when no weaknesses are involved.
  726. - He can inflict Sleep (or Confusion) with his normal attack and Sleep/
  727. Confusion/Silence with the Sing command (25% chance each and 25% chance
  728. of failure). His other two abilities are Heal and Hide. Heal consumes
  729. one Cure1 and heals 15-20 HP to the entire party. Hide hides Gilbert, so
  730. he can't attack, but he can't be attacked either. He'll hide automatically
  731. when low on HP.
  732. × Don't forget that Sleep and Stun can only be inflicted during a subject's
  733. regular ATB charge. A sleeping subject will *not* wake up from getting
  734. attacked.
  735. × In the event that Gilbert is morphed into a Toad, using Sing will
  736. inflict Toad. A lot of enemies are immune, though, and even when they're
  737. not, it could easily miss.
  738. - You'll also receive the Hovercraft, which is able to cross reefs or
  739. something.
  740. - If you need healing, you can use the recovery pots on the third floor.
  741. - If you try to go through the Watery Pass again (through the south
  742. entrance), your party will refuse to jump down from the waterfall.
  743. - You'll find the next dungeon east of the castle. You might want to
  744. return to the Water Pass to get Gilbert to Lv10 first. Without any Fire
  745. magic, you should just run away from the Zombies.
  746.  
  747.  
  748. ¤~~~~~~¤ Antlion Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  749.  
  750. Items: Party:
  751. 190 gil 210 gil Life Lv15-20
  752. Cure1 Life Ether1
  753. Tent Charm Harp Tent Boss:
  754. Cure1 250 gil SandRuby Antlion
  755. Cure1 Heal (Unique, Temp)(nc)
  756.  
  757. - A couple of reptiles here, too (Basilisk and Turtle). You could try
  758. putting Rydia in the front row, but definitely keep Gil in the back.
  759. - The Charm Harp inflicts Confusion, but Sleep is more useful, even if
  760. it deals more damage.
  761.  
  762. [Boss]
  763. - 1000 HP, 5 Agi, 1500 Exp, 800 gil
  764. - Stick to magic to avoid counters.
  765.  
  766.  
  767. ¤~~~~~~¤ Kaipo ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  768.  
  769. PC: Default (Rosa):
  770. Rosa Lv10 ShortBow Cap
  771. 50× Iron Arrows Leather Clothes
  772. IronRing
  773.  
  774. - Go give the Sand Ruby to Rosa, and she will join the party after the
  775. following event. She won't be hanging out with you for long, though.
  776. - Gilbert has to beat a fixed encounter on his own, so make sure he's
  777. fully equipped. You only have to land three hits. Damage doesn't matter
  778. (so long as you don't miss). Rosa immediately loses her criticals as a
  779. result of this battle. Cecil and Rydia will lose them again if you restored
  780. them. Hey, at least Gilbert's still got his criticals.
  781. - Rosa can equip staves, but she should probably stick to bows for now,
  782. as then she can at least deal decent damage to flying enemies.
  783. - Initial spells: Cure1, Hold, Peep, Slow, Sight
  784. - You can inflict Stun with Hold, but it's not something you can afford
  785. to use much. Rosa doesn't get Psych, so you need to be more mindful of
  786. her MP.
  787. - Rosa has two special Command Abilities: Pray and Aim. Pray may or may
  788. not heal the party for a double digit figure (50% chance), and Aim is a
  789. normal attack with max accuracy.
  790. × Using Aim when Rosa is in slot 1 will cause her accuracy to overflow
  791. (resulting in an accy of 62%), so don't put her there.
  792.  
  793. Lost & Found: Imp Summon (Imp \ 4) \\\ North Damcyan ||
  794.  
  795.  
  796. ¤~~~~~~¤ Mt. Hobs ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  797.  
  798. Items: TPC: Special:
  799. Tent Yang Lv10 Rydia's Fire1
  800. Cure1
  801. Heal Default (Yang): Boss:
  802. 350 gil FireClaw MomBomb
  803. 10× White Arrows Leather Clothes
  804.  
  805. - After the initial event, Rydia will learn to cast Fire1.
  806. - Switch formations, so you can have Rosa, Rydia, and Gilbert all in
  807. the back row.
  808. - The Cockatrice can use Beak, which causes instant petrification.
  809. However, it's only used when it's the last remaining enemy and it's
  810. been targeted by magic, and even then, you can cancel it and put them
  811. back in their regular attack pattern by using a non-magical attack. If
  812. you confuse them, they'll use Beak on their allies.
  813. - Gargoyles use Weak after attacking three times, which leaves the
  814. character with single digit HP.
  815. - Take out Skeletons with two multi-target Fire spells. You might also
  816. run into the Red Bone, a stronger skeleton warrior. Magic isn't as
  817. effective on them, but since they come with regular skeletons, it's
  818. still worth using, and you can just finish them off with physicals.
  819. - Spirits spam you with Fire1 (~30). Try to confuse or silence them with
  820. Sing. All the enemies in the Spirit family will become completely inert
  821. if you hit them with a Blizzard spell. If you multi-target it, only one
  822. will be affected, however. These ones aren't very dangerous, though, so
  823. it's not really worth the MP.
  824. - There are two types of bombs here: the regular Bomb (50 HP) and the
  825. Gray Bomb (100 HP). The bomb family's trademark move is Explode, in which
  826. the bomb self-destructs and deals whatever HP they had left as damage.
  827. Both of these two bombs attack twice before using Explode. Neither of
  828. these drop anything, by the way.
  829. - Yang (or Yan) will join your party as the fifth character when you
  830. encounter the boss. The event battle prior to the boss will rob even
  831. Gilbert of his criticals (and anyone else if you restored them).
  832.  
  833. [Boss]
  834. - (10 800 HP) / 50 HP / 100 HP, (1900 Exp, 1200 Gil) / 2460 Exp, 555 gil
  835. - You might be looking at a little trouble here. The boss starts off
  836. looking like a regular bomb, but after taking 800 pod, it'll reveal
  837. its true form. The boss will no longer attack, but will eventually
  838. explode on you (regardless of any damage you deal), dealing ~90 pod to
  839. your entire party. In the wake of the explosion, she'll leave behind
  840. 3 regular Bombs and 3 Gray Bombs, who will also give you the usual
  841. self-destruct treatment.
  842. - It's technically possible to beat the boss before she blows up, but
  843. it's *very* unlikely when playing legit.
  844.  
  845. - Yang's weapons have 0 ATP, but he uses a different base ATP formula
  846. that compensates for it: 2*(Lv+1) + Str/4.
  847. - Yang has three... No, *one* Command Ability: Kick. (Groan...)
  848. × Kick: Attack all enemies. Damage = ((ATPm/2)*ATP)/2) + rnd(0,ATP) -
  849. (ATPm/2) * enemy DFP. 1x ATB charge, 100% accuracy. Sadly, unaffected
  850. by weapon element. If the damage is below 1, it's a miss.
  851.  
  852.  
  853. -- Chocobo Forest -- (Northeast of Fabul)
  854.  
  855. Item (nc): Carrot
  856.  
  857.  
  858. ¤~~~~~~¤ Fabul ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  859.  
  860. Items:
  861. Cure1 (nc) Cure1 (nc)
  862. Tent Cure1
  863. Heal Black Shield ¤ ¤: Unique
  864. Cure1 Ether1
  865. 500 gil (nc) Black Sword ¤ (nc)
  866. Tent
  867.  
  868. Shop:
  869. FireClaw 350 gil Black Helm 980 gil
  870. IceClaw 450 gil Black Armor 3000 gil
  871. Thunder Claw 550 gil Black Gloves 800 gil
  872.  
  873. - You'll want to pick up an Ice Claw, but you don't have to buy one yet.
  874. They're also available in Baron.
  875. - Once you're prepared, go trigger the scene in the throne room. Rosa
  876. and Rydia will ditch the party afterwards (again, you should probably
  877. unequip their gear), leaving you with just Gilbert and Yang. You'll be
  878. fully healed and then fight a number of fixed encounters during the
  879. events that follow. Rydia will lose her criticals again if they were
  880. restored. Rosa won't, as she's already considered MIA when the events
  881. begin. Yang will lose his after the last one (as does Gilbert if you
  882. restored them), which is an event battle against Kain. It ends once
  883. you fall below 25% HP.
  884. - It's technically possible to beat Kain, but he's got 65 000 HP, so
  885. it's not very feasible when playing legit. Even if you beat him, you
  886. gain nothing, and it doesn't change the events in any way.
  887. - After the event battles, you'll get Rydia back for a while, but soon
  888. you'll be left with no one other than Cecil.
  889. - Head to the inn to trigger the next event, during which you'll obtain
  890. the Black Sword, a weapon that inflicts Instant Death, the only such
  891. weapon in the game.
  892. × While the ID effect only works during the enemy's ATB charge, this is
  893. not likely to be an issue, since pretty much the only enemy you'll be
  894. killing instantly is the Zu, who uses a chain action that's executed
  895. faster than a normal action.
  896. - The ship is waiting for you east of the castle. Once you get on,
  897. you'll be separated from the rest of your party (de-equip everyone
  898. other than Cecil). Gilbert will never return, and Rosa and Rydia will
  899. both stay off the grid for a decent while.
  900.  
  901.  
  902. -- Mysidia Region --
  903.  
  904. Party: Cecil Lv20
  905.  
  906. - Better not wander around too much.
  907.  
  908.  
  909. ¤~~~~~~¤ Mysidia ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  910.  
  911. TPCs: Default (Palom): Default (Porom):
  912. Palom Lv10 Rod Staff
  913. Porom Lv10 Leather Cap Leather Cap
  914. Leather Clothes Leather Clothes
  915. IronRing IronRing
  916.  
  917. Shop:
  918. Gaea Cap 700 gil IceRod 220 gil
  919. Gaea Robe 500 gil FlameRod 380 gil
  920. Silver Bracelet 650 gil Cure Staff 480 gil
  921. Paladin Shield 700 gil CrossBow 700 gil
  922. Paladin Helm 4000 gil White Arrow 20 gil
  923. Paladin Armor 8000 gil Cure2 150 gil
  924. Paladin Gloves 3000 gil Cabin 1000 gil
  925.  
  926. - Head to the temple to trigger the next event. You will then be joined
  927. by the twins, Palom and Porom.
  928. - Porom's initial spells: Cure, Hold, Peep, Slow, Sight
  929. - Palom's initial spells: Fire1, Ice-1, Lit-1, Sleep, Venom
  930. - Both have the Command Ability Twin. Whoever uses it, it involves both
  931. twins casting a powerful spell together, either Flare (75% chance, 10 MP)
  932. or Meteo (25%, 20 MP). It'll use the Wisdom stat of the one who chose the
  933. command. While Flare has a higher base power (120 vs 80), Meteo usually
  934. does more damage, since the power isn't divided. The casting time is rather
  935. lengthy, at 3x regular ATB, randomly based on either twin's ATB. While the
  936. regular Meteo is Holy-elemental, the twins' version is not. The command
  937. can technically fail, but the odds are only 1/256.
  938. - 3 Gaea Caps, 2 Gaea Robes, 4 Silver Bracelets, Paladin Shield, Paladin
  939. Helm, Paladin Armor, Paladin Gloves, 2 Flame Rods, Cure Staff = 22 640 gil
  940. - Better pick up some Hi-Potions/Cure2's (30 sounds good).
  941. - You can use the Cure Staff during battle to cast Cure1 \all (24-36 HP)
  942. and Flame Rod to cast Fire1 (3x16). They're not as powerful as the regular
  943. spells, but at least it's free.
  944. - Get at least a few levels for the twins. Below, you can see what spells
  945. they'll learn.
  946.  
  947. Palom Porom
  948.  
  949. Lv11 | Ice-2, Piggy Life1
  950. Lv12 | Fire2
  951. Lv13 | Lit-2 Cure2
  952. Lv14 | Stop
  953. Lv15 | Mute
  954. Lv16 |
  955. Lv17 |
  956. Lv18 | Bersk
  957. Lv19 | Virus Exit
  958. Lv20 | Heal
  959. Lv21 |
  960. Lv22 | Toad
  961. Lv23 | Quake Blink
  962. Lv24 |
  963. Lv25 | Charm
  964. Lv26 | Drain
  965. Lv27 |
  966. Lv28 |
  967. Lv29 | Warp
  968. Lv30 |
  969. Lv31 | Size
  970. Lv32 | Ice-3
  971. Lv33 | Fire3 Cure3
  972. Lv34 | Lit-3
  973.  
  974.  
  975. -- Chocobo Forest -- (South of Mt. Ordeals)
  976.  
  977. Item (nc): Carrot
  978.  
  979.  
  980. ¤~~~~~~¤ Mt. Ordeals ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  981.  
  982. Items: TPC: Tellah Default
  983. Cure1 Default (Tellah 2): (Cecil - Paladin):
  984. Cure1 Staff Legend Sword
  985. Ether1 Gaea Robe (Unique, Temp)
  986. Ether1 IronRing Cloth
  987.  
  988. Special:
  989. Cecil's Class Change (Paladin) Bosses:
  990. Tellah's Forgotten Magic Milon (+4× Ghasts)
  991. Milon Z
  992. Lost & Found: Dark Knight
  993. Cursed Ring (Soul, Spirit \ 4)
  994. Lilith Rod (Lilith \ 4)
  995.  
  996. - Visit the chocobo forest again if you need to recover your MP.
  997. - There's a new type of spirit here, Soul, but it has 0 Magic, so it's
  998. no more a concern than the regular ones.
  999. - You'll find three members of the zombie family here: Zombie (40 HP),
  1000. Ghoul (120 HP) and Revenant (160 HP). All are virtually immune to
  1001. Cecil's attacks (although that's going to change soon). Fire2 works
  1002. nicely, although you should start with Cura if you get the encounter
  1003. with 7 of them. You can also just run away if you'd rather save your MP.
  1004. - Liliths counter Attack with Slap, which can inflict Stun, Silence, or
  1005. Curse. Go with Fire.
  1006. - You'll bump into Tellah again in the second area.
  1007. - You'll fight the boss after the save point.
  1008.  
  1009. [Boss]
  1010. - 3100 HP, 8 Agi / 170 HP, 2-5 Agi. 3800 Exp, 3300 gil.
  1011. - The Ghasts have the typical zombie characteristics. A single Fire2
  1012. will quickly dispatch them.
  1013. - Scar counters with Lit-1 (~40) and also uses it once lone. He dies
  1014. when below 1001 HP.
  1015.  
  1016. - Return to heal and save.
  1017.  
  1018. [Boss]
  1019. - 3000 HP, 9 Agi, w:FHA, A:I, 4000 Exp, 3000 gil
  1020. - His only non-counter action is his normal attack, which poisons you.
  1021. If Cecil is poisoned, you won't be able to Berserk him. You can use the
  1022. Tsue to cast Poisona during battle.
  1023. - He's, indeed, considered a flying enemy, so Quake won't work here.
  1024. Use Virus instead, if you have it.
  1025.  
  1026. - Return to save. You'll be fully healed after the next event.
  1027. - De-equip Cecil before you approach the monument. He's about to go
  1028. through the Class Change, and, as a result, he'll restart at Level 1
  1029. and lose all his current equipment.
  1030.  
  1031. [Boss]
  1032. - 1000 HP, no xp / gil
  1033. - Do nothing and he'll just die. You can beat him into submission as well.
  1034.  
  1035. - Since the Paladin is considered a different character, Cecil will
  1036. have the ability to deal critical hits again even if he lost them as
  1037. a Dark Knight. His critical hit rate and power are indeed a bit higher
  1038. now (3\30 vs 2\20).
  1039. - Cecil is now able to learn and use some basic White Magic spells.
  1040. - Cecil's new special ability is Cover, which allows him to take hits
  1041. for others. He'll also do it automatically whenever one of your
  1042. characters has low HP (unless he's badly injured himself).
  1043. - Tellah will regain all his forgotten spells. He's still stuck with
  1044. just 90 MP, though.
  1045. × White: Hold, Mute, Slow, Fast, Bersk, Wall, Peep, Cure1, Cure3,
  1046. Cure4, Life2, Size, Sight, Float
  1047. × Black: Toad, Piggy, Warp, Venom, Fire2, Fire3, Ice-2, Ice-3,
  1048. Lit-2, Lit-3, Virus, Weak, Sleep, Stone, Drain, Meteo
  1049. - The few spells Tellah does *not* get are: Fatal, Quake, Nuke, and White.
  1050.  
  1051. - While Cecil can now damage all Undead enemies (often with increased
  1052. power thanks to the Legend's Light element), there are simply too many
  1053. of them here. Continue to rely mainly on Fire2 as you level up Cecil to
  1054. Lv20 or so. At Lv20, he'll reach a solid hit count of 4.
  1055. - While you'll soon find weapons with higher ATP, the Legend Sword may
  1056. still outperform them thanks to its higher accuracy. It does depend on
  1057. the situation, though. There's a Fire-elemental sword you may want to
  1058. use in one dungeon, and an Ice-elemental one you'll want to use in
  1059. another. There's also a sword that can inflict Sleep, which can be
  1060. fairly useful. Even if you unequip it, you can't actually get rid of
  1061. the Legend. You can't even store it.
  1062. - Remember to always use the level 1 Cure spell when healing characters
  1063. with magic outside of combat. It's the most cost-efficient.
  1064.  
  1065. - Return to Mysidia and talk to the elder. After that, you can use the
  1066. teleporter in one of the houses to return to Baron (and Mist).
  1067.  
  1068.  
  1069. ¤~~~~~~¤ Village of Mist ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1070.  
  1071. Items: Shop:
  1072. Cure1 (nc) Tiara Whip 3000 gil
  1073. Heal (nc) Cloth Dancing Dagger 5000 gil
  1074. 100 gil (nc) RubyRing Bard Tunic 70 gil
  1075. Change Rod (Unique)
  1076.  
  1077. - The Tiara increases Wisdom by 10, and the Change Rod increases it by
  1078. 5. Combined, they would boost the Black Magic multiplier by 3 or 4.
  1079. Neither Tellah nor Palom can equip the former, however. For now, give
  1080. it to Porom for the defense. Tellah can use the rod, but he's (mostly)
  1081. better off with the Thunder Rod in the next dungeon.
  1082. - You can use the Change Rod during battle to cast Piggy with 100%
  1083. accuracy (in stark contrast to the regular spell). Unlike the other two
  1084. polymorph ailments, Porky has no impact on ATP or DFP. On characters,
  1085. Porky is about the same as Silence, but on enemies, the difference is
  1086. far more noticeable. While both of them prevent the use of regular magic,
  1087. Porky also prevents the use of special abilities. The rod will remain
  1088. useful until the end of the game, provided you don't lose it.
  1089. - The Dancing Dagger can be used during battle to perform a magical
  1090. attack with a base power of 8x40. Get at least one for Palom and maybe
  1091. one for Cecil if you didn't level him up that much. Either way, the
  1092. enemies in the next dungeon have MDF ranging from 12 to 22, so the
  1093. special attack will do 144-384 pod. With a 4x50 ATP, Cecil will do
  1094. 188-300 pod on the same enemies with a normal attack.
  1095.  
  1096.  
  1097. ¤~~~~~~¤ Baron ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1098.  
  1099. Items: TPC:
  1100. 2000 gil Yang
  1101. Thunder Claw Default (Yang 2):
  1102. Baron Key (Unique, Temp)(nc) Leather Clothes
  1103.  
  1104. Shop:
  1105. Thunder Rod 700 gil FireClaw 350 gil
  1106. Headband 450 gil (Str +5) IceClaw 450 gil
  1107. Karate Gi 4000 gil (Str +3) Thunder Claw 550 gil
  1108.  
  1109. - Head to the inn to find Yang. Talk to him, and you'll have to fight
  1110. a couple of knights (200 HP) followed by Yang himself. He's got 62 000
  1111. HP, but the battle ends when you attack him with Cecil after he's used
  1112. two Kicks. You can end it by taking his HP to 0 as well, but that's
  1113. hardly ideal. Either way, he re-joins the party. You'll also get the
  1114. Baron Key, which you can use to open the doors to the weapon shop and
  1115. the Old Waterway.
  1116. × In the Yang fight, he's supposed to use a normal attack on Cecil
  1117. before each Kick, but this doesn't happen due to a programming error.
  1118. - Combined, the Headband and Karate Gi will increase the ATP multiplier
  1119. by 1, and ATP by 2. Yang obviously needs these, but Cecil should probably
  1120. stick to the heavy armor, as switching to the kung fu gear would drop
  1121. his DFP by 12.
  1122. - Use the Thunder Rod during battle to cast Lit-1 with a power of 4x16.
  1123. - In case you forgot, Yang's Kick does damage that equals:
  1124. ((ATPm/2)*ATP)/2) + rnd(0,ATP) - (ATPm/2) * enemy DFP
  1125. - So, if he has an ATP of 7x70, the damage comes out as 105 (210/2) + 0~70.
  1126. - Buy three extra Headbands and put them in storage.
  1127.  
  1128.  
  1129. ¤~~~~~~¤ Old Waterway ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1130.  
  1131. Items:
  1132. 1000 gil Life Life
  1133. Cure2 500 gil Ether1
  1134. Ether1 Life Ancient Sword (Unique)
  1135.  
  1136. - Go with a Thunder-Ice combo for Yang. Equipping two claws of the same
  1137. element won't have any additional effect. When equipped with two claws,
  1138. the accuracy modifiers are combined and divided by two.
  1139. - The Ice Rod *could* be of some use here, if you don't mind hot-swapping
  1140. between that and the Thunder Rod. It won't make a big difference, though.
  1141. - You'll encounter Guards in the last two areas. As you may have already
  1142. noticed, they have nasty counterattacks for both normal attacks and magic,
  1143. Size and Piggy, respectively. Yang should be able to take them out with
  1144. a single hit. If needed, you can heal Porky with the Change Rod, although
  1145. the actual spell is only 1 MP, so not a big difference. Using the rod on
  1146. the knights isn't the best idea, since it doesn't stop them from casting
  1147. Piggy. It does miss frequently due to the low accuracy, but even so.
  1148. - Don't forget that polymorphing enemies may result in an enemy getting
  1149. switched from front row to back row due to their new, smaller size. This
  1150. happens in the 2x Baron Guard encounter, for instance.
  1151. - The Ancient Sword is weaker and less accurate than the Legend Sword.
  1152. The only thing it has going for it is that it inflicts Curse, which just
  1153. isn't useful enough to compensate for the lower damage.
  1154. - There's a save point at the end.
  1155.  
  1156.  
  1157. ¤~~~~~~¤ Baron Castle ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1158.  
  1159. Items: TPC:
  1160. Ether1 Heal Cid Lv20
  1161. Ether1 Cure1
  1162. Cure2 Cure2 Default (Cid):
  1163. Cure2 Life Wooden Hammer
  1164. Life Tent Prisoner Clothes (Artifact)
  1165. Life Tent
  1166. Tent Ether1 Bosses:
  1167. Cure1 Elixir (nc) Baigan (+ RightArm & Left Arm)
  1168. Ether1 (nc) Kainazzo
  1169.  
  1170. [Boss]
  1171. - 3500 HP, 8 Agi, 4800 Exp (+10 for each arm), 3000 gil
  1172. - Beigan will revive the arms if you take out both of them. Destroy only
  1173. one of them (the closer one), then focus on the main target. You should
  1174. probably damage the other arm as well at some point, as once the body is
  1175. gone, the remaining arm(s) will use Explode, dealing up to 350 pod.
  1176. - Might not want to use the Dancing Dagger's special here. He casts
  1177. Reflect on himself in response to magic, and while it won't affect the
  1178. special attack, you don't really want him to redirect his Reflects on
  1179. your characters, since that would make it harder to heal, at least with
  1180. magic. I'm sure you have a decent supply of Hi-Potions, but even so.
  1181.  
  1182. - Loot the east side of the castle before heading into the throne room.
  1183. Better go save the game as well.
  1184. - De-equip everything off Palom and Porom.
  1185.  
  1186. [Boss]
  1187. - 4000 HP, 48 MDF, 15 Agi, w:I/T, 5500 Exp, 4000 gil
  1188. - He's weak to Ice normally and weak to Thunder when surrounded by
  1189. water. The water goes away when he's hit with a Lightning spell, which
  1190. also prevents him from using Tsunami and Haste (unless it was queued).
  1191. Tellah's level 3 spells will do ~4000 pod, so you can easily make this
  1192. quick.
  1193. - Tsunami's base damage is 4% of his cHP. It ignores MDF.
  1194. - When below 701 HP after taking a hit, he'll retreat into his shell
  1195. and heal himself for 400 HP. Hitting him while he's hiding in his shell
  1196. won't prompt him to heal again, but once he's out, you can re-trigger it.
  1197.  
  1198. - Palom and Porom will be gone after the following event, and there's
  1199. nothing you can do to get them back (even though the item menu pops
  1200. up when you examine their bodies).
  1201. - On the plus side, Cid will join your party, and you'll also get the
  1202. airship, Enterprise.
  1203. - Cid's unique Command Ability, Peep, is just... Peep... and that's it.
  1204. - You can sell the elemental rods now.
  1205.  
  1206.  
  1207. -- Chocobo Forest -- (on the island northwest of Kaipo)
  1208.  
  1209. Item (nc): Carrot
  1210.  
  1211. -- Chocobo Forest -- (south of Troia)
  1212.  
  1213. Item (nc): Carrot
  1214.  
  1215.  
  1216. ¤~~~~~~¤ Agart ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1217.  
  1218. Shop: Item (nc):
  1219. Spear 60 gil Iron Helm 150 gil Cure2
  1220. Boomrang 3000 gil Iron Shield 100 gil
  1221. Iron Armor 600 gil Iron Gloves 130 gil
  1222.  
  1223. - (South of Baron)
  1224. - The enemies in the neighborhood might be too much for you to handle.
  1225. The Eblana region has the same encounters. Feel free to try them at some
  1226. point. Maybe get a few levels in the Troia/Silvera region first.
  1227.  
  1228.  
  1229. ¤~~~~~~¤ Silvera ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1230.  
  1231. Items (nc):
  1232. Silver Staff Silver Knife 5000 gil
  1233.  
  1234. Shop:
  1235. Silver Sword 6000 gil Silver Armor 17 000 gil
  1236. Silver Knife 3000 gil Silver Helm 3000 gil
  1237. Silver Staff 4000 gil Silver Shield 1000 gil
  1238. Silver Hammer 8000 gil Silver Gloves 2000 gil
  1239.  
  1240. - (South of Fabul / Northeast of Mysidia)
  1241. - Silver Hammer, 2 Silver Armors, 2 Silver Helms, 2 Silver Gloves,
  1242. Silver Shield = 53 000 gil
  1243. - Upgrading Cecil's armor will only give him an increase of 5 DFP and
  1244. 3 MDF. Maybe pass up on the Silver Armor. Definitely forget about the
  1245. sword, and sell the knife. Hang on to Cid's default weapon if you're
  1246. planning on fighting enemies in Cave Magnes before the boss (although
  1247. you can buy one in Troia as well).
  1248.  
  1249.  
  1250. ¤~~~~~~¤ Eblan Castle ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1251.  
  1252. Items:
  1253. Slumber Sword ¤* Cure2 600 gil
  1254. Cure2 (nc) Heal Cure2
  1255. Cure2 (nc) Cure2 Ether1
  1256. Ether1 Cure2 Drain Lance ¤*
  1257. 2000 gil Life Life (nc)
  1258. 10× Mute Arrows Cabin Cabin
  1259. 800 gil
  1260. *: Trap Ether1
  1261. ¤: Unique Ether1
  1262. Elixir *
  1263.  
  1264. - This is the abandoned castle on the continent with the huge tower
  1265. sticking out from the giant hole.
  1266. - There are no random encounters here, but the trapped chests feature
  1267. enemies that you won't encounter normally for a good while.
  1268. - One of the chests in the left tower is a monster-in-a-box; you'll
  1269. have to fight a Staleman and 4 Skulls for the Slumber Sword.
  1270. × The skeletons can Curse you, and the Golem can put you to sleep.
  1271. Cecil and Yang can one-shot the skeletons with the appropriate
  1272. elemental weapons. A multi-target Fire3 will also dispatch them
  1273. easily, although it would be a better idea to take out the Golem
  1274. with Ice-3. An instant kill with Stone is also an option.
  1275. - The Slumber Sword will deal a little less damage than the Legend
  1276. Sword due to its lower accuracy, but it's still worth using at times
  1277. for its Sleepstrike ability.
  1278. - As already explained at the beginning, if a normal attack fails to
  1279. inflict an ailment even though the target isn't immune, it's because
  1280. the hit didn't land during the target's regular ATB charge. Unless the
  1281. enemy is rather slow, you'll need to hit them right after they attack.
  1282. With multiple enemies, it's not that simple, and you may need to take
  1283. queued actions into account.
  1284. - One of the chests in the right tower is also a monster-in-a-box;
  1285. you'll have to fight a Lamia and two Black Cats for the Drain Lance.
  1286. × Careful with those counters. Magic is safe with the Lamia, but
  1287. the Coeurls counter pretty much everything. A multi-target Lv3 spell
  1288. is likely, but not guaranteed, to take out the cats. If you've just
  1289. saved, you might as well risk it. You can safely hit them with the
  1290. Slumber Sword so long as you get the timing right. Lamia is immune to
  1291. both Sleep and Stun, but everything else works, so just take your pick.
  1292. - And, finally, one more trap in the basement; you'll have to fight
  1293. 3 Mad Ogres for an Elixir.
  1294. × These guys hit pretty hard and have 254 MDF, but most ailments are
  1295. still good (all except Porky and Toad).
  1296.  
  1297.  
  1298. ¤~~~~~~¤ Troia (& Silvera) Region ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1299.  
  1300. - Equip the Slumber Sword (if you have it) and Fire Claw while in this
  1301. region. It's mostly Sting Rats and Treants.
  1302. - StingRat is the last enemy in the Needlemouse family. Their Needle
  1303. has a base power of 88. Stun them or turn them into pigs to avoid the
  1304. counter. All the other enemies are immune to Porky except for Panther.
  1305. When there are Treants in the back, you can just use the rod on a single
  1306. target. That's still better than nothing. Or maybe try confusing one of
  1307. the trees.
  1308. - Yang can easily handle the Treants and Cannibals, although they're
  1309. generally in the back row. He might still be able to one-shot them,
  1310. nonetheless.
  1311. - Pythons are trivial due to their low HP.
  1312. - And then there's the Panther, the first enemy in the Coeurl family.
  1313. Their trademark special attack, Blaster, inflicts either Instant Death
  1314. or Stun, typically the former. I'm sure you'd rather have neither, so
  1315. make sure they're not the last enemy standing (at least not without
  1316. Sleep or Porky), and you can avoid it.
  1317. - Don't hesitate to use those Tents when on the overworld. That's what
  1318. they're there for.
  1319.  
  1320.  
  1321. ¤~~~~~~¤ Agart / Eblana Region ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1322.  
  1323. Lost & Found:
  1324. 10× Medusa Arrow (1-3) / Medusa Sword (BlackLiz \ 4)
  1325.  
  1326. - Like I said, these guys might be a little too much. If you're not feeling
  1327. that ambitious, you don't need to bother.
  1328. - Equip the Ice Claw, and Yang can easily take out Black Lizards and Flame
  1329. Dogs. Flame Dogs have a nasty solo action, but since they're in the front
  1330. row, that's not likely to be an issue.
  1331. - Turn HugeCells into pigs to prevent them from both healing and fleeing.
  1332. - Try to put the Rocs to sleep with the Slumber Sword. If there are three
  1333. chicks, kick 'em.
  1334. - The Medusa Arrows will instantly kill enemies that aren't immune to
  1335. Petrification. It can still fail if you don't hit the enemy during their
  1336. ATB charge.
  1337. - In the unlikely event that you manage to score a Medusa Sword, you can
  1338. go ahead and just stash it in your storage as a trophy. While it boasts
  1339. a nice ATP figure, the accuracy is just a bit too limited, and the added
  1340. Petrification effect is too slow to be of any significance (requires two
  1341. cycles).
  1342.  
  1343.  
  1344. ¤~~~~~~¤ Toroia ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1345.  
  1346. Shop: Items (nc):
  1347. GreatBow 2000 gil Wooden Hammer 80 gil 1000 gil
  1348. Fire Arrow 30 gil Leather Cap 330 gil Cure2
  1349. Ice Arrow 30 gil RubyRing 1000 gil Ether1
  1350. Lit Arrow 30 gil Pass 10 000 gil Ether2
  1351.  
  1352. - (The village surrounded by forests northwest of Baron)
  1353.  
  1354. -- Troia Castle --
  1355.  
  1356. Items:
  1357. Tent Ether1 TwinHarp (nc)
  1358. Tent Ether1 (Unique, Temp)
  1359. Cure2 RubyRing Ether1 (nc)
  1360. Cure2 RubyRing
  1361.  
  1362. - Find Gilbert and you'll obtain the TwinHarp.
  1363. - Once you feel prepared, head north to find the Chocobo forest / village.
  1364.  
  1365. -- Chocobo Village --
  1366.  
  1367. Items (nc):
  1368. Carrot Carrot Carrot
  1369.  
  1370. - Since you can't land your airship on forests, you'll need to use one
  1371. of the Black Chocobos found here to reach the cave east.
  1372.  
  1373.  
  1374. ¤~~~~~~¤ Cave Magnes ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1375.  
  1376. Items: Party:
  1377. Cure2 Cure2 Lv~30
  1378. Heal Cure3
  1379. Ether1 Life
  1380. 500 gil Charm Claw ¤ ¤: Unique
  1381. Ether1 Ether2 t: Temp
  1382. Earth Crystal ¤t (nc)
  1383.  
  1384. Lost & Found: Boss:
  1385. Mage Summon (Mage \ 4) Dark Elf 1 & 2
  1386. Zeus Gloves (Ogre \ 4) (separate phases)
  1387.  
  1388. - You can't use any metallic equipment in this dungeon. The solution,
  1389. of course, is to run away from all battles (or use non-metallic gear).
  1390. - The boss is waiting for you in the crystal room. Make sure you use
  1391. the second save point nearby first.
  1392.  
  1393. [Boss]
  1394. - 65 000 HP (Elf 1) / 2000 HP, 9 Agi (Elf 2) / 3000 HP, 11 Agi (Dragon), W:H
  1395. - 6000 Exp, 5000 gil
  1396. - Your first battle with him is scripted, and will end in your defeat.
  1397. However, after the scene that follows, you'll not only fully regain
  1398. your health, but will also be able to put your heavy gear back on as
  1399. the magnetic field disappears.
  1400. - He still uses Weak in the second battle, but it can only hit one character.
  1401. He technically has 22 000 HP in this battle, but he transforms after going
  1402. below 20k.
  1403. - In dragon form, he alternates between a regular physical attack and
  1404. Dark Breath, an attack that deals 25% mHP damage to your whole party.
  1405. Fire-resistant gear could bring it down to 10%, but there's no legitimate
  1406. way to *obtain* any such gear at this point in the game. You'll just
  1407. have to make do.
  1408. - Inflict Slow if needed.
  1409. - In case you want to give him a taste of his own medicine, Weak works
  1410. on his dragon form.
  1411.  
  1412. - Grab the crystal afterwards.
  1413. - The Legend Sword works well on the enemies here, just as it did for
  1414. the boss.
  1415. - The Charm Claw inflicts Confusion, which isn't bad, but it hardly
  1416. matters when Yang is killing most enemies in one hit. More importantly,
  1417. however, it has a quad power modifier against giants, such as the Ogres.
  1418. It does bring down his base damage a bit, since it has no accuracy bonus,
  1419. but he's probably still able to one-shot the other enemies. It also gives
  1420. him Speed +3. You can store it after this dungeon.
  1421.  
  1422. - Before you trigger the next event in Troia, go stock up on Cure2's.
  1423.  
  1424.  
  1425. -- Toroia Castle --
  1426.  
  1427. Items:
  1428. Cure2 GreatBow 1000 gil
  1429. Heal 10× Fire Arrows Elixir
  1430. Ether1 10× Fire Arrows Ether2
  1431. Ether2 10× Lit Arrows Ether1
  1432. Elixir 10× Ice Arrows Heal
  1433. 1000 gil 10× Ice Arrows Cure2
  1434.  
  1435. - Go see the women in front of the crystal room. After that, you can go
  1436. loot the stuff in the hidden treasure room. Keep the Great Bow for Rosa.
  1437. - Return to your airship, and you'll soon find yourself in the Tower of Zot.
  1438.  
  1439.  
  1440. ¤~~~~~~¤ Tower of Zot ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1441.  
  1442. Items: Default (Kain 2): PCs:
  1443. Fire Mail Wind Spear ¤ Kain, Rosa
  1444. Fire Sword (trap) Silver Shield
  1445. Poison Claw ¤ Silver Helm Special:
  1446. Fire Shield Silver Armor Exit (Rosa)
  1447. Earth Hammer Silver Gloves
  1448. Wizard Robe Default (Rosa 2): #: Artifact
  1449. Magma Stone (nc) ¤t Prisoner Clothes # ¤: Unique
  1450. t: Temp
  1451. Bosses:
  1452. Magus Sisters (Sandy, Cindy, Mindy) Lost & Found:
  1453. Valvalis Silence Staff (Marion \ 3-4)
  1454.  
  1455. - You will no longer have access to this dungeon once you clear the
  1456. events here.
  1457. - You can return to Troia, but you'll automatically return to Zot once
  1458. you board your airship again.
  1459. - The Fire Mail and Fire Shield make the wearer weak to Fire and resistant
  1460. to Ice.
  1461. - Yang should go with a Fire-Ice combo, but you can ditch the Ice later.
  1462. The Carapace is the only enemy resistant to Fire, but they're only found
  1463. on 1F and 2F. Even when an enemy resists the element of one the claws,
  1464. the element they're weak to will take priority.
  1465. - You don't have to fight the flans if you'd rather save the MP. Psych
  1466. still works well on most of the enemies here. This is, sadly, the last
  1467. dungeon where that's the case. Some enemies have MDF figures that are
  1468. equal to or just a little above Psych's base power value, so it can
  1469. still work with favorable RNG. Eventually, though, even that won't help.
  1470. - Kick doesn't hit flans, and it's not because they have max DFP. It's
  1471. a very redundant attribute, though, since the damage would still be 0
  1472. even if it did hit them.
  1473. - The second chest you find is a monster-in-a-box; you'll have to fight
  1474. a Flame Dog for the Fire Sword. Switch to that unless you're already
  1475. one-shotting everything with the Slumber Sword. That one's also good
  1476. for inflicting Sleep on flans and back row enemies. At least switch to
  1477. the Fire Sword for the bosses.
  1478. - The Poison Claw inflicts Poison, which is completely insignificant,
  1479. but you should still equip it, since it boosts accuracy and Strength.
  1480. - You can use the Earth Hammer during battle to cast Quake, which does
  1481. a fair amount of damage (1x200) to all (non-flying) enemies. Good for
  1482. taking out flans, not that you'll be running into many of those, since
  1483. you're pretty much at the end of the dungeon. The weapon is also Fire-
  1484. elemental.
  1485. - The Wizard Robe gives you Will +5.
  1486. - You'll fight the Magus Sisters immediately after the Save Point on 5F.
  1487.  
  1488. [Boss]
  1489. - 2200 (right), 4300 (middle), 2500 HP (left), 3000 Exp and 3000 gil each
  1490. - Their 'Delta Attack' is just regular spells reflected off Cindy (~200-
  1491. 400 pod). It's not some special attack that wipes you out like in FFX.
  1492. - Cindy (the middle one) is able to bring her sisters back to life, so
  1493. take her out first.
  1494. - Psych works well in case Tellah needs a refill.
  1495.  
  1496. - Return to save and heal. De-equip Tella, as he's going to be leaving
  1497. your party during the next event, whereas Rosa and Kain rejoin.
  1498. - Tellah's duel with Golbez results in Cecil, Yang, and Cid losing their
  1499. criticals.
  1500. - Set Rosa's gear as soon as you gain control. Give her the Gaea Robe to
  1501. make her immune to Petrification. Switch to the Wizard Robe after the
  1502. boss. You can keep Kain in the back row, as he'll only be using Jump in
  1503. the next battle.
  1504.  
  1505. [Boss]
  1506. - 6000 HP, 9500 Exp, 5500 gil
  1507. - Easily the toughest boss so far. While in her Whirlwind Mode, she uses
  1508. a nasty Weak + Ray combo. She also gets a functioning Evade (4x45%) and
  1509. is immune to magic during this time, not that you have any, since you
  1510. just lost your sage. You can cancel the mode by using Jump, but you may
  1511. not be able to prevent every Weak. Quickly use a Hi-Potion to heal the
  1512. character hit by it. With a little luck, Ray won't hit the same character
  1513. multiple times, in which case you can just ignore it. You also don't want
  1514. her to attack any character that was hit by Weak. She can deal up to 270-
  1515. 360 pod with max RNG. Using Slow helps, as always.
  1516.  
  1517.  
  1518. -- Agart --
  1519.  
  1520. - Go use the Magma Stone on the well. Afterwards, you can fly down the
  1521. hole to reach the Underworld. You won't be able to come back up until
  1522. after the next dungeon. Get some Ice Arrows for Rosa. Hang on to the
  1523. Flame Sword for a little longer.
  1524. - If you got the Drain Lance, don't bother using it. The high ATP is
  1525. offset by the second worst accuracy in the game and a -10 penalty to all
  1526. stats. It also lacks the Anti-Air element, whereas the Drain element is
  1527. resisted by any enemy that absorbs anything.
  1528.  
  1529.  
  1530. ¤~~~~~~¤ Dwarf Castle ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1531.  
  1532. Items: Items (nc): Party:
  1533. Dwarf Axe 500 gil Lv~40
  1534. Strength Wrist 500 gil
  1535. Ether2 1000 gil PC:
  1536. Elixir Carrot Rydia
  1537. Ether1 Carrot
  1538. Cure2 Carrot #: Artifact
  1539. Elixir
  1540. Ether1 Default (Rydia 2): Bosses:
  1541. Bl.Belt # Whip 3× Cal & 3× Brena
  1542. Cabin Gaea Robe (+ Calbrena)
  1543. Cabin Silver Bracelet Golbez
  1544. Cabin
  1545.  
  1546. Shop:
  1547. Fire Sword 14 000 gil Fire Mail 30 000 gil
  1548. Flame Lance 11 000 gil Fire Shield 1250 gil
  1549. Dwarf Axe 15 000 gil Wizard Robe 1200 gil
  1550. Darkness Arrow 40 gil Wizard Hat 2000 gil
  1551. Rune Bracelet 2000 gil
  1552.  
  1553. - You can't explore much of the castle initially (can't buy any gear
  1554. yet), but it opens up after the boss.
  1555. - De-equip all the items Cid has. He will no longer be joining you in
  1556. battle once you trigger the scene in the throne room.
  1557. - You're looking at two bosses in a row.
  1558.  
  1559. [Boss]
  1560. - Cal (blue, back): 1000 HP, Brena (red, front): 300 HP, 16-19 Agi,
  1561. 1000 Exp, 500 gil each
  1562. - Calbrena: 4624 HP, 11 Agi, 15 000 Exp, 5000 gil
  1563. - If dolls of only one type are present, they'll transform into Calbrena.
  1564. If Calbrena has less than 101 HP left, it'll split into the six dolls again.
  1565. - While the blue ones have more HP, they don't have boss benefits, so you
  1566. could inflict Mini or Stop.
  1567. - Calcabrina hits *very* hard, almost reaching quad digits in the worst
  1568. case. It can also inflict Confusion and Stun. It also technically has
  1569. nasty counters for elemental spells, but you can't trigger them.
  1570. |
  1571. [Boss]
  1572. - 3001 HP, 27 Agi, w:FH, 20 000 Exp, 10 000 (+1000) gil
  1573. - Rydia rejoins the party here.
  1574. - He just spams you with Fire2, Lit-3, and Virus (~100-300 pod).
  1575. - Reviving the three dead characters might be too much trouble than it's
  1576. worth. You can probably manage with just Cecil and Rydia.
  1577. - Kain should use the Fire Sword (if he's in) while Cecil uses the Legend.
  1578. - Technically, he has 22 001 HP, but the battle ends after he falls below
  1579. 19 001.
  1580.  
  1581. - Rydia is no longer able to cast White Magic.
  1582. - New spells: Fire2, Ice-2, Lit-2.
  1583. - New Summon spells: Mist, Titan, Shiva, Indra, Jinn.
  1584. - Give Rydia that Tiara you got earlier if you still have it.
  1585. - 2 Wizard Hats (Cecil, Rosa), 3 Rune Bracelets (Rosa, Rydia, Yang).
  1586. - The Flame Lance would've been useful in Zot, but it's a bit too late
  1587. for that now. You certainly don't want to use it in the next dungeon.
  1588. - The Dwarf Axe gives you Str&Vit +5 and Mag&Agi -5. Maybe worth giving
  1589. to Kain until he gets that Blizzard Lance, and it's not far. Note that
  1590. it's actually long range, not that you really want Kain or Cecil in the
  1591. back row, since your more fragile characters would have to take their
  1592. place in the front.
  1593. - Don't forget that equipping a ranged weapon gives that character the
  1594. permanent long range flag. I suppose you could consider it compensation
  1595. for the lost criticals.
  1596. - The Black Belt (Str +5) should go to Yang for now. You can give it to
  1597. Cecil or Kain later if you don't mind the low defense.
  1598. - The Power Wrist gives you Str +5. Worth using despite the low defense.
  1599. The stronger ones aren't *that* much stronger.
  1600.  
  1601. - Use the hidden path in the basement to reach the next dungeon.
  1602.  
  1603.  
  1604. ¤~~~~~~¤ Tower of Bab-il 1 ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1605.  
  1606. Items: Lost & Found:
  1607. 10× Ice Arrows Life Silence Staff (Marion \ 3-4)
  1608. 10× Ice Arrows Life
  1609. Ether1 Cure2 #: Artifact
  1610. Bandanna # Ice Shield * *: Monster-in-a-box
  1611. Blizzard Lance * Ice Armor * Boss(es):
  1612. IceBrand * 2000 gil Dr. Lugae & Balnab
  1613. CatClaw Cure2 (+ Balnab-Z)
  1614. Archer Bow Ether2 Dr. Lugae 2
  1615.  
  1616. - You will no longer have access to this dungeon after a future story event.
  1617. - You can't use Exit or Warp here.
  1618. - When alone, Flame Dogs spam you with Fire, which deals 20% mHP damage
  1619. (10% with Fire resistance, 40% with weakness) and can hit all characters.
  1620. Once again, you can use Piggy (but not Silence) to prevent it, although
  1621. if all three of your fighters are one-shotting them, it's not likely to
  1622. be necessary. As such, it's better to have Rydia use the whip than the
  1623. Change Rod, so she can stun enemies (except when they're too fast, like
  1624. the FlameMen).
  1625. × Characters with decent Magic Evade can easily avoid attacks like Fire
  1626. when the enemy has 0 Magic.
  1627. - The Silence Staff is the one rare drop I have to recommend getting.
  1628. It's only slot 3, so it's *significantly* easier than a slot 4 drop. 1F
  1629. is the best place. Just run away from the other battles. If you have a
  1630. fast-forward option, use it. You can get one in a few hours (IGT).
  1631. - The Silence Staff is pretty much the best staff in the game. It's got
  1632. Will +10, Silencestrike and Magekiller. There's another staff with Will
  1633. +15, but by the time you get that, Rosa's Will could be so high she won't
  1634. even need those extra 5 points.
  1635. - There are two trapped chests on the second floor (Alert + Stoneman &
  1636. Alert + Chimera) and two more on the fourth (Alert + FlameDog & Alert +
  1637. Naga). The Alerts have 254 MDF.
  1638. - The Cat Claw is pretty much Yang's best weapon, with high accuracy,
  1639. Str & Agi +5, and Sleepstrike.
  1640. - You'll start running into Chimeras above 3F. When alone, they spam you
  1641. with Blaze, which deals 25% mHP damage (10% with Ice resistance, 50% with
  1642. weakness) and can hit all characters. They're immune to Porky, Sleep, and
  1643. Stun, and they resist all three main elements, so maybe have one of your
  1644. fighters switch to a non-elemental weapon. You might want to use Jump on
  1645. them when they're in the back row.
  1646. - With two save points and flans only common on two floors (4F and 5F),
  1647. it's unlikely Rydia will need to do any draining.
  1648. - The first Save Point is on the fourth floor.
  1649. - The Ice Armor and Ice Shield make the wearer weak to Ice and resistant
  1650. to Fire.
  1651. - Medusas spam you with Ray until there's only one enemy left. Mainly
  1652. a concern when you get ambushed.
  1653. - On the 6th floor, you can see a chest that you can't reach. Just ignore
  1654. it. (It's the last Cure2 you find in the new areas, although if you come
  1655. back here later, it'll still appear to be closed even if you've opened it.)
  1656. - The second Save Point is on the seventh floor. You'll find the boss on
  1657. the floor above.
  1658.  
  1659. [Boss]
  1660. - Dr.Lugae: 4416 HP, 11 Agi, Balnab: 3927 HP, 6x86 ATP, 31 Agi
  1661. - Balnab Z: 4000 HP, 9x114 ATP, 31 Agi
  1662. - After their initial blunders, they'll settle into a simple routine,
  1663. where Balnab merely attacks and the Doctor provides support by using
  1664. Heal on Balnab.
  1665. - Try to take them out at the same time. If you take out Lugae first,
  1666. Balnab will self-destruct using Explode. If you take out Balnab first,
  1667. you'll have to face Balnab-Z, who attacks twice then self-destructs.
  1668. Getting killed by Explode results in the character losing criticals.
  1669. |
  1670. [Boss]
  1671. - 6600 HP, 27 Agi, 15 000 Exp, 4000 gil, Tower Key (Unique, Temp)
  1672. - He starts off by poisoning your whole party, but it won't have time to
  1673. take effect, as he regularly uses Heal on your whole party. His Sleep
  1674. counter won't be much of an issue for the same reason. The only thing
  1675. you have to worry about is his Laser, which has a 20% cHP base power,
  1676. but if you deal some damage, it'll quickly lose its edge.
  1677. - Give Yang Thunder Claws for maximum ownage.
  1678.  
  1679. - Use the key on the locked door on the 5th floor. De-equip all of
  1680. Yang's gear (or at least the rare stuff) before going in. Give his
  1681. Bandanna and Black Belt Dougi to Cecil or Kain.
  1682. - Once Yang is gone, it's time to leave the tower. Another scene will
  1683. take place, and you'll find yourself on the overworld with no way to
  1684. return underground.
  1685.  
  1686.  
  1687. -- Baron Castle --
  1688.  
  1689. Special: Enterprise upgrade
  1690.  
  1691. - Go talk to Cid's assistants on the east side of the castle. They'll
  1692. proceed to modify your airship, so you can use it to pick up the
  1693. Hovercraft. This allows you to access the cave on the Eblana continent.
  1694. You know, the continent where the Tower of Babil sticks out and where
  1695. you also find the abandoned Eblana Castle (which you should check out
  1696. once Edge joins if you ignored it earlier).
  1697.  
  1698.  
  1699. ¤~~~~~~¤ Cave of Eblana ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1700.  
  1701. Items: Party:
  1702. Shuriken Elixir Lv40-45
  1703. Heal Cure2
  1704. 1200 gil Cabin PC:
  1705. Cure1 (nc) Cure2 Edge Lv25
  1706. Cure1 (nc) 800 gil
  1707. Ether1 850 gil Default (Edge):
  1708. Tent Life Short Sword
  1709. Cure2 Life Short Sword
  1710. Cure 3 Life Bandanna #
  1711. Shuriken Drain Sword ¤* Bl.Belt #
  1712. Elixir Ether2 Silver Gloves
  1713.  
  1714. Lost & Found: *: Trap
  1715. Zeus Gloves (Staleman 2-4) #: Artifact
  1716. ¤: Unique
  1717. Shop:
  1718. Power Staff 2000 gil Ice Armor 35 000 gil
  1719. IceBrand 26 000 gil Black Robe 10 000 gil
  1720. Blizzard Lance 21 000 gil Ice Shield 10 000 gil
  1721. Short Sword 4000 gil
  1722. Archer Bow 3000 gil
  1723. Poison Arrow 70 gil
  1724.  
  1725. - You should get Edge to join your party as soon as possible and get
  1726. the items afterwards.
  1727. - The Power Staff does ok damage but also inflicts Berserk, so don't
  1728. use it if it doesn't result in a kill. If you got the Silence Staff,
  1729. you don't need it.
  1730. - The Zeus Gloves are a common drop (*if* you get a drop), but the
  1731. Staleman itself is a rare encounter, so you can forget about it. You
  1732. can't get it from the trapped chest encounter.
  1733. - You'll find an underground settlement on the B2 floor.
  1734. - The Black Robe is supposed to give you Wisdom +5, but this was changed
  1735. to Will for some reason. Still worth using for the defense increase.
  1736. - The chest in the save room is a monster-in-a-box; you'll have to fight
  1737. two Stalemen for the Drain Sword.
  1738. - At the end of the cave (right after the save point), Edge will join
  1739. your party as the fifth and final party member. The event battle here
  1740. will *not* affect your criticals.
  1741. - Edge has three Command Abilities:
  1742. 1. Ninjutsu: Ninjutsu skills are basically spells. You'll start off
  1743. with just one (Flame). Not much use for them.
  1744. 2. Throw: Throw allows you to throw ninja stars and some regular weapons.
  1745. The damage is usually pretty good, but keep in mind, everything you
  1746. throw will be lost in the process. The damage equals Edge's Lv * ATP
  1747. (+ 0~98 random). The weapon's element/type modifiers are ignored.
  1748. 3. Steal: Steal allows you to steal items from enemies. It's the same
  1749. item that's first on their drop list (as in, nothing too impressive).
  1750. You can steal multiple times from the same enemy. The chance of success
  1751. equals 50 + Edge's Lv - enemy SR.
  1752. - Triple digit HP is not going to cut it, so you'll want to spend some
  1753. time leveling up Edge. At Lv40, he'll have about as much HP as Rydia,
  1754. which isn't great, but I guess it'll have to do. Eventually, he'll have
  1755. about as much HP as Rosa. Start off building up here, but maybe move to
  1756. the first level of the tower later, where you can possibly score the Bomb
  1757. summon.
  1758. - Edge can equip Yang's claws, but can't match his ATP. Even so, if you
  1759. find Edge's damage output a bit too underwhelming even after getting a
  1760. bunch of levels, you could try giving him the Cat Claw and see if it that
  1761. makes him more useful. He'll get better eventually, though.
  1762. - The three elemental claws can boost Edge's damage output substantially
  1763. when applicable. Fire and Ice have very limited use, but at the very
  1764. least hang on to the Thunder Claw.
  1765. - If you want to give Edge the long range flag (with a Boomerang or the
  1766. Full Moon), note that the long range weapon has to be equipped either
  1767. in his right hand or as his sole weapon. Again, once the flag is on, it
  1768. stays on, regardless of what the character equips.
  1769.  
  1770.  
  1771. ¤~~~~~~¤ Tower of Bab-il 2 ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1772.  
  1773. Items: Special:
  1774. Cure3 Middle Sword Flood & Blitz (Ninjutsu)
  1775. Cure3 82 000 gil
  1776. Ogre Axe (trap) Cure2 Lost & Found:
  1777. 2000 gil Poison Claw (nc) Bomb Summon (Balloon \ 4)
  1778. Cure2 Silence Staff (Sorcerer \ 3-4)
  1779. Boss:
  1780. Rubicant
  1781.  
  1782. - You'll be exploring different areas of the tower than last time, and will
  1783. no longer have access to these areas once you complete the events here.
  1784. - Watch out for those counters (Blaster, Charm), Cecil and Kain should
  1785. be able to take out BackCats with a single normal attack. Lamias often
  1786. appear in eggs, so you can get one free hit in, with the next one likely
  1787. resulting in a kill. If Rydia needs a fill up, Lamia eggs are her best bet.
  1788. - Lamias are immune to Stun and Sleep. BlackCats are immune to Mini and
  1789. Toad. Mad Ogres have 254 MDF and are immune to Porky and Toad.
  1790. - If Rydia has reached Lv46, she could wipe out whole groups with Stone,
  1791. but it does have limited accuracy.
  1792. - If you got the Silence Staff, Rosa can do some nice damage to Mad Ogres.
  1793. - If you think you're up for it, B1 is the best place for scoring the Bomb
  1794. summon, with two common Bomb encounters. Again, just run away from the
  1795. other battles.
  1796. - The chest on B2 is a monster-in-a-box; you'll have to fight 4 Mad Ogres
  1797. for the Ogre Killer.
  1798. - The Save Point is on the north side of B3.
  1799. - The boss awaits you on the 5th floor. Before you get to fight him,
  1800. you'll have to go through an event battle with K.Eblan and Q.Eblan.
  1801. You don't have to do anything in that one, though, as the battle ends
  1802. on its own. Edge learns Flood and Blitz during the scene that follows.
  1803.  
  1804. [Boss]
  1805. - 25 200 HP, 38 Agi, W/A:I, 25 000 Exp, 7000 gil
  1806. - Ruby's kind enough to fully heal you right before the battle begins.
  1807. - He'll counter regular attacks with Fire2 (~70 pod to all), so just hold
  1808. back if you need time to heal. His most dangerous attack is Glare (~2000
  1809. pod, F), which he uses at a slow pace, but even if it kills someone, you
  1810. have plenty of time to revive them. You don't even necessarily have to
  1811. revive them yourself. For some reason, Ruby will revive any dead characters
  1812. if you cast Fire magic (other than Ifrit) on him.
  1813. - He'll absorb Ice-elemental magic when he's blocking with his cape. If
  1814. you're not sure Rydia can get the spell in before he puts it up, use
  1815. Ice-2 instead of Ice-3/Shiva. Even if it gets absorbed, it'll only heal
  1816. him for at most ~1k. Same goes for Flood.
  1817. - For some reason, the cape, indeed, only affects Ice magic. Ice-elemental
  1818. weapons will still deal considerable damage regardless.
  1819.  
  1820. - The door behind Ruby leads you to the Crystal Room, but you won't be
  1821. able to take more than a few steps here before a trap floor sends you
  1822. falling down a bunch of floors. This isn't one of the areas you've
  1823. previously explored, though. Just keep going, and you'll soon obtain
  1824. the second airship, the Falcon.
  1825. - Q.Lamias don't counter normal attacks with Charm.
  1826. - Check the other door on 7F for a buggy hidden item. There are four
  1827. more of these in the upcoming dungeons.
  1828.  
  1829.  
  1830. -- Dwarf Castle --
  1831.  
  1832. Item (nc): Special:
  1833. Luca Necklace (Unique, Temp) Falcon upgrade
  1834.  
  1835. - Initially, the Falcon is unable to fly across lava, but you can
  1836. quickly take care of that by visiting Cid in the Dwarven Castle.
  1837. - You'll also need the Luca Necklace in order to enter the Sealed Cave.
  1838.  
  1839. -- Kokkol, the Smith's --
  1840.  
  1841. Items:
  1842. Heal (nc) Elixir (nc)
  1843. Cure2 (nc) 1000 gil
  1844.  
  1845. - In the southeast corner of the Underworld.
  1846. - The chest is quite well hidden. Check the walls *very* thoroughly.
  1847.  
  1848.  
  1849. ¤~~~~~~¤ Tomra ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1850.  
  1851. Items:
  1852. Cure2 Cure2 (nc)
  1853. 470 gil (nc) Cabin
  1854. 490 gil 480 gil
  1855.  
  1856. Shop:
  1857. Middle Sword 7000 gil Diamond Armor 40 000 gil
  1858. Chain Whip 6000 gil Diamond Helm 10 000 gil
  1859. Ogre Axe 45 000 gil Diamond Gloves 5000 gil
  1860. Mute Arrow 100 gil Diamond Bracelet 4000 gil
  1861. Diamond Shield 15 000 gil
  1862. Tiara 20 000 gil
  1863.  
  1864. - A town in the southern region of the Underworld.
  1865. - Chain Whip, Diamond Armor, Diamond Gloves = 51k.
  1866. - I'd stick to the old Str-boosting gear (Strength Wrist, Bandanna,
  1867. Black Belt), but the choice is yours. Grab a Tiara for Rydia if you
  1868. missed it back in Mist. No need to buy another Middle Sword. Just get
  1869. the gear from the Sealed Cave. It's on the first two levels (check the
  1870. second and last doors from right to left along the north wall on B2).
  1871. Don't finish the dungeon yet, though, unless you're passing up on the
  1872. optional dungeons.
  1873.  
  1874. -- Underworld 3 --
  1875.  
  1876. Theft: Ether1 (GlomWing)
  1877.  
  1878. - On the southern part of the Sylvan region, you'll find some enemies
  1879. you can't encounter anywhere else.
  1880. - For whatever reason, the victory music doesn't fade out as quickly
  1881. here as it normally does. It can easily fool you into thinking you got
  1882. an item drop even though you didn't.
  1883.  
  1884. - You now have access to three new dungeons: Sealed Cave, Sylvan Cave,
  1885. and the Land of Summon Monsters. Only the first one is mandatory, but
  1886. the others are (also) filled with nice magic items, so check them out
  1887. too once you feel like you're up for the task.
  1888.  
  1889.  
  1890. ¤~~~~~~¤ Land of Summon Monsters ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1891.  
  1892. Items:
  1893. Life Ninja Sword ¤ 2000 gil
  1894. Ether1 Life RatTail ¤t
  1895. Cure2 Cure3 Heal
  1896. Cure2 Defense Sword ¤(trap) Life
  1897. Cabin Ether1 10× Samurai Arrows
  1898. Cure2 3000 gil Samurai Bow ¤
  1899. Poison Axe 2000 gil Ether2
  1900. Elixir ¤: Unique
  1901.  
  1902. Special: Bosses: Lost & Found:
  1903. Asura Summon Asura Silence Staff (Conjurer \ 3-4)
  1904. Leviathan Summon Leviatan
  1905.  
  1906. Shop:
  1907. Long Sword 11 000 gil Sorcerer Robe 30 000 gil
  1908. Blitz Whip 10 000 gil Aegis Shield 20 000 gil
  1909. Charm Rod 5000 gil Charm Arrow 110 gil
  1910. Lunar Staff 7000 gil
  1911.  
  1912. - On an "island" west of the Dwarf Castle.
  1913. - Cast Float on your party to avoid getting damaged by the floor (50
  1914. points a step). You'll need to cast it again whenever you move to
  1915. another area.
  1916. - Most of the enemies have 32-35 Speed, so inflicting ailments with
  1917. normal attacks can be difficult.
  1918. - The Warriors and Fiends are fairly tough, but they have no ailment
  1919. immunities. The Fiends counter any damage with Charm, but, once again,
  1920. inflicting Porky will easily prevent that. If you don't have the Change
  1921. Rod, use Toad instead. Their SR is a bit too high to make Stun/Sleep
  1922. all that useful. If Rydia has Quake (Lv44) and you don't mind burning
  1923. the MP, you can use that to wipe them out easily.
  1924. - Red Eyes try to confuse you as their third action. You can confuse
  1925. them or petrify them.
  1926. - Psych works ok on Warriors, Arachnes, and Conjurers.
  1927. - Psych works best on Hooligans (12 MDF), but using magic on them puts
  1928. them in Weak Mode, and you can't easily cancel it, so you better finish
  1929. them off quickly afterwards or inflict Silence or Toad.
  1930. - The Clappers only spam you with Blitz, which does 50% max HP damage
  1931. with no Thunder resistance. Use Weak if you have it (Lv48). Getting
  1932. back attacked by two of them could get ugly, but at least it's unlikely,
  1933. seeing as they're the least common enemies here. If things aren't looking
  1934. too good, don't hesitate to flee.
  1935. - The last chest on the B3 floor is a monster-in-a-box; you'll have to
  1936. fight 5 Warriors for the Defender. Give this one to Kain if you already
  1937. got the Light Sword.
  1938. - After passing through the cave, you'll find the Town of Summon Monsters.
  1939. - There's a hidden teleporter on the B4 floor that takes you to the
  1940. Samurai Bow. There's another hidden teleporter in this room that takes
  1941. you back to the world map. Try not to use it on accident.
  1942. - Blitz Whip, 2 Sorcerer Robes, 2 Aegis Shields = 110k.
  1943. × Get a Lunar Staff (Will +10) if you didn't get the Silence Staff.
  1944. - There's a free Charm Rod (Wis +10) in the Sylph Cave, but if you
  1945. really can't wait, it's only 5 grand.
  1946. - There's a Save Point in one of the houses on the B5 floor. Use it
  1947. before challenging the bosses.
  1948. - On the bottom floor of the library, you'll find two human NPCs who
  1949. are actually Asura and Leviathan. Defeat them to obtain their summons.
  1950.  
  1951. [Boss]
  1952. - 23 000 HP, 66 Agi, 20 000 Exp
  1953. - She casts Cure4 (100% HP), Life1 (no effect) and Cure3 (2000-3000 HP)
  1954. while relying entirely on counterattacks to deal damage. Bring her speed
  1955. down by casting Slow twice, then hit her with Reflect. Rydia can still
  1956. use Quake and summons, though. You can also Berserk your fighters.
  1957. - Keep in mind, Reflect wears off after a while, but Slow makes it last
  1958. longer.
  1959. - You can get her to cast a spell on loop if you just attack her once
  1960. during the casting time of the spell or after the spell (but before she
  1961. starts casting the next spell).
  1962.  
  1963. - Better go heal up before taking on the other one.
  1964.  
  1965. [Boss]
  1966. - 35 000 HP, 53 Agi, w:T, 28 000 Exp
  1967. - Big Wave does 25% mHP damage to all. He'll use Ice-2 once or twice
  1968. between each of those.
  1969. - Might want to use Slow (and Berserk) again.
  1970.  
  1971.  
  1972. ¤~~~~~~¤ Sylvan Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1973.  
  1974. Items:
  1975. 10× Charm Arrows Cure3 1000 gil
  1976. Cure2 Heal Cabin
  1977. Cure2 Heal 10× Fire Arrows
  1978. Heal Ether1 10× Ice Arrows
  1979. Charm Rod Elixir * 10× Lit Arrows
  1980. Cure2 Elixir * Ether1
  1981. 3000 gil Elixir * Cure2
  1982. Heal Full Moon Chakram ¤* Mute Dagger ¤*
  1983. 2000 gil Avenger * Elixir
  1984. Cure2 10× Medusa Arrows * CatClaw
  1985. ElvenBow ¤ Poison Claw #
  1986.  
  1987. Lost & Found: #: Artifact
  1988. Ribbon (ToadLady \ 4) ¤: Unique
  1989. Cursed Ring (Ghost \ 4) *: Monster-in-a-box
  1990.  
  1991. - A cave in the northwest part of the Underworld.
  1992. - This one's not as linear as the LoSM. The path splits when you take
  1993. the first stairs down. The northern path leads to the six trapped chests,
  1994. whereas the southern path leads to the Sylphs' home. At the end of both
  1995. paths is a warp that takes you back out.
  1996. - There's quite a bit of stuff here, so watch your inventory space.
  1997. - Malboros always start off with Bad Breath (Toad, Mini, Porky, Silence,
  1998. Darkness, Confuse), and they'll use it again after a few other attacks.
  1999. Fortunately, it only affects a single character and it misses if the
  2000. character is immune to even one of those ailments. You can use gear like
  2001. the Rune Bracelet (Rosa, Rydia, Edge), Headband (any), or RubyRing (any).
  2002. - As for dispatching them, Toad works when there are no other enemies
  2003. present. Typically the case on B1 and B3. On B2 and B4, they're usually
  2004. tagging with DarkTrees or DarkTrees and Ghosts. If it's just DarkTrees,
  2005. you could try your luck with Stone. When there are both, then there's
  2006. only one Malboro, so you can just use a single target Toad. Stun only
  2007. puts them on hold for 13 ATB, but it's still something. Rydia won't be
  2008. stunning anyone when she's using the Change Rod, but, like I said, you
  2009. could equip Edge with the Cat Claw.
  2010. - DarkTrees are only immune to Porky, Mini, and Toad. Edge can one-shot
  2011. them with a Fire Claw.
  2012. - Ghosts are immune to Stun, Sleep, and Petrification. You can probably
  2013. one-shot them. Also ok for Psych.
  2014. - The Toad squad is in no way dangerous, just annoying. Once you take
  2015. out the Lady, the toads will do nothing. You can prevent her from
  2016. commanding the toads by inflicting Toad. Psych works well on the Lady.
  2017. - Quake is highly effective here.
  2018. - The six chests the teleporter leads you to are all trapped.
  2019.  
  2020. 1-3: 6× Ghosts -> Elixir
  2021. 4. 2× DarkTrees, 2× Molbols -> Full Moon Chakram 123
  2022. 5. 2× Molbols -> Avenger 456
  2023. 6. 2× Centipedes -> 10× Medusa Arrows
  2024.  
  2025. - The Avenger is a Holy-elemental, two-handed sword with Auto-Berserk.
  2026. Might want to use it on the boss in the Sealed Cave.
  2027. - There's one more monster-in-a-box closer to the Sylphs' place, in a
  2028. little room only accessible through a hidden passage; you'll have to
  2029. fight a ToadLady and 6 TinyToads for the Mute Dagger.
  2030.  
  2031.  
  2032. ¤~~~~~~¤ Sealed Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2033.  
  2034. Party: Boss:
  2035. Lv45-55 EvilWall
  2036.  
  2037. Items:
  2038. Long Sword Light Sword ¤ Cure2
  2039. Ether1 Ninja Star Life ¤: Unique
  2040. Life Elixir Life t: Temp
  2041. Cure2 5000 gil Ether2
  2042. Ether1 Long Sword Cure3
  2043. Life Ninja Hood ¤ Shadow Sword (nc)
  2044. Life Ether1 Darkness Crystal ¤t (nc)
  2045.  
  2046. - This is the cave near Tomera. Use Luca's Necklace to gain access.
  2047. - You'll have to fight a number of fixed encounters with some TrapDoors
  2048. here. They have a nasty attack called Disrupt that instantly kills the
  2049. target, and they can also transform into another monster (a Manticore
  2050. or a Yellow Dragon) when their HP gets low. Many of them only lead to
  2051. empty rooms, but the Experience is quite good. There are 15 of them in
  2052. total, but only 3 of them are completely mandatory.
  2053. - VampLadies use Glance (Confuse) as their 4th action unless they're
  2054. the only type of enemy left.
  2055. - Manticores use Blaze as their first of three actions. Petrification
  2056. is the only ailment worth hitting them with.
  2057. - The first Save Point is on B2, behind the fifth door.
  2058. - The Ninja Hood is the only (easily available) piece of gear that can
  2059. boost Cecil's Agi (+3). He doesn't really need it in this version, though.
  2060. - When you first reach B3, you'll be in a little room with two chests.
  2061. The exit is south, but it might be a little hard to notice.
  2062. - There are no encounters below B3.
  2063. - The second Save Point is on B4. You'll encounter the boss on B5 after
  2064. grabbing the Crystal.
  2065. - Check the stairway leading to B5 to find another unintentional hidden
  2066. item. You can also check one of the ropes nearby to fight 6 Ghosts.
  2067.  
  2068. [Boss]
  2069. - 19 000 HP, 66 Agi, 23 000 Exp, 8000 gil
  2070. - You have very little time until he gets close and starts instantly
  2071. killing your characters with Crush. If all else fails, you can level
  2072. up to Lv50, at which point you can utterly destroy him with Holy and
  2073. Flare. I myself build up at the Sylvan Cave. Better have something
  2074. playing in the background while grinding. May I suggest 2D streamers
  2075. from Japan?
  2076. - In the unlikely event that you've managed to score a Ribbon, you can
  2077. equip that to make a character immune to Instant Death.
  2078.  
  2079. - De-equip Kain right before you reach the entrance, as he'll leave the
  2080. party again.
  2081.  
  2082.  
  2083. -- Dwarf Castle --
  2084.  
  2085. Special: Falcon upgrade 2
  2086.  
  2087. - Go see the king. After the scenes that follow, you'll be able to use
  2088. the Falcon to return to the Overworld. Once the path is open again, you
  2089. can use it with either airship.
  2090. - Note that, while you can already give Kokkol the Adamantite, he won't
  2091. be done until you get the Whale.
  2092. - If you don't have a Thunder Claw, pick one up either in Baron or Fabul.
  2093. Edge should use that in the next dungeon.
  2094.  
  2095. -- Mysidia --
  2096.  
  2097. - After the scene here, you'll have the, er... Big Whale. Inside the
  2098. Whale, you can rest and access the Fat Chocobo without using any greens.
  2099. Examine the crystal to fly to the Moon and back. To simply fly around,
  2100. examine the thing north of the crystal. The Whale is slower than the
  2101. airships, though, and you can't take it to the Underworld.
  2102.  
  2103. -- Grotto Adamant --
  2104.  
  2105. Item (nc): Adamant (Artifact, Temp)
  2106.  
  2107. - Trade the Rat Tail for a chunk of Adamantite.
  2108. - This place is on a little island near Silvera. You'll have to use
  2109. the Hovercraft in order to reach it.
  2110.  
  2111. -- Kokkol, the Smith's --
  2112.  
  2113. Item (nc): Excalbur (Unique)
  2114.  
  2115. - Kukuro will use the Adamantite to upgrade the Legend Sword to the
  2116. Excalibur.
  2117.  
  2118. - The Odin summon is also now available (in Baron). Feel free to pick
  2119. that up if you think you're up for it.
  2120.  
  2121.  
  2122. -- Fabul --
  2123.  
  2124. Items (nc): Special:
  2125. Pan (Unique, Temp) Sylph Summon
  2126. Spoon (Unique)
  2127.  
  2128. - This little side quest has a very limited time window, so it's now
  2129. or never. The quest involves running back and forth between Yang in
  2130. the Sylvan Cave and his wife in Fabul. Like so:
  2131. 1. Find Yang in the Sylph Cave and talk to the fairies. Perhaps you
  2132. already did. If not, take the southern stairs on B2. Cast Float to
  2133. avoid floor damage.
  2134. 2. Talk to Yang's wife in Fabul to receive the Frying Pan.
  2135. 3. Use the pan on Yang and receive the Sylph summon.
  2136. 4. Give the pan back to Yang's wife to receive the Spoon.
  2137. - The Spoon is a weapon to be thrown by Edge and it deals fairly
  2138. substantial damage. Better save it for a special occasion.
  2139. - Even if you miss this quest, you can still get the Sylph summon later.
  2140.  
  2141.  
  2142. -- Moon Surface --
  2143.  
  2144. Lost & Found: Theft:
  2145. Bomb Summon (Balloon, Grenade \ 4) Ether (Pudding, MoonCell)
  2146.  
  2147. - There are only 3 locations here: The Lunar's Lair, Bahamut's Cave
  2148. (in the donut-shaped valley), and another place that doesn't have a
  2149. real name.
  2150. - Try hitting Grenades with Lit-1.
  2151.  
  2152. -- Lunar Settlement --
  2153.  
  2154. Shop:
  2155. Ether2 50 000 gil
  2156. Elixir 100 000 gil
  2157. Whistle 20 000 gil
  2158.  
  2159. - South of the Crystal Palace is a cave inhabited by a bunch of Hummingways.
  2160. - The Whistle is a consumable that lets you access the Fat Chocobo on
  2161. the field.
  2162.  
  2163. -- Lunar Path --
  2164.  
  2165. Items:
  2166. Elixir (trap) Heal Cure2
  2167.  
  2168. - In order to reach the Lunar's Lair, you'll have to go through two
  2169. small caves. The first one is just a little west of the palace. You'll
  2170. have to go through these caves every time you want to leave or enter
  2171. the final dungeon.
  2172. - The first chest you find is a monster-in-a-box; you'll have to fight
  2173. 2 Prokaryotes and 2 Eukaryotes for an Elixir.
  2174.  
  2175.  
  2176. ¤~~~~~~¤ Lunar's Lair ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2177.  
  2178. Item (nc): TPC: Default (FuSoYa):
  2179. 280 gil FuSoYa Lv50 Lunar Staff Sorcerer Robe
  2180. Wizard Hat Diamond Bracelet
  2181.  
  2182. - You'll be joined by FuSoYa, who will accompany you for the next dungeon.
  2183. × FuSoYa has no critical hits natively.
  2184. - Check the door leading to the crystal room for some gil. You can also
  2185. check the healing panel for a "monster-in-a-box."
  2186. - Once you return to the Blue Planet, you'll automatically end up inside
  2187. the Giant of Bab-il, and you're stuck there until you're finished. Grab
  2188. the Defender from storage as well as some Lightning Arrows, if you have
  2189. any. Lightning weapons deal quad damage to machines (and not because of
  2190. the element), and all the normal enemies in the next dungeon are machines.
  2191.  
  2192.  
  2193. ¤~~~~~~¤ Giant of Bab-il ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2194.  
  2195. Items: PC: Bosses:
  2196. Shuriken Kain Four Fiends
  2197. Cure2 (Scarmiglione,
  2198. Ether1 Default (Kain 3): Rubicante,
  2199. 10× Samurai Arrows Gungnir ¤ Cagnazzo,
  2200. Cabin Samurai Shield # Barbariccia)
  2201. Life Samurai Helm # CPU (+ Attacker & Defender)
  2202. Life Samurai Armor # #: Artifact
  2203. Elixir (trap) Samurai Gloves # ¤: Unique
  2204.  
  2205. - You will no longer have access to this dungeon once you complete the
  2206. events here.
  2207. - You can't drain MP from any of the enemies here, but there's a save
  2208. point at the end, right before the bosses.
  2209. - You can use a single target Thunder spell to cause Beamers and Machines
  2210. to malfunction and start attacking their allies.
  2211. - Stun works very well on Horsemen thanks to the overflow (if it hits).
  2212. Status ailments won't help you with any of the other enemies here.
  2213. - Use Weak on MacGiants and D.Machines, or at least the latter. The
  2214. MacGiants take good damage from Lightning weapons, so it might not be
  2215. needed for those. The dragon is the only enemy here who isn't a machine-
  2216. type, despite both their name and appearance.
  2217. - The last chest you find is a monster-in-a-box; you'll have to fight the
  2218. Last Arm (9500 HP) for an Elixir. You may want to save before this one,
  2219. as it might permanently lock you into battle by constantly inflicting a
  2220. massive 150 ATB Stop with Magnet. If below 1001 HP, it'll self-destruct.
  2221.  
  2222. [Boss: Elements] FITHA Attacks of note
  2223. - Scar: 17 000 HP WAAAA -
  2224. - Ruby: 29 000 HP AWAAA Fire3, Glare
  2225. - Cag: 17 000 HP AAWAA Big Wave (25% mHP \all)
  2226. - Barb: 30 000 HP Ww Storm (single digit HP \all)
  2227. - 89 Spd, 62 500 Exp, 10 000 gil
  2228. - You'll be fully healed before the battle.
  2229. - You'll be fighting each of the Four Elements again in a single battle,
  2230. one at a time. They're technically split into two pairs, where each pair
  2231. is combined into one enemy, with their HP pool being shared and the boss's
  2232. appearance and elemental attributes being altered on the fly. Once below a
  2233. certain HP threshold, Scar is changed into Ruby and Cag is changed into Barb.
  2234. - The first of each pair has to spend an actual turn to set their resistances.
  2235. This action will remain part of the boss's action loop, even though it
  2236. becomes redundant after the first time.
  2237. - For whatever reason, the White spell deals normal damage to an Undead
  2238. enemy even if it's supposed to absorb Holy, Scar 2 being the only enemy
  2239. with such a combination. Holy-elemental weapons will still be resisted,
  2240. though. Eg. the Defender will deal about 1 grand more damage than the
  2241. Excalibur. The Flame Sword and Icebrand would substantially outperform
  2242. even that against the first two bosses respectively, but it really doesn't
  2243. have to be that precise. Elemental spells and jutsu will get the job done
  2244. easily.
  2245. - All of these fights are simpler than when you first fought them. Ie. Ruby
  2246. doesn't use his cape, etc.
  2247. - Scar only deals damage with normal attacks, but the damage can be pretty
  2248. high (1000 pod), and the bosses are very fast. Cecil needs 36 Agi to push
  2249. them to 2 ATB. Slow will carry over from the first of a pair to the other.
  2250. - If you finish off the first of a pair when their action was queued, the
  2251. boss that follows will perform that action instead.
  2252. - Barbariccia uses Maelstrom as her sixth and last action in her AI loop.
  2253. Try to be ready for it.
  2254.  
  2255. - Return to save.
  2256. - FuSoYa will leave the party after the next boss. If he's still using his
  2257. default gear, you can just keep it on, since it's stuff you can just buy.
  2258.  
  2259. [Boss: CPU] Action
  2260. - CPU: 20 000 HP, 38 Spd Wall (self)
  2261. - Attacker: 2000 HP 31 Spd Maser: 10% mHP dmg \all
  2262. - Defender: 2000 HP, 111 Spd Remedy: Heal 10% mHP (CPU)
  2263. - 50 000 Exp each, 10 333 gil
  2264. - If you take out both of the small orbs, the big orb will kill a couple
  2265. of your characters with Globe 199, and then simply revive them (the orbs,
  2266. not your characters).
  2267.  
  2268. - Your party will consist of the five main characters for the rest of
  2269. the game.
  2270.  
  2271.  
  2272. -- Kokkol, the Smith's --
  2273.  
  2274. Shop:
  2275. Shuriken 20 000 gil
  2276. Ninja Star 50 000 gil
  2277. Samurai Arrow 140 gil
  2278.  
  2279. - A new shop is available.
  2280.  
  2281.  
  2282. -- Baron Castle --
  2283.  
  2284. Special: Boss:
  2285. Odin Summon Odin
  2286.  
  2287. - Now that you've been to the land of the summon monsters, you can fight
  2288. Odin in the Baron Castle. Just head to the basement from the east tower.
  2289.  
  2290. [Boss]
  2291. - 20 500 HP, 43-46 Agi, W:T, 18 000 Exp
  2292. - He'll attack 3-1 times, then use Zantetsuken, which will pretty much
  2293. annihilate you (3000-6000 pod to all). Do try to take him out before
  2294. that happens. Holy and Flare should bring it home, once again.
  2295.  
  2296. - You can store the Thunder Claw (and other claws) at this point.
  2297. They've served you well. A couple of them could still be of use when
  2298. farming certain rare drops.
  2299.  
  2300.  
  2301. ¤~~~~~~¤ Cave Bahamut ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2302.  
  2303. Items: Lost & Found:
  2304. Samurai Gloves # Ribbon (Warlock \ 4)
  2305. Samurai Shield # Artemis Bow (Kary \ 4) #: Artifact
  2306. Samurai Armor # Rune Axe (RedGiant \ 4)
  2307. Samurai Helm #
  2308.  
  2309. Special: Boss: Theft:
  2310. Bahamut Summon Bahamut 10× Artemis Arrows (Kary)
  2311.  
  2312. - Warlocks use Weak when alone (with an Attack/Weak loop).
  2313. - If all enemies are Karies, they'll throw some hits at you before using
  2314. their special attack, Hug, which will fully heal the target while at the
  2315. same time causing full Petrifaction. After that, they'll run away.
  2316. - Warlocks are only immune to Toad, and Karies are only immune to Porky
  2317. and Toad. Both are very vulnerable to Stun thanks to the overflow, although
  2318. it can be difficult to hit them during their ATB charge. Safer to just
  2319. have Rydia use the Change Rod on the mages.
  2320. - You can steal Artemis Arrows from the Karies. They're the strongest
  2321. arrows by far and have quad power against dragons. Rosa should stick to
  2322. a staff, though, to boost her Cure magic.
  2323. - Use Weak on RedGiants and D.Bones. If there are two RedGiants, you
  2324. might want to beat up the other one to save MP.
  2325. - Before you can reach Bahamut, you'll have to take care of three fixed
  2326. Behemoth encounters, easily predicted when you're forced on a single
  2327. tile wide path. They rely almost entirely on counterattacks to deal
  2328. damage, and you're going to have to eat quite a few of those. Instant
  2329. ownage stuff doesn't work, since they have the boss flag, and offensive
  2330. magic potency is limited thanks to their 254 MDF. Use only the strongest
  2331. attacks and cast Blink to avoid damage. If Rydia has Bomb, she should
  2332. use that to save MP. Don't use Holy-elemental magic (White, Meteo) or
  2333. they'll retaliate with Maelstrom, leaving your whole party with single
  2334. digit HP. These guys won't respawn, so you can safely warp out to save
  2335. and recover your health whenever needed.
  2336. - Unfortunately, there's no save point here. It's not a long dungeon,
  2337. though.
  2338. - Assuming you've already got Asura and Leviathan, you can fight Bahamut
  2339. for his summon.
  2340.  
  2341. [Boss]
  2342. - 37 000 HP, 27 Agi, 35 000 Exp
  2343. - Bahamut will count down from 5 and then unleash Mega Flare, which
  2344. deals fairly massive damage, anywhere between 1000-6000 pod. You can
  2345. Reflect it, but you don't have enough time to cast it on everyone.
  2346.  
  2347.  
  2348.  
  2349. ¤~~~~~~¤ Lunar Subterrane ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2350.  
  2351. Items: Party:
  2352. B1 | Ninja Suit ¤* B5 | White Robe ¤ Lv60-70
  2353. B2b| Life Staff ¤* B5 | Crystal Helm ¤*
  2354. B2a| Flame Whip ¤ B5 | Cabin
  2355. B2a| Dragoon Shield ¤ B6 | Ninja Star
  2356. B3 | Dragoon Helm ¤ B6 | 10× Artemis Arrows
  2357. B3 | Dragoon Mail ¤ B6 | Cabin
  2358. B3 | Dragoon Gloves B6 | Heroine Vest *
  2359. B4 | 10× Artemis Arrows B6 | Life1 ¤: Unique
  2360. B4 | Elixir B5b| Protect Ring * *: Trap
  2361. B4 | Cure3 B7 | Ribbon
  2362. B4 | Cure3 B7 | Ribbon
  2363. B4 | Stardust Rod ¤* B8 | Ninja Star
  2364. B5 | Crystal Shield ¤* B9 | Elixir
  2365. B5 | Protect Ring B9 | Whistle
  2366. B5 | Crystal Mail ¤* B10| Ninja Star
  2367. B5 | Crystal Gloves ¤* B10| Ninja Star
  2368.  
  2369. Monster-in-a-box: Items (nc):
  2370. Ninja Suit | 2x RedGiant Rod
  2371. Life Staff | 2x Warlock, 2x Kary 150 gil
  2372. Stardust Rod | Behemoth Murasame ¤
  2373. Crystal Shield | Blue Dragon, Red Dragon Masamune ¤
  2374. Crystal Mail | Behemoth White Lance ¤
  2375. Crystal Gloves | 2x Red Dragon Crystal Sword ¤
  2376. Crystal Helm | Dragon Fossil, Warlock Crystal ¤t
  2377. Heroine Vest | Warlock, 3x Kary
  2378. Protect Ring | Behemoth
  2379.  
  2380. Lost & Found: Bosses:
  2381. Warlock | Ribbon (4) Pale Dim
  2382. Kary | Artemis Bow (4) Wyvern
  2383. RedGiant | Rune Axe (4) Plague
  2384. FatalEye | Protect Ring (4) 2× D.Lunar
  2385. Blue Dragon| Dragon Whip (3) Ogopogo
  2386. Red Dragon | Dragoon Spear (3) Zeromus
  2387. Red Dragon | Crystal Ring (4)
  2388. Behemoth | Power Sash (3)
  2389. EvilMask | Glass Mask (4)
  2390. PinkPuff | Pink Tail (4)
  2391.  
  2392.  
  2393. - You'll likely run out of space here unless you use a Gysahl Whistle.
  2394. You can use the one you find near the end.
  2395. - There are two Save Points: one on B5 and another on B7. The one on B5
  2396. isn't near the main path, though.
  2397. - Throughout the caves, you'll find some pedestals holding some of the
  2398. most powerful equipment in the game (mostly weapons). They're all guarded
  2399. by powerful bosses, so before examining them, make sure you've recently
  2400. saved somewhere, so you won't lose too much progress should you die. While
  2401. they're all optional, if you can't handle them, you probably can't handle
  2402. the final boss either.
  2403. - On the first levels, you'll find the same enemies as in Bahamut's Lair.
  2404. It's not until about halfway through that you start seeing some new faces.
  2405. - You'll no doubt notice the change in scenery once you descend below B7.
  2406. During these last levels, you'll encounter the nastiest, most powerful
  2407. enemies in the game. You also won't be able to use Exit beyond this point.
  2408.  
  2409. - Use Stop or Weak on Kinryuus. Their Blitz deals 50% mHP damage (10% with
  2410. Thunder resistance), and they counter all attacks with Entangle (Stun).
  2411. - D.Fossils inflict Stun with their normal attacks. If Cecil gets stunned,
  2412. you might want to use Weak.
  2413. - Blue Dragons are nothing to worry about, although they do resist all
  2414. elements, so Cecil and Kain will only deal 50% damage.
  2415. - Red Dragons have similar stats as Blue Dragons, but only resist Fire.
  2416. When alone, they use Heat Ray (~1000 pod to all, F). Psych works great.
  2417. - FatalEyes will spam you with Count to inflict Doom / Death Sentence
  2418. on you. An all-out attack will hopefully take them out before anyone
  2419. falls. Flare/Holy would help, but it's a pretty common encounter (on B5
  2420. and B6), so you might want to save your MP.
  2421. - Casting Thunder magic on a Tricker is not a very good idea. Psych
  2422. works great on them, although the places where they're common are close
  2423. to the save points.
  2424. - The little room on the B5 level where you find the Cabin is the so
  2425. called 'Pink Puff Room.' It's the room quite close to the path that
  2426. takes you to B6. This is the only place in the game where you can
  2427. encounter the Purin Princess aka Pink Puff. Their slot 4 drop is the
  2428. Pink Tail, which you could trade for an Adamantite Armor with the tail
  2429. collector. However, without any Alarms, scoring one of those tails is
  2430. *insanely* hard, so don't even think about it. Even if you were to somehow
  2431. obtain the armor, I would advise against using it due to the permanent
  2432. elemental weakness that comes with it.
  2433. - Either way, the Puffs come in groups of 5 and have 10 000 HP. They're
  2434. kind of annoying to deal with because of how they Berserk your characters.
  2435. - You should already be familiar with the Behemoths. They'll counterattack
  2436. constantly, so choose your attacks wisely. Don't use magic besides Blink
  2437. and maybe Bomb. If it's too much of a pain, just run.
  2438. - Face will Reflect both parties (which makes healing rather difficult)
  2439. and then start throwing some nice little spells like Holy and Flare at
  2440. you (~2000). If you just spam Attack with all characters, you might take
  2441. them out before they even pull off that first Holy.
  2442. - Zemus Breath is surprisingly harmless, as he thinks it's a good idea
  2443. to spam you with Libra. Mindblast can stun you, but tends to miss. Even
  2444. when it misses, it still causes Bleed. They take a while to beat down,
  2445. since they have high HP and 254 MDF.
  2446. - In stark contrast, hanging out with Zemus Mind is nothing short of
  2447. unpleasant. After attacking you a couple of times, he'll cast a Confuse
  2448. spell that affects your entire party. Run like a bitch.
  2449. - Breath and Mind are the only enemies in the final area.
  2450.  
  2451. - The hidden path on B1 leads to a dead end with the first optional boss,
  2452. Hakuryuu. At least grab the two items on the way even if you're not taking
  2453. on the boss yet.
  2454. - The B2 floor would probably be the best place to try to get your
  2455. Artemis Bow (if you're patient enough). It's not really something Rosa
  2456. should be using, though, since it has -10 Mag.
  2457. - Check the stairs leading down on B3 for a hidden item (toss it).
  2458. - There's one last hidden item (150 gil) in the first doorway on B5.
  2459. - The Dragoon gear and Protect Rings grant resistance to all three
  2460. primary elements (Fire, Ice, and Thunder). Spread those around and you
  2461. can have four of your five characters resist the three main elements.
  2462. - The path splits on B6. The hidden path takes you to a dead end with a
  2463. save point and one of the optional bosses (Wyvern). If you need to heal
  2464. up, it's faster to get to the other save point by taking the main path
  2465. on B6.
  2466. - The Heroine Vest increases Strength, Vitality and Speed, but lowers
  2467. Magic (+/-15). Again, not recommended.
  2468.  
  2469. [Boss: Pale Dim]
  2470. - 27 300 HP, 40-43 Agi, A:FIT, 55 000 Exp + Murasame
  2471. - Pale Dim counters normal attacks with Slow, summons with Quake, and
  2472. elemental magic with Glare/Blizzard/Blitz.
  2473. - The Murasame increases Str, Vit, and Will by 5 and decreases the other
  2474. two by 5.
  2475.  
  2476. [Boss: Wyvern]
  2477. - 25 000 HP, 43-46 Agi, 64 000 Exp + Crystal Sword
  2478. - He starts off with Mega Flare right off the bat, and it definitely
  2479. hurts (~3000). However, so long as you refrain from using Summons,
  2480. that'll be the only one you'll see.
  2481. - After breaking the ice, he'll just spam reflected Flares (~1200) and
  2482. occasionally heal 2500 HP. Hardly anything to worry about.
  2483.  
  2484. - Two more bosses on B7, right next to the second and final Save Point.
  2485.  
  2486. [Boss: Plague]
  2487. - 28 000 HP, 29-32 Agi, w:A, 31 105 Exp, 550 gil + White Lance
  2488. - Another easy one. He'll inflict Death Sentence on your whole party,
  2489. and then it's just a race against time to finish the battle before the
  2490. reaper claims you. Even if you run out of time, you can squeeze in a
  2491. Phoenix Down as your characters are falling, so it's very much possible
  2492. to survive it.
  2493.  
  2494. [Boss: 2× D.Lunar]
  2495. - 21 000 HP, 30 Agi, w:F, 50 000 Exp
  2496. - Using the Attack command will prompt them to enter 'Bio mode,' where
  2497. they Reflect themselves and start throwing reflected Virus at you (~1500).
  2498. Once one of them is down, the remaining one can't do anything other than
  2499. counter with Fire (or Remedy if you use a Summon).
  2500. - If you already got the Ragnarok, Cecil can hit them for max damage.
  2501. Berserk may not help, since then Cecil will target either one in random.
  2502. The Crystal Mail also just makes him immune to Berserk.
  2503. - You might want to do some preparations before you put them in Bio mode
  2504. (if you do that at all). Their regular script is Attack, Fire, Attack x4,
  2505. Bad Breath (all). Again, a character will evade Bad Breath completely if
  2506. they're immune to even *one* of the ailments (Toad, Mini, Porky, Silence,
  2507. Darkness, Confuse), You can use gear like the Crystal Mail, White Robe,
  2508. Rune Bracelet, RubyRing, and Headband.
  2509.  
  2510. - The last pedestal is on B8.
  2511.  
  2512. [Boss: Ogopogo]
  2513. - 37 000 HP, 38 Agi, 61 000 Exp + Masamune
  2514. - His loop is: double Big Wave (50% mHP), Attack x3, Big Wave (25% mHP),
  2515. Attack x2. Magic is countered with Blaze (25% mHP, Ice).
  2516.  
  2517. - Once you've gotten all the items, return to save and prepare for the
  2518. final boss. If you don't mind the hike, you could leave the dungeon to
  2519. spend some of the money you've made. If you'd like to level up, try to
  2520. score some rare drop(s) at the same time, so you can potentially take
  2521. out two stones with one bird. The Exp requirement per level caps at Lv70,
  2522. from which point on, each level is 160-200k Exp depending on the character.
  2523. Lv99 requires a total of 8-10 million Exp.
  2524. - After Lv70, a character will receive one of eight possible stat gain
  2525. sets per level, some of which actually reduce stats. If you're feeling
  2526. obsessive, these are the best ones:
  2527. Lv70
  2528. Str Agi Vit Wis Wil Str Agi Vit Wis Wil
  2529. Cecil | 2 | 2 | 2 | - | 2 | | 85 | 41 | 70 | 36 | 41 |
  2530. Kain | 3 | 3 | - | - | 3 | | 73 | 48 | 63 | 12 | 39 |
  2531. | 2 | - | 2 | 2 | 2 |
  2532. Edge | 2 | - | 2 | - | - | | 59 | 54 | 47 | 34 | 25 |
  2533. | - | 3 | - | 3 | - |
  2534. Rydia | 3 | 3 | - | 3 | 3 | | 36 | 33 | 34 | 63 | 54 |
  2535. | 2 | - | 2 | 2 | 2 |
  2536. Rosa | 1 | 1 | 1 | 1 | 1 | | 48 | 32 | 42 | 22 | 71 |
  2537.  
  2538. - De-equip anything that might lower Rosa's and Rydia's Magic (Artemis
  2539. Bow, Heroine Vest) and equip stuff to boost it instead (Life Staff,
  2540. Stardust Rod, White Robe, Tiara (Rydia)). Cecil should equip the Ninja
  2541. Hood if it gets him to 41 Agi.
  2542. - You'll be fully healed for the final battle.
  2543. - There are three event battles before the real battle begins. The first
  2544. two have FuSoYa and Golbez fighting Zemus. The third one ends when you
  2545. use the Crystal with Cecil.
  2546. × The characters in slots 1, 2, and 3 will lose their criticals as a
  2547. result of the first two event battles (unless you lock the values).
  2548.  
  2549. [Boss: Zeromus]
  2550. - 45 000 + 61 000 HP, 69 Agi
  2551. - He starts off in an invincible state, but removes it right away as his
  2552. first action (not noticeable when playing legit).
  2553. - He mostly relies on Big Bang (~2000), which comes with visual effects
  2554. I don't think you should look at. He'll always shake on the previous turn.
  2555. - Black Hole will negate support magic, so you can forget about Haste.
  2556. You can (and should) still Slow Zeromus, though. It doesn't affect that.
  2557. - You'll want to avoid those Flare counters (~2000), so only have Rydia
  2558. summon outside of Beta phase (ie. before the first Big Bang and after his
  2559. full HP recovery).
  2560. - He changes his Magic stat for every attack (as seen in the enemy list).
  2561. If you trigger a counterattack while he's charging for an attack, you
  2562. can end up powering up or powering down the attack being charged. Eg. a
  2563. Flare counter will cut Big Bang's damage by half.
  2564. - He'll fully recover his HP once when he falls below 16 001 HP (can be
  2565. avoided with reflected magic). His subsequent attack pattern includes
  2566. Flare as a normal attack. His final attack pattern, when below 12 001 HP,
  2567. consists only of a low power Meteo (~1000) that can easily miss some of
  2568. your characters.
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574. End of file.
Add Comment
Please, Sign In to add comment