3vrB257ncl4qg9s

Seiken Densetsu 2 WT

Oct 30th, 2020 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.76 KB | None | 0 0
  1. Seiken Densetsu 2 (Secret of Mana)
  2.  
  3. Platform: Snes / SFC
  4. Released (d.m.y):
  5. 06.08.1993 (J)
  6. 03.10.1993 (NA)
  7. 24.11.1994 (PAL)
  8.  
  9. Based on: NTSC-J-version (SHVC-K2)
  10.  
  11.  
  12.  
  13. Game Basics
  14.  
  15.  
  16. - SD2/SoM is turn-based/Action-RPG hybrid. While you engage enemies
  17. directly on the field with no transition screen, attacking requires
  18. an ATB charge.
  19. - In typical RPG fashion, subjects that take part in battle have stats
  20. that define their performance. The playable characters (PCs) exhibit
  21. stat growth as they level up. Leveling up occurs once a character has
  22. gained a certain amount of Experience Points (Exp). Exp is gained from
  23. killing enemies, with all active characters gaining the same amount
  24. regardless of who kills the enemy. Killing enemies also gives you money,
  25. with the in-game currency being called Lucre, and sometimes enemies
  26. leave behind a treasure chest with an item (or a trap).
  27. - Expect to do a fair bit of leveling up (or 'grinding') on a somewhat
  28. regular basis.
  29. - In many RPGs, there's at least some random variation in stat gains,
  30. and leveling up beyond the "intended" level gives you a significant
  31. advantage. This is not the case with SD2. It does mean you can fight a
  32. lot of enemies without the enemies becoming trivial as a result of all
  33. the xp you're gaining. Some people may prefer that.
  34. - The "intended" level is generally the same level as the enemies are,
  35. if the enemies actually have a level stat, as they do in SD2. I prefer
  36. to be above the intended level.
  37. - Derived stats are affected by your base stats as well as your equipped
  38. weapon and armor. There are three different armor types: body, headwear,
  39. and handwear. You'll need to buy new armor as you progress through the
  40. game. Some enemies may drop armor as well.
  41. - Most RPGs have you buying new weapons as well, but Secret of Mana uses
  42. a weapon upgrade system instead. There are 8 different weapons that you
  43. can upgrade once you've obtained an "orb" for a specific weapon, typically
  44. from defeating a boss. Upgrading weapons does cost money, thus making it
  45. functionally similar to buying new weapons.
  46. - While enemies have the same base stats as you, most of their derived
  47. stats (all except ATP) are defined arbitrarily.
  48. - Two of the three PCs are able to use magic for the purpose of healing,
  49. support, and offense. However, using magic consumes MP, so you'll need
  50. to use it sparingly.
  51. - Bosses can be defeated very easily with the help of offensive magic,
  52. but I find them much more interesting without the use of any magic.
  53. - When you level up or defeat a boss, your HP is restored. Your MP,
  54. however, is not.
  55. - If all characters are dead, it's game over.
  56. - The game doesn't feature the typical save points that are objects you
  57. step on or interact with. Instead, certain characters (mainly innkeepers
  58. and Nikita) will offer to save your game. You will rarely be able to save
  59. the game in dungeons. This can lead to some frustration, as a game over
  60. means losing all your progress since the last save (with a few exceptions).
  61.  
  62. - Stats:
  63. HP | Hit Points (needed to stay alive)
  64. MP | Magic Points (needed to cast magic)
  65. Chikara (Str) | Base ATP (Attack Power)
  66. Subayasa (Agi) | Base Hit% (Agi/4), base Evade (Agi/4)
  67. Tairyoku (Con) | Base DFP (Defense Power)
  68. Chisei (Int) | Magic damage & base Magic Hit% (Int/4) (Sprite)
  69. Seishin (Wis) | Base MDF (Magic Defense), base Magic Evade (Wis/4),
  70. Magic damage & base Magic Hit% (Wis/4) (Girl)
  71.  
  72. - Total ATP = base + weapon ATP
  73. - Total DFP/MDF = base + armor DFP/MDF
  74. - Total (Magic) Hit% = base + weapon/spell Hit% (75)
  75. - Total Eva = base + armor bonus
  76. - Magic Evade is a hidden stat.
  77.  
  78.  
  79. - Physical damage calculation is based on ATP - target DFP with the
  80. following modifiers:
  81.  
  82. Hit roll
  83.  
  84. - Hit% vs Target Eva (Hit > Eva/2~Eva)
  85. Success: Proceed.
  86. Fail: Do not proceed. Target evades. Only possible if Hit<Eva.
  87.  
  88. ATP modifiers
  89.  
  90. 1 Charge attack: ATP = (1,0 + l*0,5)ATP
  91. l = Charge level
  92.  
  93. 2 Saber enchantment bonus
  94. ATP = ATP + (ATP/(10-MLv)) [no bonus at MLv0]
  95.  
  96. 3 Hit% roll (vs 0,101) (fail: stat < roll)
  97. Success: ATP = ATP + ME^2 + 0,((ATP + ME^2)/16 - 1)
  98. Fail: ATP = ATP*Hit/100
  99. ME = Mana Energy
  100.  
  101. 4 If ATP>999, then ATP=999
  102.  
  103. Target DFP modifiers
  104.  
  105. - Evade roll (vs 0,100)
  106. Success: Target DFP = DFP + 0,(DFP/16 - 1)
  107. Fail: Target DFP = DFP*Eva/100
  108.  
  109. Final damage
  110.  
  111. 1 ATP*c - Target DFP
  112. c: Critical hit bonus (2,0)(can exceed 999)
  113.  
  114. 2 If Dmg>999, then Dmg=999
  115.  
  116.  
  117. - The calculations use integers only. Figures are rounded down as needed.
  118. - If damage towards a PC is less than 1, an evade animation occurs.
  119. - All enemies have 99 Hit%. As such, the initial evade roll only really
  120. applies to attacks made by PCs.
  121. - All enemies have either 0 Evade or 99 Evade (with one exception).
  122. - Enemies don't have any ME.
  123. - Critical hit rate = (Weapon Skill Lv*3 + 5)/256
  124. - Enemies can do critical hits as well with certain attacks, but the odds
  125. are very low.
  126. - Enemies (including bosses) can have 99 MP at most. All bosses have 99
  127. MP unless otherwise specified (a few have infinite MP).
  128. - Normal enemies have two "weapons," often just two of the same. When
  129. they're not the same, the enemy will briefly "switch" weapons to execute
  130. a different attack. Bosses can have multiple different "weapons." Enemies
  131. can inflict ailments like poison with their attacks.
  132. - Later in the game, enemies start getting ATP multipliers. The enemy
  133. list with xp and Lucre figures and the walkthrough already show the
  134. multiplied values.
  135. - The four melee weapons have a few different normal attacks, but they
  136. all have the same ATP. Eg. the knuckles can do a punch or a kick, and the
  137. sword can do a slash or a thrust. It's kind of random, but the enemy's
  138. position relative to yours is also a factor.
  139.  
  140. - Elemental sabers do *not* cause your attacks to inflict elemental
  141. damage. They merely provide a proportional ATP bonus and also allow you
  142. to inflict status ailments. Technically, they *do* add an element to
  143. your attacks, but this value is not used in physical damage calculation.
  144.  
  145. - Some weapons are suggested to deal increased damage to certain types
  146. of enemies ("Effective against x"), but this attribute is non-functional,
  147. likely intentionally as with the saber elements. Were it functional,
  148. those weapons would also deal less damage to some other type of enemy.
  149.  
  150. - Elevation is a factor in hit detection. Some areas feature different
  151. levels of elevation, and you won't be able to hit enemies with melee
  152. weapons unless they're on the same level as you (the whip being a possible
  153. exception, whether intentional or not). The three ranged weapons - bow,
  154. boomerang, and javelin - can hit enemies regardless of elevation. The
  155. boomerang is the slowest of three, as you have to wait for it to return
  156. before cooldown begins, but, in contrast to the bow and javelin, it can
  157. hit multiple enemies and pass through walls and other obstacles.
  158. - Besides elevation, hit detection is very simple and two-dimensional:
  159. a hit occurs so long as the attack hit box makes visual contact with an
  160. opponent's body hit box. Eg. one boss has very long legs that aren't part
  161. of the boss's body hit box, but you can still easily hit the boss with
  162. melee weapons by simply aiming at the body.
  163.  
  164. - Many enemies can only face left or right, which doesn't affect their
  165. movement, however. Some enemies have sprites for all four cardinal
  166. directions, while some (mainly bosses) only have one, south-facing sprite.
  167. - There are a few enemies that can only be physically damaged by hitting
  168. them in the "back." For instance, if the enemy is facing south, you need
  169. to hit the top portion of their sprite, meaning you're basically aiming
  170. at the head. The three ranged weapons ignore these immunities.
  171.  
  172. - Whenever you attack, you may get a delay of up to 5 or so frames before
  173. the action is executed. This is because of the 'action metronome' that
  174. dictates when an action can be executed. When you enter an attack command,
  175. the game has to wait for the character's metronome to tick before running
  176. the action. The metronome aims to tick every 5 frames, but it can stretch
  177. to 6-7 due to technical limitations. Each subject has their own metronome,
  178. and they're mostly out of sync to reduce CPU load or something like that.
  179. Such a small delay isn't easy to notice, but it's there. The metronome
  180. also applies to receiving damage.
  181.  
  182. - Magical damage calculation:
  183.  
  184. 1 MagOffense = (1 + MLv*0,5)(Mag1 + base\Mag2)
  185. MHit = base (75) + (Mag1)/4
  186. e = Elemental variable (1,0; 0,5; 2,0)
  187. p = Potency modifier
  188. n = Number of targets
  189.  
  190. 2 MHit roll (vs 101)
  191. Success: MagOffense = MagOffense + ME^2 + 0,((MagOffense + ME^2)/16 - 1)
  192. Fail: MagOffense = MagOffense*MHit/100
  193.  
  194. 3 MagOffense = MagOffense * e / p / n
  195.  
  196. 4 If MagOffense > 999, then MagOffense = 999
  197.  
  198. 5 Target MEva roll (vs 101)
  199. Success: Target MDF = MDF + 0,(MDF/16 - 1)
  200. Fail: Target MDF = MDF*MEva/100
  201.  
  202. 6 Dmg = MagOffense - Target MDF
  203.  
  204. - Using magic (or items) does not cause or require an ATB charge.
  205. - All spells have a base power value. Enemies don't use it, however.
  206. They use their secondary magic stat instead. Check the magic list for
  207. more information spells.
  208. - An additional potency modifier is used for healing and status effects.
  209. Eg. Heal Water potency is doubled at the end.
  210. - When a spell inflicts a status ailment or status effect, the duration
  211. is determined by the spell's potency, much like damage. Both stat up and
  212. stat down effects ignore magic defense, as do healing spells.
  213. - Using draining attacks on undead enemies is not a good idea.
  214. - There are eight elements in the game: the three opposing pairs - Fire
  215. and Water, Wind and Earth, Light and Dark - as well as Moon and Dryad.
  216. Most enemies have an elemental affinity that determines their elemental
  217. resistance. Eg. a Water-affinity results in the enemy being weak to Fire
  218. (2,0x power) and resistant to Water (0,5x power). No enemy is weak to
  219. Moon or Dryad, but they can still be resisted. The elemental variable
  220. applies even to the duration of status ailments and effects.
  221. - There's no way to get elemental resistance for PCs.
  222.  
  223. - Below your HP is the ATB/cooldown gauge. After attacking, you have
  224. to wait 117 - Agi/2 frames (about 1-2 seconds) for the meter to charge.
  225. Attacking while in cooldown results in a severe ATP and accuracy penalty.
  226. The percentage figure seen only roughly represents a build up of power,
  227. and you have to wait until it disappears before you can avoid the penalty.
  228. Attacking when the figure is at or near 100% gives you, at best, 50% ATP,
  229. usually around 25%. If you're not even close to 100%, you get around
  230. 5-10% ATP. Once enemies start having more than 0 Evade, you won't even
  231. be able to hit them if you attack them during cooldown. Until then, you
  232. could feasibly use semi-powered attacks to finish off enemies very low
  233. on health.
  234. - Normal enemies also have an ATB charge: 100 - Agi/2 frames. The formula
  235. is technically the same for both player and enemy alike, but there are
  236. some extra steps beyond the ATB calculation that adds about 17 frames
  237. for the player and possibly the enemy as well, not that the enemy has
  238. a habit of attacking at the earliest frame possible.
  239.  
  240. - Each character has weapon skill levels that determine critical hit rate
  241. (3*SLv/256) and the maximum level of a charge attack. You can increase
  242. the skill level up to the current level of the weapon, and each level
  243. requires 100 SP (Skill Points). All characters gain weapon SP when an
  244. enemy is killed with a physical attack. The amount equals 9 - SLv for
  245. the character that deals the finishing blow and half of that for the
  246. other two characters. SP is also halved if the character is at a higher
  247. level than the enemy.
  248. - Critical hit rate is halved for the three ranged weapons (boomerang,
  249. bow, javelin).
  250. - There's one special occasion at the end of the game where Randi's
  251. weapon skill levels have a drastic impact on his damage output. For
  252. this reason alone, he should level up many different weapons.
  253. - If you're above the enemy's level and the character that lands the
  254. killing blow has a weapon skill level above 5, other characters won't
  255. gain any SP ((9-6)/2 = 3[,5]. 3/2 = 0[,5]).
  256.  
  257. - Hold down the attack button (I set it to Y) to perform a charge attack.
  258. Each charge level takes as long as your regular ATB charge. You move slow
  259. while charging, leaving you rather vulnerable. Hold L or R while charging
  260. to hold the direction you're facing at.
  261. - You could use a charge attack if you're coming up to a particularly
  262. tough enemy that you want to take out as quickly as possible, or if you
  263. just happen to feel like it. You should at least use them against bosses
  264. who are invulnerable or out of reach at times and enemies with such high
  265. DFP that your normal attacks are doing little to no damage (not too many
  266. enemies like that, though).
  267. - Many charge attacks feature more than one strike, but they can't
  268. actually hit a single enemy more than once (with the boomerang and
  269. javelin having some exceptions).
  270.  
  271. - Magic skill levels increase from simply casting spells. The amount
  272. of SP you gain from each casting is 9 - current level. The amount is
  273. halved in areas where your weapons aren't drawn. Max level of magic
  274. is defined by the number of Mana Seeds you've found.
  275.  
  276. - Receiving damage results in hitstun. There are two types of hitstun:
  277. stun and knockdown. The latter occurs when the damage is greater than
  278. 1/4 of one's max HP. Your characters will be pretty much knocked down
  279. even when the damage is less than 25% of their max HP, but if it's
  280. greater than 25%, they'll be knocked down even harder.
  281. - The enemy's knockdown recovery time is 105 frames minimum (1,75s),
  282. but can last longer if damage is substantial enough (176+). In that
  283. case, the number of 5 frame "ticks" (5-7f; again, it's not always
  284. consistent due to technical limitations) required to recover equals
  285. dmg/8.
  286. - Enemies are often immune to physical damage when stunned or knocked
  287. down, stun immunity being much more common. It would be optimal for
  288. you to learn which enemies are invulnerable when under hitstun.
  289. - Flying enemies can't be stunned and will be knocked down from any
  290. damage. Some enemies aren't visibly knocked down when you break the
  291. 25% threshold, but the usual knockdown rules still apply.
  292. - If a stunned or knocked down subject receives further damage before
  293. the damage figure disappears (which takes 105 frames), the damage gets
  294. queued and isn't sustained until the damage figure disappears. Landing
  295. multiple hits during this period will add up all the damage, which is
  296. then sustained in one "hit." If an enemy is going through an extended
  297. hitstun recovery with no queued damage, hitting them after the damage
  298. figure has disappeared will damage them instantly and cancel the hitstun.
  299. - If you attack an enemy just as they're knocked down, you'll perform
  300. a different type of attack (identical to the Lv1 charge attack). It's
  301. just as powerful as a normal attack, however. The window for triggering
  302. this attack is quite short, at only 30 frames (0,5s).
  303. - Bosses only exhibit one type of hitstun or none at all and they tend
  304. to be invulnerable during it. As such, and with three characters, many
  305. of your attacks will be inconsequential, since you can only land one hit
  306. per 'cycle.' However, one character can cover for another one if they got
  307. hit or the boss evaded the attack. If you're not getting evaded much, you
  308. should also get in some charge attacks. That's the best way to increase
  309. dps (damage per second) against a boss (besides using magic, which I do
  310. *not* recommend).
  311.  
  312. - The chances of getting a chest from an enemy are 4/64. Each enemy has
  313. two items they can drop: common and uncommon (7/64). The dropped chest
  314. may also give you a trap, in which case the content is lost. Traps vary
  315. depending on enemy level and become more dangerous as you progress in the
  316. game. The odds of getting a trap are determined by a roll involving the
  317. character's Agility value. Since the Boy has the highest Agi, you should
  318. generally use him to open any dropped chests. If the character's Agi is
  319. high enough, there's no chance of getting a trap. There's also a spell
  320. that can be used to disable traps.
  321. - The traps are:
  322. 1-10 | Punch Glove, Dokubari, Bomb
  323. 11-15 | Bomb
  324. 16-25 | Riot Gas
  325. 26-30 | Sekika
  326. 31-36 | Mimic Box
  327. 37-99 | Shinigami no Wana (7/8) or Shadow Zero (1/8)
  328.  
  329. - There are quite a few useful rare drops near the end of the game. When
  330. getting these, I like to wait a bit before opening the chest. I can't
  331. exactly prove it helps, but if you're struggling with unfavorable RNG,
  332. maybe give it a try.
  333.  
  334. - In addition to the PCs, only three "objects" (enemies, chests, NPCs,
  335. crystal orbs) can exist at a time on the battlefield. Even when you
  336. have fewer than three characters, the limit is three. Some areas have
  337. priority objects that always use one slot (until removed in the case
  338. of orbs and chests), leaving 2 slots for enemies and dropped chests.
  339. - Enemies have specific spawn points. Enemies will only spawn within
  340. your range of view upon first entering an area. Otherwise, enemies will
  341. spawn when they're between 2-8 tiles outside of the edge of the screen
  342. (on the x or y-axis). If a spawned enemy is more than 2 tiles beyond
  343. the edge of the screen, they can despawn in favor of another enemy. If
  344. it's a regular spawn, the despawn is temporary, and the game remembers
  345. the enemy's location, although their HP and MP will reset. If an enemy
  346. is despawned in favor of an enemy spawned by another enemy, the despawn
  347. is permanent. There are several enemies that spawn more enemies, so if
  348. you like killing all the enemies in an area, you'll just have to accept
  349. that you can't easily accomplish that in *many* areas.
  350. - There are a few areas where enemy spawn points can vary depending on
  351. which path you entered the area from.
  352. - With a few exceptions, enemies that spawn more enemies have a spawn
  353. limit. For enemies that spawn themselves, the limit is 3. For enemies
  354. that spawn different enemies, it's usually 10.
  355. - Enemies spawned by enemies and dropped chests always permanently
  356. despawn once beyond ~2-4 tiles off of the edge of the screen.
  357. - Spawns reset when you "refresh" (ie. leave and re-enter) an area.
  358.  
  359. - You can push enemies, which is mainly useful for grouping together
  360. enemies, so you can hit multiple enemies with a single attack. There
  361. are also situations where pushing the enemy makes it easier for the AI
  362. to land a hit.
  363.  
  364. - You can switch the character you control with Select.
  365. - Once you have more than one character, you should have a look at the
  366. AI settings in the Act menu. The settings are represented by a grid,
  367. where up or left is more aggressive and down or right is more avoidant /
  368. less aggressive. AI-controlled characters may also receive minor stat
  369. modifiers based on their position.
  370. - I'd recommend A2 for the Boy and the Girl and A3 for the Sprite.
  371.  
  372. ABCD A1/4: Str +1 D1/4: Con +1
  373. 1 A2/3: Str +2 D2/3: Con +2
  374. 2 Ax: Con -1 Dx: Str -1
  375. 3 1x: Agi +1
  376. 4 4x: Agi +1
  377.  
  378. - The AI-controlled PCs follow behind you, which often leaves them a bit
  379. too far away to detect and engage an enemy. To mitigate this, you need to
  380. herd them closer to the enemy by moving in a certain way. Simply getting
  381. closer to the enemy might not be safe or, even if it is, it might not be
  382. enough. It's often best to use perpendicular movement instead. If you just
  383. moved left or right, you need to move up and down. If you just moved up or
  384. down, you need to move left and right.
  385. - Limiting movement to cardinal directions also helps prevent the AI from
  386. getting stuck in the landscape. Sometimes you have to wiggle around a bit
  387. to get them unstuck. Doesn't work if there are enemies nearby, though.
  388. - AI-controlled characters can't move beyond the point at which the screen
  389. would scroll.
  390.  
  391. - To excel in combat, you'll want to pay attention to frame advantage/
  392. disadvantage and act accordingly. When the enemy has the advantage, you
  393. can move around and stall for time or, if you're feeling brave, bait the
  394. enemy into attacking and dodge it. Not every attack can be dodged, though,
  395. and the AI isn't likely to dodge much of anything.
  396. - Here's some footage I captured that shows how things work:
  397. https://www.youtube.com/watch?v=S9ehdHCvqN0
  398.  
  399. - Instead of a typical menu screen, the game features a ring menu with
  400. icons. Press up or down to switch between different rings. The four main
  401. rings are Status, Weapon, Magic, and Item. The Status Ring features the
  402. following items:
  403. Stat | Status screen (press Confirm for next character)
  404. Level | Weapon & Magic status
  405. Act | AI setting
  406. Edit1 | Button config
  407. Edit2 | Window edit
  408. Equip | Armor rings
  409. Target | Specify AI's target
  410.  
  411. - Regarding button config, I like to set Attack to Y and own Menu to B.
  412.  
  413. - Healing items:
  414. Manmaru Drop | 100 HP Mahou no Kurumi | 50 MP
  415. Pakkun Choco | 250 HP Puipuisou | Heal status
  416. Royal Jelly | 999 HP Tenshi no Seihai | Revive with full HP
  417.  
  418. - Status ailments:
  419. Poison | Gradually sustain 19 points of damage over 7s.
  420. Sleep | Unable to act or move for a while. Incoming Crit% up (2x).
  421. Balloon | Unable to act or move for a while.
  422. Slow | Reduced movement speed (PCs only), minor Hit penalty
  423. Confuse | Directional input is reversed & can't cast magic.
  424. Moogle | Unable to act for a while.
  425. Chibikko | ATP=1 & DFP/4. Requires healing.
  426. Yukidaruma | Unable to act or move, invulnerable, 7s.
  427. Hidaruma | Unable to act or move. Gradually sustain 19+ pod over 7+s.
  428. Sekika | cHP halved and incapacitated for 7s.
  429.  
  430. - Status effects:
  431. Saber | Augment physical attacks
  432. ATP Up/Down | ATP +/-25%
  433. DFP Up/Down | DFP +/-25%
  434. Hit Up/Down | Hit +/-25%
  435. Eva Up/Down | Eva +/-25%
  436. Barrier | Nullifies a certain amount of damage
  437. Reflect | Reflect magic
  438. Barrel | Invincible, unable to attack
  439.  
  440. - When a character is chibified, their AI is set to a basic aggressive
  441. level.
  442. - When a subject is petrified, cHP (current HP) is halved first, then
  443. damage from the actual attack is applied.
  444. - Refresh removes ailments, but not status effects. The Anti-Magic spell
  445. can remove status effects but only from an enemy.
  446. - When an attack destroys a barrier (which features no visible indication),
  447. it doesn't deal any actual damage yet. It simply destroys the barrier.
  448.  
  449. - The game doesn't track or show you your play time. Consider tracking
  450. it manually.
  451. - You can do a soft reset by hitting L, R, Select and Start.
  452. - The selling price of items is 2/3 of their retail price.
  453. - You can only carry up to 4 of each usable item.
  454. - You can carry up to 11 pieces of a particular armor type.
  455. - When buying the soundtrack, make sure you get an official release.
  456.  
  457. Bugs (just a few notable ones)
  458.  
  459. - When an enemy is off-screen to the left or right, the sounds they make
  460. may come from the wrong side.
  461. - Upgrading a weapon that's equipped and then switching the weapon with
  462. someone will result in the new form not actually registering. Unequip
  463. the weapon to solve the issue.
  464. - Saber glitch: The way a saber enchantment is prematurely removed (when
  465. switching weapons, when inflicted with certain ailments, or when hit with
  466. Anti-Magic) is flawed, and, as a result, the saber's ATP bonus will remain
  467. indefinitely. The only way to remove it is by replacing it with another
  468. saber effect. I would recommend against abusing it. Enemies that cast
  469. sabers can trigger the glitch as well.
  470. - There have been some scattered reports of people finding invisible
  471. chests that contain extra weapon orbs. I found one in the ancient ruins
  472. in the Empire. Others have found them in places like the Underground City.
  473. - This seems to be exclusive to the NTSC-J-version, but occasionally the
  474. game may softlock after defeating a boss. After the 'Yatta' or power up
  475. message, nothing happens. Whatever event is supposed to play out afterwards
  476. simply isn't triggered. Apparently, it has something to do with switching
  477. characters after opening the ring menu.
  478.  
  479.  
  480. --------------------------------------------------------------------------
  481.  
  482. Walkthrough
  483.  
  484.  
  485.  
  486. Forest Path / Potos
  487. Pandora Fields North / Mizu no Shinden
  488. Pandora / Pandora Fields West / Kippo / Youma no Mori
  489. Gaia no Heso
  490. Youma no Mori / Majo no Shiro
  491. Waterfall Cave
  492. Chitei Shinden
  493. Pandora no Kodai Iseki
  494. Gaia no Heso / Mizu no Shinden
  495. Daishinrin / Kaze no Shinden
  496. Matango / Ryuu no Ana
  497. Kakkara Sabaku 1 / Sand Ship
  498. Todo / Crystal Forest / Crystal Palace
  499. Kakkara Sabaku 2 / Hi no Shinden
  500. Teikoku Southtown / Gesui
  501. Teikoku Northtown / Kodai Iseki / Koutei no Oshiro
  502. Yami no Shinden / Ougon no Tou
  503. Tsuki no Shinden / Tasmanica / Manten Yama
  504. Underground City / Daishinden
  505. Mana no Seichi
  506. Mana no Yousai
  507.  
  508.  
  509.  
  510.  
  511.  
  512. ¤~~~~~~¤ Forest Path ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  513.  
  514. Item: Default (Boy Lv1):
  515. Sabita Seiken (Sword) Kawa no Tsunagi
  516.  
  517. - When you start a new game, you'll be asked to name the main character
  518. (his semi-official name is Randi).
  519. - Grab the sword, then head towards the village.
  520. - If you die here, you'll respawn at the waterfall.
  521. - The Rabis have three different attacks: two different jump attacks (a
  522. regular one and a spinning one) and a bite attack. Once below 10 HP, they
  523. flee from you and no longer attack.
  524. - The Rabi is the only enemy in the game to have an 8/64 drop rate.
  525.  
  526.  
  527. ¤~~~~~~¤ Potos ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  528.  
  529. Shop: Item: Boss:
  530. Kawa no Tsunagi 20 Lucre 50 Lucre Mantis Ant
  531. Bandana 50 Lucre
  532.  
  533. - You'll fight the boss when you approach the elder in front of the
  534. northeast building, Before you do that, you should buy a Bandana and
  535. build up to Lv3.
  536.  
  537. [Boss]
  538. - 150 HP, 20 MP, 0 DFP, 10 Exp, 100 Lucre, Sword Power Up #1
  539. - Attacks:
  540. Slash: 15 ATP
  541. Scythe Throw: 18 ATP + 99% Sleep (unavoidable)
  542. Acid Breath: 20 ATP (unavoidable)
  543. - Magic (Lv0, 24 base): Diamond Missile (2 MP) (unavoidable)
  544. - The unavoidable attacks are only used when you're not in close quarters.
  545. Acid Breath is only used when you're just out of reach, so try to avoid
  546. that position. If you're behind him, he'll jump back, so he'll be facing
  547. you again.
  548. - He has three different melee attacks, although they're functionally
  549. very similar: a left swing, a right swing, and a double swing. The left
  550. and right swings are primarily used when you're on his side. These reach
  551. active frames on frame 25 (about 0,42s). The double swing is primarily
  552. used when you're in front of him. It reaches active frames on frame 35
  553. (about 0,58s). The left/right swings have ~27 active frames, whereas the
  554. double swing has 32. Try not to just walk into the hitbox after already
  555. avoiding it. He can also block to become invulnerable.
  556. - The boss always counters after receiving damage (common for bosses).
  557. Otherwise, he'll attack about every 5 seconds.
  558. - If you die, you'll just respawn, so there's really no need to get too
  559. optimized, although you can still do it if you happen to feel like it.
  560. - The no damage approach involves staying close to avoid triggering any
  561. unavoidable attacks while moving away briefly to avoid his close range
  562. attacks.
  563.  
  564. - Get the chest from the elder's house, then leave. You will never be
  565. able to return to Potos once you do.
  566. - There will be no more respawning. If you die, it's game over (with
  567. a couple of exceptions).
  568.  
  569.  
  570. ¤~~~~~~¤ Pandora Fields North ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  571.  
  572. Shop:
  573. Pakkun Choco 60 Lucre
  574. Royal Jelly 200 Lucre
  575.  
  576. - Once you're on the field, it's time to head for the Water Palace
  577. (Mizu no Shinden). You can either walk or take the cannon (taihou).
  578. Don't bother heading south yet (unless you just want to fight more
  579. enemies). They won't let you into Pandora until you've been to the
  580. palace.
  581. - Don't forget that enemies have an attack cooldown as well (about 1,6s
  582. early in the game).
  583. - Only two enemies spawn at most at the same time here because of the
  584. Banekujako (the yellow thing).
  585. - Lullabuds generally don't start moving until you've attacked them or
  586. until you get close enough for them to hit you. Their first attack has
  587. no cooldown. You can try to find the sweet spot where you can safely
  588. attack them or you can step in briefly and faint them. Either way, you
  589. have to be pretty precise, since their attack reaches active frames
  590. almost immediately. It has a 25% chance to inflict poison. They always
  591. attack to the right on waking up, so they're safe to approach from the
  592. left. If you're close to them when they enter cooldown, they'll start
  593. to back away from you. If you pursue them and press them against a wall,
  594. they'll just do nothing.
  595. - Myconids have a basic tackle, a breakdance attack, and a spore attack
  596. (21 ATP + 99% Sleep). They may use the spore attack immediately after
  597. getting hit, interrupting the hitstun animation, so try to keep your
  598. distance.
  599. - Getting the Girl to join before the Sprite is optional, but I'll be
  600. telling you how to do that.
  601. - You can stop by Neko's shop (aka Nikita) to save. He has some new gear,
  602. but his prices are always double of what they normally are, so you should
  603. try and get it elsewhere if possible. Some of the stuff simply isn't
  604. available elsewhere, though (such as Royal Jelly or Taru). In any case,
  605. you'll be running into him in various locations throughout the game.
  606. - You'll run into some soldiers near the palace. Make sure you talk to
  607. them until they leave (otherwise you can't get the Girl early).
  608.  
  609.  
  610. ¤~~~~~~¤ Mizu no Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  611.  
  612. Item: Special:
  613. Bronze Lance (Spear / Yari) Mana Level Up (Lv1)
  614.  
  615. - There will be some dialog options while talking with Luka. On the
  616. third one, you have to choose the second one.
  617. - You'll obtain your second weapon, the spear. It has a little more
  618. power and reach than the sword. The knockdown attack and Lv1 charge
  619. attack are fairly slow, though, and you can't use it to cut grass.
  620. Only the sword and the axe can cut grass. It's also a terrible choice
  621. for the AI, as they often fail to move close enough to the enemy and,
  622. thus, whiff. The AI settings don't help with that.
  623.  
  624. -- Pandora Fields North --
  625.  
  626. - As you head south past Nikita's shop, you should be ambushed by
  627. Goblins. The Girl will rescue you, then run off.
  628.  
  629.  
  630. ¤~~~~~~¤ Pandora ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  631.  
  632. Shop: PC: Girl Lv1 (Purimu)
  633. Manmaru Drop 10 Lucre
  634. Puipuisou 10 Lucre Default (Girl):
  635. Tenshi no Seihai 150 Lucre Kaiser Knuckle (Glove)
  636. Wristband 45 Lucre Kung Fu Dougi
  637. Kung Fu Dougi 25 Lucre
  638. Pretty Ribbon 55 Lucre
  639.  
  640. - You can talk to the NPCs (non-playable characters) if you want, but
  641. it's not necessary unless otherwise specified.
  642. - Visit the castle and the Girl (aka Purimu) will join. Buy a Pretty
  643. Ribbon and a Wristband for her. (You can trigger this event even after
  644. the events at the Dwarf Village, but there's really no reason not to
  645. trigger it now.)
  646. - The Girl won't join you here if you didn't trigger the scene where
  647. she rescues you from the Goblins.
  648. - The knuckle is probably the worst weapon in the game. It has nothing
  649. going for it that would compensate for the lack of range.
  650. - You can't use Cannon Travel if you have any dead characters.
  651. - Keep in mind, you don't actually have to spend the night at an inn in
  652. order to save your game. You'll get the prompt whether you stay or not.
  653. - Take the path heading west from the village. Before you reach the
  654. entrance to Gaia no Heso, you'll find another town.
  655.  
  656.  
  657. ¤~~~~~~¤ Pandora Fields West ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  658.  
  659. - You'll now start running into enemies with chest drops that require
  660. 25 Agi to open safely. The Boy won't have 25 Agi until Lv13 (or Lv12
  661. with the Lv2 sword equipped). The traps may not be dangerous (yet),
  662. but when the items are so unimpressive, it's not worth the risk.
  663. - Bebes use a stinger stab (23 ATP + 25% Poison) and a stinger shot
  664. (24 ATP + 25% Poison). The stinger shot is aimed diagonally "down."
  665.  
  666. Shop: \\\ Kippo ||
  667. Kusari no Choker 120 Lucre
  668. China Dress 350 Lucre
  669. Elbow Pad 90 Lucre
  670.  
  671. - China Dress, Kusari no Choker, (2 Elbow Pads) = 470 Lucre (+ 180)
  672.  
  673.  
  674. ¤~~~~~~¤ Gaia no Heso - Field ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  675.  
  676. - In order to actually keep the Girl in your party, you must *not*
  677. enter Gaia no Heso (Gaia's Navel) yet. You need to keep heading north
  678. to Youma no Mori. If you do enter the cave, you'll be given the choice
  679. to either keep going (in which case the Girl will leave) or turn back.
  680. If you enter while controlling the Girl, you'll turn back automatically.
  681. If she leaves, you can pick her up again at Youma no Mori, but you'll
  682. have to fight two Werewolves. These are normal enemies, but at this
  683. point they can be incredibly tough. This is also what happens if you
  684. never met the Girl or you didn't hook up with her at Pandora.
  685. - If the Girl didn't join you in Pandora and you pick her up at Youma
  686. no Mori without getting the Sprite, then get rid of her by entering
  687. Gaia no Heso without checking the blocked path, the Girl will leave,
  688. and you'll have to fight the Werewolves *again*. That will be the last
  689. time, though, and you won't have to check the blocked path.
  690.  
  691. -- Youma no Mori --
  692.  
  693. - Porons attack by using a bow and will flee when you approach them.
  694. - In the second area, try to attack the skull things blocking your way.
  695. After that, you can enter Gaia no Heso without the Girl objecting.
  696.  
  697.  
  698. ¤~~~~~~¤ Gaia no Heso - Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  699.  
  700. Shop: Items:
  701. Punk Suit 260 Lucre Mahou no Rope
  702. Chibikko Robe 22 Lucre Poron no Yumiya (Bow)
  703. Headgear 70 Lucre Dwarf no Ono (Axe)
  704. Rabi no Boushi 45 Lucre
  705. Power Wrist 150 Lucre PC: Sprite Lv1
  706.  
  707. Boss: Default (Sprite):
  708. Bud (+ 2× Blood Ropers) Boomerang
  709. Chibikko Robe
  710.  
  711. - Batlers are pretty passive. They can cast Lv0 Balloon.
  712. - The Green Slime is the first enemy with more than 0 DFP and 99 Eva.
  713. Combined with their splitting habit, they can be a nuisance. They can
  714. poison you (80% chance) and also deal damage when splitting. No need
  715. to fight them if you don't feel like it.
  716. - Goblins start off unwary, so you can easily get the jump on them.
  717. They mostly attack with their axe, but may rarely use a boomerang as
  718. well (31 ATP), which does not cause an ATB charge.
  719. - This is the first dungeon where you'll encounter switches that are
  720. triggered by attacking (instead of stepping on them).
  721. - The Mahou no Rope can be used to warp out of dungeons. Try not to
  722. use it unintentionally during a long dungeon.
  723. - Hitting the second switch allows you to access the Dwarf Village.
  724. This is the one place in the game where you *might* want to hit that
  725. mute button.
  726. - 2 Punk Suits, Headgear, Rabi no Boushi, 3 Power Wrists = 1085 Lucre
  727. × You should also get at least a couple of Tenshi no Seihais.
  728. - Go talk to Watts and have him work on your sword (100 Lucre).
  729. - You can catch a show for 50 Lucre in one of the dwellings. You'll
  730. have to give 100 Lucre more at the end of the show (if you have that
  731. much - doesn't matter if you don't). Afterwards, go backstage to get
  732. your money back. The boss will then appear.
  733.  
  734. [Boss]
  735. - 315 HP, 45 ATP, 0 DFP, 80 Exp, 132 Lucre, Spear Power Up #1
  736. - Blood Roper: 78 HP, 40 ATP + 33% Poison, 0 Exp, 0 Lucre
  737. - The boss will burrow up from one of three possible spots. It's not
  738. vulnerable until it pops out from its shell and starts attacking. It
  739. attacks by spitting out pumpkin bombs that bounce around and home in
  740. on the character who was closest to the boss when the boss launched
  741. the bomb. They blow up when close to a PC, and the explosion reaches
  742. active frames on frame 5 and lasts a total of 40 frames (active until
  743. the end). It starts off small and reaches full size after 15 frames.
  744. You can still avoid the blast if you're not too close to the center
  745. when they go off.
  746. - The boss goes back underground after taking a hit. You can't reach
  747. it with the knuckles.
  748. - Accompanying the boss are one or two small sub-units that reach out
  749. to you with long vines that damage on contact.
  750.  
  751. - The Sprite (aka Popoi) will join after the battle, and you'll also
  752. receive the Bow.
  753. - Talk to Watts and buy the Axe for 100 lucre. The axe can be used
  754. to smash rocks and those things that were blocking your path in Youma
  755. no Mori. Upgrade your spear before leaving. You can either take the
  756. shortcut or go back the way you came from. The Sprite could use a few
  757. levels, so I suggest the latter. Even then, though, you can expect him
  758. to deal the least damage while receiving the most. If you just can't
  759. keep him alive, then don't. Either way, you should level up near the
  760. area where you found the Magic Rope. Let the slimes divide as much as
  761. you can. Or just fight whatever you want. It doesn't have to be that
  762. precise.
  763.  
  764.  
  765. ¤~~~~~~¤ Youma no Mori ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  766.  
  767. PC: Boss:
  768. (Girl) (2× Werewolf)
  769.  
  770. - As I already explained, if you didn't get the Girl to join you, you'll
  771. fight two Werewolves when you take the teleporter to the second area,
  772. and she'll join after that. Not an easy fight, even with two characters.
  773. The main issue is that they like to use combos that hit you multiple
  774. times and, thus, stunlock you. They can cast Lv0 Heal Water (74 HP) and
  775. Rush (ATP +25%, ie. 43 to 52). At least Nikita's there to save your game
  776. right before the battle.
  777. - The forest consists of four areas. There's a teleport that takes you
  778. to the Water Palace in the third area, but you can't reach it until you
  779. take out the next boss.
  780. - The Eye Spy starts spawning Porons once fully visible on screen. They
  781. attack using an eye beam and also damage you on contact when spawning
  782. Porons (50% chance of Moogle). They can also cast Lv0 Heal Water (64 HP)
  783. and Refresh but only on one specific Poron (HW when below 50% HP).
  784.  
  785.  
  786. ¤~~~~~~¤ Majo no Shiro ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  787.  
  788. Items: Boss: Party:
  789. 50 Lucre Tiger Chimera Lv10-13
  790. Kawa no Muchi (Whip)
  791.  
  792. - You need to be careful with both the Werewolves and Magical Chairs.
  793. As I'm sure you noticed if you fought them in the forest, Werewolves are
  794. fast and highly aggressive, and you can't stunlock them easily. Magical
  795. Chairs attack by jumping forward once or twice. The double jump covers
  796. a fair distance, so move out of the way rather than backing away.
  797. - You have to fight two Werewolves at the same time in the area before
  798. the cells. You might want to just run past them if you see the opportunity.
  799. - Once you've saved the soldiers, you can activate the switch in the
  800. previous area. Buy some supplies from Nikita and have him save your
  801. game before venturing forth. The boss is not far.
  802.  
  803. [Boss]
  804. - 520 HP, 21 MP, 0 DFP, 210 Exp, 288 Lucre, Boomerang Power Up #1
  805. - Attacks:
  806. Chew: 52 ATP Fire Breath: 54 ATP + 99% Burn
  807. Pinball: 53 ATP + 50% Sleep Fire Cocktail Lv2: 66 base + ATP Down
  808. Sky Drop: 55 ATP + 33% Sleep (3 MP) (-25%)
  809. - You'll get chewed if you get close, but you might want to trigger that
  810. intentionally just to avoid the alternatives that will likely hit multiple
  811. characters and knock you out. You can even hit him during the attack unlike
  812. with the others. Give the AI the bow or boomerang and let them handle the
  813. attacking while you keep the boss rooted in place for as long as you can.
  814. - Fire Breath and Fire Cocktail are unavoidable. He only uses them when
  815. he's up on the platforms, where you can only hit him with ranged weapons.
  816. He's invincible during the attack animations for both of them, so time
  817. your attack well. You can't rely on the AI here, so position yourself so
  818. that the AI will draw the attacks (he attacks the closest character).
  819. - The ATP Down from Fire Cocktail wears off so fast that it's irrelevant.
  820. At best, you might be able to attack once while it's still in effect.
  821.  
  822. - The enemies will be gone after the boss (happens a lot in this game).
  823. - Grab the two chests, then talk to Elinise again to warp out.
  824. - The whip can be used to cross small gaps by attaching to a pole on
  825. the other side. This allows you to reach the aforementioned portal in
  826. Youma no Mori.
  827. - The game claims that certain weapons (such as the Chakram) are
  828. particularly effective against certain types of enemies. As already
  829. mentioned, this attribute is non-functional.
  830.  
  831.  
  832. ¤~~~~~~¤ Waterfall Cave ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  833.  
  834. Item: Special: Boss:
  835. Spear (Javelin) Undine Pakkun Otama / Pakkun Tokage
  836.  
  837. - Head to the cave east of the temple.
  838. - Get a few levels by fighting the Garfish (35 xp). They can be a bit
  839. on the tough side, but they're certainly easier than the enemies in the
  840. Underground Palace. They have two attacks: a body slam (53 ATP) and a
  841. water splash (54 ATP). You can't push them, but they do spend a moment
  842. being dazed after recovering from hitstun. When below 16 HP, they might
  843. look like they've given up, but they'll still attack you if you get close.
  844. They might rarely cast Acid Storm Lv1 (73 base + DFP Down).
  845.  
  846. [Boss]
  847. - 600 HP, 57 ATP | 770 HP, 6 MP, 210 Exp, 348 Lucre, Glove Power Up #1
  848. - Gulp: 62 ATP. Heal Water (<50% HP): 184 HP.
  849. - Otama just bounces around and hits you if you get close. Once below
  850. 50% HP, it'll turn into Tokage.
  851. - Pakkun Tokage only attacks by swallowing you up, but can't do anything
  852. until he spits the character out. He'll spit the character out if you
  853. attack him, the swallowed character attacks him, or if you just wait
  854. a moment.
  855. - If you stand in the right spot diagonally from the boss, he'll do
  856. nothing, and you can just attack him without any resistance.
  857.  
  858. - Afterwards, you'll meet the elemental spirit of water, Undine. With
  859. her powers, the Girl and the Sprite can now cast magic. Each spirit
  860. (Seirei) will usually give you 3 new spells for each character.
  861.  
  862. Girl MP Sprite MP
  863. Refresh | 1 | Heal status Freeze | 2 | 61b
  864. Heal Water | 2 | Heal HP, 61b Supoito | 2 | 43b, drain
  865. Ice Saber | 2 | Freeze Acid Storm | 3 | 43b + DFP Down
  866.  
  867. - Spamming any boss with the Sprite's offensive magic (and what few
  868. offensive spells the Girl learns) is a path to an easy victory. If
  869. you want a bit of a challenge, you could try using as little magic
  870. as you can (at least in bosses). Wouldn't recommend it for your first
  871. playthrough, though, not that it's that hard, not if you can get past
  872. the next four bosses.
  873.  
  874.  
  875. ¤~~~~~~¤ Chitei Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  876.  
  877. Special: Boss:
  878. Gnome Fire Gigas
  879. Mana Level Up (Lv2)
  880.  
  881. - This place can be accessed from the Dwarf Village, from the room with
  882. lava and a Crystal Orb. Crystal Orbs can be activated with specific spells,
  883. this one with Freeze.
  884. - Again, some pretty tough enemies. Goblin Lords will spawn Goblin Guards,
  885. and both of them like to spam you with their boomerangs, easily resulting
  886. in a stunlock. For whatever reason, the boomerang attack has no cooldown.
  887. That's what makes it so dangerous. It does have lower ATP (47\48) than
  888. their regular axe attack that they use at point blank range, but that's
  889. not much of a consolation. If you don't think you're up for it, just make
  890. a run for it. The dungeon consists of five areas and the last three are
  891. very small.
  892. - The Goblin Lord's spawning limit is 10, but they're able to spawn the
  893. goons for free as they wake up, since the limit isn't active yet. Possibly
  894. an oversight.
  895. - The Unicorn Heads attack by jumping at you. If they cast Quick (or even
  896. attempt to cast it with insufficient MP), they'll enter a frenzy, where
  897. they ignore cooldown and attack nine times in rapid succession. The spell
  898. itself has no effect on cooldown, so it's just an AI script thing. Either
  899. way, it's not a big concern. If you keep the pressure on, you should be
  900. able to keep them stunlocked. Maybe start with a charge attack, since they
  901. have some DFP.
  902. - You'll start running into higher level traps again; you'll need 33 Agi
  903. to open the chests safely (Lv22).
  904. - You can hear enemies off-screen in the small areas. I believe it's
  905. because the small areas are technically part of the same 'map,' for the
  906. sake of convenience.
  907. - You can't trigger the boss if the Sprite isn't alive.
  908.  
  909. [Boss]
  910. - 850 HP, 66 MP, 0 DFP, 45 MDF, 326 Exp, 360 Lucre, Axe Power Up #1
  911. - Smash: 59 ATP. Fire Breath: 65 ATP + 50% Burn. Magic: 216 base / n.
  912. - He has three Lv4 spells (Fireball (2 MP), Explode (4 MP), Lava Wave
  913. (3 MP)), but they all deal the same amount of damage. However, the ones
  914. with longer animations may allow him to attack in succession without giving
  915. you a chance to heal.
  916. - Fire Gigas follows a cycle where he dematerializes and then rematerializes
  917. after a little while. He's completely invulnerable when immaterial, but he
  918. doesn't attack during that time either. He uses the smash very consistently
  919. if you're up close when he rematerializes, and sometimes uses Fire Breath
  920. when you're at a distance. The smash is always followed by magic, whereas
  921. Fire Breath is not. He's mostly invulnerable during Fire Breath. You have
  922. to get the hit in very early.
  923. - Fire Gigas and some other bosses always multi-target their magic.
  924. When magic is multi-targeted, its power is divided. With only one living
  925. character, the damage could easily kill you in one hit. With two living
  926. characters, you're looking at 50-75 pod. While the Sprite has the lowest
  927. HP and MDF, keeping him alive would be optimal, since it results in the
  928. lowest total damage.
  929. - Either way, you probably can't put up with those spells for long, so
  930. you need to capitalize on your main opportunity to deal damage, that
  931. being when he rematerializes. Don't attack right away, though. You need
  932. to wait until he's no longer blocking with his arms. Don't set the AI
  933. to charge, since they won't do that when he's immaterial.
  934. - If you're going for a no magic victory, this is going to be a bit of
  935. a challenge. Start by building up to at least Lv16 and getting all the
  936. healing items you can, including Chocolate and Jelly from Neko. You'll
  937. want to optimize your healing as well. This involves letting a character
  938. die occasionally, so you can make use of your Angel Grails. You can't
  939. save them for last, since you could easily end up dying at the same time.
  940. Also note that you can start charging your weapon after using a healing
  941. item without having to attack (just keep holding down the button).
  942.  
  943. - After the battle, you'll obtain Gnome.
  944.  
  945. Girl MP Sprite MP
  946. Protect | 2 | DFP Up Speed Down | 1 | ?
  947. Quick | 3 | Eva Up + Hit Up Daiya Missile | 2 | 43b
  948. Stone Saber | 4 | Petrification Earthquake | 3 | 61b
  949.  
  950. - Examine the seed (Shushi) before leaving. You'll need to do that in
  951. every palace. The enemies are gone, so you should use the Mahou no Rope.
  952.  
  953.  
  954. -- Pandora --
  955.  
  956. - Talk to the blue-haired girl (Pamela) in the southern part of town.
  957. After she disappears, follow the southern path to the ruins.
  958.  
  959.  
  960. ¤~~~~~~¤ Pandora no Kodai Iseki ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  961.  
  962. Boss: Room Guarder (+2× Guarder's Eyes)
  963.  
  964. - The enemies in this dungeon are quite annoying. If they're giving you
  965. too much trouble, just run through the whole thing. It's not long.
  966. - You're immediately greeted by a Dark Priest, an enemy with such high
  967. DFP that you can only take them out with magic, charge attacks, or an
  968. unlikely critical. Furthermore, this is the first enemy whose sprite is
  969. partially immune to melee attacks; you need to hit the priest itself,
  970. not the thing they're flying on. Unless you're attacking them from the
  971. south, that shouldn't be much of an issue. A ranged weapon will ignore
  972. the immunity, but the only one you can charge to Lv2 at this point is
  973. the boomerang. They don't attack physically, but they can spawn up to
  974. 10 Zombies and can cast Lv2 Fireball (92b) and Protect (not on self).
  975. - Zombies can poison you (25% chance) and cast Lv1 Speed Down.
  976. - Evil Swords are immune to frontal melee attacks, but they're so small
  977. you can easily hit the hilt when you're close. Add the fact that they
  978. only have 0 DFP and Eva, and they're much easier to deal with than the
  979. priests. They deal damage when they "wake up," so approach them with
  980. caution. They can cast Lv0 Moon Saber.
  981. - Once you enter the area where you trigger the boss (after the second
  982. long corridor with a number of turns), you can't go back or exit using
  983. the Magic Rope.
  984.  
  985. [Boss]
  986. - 920 HP (main), 300 HP (sub), 15\13 DFP, 580 Exp, 720 Lucre, Bow Power Up #1
  987. - The left eye uses Heal Water (150 HP) on the main eye (no threshold;
  988. it's just random), the main eye uses Revive (10 MP), and the right eye
  989. uses Freeze and Supoito (75b, 2 MP, single), all Lv3. The left and right
  990. eyes act every 14-16 seconds with both active, every 8-10 seconds solo.
  991. - The left eye uses a couple of physical attacks, but they're nothing to
  992. worry about: Flash Beam (44), Omori Nirami (55 + 50% Slow)(unavoidable).
  993. - The sub-eyes' hitboxes aren't where you might expect. They're closer to
  994. the sides, around the spots with the little corners on the wall.
  995. - The main eye is invulnerable to physical attacks when closed. Also, this
  996. is the first boss with 99 Evade, so even when it's vulnerable, about 40%
  997. of your attacks will just miss.
  998. - The main eye can revive the sub-eyes, but only with a measly ~25 HP and
  999. only up to 9 times. If you take out both sub-eyes, the wall will start
  1000. moving, and you'll have little time before you're crushed. While you can
  1001. damage the main eye more easily during this time, if it's still at or close
  1002. to max HP, you likely won't make it, at least not without magic.
  1003. - Without magic, this could get a little iffy, but really all you need to
  1004. do is focus on the main eye with Lv1/2 charge attacks. That should do the
  1005. trick. I used the spear (Girl \ Lv2), sword/axe (Boy \ Lv1), and boomerang
  1006. (Sprite \ Lv2). Try to avoid hitting the sub-eyes. If the AI goes for them,
  1007. take manual control and bring them back in line.
  1008. - If you take out the right eye (from your perspective), you'll take less
  1009. damage, but the boss will get healed more.
  1010. - If you take out the left eye, the boss won't get healed, but you'll have
  1011. to put up with a barrage of attack magic that will hinder your efforts all
  1012. the same. Try to draw those spells with the Girl, since she'll take the
  1013. least damage. If you have enough heals and aren't attacking the main eye
  1014. very effectively, the sub-eye will run out of MP after a while, and you
  1015. can wrap things up with little to no resistance.
  1016.  
  1017. - Talk to Jema after the battle.
  1018.  
  1019. -- Pandora --
  1020.  
  1021. Items: Shop:
  1022. 50 Lucre Sword Power Up #2 Cobra no Udewa - 280 Lucre
  1023. 50 Lucre Spear Power Up #2
  1024. 50 Lucre 50 Lucre
  1025.  
  1026. - You can now buy Cobra no Udewas from the other shop, although you may
  1027. want to keep using the Power Wrists for a while longer because of the Str
  1028. bonus (2 DFP, 3 MDF difference).
  1029. - Go talk to the king to gain access to some treasure.
  1030.  
  1031.  
  1032. ¤~~~~~~¤ Gaia no Heso ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1033.  
  1034. Item: Boss:
  1035. Whip Power Up #1 Guardian
  1036.  
  1037. - Return to Gaia no Heso. Go down the new hole in the Dwarf Village to
  1038. reach a ship of some kind.
  1039.  
  1040. [Boss]
  1041. - 900 HP, 18 MP, 11 DFP, 61 MDF, 686 Exp, 650 Lucre, Javelin Power Up #1
  1042. - Attacks:
  1043. Swing: 56 ATP + 33% Moogle Bash a: 56 ATP + 33% Moogle
  1044. Spin: 65 ATP + 33% Moogle Bash b: 61 ATP + 33% Moogle
  1045. - Magic (Lv1): Rush (ATP +25%)
  1046. - Try to keep your distance. His attacks are so fast you can't really
  1047. avoid them if you're in range. Don't let the AI engage.
  1048. - The boss gets a significant speed boost once below 50% HP. You might
  1049. still be able to avoid him even when charging.
  1050.  
  1051.  
  1052. ¤~~~~~~¤ Mizu no Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1053.  
  1054. Item: Boss:
  1055. Whip Power Up #2 Jabberwocky
  1056.  
  1057. - Save your game at Nikita's place before heading into the palace.
  1058.  
  1059. [Boss]
  1060. - 950 HP, 90 MP, 12 DFP, 15 MDF, 800 Exp, 768 Lucre, Bow Power Up #2
  1061. - Attacks: Bite a: 38 + 99% Sleep Doku Gas: 82 ATP + 99% Poison \all
  1062. b: 61 (unavoidable)
  1063. c: 65 + 50% Poison
  1064. d: 70 + 50% Sleep
  1065. - Magic (Lv3): Acid Storm (272b + DFPd \all), Heal Water (544 HP)(<25% HP)
  1066. - An attack is rolled every 3,8s.
  1067. - Doku Gas and Acid Storm are mainly used when you're at a distance,
  1068. the former being much more common. Stay close and you should have little
  1069. trouble.
  1070. - The boss has two heads that can lunge out and hit you from a fair
  1071. distance. The attacks are quite fast and not easy to avoid. A single
  1072. attack might even hit you twice. With rolled bite attacks, only one head
  1073. can attack at a time, and the target tends to be whoever is closest to
  1074. the body. The head used depends on which side the character closest to
  1075. the body is: left head for the left side, right head for the right side.
  1076. - Both heads will retaliate with a bite whenever he takes damage unless
  1077. it occurs within ~80 frames after an attack roll or ~20 frames before.
  1078. - You can interrupt a non-counter bite attack if you simply attack the
  1079. boss during the attack. Given how much the heads flail around, though,
  1080. you might not have enough time to react, and your attack might just miss.
  1081. Then again, unless you have the AI doing charge attacks, things will be
  1082. a bit too hectic to take advantage of it intentionally. Which is not to
  1083. say I'd recommend having them use charge attacks. The AI's charging can
  1084. easily get interrupted if they take damage and get pushed too far away
  1085. from the boss or the lead character or if you simply move too far away.
  1086. If you can manage to avoid that, then it's fine. Try keeping your lead
  1087. character right in front of the boss, so the AI is less likely to get
  1088. targeted.
  1089. - The left head dies once he's below 476 HP. It stays dead even if the
  1090. boss heals himself. The remaining head won't attack if the closest target
  1091. is on the left side unless it's in retaliation.
  1092. - Once he's below 25% HP, he can randomly cast Heal Water. It could take
  1093. 10 seconds or it could take over a minute.
  1094.  
  1095. - Talk to Jema afterwards to receive another power-up.
  1096. - Talk to Luka and check the seed. The cannon near Potos can now take
  1097. you to the Daishinrin, located in the Upper Land (Ue no Daichi).
  1098. - Go through the Youma no Mori to get to Gaia's Navel (the cannon near
  1099. Potos won't shoot you there anymore). You could also use the cannon in
  1100. the Daishinrin.
  1101.  
  1102. Item: Chibikko Hammer \\\ Gaia no Heso ||
  1103. - Talk to the elder to receive the Chibikko Hammer.
  1104.  
  1105.  
  1106. ¤~~~~~~¤ Daishinrin ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1107.  
  1108. Items: Special: Party: Lv18-24
  1109. Glove Power Up #2 Jinn
  1110. Axe Power Up #2 Mana Level Up (Lv3) Boss: Axebeak
  1111.  
  1112. Shop: Haneboushi - 220 Lucre
  1113.  
  1114. A----B A: Winter E: Cannon A
  1115. | | B: Fall F: Moogle Village
  1116. |G F| C: Summer G: Wind Palace (& boss)
  1117. -D----C-E D: Spring
  1118.  
  1119. - The Exp is good here, so get a bunch of levels. Make good use of the
  1120. Youma no Yari and you can take out the enemies without too much trouble
  1121. (or don't, if you prefer the challenge).
  1122. - Rabilions can cast Lv0 Supoito, Acid Storm (59b), and Heal Water.
  1123. - Sahagins can throw their tridents, which you can avoid if you're nimble
  1124. enough. Or you can just approach them diagonally or hit them fast enough
  1125. to interrupt them. They can easily nail you when they're off-screen. Their
  1126. other attack is a spinning move with a narrower area of effect than what
  1127. it looks.
  1128. - Blood Owls cast Silence and will attack a confused character non-stop
  1129. with no regard for attack cooldown.
  1130. - Death Crabs attack by throwing their claw, which orbits around them, and
  1131. by releasing bubbles (75 + 99% Sleep). They can also cast Thunder Saber
  1132. Lv4 (ATP +12). They move mostly sideways.
  1133. - Chests dropped by Lv16-25 enemies can give you a gas trap (Sleep, Chibi,
  1134. or Moogle). Again, it's really not worth the risk. The Boy can open these
  1135. chests safely starting Lv22.
  1136. - Initially, you'll find Watts in A and Nikita in D, both later in F.
  1137. - Talk to one of the moogles in A, then go kill the Molebears in the
  1138. Moogle Village (accessed from C). Talk to one of the moogles in the
  1139. village, and the Sprite will tell you how to reach the Yousei no Mura:
  1140. "Walk the seasons from spring to winter, spring again and we can enter."
  1141. In other words, just keep going counter-clockwise (DCBAD) and the path
  1142. will open. Another boss awaits.
  1143. - The Moogle no Tsume is pretty good, but you have to watch out for enemies
  1144. that are immune to physical damage when knocked down (such as the Molebears).
  1145. Again, you could refrain from using it if you don't want to incapacitate
  1146. enemies that easily.
  1147.  
  1148. [Boss]
  1149. - 720 HP, 51 ATP, -¤ DFP, 105 MDF, 1090 Exp, 864 Lucre, Boomerang Power Up #2
  1150. - He mostly just jumps around and deals damage on contact. When he jumps on
  1151. the elevated platforms, his ATP is boosted to 79 (for less than a second).
  1152. - Magic (Lv4): Air Blast, Thunderbolt (264b \all), Balloon (8-16s)(single),
  1153. Silence (6,5s)(all).
  1154. - He blocks all frontal melee attacks. Either hit him in the back or use
  1155. the javelin or bow. If the AI fumbles too much, tell them not to engage.
  1156. - If you're at the northern-most boundary where the path appears when the
  1157. boss dies, you'll end up stuck, and the game will be soft-locked.
  1158.  
  1159. - In the palace, you'll obtain Jinn. Don't forget to examine the seed to
  1160. increase your Mana level.
  1161.  
  1162. Girl MP Sprite MP
  1163. Detect | 1 | Scan / Disarm Silence | 2 | Confuse
  1164. Balloon | 2 | Balloon Air Blast | 2 | 43b
  1165. Thunder Saber | 3 | - Thunderbolt | 4 | 61b
  1166.  
  1167. - Detect can be cast on
  1168. × Enemies to reveal stats (HP, MP, Exp, Lucre) and elemental weakness
  1169. × Treasure chests to disable traps. Won't work in some cases if the
  1170. spirit level is too low. Lv3 is enough until the very end of the game.
  1171. Level it up right away just to get it over with.
  1172. × Crystal Orbs to clue you on which spell to use. It won't tell you
  1173. exactly which spell needs to be used, but it tells you which spirit
  1174. it is.
  1175. - With Jinn's magic, you can proceed west from D. Deeper in the forest,
  1176. you'll find a second cannon, currently out of service, and a cave that
  1177. leads to a town inhabited by friendly Myconids.
  1178.  
  1179.  
  1180. ¤~~~~~~¤ Matango ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1181.  
  1182. Shop:
  1183. Hade na Tsunagi 675 Lucre Pakkun Choco 30 Lucre
  1184. Tetsu no Kabuto 180 Lucre Mahou no Kurumi 500 Lucre
  1185. Haneboushi 110 Lucre
  1186. Wolf Band 400 Lucre (Agi +5) Item: Javelin Power Up #2
  1187.  
  1188. - 3 Hade na Tsunagis, Tetsu no Kabuto, 3 Wolf Bands = 3405 Lucre
  1189. - Even if you're below Lv22, the Wolf Band should boost your Agi high
  1190. enough (33) that you can open chests safely. It'll soon get replaced,
  1191. but you should be hitting Lv22 around that time as well.
  1192. - This is (pretty much) the last shop that carries Manmaru Drops. If you
  1193. want to restock on those during the next five or so dungeons, you'll have
  1194. to use cannons to return here or farm it from enemies.
  1195. - Note that you can walk through the wall in the inn to get behind the
  1196. counter. There's nothing there, though.
  1197. - Talk to the king to gain access to Ryuu no Ana.
  1198.  
  1199.  
  1200. ¤~~~~~~¤ Ryuu no Ana ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1201.  
  1202. Party: Boss:
  1203. Lv21-27 Great Boa
  1204.  
  1205. - The longest dungeon so far. It's still largely linear, though.
  1206. - Garashas spawn Molebears (up to 10) and can cast Thunderbolt, Air Blast
  1207. (100b), and Silence Lv2. They don't attack physically.
  1208. - Molebears attack by spinning and jumping at you or by spinning in place
  1209. and throwing dirt around them (66 ATP).
  1210. - You'll eventually find a crystal orb. After activating it, you can take
  1211. the stairs down in the previous area to reach the boss.
  1212.  
  1213. [Boss]
  1214. - 1330 HP, 8 MP, 69 ATP, 0 DFP, 81 MDF, 1410 Exp, 1056 L, Sword Power Up #3
  1215. - Magic (Lv5): Daiya Missile (119b, single)
  1216. - He moves pretty fast and tries to run you over. He deals damage on
  1217. contact and may also swallow a character (88 ATP + 99% Chibi). Use the
  1218. whip with your lead character. Give the AI melee weapons, since they
  1219. struggle to hit the boss with ranged weapons and they'll get too close
  1220. anyway. Don't leave characters under Chibi or they'll take severe damage.
  1221. It might not be worth keeping the AI alive, though. At least magic isn't
  1222. much of a concern.
  1223. - This is the last boss with 0 Evade.
  1224.  
  1225. - After finding Flammie, you can take the nearby cannon in the forest
  1226. to either Kakkara Desert or the Ice Country (Koori no Koku). I suggest
  1227. you visit Kakkara first.
  1228.  
  1229.  
  1230. ¤~~~~~~¤ Kakkara Sabaku 1 ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1231.  
  1232. H Boss:
  1233. | | | Machine Rider
  1234. -E-G-F- A: Start
  1235. | | H: Destination
  1236. -C-B-D-
  1237. | | |
  1238. A
  1239.  
  1240. - This region of the desert only consists of seven areas, but it loops,
  1241. so it can get rather confusing. You won't be able to return here later.
  1242. - You won't be able to restock on supplies before the next boss, but
  1243. it's not a difficult boss at all.
  1244. - Death Scorpions can poison you (25% chance) and cast Lv3 Protect.
  1245. - Spider Legs are fairly tough and not really worth engaging. They hide
  1246. in quicksand pits and won't reveal themselves until you're close enough
  1247. to get hit. Their normal attacks are nothing to worry about, but they
  1248. like to spam you with Earthquake Lv3 (125b, single). Move diagonally
  1249. to get out of the quicksand. You can't damage them when they're under
  1250. Fuusen or Sleep, so that won't help.
  1251. - Pumpkin Bombs try to get close to you, then self-destruct and cast
  1252. Burst Lv3 (145b, single), but they mostly produce duds. If one does
  1253. self-destruct, you won't get any spoils. Not much of a loss. Either
  1254. way, it's unlikely they survive long enough to use Burst.
  1255. - The Burst spell does *not* kill the user. That's just an arbitrary
  1256. thing they did with a couple of enemies.
  1257. - Go to H, and you'll be picked up by a ship of some kind. You'll be
  1258. separated from the other characters. Talk to Serge twice, then talk to
  1259. the guards. Find the Sprite, then the Girl. A boss fight soon ensues.
  1260.  
  1261. [Boss]
  1262. - 980 HP, 18 MP, 9 DFP, 65 MDF, 1595 Exp, 1055 Lucre, Whip Power Up #3
  1263. - He moves up and down the side trying to horizontally align himself with
  1264. you. There's a 30 pixel wide strip where you're considered aligned. One
  1265. specific character (usually your controlled character) is used as the
  1266. point of reference.
  1267. - He has a 3,75s ATB charge. His primary action has him try to run over
  1268. you (77 ATP + 33% Sleep). His secondary action involves casting Quick Lv3
  1269. (3 MP, 20s) or, if Quick is in effect, launching three homing missiles
  1270. (93 ATP).
  1271. - If you align with him during his ATB charge, he'll stop, rev his engine,
  1272. and wait for his ATB to charge. If you're aligned when the ATB finishes,
  1273. he'll perform his primary action. If not, he'll do his secondary action.
  1274. If you align very early in his ATB charge (in the first ~0,8s), then move
  1275. out of the way, he'll start moving again, but the above rules still apply.
  1276. - If you don't align with him during his ATB charge, he'll act very quickly
  1277. once you're aligned (a mere 10f delay). The same rules technically still
  1278. apply. As such, you'll most likely trigger a primary this way, but it's still
  1279. possible to trigger a secondary if you move out of the way during the second
  1280. half of the delay. If you move away during the first half, he'll continue
  1281. moving.
  1282. - He'll counter if attacked during a neutral state. Again, if you're aligned,
  1283. he'll perform his primary action, otherwise secondary.
  1284. - Quick probably has zero impact on his Hit and Eva, since they're already
  1285. 99. Either way, the missiles are pretty much impossible to avoid and they
  1286. don't just despawn, so try to avoid triggering it. You can avoid it if you
  1287. hit him during his primary. If you're near the opposite end of the field,
  1288. you can easily avoid the primary even while charging. You can then hit him
  1289. while he's moving against the wall. You could also hide behind one of the
  1290. rocks or the larger cacti and hit him while he's running by.
  1291. - If he runs out of MP and Quick is no longer in effect, he'll fruitlessly
  1292. still try to cast it.
  1293. - If a missile hits you during his regular attack, it may have the properties
  1294. of the regular attack. This is unintentional.
  1295.  
  1296. - After the battle, talk to one of the soldiers and choose 'yes,' then
  1297. head north to find the town. Don't bother exploring the desert.
  1298.  
  1299. -- Kakkara --
  1300.  
  1301. - Shoot yourself to the Ice Country (Koori no Koku).
  1302. - You can already go check out the Fire Palace, but you can't get far
  1303. because of a crystal orb you can't activate yet.
  1304.  
  1305.  
  1306. ¤~~~~~~¤ Todo ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1307.  
  1308. Shop:
  1309. Gin no Chest 1000 Lucre
  1310. Ougon no Vest 2250 Lucre
  1311. Kin no Kamikazari 350 Lucre
  1312. Araiguma Hat 550 Lucre
  1313. Gin no Udewa 525 Lucre
  1314.  
  1315. - 3 Ougon no Vests, 3 Araiguma Hats, 3 Gin no Udewas = 9975 Lucre
  1316.  
  1317.  
  1318. ¤~~~~~~¤ Crystal Forest ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1319.  
  1320. Item: Special: Boss:
  1321. Spear Power Up #3 Salamander Otyugh Face
  1322.  
  1323. K
  1324. J A: Todo
  1325. I| C: Santa's House
  1326. H B-A E: Cannon
  1327. | | G: Boss / (Un)frozen town
  1328. G C I: Nikita
  1329. | | K: Palace
  1330. F--D-E
  1331.  
  1332. - The first area of the forest is not just a good place to level up
  1333. (240 xp for each Jackal), but also features some of the most intense
  1334. and satisfying action in the whole game. I'd recommend at least Lv30.
  1335. - Jackals only have one physical attack and sometimes cast Speed Down
  1336. Lv4, but they can start running, so you need to react quickly.
  1337. - One of the Jackals in D spawns inside the trees for some reason.
  1338. - Tortoise Knights can cast Lv4 Ice Saber (ATP +18 + 25% Freeze) and
  1339. Heal Water (264 HP). Their shell attack has 110 ATP and, while it causes
  1340. cooldown, it can be used during cooldown. When below 21 HP, they'll
  1341. hide inside their shell and take no damage as a result, but they'll
  1342. pop out if you approach them. The saber's freeze effect is lost when
  1343. they use the shell attack, but the ATP boost remains.
  1344. - This will likely be your first encounter with spectral enemies, who
  1345. can move through walls and are completely immune to physical attacks.
  1346. Aside from freezing you with their breath, Gas Clouds can cast Lv3
  1347. Freeze and Acid Storm (125b). They can only aim the breath attack left
  1348. or right. If their HP falls to 80 or below (basically any damage that
  1349. doesn't kill them), they'll despawn and spawn a new cloud with full
  1350. health. If there aren't any available slots, they'll just... despawn.
  1351. - Even if you're not using magic on bosses, I suggest you use it on
  1352. ghosts, so you'll get *some* use out of it. You can easily afford to
  1353. buy walnuts at this point, so don't hesitate to use those. Try not to
  1354. kill them when they're out of bounds. Otherwise, you can't reach their
  1355. chest drops.
  1356. - Now it's time to decide whether to upgrade the spear or not. Being
  1357. able to inflict Fuusen makes normal enemies much easier to deal with,
  1358. but perhaps you want more of a challenge.
  1359. - If you have minmaxing tendencies, you should keep some of the Girl's
  1360. and Sprite's weapon skills at lower levels (below 5). This will be useful
  1361. at the end of the game for reasons I'll get into once we get there.
  1362. - You'll encounter the boss after the first area with Gas Clouds.
  1363.  
  1364. [Boss]
  1365. - 1100 HP, 12 MP, 113 ATP, 13 DFP, 161 MDF, 2245 Exp, 1040 L, Bow Power Up #3
  1366. - Blood Roper: 78 HP, 40 ATP + 33% Poison, 0 Exp, 0 Lucre.
  1367. - Mag-Lv4: Heal Water (234 HP \a), Burst (441b \a), Sleep Flower (\a)(<50% HP)
  1368. - The first reused boss. Like the previous one, he pops up from under
  1369. the ground and spits out pumpkin bombs. You do have more space to move
  1370. around this time, and you can take body contact damage if you get too
  1371. close when he's inside his shell.
  1372. - When avoiding bombs, it's rather difficult to avoid pulling the AI
  1373. characters into them. It might be best to just tank them with the Boy,
  1374. since he has the highest DFP. Don't forget to take the knockback into
  1375. consideration.
  1376. - For some reason, his Heal Water potency is sometimes not doubled. Also,
  1377. it's possible he was supposed to use Heal Water when below 50% HP, not
  1378. Sleep Flower. There are a few other enemies that can also use Heal Water
  1379. at full health, though.
  1380. - The Ropers are the exact same, so they can't even touch you.
  1381.  
  1382. - You'll find yourself in a town seemingly unaffected by the climate.
  1383. Approach the guy by the stove, then open the stove to obtain Salamando.
  1384.  
  1385. Girl MP Sprite MP
  1386. Flame Saber | 2 | Burn Fireball | 2 | 52b
  1387. Fire Cocktail | 3 | 43b + ATP Down Lava Wave | 3 | 43b
  1388. Blaze Wall | 4 | 32b + Burn Explode | 4 | 61b
  1389.  
  1390. - In the next area, there are two paths north. Take the left one to
  1391. find Nikita and the right one to reach the Crystal Palace.
  1392.  
  1393.  
  1394. ¤~~~~~~¤ Crystal Palace ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1395.  
  1396. Party: Lv35 Bosses:
  1397. 3× Pakkun Otamas / 3× Pakkun Tokages
  1398. Item: Glove Power Up #3 Frost Gigas
  1399.  
  1400. - The enemies will be gone once you complete the events here.
  1401. - If you die in this dungeon, you'll respawn at beginning.
  1402. - When entering the very first area from the south, you may have to move
  1403. forward a bit before the screen will scroll south (if you want to turn
  1404. back right away for some reason). Otherwise, you can't reach the load zone.
  1405. - Don't fight the Blue Bavarois's if they give you too much trouble.
  1406. They're not worth it. They have an 80% chance of freezing you. At least
  1407. you can't take damage while you're a snowman, but, still, it's pretty
  1408. annoying.
  1409. - When you find two doors, take the right one to reach the Glove Orb.
  1410. - Specters have no physical attacks. They cast Lv3 Freeze and Supoito
  1411. (117b), the latter only when below 101 HP. You can't hit their weakness,
  1412. so a single multi-targeted spell won't be enough.
  1413. - Beyelders can mooglify you (25% chance) and cast Lv3 Saint Beam (140b).
  1414. - At full health, Magic Books use Lv4 Freeze, Thunderbolt, and Air Blast
  1415. (153b). If they've taken any damage, they'll use Supoito. Their highest
  1416. priority is keeping their Tinkle Barrier up. The barrier takes 190 pod
  1417. to destroy, so they can be quite resilient. Occasionally, their pages
  1418. reveal something rather... exhilarating.
  1419.  
  1420. [Boss]
  1421. - 600 / 770 HP each, 630 Exp, 1044 Lucre in total
  1422. - This is the same guy you fought back in the waterfall cave. They won't
  1423. pose a threat. The actual boss is not far, in the area after the three
  1424. Beyelders.
  1425.  
  1426. [Boss]
  1427. - 1140 HP, 37 DFP, 121 MDF, 3045 Exp, 1200 Lucre, Boomerang Power Up #3
  1428. - Magic (Lv6, 300b \all): Acid Storm, Freeze, Ice Saber.
  1429. - Slam: 134 ATP. Freeze Breath: 134 ATP + 99% Freeze.
  1430. - Don't worry. This one's much easier than Fire Gigas.
  1431. - He casts Ice Saber on *you*, which gives you a 12,5% ATP boost for 11
  1432. hits. If a character is frozen, you'll get the saber glitch.
  1433. - As already explained, while physical attacks can be elemental, it plays
  1434. no part in the actual damage calculation formula.
  1435.  
  1436. - You'll need to take the seed back to the Fire Palace.
  1437.  
  1438.  
  1439. ¤~~~~~~¤ Kakkara Sabaku 2 ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1440.  
  1441. A I
  1442. |
  1443. ¤ B-C-D A: Kakkara
  1444. | | | | ¤: Hi no Shinden
  1445. H-G-F-E
  1446.  
  1447. - No looping in this region of the desert, but it's full of Spider Legs.
  1448. - Duck Soldiers can spawn an infinite number of Pumpkin Bombs and attack
  1449. by launching explosive eggs at you.
  1450.  
  1451.  
  1452. ¤~~~~~~¤ Hi no Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1453.  
  1454. Items: Special: Boss:
  1455. 1000 Lucre Mana Level Up (Lv4) Minotauros
  1456. 1000 Lucre
  1457. Axe Power Up #3
  1458.  
  1459. - The enemies will be gone after you defeat the boss.
  1460. - Porobin Foots can cast Flame Saber Lv4 (ATP +17 + 25% Burn). Once on
  1461. fire, you can end up taking massive damage. Don't give them the chance.
  1462. Use a ranged weapon of your own.
  1463. - Trap levels are going up again. If you don't have 41 Agi (Lv32 for the
  1464. Boy), don't open any chests left behind by Porobins (unless you disable
  1465. the trap). You might end up petrified otherwise.
  1466. - Dark Smogs attack with a fire breath, Lv4 Blaze Wall (141b + Burn),
  1467. and occasionally Fireball. They won't do the respawn thing that the Gas
  1468. Clouds did. The fire breath technically has a burning effect, but the
  1469. chances are 0.
  1470. - Red Marshmellows can set you ablaze as well (80% chance), but at least
  1471. they can't do it from a distance. They're still quite pesky, as slimes
  1472. tend to be.
  1473. - You'll need to use Salamander on the first two orbs, Undine on the
  1474. last one. The boss is right after the last one.
  1475.  
  1476. [Boss]
  1477. - 1200 HP, 21 DFP, 150 MDF, 3348 Exp, 1440 Lucre, Javelin Power Up #3
  1478. - Attacks Punch: 103 ATP Smash: 131 + 99% Sleep
  1479. Gore: 117 ATP Bull Charge: 127 + 33% Sleep
  1480. - Magic (Lv7, 180b): Earthquake, Protect (DFP +5)
  1481. - Phase 1: Punch, Gore, Smash.
  1482. - Phase 2 (<601 HP): Smash, Bull Charge.
  1483. - Earthquake really hurts, and it's only used when you're out of range.
  1484. You'll take less damage at close range unless you end up in a smash loop,
  1485. where he knocks out your whole party repeatedly. It's used at point blank
  1486. range and hits you instantly. Stay close, but not *too* close. Try to keep
  1487. him facing south. If you can predict it, gore is fairly easy to avoid.
  1488. He'll likely attack after taking damage. Punch can technically be evaded
  1489. as well, but it covers a larger area, so it's much harder. He can also
  1490. block to become immune to physicals.
  1491. - Punch and Gore reach active frames in 10f or 15f. Gore has two separate
  1492. active frame periods on the x axis, the first one only a few frames and
  1493. the second one starting about 40f in.
  1494. - The stakes go up a bit in phase 2. Bull charge is too fast to avoid at
  1495. close range, so keep some distance and use a ranged weapon. After taking
  1496. damage, he'll charge if you're in his line of sight. Evade it, then hit
  1497. him after the charge (he's invincible during the charge) and try to keep
  1498. up the loop. Consider controlling the Girl, as the Boy does ok in AI
  1499. control and can soak up more damage. The Sprite will likely get bulldozed
  1500. pretty bad, but that's acceptable. If the Boy alone ends up in a smash
  1501. loop, he should be okay, and it does give you a chance to attack with
  1502. another character.
  1503.  
  1504. - Once you've received the seed's power, go back to town and take the
  1505. cannon to the Empire (Teikoku).
  1506.  
  1507.  
  1508. ¤~~~~~~¤ Southtown ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1509.  
  1510. Shop:
  1511. Ruby no Muneate 4500 Lucre
  1512. Porobin Hood 700 Lucre
  1513. Golem Ring 750 Lucre
  1514.  
  1515. - The shop is on the second floor of the inn, however, I'd advise against
  1516. upgrading your equipment. There's better stuff in the next town, and all
  1517. you need to do is get through the sewers (not that long).
  1518. - Talk to the woman in the house on the west side. She'll give you the
  1519. password (634) that allows you to access the sewers on the east side.
  1520.  
  1521.  
  1522. ¤~~~~~~¤ Gesui ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1523.  
  1524. - As I said, not a long dungeon. It's six areas full of Blue Slimes and
  1525. Killer Fish. The fish have two physical attacks (body slam: 127; missile:
  1526. 122) and may rarely cast Lv3 Acid Storm and Freeze (132b).
  1527. - The Youma no Yari should guarantee safe passage (if you still have that).
  1528. The Trident is another weapon that balloons enemies. Of course, it only
  1529. hits one enemy at a time, but it's not a bad choice.
  1530. - If you're just running past the enemies, you'll need to swap between
  1531. the characters at times in order to get past the terrain.
  1532.  
  1533.  
  1534. ¤~~~~~~¤ Northtown ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1535.  
  1536. Shop:
  1537. Tiger Bikini 7100 Lucre
  1538. Tora no Nuigurumi 6375 Lucre
  1539. Tiger Cap 1100 Lucre
  1540. Snowman Ring 1200 Lucre
  1541.  
  1542. - 2 Tora no Nuigurumis, Tiger Bikini, 3 Tiger Caps, 3 Snowman Rings = 26 750 L
  1543. - The Snowman Ring makes you immune to freeze. There are some Blue Slimes
  1544. in the next dungeon, but they likely can't even damage you anymore.
  1545. - You'll find Watts downstairs in the inn.
  1546.  
  1547.  
  1548. ¤~~~~~~¤ Kodai Iseki (Teikoku) ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1549.  
  1550. Items: Bosses:
  1551. Spear Power Up #4 Satan Wall (+ Satan's Eye a & b)
  1552. Bow Power Up #4 Vampire
  1553. Sword Power Up #4
  1554.  
  1555. - Once again, the enemies will be gone after the events here.
  1556. - Ghouls use a bite attack (121) and poison breath (129 + 25% poison)
  1557. at close range (the bite being much more common), and a body slam (121)
  1558. otherwise. They can cast Quick Lv7, which gives them a speed boost, and
  1559. Speed Down.
  1560. - Wizard Eyes spawn Beyelders and cast Lv6 Heal Water (336 HP), Refresh,
  1561. and Anti-Magic. Their attack causes Moogle (25% chance).
  1562. - Chibi Devils attack by throwing a trident and have a fire breath with
  1563. a 50% chance of inflicting burn (left or right directions only). Their
  1564. spells consist of Lv5 Fireball, Explode, and Fire Cocktail (171b).
  1565. - Dark Bats can attack without an ATB charge, but they're fairly passive
  1566. and don't seem to use any magic, so they're nothing to worry about.
  1567. - This is one of the few dungeons in the game where you can get a Mimic
  1568. trap. Unless you can balloon them right away, I suggest you flee. They
  1569. can you turn you into a pulp in no time. Rarely, they'll use Lunatic Lv8.
  1570. - You can minimize damage by controlling the Girl and drawing offensive
  1571. magic to her.
  1572. - This is easily the biggest dungeon so far, although still mostly linear.
  1573. The second floor side paths in the first area lead to the first two orbs.
  1574. The last orb is beyond a door blocked by spikes in the area that's about
  1575. as large as the first area.
  1576. - Your path is blocked by spikes at times, but you can retract these spikes
  1577. by stepping on a switch somewhere. There are three of these ground switches
  1578. in this dungeon, and the first boss is soon after the last one. The second
  1579. boss comes right after the first one, although you *can* technically leave
  1580. the dungeon after the first one.
  1581.  
  1582. [Boss]
  1583. - 1180 HP, 162 ATP, 33 DFP, 81 MDF, 4750 Exp, 648 Lucre, Whip Power Up #4
  1584. - Sub: 425 HP, 40 DFP, 100 MDF
  1585. - Main: Revive Lv5 (85 HP, 10 MP), Rakuban, Stone Prison.
  1586. - Right: Supoito, Thunderbolt Lv5 (171b)
  1587. - Left: Omori Nirami: 130 ATP + 50% Slow. Konran Ring: 75 ATP + 50% Moogle,
  1588. Heal Water Lv5 (342 HP)(on main eye).
  1589. - Taking out both of the sub-eyes is still a bad idea. While the boss won't
  1590. crush you, it'll start spamming its two physical attacks. While they have
  1591. the same ATP, Stone Prison is more concerning, as it puts the character
  1592. on a 6 second time out thanks to the long animation. It's only used if all
  1593. three characters are in front of the eye, but it's kind of hard to avoid
  1594. that, at least with two AI characters. It usually targets whoever is the
  1595. farthest away from the boss.
  1596.  
  1597. [Boss]
  1598. - 2550 HP, 20 DFP, 70 MDF, 5148 Exp, 696 Lucre, Boomerang Power Up #4
  1599. - Attacks: Slash: 141 + 99% Poison Nemuri Ring: 146 + 99% Sleep
  1600. Chew: 146 Drop: 150 + 33% Sleep
  1601. - Magic (Lv4, 174b): Freeze, Supoito
  1602. - His physical attacks are pretty easy to avoid (except for the Ring).
  1603. He spends a lot of time in the air and invulnerable to physicals. This
  1604. is when he uses his spells and Nemuri Ring. Control the Girl and try to
  1605. draw the spells to her while building a charge attack. Even if he doesn't
  1606. switch attack modes, you'll get brief opportunities to deal damage when
  1607. he lowers his guard for a moment.
  1608.  
  1609. - Back in town, visit the resistance hideout, then head for the castle.
  1610.  
  1611.  
  1612. ¤~~~~~~¤ Koutei no Oshiro ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1613.  
  1614. Items: Bosses:
  1615. 1000 Lucre Whip Power Up #5 Metal Mantis
  1616. Axe Power Up #4 Kaze no Taiko Machine Rider 2
  1617.  
  1618. - Once you talk to the emperor, you'll be stuck in the castle until
  1619. you complete the events there. After that, you won't have access to
  1620. the castle anymore, so don't miss any of the chests (3 in total).
  1621. - You'll fight the first boss at the beginning.
  1622.  
  1623. [Boss]
  1624. - 1220 HP, 40 MP, 15 DFP, 95 MDF, 4749 Exp, 1464 L, Glove Power Up #4
  1625. - Attacks: Slash: 138 ATP Scythe Throw: 147 + 99% Sleep
  1626. Fire Beam: 150 + 99% Burn
  1627. - Magic (Lv6, 528b \all): Daiya Missile, Rush (ATP +25% for 80-90s)
  1628. - Fire Beam is pretty easy to avoid, but it does make him invincible.
  1629. - Magic and Scythe Throw are used at long range.
  1630. - Try not to get trapped in any of the nooks.
  1631. - Controlling the Sprite would be ideal, since the Boy and Girl can
  1632. tank more hits. In case you didn't bother with the no damage approach
  1633. with Mantis Ant, you'll want to stay close enough to avoid long range
  1634. attacks and then just evade and attack. Like many other bosses, he
  1635. always attacks after taking damage, so you can easily anticipate his
  1636. attacks.
  1637.  
  1638. - You don't actually have to free the resistance members. The gate will
  1639. open on its own even if you don't open it. They'll be fine.
  1640. - I suggest you get some levels by fighting the Tarmen. They don't hit
  1641. too hard, but they do have a 25% chance to inflict burn and occasionally
  1642. cast Lava Wave Lv4 (171b). They always attack upon spawning and after
  1643. recovering from knockdown. These have no cooldown, but their regular
  1644. attack does.
  1645. - Armor Knights hit pretty hard, but slow. They rarely cast Protect Lv6
  1646. (DFP +3).
  1647. - We got Ninjas. They move fast and attack fast, but tend to idle for
  1648. a moment after recovering from hitstun. Their basic attack is active
  1649. on frame 7, but it's still possible to avoid it if you're fast enough.
  1650. There's also a blind spot on the horizontal plane. They like to cast Lv2
  1651. Flame Saber (ATP +19 + 25% Burn). They also have Quick and Speed Down,
  1652. but you're not likely to see those. They can hide behind a screen, which
  1653. makes them invisible and immune to physicals, but it takes a while before
  1654. they're fully hidden, and they're still vulnerable while only partially
  1655. hidden. They have two other physical attacks, but you don't see them much.
  1656. They can fly through the air sword first a la the Boy's sword power attack
  1657. from SD1 and they can throw shurikens (142 ATP), which has no cooldown.
  1658. Below 78 HP, they'll cast Burst (190b) and self-destruct (or just self-
  1659. destruct if they don't have enough MP). Unless you have 49 Agi, don't
  1660. touch their chest drops.
  1661. - The Ninja is the first enemy that can give you a Shinigami trap, which
  1662. either kills you or leaves you with 1 HP. Occasionally, you might get a
  1663. Shadow Zero, which does nothing, but you still lose the item. This is
  1664. the only trap you can get from new enemies going forward. Unless your
  1665. Agi is high enough or you're willing to cast Detect, just don't bother.
  1666. - Take the door on the opposite side when you reach the castle entrance.
  1667. It leads to a dead end with the other two chests. The middle path from
  1668. the entrance leads to the boss.
  1669. - At the end, there's a switch on the wall you have to hit. A little
  1670. hard to notice.
  1671.  
  1672. [Boss]
  1673. - 1258 HP, 30 MP, 15 DFP, 53 MDF, 6013 Exp, 1500 Lucre, Javelin Power Up #4
  1674. - Attacks:
  1675. Straight Charge: 148 + 33% Sleep Missile: 180 ATP
  1676. Side Charge: 132 + 33% Sleep Hadouhou: 236 ATP (<50% HP)(unavoid.)
  1677. Wavy Charge: 152 + 33% Sleep Quick Lv5 (30-35s)(3 MP)
  1678. - Same deal as last time. He'll use primary actions (on the left) if
  1679. you're aligned, secondary actions (on the right) if you're not. His
  1680. ATB charge is now 4 seconds.
  1681. - You could dodge his charge runs and hit him while he's still in the
  1682. attack animation to avoid counters... or you could just run straight up
  1683. to him and give him a smack with the Girl or Sprite, and he'll likely go
  1684. through you without hitting you. The charge runs can't seem to hit you
  1685. while you're in an attack animation. You could hit him as he's coming at
  1686. you. Do that when you're held back by a knocked out character. You can
  1687. use the Boy as well, but he has to get closer, since his i-frame period
  1688. is a little shorter. Or maybe it's a hitbox thing. Either way.
  1689. - The hit box of the charge runs is in front of him, so if he evades your
  1690. attack when he's in place (and the AI doesn't trigger a counter), you can
  1691. avoid the hit by moving inside his sprite.
  1692. - Once again, you can't really prevent the AI from getting hit, but you
  1693. don't really need them, since the boss has no offensive magic.
  1694. - Side Charge isn't really an attack in itself. He just transitions
  1695. into it from a regular charge after getting hit or after hitting you.
  1696.  
  1697.  
  1698. - You can drop off Truffle at Matango (in the southwest), but this is
  1699. completely optional.
  1700. - Now that you have Flammie, there are some new locations available.
  1701. First, head to the island northeast of Matango.
  1702. - Press L/R while flying to switch the point of view. Press Start to
  1703. access the map and L/R to toggle between the two maps. They both load
  1704. kind of slow, though.
  1705.  
  1706.  
  1707. ¤~~~~~~¤ Golden City ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1708.  
  1709. Shop: Party:
  1710. Battle Suit 30 000 Lucre Lv40-50
  1711. Bara no Leotard 21 000 Lucre
  1712. Duck Helmet 11 250 Lucre
  1713. Dragon Helm 7500 Lucre
  1714. Unicohelm 5625 Lucre
  1715. Lapis no Udewa 8800 Lucre
  1716. Protect Ring 5100 Lucre
  1717.  
  1718. - 3 Battle Suits, Dragon Helm, 2 Duck Helmets, 3 Lapis no Udewas = 146 400 L
  1719. - The Bara no Leotard gives the Girl Poison and Sleep immunity.
  1720. - Talk to the old man on the wall.
  1721.  
  1722. -- Southtown --
  1723.  
  1724. - Talk to Marista to obtain the key to the Golden Tower. You can now
  1725. choose between that and the Palace of Darkness, with the latter being
  1726. the intended next dungeon. There's a spear orb right at the beginning
  1727. of the tower, but you should get that later, since the new spear has
  1728. a sleep effect, which does more harm than good.
  1729.  
  1730. -- Kame no Tou --
  1731.  
  1732. - You'll find this small island south of Kakkara. Talk to one of the
  1733. NPCs to obtain an Amefurashi no Shippo.
  1734.  
  1735. -- Kakkara --
  1736.  
  1737. Item: Moogle Belt
  1738.  
  1739. - Give the tail to the king and you'll obtain the Moogle Belt.
  1740.  
  1741.  
  1742. ¤~~~~~~¤ Mandala ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1743.  
  1744. Shop:
  1745. Mahou no Yoroi 11 500 Lucre
  1746. Circlet 2300 Lucre
  1747. Otyugh Ring 1875 Lucre
  1748.  
  1749. - This place is in the mountains west of Pandora.
  1750. - The Otyugh Ring gives you Poison and Sleep immunity. You should buy
  1751. two or three of those even if you already got the Golden City gear.
  1752.  
  1753.  
  1754. ¤~~~~~~¤ Manten Yama ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1755.  
  1756. - The entrance to the palace is just outside of town. You can also head
  1757. up the mountain to see Jach, or rather his assistant, but nothing will
  1758. happen there yet. He'll just direct you to your next objective.
  1759. - Blood Pansies cast Lv5 Sleep Flower and, rarely, Supoito (227b).
  1760. - Bomb Bees have a stinger stab (159 ATP + 25% poison) and a stinger
  1761. bomb (153 ATP + 25% burn).
  1762. - Cockatrices can petrify you (25% chance).
  1763. - Okay, this is completely inconsequential, but I thought I'd point it
  1764. out anyway. If you open the ring menu just outside of town, you'll see
  1765. a wooden fence on the north edge of the screen. It actually consists of
  1766. the type of poles you can latch onto with a whip, but they're too far
  1767. away to reach with a whip. Other ranged weapons can reach them, though,
  1768. and hitting them freezes you for a moment as the game checks something,
  1769. but nothing actually happens. I stumbled upon this while searching for
  1770. the fifth Bomb Bee that spawns out of bounds and off-screen (south of
  1771. the second staircase from the left, too far away to reach with anything).
  1772. - Nikita is supposed to appear in the larger area, near Jach's place,
  1773. but he's not a priority object, so he might not even spawn. Either way,
  1774. he's selling the same stuff as they have in Mandala. You might run into
  1775. a bug, where you can talk to an invisible Nikita in some other spot.
  1776. - Another inconsequential thing that may or may not be an oversight: the
  1777. background layer in the larger area isn't positioned consistently. When
  1778. coming in from the south, you can't see the sky at all even at the top,
  1779. whereas when coming out of Jach's place, it's pretty much the opposite,
  1780. as you can't see any ground in the background at all at first.
  1781.  
  1782.  
  1783. ¤~~~~~~¤ Yami no Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1784.  
  1785. Items: Special: Boss:
  1786. 1000 Lucre Shade Hyuupo Slime
  1787. Glove Power Up #5 Mana Level Up (Lv5)
  1788.  
  1789. Lost & Found:
  1790. Mahou no Yoroi / Gauntlet (Dark Knight)
  1791.  
  1792. - There are a few switches you need to activate to reach the boss. The
  1793. gate at the beginning leads to a room with the Glove orb. Don't forget
  1794. to pick that up later.
  1795. - Dark Knights actually have less HP than Armor Knights, but they're
  1796. faster. They can cast Counter Magic Lv4, but you shouldn't be using
  1797. magic on them anyway.
  1798. - Demon Heads attack with a mouth beam (174 ATP + 60% chibi). They also
  1799. spawn Dark Bats and may cast Lv5 Explode, Lava Wave, or Dark Force (241b).
  1800. - There's a Demon Head that spawns inside the wall on the north side of
  1801. the second area, near the chest with the money.
  1802. - If you want Gauntlets, you have to get them before the boss (the enemies
  1803. will be gone as usual). It's end-game gear, so getting one now would make
  1804. you almost unstoppable. I think I'd recommend against it, but it's your
  1805. call. If you don't have 57 Agi, you have to use Lv3 Detect to disarm the
  1806. trap.
  1807.  
  1808. [Boss]
  1809. - 3470 HP, 218 ATP, 31 DFP, 400 MDF, 8000 Exp, 3000 L, Javelin Power Up #5
  1810. - Magic (Lv5, 259b, infinite MP): Dark Force, Evil Gate, Anti-Magic
  1811. - The boss is a large slime that shrinks as it receives damage. It attacks
  1812. by launching blobs that fall down from above, but they're slow and easy
  1813. to avoid. The attacks can have an added effect of 66% Freeze, 66% Burn,
  1814. 99% Poison, or nothing. The boss randomly changes color between blue,
  1815. red, green, and black, which then defines the added effect. The change
  1816. happens as it attacks (although it could just be the same), but the
  1817. color it had before changing color is what corresponds to the added
  1818. effect. Eg. if the boss changes from blue to red, the attack that was
  1819. launched when the boss went from blue to red has freeze, whereas the
  1820. next attack will have burn.
  1821. - His magic is strong, but with a little luck, he won't use it much.
  1822. If you have the gear from the Golden City, it's not much of a concern.
  1823.  
  1824. - Afterwards, you'll obtain Shade.
  1825.  
  1826. Sprite MP
  1827. Dark Force | 2 | 61b
  1828. Evil Gate | 8 | Dmg = (cHP+mHP)/(2*(10-MLv/n) (1 on bosses)
  1829. Anti-Magic | 4 | Dispel
  1830.  
  1831.  
  1832. ¤~~~~~~¤ Ougon no Tou ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1833.  
  1834. Items: Special: Bosses:
  1835. Spear Power Up #5 Will-o'-Wisp Bio-Chimera
  1836. Axe Power Up #5 Mana Level Up (Lv6) Gorgon Tauros
  1837.  
  1838. - A very short dungeon, but the bosses might give you trouble.
  1839. - The Beast Zombie is a bit more aggressive than the Jackal. They can
  1840. cast Lv7 Acid Storm (252b) and Speed Down.
  1841.  
  1842. [Boss]
  1843. - 1980 HP, 54 DFP, 250 MDF, 9150 Exp, 3840 Lucre, Boomerang Power Up #5
  1844. - Attacks:
  1845. Chew: 248 ATP Moogle Nirami: 210 + 99% Mog (unav.)
  1846. Pinball: 252 ATP + 50% Sleep Acid Bubble: 262 (unavoidable)
  1847. Sky Drop: 259 ATP + 33% Sleep Fireball Lv6: 296b
  1848. - The attacks on the right are used when he's on the platforms.
  1849. - Sleep immunity really helps.
  1850. - A fake death animation occurs when he falls below 1/3 HP. This doesn't
  1851. change his behavior, though.
  1852. - Note that there's a spot at the very south end of the battlefield
  1853. that will reset your charge if you walk on it (it's where the load
  1854. zone would be). Same thing in the next boss.
  1855.  
  1856. - Grab the Axe orb, then return to save. Might want to fly to Nikita's
  1857. place, so you can restock on Jelly.
  1858.  
  1859. [Boss]
  1860. - 2470 HP, 57 DFP, 290 MDF, 9755 Exp, 4800 Lucre, Bow Power Up #5
  1861. - Attacks:
  1862. Punch: 280 ATP / 328 ATP Sekika Gas: 270 + 99% Petrif. (unav.)
  1863. Gore: 308 ATP Smash: 336 + 99% Sleep
  1864. Charge: 328 ATP + 33% Sleep Dash Strike: 346 + 33% Sleep
  1865. - Magic (Lv8): Earthquake (770b \all), Protect (DFP +14)
  1866. - Phase 1: Punch a, Gore, Charge, Smash, Sekika Gas
  1867. - Phase 2 (<50% HP): Punch b, Charge, Smash, Sekika Gas, Dash Strike
  1868. - Likely the toughest boss yet. Try to loop him into using his Charge
  1869. or use charge attacks with the Girl while the Boy is distracting him.
  1870. So long as you have strong gear, you can let the Sprite stay dead, but
  1871. do *not* go solo. Keep the pressure on and don't go too far to avoid
  1872. triggering spells. In a worst case scenario, he'll cast Earthquake
  1873. multiple times in a row. When healing the AI, you may need to distract
  1874. him with your controlled character while the AI is going through the
  1875. healing animation. You may not be able to do that without getting hit,
  1876. but it's still better than triggering magic.
  1877.  
  1878. - Afterwards, you'll obtain Wisp (aka Lumina).
  1879.  
  1880. Girl MP
  1881. Holy Saber | 5 | -
  1882. Tinkle Barrier | 4 | Barrier (max: mHP)
  1883. Saint Beam | 8 | 61b
  1884.  
  1885.  
  1886. ¤~~~~~~¤ Tsuki no Shinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1887.  
  1888. Special: Luna, Mana Level Up (Lv7)
  1889.  
  1890. - The Moon Palace is in Kakkara, surrounded by what looks like space.
  1891. Land on the edge of it, then ride the ferry. Inside, find the Crystal
  1892. Orb (just go left from the first Grell) and cast Saint Beam on it.
  1893. You'll then obtain Luna.
  1894.  
  1895. Girl MP Sprite MP
  1896. Rush | 2 | ATP Up & EvaDown Absorb | 1 | 43b, drain MP
  1897. Energy Ball | 2 | Crit (1+MLv hits) Body Change | 5 | Polymorph
  1898. Moon Saber | 3 | Drain Lunatic | 8 | Various effects
  1899.  
  1900.  
  1901. ¤~~~~~~¤ Tasmanica ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1902.  
  1903. Shop: Item:
  1904. Tortoise Mail 14 850 Lucre Sword Power Up #5
  1905. Kin no Bracelet 3750 Lucre
  1906. Royal Jelly 100 Lucre
  1907.  
  1908. - Go see the king, then defeat the Dark Stalker. Afterwards, you'll
  1909. receive a Sword Orb.
  1910. - The shop appears after the events, but it's mostly the same gear as
  1911. what's available in Golden City.
  1912. - The Kin no Bracelet grants immunity to Petrification.
  1913.  
  1914.  
  1915. ¤~~~~~~¤ Manten Yama ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1916.  
  1917. Boss: Shadows
  1918.  
  1919. - Climb Manten Yama near Mandala to meet Sage Joch. Assuming you've
  1920. reached Mana Level 7 (by clearing Yami no Shinden, Ougon no Tou and
  1921. Tsuki no Shinden) and resolved the situation at Tasmanica, you'll be
  1922. instructed to proceed into the cave for a test of courage.
  1923. - You're looking at a single large area full of Grenade Bombs and
  1924. Shapeshifters. The path is mostly linear. Both enemies have high DFP,
  1925. especially the Grenade Bombs, who you can't damage at all without charge
  1926. attacks, criticals, or magic. It's probably best to make a run for it,
  1927. unless you're really stubborn. If you wipe out during the trial, you'll
  1928. respawn at Jach's.
  1929. - Grenade Bombs may start off with Lv7 Counter Magic. They prefer to
  1930. keep some distance and spam Sleep Flower. If you approach them and pin
  1931. them down, they'll cast Burst (382b). If a character is hit with Sleep,
  1932. they'll approach, use Burst, self-destruct, and spawn a Pumpkin Bomb.
  1933. Sometimes they'll produce a dud, though. Better keep the Sleep immunity
  1934. gear on. They don't attack physically. When going through the self-destruct
  1935. sequence, their MP is set to 99.
  1936. - Shapeshifters don't attack at all. They can spawn six different enemies:
  1937. Chaos Sorcerer, Duck General, Beast Zombie, Mimic-kun, Shapeshifter, and
  1938. Rabi. They have no spawn limit. They'll spawn another Shapeshifter if
  1939. there are two empty slots. When they spawn an enemy, they get moved to
  1940. another slot, which resets their HP to max, whether intentional or not.
  1941. Sometimes, they might despawn when they spawn an enemy, in which case
  1942. no empty slot is needed. I doubt it's intentional. Either way, it's not
  1943. that common unless they just spawned another Shapeshifter.
  1944. - Now that you have better armor, Mimics shouldn't be much of an issue.
  1945. You'll most likely get Chaos Sorcerers. While they don't attack you,
  1946. they can spawn Needlions, who can wreck your shit easily. Most likely,
  1947. though, there's no more room for additional spawns, so you should be
  1948. okay. Don't forget to aim at the priest itself (or use ranged weapons).
  1949. If you do end up getting a Needlion, you need to flee or pump them full
  1950. of magic.
  1951.  
  1952. [Boss]
  1953. - 999 HP / 800 HP / 800 HP, 210 ATP, 20 DFP, 999 MDF
  1954. - You don't necessarily have to beat them up. If one of your characters
  1955. dies, the corresponding shadow will die as well. If you go in with any
  1956. dead characters, the corresponding shadow(s) will indeed die immediately.
  1957. If all your characters die, you'll still wipe out, though.
  1958.  
  1959.  
  1960. ¤~~~~~~¤ Daishinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1961.  
  1962. Special: Boss:
  1963. Dryad Mega Xorn
  1964.  
  1965. - This place is in the middle of the coral reef northeast of Todo.
  1966.  
  1967. [Boss]
  1968. - 3016 HP, 15 DFP, 97 MDF, 11 050 Exp, 1800 Lucre, Spear Power Up #6
  1969. - A pretty simple boss. He switches between a bipedal and a legless
  1970. form. When switching forms, he flies up and tries to land on you. You
  1971. get hit if you get close (350 ATP), and the only other physical attack
  1972. is the pinball attack (330 ATP) he may use in his legless form. Magic
  1973. is used in the bipedal form.
  1974. - Magic (Lv7): Burst (324b), Counter Magic, Sleep Flower
  1975.  
  1976. - Go check the seed and you'll obtain Dryad.
  1977.  
  1978. Girl MP Sprite MP
  1979. Counter Magic | 6 | Reflect Sleep Flower | 2 | Sleep
  1980. Revive |10 | Revive Burst | 4 | 100b
  1981.  
  1982.  
  1983. ¤~~~~~~¤ Underground City ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  1984.  
  1985. Item: Bosses:
  1986. Boomerang Power Up #6 Hydra
  1987. Death Machine
  1988. Lost & Found:
  1989. Mahou no Yoroi / Gauntlet (Dark Knight)
  1990. Pakkun Choco / Gauntlet (Metal Crawler)
  1991. Mahou no Kurumi / Cockatrice Helm (Basilisk)
  1992. Pakkun Choco / Ninja no Kote (Dark Stalker)
  1993. Tenshi no Seihai / Beyelder Ring (Chaos Sorcerer)
  1994.  
  1995. - It's time to head beneath the temple. Note that, although your Mana
  1996. Level shows 0, it's still actually 7.
  1997. - There are a few Shapeshifter here too, so watch out for Needlions.
  1998. - The Metal Crawler is easily the most dangerous enemy around. They can
  1999. easily hit multiple characters with their spinning flying attack (294 ATP
  2000. + 25% Poison). They like to use it twice in a row with no cooldown upon
  2001. first spawning, but subsequent ones feature cooldown. You might not have
  2002. enough space to avoid it, but even if you do, the AI is just meat for the
  2003. grinder, as usual. Besides that, they have a tail smack (294 + 25% Poison)
  2004. and a fire breath (296 ATP + 33% Burn) and can cast Lv6 Counter Magic. You
  2005. might score a Gauntlet from them unintentionally.
  2006. - Metal Scorpios can inflict poison (25% chance) and use Lv4 Protect and
  2007. occasionally Daiya Missile (291b).
  2008. - The only thing Siren Grells do is cast Lv7 Absorb.
  2009. - Garasharamus spawn Metal Crawlers and are quite resilient thanks to
  2010. their high DFP. Use charge attacks or cast something like Daiya Missile
  2011. or Energy Ball. They can also cast Lv6 Silence, Supoito, Freeze, Air Blast,
  2012. and Thunderbolt (372b). Silence is the only thing they use on the Girl
  2013. and the Sprite, and Supoito is only used if they've taken damage.
  2014. - Basilisks have a jump attack (307 ATP) and a petri-breath (280 ATP +
  2015. 25% Petrification). They can also spawn Cockatrices and cast Lv4 Daiya
  2016. Missile, Earthquake (309b), and Speed Down.
  2017. - You'll fight the first boss after getting through the large area with
  2018. the streams. It's a tough one.
  2019.  
  2020. [Boss: Hydra]
  2021. - 3382 HP, 90 DFP, 400 MDF, 12 439 Exp, 3600 Lucre, Whip Power Up #6
  2022. - Attacks: Bite a: 297 ATP Fire Breath: 303 + 99% Burn (all)
  2023. b: 309 ATP + 50% Poison Uzushio: 249 + 50% Sleep (all)
  2024. c: 324 ATP + 50% Sleep
  2025. d: 228 ATP + 99% Sleep
  2026. - Magic (Lv1): Acid Storm (187b \all), Heal Water (374 HP)(<25% HP)
  2027. - As with the previous one, have the AI use charge attacks while you
  2028. (try to) interrupt the bite attacks with regular attacks. Don't let
  2029. the boss push you too far south or you might get pinned down. While
  2030. you don't need to move, you don't want the AI on the north side.
  2031. - Ranged weapons can't hit the boss at all.
  2032. - Acid Storm may deal only 1 pod, but it'll still inflict DFP Down.
  2033. - One of the heads (usually the left one) gets destroyed periodically,
  2034. but it'll quickly grow back.
  2035.  
  2036. - If you had trouble with the boss, head out and restock on supplies.
  2037. - After the first escalator, you'll find a room with four NPCs, including
  2038. Watts and Chris, who can heal your HP. You may need to leave and re-enter
  2039. the room to make Chris spawn.
  2040. - Duck Generals like to throw eggs from a distance and, if you approach
  2041. them, they'll cast Lv5 Explode (315b).
  2042. - Dark Stalker is the second enemy in the ninja family. They have the
  2043. same three attacks, but use shurikens (300 ATP, no cooldown) much more
  2044. frequently. They don't hide behind a screen like the first one, but they
  2045. can move quickly as a shadow. They cast a lot of Lv6 Ice Saber (ATP +25%
  2046. + 33% Freeze), occasionally Anti-Magic and Acid Storm (324b). Don't forget:
  2047. the saber glitch negates the saber's added effect (if any), while making
  2048. the ATP boost last indefinitely.
  2049. - This is where I get a Cockatrice Helm. There's a Basilisk that spawns
  2050. right next to you in the area before the second escalator. The helm grants
  2051. immunity to petrification, which isn't a huge concern, but it's a good
  2052. choice for the Girl. You'll need 65 Agi (Lv60) to avoid the trap. You'll
  2053. likely have to use Detect and, again, it has to be at least Lv3.
  2054. - The subway platform is a good place to score a Ninja no Kote if you're
  2055. interested. It's also one of the less useful rare drops. It grants immunity
  2056. to Slow and Agi +5. You'll need 57 Agi (Lv51) to avoid the trap.
  2057. - The Beyelder Ring is hardly useful (grants immunity to Moogle). If you
  2058. still want it just for your collection, get it from the Chaos Sorcerer at
  2059. the end of the sub. Use ranged weapons to hit them more easily. If they
  2060. spawn a Needlion, you'll want to leave and try again. Even with the rare
  2061. drops, they'll deal pretty heavy damage.
  2062. - Even if you get some of the rare drop gear, maybe hold off on equipping
  2063. it until you reach Mana Holyland to maintain balance.
  2064. - You'll fight the second boss soon after the sub.
  2065.  
  2066. [Boss: Death Machine]
  2067. - 1230 HP, 33 MP, 30 DFP, 282 MDF, 15 555 Exp, 3360 Lucre, Bow Power Up #6
  2068. - The boss wields a chainsaw and only has two attacks: a basic one (367
  2069. ATP + 33% Sleep) and a spin attack (380 ATP + 50% Sleep). Again, they're
  2070. too fast to avoid (or at least the spin is). His ATB charge is about 4
  2071. seconds, but, as always, there are also counters. He's rather slow at
  2072. first, but, once again, gets a speed boost below 50% HP.
  2073. - His HP total may seem rather low, but that's because he likes to cast
  2074. Lv5 Tinkle Barrier (476 HP)(4 MP). He'll gladly re-cast it even if it's
  2075. still fully intact. He may also cast Rush (ATP +25%).
  2076. - Attacks with melee weapons will be blocked unless they hit his back,
  2077. which means you'd have to attack him from behind or hit the back side
  2078. of his sprite from the side. None of that is necessary if you just use
  2079. ranged weapons. Furthermore, if you get blocked in phase 2, something
  2080. weird happens with his hitbox, and it becomes even harder to score hits
  2081. with melee weapons until you manage to land a hit again (whether it's
  2082. melee or ranged). Some charge attacks work well, but it's just simpler
  2083. and easier to use a ranged weapon.
  2084.  
  2085. - Once you emerge, it's safe to leave and save. The landscape has changed
  2086. a bit, so you can take the alternate entrance to the Grand Palace without
  2087. going through the city again.
  2088.  
  2089.  
  2090. ¤~~~~~~¤ Daishinden ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2091.  
  2092. Item: Bosses:
  2093. Sword Power Up #6 Pakkun Dragon
  2094. Lamian Naga
  2095. Machine Rider 3
  2096. Lost & Found:
  2097. Tenshi no Seihai / Resist Ring (Element Sword)
  2098. Mahou no Kurumi / Devil Cap (Hell Magazine)
  2099.  
  2100. - There are 7 Crystal Orbs here, each activated by a different element.
  2101. The orb might despawn because of the Devil Magazine's Chibi Devil spawns,
  2102. but you just have to re-enter the area to get it back.
  2103. - Hellhounds can spawn two Jackals or two Beast Zombies or a mix in
  2104. separate batches. Beyond that, they prefer to keep some distance and
  2105. cast Lv5 Blaze Wall (276b + Burn). Once a character is set ablaze,
  2106. they'll go on the offensive. They rarely attack physically otherwise,
  2107. and even then, it's not the jump attack, so it might not even connect.
  2108. - Gremlins hit pretty hard and throw two forks at a time. They also have
  2109. a frost breath (330 ATP + 25% Freeze), but don't seem to use any magic.
  2110. - Element Swords always start off with Lv2 Stone Saber (ATP +29 + 25%
  2111. Petrify), sometimes Flame Saber (ATP +29 + 25% Burn).
  2112. - Turtlances use a basic spear swing, shell attack, and a car attack
  2113. (left or right only). The last two have no cooldown and have 295 ATP.
  2114. The car attack is always used if their target is in the left or right
  2115. direction. Sometimes they end up stuck with their base ATP (ie. their
  2116. primary weapon) for a while. Not a big difference. They occasionally
  2117. cast Lv5 Moon Saber or Holy Saber (ATP +58). Just like with the Dark
  2118. Stalker, the saber is lost if they use anything other than their basic
  2119. attack, which then triggers the saber bug *unless* they're stuck with
  2120. their primary weapon.
  2121. - The Devil Magazine can spawn Chibi Devils and casts Lv5 Counter Magic,
  2122. Anti-Magic, and Evil Gate.
  2123. - No need to bother with the Devil Cap (Int +5). If you still want it,
  2124. there's a good spot on the second floor.
  2125. - Don't bother with the Resist Ring, either.
  2126. - You can go south from the area with the switch on the wall. This is
  2127. where you find the Sword Orb, but the chest might not spawn or it might
  2128. spawn out of bounds (if you're coming from one of the rooms rather than
  2129. the previous floor). Just keep trying.
  2130.  
  2131. [Boss: Pakkun Dragon]
  2132. - 1215 HP, 6 MP, 565 ATP, 105 DFP, 407 MDF
  2133. - 19 200 Exp, 12 480 Lucre, Javelin Power Up #6
  2134. - The boss is nothing special, his massive attack power aside. Like the
  2135. previous one, he only has one attack and will cast Heal Water (Lv5, 462
  2136. HP) when below 50% HP.
  2137.  
  2138. - You can use the main entrance now.
  2139. - One more time: once you defeat the remaining bosses, you will no longer
  2140. have access to the previous two dungeons.
  2141.  
  2142. [Boss: Lamian Naga]
  2143. - 3465 HP, 69 MP, 81 DFP, 323 MDF, 20 103 Exp, 14 400 L, Whip Power Up #7
  2144. - She just spams Chibikko Nirami (302 ATP + 99% Chibi) and Lv6 Anti-Magic.
  2145. You'll also get hit if you get close (302 ATP).
  2146.  
  2147. [Boss: Mech Rider 3]
  2148. - 4327 HP, 38 MP, 117 DFP, 323 MDF, 21 104 Exp, 16 000 L, Spear Power Up #7
  2149. - Attacks:
  2150. Straight Charge: 315 + 33% Sleep Magic
  2151. Side Charge: 291 + 33% Sleep Hadouhou: 462 ATP
  2152. Wavy Charge: 321 + 33% Sleep Kakusan Hadouhou: 390 ATP (<50% HP)
  2153. - Magic (Lv5): Counter Magic (7x)(6 MP), Quick (3 MP)
  2154. - Again, he uses primary actions (the left ones) when you're aligned and
  2155. secondary actions (the right ones) when you're not aligned.
  2156. - You're not actually likely to see any of his damaging secondary actions.
  2157. He starts off with Counter Magic, resulting in a very unproductive loop,
  2158. as any Quick spells he uses will then be reflected on *you* (if you're
  2159. close enough). A highly aggressive approach will quickly drain his MP
  2160. and, thus, render him quite harmless.
  2161. - If you'd rather not abuse his AI script like that, you can just use the
  2162. same strategies as with the previous ones.
  2163. - Kakusan Hadouhou is weaker than the regular one. Perhaps it was meant
  2164. to hit all characters?
  2165.  
  2166. Shop: \\\ Daishinden ||
  2167. Protector 65 500 Lucre
  2168. Needle Helm 30 000 Lucre
  2169. Gauntlet 37 500 Lucre
  2170.  
  2171. - Afterwards, you'll find Nikita outside the palace. This is the best
  2172. gear you can buy. It grants a total defense of 470. You'll need it.
  2173. - Head to the island east of Todo.
  2174.  
  2175.  
  2176. ¤~~~~~~¤ Mana no Seichi ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2177.  
  2178. Lost & Found:
  2179. Pakkun Choco / Griffin Helm (Griffin Hand)
  2180. Royal Jelly / Dragon Ring (Puchi Poseidon)
  2181. Royal Jelly / Chibi Devil Ring (Ghost)
  2182. Tenshi no Seihai / Beyelder Ring (Chaos Sorcerer)
  2183.  
  2184. Bosses: Party: Lv~70
  2185. Dragon Worm Red Dragon
  2186. White Dragon Thunder Gigas Special:
  2187. Hell Phoenix Blue Dragon Mana Level Up (Lv8)
  2188.  
  2189. - You will no longer have access to this dungeon once you complete the
  2190. events here.
  2191. - There are three shrines here that act as save points. To pass through
  2192. the shrine, you have to defeat a boss nearby.
  2193. - Darth Matangos tend to start off with Lv5 Counter Magic. Besides that,
  2194. they use the same attacks as the Myconid, only they're faster and more
  2195. aggressive.
  2196. - Griffin Hands can hit multiple characters with their flying claw attack,
  2197. but they're pretty easy to stunlock. They can cast Lv6 Silence. Sleep
  2198. Flower, and Balloon, in that order.
  2199. - Needlions have the same attacks as the Molebear. Needle Spin has 504
  2200. ATP + 25% Petrify. It's not too common, though. They can also cast Lv7
  2201. Earthquake (585b).
  2202. - Puchi Poseidons throw three tridents at a time and pretty far, but they
  2203. have such low ATP you don't have to worry about them, not even if they hit
  2204. you with Lv7 Acid Storm (594b). Other enemies will benefit from it, but
  2205. they don't use it much. They also have Heal Water (999 HP) and Ice Saber
  2206. (ATP +1/3), but they only use them on other enemies.
  2207. - Get a Griffin Helm for the Boy. The Dragon Ring isn't really necessary
  2208. (it has no special attributes whatsoever), but if you feel like it, then
  2209. go for it. This is the only time you can get these. The Griffin Hand,
  2210. Puchi Poseidon, and Ghost only appear in this dungeon.
  2211.  
  2212. [Boss: Dragon Worm]
  2213. - 3525 HP, 90 DFP, 474 MDF, 24 290 Exp, 17 460 Lucre, Axe Power Up #7
  2214. - Attacks:
  2215. Regular: 423 ATP Fuusen Ring: 544 + 80% Balloon
  2216. Swallow: 468 + 50% Chibi & Mog Sekika Gas: 549 + 99% Petrify
  2217. Earthquake Lv8: 610b
  2218. - It's hard to avoid contact, but it doesn't really matter. The close
  2219. range attacks will do little to no damage.
  2220.  
  2221. - Ghosts use Lv7 Freeze and Supoito (427b). Lucent Beam takes them out
  2222. in one hit starting from Lv6.
  2223. - I recommend you get at *least* one Chibi Devil Ring. It prevents the
  2224. wearer from being set ablaze (such as from the Hellhound's Blaze Wall).
  2225. Ablaze isn't really dangerous, but it can certainly be annoying. If it
  2226. doesn't bother you that much, then you can settle for just one. In any
  2227. case, the best place to get them is near the first shrine. If you haven't
  2228. got max MP yet, you should probably try to get some of the other drops
  2229. first. Once you do have max, I suggest you keep resetting, so you don't
  2230. have to fly out to rest and restock. Using the walnuts, you can take out
  2231. 36 Ghosts before you have to reset. It's possible for a chest to end up
  2232. out of reach if the Ghost dies when it's outside the boundaries.
  2233. - First shrine.
  2234.  
  2235. [Boss: White Dragon]
  2236. - 2800 HP, 88 DFP, 474 MDF, 26 588 Exp, 18 360 Lucre, Bow Power Up #7
  2237. - Attacks:
  2238. Tail Stab: 605 ATP Fuusen Ring: 409 + 80% Balloon
  2239. Breath Wing: 612 ATP (all) Freeze Breath: 595 + 99% Freeze
  2240. Freeze Lv7: 576b
  2241. - A pretty tough boss if you're not using magic. He's invincible when
  2242. using his special attacks (he doesn't use his normal attack much). He'll
  2243. fly off-screen, then come back and attack. He'll most likely target the
  2244. character you're controlling, so you'll have to switch in order to hit
  2245. him before he's gone. He'll attack again after getting hit. Try to keep
  2246. him still for as long as you can. Don't bother keeping the Sprite alive
  2247. unless he's actually doing a good job tanking.
  2248.  
  2249. - You likely already have some experience with Chaos Sorcerers. They
  2250. spawn Needlions (occasionally Rabis) and cast Lv7 Tinkle Barrier on
  2251. themselves and Protect on others.
  2252.  
  2253. [Boss: Hell Phoenix]
  2254. - 2800 HP, 88 DFP, 474 MDF, 27 784 Exp, 20 400 Lucre, Javelin Power Up #7
  2255. - Attacks:
  2256. Contact: 490 ATP Nemuri Gas: 490 ATP
  2257. High Jump: 616 ATP Chouonpa: 490 ATP
  2258. - Magic (Lv7, 558b): Fireball, Fire Cocktail (ATP Down), Lava Wave
  2259. - Use ranged weapons or hit him in the back like with the previous one.
  2260. - Perhaps the special attacks were meant to inflict ailments?
  2261.  
  2262. - Second shrine.
  2263.  
  2264. [Boss: Red Dragon]
  2265. - 3000 HP, 88 DFP, 474 MDF, 29 000 Exp, 21 800 Lucre, Glove Power Up #6
  2266. - Attacks:
  2267. Tail Stab: 605 ATP Nemuri Ring: 175 + 50% Sleep
  2268. Breath Wing: 612 ATP (all) Fire Breath: 595 + 99% Burn
  2269. Explode Lv7: 558b
  2270. - Use the same approach as with the first dragon.
  2271. - The boss may end up stuck, in which case you can take him out with no
  2272. resistance.
  2273.  
  2274. [Boss: Thunder Gigas]
  2275. - 4462 HP, 90 DFP, 474 MDF, 30 277 Exp, 30 600 Lucre, Sword Power Up #7
  2276. - Attacks: Smash (544 ATP), Dengeki Breath (954 ATP)
  2277. - Magic (Lv7, 562b): Air Blast, Thunderbolt, Silence, Thunder Saber (ATP +1/3)
  2278. - You know the script. Dengeki Breath hurts a lot. Stay close to bait
  2279. him into using Smash instead.
  2280.  
  2281. - Third shrine.
  2282.  
  2283. [Boss: Blue Dragon]
  2284. - 3200 HP, 88 DFP, 474 MDF, 31 570 Exp, 28 560 Lucre, Boomerang Power Up #7
  2285. - Attacks:
  2286. Tail Stab: 605 ATP Konran Ring: 175 + 50% Moogle
  2287. Breath Wing: 612 ATP (all) Dengeki Breath: 595
  2288. Thunderbolt Lv7: 567b
  2289.  
  2290. - Once you proceed past the third shrine, you can never return here.
  2291. - After the events, you can access the final dungeon, the Mana Fortress.
  2292. Just get Flammie close to it and stay still.
  2293. - Spirits will gain SP even after reaching Lv8. Lv8 is special, however.
  2294. Reaching Lv8 only gives you a *chance* of casting the Lv8 version of a
  2295. spell (easily identified in case of offensive magic). Otherwise, the spell
  2296. will still be Lv7. The more SP a spirit has gained after reaching Lv8,
  2297. the more likely you are to trigger the Lv8 version of a spell.
  2298. - If you missed any Sword Orbs, you'll now have all of them.
  2299.  
  2300.  
  2301. ¤~~~~~~¤ Mana no Yousai ¤~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~¤
  2302.  
  2303. Lost & Found:
  2304. Pakkun Choco / Ninja no Kote (Dark Stalker)
  2305. Vampire Manto / Axe Power Up (Satan Head)
  2306. Protector / Bow Power Up (Metal Crab)
  2307. Demon Ring / Spear Power Up (Hell Water)
  2308. Plasma Suit / Javelin Power Up (Metal Beyelder)
  2309. Seirei no Udewa / Glove Power Up (Wolf Fiend)
  2310. Seirei no Manto / Boomerang Power Up (Master Ninja)
  2311. Seirei no Oukan / Whip Power Up (Terminator)
  2312.  
  2313. Bosses:
  2314. Vampire Lord Dark Lich
  2315. Wispo Slime Shinjuu
  2316.  
  2317. - You can't use the Magic Rope here.
  2318. - The final dungeon is no doubt the best place to level up. You can't
  2319. move around very easily, though, because of the obstacles. As such, I'd
  2320. say the best method would be to kill the first Hell Water and not go
  2321. farther than that. Let it divide and keep picking them off with a long
  2322. range weapon (such as the Javelin). You can get 250k in about 10 minutes.
  2323. - Certain enemy spawns are quite elusive thanks to permanent despawns.
  2324. - I recommend you don't bother with the weapon orbs unless you're feeling
  2325. obsessive (or using save states). There are some weapons you shouldn't
  2326. even upgrade to Level 9: the bow, whip, and axe. The first two because
  2327. of a crit bonus, the axe because it has Str +5.
  2328. - If you do get Lv9 weapons, you can potentially gain SP beyond Lv8, but
  2329. Lv9 can never be reached. It maxes out at 8:99. Gaining SP at Lv8 could
  2330. be useful for the Boy (in the final battle), but it does nothing for the
  2331. Girl or Sprite. You can still gain SP at Lv8 if your levels are low enough,
  2332. but they won't stay low enough for long if you keep fighting enemies here.
  2333. Instead, you should take advantage of shared SP. If the Girl and Sprite
  2334. have low weapon skill levels (below Lv6), you use those to get SP for the
  2335. Boy regardless of his level. Again, none of this is in any way necessary,
  2336. but if you're feeling compulsive, then have at it.
  2337. - The armor doesn't offer much of an improvement, but they're all common
  2338. drops, so they're not hard to get. Don't forget about the space limit:
  2339. 11 per type.
  2340. - There's one lone Basilisk in the final dungeon, so it's technically
  2341. still possible to get a Cockatrice Helm. There are also Element Swords
  2342. and Devil Magazines.
  2343. - The Element Swords here can use Thunder Saber, which never happens in
  2344. the Grand Palace. A minor difference.
  2345. - Satan Heads spawn Dark Stalkers and approach quickly to attack with a
  2346. poison breath (99% Poison). They can also cast Lv7 Lava Wave, Dark Force,
  2347. and Explode (603b).
  2348. - Metal Crabs cast Lv7 Holy Saber (ATP +111). They start off using their
  2349. bubble breath (340 ATP + 99% Sleep), but all subsequent attempts at using
  2350. the attack fail, as the move is curiously canceled after 8 frames. Either
  2351. way, they're not likely to harm you because of their low ATP.
  2352. - Hell Waters can cast Lv7 Freeze, Acid Storm, and Supoito (594b).
  2353. - The Wolf Fiend would be formidable, but they waste a lot of time casting
  2354. magic. They use Lv7 Heal Water (548 HP), Rush (ATP +25%), and sometimes
  2355. Moon Saber (ATP +1/3).
  2356. × There's a good spot to farm Wolf Fiends at the northwest end of the
  2357. first interior area. There are just a couple of Hellhounds in the way.
  2358. There's also a little trick that lets you spawn the Wolf Fiend faster.
  2359. When you take the door north from the little dead end room, move to the
  2360. left side first. For whatever reason, this causes the Wolf Fiend to spawn
  2361. right away. If you go through the right side of the door, you'll have
  2362. to move all the way to the left to trigger the spawn. Either way, I hope
  2363. you got those Chibi Devil Rings...
  2364. - The Metal Beyelder casts Lv7 Counter Magic, Sleep Flower, and rarely
  2365. Earthquake (589b). Their eye beam has a 99% chance to mooglify you.
  2366.  
  2367. - You'll fight the first boss when you use the first teleport panel.
  2368.  
  2369. [Boss: Vampire Lord]
  2370. - 4200 HP, 100 DFP, 323 MDF, 35 686 Exp, 22 200 Lucre
  2371. - Attacks: Slash: 549 + 99% Poison Bat Seeker: 616 ATP
  2372. Drop: 581 + 33% Sleep Omori Nirami: 549 + 99% Slow
  2373. Chew: 567 ATP
  2374. - Magic (Lv7, 585b), Freeze, Supoito, Dark Force, Anti-Magic
  2375. - When he's hit and about to counter, stay under one of his arms to bait
  2376. him into using his slash attack, then move away to avoid it just as he
  2377. recovers (14f to hit). If you're in front of him, you'll get the chew
  2378. attack, which is unavoidable. It has a 20f delay, but it doesn't matter.
  2379. He'll grab you from any distance. If you're too far for either of those
  2380. two, he'll do the drop attack. Sprint to avoid it.
  2381.  
  2382. - You'll fight the second boss when you take the teleport in the next area.
  2383.  
  2384. [Boss: Wispo Slime]
  2385. - 5000 HP, 200 DFP, 500 MDF, 37 000 Exp, 26 400 Lucre
  2386. - Magic (Lv7, 585b, infinite MP): Acid Storm, Saint Beam, Burst, Fireball,
  2387. Explode, Freeze, Supoito, Daiya Missile, Earthquake, Air Blast, Thunderbolt
  2388. - A fairly tricky boss. Its defense is high and it keeps getting bigger.
  2389. Eventually, you won't be able to move. If you're using physicals only,
  2390. make sure you get stuck in a position where you can still reach the boss.
  2391. Careful with charge attacks that move you around (eg. Whip Lv8 on x axis).
  2392. - The boss slowly moves towards you while spamming Acid Storm. The other
  2393. spells are only used as counters for the same spell.
  2394. - Avoid attacking during Acid Storm or your hits won't register.
  2395.  
  2396. - The next area is the only area where you'll find Master Ninjas and
  2397. Terminators. After that, you'll reach the area where you fought Machine
  2398. Rider 3. This is the point of no return. If you haven't done so after
  2399. fighting Wispo Slime, leave to save the game.
  2400. - Terminators have high DFP and like to cast Tinkle Barrier, occasionally
  2401. Saint Beam (Lv7, 612b).
  2402. - Master Ninjas can cast Lv7 Stone Saber (ATP +186 + 50% Petrify) and
  2403. Counter Magic. The saber enchantment gives them 744 ATP and makes them
  2404. the most dangerous enemy in the game. The petrification effect is lost
  2405. when they use their shurikens, but, again, the ATP bonus remains. If they
  2406. pull off that saber, you need to be careful. There's a room with three of
  2407. them near the end. Consider using a Lv8 charge attack. If you're doing no
  2408. magic on bosses, you don't want to use too many healing items before the
  2409. final battle.
  2410.  
  2411. [Boss: Dark Lich]
  2412. - 6666 HP, 200 DFP, 423 MDF
  2413. - Attacks: Magic (Lv8, 700b):
  2414. Wave Shock: 703 ATP + 99% Sleep Evil Gate
  2415. Doku Gas: 570 ATP + 99% Poison Dark Force
  2416. Nemuri Gas: 570 ATP + 99% Sleep Anti-Magic
  2417. Fuusen Ring: 570 ATP + 99% Balloon Freeze
  2418. Konran Ring: 570 ATP + 99% Confuse Supoito
  2419. Chibikko Nirami: 570 ATP + 99% Chibi Thunderbolt
  2420. Omori Nirami 570 ATP + 99% Slow Earthquake
  2421. Sekika Beam: 570 ATP + 99% Petrify
  2422. Freeze Beam: 584 ATP + 99% Freeze
  2423. - Thanatos can inflict almost any ailment with his physical attacks,
  2424. but these attacks aren't very powerful (with one exception). Out of his
  2425. spells, Evil Gate is the one that will deal the most damage thanks to
  2426. its unusual formula (maybe 200-300).
  2427. - Every now and then, he'll disappear under the ground and stick his
  2428. hands out to spam the highly dangerous Wave Shock. High level gear can
  2429. protect you from a lot of ailments, but not sleep. The hands can only
  2430. move up and down, so step away towards the side or you'll likely get
  2431. stunlocked to death. If you're unlucky, he'll do a combo where he'll
  2432. immobilize you during the regular phase and then switch phases, so you
  2433. can't get away unless you switch characters.
  2434. - Use a ranged weapon and you can do some damage even during the Wave
  2435. Shock phase, since he'll sometimes stick his head out. Pay attention,
  2436. though, as you can't damage him if it's just a quick peek.
  2437.  
  2438. [Boss: Shinjuu]
  2439. - 9990 HP, 450 DFP, 999 MDF, infinite MP
  2440. - Attacks: Magic (Lv8, 720b):
  2441. Mana Breath: 657 ATP Saint Beam
  2442. Front Dive: 573 ATP Counter Magic
  2443. Side Dive: 564 ATP
  2444. - You'll need to cast Dryad's Mana magic to resurrect the Mana Sword.
  2445. The Mana Sword has an ATP of 127 and Str +5. With 99 Str, you'll get
  2446. an ATP of 226. That alone isn't enough to cut past the final boss's
  2447. defense. However, the Mana Sword also comes with an ATP multiplier bonus
  2448. determined by the Boy's weapon SP and skill levels. Specifically, the
  2449. bonus is (combined current SP)/100 + (combined weapon skill levels)/8.
  2450. If you haven't used a wide enough range of weapons throughout the game
  2451. or don't happen to have a bunch of high current SP values, you may not
  2452. be able to damage the boss properly.
  2453. - Eg. if you have all weapon skills at Lv6, you'll get a multiplier of
  2454. 4 (1 + 6/2), giving you 904 ATP. You'll be doing 500-550 pod per hit.
  2455. A 4,5 multiplier would be enough to get you to max ATP (999).
  2456. - If you've made it this far without using magic in bosses, it's time
  2457. to make an exception. You are explicitly meant to use the Mana magic
  2458. in this fight, and while it's not technically necessary, there's no way
  2459. you can take out the boss (legitimately) without magic of *some* kind.
  2460. - Both the Girl's and the Sprite's Mana magic has to be active to unseal
  2461. the Mana Sword. They both have their individual timers calculated the
  2462. same way as the timers for other support magic. At Lv0 and with Lv90+
  2463. characters, the spell lasts about 30 seconds, but it already starts
  2464. counting down when the spell hits (the animation is about 9 seconds).
  2465. Each level above 0 gives you about 9 seconds more time (less at lower
  2466. levels). Lv0 is enough, though, so long as you time it right and cast
  2467. the two spells simultaneously.
  2468. - The final boss follows a strict pattern of: Mana Breath, Front Dive,
  2469. magic phase, Side Dive, repeat. You can only hit the boss during the
  2470. magic phase, a 28 second window. Cast Mana magic either before Front
  2471. Dive or right after it. So long as you still have a good supply of
  2472. healing items, you should be fine. Have the other two characters use
  2473. Lv8 charge attacks. It's not much, but it's still something.
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480. End of file.
Add Comment
Please, Sign In to add comment