Advertisement
theunpromisedone3

Secret of Mana information

May 25th, 2015
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 185.77 KB | None | 0 0
  1. Here are some various things that I've found out.
  2.  
  3. CPU controlled characters are enhanced according to the action grid in the following way.
  4. Upper and lower row: +1 Agi
  5. Left corners: +1 Str
  6. Right corners: +1 Con
  7. Left middle: +2 Str
  8. Right middle: +2 Con
  9. Left column: -1 Con
  10. Right column: -1 Str
  11.  
  12. Hit rate = Agility / 4 + weapon's hit rate
  13. Attack = Strength + weapon's strength
  14. Evade rate = Agility / 4 + armour's evade rate
  15. Magic evade = Wisdom / 4 + armour's magic evade
  16. Defense = Constitution + armour's defense
  17. Magic defense = Wisdom + armour's magic defense
  18. Critical rate = Weapon skill*3 + weapon's crit rate, halved for fist, sword, axe and spear
  19.  
  20. Recovery time after action = (100 - Agility) / 2 + 50 frames.
  21.  
  22. The game has a 5 frame cycle where it does the following:
  23. Frame 1: Animate enemy 1 or NPC 1, 2, 3, sort sprites
  24. Frame 2: Check if level 8 spell has ended, animate enemy 2 or NPC 4, 5, 6
  25. Frame 3: Animate enemy 3 or NPC 7, 8, 9, process various buttons
  26. Frame 4: Run game script, animate players, animate the man's weapon
  27. Frame 5: Perform tinting, animate the woman's and the sprite's weapon
  28.  
  29. Player attack action is taken from D10480[F*40+D10000[A*144+B*16+C*4+D*2+E]], and enemy attack action is taken from D105C0[G*32+H*16+D10240[A*144+B*16+C*4+D*2+E]], where:
  30. A = 0:Less than 16 pixels away, 1:Less than 32 pixels away, 2:Less than 48 pixels away, 3:48 or more pixels away
  31. B = Charge level
  32. C = 0:Nothing, 1:Hurt or opening chest, 2:Hurt badly, 3:Sleeping
  33. D = Floating
  34. E = 1 every other frame
  35. F = Weapon type
  36. G = Enemy type
  37. H = Current weapon (each enemy can have 2)
  38.  
  39. These are the physical damage formulas. In these formulas, "Random" means a random number between 0 and 1. Force, attack power and defense power can't be greater than 999.
  40.  
  41. Mana Sword Power = Total weapon experience/100+Total weapon levels/8 (when the man is using the sword with Mana Magic)
  42.  
  43. Slow lowers hit rate by 1/16.
  44. Hit rate is halved when recovering after action.
  45. Mini lowers target's defense by 3/4.
  46. Monster types have no effect on damage dealt, despite what the game claims. (To make monster types work correctly, one has to use the codes C050CCB9, C04A5E9D, C04A5FA0)
  47. Your shadows can't use mana seed power, but the enemies never get any mana seeds anyway. You keep your seed power even when they are broken.
  48.  
  49. A character can't be hit if he or the attacker has no HP left, or if he has a barrel.
  50. Attack succeeds if hit rate is greater than (1+Random)*Evade/2.
  51. Force = Attack*(1+(Charge level+Mana Sword Power)/4). If the attacker is small, force is always 1.
  52. If hit rate is greater than Random*101, Power = (Mana power squared+Force)*(1+Random/16), otherwise Power = Hit rate*Force/100.
  53. If evade rate is greater than Random*100, DefPower = Defense+Random*Defense/16, otherwise DefPower = Evade*Defense/80
  54. Critical hits are possible when fully recovered, or with moon energy. These double the attack power.
  55. If target is sleeping, the critical rate doubles. The woman's rate is then increased by 5 and the man and sprite's hit rates are increased by 10. If the result is then greater than Random*256, the hit will be critical.
  56. If the attacker is recovering, Power becomes (1-Frames left/((99-Agility)/2+80))*(Power/2).
  57. Damage equals Power - DefPower. The target is woken up. Status is only inflicted if damage was done and target is not protected against anything it would be inflicted with.
  58.  
  59. If attack misses, defense animation will not occur if target is hurt, slow, tangled, asleep, frozen, petrified, stopped, barreled, burning or dead. One of 3 random animations will be executed.
  60.  
  61. Hurt animation will not occur if target is tangled, asleep, frozen, petrified, stopped, barreled, burning or dead. If damage exceeds 1/4 of the character's max HP, another animation will be executed and badly hurt status will be set. Hurt status lasts for (Damage/8)*5 frames, but not more than 30.
  62.  
  63. Healing animation will not occur if target is tangled, asleep, frozen, petrified, stopped, barreled, burning or dead.
  64.  
  65. When a boss is killed, all status effects except mini and dead are removed from all players.
  66.  
  67. The weapon experience for an enemy will be halved if your level is greater than the enemy's level. The other living party members will receive half the weapon experience that the killer gets.
  68.  
  69. These are the magical damage formulas.
  70.  
  71. If the character's magic skill is 8, the spell will only be at level 7 unless magic experience is greater than Random*128+1, although the game will call it level 8.
  72.  
  73. If magic evade rate is greater than Random*101, DefPower = MagicDef+Random*MagicDef/16, otherwise DefPower = MagicEva*MagicDef/80
  74. Accuracy is equal to wisdom for the woman's spells, and intelligence for the sprite's spells
  75. Hit rate = Accuracy/4 + spell's hit rate
  76. Force = (Accuracy+Spell's strength)*(1+Spell level/2).
  77. If hit rate is greater than Random*101, Power = (Mana power squared+Force)*(1+Random/16), otherwise Power = Hit rate*Force/100.
  78. If target is strong against the spell, attack power is halved, and if it's weak against the spell, attack power is doubled. Everyone is weak against any spell that has positive effects. The power is then divided by the number of targets.
  79. Damage equals Power - DefPower, but not less than 1.
  80.  
  81. Timers are decremented every 20 frames.
  82. Spells that enhance a weapon increase the force by 1/(10-Spell level/Number of targets) of it's original value. The number of uses is equal to (Spell level/Number of targets+1)*4. The element has no effect on damage dealt.
  83. Weapon effects accumulate if another weapon enhancing spell is cast before the time runs out.
  84. If you change your weapon, the spell will stop working.
  85. Mana magic and spells that enhance stats last for a time equal to Power/4 units.
  86. Spells that cause a status effect last for a time equal to Power/4 - MagicDef units, but not less than 20.
  87. Remedy level 8 and above level 4 against single target remove all status effects except barrel and dead. Remedy below level 4 or below level 8 against multiple targets remove Power/4 units from the time left. Dispel magic works in the same way.
  88. Magic absorb absorbs (Power - DefPower)/10, but not less than 1. Ghosts are immune and your MP will be aborbed by them instead.
  89. Evil enemies are immune against Absorb, and they will use your magic evade rate and magic defense to calculate defense power when absorbing your HP. They are also immune to Moon Saber.
  90. The number of uses for Moon Energy is Spell level/Number of targets+1.
  91. The number of uses for Wall is Spell level/Number of targets+2. Mana Magic and Dispel Magic can't be reflected. The target of a reflected spell must be less than 240 pixels in total in both directions from the original target. If a reflected spell was directed at multiple targets, it will not be thrown at the remaining targets once it has been reflected.
  92. The damage formula for Evil Gate is (CurrentHP+MaxHP)/(2*(10-Spell level/Number of targets) to normal enemies and 1 to bosses.
  93. Lucid Barrier creates a shield with HP equal to the spell's power, but not more than the character's max HP. The defense is equal to the character's defense divided by 2 times the number of targets, and is subtracted from the attack power.
  94.  
  95. Lunar magic causes one of the following effects:
  96. Energy party: All characters are healed
  97. Raring to go: Defense, evade, hit, and attack up
  98. Burned out: Defense, evade, hit, and attack down
  99. All are confused: All characters are confused
  100. Kupo kupo po: All characters are moogled
  101. World's bigger: All allies are shrunk
  102. Enemy wimps out: All enemies are transformed
  103. Knocked senseless: All characters go to sleep
  104. MP recovered: Attacker's MP is recovered (can't happen)
  105.  
  106. Characters have an equal probability of being transformed into Rabite, Mushboom, Lullabud, Kid Goblin, Green Drop, Water Thug, Pebbler or Pumpkin Bomb.
  107.  
  108. Magic gives only half the experience when used in towns. You can only upgrade the magic to a level equal to the number of mana seeds you have.
  109.  
  110. You can't pick up chests if you're moogled or small. If you try to pick up a chest while using a barrel, you'll lose the barrel.
  111.  
  112. Dropped chests contain the following traps depending on the enemy's level.
  113. Level 1-10: Punch glove, Poison needle or Bomb
  114. Level 11-15: Bomb
  115. Level 16-25: Riot gas
  116. Level 26-30: Stone trap
  117. Level 31-36: Mimic box
  118. Level 36-99: Doom Trap or Shadow Zero (1/8 of the time)
  119.  
  120. Riot gas causes mini, moogle or sleep at random.
  121. Punch glove and Bomb cause damage equal to your level + Random*8.
  122. Doom trap sets your HP to 1 or kills you (1/8 of the time).
  123.  
  124. Shadow zero will, 1/8 of the time do a funny animation where he trips over and gets stuck in the lid.
  125.  
  126. Traps are escaped if your agility is high enough. Otherwise, the trap is triggered half of the time. The Analyze spell will disarm a trap if the spell's level is high enough. If a chest contains an energy orb that you can't have, you'll only get a candy.
  127.  
  128. Some armors are supposed to subtract 2 points from your strength, agility, constitution or intelligence. Instead, they add 5 points. If an armor protects you against elements, you will be weak against the opposite elements. The same is true of enemies and their elements.
  129.  
  130. Incompatible status effects:
  131. Petrify removes slow, tangled, sleep, freeze, stop, barrel and burning, and halves HP every time status changes
  132. Freeze removes slow, tangled, sleep, stop, barrel, poison and burning
  133. Sleep removes slow, tangled and barrel
  134. Tangled removes slow, tangled and barrel
  135. Moogle removes stop, barrel, transform, poison and burning
  136. Freeze, petrify and mini remove transform
  137. Transform removes slow, tangled, confuse, stop, barrel, poison and burning
  138. Tangled, sleep, freeze, petrify, stop, poison, burning remove barrel
  139. Burning removes stop, barrel and poison
  140. Freeze, petrify, transform and moogle remove poison
  141.  
  142. The wall bug works by casting a spell on a player character and then killing the character by casting a spell that gets reflected from an enemy. This gives the others the experience that the first has (mod 65536). One way to accomplish this is to cast wall on everyone twice. This gurarrantees that every player will have been hit with a spell, and that you can cast at least 6 spells at the enemies before casting wall again. To optimize weapon leveling, the character that casts Wall should at most be at the same level as the killed character, and should have a weak weapon equipped.
  143.  
  144. Here's a whip bug that I found. Stand on the jump tile with the character that has the whip. Then equip the whip on another character and swing at a pole with it. You will jump and possibly get stuck or go to a spot where you're not supposed to be. Another, already known bug involves charging the whip to level 5 and swinging in a wrong direction which will make you jump in that direction.
  145.  
  146. When you hit a boss, you will set the bit corresponding to the boss character index at 7E0000+(E05A+elevation difference)&FFFF, due to a bug. The hit will not register if the bit is already set.
  147.  
  148. The games contains 2 RNGs. Sometimes it uses one and other times it uses the other. The first RNG consists of 8 parallel 55 bit LFSRs with polynomial x^24 + 1. The other is a 15 byte LFSR with polynomial x^14 + 1.
  149.  
  150. CPU controlled characters behave in a way best described by the following pseudocode. Moogled characters will retreat if near enemies.
  151.  
  152.  
  153. Stand still for 5 frames
  154. Stand still for 5 frames
  155. If set to guard and keep away
  156. Repeat
  157. While target exists
  158. If target within 16 pixels for fist, 32 pixels for others
  159. Look aggressively directly for 5 frames
  160. Attack
  161. If using fist, backflip
  162. Charge
  163. While target within 48 pixels
  164. Aim
  165. If target within 16 pixels for fist
  166. Look aggressively directly for 5 frames
  167. Attack
  168. If using fist, backflip
  169. Charge
  170. First and fourth time
  171. If character has moved, run directly, otherwise diagonally, for 10 frames
  172. Second and third time
  173. If character has moved, run directly, otherwise diagonally, for 5 frames
  174. After four times, start over
  175. If target wasn't within 48 pixels
  176. If target within 64 pixels
  177. If recovered
  178. Look aggressively directly for 5 frames
  179. Otherwise
  180. Face directly for 5 frames
  181. Otherwise
  182. Aim
  183. Using fist, sword, axe
  184. If character has moved, walk aggressively directly, otherwise diagonally, for 10 frames
  185. Otherwise
  186. If character has moved, walk aggressively straight, otherwise diagonally, for 10 frames
  187. Otherwise
  188. Repeat
  189. Aim
  190. If enemy found
  191. Aim
  192. While target exists
  193. Aim
  194. If target within 64 pixels
  195. If recovered and charged to max
  196. Using fist, sword, axe
  197. Generate random number A from 0 to 15
  198. Set to attack
  199. Run to enemy
  200. Using fist, within 64 pixels when A less than 2, 48 pixels when A less than 6 or 32 pixels otherwise
  201. Using sword or axe, within 64 pixels when A less than 3, 48 pixels when A less than 8 or 32 pixels otherwise
  202. Set to guard
  203. Do while target not within 32 pixels
  204. Aim
  205. If character has moved, walk aggressively directly, otherwise diagonally, for 10 frames
  206. Look aggressively directly for 5 frames
  207. Attack
  208. If using fist, backflip
  209. Charge
  210. Otherwise
  211. If target within 64 pixels directly vertically or horizontally
  212. Look aggressively straight for 5 frames
  213. Attack
  214. Charge
  215. Otherwise
  216. Walk aggressively in random diagonal direction
  217. Otherwise
  218. If target within 64 pixels and not using fist, sword, axe
  219. Look aggressively straight for 5 frames
  220. Otherwise
  221. Do while target within 48 pixels
  222. Aim
  223. If target within 32 pixels
  224. Using fist, sword, axe
  225. Look aggressively directly for 5 frames
  226. Using other weapons
  227. Look aggressively straight for 5 frames
  228. Attack
  229. If using fist, backflip
  230. Attack
  231. Charge
  232. Set to approach
  233. If character has moved, retreat directly, otherwise diagonally for 10 frames
  234. Set to keep away
  235. First and fourth time
  236. If character has moved, retreat directly, otherwise diagonally for 10 frames
  237. Second and third time
  238. If character has moved, retreat directly, otherwise diagonally for 5 frames
  239. After four times, start over
  240. If recovered, move on
  241. Otherwise
  242. If recovered
  243. Set to approach
  244. Do while target not within 64 pixels
  245. Aim
  246. If character has moved, walk aggressively directly, otherwise diagonally, for 10 frames
  247. Set to keep away
  248. Run to within 64 pixels of enemy
  249. Otherwise
  250. Stand still for 5 frames
  251.  
  252. Running to enemy:
  253. Repeat until target is within specified distance, 4 times max
  254. Aim
  255. First and fourth time
  256. If character has moved, run directly, otherwise diagonally, for 10 frames
  257. Second and third time
  258. If character has moved, run directly, otherwise diagonally, for 5 frames
  259.  
  260.  
  261. Aiming:
  262. Wait until there is an enemy on screen and the character is not far from a leader. Check for enemy within 16, 32, 48 or 64 pixels, target it, charge and look at it in a threatening way for 5 frames. If none is found, stop and move on.
  263.  
  264. When using the Target command, it functions like approach and attack except that it doesn't aim (which takes 5 frames). It ends when the target is off screen and starts with normal procedures.
  265.  
  266. When CPU controlled characters are not fighting, they follow the first player. The character after the player walks until he is within 32 pixels and the third character walks until he is within 64 pixels but if you're moving straight, they try to line up with you. If they crash into the wall for 6 frames, they will try to turn in another direction. When moving straight they will alternate between directions and they will turn if there's an opening 4 blocks away. When moving diagonally they will just reverse the vertical direction. Characters will stop fighting if no character is hurt, tangled, sleeping, frozen, petrified, stopped, barreled, burning or dead and a player is running.
  267.  
  268. Some memory addresses:
  269. 7e002b Easter egg counter
  270. 7e003a Offset to talking NPC
  271. 7e003e BG3 H scroll
  272. 7e0040 BG3 V scroll
  273. 7e0042 Buttons held (3 words)
  274. 7e0048 In text
  275. 7e004f Script timer
  276. 7e0056 Update cycle counter
  277. 7e005c Boss flag
  278. 7e009c Room width
  279. 7e009d Room height
  280. 7e00a8 BG1 H Scroll in room
  281. 7e00aa BG1 V scroll in room
  282. 7e00ac BG2 H scroll in room
  283. 7e00ae BG2 V scroll in room
  284. 7e00b0 BG1 H scroll
  285. 7e00b2 BG1 V scroll
  286. 7e00b4 BG2 H scroll
  287. 7e00b6 BG2 V scroll
  288. 7e00c0 Room width in pixels
  289. 7e00c2 Room height in pixels
  290. 7e00cc Buttons pressed (3 bytes)
  291. 7e00d0 Script state (will be 83 when waiting for button press)
  292. 7e00d1 Script address
  293. 7e00d4 Offset to talking player
  294. 7e00d6 Script return address
  295. 7e00d9 Currently controlled characters (3 bytes)
  296. 7e00dc Room number
  297. 7e00e8 Transition state
  298. 7e00ed In enemy screen
  299. 7e00ee Button configuration (3 bytes)
  300. 7e00f4 Frame counter
  301. 7e0108 Outside room
  302. 7e011f Allowed items
  303. 7e0306 8x55 bit LFSR state
  304. 7e033d 8x55 bit LFSR offset
  305. 7e033e 8x55 bit LFSR tap offset
  306. 7e03f0 15 byte LFSR offset
  307. 7e03f1 15 byte LFSR state
  308. 7e0fc0 Boss subpixel gravity
  309. 7e0fc2 Boss gravity
  310. 7ec800 Room NPc table
  311. 7ecc00 Player names
  312. 7ecc24 Hats
  313. 7ecc30 Vests
  314. 7ecc3c Bracelets
  315. 7ecc48 Items
  316. 7ecc54 Weapons
  317. 7ecc6a Money
  318. 7ecc6d Button configuration x 3
  319. 7ecc73 Action grid quadrant x 3
  320. 7ecc76 Mana sword power
  321. 7ecc77 Man's old weapon when using Mana sword
  322. 7ecc78 Woman's mana magic timer
  323. 7ecc79 Sprite's mana magic timer
  324. 7ecc7a Action grid configuration x 3
  325. 7ecc7d Auto charge configuration x 3
  326. 7ecf00 Sword picked up
  327. 7ecf01 1=Pass through everything, 2=Players have no shadows, 4=Talker has no shadow
  328. 7ecf02 1=Mana fortress revived, 2=Grand palace risen
  329. 7ecf03 On jump tile
  330. 7ecf04 1=Woman left at Gaia's navel, 2=Rescued woman, 3=Found rocks in forest
  331. 7ecf05 1=Talked to elder in dwarf village
  332. 7ecf09 1=Got chest in Potos, 2=Said goodbye
  333. 7ecf0a Ghost present at bridge, Luka dialogue
  334. 7ecf0b 0=Beginning, 1=Fighting Mantis Ant, 2=Nothing, 3=Fighting Santa Claus, 4=In training centre
  335. 7ecf0c 1=Man present
  336. 7ecf0d 1=Woman present, 8=Woman imprisoned
  337. 7ecf0e 1=Sprite present, 8=Sprite imprisoned
  338. 7ecf0f Not enough money or item won't fit
  339. 7ecf10 1=Removed sword, 2=Discovered that you can cut through bushes, 3=Saw rabite, 5=Talked to elder, 6=Hole appeared, 7=Defeated Mantis Ant, 9=Jema left, A=Talked to people, B=Banished
  340. 7ecf11 1=Mission will be full of danger, 2=Dyluck gone, 3=Jema wants you to go, 8=Introduced to Luka, 9=Jema should watch out, A=Man is scared, C=Dyluck is alive, E=Recovered seed
  341. 7ecf12 1=Talked to Luka, 3=Talked to Elman, 4=Woman going to find Dyluck 5=Dad asked the king, 6=Tiger defeated, 7=Phanna at ruins, 8=Phanna inside ruins, 9=Ruins clear, A=Pandora guards moved
  342. 7ecf13 1=Marriage being arranged, 2=Met woman, 3=Woman hates dad, 5=Jema at ruins, 6=King has headache, 7=Jema at underground palace
  343. 7ecf14 1=Talked to Watts, 2=Forged sword, 5=Defeated Tropicallo, 6=Met sprite, 7=Got axe
  344. 7ecf15 1=Rabite man on stage, 2=Sprite child on stage, 3=Gave money, 4=Show ended, 5=Got money back, 6=Sprite joined
  345. 7ecf16 Joined woman
  346. 7ecf17 1=Rescued soldier, 2=Talked to soldier, 3=Children are pesky, 4=Dyluck gone, 5=Tiger appeared, 6=Tiger defeated, 7=Talked to Elinee
  347. 7ecf18 1=Found underground palace, 2=Underground palace opened, 3=Found gnome, 4=Gnome gone, 5=Boss appeared, 6=Boss defeated, 7=Got earth seed, 8=Jema gone
  348. 7ecf1a 1=Phanna in ruins, 2=Man said watch out, 3=Phanna appeared, 4=Dyluck appeared, 5=Hole appeared, 6=Defeated evil wall, 7=Dyluck and Phanna gone, 8=Talked to Jema
  349. 7ecf1b 1=Water seed stolen, 2=Talked to gang, 3=Robot appeared, 4=Defeated robot, 5=Recovered seed
  350. 7ecf1e 1=Recovered water palace seed, 5=Evil wall defeated, 7=Jabberwocky defeated, 8=Talked to cannon brother
  351. 7ecf20 1=Landed in upper land, 2=Talked to moogle, 3=Defeated pebblers, 4=Broke crystal orb
  352. 7ecf21 1=Sprite remembers everything, 2=Passage opened, 3=Defeated boss, 4=Found Sylphid, 5=Got Sylphid, D=Empire sent monsters
  353. 7ecf22 1=Sprite is back, 2=Defeated boss
  354. 7ecf24 4=Earth orb destroyed, 5=Defeated boss, 7=Found Flammie, 8=Flammie in barn, A=Talked about Flammie controls, F=Got Flammie
  355. 7ecf25 Tonpoles defeated in Ice Palace
  356. 7ecf26 1=Talked to Rudoplh, 2=Defeated Boreal Face, 3=Ice palace, 4=Santa room, 5=Rudolph appeared, 6=Got fire seed
  357. 7ecf28 1=Found in desert, 2=Talked to Sergo, 3=Planned to break out, 4=Broke out of room, 5=Found sprite, 6=Sprite joined, 7=Rats ate food, 8=Meria in room, 9=Woman joined, A=People disagreeing
  358. 7ecf29 1=Have sea hare's tail, 2=Kakkara restored
  359. 7ecf2c 1=Blew fire out
  360. 7ecf2d 1=Heard distant noise, 2=Door appeared, 5=Found Dyluck
  361. 7ecf2e 1=Rescued by girl, 2=Met girl again
  362. 7ecf2f Number of times you watched the show
  363. 7ecf30 1=Person moved, 2=Heard about password, 3=Heard about key, 4=Got key
  364. 7ecf32 1=Met Krissie, 2=Found Dyluck, 3=Talked to Krissie again
  365. 7ecf34 1=Met emperor, 2=Trapped, 3=Met boss
  366. 7ecf36 1=Landed in desert, 2=Found ship
  367. 7ecf3a 2=Examined Phanna, 3=Cured Phanna
  368. 7ecf3b 1=Been to Moon Palace, 2=Entered
  369. 7ecf3c 1=Heard about spy, 2=Taken away, 3=Removed people, 4=Beat spy, 5=Got sword's orb, 6=Heard about Joch
  370. 7ecf3f Sage Joch (0=away, 1=inside, 4=passage opened, 6=completed)
  371. 7ecf41 1=Continent surfaced, 2=Talked to Jema, 3=Fortress revived, 4=Talked to Jema again
  372. 7ecf47 1=After fighting robot, 2=Fighting robot, 3=Found shortcut
  373. 7ecf4d Phanna apologized
  374. 7ecf50 1=Recovered water seed
  375. 7ecf54 1=Heard about whip, upper land counter
  376. 7ecf56 4=In Tonpole room, 5=Defeated Tonpoles
  377. 7ecf57 Smoke from cannon activated
  378. 7ecf58 Gave money to sprite
  379. 7ecf59 Talked to Jema after Ruins beaten
  380. 7ecf5a Password digits entered
  381. 7ecf5b Talked to Luka after seed taken
  382. 7ecf5c Got Midge Mallet
  383. 7ecf70 Man dead
  384. 7ecf71 Woman dead
  385. 7ecf72 Sprite dead
  386. 7ecf7f Mana sword revived once
  387. 7ecf90 Mana seeds x 8 (0=don't have, 1=normal, 2=broken)
  388. 7ecf98 Spell type used on orb x 8
  389. 7ecfb0 Weapon level x 8
  390. 7ecfb8 Energy orb x 8
  391. 7ecfc0 Maximum energy orb x 8
  392. 7ecfd0 50 GP chests x 7
  393. 7ecfd7 Found magic rope
  394. 7ecfd8 1=Defeated elinee, 2=Got 50GP
  395. 7ecfd9 1=Defeated elinee, 2=Got whip, 3=Dyluck is alive
  396. 7ecfda 1000 GP chests x 5
  397. 7ecfdf 50 GP chests x 17
  398. 7ecfe8 Orbs destroyed in Grand Palace x 8
  399. 7ecff5 Show boy's position when in the menu
  400. 7ecff6 Jumps to C7D000 and crashes
  401. 7ecff7 Snow amount
  402. 7ecff8 No message border
  403. 7ecff9 Current inn's price
  404. 7ecffa Current shop
  405. 7ecffb Enemy's seeds (but they forgot to set it)
  406. 7ecffc Your seeds
  407. 7ecffd Place name, high nibble
  408. 7ecffe Place name, low nibble
  409. 7ecfff Stops bosses
  410. 7ee000 Man variables
  411. 7ee200 Woman variables
  412. 7ee400 Sprite variables
  413. 7ee600 Enemy and NPC variables
  414.  
  415. Room character entry structure (16 bytes):
  416. 0 State (0=Not present, 1=Not loaded, 81=Loaded)
  417. 2 Pointer to loaded character
  418. 7 Flags (40=Always loaded, 80=Stands still)
  419. 8 Story variable
  420. 9 Story variable range
  421. A X tile (these are updated when the character is unloaded to make room for another character)
  422. B Y tile
  423. C Direction
  424. D Type
  425. E Trigger type and script
  426.  
  427. Character structure (512 bytes):
  428. 000 Present
  429. 002 X position
  430. 004 Y position
  431. 006 X speed
  432. 007 Y speed
  433. 008 Z speed
  434. 00A Action timer
  435. 00B Floor
  436. 00E Display flags
  437. 010 Direction
  438. 011 Action
  439. 012 Animation timer
  440. 013 Second direction
  441. 016 Animation pointer
  442. 018 Animation start
  443. 01A Charge counter
  444. 01B Charge level
  445. 01C 20=Manual attack, 40=Performing other action, 80=CPU attack
  446. 01D Buttons pressed
  447. 01F Charge timer
  448. 020 X on screen
  449. 022 Y on screen
  450. 026 Frame number
  451. 02A Frame table
  452. 02C Controlling player
  453. 02D Crash timer
  454. 02E 0=Turn south or east, 1=Turn up or north
  455. 030 Previous direction
  456. 031 Previous action
  457. 034 Index in room
  458. 039 Shake counter
  459. 03E Script
  460. 040 Animation override frame
  461. 041 Animation override
  462. 042 Busy flag
  463. 043 Set if from room data
  464. 044 NPC flags
  465. 045 Z position
  466. 04E Characters near
  467. 04F Magic palette
  468. 050 X distance from man
  469. 051 Y distance from man
  470. 052 Direction of man
  471. 053 X distance from woman
  472. 054 Y distance from woman
  473. 055 Direction of woman
  474. 056 X distance from sprite
  475. 057 Y distance from sprite
  476. 058 Direction of sprite
  477. 059 Characters attacking this character
  478. 05A Characters attacked by this character
  479. 05D Animation nested
  480. 05E Animation return address
  481. 060 Overlay
  482. 061 Number active
  483. 062 AI timer
  484. 063 Bit0=Running, High nibble=Recover wait counter
  485. 064 AI waits until action done
  486. 065 Animation table for current weapon
  487. 067 AI moving
  488. 068 Current weapon type
  489. 069 Weapon palette
  490. 06A Weapon data
  491. 06C Number info
  492. 075 Animation table 1
  493. 077 Animation table 2
  494. 07F Equip weapon sound
  495. 082 Gfx transfer size
  496. 083 Gfx Source bank
  497. 084 Gfx transfer size 2
  498. 085 Automatic charge
  499. 089 Size
  500. 08C Saved player (when stopped, burning, petrified, frozen)
  501. 0C0 Weapon rectangle
  502. 0C8 Exclusion rectangle
  503. 0CC Hit rectangle
  504. 0F8 Palette offset
  505. 0FA Weapon palette offset
  506. 0FC Spell animation pointer
  507. 100 Palette variables
  508. 104 Weapon palette variables
  509. 10A Spell character is hit by
  510. 10B Level of spell character is hit by
  511. 110 Spell variables
  512. 140 Script action
  513. 141 Script parameter 1
  514. 142 Script parameter 2
  515. 143 Script parameter 3
  516. 144 Script address
  517. 146 Script variables (4x4 bits)
  518. 148 Saved X on screen
  519. 14A Saved Y on screen
  520. 14C 1=Autocharging, 2=All characters healthy and leader running
  521. 14F Script stack depth
  522. 150 Script stack
  523. 170 Casted spell
  524. 171 Casted spell level
  525. 172 Current magic targets
  526. 175 Number color
  527. 176 Number of targets for spell
  528. 177 Magic type
  529. 178 Magic targets
  530. 17B Displayed number
  531. 17D Experience needed for next level
  532. 180 Type
  533. Chests
  534. 181 FF=Opened
  535. 182 FF=Runs away
  536. 183 FF=Trap not triggered
  537. 184 FF=Trap disarmed
  538. Crystal orbs
  539. 181 Spell that it was hit by
  540. 181 Level
  541. 182 Current HP
  542. 184 Max HP
  543. 186 Current MP
  544. 187 Max MP
  545. 188 Strength
  546. 189 Agility
  547. 18A Constitution
  548. 18B Intelligence
  549. 18C Wisdom
  550. 18D Experience
  551. 190 Status (2=Died or lost more than 1/4 of max HP, 4=Slow, 8=Tangled, 10=Sleep, 20=Freeze, 40=Petrify, 80=Confuse, 100=Stop, 200=Mini, 400=Barrel, 800=Transformed, 1000=Moogle, 2000=Poison, 4000=Burning, 8000=Dead)
  552. 192 Monster type (1=Human, 2=Plant/fish, 4=Insect, 8=Animal/bird, 10=Lizard, 20=Evil/Zombie, 40=Ghost, 80=Dragon)
  553. 193 Element
  554. 194 Monster type that your weapon is supposed to be effective against
  555. 195 Weapon element
  556. 196 Critical rate
  557. 197 Hit rate
  558. 198 Attack
  559. 199 Status inflicted by weapon
  560. 19B Attack level
  561. 19C Current weapon level
  562. 19D Enhanced weapon uses left
  563. 19E Previous status
  564. 1A0 Things weapons are effective against that will make character weak
  565. 1A1 Magic character is weak against
  566. 1A2 Things weapons are effective against that will make character strong
  567. 1A3 Magic character is strong against
  568. 1A4 Evade rate
  569. 1A5 Defense
  570. 1A7 Magic evade rate
  571. 1A8 Magic defense
  572. 1AA Status character is immune against
  573. 1AC Target
  574. 1AD Magic target
  575. 1AE Weapon enhancement level in low nybble, moon energy counter in high nybble
  576. 1AF Sound played
  577. 1B0 Stat enhancements (1=Defense up, 2=Defense down, 4=Evade up, 8=Evade down, 16=Hit up, 32=Hit down, 64=Attack up, 128=Attack down)
  578. 1B1 Status 2 (1=Falling asleep, 2=Can't be thrown, 4=Remedy cast, 8=Hit with spell while dead, 10=Shield, 20=On jump tile, 40=Reflect, 80=Chest)
  579. 1B2 Slow, tangled, sleep, freeze, petrify timer
  580. 1B3 Silence, stop timer
  581. 1B4 Hurt timer
  582. 1B5 Transform, moogle timer
  583. 1B6 Poison, burning timer
  584. 1B7 Attack timer
  585. 1B8 Reflect uses left
  586. 1B9 Main timer
  587. 1BA Hit rate timer
  588. 1BB Evade rate timer
  589. 1BC Defense timer
  590. 1BD Shield energy
  591. 1BF Shield defense
  592. 1C0 Weapon levels (only 1 for enemy)
  593. 1C4 Magic levels
  594. Players
  595. 1C8 Spells learned
  596. Enemies
  597. 1C8 Money
  598. 1CA Death type in bits 1-4 (0: Splash, 2: Feathers, 4: Ghost, 6: Splat, 8: Dust, A: Blow up, C: Skeleton)
  599. 1CE Chest rate, 0-64, bit 7: runs away from player
  600. 1CF Chest trap type+1, 0=Random
  601. Chests
  602. 1C8 Trap type
  603. 1C9 Energy orb type
  604. 1CA Original enemy type
  605. 1D0 Weapon experience
  606. 1E0 Head armor
  607. 1E1 Body armor
  608. 1E2 Hand armor
  609. 1E3 Weapon
  610. 1E4 Weapon type
  611. 1E5 Hurt action
  612. 1E6 Mana power
  613. 1E7 Original character
  614. 1E8 Weapon 1
  615. 1E9 Weapon 2
  616. 1EC Last attacker
  617. 1ED Recover counter
  618. 1EE Previous status
  619. 1F0 Attacker
  620. 1F1 HP Damage
  621. 1F3 HP Heal
  622. 1F5 MP Damage
  623. 1F6 MP Heal
  624. 1F7 Status inflict rate
  625. 1FA Update flags
  626. 1FB Character flags (1=Shadow, 2=Frozen, 4=Opening chest, 8=Interrupted, 10=Inanimate, 20=NPC, 40=Boss, 80=Player)
  627. 1FC Pause timer
  628. 1FD Enemy black magic strength
  629. 1FE Enemy white magic strength
  630.  
  631. Some boss variables (instead of the usual character fields):
  632. 018 Palette offsets x 4
  633. 01E Size
  634. 029 X subpixel position
  635. 02B X position
  636. 02D Wait time
  637. 030 Y subpixel position
  638. 032 Y position
  639. 03A X subpixel speed
  640. 03C X speed
  641. 03E Y subpixel speed
  642. 040 Y speed
  643. 04C Attack state table
  644. 04E Crash flags
  645. 064 Z subpixel position
  646. 066 Z position
  647. 070 State (8=Invisible)
  648. 072 Death script
  649. 076 Mode table
  650. 07A Mode
  651. 080 Spell flag
  652. 082 Timer flag
  653. 08E Main procedure
  654. 090 Procedure 2
  655. 098 Flags (1=Follow screen, 8=BG graphics, 10=Pass through player, 20=H flip, 40=V flip, 800=Active)
  656. 09A Animation
  657. 09C Animation offset
  658. 09E Animation timer
  659. 0A5 Y delta
  660. 0A9 Target
  661. 0AB Direction
  662. 0AD Timer
  663. 0C4 Z subpixel speed
  664. 0C6 Z speed[/code]
  665.  
  666. --- Weapons ---
  667. SPIKE KNUCKLE
  668. Type: Gloves
  669. Gfx: 00
  670. Pal: 02
  671. Effective: None
  672. Critical: 0
  673. Hit: 75
  674. Attack: 2
  675. Inflict: None
  676. Status rate: 80
  677.  
  678. POWER GLOVE
  679. Type: Gloves
  680. Gfx: 00
  681. Pal: 1A
  682. Effective: Insect
  683. Critical: 0
  684. Hit: 75
  685. Attack: 6
  686. Inflict: None
  687. Status rate: 80
  688.  
  689. MOOGLE CLAWS
  690. Type: Gloves
  691. Gfx: 00
  692. Pal: 18
  693. Effective: None
  694. Critical: 0
  695. Hit: 75
  696. Attack: 11
  697. Inflict: Sleep
  698. Status rate: 80
  699.  
  700. CHAKRA HAND
  701. Type: Gloves
  702. Int+1 Wis+1
  703. Gfx: 00
  704. Pal: 0E
  705. Effective: None
  706. Critical: 0
  707. Hit: 75
  708. Attack: 17
  709. Inflict: None
  710. Status rate: 80
  711.  
  712. HEAVY GLOVE
  713. Type: Gloves
  714. Gfx: 00
  715. Pal: 0C
  716. Effective: Insect
  717. Critical: 0
  718. Hit: 75
  719. Attack: 24
  720. Inflict: None
  721. Status rate: 80
  722.  
  723. HYPER-FIST
  724. Type: Gloves
  725. Gfx: 00
  726. Pal: 16
  727. Effective: Lizard
  728. Critical: 0
  729. Hit: 75
  730. Attack: 30
  731. Inflict: None
  732. Status rate: 80
  733.  
  734. GRIFFIN CLAWS
  735. Type: Gloves
  736. Gfx: 00
  737. Pal: 12
  738. Effective: None
  739. Critical: 0
  740. Hit: 75
  741. Attack: 38
  742. Inflict: Poison
  743. Status rate: 80
  744.  
  745. DRAGON CLAWS
  746. Type: Gloves
  747. Gfx: 00
  748. Pal: 04
  749. Effective: Dragon
  750. Critical: 0
  751. Hit: 75
  752. Attack: 47
  753. Inflict: None
  754. Status rate: 80
  755.  
  756. AURA GLOVE
  757. Type: Gloves
  758. Gfx: 00
  759. Pal: 06
  760. Effective: None
  761. Critical: 0
  762. Hit: 75
  763. Attack: 53
  764. Inflict: None
  765. Status rate: 80
  766.  
  767. RUSTY SWORD
  768. Type: Sword
  769. Gfx: 00
  770. Pal: 18
  771. Effective: None
  772. Critical: 0
  773. Hit: 75
  774. Attack: 3
  775. Inflict: None
  776. Status rate: 80
  777.  
  778. BROAD SWORD
  779. Type: Sword
  780. Agi+1
  781. Gfx: 00
  782. Pal: 0C
  783. Effective: None
  784. Critical: 0
  785. Hit: 75
  786. Attack: 8
  787. Inflict: None
  788. Status rate: 80
  789.  
  790. HERALD SWORD
  791. Type: Sword
  792. Gfx: 00
  793. Pal: 02
  794. Effective: Lizard
  795. Critical: 0
  796. Hit: 75
  797. Attack: 14
  798. Inflict: None
  799. Status rate: 80
  800.  
  801. CLAYMORE
  802. Type: Sword
  803. Gfx: 00
  804. Pal: 1E
  805. Effective: Insect
  806. Critical: 0
  807. Hit: 75
  808. Attack: 20
  809. Inflict: None
  810. Status rate: 80
  811.  
  812. EXCALIBUR
  813. Type: Sword
  814. Gfx: 00
  815. Pal: 16
  816. Effective: Evil
  817. Critical: 0
  818. Hit: 75
  819. Attack: 27
  820. Inflict: None
  821. Status rate: 80
  822.  
  823. MASAMUNE
  824. Type: Sword
  825. Gfx: 00
  826. Pal: 08
  827. Effective: None
  828. Critical: 10
  829. Hit: 75
  830. Attack: 35
  831. Inflict: None
  832. Status rate: 80
  833.  
  834. GIGAS SWORD
  835. Type: Sword
  836. Str+1
  837. Gfx: 00
  838. Pal: 10
  839. Effective: None
  840. Critical: 0
  841. Hit: 75
  842. Attack: 43
  843. Inflict: None
  844. Status rate: 80
  845.  
  846. DRAGON BUSTER
  847. Type: Sword
  848. Gfx: 00
  849. Pal: 1A
  850. Effective: Dragon
  851. Critical: 0
  852. Hit: 75
  853. Attack: 52
  854. Inflict: None
  855. Status rate: 80
  856.  
  857. MANA SWORD
  858. Type: Sword
  859. Str+5 Agi+5
  860. Gfx: 00
  861. Pal: 04
  862. Effective: None
  863. Critical: 0
  864. Hit: 99
  865. Attack: 127
  866. Inflict: None
  867. Status rate: 99
  868.  
  869. WATT'S AXE
  870. Type: Axe
  871. Gfx: 00
  872. Pal: 00
  873. Effective: None
  874. Critical: 0
  875. Hit: 75
  876. Attack: 4
  877. Inflict: None
  878. Status rate: 80
  879.  
  880. LODE AXE
  881. Type: Axe
  882. Gfx: 00
  883. Pal: 1C
  884. Effective: Plant
  885. Critical: 0
  886. Hit: 75
  887. Attack: 11
  888. Inflict: None
  889. Status rate: 80
  890.  
  891. STOUT AXE
  892. Type: Axe
  893. Con+1
  894. Gfx: 00
  895. Pal: 16
  896. Effective: None
  897. Critical: 0
  898. Hit: 75
  899. Attack: 16
  900. Inflict: None
  901. Status rate: 80
  902.  
  903. BATTLE AXE
  904. Type: Axe
  905. Gfx: 00
  906. Pal: 1A
  907. Effective: Plant
  908. Critical: 0
  909. Hit: 75
  910. Attack: 23
  911. Inflict: None
  912. Status rate: 80
  913.  
  914. GOLDEN AXE
  915. Type: Axe
  916. Gfx: 00
  917. Pal: 1E
  918. Effective: Insect
  919. Critical: 0
  920. Hit: 75
  921. Attack: 29
  922. Inflict: None
  923. Status rate: 80
  924.  
  925. WERE-BUSTER
  926. Type: Axe
  927. Gfx: 00
  928. Pal: 12
  929. Effective: Animal
  930. Critical: 0
  931. Hit: 75
  932. Attack: 38
  933. Inflict: None
  934. Status rate: 80
  935.  
  936. GREAT AXE
  937. Type: Axe
  938. Gfx: 00
  939. Pal: 0C
  940. Effective: Plant
  941. Critical: 0
  942. Hit: 75
  943. Attack: 46
  944. Inflict: None
  945. Status rate: 80
  946.  
  947. GIGAS AXE
  948. Type: Axe
  949. Str+5
  950. Gfx: 00
  951. Pal: 08
  952. Effective: None
  953. Critical: 0
  954. Hit: 75
  955. Attack: 54
  956. Inflict: None
  957. Status rate: 80
  958.  
  959. DOOM AXE
  960. Type: Axe
  961. Gfx: 00
  962. Pal: 14
  963. Effective: None
  964. Critical: 0
  965. Hit: 75
  966. Attack: 56
  967. Inflict: None
  968. Status rate: 80
  969.  
  970. SPEAR
  971. Type: Spear
  972. Gfx: 00
  973. Pal: 00
  974. Effective: None
  975. Critical: 0
  976. Hit: 75
  977. Attack: 4
  978. Inflict: None
  979. Status rate: 80
  980.  
  981. HEAVY SPEAR
  982. Type: Spear
  983. Gfx: 00
  984. Pal: 0C
  985. Effective: None
  986. Critical: 0
  987. Hit: 75
  988. Attack: 11
  989. Inflict: None
  990. Status rate: 80
  991.  
  992. SPRITE'S SPEAR
  993. Type: Spear
  994. Gfx: 00
  995. Pal: 0E
  996. Effective: None
  997. Critical: 0
  998. Hit: 75
  999. Attack: 16
  1000. Inflict: Stop
  1001. Status rate: 80
  1002.  
  1003. PARTISAN
  1004. Type: Spear
  1005. Gfx: 00
  1006. Pal: 12
  1007. Effective: Lizard
  1008. Critical: 0
  1009. Hit: 75
  1010. Attack: 23
  1011. Inflict: None
  1012. Status rate: 80
  1013.  
  1014. HALBERD
  1015. Type: Spear
  1016. Gfx: 00
  1017. Pal: 1A
  1018. Effective: None
  1019. Critical: 0
  1020. Hit: 75
  1021. Attack: 29
  1022. Inflict: Confuse
  1023. Status rate: 80
  1024.  
  1025. OCEANID SPEAR
  1026. Type: Spear
  1027. Gfx: 00
  1028. Pal: 18
  1029. Effective: None
  1030. Critical: 0
  1031. Hit: 75
  1032. Attack: 38
  1033. Inflict: Sleep
  1034. Status rate: 80
  1035.  
  1036. GIGAS LANCE
  1037. Type: Spear
  1038. Str+1
  1039. Gfx: 00
  1040. Pal: 04
  1041. Effective: None
  1042. Critical: 0
  1043. Hit: 75
  1044. Attack: 46
  1045. Inflict: None
  1046. Status rate: 80
  1047.  
  1048. DRAGON LANCE
  1049. Type: Spear
  1050. Gfx: 00
  1051. Pal: 1C
  1052. Effective: Dragon
  1053. Critical: 0
  1054. Hit: 75
  1055. Attack: 54
  1056. Inflict: None
  1057. Status rate: 80
  1058.  
  1059. DAEDALUS LANCE
  1060. Type: Spear
  1061. Gfx: 00
  1062. Pal: 08
  1063. Effective: None
  1064. Critical: 0
  1065. Hit: 75
  1066. Attack: 56
  1067. Inflict: None
  1068. Status rate: 80
  1069.  
  1070. WHIP
  1071. Type: Whip
  1072. Gfx: 00
  1073. Pal: 1C
  1074. Effective: None
  1075. Critical: 0
  1076. Hit: 75
  1077. Attack: 2
  1078. Inflict: None
  1079. Status rate: 80
  1080.  
  1081. BLACK WHIP
  1082. Type: Whip
  1083. Gfx: 00
  1084. Pal: 10
  1085. Effective: None
  1086. Critical: 0
  1087. Hit: 75
  1088. Attack: 6
  1089. Inflict: Slow
  1090. Status rate: 80
  1091.  
  1092. BACKHAND WHIP
  1093. Type: Whip
  1094. Agi+1
  1095. Gfx: 00
  1096. Pal: 04
  1097. Effective: None
  1098. Critical: 0
  1099. Hit: 75
  1100. Attack: 12
  1101. Inflict: None
  1102. Status rate: 80
  1103.  
  1104. CHAIN WHIP
  1105. Type: Whip
  1106. Gfx: 00
  1107. Pal: 02
  1108. Effective: Lizard
  1109. Critical: 0
  1110. Hit: 75
  1111. Attack: 17
  1112. Inflict: None
  1113. Status rate: 80
  1114.  
  1115. FLAIL OF HOPE
  1116. Type: Whip
  1117. Gfx: 00
  1118. Pal: 0C
  1119. Effective: Evil
  1120. Critical: 0
  1121. Hit: 75
  1122. Attack: 24
  1123. Inflict: None
  1124. Status rate: 80
  1125.  
  1126. MORNING STAR
  1127. Type: Whip
  1128. Gfx: 00
  1129. Pal: 16
  1130. Effective: Insect
  1131. Critical: 0
  1132. Hit: 75
  1133. Attack: 30
  1134. Inflict: None
  1135. Status rate: 80
  1136.  
  1137. HAMMER FLAIL
  1138. Type: Whip
  1139. Gfx: 00
  1140. Pal: 16
  1141. Effective: None
  1142. Critical: 0
  1143. Hit: 75
  1144. Attack: 38
  1145. Inflict: Slow
  1146. Status rate: 80
  1147.  
  1148. NIMBUS CHAIN
  1149. Type: Whip
  1150. Gfx: 00
  1151. Pal: 08
  1152. Effective: Insect
  1153. Critical: 10
  1154. Hit: 75
  1155. Attack: 47
  1156. Inflict: None
  1157. Status rate: 80
  1158.  
  1159. GIGAS FLAIL
  1160. Type: Whip
  1161. Gfx: 00
  1162. Pal: 06
  1163. Effective: None
  1164. Critical: 0
  1165. Hit: 75
  1166. Attack: 53
  1167. Inflict: None
  1168. Status rate: 80
  1169.  
  1170. CHOBIN'S BOW
  1171. Type: Arrow
  1172. Gfx: 01
  1173. Pal: 1C
  1174. Effective: None
  1175. Critical: 0
  1176. Hit: 75
  1177. Attack: 3
  1178. Inflict: None
  1179. Status rate: 80
  1180.  
  1181. SHORT BOW
  1182. Type: Arrow
  1183. Gfx: 01
  1184. Pal: 00
  1185. Effective: None
  1186. Critical: 0
  1187. Hit: 75
  1188. Attack: 8
  1189. Inflict: None
  1190. Status rate: 80
  1191.  
  1192. LONG BOW
  1193. Type: Arrow
  1194. Gfx: 01
  1195. Pal: 0C
  1196. Effective: Animal
  1197. Critical: 0
  1198. Hit: 75
  1199. Attack: 14
  1200. Inflict: None
  1201. Status rate: 80
  1202.  
  1203. GREAT BOW
  1204. Type: Arrow
  1205. Gfx: 01
  1206. Pal: 1E
  1207. Effective: None
  1208. Critical: 0
  1209. Hit: 75
  1210. Attack: 20
  1211. Inflict: Confuse
  1212. Status rate: 80
  1213.  
  1214. BOW OF HOPE
  1215. Type: Arrow
  1216. Gfx: 01
  1217. Pal: 16
  1218. Effective: Evil
  1219. Critical: 0
  1220. Hit: 75
  1221. Attack: 27
  1222. Inflict: None
  1223. Status rate: 80
  1224.  
  1225. ELFIN BOW
  1226. Type: Arrow
  1227. Int+1 Wis+1
  1228. Gfx: 01
  1229. Pal: 02
  1230. Effective: None
  1231. Critical: 0
  1232. Hit: 75
  1233. Attack: 35
  1234. Inflict: None
  1235. Status rate: 80
  1236.  
  1237. WING BOW
  1238. Type: Arrow
  1239. Gfx: 01
  1240. Pal: 0A
  1241. Effective: None
  1242. Critical: 0
  1243. Hit: 75
  1244. Attack: 43
  1245. Inflict: Confuse
  1246. Status rate: 80
  1247.  
  1248. DOOM BOW
  1249. Type: Arrow
  1250. Gfx: 01
  1251. Pal: 08
  1252. Effective: None
  1253. Critical: 20
  1254. Hit: 75
  1255. Attack: 52
  1256. Inflict: None
  1257. Status rate: 80
  1258.  
  1259. GARUDA BUSTER
  1260. Type: Arrow
  1261. Gfx: 01
  1262. Pal: 06
  1263. Effective: None
  1264. Critical: 0
  1265. Hit: 75
  1266. Attack: 54
  1267. Inflict: None
  1268. Status rate: 80
  1269.  
  1270. BOOMERANG
  1271. Type: Boomerang
  1272. Gfx: 03
  1273. Pal: 00
  1274. Effective: None
  1275. Critical: 0
  1276. Hit: 75
  1277. Attack: 2
  1278. Inflict: None
  1279. Status rate: 80
  1280.  
  1281. CHAKRAM
  1282. Type: Boomerang
  1283. Gfx: 05
  1284. Pal: 02
  1285. Effective: Lizard
  1286. Critical: 0
  1287. Hit: 75
  1288. Attack: 6
  1289. Inflict: None
  1290. Status rate: 80
  1291.  
  1292. LODE BOOMERANG
  1293. Type: Boomerang
  1294. Gfx: 03
  1295. Pal: 04
  1296. Effective: None
  1297. Critical: 0
  1298. Hit: 75
  1299. Attack: 12
  1300. Inflict: Slow
  1301. Status rate: 80
  1302.  
  1303. RISING SUN
  1304. Type: Boomerang
  1305. Gfx: 05
  1306. Pal: 06
  1307. Effective: None
  1308. Critical: 0
  1309. Hit: 75
  1310. Attack: 17
  1311. Inflict: None
  1312. Status rate: 80
  1313.  
  1314. RED CLEAVER
  1315. Type: Boomerang
  1316. Gfx: 03
  1317. Pal: 0E
  1318. Effective: Insect
  1319. Critical: 0
  1320. Hit: 75
  1321. Attack: 24
  1322. Inflict: None
  1323. Status rate: 80
  1324.  
  1325. COBRA SHUTTLE
  1326. Type: Boomerang
  1327. Gfx: 03
  1328. Pal: 0A
  1329. Effective: None
  1330. Critical: 0
  1331. Hit: 75
  1332. Attack: 30
  1333. Inflict: Poison
  1334. Status rate: 80
  1335.  
  1336. FRIZBAR
  1337. Type: Boomerang
  1338. Gfx: 05
  1339. Pal: 10
  1340. Effective: Lizard
  1341. Critical: 0
  1342. Hit: 75
  1343. Attack: 38
  1344. Inflict: None
  1345. Status rate: 80
  1346.  
  1347. SHURIKEN
  1348. Type: Boomerang
  1349. Gfx: 05
  1350. Pal: 0C
  1351. Effective: None
  1352. Critical: 10
  1353. Hit: 75
  1354. Attack: 47
  1355. Inflict: None
  1356. Status rate: 80
  1357.  
  1358. NINJA'S TRUMP
  1359. Type: Boomerang
  1360. Gfx: 05
  1361. Pal: 08
  1362. Effective: None
  1363. Critical: 10
  1364. Hit: 75
  1365. Attack: 53
  1366. Inflict: None
  1367. Status rate: 80
  1368.  
  1369. POLE DART
  1370. Type: Javelin
  1371. Gfx: 02
  1372. Pal: 1C
  1373. Effective: None
  1374. Critical: 0
  1375. Hit: 75
  1376. Attack: 2
  1377. Inflict: None
  1378. Status rate: 80
  1379.  
  1380. JAVELIN
  1381. Type: Javelin
  1382. Gfx: 02
  1383. Pal: 02
  1384. Effective: None
  1385. Critical: 0
  1386. Hit: 75
  1387. Attack: 6
  1388. Inflict: None
  1389. Status rate: 80
  1390.  
  1391. LIGHT TRIDENT
  1392. Type: Javelin
  1393. Gfx: 02
  1394. Pal: 04
  1395. Effective: Animal
  1396. Critical: 0
  1397. Hit: 75
  1398. Attack: 12
  1399. Inflict: None
  1400. Status rate: 80
  1401.  
  1402. LODE JAVELIN
  1403. Type: Javelin
  1404. Gfx: 02
  1405. Pal: 16
  1406. Effective: None
  1407. Critical: 0
  1408. Hit: 75
  1409. Attack: 17
  1410. Inflict: Stop
  1411. Status rate: 80
  1412.  
  1413. FORK OF HOPE
  1414. Type: Javelin
  1415. Gfx: 02
  1416. Pal: 0C
  1417. Effective: Evil
  1418. Critical: 0
  1419. Hit: 75
  1420. Attack: 24
  1421. Inflict: None
  1422. Status rate: 80
  1423.  
  1424. IMP'S FORK
  1425. Type: Javelin
  1426. Gfx: 02
  1427. Pal: 1A
  1428. Effective: None
  1429. Critical: 0
  1430. Hit: 75
  1431. Attack: 30
  1432. Inflict: Stop
  1433. Status rate: 80
  1434.  
  1435. ELF'S HARPOON
  1436. Type: Javelin
  1437. Int+1 Wis+1
  1438. Gfx: 02
  1439. Pal: 1E
  1440. Effective: None
  1441. Critical: 0
  1442. Hit: 75
  1443. Attack: 38
  1444. Inflict: None
  1445. Status rate: 80
  1446.  
  1447. DRAGON DART
  1448. Type: Javelin
  1449. Gfx: 02
  1450. Pal: 0E
  1451. Effective: Dragon
  1452. Critical: 0
  1453. Hit: 75
  1454. Attack: 47
  1455. Inflict: None
  1456. Status rate: 80
  1457.  
  1458. VALKYRIAN
  1459. Type: Javelin
  1460. Gfx: 02
  1461. Pal: 08
  1462. Effective: None
  1463. Critical: 0
  1464. Hit: 75
  1465. Attack: 53
  1466. Inflict: None
  1467. Status rate: 80
  1468.  
  1469. Weapon 48
  1470. Type: 38
  1471. Gfx: 00
  1472. Pal: 30
  1473. Effective: None
  1474. Critical: 0
  1475. Hit: 99
  1476. Attack: 7
  1477. Inflict: None
  1478. Status rate: 25
  1479.  
  1480. Weapon 49
  1481. Type: 1D
  1482. Gfx: 00
  1483. Pal: 39
  1484. Effective: None
  1485. Critical: 0
  1486. Hit: 99
  1487. Attack: 15
  1488. Inflict: Poison
  1489. Status rate: 25
  1490.  
  1491. Weapon 4A
  1492. Type: 1D
  1493. Gfx: 00
  1494. Pal: 39
  1495. Effective: None
  1496. Critical: 1
  1497. Hit: 99
  1498. Attack: 16
  1499. Inflict: Poison
  1500. Status rate: 25
  1501.  
  1502. Weapon 4B
  1503. Type: 32
  1504. Gfx: 00
  1505. Pal: 30
  1506. Effective: None
  1507. Critical: 0
  1508. Hit: 99
  1509. Attack: 15
  1510. Inflict: None
  1511. Status rate: 25
  1512.  
  1513. Weapon 4C
  1514. Type: 32
  1515. Gfx: 00
  1516. Pal: 30
  1517. Effective: None
  1518. Critical: 0
  1519. Hit: 99
  1520. Attack: 14
  1521. Inflict: Sleep
  1522. Status rate: 99
  1523.  
  1524. Weapon 4D
  1525. Type: 18
  1526. Gfx: 01
  1527. Pal: 30
  1528. Effective: None
  1529. Critical: 0
  1530. Hit: 99
  1531. Attack: 25
  1532. Inflict: None
  1533. Status rate: 25
  1534.  
  1535. Weapon 4E
  1536. Type: 19
  1537. Gfx: 00
  1538. Pal: 30
  1539. Effective: None
  1540. Critical: 0
  1541. Hit: 99
  1542. Attack: 16
  1543. Inflict: Poison
  1544. Status rate: 25
  1545.  
  1546. Weapon 4F
  1547. Type: 28
  1548. Gfx: 00
  1549. Pal: 37
  1550. Effective: None
  1551. Critical: 0
  1552. Hit: 99
  1553. Attack: 36
  1554. Inflict: None
  1555. Status rate: 25
  1556.  
  1557. Weapon 50
  1558. Type: 28
  1559. Gfx: 00
  1560. Pal: 37
  1561. Effective: None
  1562. Critical: 0
  1563. Hit: 99
  1564. Attack: 37
  1565. Inflict: None
  1566. Status rate: 25
  1567.  
  1568. Weapon 51
  1569. Type: 2A
  1570. Gfx: 00
  1571. Pal: 40
  1572. Effective: None
  1573. Critical: 0
  1574. Hit: 99
  1575. Attack: 17
  1576. Inflict: None
  1577. Status rate: 25
  1578.  
  1579. Weapon 52
  1580. Type: 46
  1581. Gfx: 03
  1582. Pal: 4C
  1583. Effective: None
  1584. Critical: 0
  1585. Hit: 99
  1586. Attack: 16
  1587. Inflict: None
  1588. Status rate: 25
  1589.  
  1590. Weapon 53
  1591. Type: 25
  1592. Gfx: 00
  1593. Pal: 31
  1594. Effective: None
  1595. Critical: 0
  1596. Hit: 99
  1597. Attack: 34
  1598. Inflict: Moogle
  1599. Status rate: 50
  1600.  
  1601. Weapon 54
  1602. Type: 2D
  1603. Gfx: 00
  1604. Pal: 30
  1605. Effective: None
  1606. Critical: 0
  1607. Hit: 99
  1608. Attack: 15
  1609. Inflict: Poison
  1610. Status rate: 80
  1611.  
  1612. Weapon 55
  1613. Type: 29
  1614. Gfx: 00
  1615. Pal: 30
  1616. Effective: None
  1617. Critical: 1
  1618. Hit: 99
  1619. Attack: 66
  1620. Inflict: None
  1621. Status rate: 25
  1622.  
  1623. Weapon 56
  1624. Type: 1C
  1625. Gfx: 00
  1626. Pal: 30
  1627. Effective: None
  1628. Critical: 0
  1629. Hit: 99
  1630. Attack: 24
  1631. Inflict: None
  1632. Status rate: 0
  1633.  
  1634. Weapon 57
  1635. Type: 2A
  1636. Gfx: 00
  1637. Pal: 40
  1638. Effective: None
  1639. Critical: 1
  1640. Hit: 99
  1641. Attack: 31
  1642. Inflict: None
  1643. Status rate: 25
  1644.  
  1645. Weapon 58
  1646. Type: 46
  1647. Gfx: 03
  1648. Pal: 4C
  1649. Effective: None
  1650. Critical: 0
  1651. Hit: 99
  1652. Attack: 26
  1653. Inflict: None
  1654. Status rate: 25
  1655.  
  1656. Weapon 59
  1657. Type: 39
  1658. Gfx: 01
  1659. Pal: 3C
  1660. Effective: None
  1661. Critical: 0
  1662. Hit: 99
  1663. Attack: 44
  1664. Inflict: None
  1665. Status rate: 25
  1666.  
  1667. Weapon 5A
  1668. Type: 31
  1669. Gfx: 00
  1670. Pal: 30
  1671. Effective: None
  1672. Critical: 0
  1673. Hit: 99
  1674. Attack: 37
  1675. Inflict: None
  1676. Status rate: 25
  1677.  
  1678. Weapon 5B
  1679. Type: 2A
  1680. Gfx: 00
  1681. Pal: 40
  1682. Effective: None
  1683. Critical: 1
  1684. Hit: 99
  1685. Attack: 33
  1686. Inflict: None
  1687. Status rate: 25
  1688.  
  1689. Weapon 5C
  1690. Type: 46
  1691. Gfx: 03
  1692. Pal: 4C
  1693. Effective: None
  1694. Critical: 0
  1695. Hit: 99
  1696. Attack: 24
  1697. Inflict: None
  1698. Status rate: 25
  1699.  
  1700. Weapon 5D
  1701. Type: 27
  1702. Gfx: 00
  1703. Pal: 88
  1704. Effective: None
  1705. Critical: 0
  1706. Hit: 99
  1707. Attack: 90
  1708. Inflict: Burning
  1709. Status rate: 0
  1710.  
  1711. Weapon 5E
  1712. Type: 2F
  1713. Gfx: 00
  1714. Pal: 88
  1715. Effective: None
  1716. Critical: 1
  1717. Hit: 99
  1718. Attack: 54
  1719. Inflict: Poison
  1720. Status rate: 25
  1721.  
  1722. Weapon 5F
  1723. Type: 2F
  1724. Gfx: 00
  1725. Pal: 88
  1726. Effective: None
  1727. Critical: 1
  1728. Hit: 99
  1729. Attack: 55
  1730. Inflict: None
  1731. Status rate: 25
  1732.  
  1733. Weapon 60
  1734. Type: 39
  1735. Gfx: 01
  1736. Pal: 3C
  1737. Effective: None
  1738. Critical: 1
  1739. Hit: 99
  1740. Attack: 4
  1741. Inflict: None
  1742. Status rate: 25
  1743.  
  1744. Weapon 61
  1745. Type: 41
  1746. Gfx: 00
  1747. Pal: 35
  1748. Effective: None
  1749. Critical: 0
  1750. Hit: 99
  1751. Attack: 41
  1752. Inflict: Poison
  1753. Status rate: 25
  1754.  
  1755. Weapon 62
  1756. Type: 41
  1757. Gfx: 00
  1758. Pal: 35
  1759. Effective: None
  1760. Critical: 0
  1761. Hit: 99
  1762. Attack: 42
  1763. Inflict: None
  1764. Status rate: 25
  1765.  
  1766. Weapon 63
  1767. Type: 26
  1768. Gfx: 00
  1769. Pal: 30
  1770. Effective: None
  1771. Critical: 0
  1772. Hit: 99
  1773. Attack: 47
  1774. Inflict: None
  1775. Status rate: 25
  1776.  
  1777. Weapon 64
  1778. Type: 38
  1779. Gfx: 00
  1780. Pal: 30
  1781. Effective: None
  1782. Critical: 1
  1783. Hit: 99
  1784. Attack: 44
  1785. Inflict: None
  1786. Status rate: 25
  1787.  
  1788. Weapon 65
  1789. Type: 36
  1790. Gfx: 00
  1791. Pal: 30
  1792. Effective: None
  1793. Critical: 0
  1794. Hit: 99
  1795. Attack: 28
  1796. Inflict: None
  1797. Status rate: 25
  1798.  
  1799. Weapon 66
  1800. Type: 34
  1801. Gfx: 00
  1802. Pal: 30
  1803. Effective: None
  1804. Critical: 1
  1805. Hit: 99
  1806. Attack: 39
  1807. Inflict: None
  1808. Status rate: 25
  1809.  
  1810. Weapon 67
  1811. Type: 34
  1812. Gfx: 00
  1813. Pal: 30
  1814. Effective: None
  1815. Critical: 0
  1816. Hit: 99
  1817. Attack: 38
  1818. Inflict: None
  1819. Status rate: 25
  1820.  
  1821. Weapon 68
  1822. Type: 37
  1823. Gfx: 00
  1824. Pal: 30
  1825. Effective: None
  1826. Critical: 1
  1827. Hit: 99
  1828. Attack: 42
  1829. Inflict: None
  1830. Status rate: 25
  1831.  
  1832. Weapon 69
  1833. Type: 21
  1834. Gfx: 00
  1835. Pal: 36
  1836. Effective: None
  1837. Critical: 1
  1838. Hit: 99
  1839. Attack: 56
  1840. Inflict: None
  1841. Status rate: 25
  1842.  
  1843. Weapon 6A
  1844. Type: 21
  1845. Gfx: 00
  1846. Pal: 36
  1847. Effective: None
  1848. Critical: 0
  1849. Hit: 99
  1850. Attack: 55
  1851. Inflict: Sleep
  1852. Status rate: 99
  1853.  
  1854. Weapon 6B
  1855. Type: 3E
  1856. Gfx: 00
  1857. Pal: 30
  1858. Effective: None
  1859. Critical: 0
  1860. Hit: 99
  1861. Attack: 33
  1862. Inflict: None
  1863. Status rate: 25
  1864.  
  1865. Weapon 6C
  1866. Type: 25
  1867. Gfx: 00
  1868. Pal: 31
  1869. Effective: None
  1870. Critical: 0
  1871. Hit: 99
  1872. Attack: 63
  1873. Inflict: Moogle
  1874. Status rate: 25
  1875.  
  1876. Weapon 6D
  1877. Type: 40
  1878. Gfx: 00
  1879. Pal: 30
  1880. Effective: None
  1881. Critical: 1
  1882. Hit: 99
  1883. Attack: 82
  1884. Inflict: None
  1885. Status rate: 25
  1886.  
  1887. Weapon 6E
  1888. Type: 18
  1889. Gfx: 01
  1890. Pal: 30
  1891. Effective: None
  1892. Critical: 0
  1893. Hit: 99
  1894. Attack: 72
  1895. Inflict: None
  1896. Status rate: 25
  1897.  
  1898. Weapon 6F
  1899. Type: 27
  1900. Gfx: 00
  1901. Pal: B0
  1902. Effective: None
  1903. Critical: 0
  1904. Hit: 99
  1905. Attack: 85
  1906. Inflict: Freeze
  1907. Status rate: 25
  1908.  
  1909. Weapon 70
  1910. Type: 1C
  1911. Gfx: 00
  1912. Pal: 30
  1913. Effective: None
  1914. Critical: 0
  1915. Hit: 99
  1916. Attack: 95
  1917. Inflict: None
  1918. Status rate: 25
  1919.  
  1920. Weapon 71
  1921. Type: 3F
  1922. Gfx: 00
  1923. Pal: 4A
  1924. Effective: None
  1925. Critical: 0
  1926. Hit: 99
  1927. Attack: 28
  1928. Inflict: None
  1929. Status rate: 25
  1930.  
  1931. Weapon 72
  1932. Type: 2B
  1933. Gfx: 00
  1934. Pal: 30
  1935. Effective: None
  1936. Critical: 1
  1937. Hit: 99
  1938. Attack: 32
  1939. Inflict: Mini
  1940. Status rate: 25
  1941.  
  1942. Weapon 73
  1943. Type: 24
  1944. Gfx: 00
  1945. Pal: 30
  1946. Effective: None
  1947. Critical: 0
  1948. Hit: 99
  1949. Attack: 31
  1950. Inflict: None
  1951. Status rate: 25
  1952.  
  1953. Weapon 74
  1954. Type: 23
  1955. Gfx: 00
  1956. Pal: 30
  1957. Effective: None
  1958. Critical: 0
  1959. Hit: 99
  1960. Attack: 2
  1961. Inflict: None
  1962. Status rate: 25
  1963.  
  1964. Weapon 75
  1965. Type: 30
  1966. Gfx: 00
  1967. Pal: 30
  1968. Effective: None
  1969. Critical: 0
  1970. Hit: 99
  1971. Attack: 73
  1972. Inflict: None
  1973. Status rate: 25
  1974.  
  1975. Weapon 76
  1976. Type: 3A
  1977. Gfx: 00
  1978. Pal: 30
  1979. Effective: None
  1980. Critical: 1
  1981. Hit: 99
  1982. Attack: 56
  1983. Inflict: Poison
  1984. Status rate: 25
  1985.  
  1986. Weapon 77
  1987. Type: 20
  1988. Gfx: 00
  1989. Pal: 38
  1990. Effective: None
  1991. Critical: 1
  1992. Hit: 99
  1993. Attack: 62
  1994. Inflict: None
  1995. Status rate: 25
  1996.  
  1997. Weapon 78
  1998. Type: 2E
  1999. Gfx: 00
  2000. Pal: 30
  2001. Effective: None
  2002. Critical: 1
  2003. Hit: 99
  2004. Attack: 65
  2005. Inflict: Burning
  2006. Status rate: 25
  2007.  
  2008. Weapon 79
  2009. Type: 2E
  2010. Gfx: 00
  2011. Pal: 30
  2012. Effective: None
  2013. Critical: 1
  2014. Hit: 99
  2015. Attack: 65
  2016. Inflict: Burning
  2017. Status rate: 25
  2018.  
  2019. Weapon 7A
  2020. Type: 2D
  2021. Gfx: 00
  2022. Pal: 30
  2023. Effective: None
  2024. Critical: 0
  2025. Hit: 99
  2026. Attack: 83
  2027. Inflict: Burning
  2028. Status rate: 80
  2029.  
  2030. Weapon 7B
  2031. Type: 2D
  2032. Gfx: 00
  2033. Pal: 30
  2034. Effective: None
  2035. Critical: 1
  2036. Hit: 99
  2037. Attack: 83
  2038. Inflict: Burning
  2039. Status rate: 80
  2040.  
  2041. Weapon 7C
  2042. Type: 1E
  2043. Gfx: 00
  2044. Pal: 30
  2045. Effective: None
  2046. Critical: 1
  2047. Hit: 99
  2048. Attack: 70
  2049. Inflict: Petrify
  2050. Status rate: 25
  2051.  
  2052. Weapon 7D
  2053. Type: 1D
  2054. Gfx: 00
  2055. Pal: 39
  2056. Effective: None
  2057. Critical: 1
  2058. Hit: 99
  2059. Attack: 73
  2060. Inflict: Poison
  2061. Status rate: 25
  2062.  
  2063. Weapon 7E
  2064. Type: 1D
  2065. Gfx: 00
  2066. Pal: 39
  2067. Effective: None
  2068. Critical: 1
  2069. Hit: 99
  2070. Attack: 69
  2071. Inflict: Burning
  2072. Status rate: 25
  2073.  
  2074. Weapon 7F
  2075. Type: 32
  2076. Gfx: 00
  2077. Pal: 30
  2078. Effective: None
  2079. Critical: 1
  2080. Hit: 99
  2081. Attack: 3
  2082. Inflict: None
  2083. Status rate: 25
  2084.  
  2085. Weapon 80
  2086. Type: 32
  2087. Gfx: 00
  2088. Pal: 30
  2089. Effective: None
  2090. Critical: 1
  2091. Hit: 99
  2092. Attack: 3
  2093. Inflict: Sleep
  2094. Status rate: 99
  2095.  
  2096. Weapon 81
  2097. Type: 19
  2098. Gfx: 00
  2099. Pal: 30
  2100. Effective: None
  2101. Critical: 1
  2102. Hit: 99
  2103. Attack: 68
  2104. Inflict: None
  2105. Status rate: 25
  2106.  
  2107. Weapon 82
  2108. Type: 28
  2109. Gfx: 00
  2110. Pal: 37
  2111. Effective: None
  2112. Critical: 0
  2113. Hit: 99
  2114. Attack: 95
  2115. Inflict: None
  2116. Status rate: 25
  2117.  
  2118. Weapon 83
  2119. Type: 44
  2120. Gfx: 00
  2121. Pal: 3A
  2122. Effective: None
  2123. Critical: 1
  2124. Hit: 99
  2125. Attack: 90
  2126. Inflict: None
  2127. Status rate: 50
  2128.  
  2129. Weapon 84
  2130. Type: 33
  2131. Gfx: 00
  2132. Pal: 30
  2133. Effective: None
  2134. Critical: 1
  2135. Hit: 99
  2136. Attack: 102
  2137. Inflict: None
  2138. Status rate: 25
  2139.  
  2140. Weapon 85
  2141. Type: Sword
  2142. Gfx: 00
  2143. Pal: 1E
  2144. Effective: None
  2145. Critical: 0
  2146. Hit: 99
  2147. Attack: 57
  2148. Inflict: None
  2149. Status rate: 80
  2150.  
  2151. Weapon 86
  2152. Type: Gloves
  2153. Gfx: 00
  2154. Pal: 0C
  2155. Effective: None
  2156. Critical: 0
  2157. Hit: 99
  2158. Attack: 66
  2159. Inflict: None
  2160. Status rate: 80
  2161.  
  2162. Weapon 87
  2163. Type: 26
  2164. Gfx: 00
  2165. Pal: 30
  2166. Effective: None
  2167. Critical: 1
  2168. Hit: 99
  2169. Attack: 54
  2170. Inflict: None
  2171. Status rate: 25
  2172.  
  2173. Weapon 88
  2174. Type: 29
  2175. Gfx: 00
  2176. Pal: 30
  2177. Effective: None
  2178. Critical: 1
  2179. Hit: 99
  2180. Attack: 53
  2181. Inflict: None
  2182. Status rate: 25
  2183.  
  2184. Weapon 89
  2185. Type: 2F
  2186. Gfx: 00
  2187. Pal: 88
  2188. Effective: None
  2189. Critical: 1
  2190. Hit: 99
  2191. Attack: 77
  2192. Inflict: Poison
  2193. Status rate: 25
  2194.  
  2195. Weapon 8A
  2196. Type: 2F
  2197. Gfx: 00
  2198. Pal: 88
  2199. Effective: None
  2200. Critical: 0
  2201. Hit: 99
  2202. Attack: 78
  2203. Inflict: Burning
  2204. Status rate: 33
  2205.  
  2206. Weapon 8B
  2207. Type: 3B
  2208. Gfx: 00
  2209. Pal: 30
  2210. Effective: None
  2211. Critical: 0
  2212. Hit: 99
  2213. Attack: 61
  2214. Inflict: None
  2215. Status rate: 25
  2216.  
  2217. Weapon 8C
  2218. Type: 1A
  2219. Gfx: 00
  2220. Pal: 31
  2221. Effective: None
  2222. Critical: 0
  2223. Hit: 99
  2224. Attack: 72
  2225. Inflict: Moogle
  2226. Status rate: 25
  2227.  
  2228. Weapon 8D
  2229. Type: 3D
  2230. Gfx: 00
  2231. Pal: 48
  2232. Effective: None
  2233. Critical: 0
  2234. Hit: 99
  2235. Attack: 83
  2236. Inflict: None
  2237. Status rate: 25
  2238.  
  2239. Weapon 8E
  2240. Type: 3D
  2241. Gfx: 00
  2242. Pal: 48
  2243. Effective: None
  2244. Critical: 1
  2245. Hit: 99
  2246. Attack: 84
  2247. Inflict: None
  2248. Status rate: 25
  2249.  
  2250. Weapon 8F
  2251. Type: 40
  2252. Gfx: 00
  2253. Pal: 30
  2254. Effective: None
  2255. Critical: 1
  2256. Hit: 99
  2257. Attack: 51
  2258. Inflict: None
  2259. Status rate: 25
  2260.  
  2261. Weapon 90
  2262. Type: 41
  2263. Gfx: 00
  2264. Pal: 35
  2265. Effective: None
  2266. Critical: 0
  2267. Hit: 99
  2268. Attack: 56
  2269. Inflict: Poison
  2270. Status rate: 25
  2271.  
  2272. Weapon 91
  2273. Type: 41
  2274. Gfx: 00
  2275. Pal: 35
  2276. Effective: None
  2277. Critical: 1
  2278. Hit: 99
  2279. Attack: 51
  2280. Inflict: None
  2281. Status rate: 25
  2282.  
  2283. Weapon 92
  2284. Type: 3C
  2285. Gfx: 01
  2286. Pal: 3D
  2287. Effective: None
  2288. Critical: 1
  2289. Hit: 99
  2290. Attack: 56
  2291. Inflict: None
  2292. Status rate: 25
  2293.  
  2294. Weapon 93
  2295. Type: 42
  2296. Gfx: 00
  2297. Pal: 88
  2298. Effective: None
  2299. Critical: 0
  2300. Hit: 99
  2301. Attack: 56
  2302. Inflict: Burning
  2303. Status rate: 50
  2304.  
  2305. Weapon 94
  2306. Type: 2D
  2307. Gfx: 00
  2308. Pal: 30
  2309. Effective: None
  2310. Critical: 0
  2311. Hit: 99
  2312. Attack: 80
  2313. Inflict: Freeze
  2314. Status rate: 80
  2315.  
  2316. Weapon 95
  2317. Type: 2D
  2318. Gfx: 00
  2319. Pal: 30
  2320. Effective: None
  2321. Critical: 1
  2322. Hit: 99
  2323. Attack: 84
  2324. Inflict: Freeze
  2325. Status rate: 80
  2326.  
  2327. Weapon 96
  2328. Type: 2B
  2329. Gfx: 00
  2330. Pal: 30
  2331. Effective: None
  2332. Critical: 1
  2333. Hit: 99
  2334. Attack: 80
  2335. Inflict: Mini
  2336. Status rate: 25
  2337.  
  2338. Weapon 97
  2339. Type: 22
  2340. Gfx: 00
  2341. Pal: 30
  2342. Effective: None
  2343. Critical: 0
  2344. Hit: 99
  2345. Attack: 58
  2346. Inflict: Poison
  2347. Status rate: 25
  2348.  
  2349. Weapon 98
  2350. Type: 43
  2351. Gfx: 00
  2352. Pal: 3F
  2353. Effective: None
  2354. Critical: 0
  2355. Hit: 99
  2356. Attack: 70
  2357. Inflict: Mini
  2358. Status rate: 60
  2359.  
  2360. Weapon 99
  2361. Type: 2C
  2362. Gfx: 00
  2363. Pal: 30
  2364. Effective: None
  2365. Critical: 0
  2366. Hit: 99
  2367. Attack: 4
  2368. Inflict: None
  2369. Status rate: 25
  2370.  
  2371. Weapon 9A
  2372. Type: 2C
  2373. Gfx: 00
  2374. Pal: 30
  2375. Effective: None
  2376. Critical: 1
  2377. Hit: 99
  2378. Attack: 5
  2379. Inflict: None
  2380. Status rate: 25
  2381.  
  2382. Weapon 9B
  2383. Type: 34
  2384. Gfx: 00
  2385. Pal: 30
  2386. Effective: None
  2387. Critical: 1
  2388. Hit: 99
  2389. Attack: 103
  2390. Inflict: None
  2391. Status rate: 25
  2392.  
  2393. Weapon 9C
  2394. Type: 34
  2395. Gfx: 00
  2396. Pal: 30
  2397. Effective: None
  2398. Critical: 0
  2399. Hit: 99
  2400. Attack: 102
  2401. Inflict: Petrify
  2402. Status rate: 25
  2403.  
  2404. Weapon 9D
  2405. Type: 21
  2406. Gfx: 00
  2407. Pal: 36
  2408. Effective: None
  2409. Critical: 1
  2410. Hit: 99
  2411. Attack: 3
  2412. Inflict: None
  2413. Status rate: 25
  2414.  
  2415. Weapon 9E
  2416. Type: 21
  2417. Gfx: 00
  2418. Pal: 36
  2419. Effective: None
  2420. Critical: 0
  2421. Hit: 99
  2422. Attack: 4
  2423. Inflict: Sleep
  2424. Status rate: 99
  2425.  
  2426. Weapon 9F
  2427. Type: 45
  2428. Gfx: 00
  2429. Pal: 42
  2430. Effective: None
  2431. Critical: 1
  2432. Hit: 99
  2433. Attack: 62
  2434. Inflict: None
  2435. Status rate: 25
  2436.  
  2437. Weapon A0
  2438. Type: Boomerang
  2439. Gfx: 03
  2440. Pal: 0A
  2441. Effective: None
  2442. Critical: 0
  2443. Hit: 99
  2444. Attack: 80
  2445. Inflict: None
  2446. Status rate: 80
  2447.  
  2448. Weapon A1
  2449. Type: 1F
  2450. Gfx: 00
  2451. Pal: 88
  2452. Effective: None
  2453. Critical: 1
  2454. Hit: 75
  2455. Attack: 79
  2456. Inflict: Freeze
  2457. Status rate: 25
  2458.  
  2459. Weapon A2
  2460. Type: 23
  2461. Gfx: 00
  2462. Pal: 30
  2463. Effective: None
  2464. Critical: 1
  2465. Hit: 75
  2466. Attack: 82
  2467. Inflict: None
  2468. Status rate: 25
  2469.  
  2470. Weapon A3
  2471. Type: 20
  2472. Gfx: 00
  2473. Pal: 38
  2474. Effective: None
  2475. Critical: 1
  2476. Hit: 99
  2477. Attack: 80
  2478. Inflict: None
  2479. Status rate: 25
  2480.  
  2481. Weapon A4
  2482. Type: 20
  2483. Gfx: 00
  2484. Pal: 38
  2485. Effective: None
  2486. Critical: 1
  2487. Hit: 99
  2488. Attack: 80
  2489. Inflict: None
  2490. Status rate: 25
  2491.  
  2492. Weapon A5
  2493. Type: 37
  2494. Gfx: 00
  2495. Pal: 30
  2496. Effective: None
  2497. Critical: 1
  2498. Hit: 75
  2499. Attack: 77
  2500. Inflict: None
  2501. Status rate: 25
  2502.  
  2503. Weapon A6
  2504. Type: 3D
  2505. Gfx: 00
  2506. Pal: 48
  2507. Effective: None
  2508. Critical: 0
  2509. Hit: 99
  2510. Attack: 37
  2511. Inflict: None
  2512. Status rate: 25
  2513.  
  2514. Weapon A7
  2515. Type: 3D
  2516. Gfx: 00
  2517. Pal: 48
  2518. Effective: None
  2519. Critical: 1
  2520. Hit: 99
  2521. Attack: 38
  2522. Inflict: None
  2523. Status rate: 25
  2524.  
  2525. Weapon A8
  2526. Type: 2E
  2527. Gfx: 00
  2528. Pal: 30
  2529. Effective: None
  2530. Critical: 0
  2531. Hit: 99
  2532. Attack: 104
  2533. Inflict: None
  2534. Status rate: 25
  2535.  
  2536. Weapon A9
  2537. Type: 1B
  2538. Gfx: 00
  2539. Pal: 34
  2540. Effective: None
  2541. Critical: 1
  2542. Hit: 99
  2543. Attack: 71
  2544. Inflict: None
  2545. Status rate: 25
  2546.  
  2547. Weapon AA
  2548. Type: 1B
  2549. Gfx: 00
  2550. Pal: 34
  2551. Effective: None
  2552. Critical: 0
  2553. Hit: 99
  2554. Attack: 60
  2555. Inflict: Petrify
  2556. Status rate: 25
  2557.  
  2558. Weapon AB
  2559. Type: 3C
  2560. Gfx: 01
  2561. Pal: 3E
  2562. Effective: None
  2563. Critical: 1
  2564. Hit: 99
  2565. Attack: 55
  2566. Inflict: None
  2567. Status rate: 25
  2568.  
  2569. Weapon AC
  2570. Type: 42
  2571. Gfx: 00
  2572. Pal: B0
  2573. Effective: None
  2574. Critical: 0
  2575. Hit: 99
  2576. Attack: 56
  2577. Inflict: Freeze
  2578. Status rate: 25
  2579.  
  2580. Weapon AD
  2581. Type: 3A
  2582. Gfx: 00
  2583. Pal: 30
  2584. Effective: None
  2585. Critical: 1
  2586. Hit: 99
  2587. Attack: 76
  2588. Inflict: Poison
  2589. Status rate: 25
  2590.  
  2591. Weapon AE
  2592. Type: 35
  2593. Gfx: 00
  2594. Pal: 44
  2595. Effective: None
  2596. Critical: 0
  2597. Hit: 99
  2598. Attack: 64
  2599. Inflict: None
  2600. Status rate: 25
  2601.  
  2602. Weapon AF
  2603. Type: 47
  2604. Gfx: 05
  2605. Pal: 46
  2606. Effective: None
  2607. Critical: 2
  2608. Hit: 99
  2609. Attack: 54
  2610. Inflict: None
  2611. Status rate: 25
  2612.  
  2613. Weapon B0
  2614. Type: 1A
  2615. Gfx: 00
  2616. Pal: 31
  2617. Effective: None
  2618. Critical: 0
  2619. Hit: 99
  2620. Attack: 106
  2621. Inflict: Moogle
  2622. Status rate: 99
  2623.  
  2624. Weapon B1
  2625. Type: 40
  2626. Gfx: 00
  2627. Pal: 30
  2628. Effective: None
  2629. Critical: 1
  2630. Hit: 99
  2631. Attack: 46
  2632. Inflict: None
  2633. Status rate: 25
  2634.  
  2635. Weapon B2
  2636. Type: 22
  2637. Gfx: 00
  2638. Pal: 30
  2639. Effective: None
  2640. Critical: 0
  2641. Hit: 99
  2642. Attack: 107
  2643. Inflict: Poison
  2644. Status rate: 99
  2645.  
  2646. Weapon B3
  2647. Type: 43
  2648. Gfx: 00
  2649. Pal: 3F
  2650. Effective: None
  2651. Critical: 0
  2652. Hit: 99
  2653. Attack: 108
  2654. Inflict: Mini
  2655. Status rate: 99
  2656.  
  2657. Weapon B4
  2658. Type: 30
  2659. Gfx: 00
  2660. Pal: 30
  2661. Effective: None
  2662. Critical: 0
  2663. Hit: 99
  2664. Attack: 1
  2665. Inflict: None
  2666. Status rate: 25
  2667.  
  2668. Weapon B5
  2669. Type: 35
  2670. Gfx: 00
  2671. Pal: 44
  2672. Effective: None
  2673. Critical: 2
  2674. Hit: 99
  2675. Attack: 29
  2676. Inflict: None
  2677. Status rate: 33
  2678.  
  2679. Weapon B6
  2680. Type: 47
  2681. Gfx: 05
  2682. Pal: 46
  2683. Effective: None
  2684. Critical: 2
  2685. Hit: 99
  2686. Attack: 30
  2687. Inflict: None
  2688. Status rate: 33
  2689.  
  2690. Weapon B7
  2691. Type: 45
  2692. Gfx: 00
  2693. Pal: 42
  2694. Effective: None
  2695. Critical: 1
  2696. Hit: 99
  2697. Attack: 62
  2698. Inflict: None
  2699. Status rate: 25
  2700.  
  2701. Weapon B8
  2702. Type: 48
  2703. Gfx: 00
  2704. Pal: 30
  2705. Effective: None
  2706. Critical: 1
  2707. Hit: 99
  2708. Attack: 81
  2709. Inflict: None
  2710. Status rate: 99
  2711.  
  2712. Weapon B9
  2713. Type: 3F
  2714. Gfx: 00
  2715. Pal: 4A
  2716. Effective: None
  2717. Critical: 1
  2718. Hit: 99
  2719. Attack: 106
  2720. Inflict: None
  2721. Status rate: 25
  2722.  
  2723. Weapon BA
  2724. Type: 24
  2725. Gfx: 00
  2726. Pal: 30
  2727. Effective: None
  2728. Critical: 1
  2729. Hit: 99
  2730. Attack: 26
  2731. Inflict: None
  2732. Status rate: 25
  2733.  
  2734. Weapon BB
  2735. Type: 45
  2736. Gfx: 00
  2737. Pal: 42
  2738. Effective: None
  2739. Critical: 1
  2740. Hit: 99
  2741. Attack: 114
  2742. Inflict: None
  2743. Status rate: 50
  2744.  
  2745. Weapon BC
  2746. Type: 35
  2747. Gfx: 00
  2748. Pal: 44
  2749. Effective: None
  2750. Critical: 4
  2751. Hit: 99
  2752. Attack: 58
  2753. Inflict: None
  2754. Status rate: 50
  2755.  
  2756. Weapon BD
  2757. Type: 47
  2758. Gfx: 05
  2759. Pal: 46
  2760. Effective: None
  2761. Critical: 4
  2762. Hit: 99
  2763. Attack: 58
  2764. Inflict: None
  2765. Status rate: 0
  2766.  
  2767. Weapon BE
  2768. Type: Gloves
  2769. Gfx: 00
  2770. Pal: 30
  2771. Effective: None
  2772. Critical: 0
  2773. Hit: 0
  2774. Attack: 0
  2775. Inflict: None
  2776. Status rate: 0
  2777.  
  2778. Weapon BF
  2779. Type: Gloves
  2780. Gfx: 00
  2781. Pal: 30
  2782. Effective: None
  2783. Critical: 0
  2784. Hit: 0
  2785. Attack: 0
  2786. Inflict: None
  2787. Status rate: 0
  2788.  
  2789. Weapon C0
  2790. Type: Gloves
  2791. Gfx: 00
  2792. Pal: 30
  2793. Effective: None
  2794. Critical: 0
  2795. Hit: 0
  2796. Attack: 0
  2797. Inflict: None
  2798. Status rate: 0
  2799.  
  2800. Weapon C1
  2801. Type: Gloves
  2802. Gfx: 00
  2803. Pal: 30
  2804. Effective: None
  2805. Critical: 0
  2806. Hit: 0
  2807. Attack: 0
  2808. Inflict: None
  2809. Status rate: 0
  2810.  
  2811. Weapon C2
  2812. Type: Gloves
  2813. Gfx: 00
  2814. Pal: 30
  2815. Effective: None
  2816. Critical: 0
  2817. Hit: 0
  2818. Attack: 0
  2819. Inflict: None
  2820. Status rate: 0
  2821.  
  2822. Weapon C3
  2823. Type: Gloves
  2824. Gfx: 00
  2825. Pal: 30
  2826. Effective: None
  2827. Critical: 0
  2828. Hit: 0
  2829. Attack: 0
  2830. Inflict: None
  2831. Status rate: 0
  2832.  
  2833. Weapon C4
  2834. Type: Gloves
  2835. Gfx: 00
  2836. Pal: 30
  2837. Effective: None
  2838. Critical: 0
  2839. Hit: 0
  2840. Attack: 0
  2841. Inflict: None
  2842. Status rate: 0
  2843.  
  2844. Weapon C5
  2845. Type: Gloves
  2846. Gfx: 00
  2847. Pal: 30
  2848. Effective: None
  2849. Critical: 0
  2850. Hit: 0
  2851. Attack: 0
  2852. Inflict: None
  2853. Status rate: 0
  2854.  
  2855. Weapon C6
  2856. Type: Gloves
  2857. Gfx: 00
  2858. Pal: 30
  2859. Effective: None
  2860. Critical: 0
  2861. Hit: 0
  2862. Attack: 0
  2863. Inflict: None
  2864. Status rate: 0
  2865.  
  2866. Weapon C7
  2867. Type: Gloves
  2868. Gfx: 00
  2869. Pal: 30
  2870. Effective: None
  2871. Critical: 0
  2872. Hit: 0
  2873. Attack: 0
  2874. Inflict: None
  2875. Status rate: 0
  2876.  
  2877. Weapon C8
  2878. Type: Gloves
  2879. Gfx: 00
  2880. Pal: 30
  2881. Effective: None
  2882. Critical: 0
  2883. Hit: 0
  2884. Attack: 0
  2885. Inflict: None
  2886. Status rate: 0
  2887.  
  2888. Weapon C9
  2889. Type: Gloves
  2890. Gfx: 00
  2891. Pal: 30
  2892. Effective: None
  2893. Critical: 0
  2894. Hit: 0
  2895. Attack: 0
  2896. Inflict: None
  2897. Status rate: 0
  2898.  
  2899. Weapon CA
  2900. Type: Gloves
  2901. Gfx: 00
  2902. Pal: 30
  2903. Effective: None
  2904. Critical: 0
  2905. Hit: 0
  2906. Attack: 0
  2907. Inflict: None
  2908. Status rate: 0
  2909.  
  2910. Weapon CB
  2911. Type: Gloves
  2912. Gfx: 00
  2913. Pal: 30
  2914. Effective: None
  2915. Critical: 0
  2916. Hit: 0
  2917. Attack: 0
  2918. Inflict: None
  2919. Status rate: 0
  2920.  
  2921. Weapon CC
  2922. Type: Gloves
  2923. Gfx: 00
  2924. Pal: 30
  2925. Effective: None
  2926. Critical: 0
  2927. Hit: 0
  2928. Attack: 0
  2929. Inflict: None
  2930. Status rate: 0
  2931.  
  2932. Weapon CD
  2933. Type: Gloves
  2934. Gfx: 00
  2935. Pal: 30
  2936. Effective: None
  2937. Critical: 0
  2938. Hit: 0
  2939. Attack: 0
  2940. Inflict: None
  2941. Status rate: 0
  2942.  
  2943. Weapon CE
  2944. Type: Gloves
  2945. Gfx: 00
  2946. Pal: 30
  2947. Effective: None
  2948. Critical: 0
  2949. Hit: 0
  2950. Attack: 0
  2951. Inflict: None
  2952. Status rate: 0
  2953.  
  2954. Weapon CF
  2955. Type: Gloves
  2956. Gfx: 00
  2957. Pal: 30
  2958. Effective: None
  2959. Critical: 0
  2960. Hit: 0
  2961. Attack: 0
  2962. Inflict: None
  2963. Status rate: 0
  2964.  
  2965. Weapon D0
  2966. Type: Gloves
  2967. Gfx: 00
  2968. Pal: 30
  2969. Effective: None
  2970. Critical: 0
  2971. Hit: 0
  2972. Attack: 0
  2973. Inflict: None
  2974. Status rate: 0
  2975.  
  2976. Weapon D1
  2977. Type: Gloves
  2978. Gfx: 00
  2979. Pal: 30
  2980. Effective: None
  2981. Critical: 0
  2982. Hit: 0
  2983. Attack: 0
  2984. Inflict: None
  2985. Status rate: 0
  2986.  
  2987. Weapon D2
  2988. Type: Gloves
  2989. Gfx: 00
  2990. Pal: 30
  2991. Effective: None
  2992. Critical: 0
  2993. Hit: 0
  2994. Attack: 0
  2995. Inflict: None
  2996. Status rate: 0
  2997.  
  2998. Weapon D3
  2999. Type: Gloves
  3000. Gfx: 00
  3001. Pal: 30
  3002. Effective: None
  3003. Critical: 0
  3004. Hit: 0
  3005. Attack: 0
  3006. Inflict: None
  3007. Status rate: 0
  3008.  
  3009. Weapon D4
  3010. Type: Gloves
  3011. Gfx: 00
  3012. Pal: 30
  3013. Effective: None
  3014. Critical: 0
  3015. Hit: 0
  3016. Attack: 0
  3017. Inflict: None
  3018. Status rate: 0
  3019.  
  3020. Weapon D5
  3021. Type: Gloves
  3022. Gfx: 00
  3023. Pal: 30
  3024. Effective: None
  3025. Critical: 0
  3026. Hit: 0
  3027. Attack: 0
  3028. Inflict: None
  3029. Status rate: 0
  3030.  
  3031. Weapon D6
  3032. Type: Gloves
  3033. Gfx: 00
  3034. Pal: 30
  3035. Effective: None
  3036. Critical: 0
  3037. Hit: 0
  3038. Attack: 0
  3039. Inflict: None
  3040. Status rate: 0
  3041.  
  3042. Weapon D7
  3043. Type: Gloves
  3044. Gfx: 00
  3045. Pal: 30
  3046. Effective: None
  3047. Critical: 0
  3048. Hit: 0
  3049. Attack: 0
  3050. Inflict: None
  3051. Status rate: 0
  3052.  
  3053. Weapon D8
  3054. Type: Gloves
  3055. Gfx: 00
  3056. Pal: 30
  3057. Effective: None
  3058. Critical: 0
  3059. Hit: 0
  3060. Attack: 0
  3061. Inflict: None
  3062. Status rate: 0
  3063.  
  3064. Weapon D9
  3065. Type: Gloves
  3066. Gfx: 00
  3067. Pal: 30
  3068. Effective: None
  3069. Critical: 0
  3070. Hit: 0
  3071. Attack: 0
  3072. Inflict: None
  3073. Status rate: 0
  3074.  
  3075. Weapon DA
  3076. Type: Gloves
  3077. Gfx: 00
  3078. Pal: 30
  3079. Effective: None
  3080. Critical: 0
  3081. Hit: 0
  3082. Attack: 0
  3083. Inflict: None
  3084. Status rate: 0
  3085.  
  3086. Weapon DB
  3087. Type: Gloves
  3088. Gfx: 00
  3089. Pal: 30
  3090. Effective: None
  3091. Critical: 0
  3092. Hit: 0
  3093. Attack: 0
  3094. Inflict: None
  3095. Status rate: 0
  3096.  
  3097. Weapon DC
  3098. Type: Gloves
  3099. Gfx: 00
  3100. Pal: 30
  3101. Effective: None
  3102. Critical: 0
  3103. Hit: 0
  3104. Attack: 0
  3105. Inflict: None
  3106. Status rate: 0
  3107.  
  3108. Weapon DD
  3109. Type: Gloves
  3110. Gfx: 00
  3111. Pal: 30
  3112. Effective: None
  3113. Critical: 0
  3114. Hit: 0
  3115. Attack: 0
  3116. Inflict: None
  3117. Status rate: 0
  3118.  
  3119. Weapon DE
  3120. Type: Gloves
  3121. Gfx: 00
  3122. Pal: 30
  3123. Effective: None
  3124. Critical: 0
  3125. Hit: 0
  3126. Attack: 0
  3127. Inflict: None
  3128. Status rate: 0
  3129.  
  3130. Weapon DF
  3131. Type: Gloves
  3132. Gfx: 00
  3133. Pal: 30
  3134. Effective: None
  3135. Critical: 0
  3136. Hit: 0
  3137. Attack: 0
  3138. Inflict: None
  3139. Status rate: 0
  3140.  
  3141. Weapon E0
  3142. Type: Gloves
  3143. Gfx: 00
  3144. Pal: 30
  3145. Effective: None
  3146. Critical: 0
  3147. Hit: 0
  3148. Attack: 0
  3149. Inflict: None
  3150. Status rate: 0
  3151.  
  3152. Weapon E1
  3153. Type: Gloves
  3154. Gfx: 00
  3155. Pal: 30
  3156. Effective: None
  3157. Critical: 0
  3158. Hit: 0
  3159. Attack: 0
  3160. Inflict: None
  3161. Status rate: 0
  3162.  
  3163. Weapon E2
  3164. Type: Gloves
  3165. Gfx: 00
  3166. Pal: 30
  3167. Effective: None
  3168. Critical: 0
  3169. Hit: 0
  3170. Attack: 0
  3171. Inflict: None
  3172. Status rate: 0
  3173.  
  3174. Weapon E3
  3175. Type: Gloves
  3176. Gfx: 00
  3177. Pal: 30
  3178. Effective: None
  3179. Critical: 0
  3180. Hit: 0
  3181. Attack: 0
  3182. Inflict: None
  3183. Status rate: 0
  3184.  
  3185. Weapon E4
  3186. Type: Gloves
  3187. Gfx: 00
  3188. Pal: 30
  3189. Effective: None
  3190. Critical: 0
  3191. Hit: 0
  3192. Attack: 0
  3193. Inflict: None
  3194. Status rate: 0
  3195.  
  3196. Weapon E5
  3197. Type: Gloves
  3198. Gfx: 00
  3199. Pal: 30
  3200. Effective: None
  3201. Critical: 0
  3202. Hit: 0
  3203. Attack: 0
  3204. Inflict: None
  3205. Status rate: 0
  3206.  
  3207. Weapon E6
  3208. Type: Gloves
  3209. Gfx: 00
  3210. Pal: 30
  3211. Effective: None
  3212. Critical: 0
  3213. Hit: 0
  3214. Attack: 0
  3215. Inflict: None
  3216. Status rate: 0
  3217.  
  3218. Weapon E7
  3219. Type: Gloves
  3220. Gfx: 00
  3221. Pal: 30
  3222. Effective: None
  3223. Critical: 0
  3224. Hit: 0
  3225. Attack: 0
  3226. Inflict: None
  3227. Status rate: 0
  3228.  
  3229. Weapon E8
  3230. Type: Gloves
  3231. Gfx: 00
  3232. Pal: 30
  3233. Effective: None
  3234. Critical: 0
  3235. Hit: 0
  3236. Attack: 0
  3237. Inflict: None
  3238. Status rate: 0
  3239.  
  3240. Weapon E9
  3241. Type: Gloves
  3242. Gfx: 00
  3243. Pal: 30
  3244. Effective: None
  3245. Critical: 0
  3246. Hit: 0
  3247. Attack: 0
  3248. Inflict: None
  3249. Status rate: 0
  3250.  
  3251. Weapon EA
  3252. Type: Gloves
  3253. Gfx: 00
  3254. Pal: 30
  3255. Effective: None
  3256. Critical: 0
  3257. Hit: 0
  3258. Attack: 0
  3259. Inflict: None
  3260. Status rate: 0
  3261.  
  3262. Weapon EB
  3263. Type: 48
  3264. Gfx: 00
  3265. Pal: 30
  3266. Effective: None
  3267. Critical: 0
  3268. Hit: 0
  3269. Attack: 0
  3270. Inflict: None
  3271. Status rate: 0
  3272.  
  3273. Weapon EC
  3274. Type: 48
  3275. Gfx: 00
  3276. Pal: 30
  3277. Effective: None
  3278. Critical: 0
  3279. Hit: 0
  3280. Attack: 0
  3281. Inflict: None
  3282. Status rate: 0
  3283.  
  3284. Weapon ED
  3285. Type: 48
  3286. Gfx: 00
  3287. Pal: 30
  3288. Effective: None
  3289. Critical: 0
  3290. Hit: 0
  3291. Attack: 0
  3292. Inflict: None
  3293. Status rate: 0
  3294.  
  3295. Weapon EE
  3296. Type: 48
  3297. Gfx: 00
  3298. Pal: 30
  3299. Effective: None
  3300. Critical: 0
  3301. Hit: 0
  3302. Attack: 0
  3303. Inflict: None
  3304. Status rate: 0
  3305.  
  3306. Weapon EF
  3307. Type: 48
  3308. Gfx: 00
  3309. Pal: 30
  3310. Effective: None
  3311. Critical: 0
  3312. Hit: 0
  3313. Attack: 0
  3314. Inflict: None
  3315. Status rate: 0
  3316.  
  3317. Weapon F0
  3318. Type: 48
  3319. Gfx: 00
  3320. Pal: 30
  3321. Effective: None
  3322. Critical: 0
  3323. Hit: 0
  3324. Attack: 0
  3325. Inflict: None
  3326. Status rate: 0
  3327.  
  3328. Weapon F1
  3329. Type: Gloves
  3330. Gfx: 00
  3331. Pal: 7E
  3332. Effective: None
  3333. Critical: 0
  3334. Hit: 0
  3335. Attack: 0
  3336. Inflict: None
  3337. Status rate: 0
  3338.  
  3339. Weapon F2
  3340. Type: 15
  3341. Gfx: 00
  3342. Pal: 94
  3343. Effective: None
  3344. Critical: 0
  3345. Hit: 0
  3346. Attack: 0
  3347. Inflict: None
  3348. Status rate: 0
  3349.  
  3350. Weapon F3
  3351. Type: 14
  3352. Gfx: 00
  3353. Pal: 95
  3354. Effective: None
  3355. Critical: 0
  3356. Hit: 0
  3357. Attack: 0
  3358. Inflict: None
  3359. Status rate: 0
  3360.  
  3361. Weapon F4
  3362. Type: 13
  3363. Gfx: 00
  3364. Pal: 93
  3365. Effective: None
  3366. Critical: 0
  3367. Hit: 0
  3368. Attack: 0
  3369. Inflict: None
  3370. Status rate: 0
  3371.  
  3372. Weapon F5
  3373. Type: 12
  3374. Gfx: 00
  3375. Pal: 7D
  3376. Effective: None
  3377. Critical: 0
  3378. Hit: 0
  3379. Attack: 0
  3380. Inflict: None
  3381. Status rate: 0
  3382.  
  3383. Weapon F6
  3384. Type: 11
  3385. Gfx: 00
  3386. Pal: 89
  3387. Effective: None
  3388. Critical: 0
  3389. Hit: 0
  3390. Attack: 0
  3391. Inflict: None
  3392. Status rate: 0
  3393.  
  3394. Weapon F7
  3395. Type: 10
  3396. Gfx: 00
  3397. Pal: 94
  3398. Effective: None
  3399. Critical: 0
  3400. Hit: 0
  3401. Attack: 0
  3402. Inflict: None
  3403. Status rate: 0
  3404.  
  3405. Weapon F8
  3406. Type: 0F
  3407. Gfx: 00
  3408. Pal: 95
  3409. Effective: None
  3410. Critical: 0
  3411. Hit: 0
  3412. Attack: 0
  3413. Inflict: None
  3414. Status rate: 0
  3415.  
  3416. Weapon F9
  3417. Type: 0E
  3418. Gfx: 00
  3419. Pal: 93
  3420. Effective: None
  3421. Critical: 0
  3422. Hit: 0
  3423. Attack: 0
  3424. Inflict: None
  3425. Status rate: 0
  3426.  
  3427. Weapon FA
  3428. Type: 0D
  3429. Gfx: 00
  3430. Pal: 02
  3431. Effective: None
  3432. Critical: 0
  3433. Hit: 36
  3434. Attack: 2
  3435. Inflict: None
  3436. Status rate: 25
  3437.  
  3438. Weapon FB
  3439. Type: 0C
  3440. Gfx: 00
  3441. Pal: 7D
  3442. Effective: None
  3443. Critical: 0
  3444. Hit: 0
  3445. Attack: 0
  3446. Inflict: None
  3447. Status rate: 0
  3448.  
  3449. Weapon FC
  3450. Type: 0B
  3451. Gfx: 00
  3452. Pal: 7D
  3453. Effective: None
  3454. Critical: 0
  3455. Hit: 0
  3456. Attack: 0
  3457. Inflict: None
  3458. Status rate: 0
  3459.  
  3460. Weapon FD
  3461. Type: 0A
  3462. Gfx: 00
  3463. Pal: 89
  3464. Effective: None
  3465. Critical: 0
  3466. Hit: 0
  3467. Attack: 0
  3468. Inflict: None
  3469. Status rate: 0
  3470.  
  3471. Weapon FE
  3472. Type: 09
  3473. Gfx: 00
  3474. Pal: 89
  3475. Effective: None
  3476. Critical: 0
  3477. Hit: 0
  3478. Attack: 0
  3479. Inflict: None
  3480. Status rate: 0
  3481.  
  3482. Weapon FF
  3483. Type: 08
  3484. Gfx: 00
  3485. Pal: 7E
  3486. Effective: None
  3487. Critical: 0
  3488. Hit: 0
  3489. Attack: 0
  3490. Inflict: None
  3491. Status rate: 0
  3492.  
  3493. --- Enemies ---
  3494. Rabite
  3495. Level: 2
  3496. HP: 20
  3497. MP: 0
  3498. Strength: 3
  3499. Agility: 1
  3500. Intelligence: 1
  3501. Wisdom: 1
  3502. Evade: 0
  3503. Defense: 0
  3504. Magic eva: 0
  3505. Magic def: 0
  3506. Type: Animal
  3507. Element: None
  3508. Experience: 1
  3509. Blk.mag pwr: 10
  3510. Wht.mag pwr: 10
  3511. Protect against: Mini, Barrel, Moogle
  3512. Weapon 1: 48
  3513. Weapon 2: 48
  3514. Flags: None
  3515. Death: Splash
  3516. Skill: 0
  3517. Money: 2
  3518. Chest rate: 8
  3519. Trap agility: 8
  3520. Disarm level: 0
  3521. Rare item rate: 7
  3522. Normal item: Candy
  3523. Rare item: 4 GP
  3524.  
  3525. Buzz Bee
  3526. Level: 5
  3527. HP: 65
  3528. MP: 0
  3529. Strength: 8
  3530. Agility: 8
  3531. Intelligence: 6
  3532. Wisdom: 6
  3533. Evade: 0
  3534. Defense: 0
  3535. Magic eva: 0
  3536. Magic def: 0
  3537. Type: Insect
  3538. Element: Mana
  3539. Experience: 4
  3540. Blk.mag pwr: 16
  3541. Wht.mag pwr: 16
  3542. Protect against: Stop, Mini, Barrel, Moogle, Poison
  3543. Weapon 1: 49
  3544. Weapon 2: 4A
  3545. Flags: Can't throw, 80
  3546. Death: Dust
  3547. Skill: 0
  3548. Money: 11
  3549. Chest rate: 4
  3550. Trap agility: 24
  3551. Disarm level: 0
  3552. Rare item rate: 7
  3553. Normal item: Candy
  3554. Rare item: 22 GP
  3555.  
  3556. Mushboom
  3557. Level: 4
  3558. HP: 60
  3559. MP: 0
  3560. Strength: 7
  3561. Agility: 5
  3562. Intelligence: 5
  3563. Wisdom: 5
  3564. Evade: 0
  3565. Defense: 0
  3566. Magic eva: 0
  3567. Magic def: 0
  3568. Type: Plant
  3569. Element: Mana
  3570. Experience: 3
  3571. Blk.mag pwr: 6
  3572. Wht.mag pwr: 6
  3573. Protect against: Sleep, Mini, Barrel, Moogle
  3574. Weapon 1: 4B
  3575. Weapon 2: 4C
  3576. Flags: None
  3577. Death: Splash
  3578. Skill: 0
  3579. Money: 7
  3580. Chest rate: 4
  3581. Trap agility: 16
  3582. Disarm level: 0
  3583. Rare item rate: 7
  3584. Normal item: 14 GP
  3585. Rare item: Candy
  3586.  
  3587. Chobin Hood
  3588. Level: 8
  3589. HP: 60
  3590. MP: 0
  3591. Strength: 12
  3592. Agility: 2
  3593. Intelligence: 7
  3594. Wisdom: 7
  3595. Evade: 0
  3596. Defense: 0
  3597. Magic eva: 0
  3598. Magic def: 0
  3599. Type: Human
  3600. Element: None
  3601. Experience: 12
  3602. Blk.mag pwr: 16
  3603. Wht.mag pwr: 16
  3604. Protect against: Mini, Barrel, Moogle
  3605. Weapon 1: 4D
  3606. Weapon 2: 4D
  3607. Flags: None
  3608. Death: Skeleton
  3609. Skill: 0
  3610. Money: 17
  3611. Chest rate: 4
  3612. Trap agility: 24
  3613. Disarm level: 0
  3614. Rare item rate: 7
  3615. Normal item: 34 GP
  3616. Rare item: Candy
  3617.  
  3618. Lullabud
  3619. Level: 3
  3620. HP: 36
  3621. MP: 10
  3622. Strength: 5
  3623. Agility: 3
  3624. Intelligence: 4
  3625. Wisdom: 4
  3626. Evade: 0
  3627. Defense: 0
  3628. Magic eva: 0
  3629. Magic def: 0
  3630. Type: Plant
  3631. Element: Mana
  3632. Experience: 3
  3633. Blk.mag pwr: 31
  3634. Wht.mag pwr: 31
  3635. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  3636. Weapon 1: 4E
  3637. Weapon 2: 4E
  3638. Flags: Can't throw
  3639. Death: Splash
  3640. Skill: 0
  3641. Money: 8
  3642. Chest rate: 4
  3643. Trap agility: 16
  3644. Disarm level: 0
  3645. Rare item rate: 7
  3646. Normal item: Medical Herb
  3647. Rare item: 16 GP
  3648.  
  3649. Iffish
  3650. Level: 11
  3651. HP: 140
  3652. MP: 18
  3653. Strength: 17
  3654. Agility: 17
  3655. Intelligence: 22
  3656. Wisdom: 22
  3657. Evade: 0
  3658. Defense: 0
  3659. Magic eva: 0
  3660. Magic def: 0
  3661. Type: Plant
  3662. Element: Water
  3663. Experience: 35
  3664. Blk.mag pwr: 27
  3665. Wht.mag pwr: 27
  3666. Protect against: Mini, Barrel, Moogle
  3667. Weapon 1: 4F
  3668. Weapon 2: 50
  3669. Flags: Can't throw
  3670. Death: Splash
  3671. Skill: 1
  3672. Money: 29
  3673. Chest rate: 0
  3674. Trap agility: 0
  3675. Disarm level: 0
  3676. Rare item rate: 0
  3677. Normal item: 0 GP
  3678. Rare item: 0 GP
  3679.  
  3680. Kid Goblin
  3681. Level: 6
  3682. HP: 64
  3683. MP: 0
  3684. Strength: 15
  3685. Agility: 5
  3686. Intelligence: 10
  3687. Wisdom: 10
  3688. Evade: 0
  3689. Defense: 0
  3690. Magic eva: 0
  3691. Magic def: 0
  3692. Type: Human
  3693. Element: Earth
  3694. Experience: 8
  3695. Blk.mag pwr: 18
  3696. Wht.mag pwr: 18
  3697. Protect against: Slow, Mini, Barrel, Moogle
  3698. Weapon 1: 51
  3699. Weapon 2: 52
  3700. Flags: None
  3701. Death: Skeleton
  3702. Skill: 0
  3703. Money: 14
  3704. Chest rate: 4
  3705. Trap agility: 24
  3706. Disarm level: 3
  3707. Rare item rate: 7
  3708. Normal item: 28 GP
  3709. Rare item: Head Gear
  3710.  
  3711. Eye Spy
  3712. Level: 9
  3713. HP: 100
  3714. MP: 15
  3715. Strength: 13
  3716. Agility: 1
  3717. Intelligence: 20
  3718. Wisdom: 20
  3719. Evade: 0
  3720. Defense: 0
  3721. Magic eva: 0
  3722. Magic def: 0
  3723. Type: Lizard
  3724. Element: Water
  3725. Experience: 28
  3726. Blk.mag pwr: 12
  3727. Wht.mag pwr: 12
  3728. Protect against: Mini, Barrel, Transform, Moogle
  3729. Weapon 1: 53
  3730. Weapon 2: 53
  3731. Flags: Can't throw
  3732. Death: Blow up
  3733. Skill: 0
  3734. Money: 30
  3735. Chest rate: 4
  3736. Trap agility: 24
  3737. Disarm level: 0
  3738. Rare item rate: 7
  3739. Normal item: Chocolate
  3740. Rare item: Medical Herb
  3741.  
  3742. Green Drop
  3743. Level: 7
  3744. HP: 40
  3745. MP: 0
  3746. Strength: 12
  3747. Agility: 4
  3748. Intelligence: 11
  3749. Wisdom: 11
  3750. Evade: 99
  3751. Defense: 10
  3752. Magic eva: 0
  3753. Magic def: 0
  3754. Type: Lizard
  3755. Element: None
  3756. Experience: 10
  3757. Blk.mag pwr: 19
  3758. Wht.mag pwr: 19
  3759. Protect against: Mini, Barrel, Moogle, Poison
  3760. Weapon 1: 54
  3761. Weapon 2: 54
  3762. Flags: None
  3763. Death: Splat
  3764. Skill: 0
  3765. Money: 12
  3766. Chest rate: 4, runs
  3767. Trap agility: 24
  3768. Disarm level: 0
  3769. Rare item rate: 7
  3770. Normal item: Medical Herb
  3771. Rare item: 24 GP
  3772.  
  3773. Specter
  3774. Level: 28
  3775. HP: 200
  3776. MP: 99
  3777. Strength: 12
  3778. Agility: 26
  3779. Intelligence: 31
  3780. Wisdom: 31
  3781. Evade: 0
  3782. Defense: 0
  3783. Magic eva: 0
  3784. Magic def: 0
  3785. Type: Ghost
  3786. Element: Dark
  3787. Experience: 330
  3788. Blk.mag pwr: 16
  3789. Wht.mag pwr: 16
  3790. Protect against: Freeze, Stop, Mini, Barrel, Transform, Moogle
  3791. Weapon 1: 55
  3792. Weapon 2: 55
  3793. Flags: Can't throw, 80
  3794. Death: Ghost
  3795. Skill: 3
  3796. Money: 213
  3797. Chest rate: 4
  3798. Trap agility: 24
  3799. Disarm level: 0
  3800. Rare item rate: 7
  3801. Normal item: Faerie Walnut
  3802. Rare item: Cup of Wishes
  3803.  
  3804. Blat
  3805. Level: 6
  3806. HP: 55
  3807. MP: 18
  3808. Strength: 6
  3809. Agility: 10
  3810. Intelligence: 8
  3811. Wisdom: 8
  3812. Evade: 0
  3813. Defense: 0
  3814. Magic eva: 0
  3815. Magic def: 0
  3816. Type: Animal
  3817. Element: None
  3818. Experience: 7
  3819. Blk.mag pwr: 25
  3820. Wht.mag pwr: 25
  3821. Protect against: Confuse, Stop, Mini, Barrel, Moogle
  3822. Weapon 1: 56
  3823. Weapon 2: 56
  3824. Flags: Can't throw, 80
  3825. Death: Splash
  3826. Skill: 0
  3827. Money: 10
  3828. Chest rate: 4
  3829. Trap agility: 24
  3830. Disarm level: 0
  3831. Rare item rate: 7
  3832. Normal item: Candy
  3833. Rare item: 20 GP
  3834.  
  3835. Goblin
  3836. Level: 13
  3837. HP: 130
  3838. MP: 18
  3839. Strength: 21
  3840. Agility: 1
  3841. Intelligence: 23
  3842. Wisdom: 23
  3843. Evade: 0
  3844. Defense: 0
  3845. Magic eva: 0
  3846. Magic def: 0
  3847. Type: Human
  3848. Element: Earth
  3849. Experience: 42
  3850. Blk.mag pwr: 14
  3851. Wht.mag pwr: 14
  3852. Protect against: Slow, Mini, Barrel, Moogle
  3853. Weapon 1: 57
  3854. Weapon 2: 58
  3855. Flags: None
  3856. Death: Skeleton
  3857. Skill: 2
  3858. Money: 60
  3859. Chest rate: 4
  3860. Trap agility: 24
  3861. Disarm level: 0
  3862. Rare item rate: 7
  3863. Normal item: Candy
  3864. Rare item: Faerie Walnut
  3865.  
  3866. Water Thug
  3867. Level: 17
  3868. HP: 145
  3869. MP: 10
  3870. Strength: 24
  3871. Agility: 1
  3872. Intelligence: 28
  3873. Wisdom: 28
  3874. Evade: 0
  3875. Defense: 0
  3876. Magic eva: 0
  3877. Magic def: 0
  3878. Type: Plant
  3879. Element: Water
  3880. Experience: 77
  3881. Blk.mag pwr: 30
  3882. Wht.mag pwr: 30
  3883. Protect against: Mini, Barrel, Moogle
  3884. Weapon 1: 59
  3885. Weapon 2: 59
  3886. Flags: None
  3887. Death: Skeleton
  3888. Skill: 2
  3889. Money: 65
  3890. Chest rate: 4
  3891. Trap agility: 32
  3892. Disarm level: 3
  3893. Rare item rate: 7
  3894. Normal item: Candy
  3895. Rare item: Cobra Bracelet
  3896.  
  3897. Polter Chair
  3898. Level: 9
  3899. HP: 128
  3900. MP: 0
  3901. Strength: 12
  3902. Agility: 10
  3903. Intelligence: 21
  3904. Wisdom: 21
  3905. Evade: 0
  3906. Defense: 0
  3907. Magic eva: 0
  3908. Magic def: 0
  3909. Type: Plant
  3910. Element: Mana
  3911. Experience: 21
  3912. Blk.mag pwr: 19
  3913. Wht.mag pwr: 19
  3914. Protect against: Freeze, Mini, Barrel, Transform, Moogle
  3915. Weapon 1: 5A
  3916. Weapon 2: 5A
  3917. Flags: None
  3918. Death: Ghost
  3919. Skill: 0
  3920. Money: 22
  3921. Chest rate: 4
  3922. Trap agility: 24
  3923. Disarm level: 0
  3924. Rare item rate: 7
  3925. Normal item: 44 GP
  3926. Rare item: Barrel
  3927.  
  3928. Ma Goblin
  3929. Level: 12
  3930. HP: 150
  3931. MP: 8
  3932. Strength: 24
  3933. Agility: 1
  3934. Intelligence: 30
  3935. Wisdom: 30
  3936. Evade: 0
  3937. Defense: 0
  3938. Magic eva: 0
  3939. Magic def: 0
  3940. Type: Human
  3941. Element: Earth
  3942. Experience: 38
  3943. Blk.mag pwr: 14
  3944. Wht.mag pwr: 14
  3945. Protect against: Mini, Barrel, Moogle
  3946. Weapon 1: 5B
  3947. Weapon 2: 5C
  3948. Flags: None
  3949. Death: Skeleton
  3950. Skill: 1
  3951. Money: 36
  3952. Chest rate: 4, runs
  3953. Trap agility: 32
  3954. Disarm level: 3
  3955. Rare item rate: 7
  3956. Normal item: 60 GP
  3957. Rare item: Power Wrist
  3958.  
  3959. Dark Funk
  3960. Level: 26
  3961. HP: 100
  3962. MP: 20
  3963. Strength: 23
  3964. Agility: 12
  3965. Intelligence: 27
  3966. Wisdom: 27
  3967. Evade: 0
  3968. Defense: 0
  3969. Magic eva: 0
  3970. Magic def: 0
  3971. Type: Ghost
  3972. Element: Fire
  3973. Experience: 268
  3974. Blk.mag pwr: 20
  3975. Wht.mag pwr: 20
  3976. Protect against: Petrify, Stop, Mini, Barrel, Moogle, Burning
  3977. Weapon 1: 5D
  3978. Weapon 2: 5D
  3979. Flags: Can't throw, 80
  3980. Death: Ghost
  3981. Skill: 4
  3982. Money: 192
  3983. Chest rate: 4
  3984. Trap agility: 32
  3985. Disarm level: 0
  3986. Rare item rate: 7
  3987. Normal item: Candy
  3988. Rare item: Faerie Walnut
  3989.  
  3990. Crawler
  3991. Level: 20
  3992. HP: 100
  3993. MP: 16
  3994. Strength: 27
  3995. Agility: 13
  3996. Intelligence: 31
  3997. Wisdom: 31
  3998. Evade: 99
  3999. Defense: 9
  4000. Magic eva: 0
  4001. Magic def: 0
  4002. Type: Insect
  4003. Element: Mana
  4004. Experience: 124
  4005. Blk.mag pwr: 20
  4006. Wht.mag pwr: 20
  4007. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  4008. Weapon 1: 5E
  4009. Weapon 2: 5F
  4010. Flags: None
  4011. Death: Dust
  4012. Skill: 2
  4013. Money: 97
  4014. Chest rate: 4
  4015. Trap agility: 32
  4016. Disarm level: 0
  4017. Rare item rate: 7
  4018. Normal item: Candy
  4019. Rare item: Medical Herb
  4020.  
  4021. Ice Thug
  4022. Level: 58
  4023. HP: 440
  4024. MP: 40
  4025. Strength: 57
  4026. Agility: 49
  4027. Intelligence: 66
  4028. Wisdom: 66
  4029. Evade: 99
  4030. Defense: 30
  4031. Magic eva: 99
  4032. Magic def: 99
  4033. Type: Plant
  4034. Element: Water
  4035. Experience: 2680
  4036. Blk.mag pwr: 66
  4037. Wht.mag pwr: 66
  4038. Protect against: Freeze, Mini, Barrel, Moogle
  4039. Weapon 1: 60
  4040. Weapon 2: 60
  4041. Flags: None
  4042. Death: Skeleton
  4043. Skill: 135
  4044. Money: 2850
  4045. Chest rate: 4, runs
  4046. Trap agility: 64
  4047. Disarm level: 3
  4048. Rare item rate: 7
  4049. Normal item: Royal Jam
  4050. Rare item: Dragon Ring
  4051.  
  4052. Zombie
  4053. Level: 14
  4054. HP: 150
  4055. MP: 20
  4056. Strength: 12
  4057. Agility: 8
  4058. Intelligence: 27
  4059. Wisdom: 27
  4060. Evade: 0
  4061. Defense: 0
  4062. Magic eva: 0
  4063. Magic def: 0
  4064. Type: Evil
  4065. Element: Dark
  4066. Experience: 50
  4067. Blk.mag pwr: 26
  4068. Wht.mag pwr: 26
  4069. Protect against: Slow, Mini, Barrel, Moogle, Poison
  4070. Weapon 1: 61
  4071. Weapon 2: 62
  4072. Flags: None
  4073. Death: Skeleton
  4074. Skill: 1
  4075. Money: 48
  4076. Chest rate: 4
  4077. Trap agility: 32
  4078. Disarm level: 0
  4079. Rare item rate: 7
  4080. Normal item: Medical Herb
  4081. Rare item: 96 GP
  4082.  
  4083. Kimono Bird
  4084. Level: 21
  4085. HP: 160
  4086. MP: 48
  4087. Strength: 17
  4088. Agility: 25
  4089. Intelligence: 33
  4090. Wisdom: 33
  4091. Evade: 94
  4092. Defense: 28
  4093. Magic eva: 0
  4094. Magic def: 0
  4095. Type: Animal
  4096. Element: Air
  4097. Experience: 145
  4098. Blk.mag pwr: 17
  4099. Wht.mag pwr: 17
  4100. Protect against: Stop, Mini, Barrel, Transform, Moogle
  4101. Weapon 1: 63
  4102. Weapon 2: 63
  4103. Flags: Can't throw, 80
  4104. Death: Feathers
  4105. Skill: 2
  4106. Money: 120
  4107. Chest rate: 4, runs
  4108. Trap agility: 32
  4109. Disarm level: 3
  4110. Rare item rate: 7
  4111. Normal item: Chocolate
  4112. Rare item: Fancy Overalls
  4113.  
  4114. Silktail
  4115. Level: 18
  4116. HP: 130
  4117. MP: 40
  4118. Strength: 21
  4119. Agility: 36
  4120. Intelligence: 29
  4121. Wisdom: 29
  4122. Evade: 0
  4123. Defense: 0
  4124. Magic eva: 0
  4125. Magic def: 0
  4126. Type: Animal
  4127. Element: None
  4128. Experience: 91
  4129. Blk.mag pwr: 30
  4130. Wht.mag pwr: 30
  4131. Protect against: Mini, Barrel, Moogle
  4132. Weapon 1: 64
  4133. Weapon 2: 64
  4134. Flags: None
  4135. Death: Splash
  4136. Skill: 0
  4137. Money: 79
  4138. Chest rate: 4
  4139. Trap agility: 32
  4140. Disarm level: 0
  4141. Rare item rate: 7
  4142. Normal item: 158 GP
  4143. Rare item: Chocolate
  4144.  
  4145. Nemesis Owl
  4146. Level: 19
  4147. HP: 122
  4148. MP: 24
  4149. Strength: 21
  4150. Agility: 21
  4151. Intelligence: 8
  4152. Wisdom: 30
  4153. Evade: 0
  4154. Defense: 0
  4155. Magic eva: 0
  4156. Magic def: 0
  4157. Type: Animal
  4158. Element: Air
  4159. Experience: 100
  4160. Blk.mag pwr: 9
  4161. Wht.mag pwr: 34
  4162. Protect against: Stop, Mini, Barrel, Moogle
  4163. Weapon 1: 65
  4164. Weapon 2: 65
  4165. Flags: Can't throw, 80
  4166. Death: Feathers
  4167. Skill: 4
  4168. Money: 88
  4169. Chest rate: 4, runs
  4170. Trap agility: 32
  4171. Disarm level: 3
  4172. Rare item rate: 7
  4173. Normal item: Medical Herb
  4174. Rare item: Quill Cap
  4175.  
  4176. Pebbler
  4177. Level: 20
  4178. HP: 186
  4179. MP: 0
  4180. Strength: 28
  4181. Agility: 30
  4182. Intelligence: 33
  4183. Wisdom: 33
  4184. Evade: 99
  4185. Defense: 13
  4186. Magic eva: 99
  4187. Magic def: 13
  4188. Type: Animal
  4189. Element: Earth
  4190. Experience: 125
  4191. Blk.mag pwr: 42
  4192. Wht.mag pwr: 42
  4193. Protect against: Slow, Petrify, Mini, Barrel, Moogle
  4194. Weapon 1: 66
  4195. Weapon 2: 67
  4196. Flags: None
  4197. Death: Splash
  4198. Skill: 0
  4199. Money: 96
  4200. Chest rate: 4
  4201. Trap agility: 32
  4202. Disarm level: 0
  4203. Rare item rate: 7
  4204. Normal item: Chocolate
  4205. Rare item: Faerie Walnut
  4206.  
  4207. Pumpkin Bomb
  4208. Level: 22
  4209. HP: 160
  4210. MP: 4
  4211. Strength: 22
  4212. Agility: 5
  4213. Intelligence: 39
  4214. Wisdom: 39
  4215. Evade: 0
  4216. Defense: 0
  4217. Magic eva: 0
  4218. Magic def: 0
  4219. Type: Plant
  4220. Element: Mana
  4221. Experience: 1
  4222. Blk.mag pwr: 19
  4223. Wht.mag pwr: 19
  4224. Protect against: Sleep, Mini, Barrel, Moogle
  4225. Weapon 1: 68
  4226. Weapon 2: 68
  4227. Flags: None
  4228. Death: Blow up
  4229. Skill: 3
  4230. Money: 12
  4231. Chest rate: 4
  4232. Trap agility: 32
  4233. Disarm level: 0
  4234. Rare item rate: 7
  4235. Normal item: 24 GP
  4236. Rare item: Medical Herb
  4237.  
  4238. Steamed Crab
  4239. Level: 19
  4240. HP: 110
  4241. MP: 25
  4242. Strength: 20
  4243. Agility: 20
  4244. Intelligence: 29
  4245. Wisdom: 29
  4246. Evade: 99
  4247. Defense: 9
  4248. Magic eva: 0
  4249. Magic def: 0
  4250. Type: Insect
  4251. Element: None
  4252. Experience: 110
  4253. Blk.mag pwr: 1
  4254. Wht.mag pwr: 1
  4255. Protect against: Sleep, Mini, Barrel, Moogle
  4256. Weapon 1: 69
  4257. Weapon 2: 6A
  4258. Flags: None
  4259. Death: Dust
  4260. Skill: 4
  4261. Money: 180
  4262. Chest rate: 4
  4263. Trap agility: 32
  4264. Disarm level: 0
  4265. Rare item rate: 7
  4266. Normal item: Faerie Walnut
  4267. Rare item: Candy
  4268.  
  4269. Chess Knight
  4270. Level: 13
  4271. HP: 135
  4272. MP: 15
  4273. Strength: 22
  4274. Agility: 20
  4275. Intelligence: 24
  4276. Wisdom: 24
  4277. Evade: 99
  4278. Defense: 16
  4279. Magic eva: 0
  4280. Magic def: 0
  4281. Type: Insect
  4282. Element: Mana
  4283. Experience: 36
  4284. Blk.mag pwr: 13
  4285. Wht.mag pwr: 13
  4286. Protect against: Petrify, Mini, Barrel, Transform, Moogle
  4287. Weapon 1: 6B
  4288. Weapon 2: 6B
  4289. Flags: Can't throw
  4290. Death: Ghost
  4291. Skill: 2
  4292. Money: 38
  4293. Chest rate: 4
  4294. Trap agility: 24
  4295. Disarm level: 0
  4296. Rare item rate: 7
  4297. Normal item: Medical Herb
  4298. Rare item: Cup of Wishes
  4299.  
  4300. Wizard Eye
  4301. Level: 33
  4302. HP: 200
  4303. MP: 50
  4304. Strength: 35
  4305. Agility: 22
  4306. Intelligence: 41
  4307. Wisdom: 41
  4308. Evade: 99
  4309. Defense: 15
  4310. Magic eva: 99
  4311. Magic def: 121
  4312. Type: Lizard
  4313. Element: Water
  4314. Experience: 530
  4315. Blk.mag pwr: 1
  4316. Wht.mag pwr: 1
  4317. Protect against: Mini, Barrel, Transform, Moogle
  4318. Weapon 1: 6C
  4319. Weapon 2: 6C
  4320. Flags: Can't throw
  4321. Death: Blow up
  4322. Skill: 22
  4323. Money: 504
  4324. Chest rate: 4, runs
  4325. Trap agility: 40
  4326. Disarm level: 0
  4327. Rare item rate: 7
  4328. Normal item: Chocolate
  4329. Rare item: Faerie Walnut
  4330.  
  4331. Howler
  4332. Level: 25
  4333. HP: 190
  4334. MP: 16
  4335. Strength: 22
  4336. Agility: 28
  4337. Intelligence: 34
  4338. Wisdom: 34
  4339. Evade: 0
  4340. Defense: 0
  4341. Magic eva: 0
  4342. Magic def: 0
  4343. Type: Animal
  4344. Element: None
  4345. Experience: 240
  4346. Blk.mag pwr: 11
  4347. Wht.mag pwr: 11
  4348. Protect against: Slow, Mini, Barrel, Moogle
  4349. Weapon 1: 6D
  4350. Weapon 2: 6D
  4351. Flags: None
  4352. Death: Splash
  4353. Skill: 4
  4354. Money: 180
  4355. Chest rate: 4
  4356. Trap agility: 32
  4357. Disarm level: 0
  4358. Rare item rate: 7
  4359. Normal item: Candy
  4360. Rare item: Medical Herb
  4361.  
  4362. Robin Foot
  4363. Level: 29
  4364. HP: 125
  4365. MP: 16
  4366. Strength: 32
  4367. Agility: 35
  4368. Intelligence: 36
  4369. Wisdom: 36
  4370. Evade: 0
  4371. Defense: 0
  4372. Magic eva: 0
  4373. Magic def: 0
  4374. Type: Human
  4375. Element: None
  4376. Experience: 368
  4377. Blk.mag pwr: 3
  4378. Wht.mag pwr: 3
  4379. Protect against: Mini, Barrel, Moogle
  4380. Weapon 1: 6E
  4381. Weapon 2: 6E
  4382. Flags: None
  4383. Death: Skeleton
  4384. Skill: 4
  4385. Money: 240
  4386. Chest rate: 4, runs
  4387. Trap agility: 40
  4388. Disarm level: 3
  4389. Rare item rate: 7
  4390. Normal item: Chocolate
  4391. Rare item: Quilted Hood
  4392.  
  4393. LA Funk
  4394. Level: 26
  4395. HP: 100
  4396. MP: 20
  4397. Strength: 23
  4398. Agility: 12
  4399. Intelligence: 27
  4400. Wisdom: 27
  4401. Evade: 0
  4402. Defense: 0
  4403. Magic eva: 0
  4404. Magic def: 0
  4405. Type: Ghost
  4406. Element: Water
  4407. Experience: 265
  4408. Blk.mag pwr: 23
  4409. Wht.mag pwr: 23
  4410. Protect against: Freeze, Petrify, Stop, Mini, Barrel, Moogle
  4411. Weapon 1: 6F
  4412. Weapon 2: 6F
  4413. Flags: Can't throw, 80
  4414. Death: Ghost
  4415. Skill: 3
  4416. Money: 190
  4417. Chest rate: 4
  4418. Trap agility: 32
  4419. Disarm level: 0
  4420. Rare item rate: 7
  4421. Normal item: Faerie Walnut
  4422. Rare item: Cup of Wishes
  4423.  
  4424. Grave Bat
  4425. Level: 31
  4426. HP: 210
  4427. MP: 25
  4428. Strength: 32
  4429. Agility: 38
  4430. Intelligence: 47
  4431. Wisdom: 47
  4432. Evade: 99
  4433. Defense: 0
  4434. Magic eva: 0
  4435. Magic def: 0
  4436. Type: Animal
  4437. Element: Dark
  4438. Experience: 446
  4439. Blk.mag pwr: 1
  4440. Wht.mag pwr: 1
  4441. Protect against: Confuse, Stop, Mini, Barrel, Moogle
  4442. Weapon 1: 70
  4443. Weapon 2: 70
  4444. Flags: Can't throw, 80
  4445. Death: Splash
  4446. Skill: 4
  4447. Money: 258
  4448. Chest rate: 4
  4449. Trap agility: 40
  4450. Disarm level: 0
  4451. Rare item rate: 7
  4452. Normal item: Candy
  4453. Rare item: Chocolate
  4454.  
  4455. Werewolf
  4456. Level: 10
  4457. HP: 140
  4458. MP: 6
  4459. Strength: 15
  4460. Agility: 15
  4461. Intelligence: 22
  4462. Wisdom: 22
  4463. Evade: 0
  4464. Defense: 0
  4465. Magic eva: 0
  4466. Magic def: 0
  4467. Type: Animal
  4468. Element: Moon
  4469. Experience: 30
  4470. Blk.mag pwr: 15
  4471. Wht.mag pwr: 15
  4472. Protect against: Mini, Barrel, Transform, Moogle, Poison
  4473. Weapon 1: 71
  4474. Weapon 2: 71
  4475. Flags: None
  4476. Death: Skeleton
  4477. Skill: 0
  4478. Money: 36
  4479. Chest rate: 4, runs
  4480. Trap agility: 16
  4481. Disarm level: 3
  4482. Rare item rate: 7
  4483. Normal item: Cup of Wishes
  4484. Rare item: Kung Fu Dress
  4485.  
  4486. Shadow X3
  4487. Level: 1
  4488. HP: 800
  4489. MP: 0
  4490. Strength: 25
  4491. Agility: 10
  4492. Intelligence: 0
  4493. Wisdom: 0
  4494. Evade: 99
  4495. Defense: 20
  4496. Magic eva: 99
  4497. Magic def: 999
  4498. Type: None
  4499. Element: Dark
  4500. Experience: 0
  4501. Blk.mag pwr: 0
  4502. Wht.mag pwr: 0
  4503. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  4504. Weapon 1: A0
  4505. Weapon 2: A0
  4506. Flags: Can't throw
  4507. Death: Ghost
  4508. Skill: 32
  4509. Money: 0
  4510. Chest rate: 0
  4511. Trap agility: 0
  4512. Disarm level: 0
  4513. Rare item rate: 0
  4514. Normal item: 0 GP
  4515. Rare item: 0 GP
  4516.  
  4517. Evil Sword
  4518. Level: 16
  4519. HP: 125
  4520. MP: 24
  4521. Strength: 18
  4522. Agility: 23
  4523. Intelligence: 26
  4524. Wisdom: 26
  4525. Evade: 0
  4526. Defense: 0
  4527. Magic eva: 0
  4528. Magic def: 0
  4529. Type: Insect
  4530. Element: Moon
  4531. Experience: 64
  4532. Blk.mag pwr: 31
  4533. Wht.mag pwr: 31
  4534. Protect against: Freeze, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  4535. Weapon 1: 73
  4536. Weapon 2: 73
  4537. Flags: Can't throw, 80
  4538. Death: Ghost
  4539. Skill: 0
  4540. Money: 60
  4541. Chest rate: 4
  4542. Trap agility: 32
  4543. Disarm level: 0
  4544. Rare item rate: 7
  4545. Normal item: Candy
  4546. Rare item: 120 GP
  4547.  
  4548. Tomato Man
  4549. Level: 15
  4550. HP: 40
  4551. MP: 46
  4552. Strength: 6
  4553. Agility: 9
  4554. Intelligence: 28
  4555. Wisdom: 28
  4556. Evade: 99
  4557. Defense: 49
  4558. Magic eva: 0
  4559. Magic def: 0
  4560. Type: Human
  4561. Element: Fire
  4562. Experience: 65
  4563. Blk.mag pwr: 18
  4564. Wht.mag pwr: 7
  4565. Protect against: Stop, Mini, Barrel, Transform, Moogle
  4566. Weapon 1: 74
  4567. Weapon 2: 74
  4568. Flags: Can't throw, 80
  4569. Death: Splash
  4570. Skill: 2
  4571. Money: 96
  4572. Chest rate: 4, runs
  4573. Trap agility: 32
  4574. Disarm level: 0
  4575. Rare item rate: 7
  4576. Normal item: Faerie Walnut
  4577. Rare item: Cup of Wishes
  4578.  
  4579. Mystic Book
  4580. Level: 29
  4581. HP: 190
  4582. MP: 99
  4583. Strength: 24
  4584. Agility: 23
  4585. Intelligence: 40
  4586. Wisdom: 40
  4587. Evade: 99
  4588. Defense: 0
  4589. Magic eva: 0
  4590. Magic def: 0
  4591. Type: Plant
  4592. Element: None
  4593. Experience: 370
  4594. Blk.mag pwr: 11
  4595. Wht.mag pwr: 11
  4596. Protect against: Freeze, Petrify, Stop, Mini, Barrel, Moogle, Poison
  4597. Weapon 1: 75
  4598. Weapon 2: 75
  4599. Flags: 80
  4600. Death: Ghost
  4601. Skill: 4
  4602. Money: 264
  4603. Chest rate: 4
  4604. Trap agility: 32
  4605. Disarm level: 0
  4606. Rare item rate: 7
  4607. Normal item: Chocolate
  4608. Rare item: Faerie Walnut
  4609.  
  4610. Sand Stinger
  4611. Level: 22
  4612. HP: 200
  4613. MP: 10
  4614. Strength: 27
  4615. Agility: 18
  4616. Intelligence: 34
  4617. Wisdom: 34
  4618. Evade: 99
  4619. Defense: 13
  4620. Magic eva: 0
  4621. Magic def: 0
  4622. Type: Insect
  4623. Element: Earth
  4624. Experience: 170
  4625. Blk.mag pwr: 7
  4626. Wht.mag pwr: 7
  4627. Protect against: Mini, Barrel, Moogle, Poison
  4628. Weapon 1: 76
  4629. Weapon 2: 76
  4630. Flags: None
  4631. Death: Dust
  4632. Skill: 3
  4633. Money: 144
  4634. Chest rate: 4
  4635. Trap agility: 32
  4636. Disarm level: 0
  4637. Rare item rate: 7
  4638. Normal item: Candy
  4639. Rare item: Medical Herb
  4640.  
  4641. Mad Mallard
  4642. Level: 24
  4643. HP: 200
  4644. MP: 0
  4645. Strength: 26
  4646. Agility: 24
  4647. Intelligence: 34
  4648. Wisdom: 34
  4649. Evade: 0
  4650. Defense: 0
  4651. Magic eva: 0
  4652. Magic def: 0
  4653. Type: Human
  4654. Element: None
  4655. Experience: 215
  4656. Blk.mag pwr: 48
  4657. Wht.mag pwr: 48
  4658. Protect against: Mini, Barrel, Moogle
  4659. Weapon 1: 77
  4660. Weapon 2: 77
  4661. Flags: None
  4662. Death: Skeleton
  4663. Skill: 0
  4664. Money: 174
  4665. Chest rate: 4
  4666. Trap agility: 32
  4667. Disarm level: 0
  4668. Rare item rate: 7
  4669. Normal item: Candy
  4670. Rare item: Medical Herb
  4671.  
  4672. Emberman
  4673. Level: 36
  4674. HP: 125
  4675. MP: 36
  4676. Strength: 29
  4677. Agility: 27
  4678. Intelligence: 35
  4679. Wisdom: 35
  4680. Evade: 99
  4681. Defense: 15
  4682. Magic eva: 99
  4683. Magic def: 48
  4684. Type: Lizard
  4685. Element: Fire
  4686. Experience: 685
  4687. Blk.mag pwr: 22
  4688. Wht.mag pwr: 22
  4689. Protect against: Mini, Barrel, Moogle, Burning
  4690. Weapon 1: 78
  4691. Weapon 2: 79
  4692. Flags: Can't throw
  4693. Death: Splat
  4694. Skill: 20
  4695. Money: 516
  4696. Chest rate: 4
  4697. Trap agility: 32
  4698. Disarm level: 0
  4699. Rare item rate: 7
  4700. Normal item: Faerie Walnut
  4701. Rare item: Chocolate
  4702.  
  4703. Red Drop
  4704. Level: 28
  4705. HP: 380
  4706. MP: 0
  4707. Strength: 29
  4708. Agility: 20
  4709. Intelligence: 37
  4710. Wisdom: 37
  4711. Evade: 99
  4712. Defense: 21
  4713. Magic eva: 0
  4714. Magic def: 0
  4715. Type: Lizard
  4716. Element: Fire
  4717. Experience: 330
  4718. Blk.mag pwr: 53
  4719. Wht.mag pwr: 53
  4720. Protect against: Mini, Barrel, Moogle, Burning
  4721. Weapon 1: 7A
  4722. Weapon 2: 7B
  4723. Flags: None
  4724. Death: Splat
  4725. Skill: 0
  4726. Money: 216
  4727. Chest rate: 4, runs
  4728. Trap agility: 32
  4729. Disarm level: 3
  4730. Rare item rate: 7
  4731. Normal item: Chocolate
  4732. Rare item: Silver Band
  4733.  
  4734. Eggatrice
  4735. Level: 40
  4736. HP: 185
  4737. MP: 0
  4738. Strength: 48
  4739. Agility: 48
  4740. Intelligence: 56
  4741. Wisdom: 56
  4742. Evade: 99
  4743. Defense: 15
  4744. Magic eva: 99
  4745. Magic def: 38
  4746. Type: Animal
  4747. Element: Earth
  4748. Experience: 928
  4749. Blk.mag pwr: 50
  4750. Wht.mag pwr: 50
  4751. Protect against: Petrify, Mini, Barrel, Moogle
  4752. Weapon 1: 7C
  4753. Weapon 2: 7C
  4754. Flags: None
  4755. Death: Feathers
  4756. Skill: 17
  4757. Money: 720
  4758. Chest rate: 4
  4759. Trap agility: 56
  4760. Disarm level: 0
  4761. Rare item rate: 7
  4762. Normal item: Medical Herb
  4763. Rare item: Chocolate
  4764.  
  4765. Bomb Bee
  4766. Level: 39
  4767. HP: 310
  4768. MP: 40
  4769. Strength: 33
  4770. Agility: 44
  4771. Intelligence: 43
  4772. Wisdom: 43
  4773. Evade: 99
  4774. Defense: 10
  4775. Magic eva: 99
  4776. Magic def: 162
  4777. Type: Insect
  4778. Element: Fire
  4779. Experience: 863
  4780. Blk.mag pwr: 36
  4781. Wht.mag pwr: 36
  4782. Protect against: Freeze, Stop, Mini, Barrel, Moogle, Poison, Burning
  4783. Weapon 1: 7D
  4784. Weapon 2: 7E
  4785. Flags: Can't throw, 80
  4786. Death: Dust
  4787. Skill: 20
  4788. Money: 528
  4789. Chest rate: 4
  4790. Trap agility: 40
  4791. Disarm level: 0
  4792. Rare item rate: 7
  4793. Normal item: Medical Herb
  4794. Rare item: Royal Jam
  4795.  
  4796. Mushgloom
  4797. Level: 57
  4798. HP: 628
  4799. MP: 38
  4800. Strength: 99
  4801. Agility: 60
  4802. Intelligence: 53
  4803. Wisdom: 53
  4804. Evade: 99
  4805. Defense: 20
  4806. Magic eva: 99
  4807. Magic def: 90
  4808. Type: Plant
  4809. Element: Mana
  4810. Experience: 2550
  4811. Blk.mag pwr: 116
  4812. Wht.mag pwr: 116
  4813. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  4814. Weapon 1: 7F
  4815. Weapon 2: 80
  4816. Flags: None
  4817. Death: Splash
  4818. Skill: 133
  4819. Money: 3200
  4820. Chest rate: 4
  4821. Trap agility: 32
  4822. Disarm level: 0
  4823. Rare item rate: 7
  4824. Normal item: Chocolate
  4825. Rare item: Barrel
  4826.  
  4827. Trap Flower
  4828. Level: 38
  4829. HP: 144
  4830. MP: 50
  4831. Strength: 40
  4832. Agility: 20
  4833. Intelligence: 50
  4834. Wisdom: 50
  4835. Evade: 99
  4836. Defense: 33
  4837. Magic eva: 99
  4838. Magic def: 0
  4839. Type: Plant
  4840. Element: Mana
  4841. Experience: 800
  4842. Blk.mag pwr: 15
  4843. Wht.mag pwr: 20
  4844. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  4845. Weapon 1: 81
  4846. Weapon 2: 81
  4847. Flags: Can't throw
  4848. Death: Splash
  4849. Skill: 21
  4850. Money: 532
  4851. Chest rate: 4
  4852. Trap agility: 48
  4853. Disarm level: 0
  4854. Rare item rate: 7
  4855. Normal item: Medical Herb
  4856. Rare item: Candy
  4857.  
  4858. Dinofish
  4859. Level: 30
  4860. HP: 240
  4861. MP: 25
  4862. Strength: 32
  4863. Agility: 34
  4864. Intelligence: 45
  4865. Wisdom: 45
  4866. Evade: 99
  4867. Defense: 9
  4868. Magic eva: 0
  4869. Magic def: 0
  4870. Type: Plant
  4871. Element: Water
  4872. Experience: 400
  4873. Blk.mag pwr: 8
  4874. Wht.mag pwr: 8
  4875. Protect against: Freeze, Mini, Barrel, Moogle
  4876. Weapon 1: 82
  4877. Weapon 2: 83
  4878. Flags: Can't throw
  4879. Death: Splash
  4880. Skill: 3
  4881. Money: 264
  4882. Chest rate: 0
  4883. Trap agility: 0
  4884. Disarm level: 0
  4885. Rare item rate: 0
  4886. Normal item: 0 GP
  4887. Rare item: 0 GP
  4888.  
  4889. Mimic Box
  4890. Level: 37
  4891. HP: 290
  4892. MP: 30
  4893. Strength: 34
  4894. Agility: 33
  4895. Intelligence: 45
  4896. Wisdom: 45
  4897. Evade: 99
  4898. Defense: 21
  4899. Magic eva: 99
  4900. Magic def: 250
  4901. Type: Plant
  4902. Element: Moon
  4903. Experience: 740
  4904. Blk.mag pwr: 12
  4905. Wht.mag pwr: 12
  4906. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Mini, Barrel, Moogle, Poison, Burning
  4907. Weapon 1: 84
  4908. Weapon 2: 84
  4909. Flags: None
  4910. Death: Blow up
  4911. Skill: 40
  4912. Money: 399
  4913. Chest rate: 4
  4914. Trap agility: 16
  4915. Disarm level: 0
  4916. Rare item rate: 7
  4917. Normal item: Faerie Walnut
  4918. Rare item: Royal Jam
  4919.  
  4920. Shadow X1
  4921. Level: 1
  4922. HP: 999
  4923. MP: 0
  4924. Strength: 48
  4925. Agility: 10
  4926. Intelligence: 0
  4927. Wisdom: 0
  4928. Evade: 99
  4929. Defense: 20
  4930. Magic eva: 99
  4931. Magic def: 999
  4932. Type: None
  4933. Element: Dark
  4934. Experience: 0
  4935. Blk.mag pwr: 0
  4936. Wht.mag pwr: 0
  4937. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  4938. Weapon 1: 85
  4939. Weapon 2: 85
  4940. Flags: Can't throw
  4941. Death: Ghost
  4942. Skill: 32
  4943. Money: 0
  4944. Chest rate: 0
  4945. Trap agility: 0
  4946. Disarm level: 0
  4947. Rare item rate: 0
  4948. Normal item: 0 GP
  4949. Rare item: 0 GP
  4950.  
  4951. Kimono Wizard
  4952. Level: 49
  4953. HP: 408
  4954. MP: 80
  4955. Strength: 26
  4956. Agility: 45
  4957. Intelligence: 54
  4958. Wisdom: 54
  4959. Evade: 99
  4960. Defense: 129
  4961. Magic eva: 0
  4962. Magic def: 0
  4963. Type: Animal
  4964. Element: Air
  4965. Experience: 1660
  4966. Blk.mag pwr: 39
  4967. Wht.mag pwr: 39
  4968. Protect against: Stop, Mini, Barrel, Transform, Moogle
  4969. Weapon 1: 87
  4970. Weapon 2: 87
  4971. Flags: Can't throw, 80
  4972. Death: Feathers
  4973. Skill: 38
  4974. Money: 1080
  4975. Chest rate: 4
  4976. Trap agility: 48
  4977. Disarm level: 0
  4978. Rare item rate: 7
  4979. Normal item: Faerie Walnut
  4980. Rare item: Royal Jam
  4981.  
  4982. Ghost
  4983. Level: 64
  4984. HP: 632
  4985. MP: 99
  4986. Strength: 38
  4987. Agility: 43
  4988. Intelligence: 57
  4989. Wisdom: 57
  4990. Evade: 0
  4991. Defense: 0
  4992. Magic eva: 99
  4993. Magic def: 238
  4994. Type: Ghost
  4995. Element: Dark
  4996. Experience: 3540
  4997. Blk.mag pwr: 38
  4998. Wht.mag pwr: 38
  4999. Protect against: Freeze, Petrify, Stop, Mini, Barrel, Transform, Moogle
  5000. Weapon 1: 88
  5001. Weapon 2: 88
  5002. Flags: Can't throw, 80
  5003. Death: Ghost
  5004. Skill: 39
  5005. Money: 2160
  5006. Chest rate: 4, runs
  5007. Trap agility: 40
  5008. Disarm level: 3
  5009. Rare item rate: 7
  5010. Normal item: Royal Jam
  5011. Rare item: Imp's Ring
  5012.  
  5013. Metal Crawler
  5014. Level: 48
  5015. HP: 450
  5016. MP: 44
  5017. Strength: 70
  5018. Agility: 17
  5019. Intelligence: 51
  5020. Wisdom: 51
  5021. Evade: 99
  5022. Defense: 73
  5023. Magic eva: 99
  5024. Magic def: 161
  5025. Type: Insect
  5026. Element: Mana
  5027. Experience: 1563
  5028. Blk.mag pwr: 17
  5029. Wht.mag pwr: 17
  5030. Protect against: Freeze, Petrify, Mini, Barrel, Moogle, Poison
  5031. Weapon 1: 89
  5032. Weapon 2: 8A
  5033. Flags: None
  5034. Death: Dust
  5035. Skill: 38
  5036. Money: 1020
  5037. Chest rate: 4
  5038. Trap agility: 48
  5039. Disarm level: 3
  5040. Rare item rate: 7
  5041. Normal item: Chocolate
  5042. Rare item: Gauntlet
  5043.  
  5044. Spider Legs
  5045. Level: 23
  5046. HP: 230
  5047. MP: 21
  5048. Strength: 27
  5049. Agility: 16
  5050. Intelligence: 32
  5051. Wisdom: 32
  5052. Evade: 99
  5053. Defense: 15
  5054. Magic eva: 0
  5055. Magic def: 0
  5056. Type: Insect
  5057. Element: Earth
  5058. Experience: 188
  5059. Blk.mag pwr: 18
  5060. Wht.mag pwr: 18
  5061. Protect against: Freeze, Mini, Barrel, Transform, Moogle
  5062. Weapon 1: 8B
  5063. Weapon 2: 8B
  5064. Flags: Can't throw
  5065. Death: Blow up
  5066. Skill: 3
  5067. Money: 156
  5068. Chest rate: 4
  5069. Trap agility: 16
  5070. Disarm level: 0
  5071. Rare item rate: 7
  5072. Normal item: Chocolate
  5073. Rare item: Candy
  5074.  
  5075. Weepy Eye
  5076. Level: 29
  5077. HP: 165
  5078. MP: 80
  5079. Strength: 30
  5080. Agility: 15
  5081. Intelligence: 38
  5082. Wisdom: 38
  5083. Evade: 99
  5084. Defense: 15
  5085. Magic eva: 0
  5086. Magic def: 0
  5087. Type: Plant
  5088. Element: Light
  5089. Experience: 370
  5090. Blk.mag pwr: 18
  5091. Wht.mag pwr: 18
  5092. Protect against: Sleep, Freeze, Petrify, Stop, Mini, Barrel, Moogle, Poison
  5093. Weapon 1: 8C
  5094. Weapon 2: 8C
  5095. Flags: Can't throw, 80
  5096. Death: Blow up
  5097. Skill: 3
  5098. Money: 264
  5099. Chest rate: 4, runs
  5100. Trap agility: 32
  5101. Disarm level: 3
  5102. Rare item rate: 7
  5103. Normal item: Medical Herb
  5104. Rare item: Chest Guard
  5105.  
  5106. Shellblast
  5107. Level: 27
  5108. HP: 180
  5109. MP: 16
  5110. Strength: 26
  5111. Agility: 14
  5112. Intelligence: 35
  5113. Wisdom: 35
  5114. Evade: 99
  5115. Defense: 12
  5116. Magic eva: 0
  5117. Magic def: 0
  5118. Type: Lizard
  5119. Element: Water
  5120. Experience: 300
  5121. Blk.mag pwr: 9
  5122. Wht.mag pwr: 9
  5123. Protect against: Mini, Barrel, Moogle
  5124. Weapon 1: 8D
  5125. Weapon 2: 8E
  5126. Flags: None
  5127. Death: Skeleton
  5128. Skill: 4
  5129. Money: 204
  5130. Chest rate: 4
  5131. Trap agility: 32
  5132. Disarm level: 0
  5133. Rare item rate: 7
  5134. Normal item: Chocolate
  5135. Rare item: Cup of Wishes
  5136.  
  5137. Beast Zombie
  5138. Level: 42
  5139. HP: 320
  5140. MP: 48
  5141. Strength: 44
  5142. Agility: 19
  5143. Intelligence: 53
  5144. Wisdom: 53
  5145. Evade: 99
  5146. Defense: 15
  5147. Magic eva: 99
  5148. Magic def: 105
  5149. Type: Evil
  5150. Element: Dark
  5151. Experience: 1065
  5152. Blk.mag pwr: 3
  5153. Wht.mag pwr: 3
  5154. Protect against: Slow, Mini, Barrel, Moogle
  5155. Weapon 1: 8F
  5156. Weapon 2: 8F
  5157. Flags: None
  5158. Death: Splash
  5159. Skill: 39
  5160. Money: 708
  5161. Chest rate: 4
  5162. Trap agility: 48
  5163. Disarm level: 0
  5164. Rare item rate: 7
  5165. Normal item: Chocolate
  5166. Rare item: Medical Herb
  5167.  
  5168. Ghoul
  5169. Level: 32
  5170. HP: 230
  5171. MP: 32
  5172. Strength: 30
  5173. Agility: 32
  5174. Intelligence: 35
  5175. Wisdom: 35
  5176. Evade: 99
  5177. Defense: 15
  5178. Magic eva: 0
  5179. Magic def: 0
  5180. Type: Evil
  5181. Element: Dark
  5182. Experience: 450
  5183. Blk.mag pwr: 1
  5184. Wht.mag pwr: 1
  5185. Protect against: Slow, Mini, Barrel, Moogle, Poison
  5186. Weapon 1: 90
  5187. Weapon 2: 91
  5188. Flags: None
  5189. Death: Skeleton
  5190. Skill: 23
  5191. Money: 288
  5192. Chest rate: 4
  5193. Trap agility: 48
  5194. Disarm level: 0
  5195. Rare item rate: 7
  5196. Normal item: Candy
  5197. Rare item: Medical Herb
  5198.  
  5199. Imp
  5200. Level: 34
  5201. HP: 138
  5202. MP: 64
  5203. Strength: 36
  5204. Agility: 37
  5205. Intelligence: 45
  5206. Wisdom: 45
  5207. Evade: 99
  5208. Defense: 15
  5209. Magic eva: 99
  5210. Magic def: 41
  5211. Type: Evil
  5212. Element: Dark
  5213. Experience: 582
  5214. Blk.mag pwr: 4
  5215. Wht.mag pwr: 4
  5216. Protect against: Stop, Mini, Barrel, Moogle, Burning
  5217. Weapon 1: 92
  5218. Weapon 2: 93
  5219. Flags: Can't throw, 80
  5220. Death: Ghost
  5221. Skill: 21
  5222. Money: 312
  5223. Chest rate: 4
  5224. Trap agility: 40
  5225. Disarm level: 0
  5226. Rare item rate: 7
  5227. Normal item: Candy
  5228. Rare item: Cup of Wishes
  5229.  
  5230. Blue Drop
  5231. Level: 28
  5232. HP: 380
  5233. MP: 0
  5234. Strength: 29
  5235. Agility: 20
  5236. Intelligence: 37
  5237. Wisdom: 37
  5238. Evade: 99
  5239. Defense: 21
  5240. Magic eva: 0
  5241. Magic def: 0
  5242. Type: Lizard
  5243. Element: Water
  5244. Experience: 330
  5245. Blk.mag pwr: 53
  5246. Wht.mag pwr: 53
  5247. Protect against: Freeze, Mini, Barrel, Moogle
  5248. Weapon 1: 94
  5249. Weapon 2: 95
  5250. Flags: None
  5251. Death: Splat
  5252. Skill: 0
  5253. Money: 216
  5254. Chest rate: 4, runs
  5255. Trap agility: 32
  5256. Disarm level: 3
  5257. Rare item rate: 7
  5258. Normal item: Chocolate
  5259. Rare item: Golden Tiara
  5260.  
  5261. Marmablue
  5262. Level: 46
  5263. HP: 324
  5264. MP: 30
  5265. Strength: 33
  5266. Agility: 51
  5267. Intelligence: 63
  5268. Wisdom: 63
  5269. Evade: 99
  5270. Defense: 65
  5271. Magic eva: 99
  5272. Magic def: 202
  5273. Type: Lizard
  5274. Element: Moon
  5275. Experience: 1385
  5276. Blk.mag pwr: 12
  5277. Wht.mag pwr: 12
  5278. Protect against: Stop, Mini, Barrel, Moogle
  5279. Weapon 1: 96
  5280. Weapon 2: 96
  5281. Flags: Can't throw, 80
  5282. Death: Splat
  5283. Skill: 39
  5284. Money: 816
  5285. Chest rate: 4, runs
  5286. Trap agility: 56
  5287. Disarm level: 0
  5288. Rare item rate: 7
  5289. Normal item: Faerie Walnut
  5290. Rare item: Cup of Wishes
  5291.  
  5292. Fierce Head
  5293. Level: 40
  5294. HP: 308
  5295. MP: 80
  5296. Strength: 46
  5297. Agility: 32
  5298. Intelligence: 55
  5299. Wisdom: 55
  5300. Evade: 0
  5301. Defense: 0
  5302. Magic eva: 0
  5303. Magic def: 0
  5304. Type: Evil
  5305. Element: Dark
  5306. Experience: 928
  5307. Blk.mag pwr: 14
  5308. Wht.mag pwr: 14
  5309. Protect against: Mini, Barrel, Transform, Moogle, Poison, Burning
  5310. Weapon 1: 97
  5311. Weapon 2: 98
  5312. Flags: None
  5313. Death: Blow up
  5314. Skill: 21
  5315. Money: 864
  5316. Chest rate: 4, runs
  5317. Trap agility: 56
  5318. Disarm level: 3
  5319. Rare item rate: 7
  5320. Normal item: Faerie Walnut
  5321. Rare item: Unicorn Helm
  5322.  
  5323. Griffin Hand
  5324. Level: 61
  5325. HP: 600
  5326. MP: 99
  5327. Strength: 99
  5328. Agility: 64
  5329. Intelligence: 69
  5330. Wisdom: 69
  5331. Evade: 99
  5332. Defense: 30
  5333. Magic eva: 99
  5334. Magic def: 100
  5335. Type: Animal
  5336. Element: Air
  5337. Experience: 3090
  5338. Blk.mag pwr: 75
  5339. Wht.mag pwr: 75
  5340. Protect against: Sleep, Confuse, Stop, Mini, Barrel, Moogle
  5341. Weapon 1: 99
  5342. Weapon 2: 9A
  5343. Flags: 80
  5344. Death: Feathers
  5345. Skill: 134
  5346. Money: 2560
  5347. Chest rate: 4, runs
  5348. Trap agility: 64
  5349. Disarm level: 3
  5350. Rare item rate: 7
  5351. Normal item: Chocolate
  5352. Rare item: Griffin Helm
  5353.  
  5354. Needlion
  5355. Level: 59
  5356. HP: 599
  5357. MP: 28
  5358. Strength: 42
  5359. Agility: 44
  5360. Intelligence: 53
  5361. Wisdom: 53
  5362. Evade: 99
  5363. Defense: 100
  5364. Magic eva: 99
  5365. Magic def: 191
  5366. Type: Animal
  5367. Element: Earth
  5368. Experience: 2800
  5369. Blk.mag pwr: 77
  5370. Wht.mag pwr: 77
  5371. Protect against: Slow, Petrify, Mini, Barrel, Moogle
  5372. Weapon 1: 9B
  5373. Weapon 2: 9C
  5374. Flags: None
  5375. Death: Splash
  5376. Skill: 87
  5377. Money: 2430
  5378. Chest rate: 4, runs
  5379. Trap agility: 56
  5380. Disarm level: 3
  5381. Rare item rate: 7
  5382. Normal item: Royal Jam
  5383. Rare item: Needle Helm
  5384.  
  5385. Metal Crab
  5386. Level: 62
  5387. HP: 533
  5388. MP: 28
  5389. Strength: 64
  5390. Agility: 20
  5391. Intelligence: 45
  5392. Wisdom: 45
  5393. Evade: 99
  5394. Defense: 10
  5395. Magic eva: 99
  5396. Magic def: 90
  5397. Type: Insect
  5398. Element: None
  5399. Experience: 3230
  5400. Blk.mag pwr: 89
  5401. Wht.mag pwr: 89
  5402. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  5403. Weapon 1: 9D
  5404. Weapon 2: 9E
  5405. Flags: None
  5406. Death: Dust
  5407. Skill: 135
  5408. Money: 2846
  5409. Chest rate: 4
  5410. Trap agility: 48
  5411. Disarm level: 3
  5412. Rare item rate: 7
  5413. Normal item: Vestguard
  5414. Rare item: Arrow's Orb
  5415.  
  5416. Armored Man
  5417. Level: 35
  5418. HP: 250
  5419. MP: 20
  5420. Strength: 45
  5421. Agility: 25
  5422. Intelligence: 39
  5423. Wisdom: 39
  5424. Evade: 99
  5425. Defense: 15
  5426. Magic eva: 0
  5427. Magic def: 0
  5428. Type: Insect
  5429. Element: None
  5430. Experience: 633
  5431. Blk.mag pwr: 58
  5432. Wht.mag pwr: 58
  5433. Protect against: Freeze, Petrify, Mini, Barrel, Transform, Moogle, Burning
  5434. Weapon 1: 9F
  5435. Weapon 2: 9F
  5436. Flags: None
  5437. Death: Ghost
  5438. Skill: 22
  5439. Money: 540
  5440. Chest rate: 4
  5441. Trap agility: 32
  5442. Disarm level: 0
  5443. Rare item rate: 7
  5444. Normal item: Candy
  5445. Rare item: Cup of Wishes
  5446.  
  5447. Shadow X2
  5448. Level: 1
  5449. HP: 800
  5450. MP: 0
  5451. Strength: 39
  5452. Agility: 10
  5453. Intelligence: 0
  5454. Wisdom: 0
  5455. Evade: 99
  5456. Defense: 20
  5457. Magic eva: 99
  5458. Magic def: 999
  5459. Type: None
  5460. Element: Dark
  5461. Experience: 0
  5462. Blk.mag pwr: 0
  5463. Wht.mag pwr: 0
  5464. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  5465. Weapon 1: 86
  5466. Weapon 2: 86
  5467. Flags: Can't throw
  5468. Death: Ghost
  5469. Skill: 32
  5470. Money: 0
  5471. Chest rate: 0
  5472. Trap agility: 0
  5473. Disarm level: 0
  5474. Rare item rate: 0
  5475. Normal item: 0 GP
  5476. Rare item: 0 GP
  5477.  
  5478. Eggplant Man
  5479. Level: 63
  5480. HP: 300
  5481. MP: 99
  5482. Strength: 28
  5483. Agility: 37
  5484. Intelligence: 88
  5485. Wisdom: 88
  5486. Evade: 99
  5487. Defense: 0
  5488. Magic eva: 99
  5489. Magic def: 90
  5490. Type: Human
  5491. Element: None
  5492. Experience: 3390
  5493. Blk.mag pwr: 1
  5494. Wht.mag pwr: 1
  5495. Protect against: Stop, Mini, Barrel, Transform, Moogle
  5496. Weapon 1: A2
  5497. Weapon 2: A2
  5498. Flags: Can't throw, 80
  5499. Death: Splash
  5500. Skill: 23
  5501. Money: 2444
  5502. Chest rate: 4, runs
  5503. Trap agility: 48
  5504. Disarm level: 3
  5505. Rare item rate: 7
  5506. Normal item: Cup of Wishes
  5507. Rare item: Watcher Ring
  5508.  
  5509. Captain Duck
  5510. Level: 51
  5511. HP: 523
  5512. MP: 22
  5513. Strength: 70
  5514. Agility: 50
  5515. Intelligence: 58
  5516. Wisdom: 58
  5517. Evade: 99
  5518. Defense: 93
  5519. Magic eva: 99
  5520. Magic def: 242
  5521. Type: Human
  5522. Element: None
  5523. Experience: 1850
  5524. Blk.mag pwr: 32
  5525. Wht.mag pwr: 32
  5526. Protect against: Mini, Barrel, Moogle
  5527. Weapon 1: A3
  5528. Weapon 2: A4
  5529. Flags: None
  5530. Death: Skeleton
  5531. Skill: 37
  5532. Money: 1440
  5533. Chest rate: 4
  5534. Trap agility: 56
  5535. Disarm level: 3
  5536. Rare item rate: 7
  5537. Normal item: Royal Jam
  5538. Rare item: Duck Helm
  5539.  
  5540. Nitro Pumpkin
  5541. Level: 45
  5542. HP: 420
  5543. MP: 20
  5544. Strength: 40
  5545. Agility: 52
  5546. Intelligence: 59
  5547. Wisdom: 59
  5548. Evade: 99
  5549. Defense: 162
  5550. Magic eva: 0
  5551. Magic def: 0
  5552. Type: Plant
  5553. Element: Mana
  5554. Experience: 1300
  5555. Blk.mag pwr: 26
  5556. Wht.mag pwr: 26
  5557. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  5558. Weapon 1: A5
  5559. Weapon 2: A5
  5560. Flags: None
  5561. Death: Blow up
  5562. Skill: 39
  5563. Money: 468
  5564. Chest rate: 4
  5565. Trap agility: 56
  5566. Disarm level: 0
  5567. Rare item rate: 7
  5568. Normal item: Cup of Wishes
  5569. Rare item: Chocolate
  5570.  
  5571. Turtlance
  5572. Level: 55
  5573. HP: 560
  5574. MP: 44
  5575. Strength: 80
  5576. Agility: 52
  5577. Intelligence: 60
  5578. Wisdom: 60
  5579. Evade: 99
  5580. Defense: 30
  5581. Magic eva: 99
  5582. Magic def: 300
  5583. Type: Lizard
  5584. Element: Water
  5585. Experience: 2300
  5586. Blk.mag pwr: 27
  5587. Wht.mag pwr: 27
  5588. Protect against: Mini, Barrel, Moogle
  5589. Weapon 1: A6
  5590. Weapon 2: A7
  5591. Flags: None
  5592. Death: Skeleton
  5593. Skill: 53
  5594. Money: 2965
  5595. Chest rate: 4, runs
  5596. Trap agility: 56
  5597. Disarm level: 3
  5598. Rare item rate: 7
  5599. Normal item: Chocolate
  5600. Rare item: Tortoise Mail
  5601.  
  5602. Tsunami
  5603. Level: 65
  5604. HP: 388
  5605. MP: 99
  5606. Strength: 52
  5607. Agility: 1
  5608. Intelligence: 64
  5609. Wisdom: 64
  5610. Evade: 99
  5611. Defense: 0
  5612. Magic eva: 99
  5613. Magic def: 238
  5614. Type: Lizard
  5615. Element: Water
  5616. Experience: 3700
  5617. Blk.mag pwr: 68
  5618. Wht.mag pwr: 68
  5619. Protect against: Freeze, Mini, Barrel, Moogle
  5620. Weapon 1: A8
  5621. Weapon 2: A8
  5622. Flags: Can't throw
  5623. Death: Splat
  5624. Skill: 87
  5625. Money: 2100
  5626. Chest rate: 4, runs
  5627. Trap agility: 56
  5628. Disarm level: 3
  5629. Rare item rate: 7
  5630. Normal item: Amulet Ring
  5631. Rare item: Spear's Orb
  5632.  
  5633. Basilisk
  5634. Level: 50
  5635. HP: 580
  5636. MP: 41
  5637. Strength: 52
  5638. Agility: 52
  5639. Intelligence: 66
  5640. Wisdom: 66
  5641. Evade: 99
  5642. Defense: 75
  5643. Magic eva: 99
  5644. Magic def: 242
  5645. Type: Lizard
  5646. Element: Earth
  5647. Experience: 1755
  5648. Blk.mag pwr: 37
  5649. Wht.mag pwr: 37
  5650. Protect against: Slow, Petrify, Mini, Barrel, Moogle
  5651. Weapon 1: A9
  5652. Weapon 2: AA
  5653. Flags: None
  5654. Death: Splash
  5655. Skill: 52
  5656. Money: 1200
  5657. Chest rate: 4, runs
  5658. Trap agility: 64
  5659. Disarm level: 3
  5660. Rare item rate: 7
  5661. Normal item: Faerie Walnut
  5662. Rare item: Cockatrice Cap
  5663.  
  5664. Gremlin
  5665. Level: 53
  5666. HP: 423
  5667. MP: 64
  5668. Strength: 54
  5669. Agility: 57
  5670. Intelligence: 67
  5671. Wisdom: 67
  5672. Evade: 99
  5673. Defense: 97
  5674. Magic eva: 99
  5675. Magic def: 403
  5676. Type: Evil
  5677. Element: Dark
  5678. Experience: 2074
  5679. Blk.mag pwr: 11
  5680. Wht.mag pwr: 11
  5681. Protect against: Freeze, Stop, Mini, Barrel, Transform, Moogle
  5682. Weapon 1: AB
  5683. Weapon 2: AC
  5684. Flags: Can't throw, 80
  5685. Death: Ghost
  5686. Skill: 70
  5687. Money: 1620
  5688. Chest rate: 4, runs
  5689. Trap agility: 64
  5690. Disarm level: 0
  5691. Rare item rate: 7
  5692. Normal item: Candy
  5693. Rare item: Royal Jam
  5694.  
  5695. Steelpion
  5696. Level: 47
  5697. HP: 390
  5698. MP: 52
  5699. Strength: 70
  5700. Agility: 22
  5701. Intelligence: 60
  5702. Wisdom: 60
  5703. Evade: 99
  5704. Defense: 15
  5705. Magic eva: 99
  5706. Magic def: 100
  5707. Type: Insect
  5708. Element: Earth
  5709. Experience: 1472
  5710. Blk.mag pwr: 37
  5711. Wht.mag pwr: 37
  5712. Protect against: Sleep, Mini, Barrel, Moogle, Poison
  5713. Weapon 1: AD
  5714. Weapon 2: AD
  5715. Flags: None
  5716. Death: Dust
  5717. Skill: 36
  5718. Money: 960
  5719. Chest rate: 4
  5720. Trap agility: 56
  5721. Disarm level: 0
  5722. Rare item rate: 7
  5723. Normal item: Medical Herb
  5724. Rare item: Royal Jam
  5725.  
  5726. Dark Ninja
  5727. Level: 37
  5728. HP: 300
  5729. MP: 22
  5730. Strength: 41
  5731. Agility: 46
  5732. Intelligence: 50
  5733. Wisdom: 50
  5734. Evade: 99
  5735. Defense: 17
  5736. Magic eva: 99
  5737. Magic def: 81
  5738. Type: Human
  5739. Element: None
  5740. Experience: 740
  5741. Blk.mag pwr: 45
  5742. Wht.mag pwr: 26
  5743. Protect against: Mini, Barrel, Transform, Moogle
  5744. Weapon 1: AE
  5745. Weapon 2: AF
  5746. Flags: None
  5747. Death: Blow up
  5748. Skill: 18
  5749. Money: 600
  5750. Chest rate: 4
  5751. Trap agility: 48
  5752. Disarm level: 0
  5753. Rare item rate: 7
  5754. Normal item: Candy
  5755. Rare item: Chocolate
  5756.  
  5757. Whimper
  5758. Level: 67
  5759. HP: 230
  5760. MP: 99
  5761. Strength: 58
  5762. Agility: 52
  5763. Intelligence: 71
  5764. Wisdom: 71
  5765. Evade: 99
  5766. Defense: 100
  5767. Magic eva: 99
  5768. Magic def: 238
  5769. Type: Insect
  5770. Element: Light
  5771. Experience: 4036
  5772. Blk.mag pwr: 60
  5773. Wht.mag pwr: 60
  5774. Protect against: Sleep, Petrify, Stop, Mini, Barrel, Moogle
  5775. Weapon 1: B0
  5776. Weapon 2: B0
  5777. Flags: Can't throw, 80
  5778. Death: Blow up
  5779. Skill: 87
  5780. Money: 2280
  5781. Chest rate: 4, runs
  5782. Trap agility: 64
  5783. Disarm level: 8
  5784. Rare item rate: 7
  5785. Normal item: Power Suit
  5786. Rare item: Javelin's Orb
  5787.  
  5788. Heck Hound
  5789. Level: 52
  5790. HP: 550
  5791. MP: 40
  5792. Strength: 70
  5793. Agility: 60
  5794. Intelligence: 68
  5795. Wisdom: 68
  5796. Evade: 99
  5797. Defense: 20
  5798. Magic eva: 99
  5799. Magic def: 190
  5800. Type: Animal
  5801. Element: Dark
  5802. Experience: 1964
  5803. Blk.mag pwr: 11
  5804. Wht.mag pwr: 11
  5805. Protect against: Freeze, Mini, Barrel, Transform, Moogle, Burning
  5806. Weapon 1: B1
  5807. Weapon 2: B1
  5808. Flags: None
  5809. Death: Splash
  5810. Skill: 53
  5811. Money: 2450
  5812. Chest rate: 4, runs
  5813. Trap agility: 64
  5814. Disarm level: 0
  5815. Rare item rate: 7
  5816. Normal item: Royal Jam
  5817. Rare item: Faerie Walnut
  5818.  
  5819. Fiend Head
  5820. Level: 66
  5821. HP: 1150
  5822. MP: 99
  5823. Strength: 57
  5824. Agility: 51
  5825. Intelligence: 70
  5826. Wisdom: 70
  5827. Evade: 99
  5828. Defense: 0
  5829. Magic eva: 99
  5830. Magic def: 238
  5831. Type: Evil
  5832. Element: Dark
  5833. Experience: 3868
  5834. Blk.mag pwr: 64
  5835. Wht.mag pwr: 64
  5836. Protect against: Petrify, Mini, Barrel, Transform, Moogle, Burning
  5837. Weapon 1: B2
  5838. Weapon 2: B3
  5839. Flags: None
  5840. Death: Blow up
  5841. Skill: 87
  5842. Money: 2280
  5843. Chest rate: 4, runs
  5844. Trap agility: 64
  5845. Disarm level: 3
  5846. Rare item rate: 7
  5847. Normal item: Vampire Cape
  5848. Rare item: Axe's Orb
  5849.  
  5850. National Scar
  5851. Level: 56
  5852. HP: 630
  5853. MP: 58
  5854. Strength: 98
  5855. Agility: 46
  5856. Intelligence: 56
  5857. Wisdom: 56
  5858. Evade: 99
  5859. Defense: 100
  5860. Magic eva: 99
  5861. Magic def: 282
  5862. Type: Plant
  5863. Element: Dark
  5864. Experience: 2425
  5865. Blk.mag pwr: 31
  5866. Wht.mag pwr: 31
  5867. Protect against: Freeze, Petrify, Stop, Mini, Barrel, Moogle, Poison
  5868. Weapon 1: B4
  5869. Weapon 2: B4
  5870. Flags: 80
  5871. Death: Ghost
  5872. Skill: 69
  5873. Money: 2600
  5874. Chest rate: 4, runs
  5875. Trap agility: 56
  5876. Disarm level: 3
  5877. Rare item rate: 7
  5878. Normal item: Faerie Walnut
  5879. Rare item: Amulet Helm
  5880.  
  5881. Dark Stalker
  5882. Level: 44
  5883. HP: 510
  5884. MP: 60
  5885. Strength: 70
  5886. Agility: 50
  5887. Intelligence: 34
  5888. Wisdom: 34
  5889. Evade: 99
  5890. Defense: 20
  5891. Magic eva: 99
  5892. Magic def: 100
  5893. Type: Evil
  5894. Element: Dark
  5895. Experience: 1219
  5896. Blk.mag pwr: 47
  5897. Wht.mag pwr: 47
  5898. Protect against: Mini, Barrel, Transform, Moogle
  5899. Weapon 1: B5
  5900. Weapon 2: B6
  5901. Flags: None
  5902. Death: Blow up
  5903. Skill: 70
  5904. Money: 900
  5905. Chest rate: 4, runs
  5906. Trap agility: 56
  5907. Disarm level: 3
  5908. Rare item rate: 7
  5909. Normal item: Chocolate
  5910. Rare item: Ninja Gloves
  5911.  
  5912. Dark Knight
  5913. Level: 41
  5914. HP: 200
  5915. MP: 56
  5916. Strength: 55
  5917. Agility: 44
  5918. Intelligence: 60
  5919. Wisdom: 60
  5920. Evade: 99
  5921. Defense: 20
  5922. Magic eva: 0
  5923. Magic def: 0
  5924. Type: Insect
  5925. Element: Dark
  5926. Experience: 996
  5927. Blk.mag pwr: 14
  5928. Wht.mag pwr: 14
  5929. Protect against: Sleep, Freeze, Petrify, Mini, Barrel, Moogle, Poison, Burning
  5930. Weapon 1: B7
  5931. Weapon 2: B7
  5932. Flags: None
  5933. Death: Ghost
  5934. Skill: 20
  5935. Money: 1020
  5936. Chest rate: 4, runs
  5937. Trap agility: 56
  5938. Disarm level: 3
  5939. Rare item rate: 7
  5940. Normal item: Magical Armor
  5941. Rare item: Gauntlet
  5942.  
  5943. Shape Shifter
  5944. Level: 43
  5945. HP: 350
  5946. MP: 0
  5947. Strength: 24
  5948. Agility: 42
  5949. Intelligence: 61
  5950. Wisdom: 61
  5951. Evade: 99
  5952. Defense: 121
  5953. Magic eva: 99
  5954. Magic def: 403
  5955. Type: Lizard
  5956. Element: None
  5957. Experience: 1140
  5958. Blk.mag pwr: 62
  5959. Wht.mag pwr: 62
  5960. Protect against: Mini, Barrel, Transform, Moogle
  5961. Weapon 1: B8
  5962. Weapon 2: B8
  5963. Flags: None
  5964. Death: Splat
  5965. Skill: 34
  5966. Money: 1500
  5967. Chest rate: 0
  5968. Trap agility: 0
  5969. Disarm level: 0
  5970. Rare item rate: 0
  5971. Normal item: 0 GP
  5972. Rare item: 0 GP
  5973.  
  5974. Wolf Lord
  5975. Level: 68
  5976. HP: 280
  5977. MP: 50
  5978. Strength: 59
  5979. Agility: 64
  5980. Intelligence: 90
  5981. Wisdom: 60
  5982. Evade: 99
  5983. Defense: 100
  5984. Magic eva: 99
  5985. Magic def: 323
  5986. Type: Evil
  5987. Element: Dark
  5988. Experience: 4210
  5989. Blk.mag pwr: 35
  5990. Wht.mag pwr: 1
  5991. Protect against: Stop, Mini, Barrel, Transform, Moogle
  5992. Weapon 1: B9
  5993. Weapon 2: B9
  5994. Flags: None
  5995. Death: Skeleton
  5996. Skill: 87
  5997. Money: 2400
  5998. Chest rate: 4, runs
  5999. Trap agility: 72
  6000. Disarm level: 8
  6001. Rare item rate: 7
  6002. Normal item: Faerie's Ring
  6003. Rare item: Gloves's Orb
  6004.  
  6005. Doom Sword
  6006. Level: 54
  6007. HP: 411
  6008. MP: 32
  6009. Strength: 90
  6010. Agility: 65
  6011. Intelligence: 69
  6012. Wisdom: 69
  6013. Evade: 99
  6014. Defense: 100
  6015. Magic eva: 99
  6016. Magic def: 242
  6017. Type: Insect
  6018. Element: None
  6019. Experience: 2190
  6020. Blk.mag pwr: 50
  6021. Wht.mag pwr: 50
  6022. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6023. Weapon 1: BA
  6024. Weapon 2: BA
  6025. Flags: Can't throw, 80
  6026. Death: Ghost
  6027. Skill: 34
  6028. Money: 2640
  6029. Chest rate: 4, runs
  6030. Trap agility: 48
  6031. Disarm level: 3
  6032. Rare item rate: 7
  6033. Normal item: Cup of Wishes
  6034. Rare item: Guardian Ring
  6035.  
  6036. Terminator
  6037. Level: 70
  6038. HP: 300
  6039. MP: 99
  6040. Strength: 82
  6041. Agility: 59
  6042. Intelligence: 75
  6043. Wisdom: 75
  6044. Evade: 99
  6045. Defense: 200
  6046. Magic eva: 99
  6047. Magic def: 238
  6048. Type: Insect
  6049. Element: Light
  6050. Experience: 4570
  6051. Blk.mag pwr: 61
  6052. Wht.mag pwr: 61
  6053. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6054. Weapon 1: BB
  6055. Weapon 2: BB
  6056. Flags: None
  6057. Death: Ghost
  6058. Skill: 71
  6059. Money: 3600
  6060. Chest rate: 4, runs
  6061. Trap agility: 72
  6062. Disarm level: 8
  6063. Rare item rate: 7
  6064. Normal item: Faerie Crown
  6065. Rare item: Whip's Orb
  6066.  
  6067. Master Ninja
  6068. Level: 69
  6069. HP: 400
  6070. MP: 44
  6071. Strength: 66
  6072. Agility: 77
  6073. Intelligence: 75
  6074. Wisdom: 75
  6075. Evade: 99
  6076. Defense: 100
  6077. Magic eva: 99
  6078. Magic def: 323
  6079. Type: Human
  6080. Element: None
  6081. Experience: 4388
  6082. Blk.mag pwr: 54
  6083. Wht.mag pwr: 54
  6084. Protect against: Hurt, Hurt bad, Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6085. Weapon 1: BC
  6086. Weapon 2: BD
  6087. Flags: None
  6088. Death: Blow up
  6089. Skill: 119
  6090. Money: 2760
  6091. Chest rate: 4, runs
  6092. Trap agility: 72
  6093. Disarm level: 8
  6094. Rare item rate: 7
  6095. Normal item: Faerie Cloak
  6096. Rare item: Boomerang's Orb
  6097.  
  6098. ?
  6099. Level: 1
  6100. HP: 1
  6101. MP: 0
  6102. Strength: 0
  6103. Agility: 0
  6104. Intelligence: 0
  6105. Wisdom: 0
  6106. Evade: 100
  6107. Defense: 65535
  6108. Magic eva: 100
  6109. Magic def: 65535
  6110. Type: None
  6111. Element: None
  6112. Experience: 0
  6113. Blk.mag pwr: 0
  6114. Wht.mag pwr: 0
  6115. Protect against: None
  6116. Weapon 1: F1
  6117. Weapon 2: F1
  6118. Flags: Can't throw
  6119. Death: Splash
  6120. Skill: 0
  6121. Money: 0
  6122.  
  6123. Crystal Orb
  6124. Level: 1
  6125. HP: 1
  6126. MP: 0
  6127. Strength: 0
  6128. Agility: 0
  6129. Intelligence: 0
  6130. Wisdom: 0
  6131. Evade: 0
  6132. Defense: 0
  6133. Magic eva: 0
  6134. Magic def: 0
  6135. Type: None
  6136. Element: None
  6137. Experience: 0
  6138. Blk.mag pwr: 0
  6139. Wht.mag pwr: 0
  6140. Protect against: None
  6141. Weapon 1: F1
  6142. Weapon 2: F1
  6143. Flags: Can't throw
  6144. Death: Splash
  6145. Skill: 0
  6146. Money: 0
  6147.  
  6148. Treasure Chest
  6149. Level: 1
  6150. HP: 0
  6151. MP: 0
  6152. Strength: 0
  6153. Agility: 0
  6154. Intelligence: 0
  6155. Wisdom: 0
  6156. Evade: 0
  6157. Defense: 0
  6158. Magic eva: 0
  6159. Magic def: 0
  6160. Type: None
  6161. Element: None
  6162. Experience: 0
  6163. Blk.mag pwr: 0
  6164. Wht.mag pwr: 0
  6165. Protect against: None
  6166. Weapon 1: SPIKE KNUCKLE
  6167. Weapon 2: SPIKE KNUCKLE
  6168. Flags: Can't throw
  6169. Death: Splash
  6170. Skill: 0
  6171. Money: 0
  6172.  
  6173. Mantis Ant
  6174. Level: 4
  6175. HP: 150
  6176. MP: 20
  6177. Strength: 8
  6178. Agility: 5
  6179. Intelligence: 7
  6180. Wisdom: 7
  6181. Evade: 0
  6182. Defense: 0
  6183. Magic eva: 0
  6184. Magic def: 0
  6185. Type: Insect
  6186. Element: Earth
  6187. Experience: 10
  6188. Blk.mag pwr: 17
  6189. Wht.mag pwr: 17
  6190. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6191. Weapon 1: SPIKE KNUCKLE
  6192. Weapon 2: SPIKE KNUCKLE
  6193. Flags: Can't throw
  6194. Death: Splash
  6195. Skill: 0
  6196. Money: 100
  6197. Set: 0304 0000
  6198. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=Falling Init=C23D48 Idle=C23D5A Atta=C23D8C IniA=C2D09A DthA=C2D09C ATbl=C2D0C9 Size=0004 Hght=FFE8
  6199. Load VRAM LZ: DB8E86 006200 1400
  6200. Palette: 000E=000E
  6201.  
  6202. Wall Face
  6203. Level: 17
  6204. HP: 920
  6205. MP: 99
  6206. Strength: 33
  6207. Agility: 20
  6208. Intelligence: 28
  6209. Wisdom: 28
  6210. Evade: 99
  6211. Defense: 15
  6212. Magic eva: 0
  6213. Magic def: 0
  6214. Type: Evil
  6215. Element: Air
  6216. Experience: 580
  6217. Blk.mag pwr: 2
  6218. Wht.mag pwr: 2
  6219. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6220. Weapon 1: SPIKE KNUCKLE
  6221. Weapon 2: SPIKE KNUCKLE
  6222. Flags: Can't throw
  6223. Death: Splash
  6224. Skill: 3
  6225. Money: 720
  6226. Set floor 2
  6227. Set: 0304 0000
  6228. Set: 02CB 6567
  6229. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C27AF4
  6230. Load VRAM LZ: DBADA1 003000 0800
  6231. Load VRAM LZ: DBB31C 006200 1400
  6232.  
  6233. Tropicallo
  6234. Level: 8
  6235. HP: 315
  6236. MP: 0
  6237. Strength: 15
  6238. Agility: 9
  6239. Intelligence: 20
  6240. Wisdom: 20
  6241. Evade: 0
  6242. Defense: 0
  6243. Magic eva: 0
  6244. Magic def: 0
  6245. Type: Plant
  6246. Element: Mana
  6247. Experience: 80
  6248. Blk.mag pwr: 13
  6249. Wht.mag pwr: 13
  6250. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6251. Weapon 1: SPIKE KNUCKLE
  6252. Weapon 2: SPIKE KNUCKLE
  6253. Flags: Can't throw
  6254. Death: Splash
  6255. Skill: 0
  6256. Money: 132
  6257. Set: 0304 0000
  6258. Set: 02CB 6567
  6259. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C244A8
  6260. Load VRAM LZ: DAE598 006200 1800
  6261. Load: DAFE0A 7F2000 0400
  6262. Load: DBD989 7F7000 0800
  6263. Palette: 0022=000F
  6264.  
  6265. Minotaur
  6266. Level: 31
  6267. HP: 1200
  6268. MP: 99
  6269. Strength: 33
  6270. Agility: 15
  6271. Intelligence: 39
  6272. Wisdom: 39
  6273. Evade: 99
  6274. Defense: 21
  6275. Magic eva: 99
  6276. Magic def: 150
  6277. Type: Animal
  6278. Element: Earth
  6279. Experience: 3348
  6280. Blk.mag pwr: 1
  6281. Wht.mag pwr: 64
  6282. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6283. Weapon 1: SPIKE KNUCKLE
  6284. Weapon 2: SPIKE KNUCKLE
  6285. Flags: Can't throw
  6286. Death: Splash
  6287. Skill: 7
  6288. Money: 1440
  6289. Set: 0304 0000
  6290. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C242E1 Idle=C242E8 Atta=C24341 IniA=C2D690 DthA=C2D672 ATbl=C2D6CA Size=0007 Remv=C24412 Hght=FFE8
  6291. Load: DB0BE4 7F2000 3000
  6292.  
  6293. Spikey Tiger
  6294. Level: 11
  6295. HP: 520
  6296. MP: 21
  6297. Strength: 19
  6298. Agility: 18
  6299. Intelligence: 20
  6300. Wisdom: 20
  6301. Evade: 0
  6302. Defense: 0
  6303. Magic eva: 0
  6304. Magic def: 0
  6305. Type: Animal
  6306. Element: Fire
  6307. Experience: 210
  6308. Blk.mag pwr: 13
  6309. Wht.mag pwr: 13
  6310. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6311. Weapon 1: SPIKE KNUCKLE
  6312. Weapon 2: SPIKE KNUCKLE
  6313. Flags: Can't throw
  6314. Death: Splash
  6315. Skill: 2
  6316. Money: 288
  6317. Set: 0304 0000
  6318. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C253F1 Idle=C2540C Atta=C2542E Dead=C2556D IniA=C2DB04 ATbl=C2DB4D Size=0004 Remv=C25571 Hght=FFF0
  6319. Load: DB7750 7F2000 2400
  6320.  
  6321. Jabberwocky
  6322. Level: 19
  6323. HP: 950
  6324. MP: 90
  6325. Strength: 28
  6326. Agility: 10
  6327. Intelligence: 30
  6328. Wisdom: 30
  6329. Evade: 99
  6330. Defense: 12
  6331. Magic eva: 99
  6332. Magic def: 15
  6333. Type: Lizard
  6334. Element: Water
  6335. Experience: 800
  6336. Blk.mag pwr: 79
  6337. Wht.mag pwr: 79
  6338. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6339. Weapon 1: SPIKE KNUCKLE
  6340. Weapon 2: SPIKE KNUCKLE
  6341. Flags: Can't throw
  6342. Death: Splash
  6343. Skill: 3
  6344. Money: 768
  6345. Set: 0304 0000
  6346. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C256DB
  6347. Load VRAM LZ: DB9B69 006200 1400
  6348.  
  6349. Spring Beak
  6350. Level: 21
  6351. HP: 720
  6352. MP: 99
  6353. Strength: 31
  6354. Agility: 1
  6355. Intelligence: 32
  6356. Wisdom: 32
  6357. Evade: 99
  6358. Defense: 0
  6359. Magic eva: 99
  6360. Magic def: 105
  6361. Type: Animal
  6362. Element: Air
  6363. Experience: 1090
  6364. Blk.mag pwr: 56
  6365. Wht.mag pwr: 56
  6366. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6367. Weapon 1: SPIKE KNUCKLE
  6368. Weapon 2: SPIKE KNUCKLE
  6369. Flags: Can't throw
  6370. Death: Splash
  6371. Skill: 4
  6372. Money: 864
  6373. Set: 0304 0000
  6374. Main sprite: Fl1=On BG1, Display, Show always, Frame1 Fl2=None Init=C266A0 Idle=C266D9 Atta=C2675A IniA=C2E30F DthA=C2E311 ATbl=C2E37D Size=0003 Remv=C267AD Hght=FFE0
  6375. Load VRAM LZ: DADA27 006200 1800
  6376.  
  6377. Frost Gigas
  6378. Level: 30
  6379. HP: 1140
  6380. MP: 99
  6381. Strength: 33
  6382. Agility: 1
  6383. Intelligence: 39
  6384. Wisdom: 39
  6385. Evade: 99
  6386. Defense: 37
  6387. Magic eva: 99
  6388. Magic def: 121
  6389. Type: Ghost
  6390. Element: Water
  6391. Experience: 3045
  6392. Blk.mag pwr: 36
  6393. Wht.mag pwr: 36
  6394. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6395. Weapon 1: SPIKE KNUCKLE
  6396. Weapon 2: SPIKE KNUCKLE
  6397. Flags: Can't throw
  6398. Death: Splash
  6399. Skill: 38
  6400. Money: 1200
  6401. Set: 0304 0000
  6402. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C262B8 Idle=C262C2 Atta=C2630F IniA=C2DFB8 DthA=C2DFBA ATbl=C2DFE7 Size=0004 Remv=C263AB Hght=FFE0
  6403. Load: DB5B9E 7F2000 2400
  6404. Load: DAF3C7 7F6400 0400
  6405.  
  6406. Snap Dragon
  6407. Level: 57
  6408. HP: 1215
  6409. MP: 6
  6410. Strength: 61
  6411. Agility: 10
  6412. Intelligence: 64
  6413. Wisdom: 64
  6414. Evade: 99
  6415. Defense: 105
  6416. Magic eva: 99
  6417. Magic def: 407
  6418. Type: Dragon
  6419. Element: Water
  6420. Experience: 19200
  6421. Blk.mag pwr: 29
  6422. Wht.mag pwr: 2
  6423. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6424. Weapon 1: SPIKE KNUCKLE
  6425. Weapon 2: SPIKE KNUCKLE
  6426. Flags: Can't throw
  6427. Death: Splash
  6428. Skill: 133
  6429. Money: 12480
  6430. Set: 0304 0001
  6431. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C2603B Idle=C2604B Atta=C260BB Dead=C26175 IniA=C2DD57 DthA=C2DD5A ATbl=C2DD94 Size=0002 Remv=C2617F Hght=FFF8 DTbl=C2DD4F
  6432. Load: DA9BC9 7F2000 2800
  6433.  
  6434. Mech Rider
  6435. Level: 24
  6436. HP: 980
  6437. MP: 18
  6438. Strength: 33
  6439. Agility: 8
  6440. Intelligence: 36
  6441. Wisdom: 36
  6442. Evade: 99
  6443. Defense: 9
  6444. Magic eva: 99
  6445. Magic def: 65
  6446. Type: Insect
  6447. Element: None
  6448. Experience: 1595
  6449. Blk.mag pwr: 7
  6450. Wht.mag pwr: 7
  6451. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6452. Weapon 1: SPIKE KNUCKLE
  6453. Weapon 2: SPIKE KNUCKLE
  6454. Flags: Can't throw
  6455. Death: Splash
  6456. Skill: 3
  6457. Money: 1055
  6458. Set: 0304 0000
  6459. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C270B3 Idle=C270C5 Atta=C27110 IniA=C2EB7B DthA=C2EB6B ATbl=C2EB9D Size=0004 Remv=C27272 Hght=FFD0 DTbl=C2EB63
  6460. Load: DA88FB 7F2000 1C00
  6461. Palette: 0058=000F
  6462.  
  6463. Doom's Wall
  6464. Level: 35
  6465. HP: 1180
  6466. MP: 99
  6467. Strength: 30
  6468. Agility: 9
  6469. Intelligence: 45
  6470. Wisdom: 45
  6471. Evade: 99
  6472. Defense: 33
  6473. Magic eva: 99
  6474. Magic def: 81
  6475. Type: Evil
  6476. Element: Dark
  6477. Experience: 4750
  6478. Blk.mag pwr: 4
  6479. Wht.mag pwr: 4
  6480. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6481. Weapon 1: SPIKE KNUCKLE
  6482. Weapon 2: SPIKE KNUCKLE
  6483. Flags: Can't throw
  6484. Death: Splash
  6485. Skill: 53
  6486. Money: 648
  6487. Set floor 2
  6488. Set: 0304 0001
  6489. Set: 02CB 6567
  6490. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C27AF4
  6491. Load VRAM LZ: DBADA1 003000 0800
  6492. Load VRAM LZ: DBB31C 006200 1400
  6493.  
  6494. Vampire
  6495. Level: 36
  6496. HP: 2550
  6497. MP: 99
  6498. Strength: 65
  6499. Agility: 12
  6500. Intelligence: 45
  6501. Wisdom: 45
  6502. Evade: 99
  6503. Defense: 20
  6504. Magic eva: 99
  6505. Magic def: 70
  6506. Type: Evil
  6507. Element: Dark
  6508. Experience: 5148
  6509. Blk.mag pwr: 13
  6510. Wht.mag pwr: 13
  6511. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6512. Weapon 1: SPIKE KNUCKLE
  6513. Weapon 2: SPIKE KNUCKLE
  6514. Flags: Can't throw
  6515. Death: Splash
  6516. Skill: 4
  6517. Money: 696
  6518. Set: 0304 0000
  6519. Set: 0FC0 D000
  6520. Main sprite: Fl1=On BG2, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C26B1B Idle=C26B33 Atta=C26B63 IniA=C2E5C7 DthA=C2E5C8 ATbl=C2E5FC Size=0003 Remv=C26BAD Hght=FFE0
  6521. Load: DB44B2 7F2000 2000
  6522.  
  6523. Metal Mantis
  6524. Level: 35
  6525. HP: 1220
  6526. MP: 40
  6527. Strength: 39
  6528. Agility: 11
  6529. Intelligence: 47
  6530. Wisdom: 47
  6531. Evade: 99
  6532. Defense: 15
  6533. Magic eva: 99
  6534. Magic def: 95
  6535. Type: Insect
  6536. Element: None
  6537. Experience: 4749
  6538. Blk.mag pwr: 85
  6539. Wht.mag pwr: 85
  6540. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6541. Weapon 1: SPIKE KNUCKLE
  6542. Weapon 2: SPIKE KNUCKLE
  6543. Flags: Can't throw
  6544. Death: Splash
  6545. Skill: 70
  6546. Money: 1464
  6547. Set: 0304 0001
  6548. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=Falling Init=C23D48 Idle=C23D5A Atta=C23D8C IniA=C2D09A DthA=C2D09C ATbl=C2D0C9 Size=0004 Hght=FFE8
  6549. Load VRAM LZ: DB8E86 006200 1400
  6550.  
  6551. Mech Rider
  6552. Level: 38
  6553. HP: 1258
  6554. MP: 30
  6555. Strength: 30
  6556. Agility: 1
  6557. Intelligence: 48
  6558. Wisdom: 48
  6559. Evade: 99
  6560. Defense: 15
  6561. Magic eva: 99
  6562. Magic def: 53
  6563. Type: Insect
  6564. Element: None
  6565. Experience: 6013
  6566. Blk.mag pwr: 105
  6567. Wht.mag pwr: 2
  6568. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6569. Weapon 1: SPIKE KNUCKLE
  6570. Weapon 2: SPIKE KNUCKLE
  6571. Flags: Can't throw
  6572. Death: Splash
  6573. Skill: 37
  6574. Money: 1500
  6575. Set: 0304 0001
  6576. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C270B3 Idle=C270C5 Atta=C27110 IniA=C2EB7B DthA=C2EB6B ATbl=C2EB9D Size=0004 Remv=C27272 Hght=FFD0 DTbl=C2EB63
  6577. Load: DA88FB 7F2000 1C00
  6578. Palette: 0058=000F
  6579.  
  6580. Kilroy
  6581. Level: 18
  6582. HP: 900
  6583. MP: 18
  6584. Strength: 13
  6585. Agility: 15
  6586. Intelligence: 27
  6587. Wisdom: 27
  6588. Evade: 99
  6589. Defense: 11
  6590. Magic eva: 99
  6591. Magic def: 61
  6592. Type: Insect
  6593. Element: None
  6594. Experience: 686
  6595. Blk.mag pwr: 26
  6596. Wht.mag pwr: 26
  6597. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6598. Weapon 1: SPIKE KNUCKLE
  6599. Weapon 2: SPIKE KNUCKLE
  6600. Flags: Can't throw
  6601. Death: Splash
  6602. Skill: 1
  6603. Money: 650
  6604. Set: 0304 0000
  6605. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=None Init=C23F78 Idle=C23F93 Atta=C23FD9 Dead=C24083 IniA=C2D224 DthA=C2D226 ATbl=C2D272 Size=0003 Remv=C24090 Hght=FFE0
  6606. Sprite: Not character, Frame1 C241A0
  6607. Sprite: Not character, Frame1 C2415D
  6608. Load VRAM LZ: DAB63A 006200 0C00
  6609. Load VRAM LZ: DABC9C 006800 0C00
  6610.  
  6611. Gorgon Bull
  6612. Level: 45
  6613. HP: 2470
  6614. MP: 99
  6615. Strength: 70
  6616. Agility: 13
  6617. Intelligence: 54
  6618. Wisdom: 54
  6619. Evade: 99
  6620. Defense: 57
  6621. Magic eva: 99
  6622. Magic def: 290
  6623. Type: Animal
  6624. Element: Earth
  6625. Experience: 9755
  6626. Blk.mag pwr: 100
  6627. Wht.mag pwr: 1
  6628. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6629. Weapon 1: SPIKE KNUCKLE
  6630. Weapon 2: SPIKE KNUCKLE
  6631. Flags: Can't throw
  6632. Death: Splash
  6633. Skill: 40
  6634. Money: 4800
  6635. Set: 0304 0001
  6636. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C242E1 Idle=C242E8 Atta=C24341 IniA=C2D690 DthA=C2D672 ATbl=C2D6CA Size=0007 Remv=C24412 Hght=FFE8
  6637. Load: DB0BE4 7F2000 3000
  6638.  
  6639. Brambler
  6640. Level: 8
  6641. HP: 78
  6642. MP: 99
  6643. Strength: 15
  6644. Agility: 9
  6645. Intelligence: 20
  6646. Wisdom: 20
  6647. Evade: 0
  6648. Defense: 0
  6649. Magic eva: 0
  6650. Magic def: 0
  6651. Type: Plant
  6652. Element: Mana
  6653. Experience: 2
  6654. Blk.mag pwr: 13
  6655. Wht.mag pwr: 13
  6656. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6657. Weapon 1: SPIKE KNUCKLE
  6658. Weapon 2: SPIKE KNUCKLE
  6659. Flags: Can't throw
  6660. Death: Splash
  6661. Skill: 0
  6662. Money: 24
  6663. Set: 0304 0000
  6664. Set: 02CB 6567
  6665. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C244A8
  6666. Load VRAM LZ: DAE598 006200 1800
  6667. Load: DAFE0A 7F2000 0400
  6668. Load: DBD989 7F7000 0800
  6669. Palette: 0022=000F
  6670.  
  6671. Boreal Face
  6672. Level: 27
  6673. HP: 1100
  6674. MP: 12
  6675. Strength: 24
  6676. Agility: 12
  6677. Intelligence: 37
  6678. Wisdom: 37
  6679. Evade: 99
  6680. Defense: 13
  6681. Magic eva: 99
  6682. Magic def: 161
  6683. Type: Plant
  6684. Element: Mana
  6685. Experience: 2245
  6686. Blk.mag pwr: 110
  6687. Wht.mag pwr: 2
  6688. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6689. Weapon 1: SPIKE KNUCKLE
  6690. Weapon 2: SPIKE KNUCKLE
  6691. Flags: Can't throw
  6692. Death: Splash
  6693. Skill: 4
  6694. Money: 1040
  6695. Set: 0304 0001
  6696. Set: 02CB 6567
  6697. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C244A8
  6698. Load VRAM LZ: DAE598 006200 1800
  6699. Load: DAFE0A 7F2000 0400
  6700. Load: DBD989 7F7000 0800
  6701. Palette: 0025=000F
  6702.  
  6703. Great Viper
  6704. Level: 23
  6705. HP: 1330
  6706. MP: 8
  6707. Strength: 29
  6708. Agility: 8
  6709. Intelligence: 31
  6710. Wisdom: 31
  6711. Evade: 0
  6712. Defense: 0
  6713. Magic eva: 99
  6714. Magic def: 81
  6715. Type: Lizard
  6716. Element: Earth
  6717. Experience: 1410
  6718. Blk.mag pwr: 3
  6719. Wht.mag pwr: 3
  6720. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6721. Weapon 1: SPIKE KNUCKLE
  6722. Weapon 2: SPIKE KNUCKLE
  6723. Flags: Can't throw
  6724. Death: Splash
  6725. Skill: 5
  6726. Money: 1056
  6727. Set: 0304 0000
  6728. Main sprite: Fl1=On BG1, Crash chr, Display, Show always, Frame1 Fl2=None Init=C274F9 Idle=C27605 Atta=C27661 Dead=C276D1 IniA=C2ED23 DthA=C2ED25 ATbl=C2ED65 DTbl=C2ED17
  6729. Load VRAM LZ: DBBC2C 006200 1800
  6730.  
  6731. Lime Slime
  6732. Level: 42
  6733. HP: 3470
  6734. MP: 99
  6735. Strength: 21
  6736. Agility: 12
  6737. Intelligence: 55
  6738. Wisdom: 55
  6739. Evade: 99
  6740. Defense: 31
  6741. Magic eva: 99
  6742. Magic def: 400
  6743. Type: Lizard
  6744. Element: Water
  6745. Experience: 8000
  6746. Blk.mag pwr: 19
  6747. Wht.mag pwr: 1
  6748. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6749. Weapon 1: SPIKE KNUCKLE
  6750. Weapon 2: SPIKE KNUCKLE
  6751. Flags: Can't throw
  6752. Death: Splash
  6753. Skill: 37
  6754. Money: 3000
  6755. Set: 0304 0000
  6756. Set: 02CB 6601
  6757. Main sprite: On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 C28455
  6758. Clear floor 2
  6759. Load M7 LZ: DB0000 000000 1C00
  6760. Load: DAF74A 7F2000 0800
  6761. Load: DBD846 7F2800 0400
  6762. Palette: 007E=000E
  6763.  
  6764. Blue Spike
  6765. Level: 44
  6766. HP: 1980
  6767. MP: 99
  6768. Strength: 38
  6769. Agility: 10
  6770. Intelligence: 52
  6771. Wisdom: 52
  6772. Evade: 99
  6773. Defense: 53
  6774. Magic eva: 99
  6775. Magic def: 250
  6776. Type: Animal
  6777. Element: None
  6778. Experience: 9150
  6779. Blk.mag pwr: 22
  6780. Wht.mag pwr: 2
  6781. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6782. Weapon 1: SPIKE KNUCKLE
  6783. Weapon 2: SPIKE KNUCKLE
  6784. Flags: Can't throw
  6785. Death: Splash
  6786. Skill: 86
  6787. Money: 3840
  6788. Set: 0304 0001
  6789. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C253F1 Idle=C2540C Atta=C2542E Dead=C2556D IniA=C2DB04 ATbl=C2DB4D Size=0004 Remv=C25571 Hght=FFF0
  6790. Load: DB7750 7F2000 2400
  6791.  
  6792. Chamber's Eye
  6793. Level: 17
  6794. HP: 300
  6795. MP: 99
  6796. Strength: 33
  6797. Agility: 20
  6798. Intelligence: 28
  6799. Wisdom: 28
  6800. Evade: 99
  6801. Defense: 13
  6802. Magic eva: 0
  6803. Magic def: 0
  6804. Type: Evil
  6805. Element: Air
  6806. Experience: 2
  6807. Blk.mag pwr: 2
  6808. Wht.mag pwr: 2
  6809. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6810. Weapon 1: SPIKE KNUCKLE
  6811. Weapon 2: SPIKE KNUCKLE
  6812. Flags: Can't throw
  6813. Death: Splash
  6814. Skill: 3
  6815. Money: 0
  6816.  
  6817. Hydra
  6818. Level: 49
  6819. HP: 3382
  6820. MP: 99
  6821. Strength: 66
  6822. Agility: 13
  6823. Intelligence: 62
  6824. Wisdom: 62
  6825. Evade: 99
  6826. Defense: 90
  6827. Magic eva: 99
  6828. Magic def: 400
  6829. Type: Lizard
  6830. Element: Water
  6831. Experience: 12439
  6832. Blk.mag pwr: 63
  6833. Wht.mag pwr: 63
  6834. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6835. Weapon 1: SPIKE KNUCKLE
  6836. Weapon 2: SPIKE KNUCKLE
  6837. Flags: Can't throw
  6838. Death: Splash
  6839. Skill: 65
  6840. Money: 3600
  6841. Set: 0304 0001
  6842. Main sprite: On BG1, Crash chr, Display, Show always, Frame1 C256DB
  6843. Load VRAM LZ: DB9B69 006200 1400
  6844.  
  6845. Aegagropilon
  6846. Level: 47
  6847. HP: 3016
  6848. MP: 99
  6849. Strength: 55
  6850. Agility: 1
  6851. Intelligence: 61
  6852. Wisdom: 61
  6853. Evade: 99
  6854. Defense: 15
  6855. Magic eva: 99
  6856. Magic def: 97
  6857. Type: Plant
  6858. Element: Mana
  6859. Experience: 11050
  6860. Blk.mag pwr: 11
  6861. Wht.mag pwr: 1
  6862. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6863. Weapon 1: SPIKE KNUCKLE
  6864. Weapon 2: SPIKE KNUCKLE
  6865. Flags: Can't throw
  6866. Death: Splash
  6867. Skill: 39
  6868. Money: 1800
  6869. Set floor 2
  6870. Main sprite: Fl1=On BG1, BG, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=None Init=C25150 Idle=C25193 Atta=C251CD Dead=C2526A IniA=C2D8F2 DthA=C2D8F4 ATbl=C2D91A Size=0004 Remv=C25277 Hght=FFE0
  6871. Set: 0FC0 0000
  6872. Set: 0FC2 0000
  6873. Load VRAM LZ: DBA467 006200 0800
  6874. Load VRAM LZ: DBA683 003000 0C00
  6875.  
  6876. Hexas
  6877. Level: 58
  6878. HP: 3465
  6879. MP: 69
  6880. Strength: 50
  6881. Agility: 8
  6882. Intelligence: 64
  6883. Wisdom: 64
  6884. Evade: 99
  6885. Defense: 81
  6886. Magic eva: 99
  6887. Magic def: 323
  6888. Type: Evil
  6889. Element: None
  6890. Experience: 20103
  6891. Blk.mag pwr: 16
  6892. Wht.mag pwr: 1
  6893. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6894. Weapon 1: SPIKE KNUCKLE
  6895. Weapon 2: SPIKE KNUCKLE
  6896. Flags: Can't throw
  6897. Death: Splash
  6898. Skill: 54
  6899. Money: 14400
  6900. Set: 0304 0000
  6901. Set: 02CB 65B4
  6902. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=None Init=C26501 Idle=C26520 Atta=C2654B IniA=C2E13A DthA=C2E13C ATbl=C2E173 Size=0004 Remv=C265DC Hght=FFE0
  6903. Load VRAM: DB2B7A 006200 1000
  6904. Load: DB35B1 7F2000 1400
  6905. Palette: 0038=000F
  6906.  
  6907. Kettle Kin
  6908. Level: 53
  6909. HP: 1230
  6910. MP: 33
  6911. Strength: 41
  6912. Agility: 1
  6913. Intelligence: 66
  6914. Wisdom: 66
  6915. Evade: 99
  6916. Defense: 30
  6917. Magic eva: 99
  6918. Magic def: 282
  6919. Type: Insect
  6920. Element: None
  6921. Experience: 15555
  6922. Blk.mag pwr: 19
  6923. Wht.mag pwr: 2
  6924. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6925. Weapon 1: SPIKE KNUCKLE
  6926. Weapon 2: SPIKE KNUCKLE
  6927. Flags: Can't throw
  6928. Death: Splash
  6929. Skill: 53
  6930. Money: 3360
  6931. Set: 0304 0001
  6932. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, Frame1 Fl2=None Init=C241F8 Idle=C24213 Atta=C24235 Dead=C242D3 IniA=C2D46B DthA=C2D46D ATbl=C2D4CF Size=0003 Remv=C242E0 Hght=FFE0
  6933. Sprite: Not character, Frame1 C2D3F9
  6934. Sprite: Not character, Frame1 C2415D
  6935. Load VRAM LZ: DAB63A 006200 0C00
  6936. Load VRAM LZ: DABC9C 006800 0C00
  6937.  
  6938. Tonpole
  6939. Level: 12
  6940. HP: 600
  6941. MP: 0
  6942. Strength: 22
  6943. Agility: 31
  6944. Intelligence: 23
  6945. Wisdom: 23
  6946. Evade: 0
  6947. Defense: 0
  6948. Magic eva: 0
  6949. Magic def: 0
  6950. Type: Lizard
  6951. Element: Water
  6952. Experience: 50
  6953. Blk.mag pwr: 20
  6954. Wht.mag pwr: 20
  6955. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6956. Weapon 1: SPIKE KNUCKLE
  6957. Weapon 2: SPIKE KNUCKLE
  6958. Flags: Can't throw
  6959. Death: Splash
  6960. Skill: 0
  6961. Money: 0
  6962. Set: 0304 0000
  6963. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C2603B Idle=C2604B Atta=C260BB Dead=C26175 IniA=C2DD57 DthA=C2DD5A ATbl=C2DD94 Size=0002 Remv=C2617F Hght=FFF8 DTbl=C2DD4F
  6964. Load: DA9BC9 7F2000 2800
  6965.  
  6966. Mech Rider
  6967. Level: 59
  6968. HP: 4327
  6969. MP: 38
  6970. Strength: 61
  6971. Agility: 15
  6972. Intelligence: 67
  6973. Wisdom: 67
  6974. Evade: 99
  6975. Defense: 117
  6976. Magic eva: 99
  6977. Magic def: 323
  6978. Type: Insect
  6979. Element: None
  6980. Experience: 21104
  6981. Blk.mag pwr: 37
  6982. Wht.mag pwr: 2
  6983. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  6984. Weapon 1: SPIKE KNUCKLE
  6985. Weapon 2: SPIKE KNUCKLE
  6986. Flags: Can't throw
  6987. Death: Splash
  6988. Skill: 69
  6989. Money: 16000
  6990. Set: 0304 0002
  6991. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C270B3 Idle=C270C5 Atta=C27110 IniA=C2EB7B DthA=C2EB6B ATbl=C2EB9D Size=0004 Remv=C27272 Hght=FFD0 DTbl=C2EB63
  6992. Load: DA88FB 7F2000 1C00
  6993. Palette: 0058=000F
  6994.  
  6995. Snow Dragon
  6996. Level: 64
  6997. HP: 2800
  6998. MP: 99
  6999. Strength: 50
  7000. Agility: 1
  7001. Intelligence: 88
  7002. Wisdom: 88
  7003. Evade: 99
  7004. Defense: 88
  7005. Magic eva: 99
  7006. Magic def: 474
  7007. Type: Dragon
  7008. Element: Water
  7009. Experience: 26588
  7010. Blk.mag pwr: 40
  7011. Wht.mag pwr: 1
  7012. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7013. Weapon 1: SPIKE KNUCKLE
  7014. Weapon 2: SPIKE KNUCKLE
  7015. Flags: Can't throw
  7016. Death: Splash
  7017. Skill: 87
  7018. Money: 18360
  7019. Set floor 2
  7020. Set: 0304 0000
  7021. Main sprite: Fl1=On BG1, Display, Show always, Frame1 Fl2=None Init=C28AFC Idle=C28B31 Atta=C28C20 IniA=C2F028 DthA=C2F02A ATbl=C2F056 Size=0004 Remv=C28CFA Hght=FFE0
  7022. Load VRAM LZ: DAC294 002B00 1200
  7023. Load VRAM LZ: DACEF6 006200 1000
  7024.  
  7025. Fire Gigas
  7026. Level: 14
  7027. HP: 850
  7028. MP: 66
  7029. Strength: 25
  7030. Agility: 1
  7031. Intelligence: 30
  7032. Wisdom: 30
  7033. Evade: 0
  7034. Defense: 0
  7035. Magic eva: 99
  7036. Magic def: 45
  7037. Type: Ghost
  7038. Element: Fire
  7039. Experience: 326
  7040. Blk.mag pwr: 42
  7041. Wht.mag pwr: 42
  7042. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7043. Weapon 1: SPIKE KNUCKLE
  7044. Weapon 2: SPIKE KNUCKLE
  7045. Flags: Can't throw
  7046. Death: Splash
  7047. Skill: 4
  7048. Money: 360
  7049. Set: 0304 0001
  7050. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C262B8 Idle=C262C2 Atta=C2630F IniA=C2DFB8 DthA=C2DFBA ATbl=C2DFE7 Size=0004 Remv=C263AB Hght=FFE0
  7051. Load: DB5B9E 7F2000 2400
  7052. Load: DAF593 7F6400 0400
  7053.  
  7054. Red Dragon
  7055. Level: 66
  7056. HP: 3000
  7057. MP: 99
  7058. Strength: 50
  7059. Agility: 1
  7060. Intelligence: 89
  7061. Wisdom: 89
  7062. Evade: 99
  7063. Defense: 88
  7064. Magic eva: 99
  7065. Magic def: 474
  7066. Type: Dragon
  7067. Element: Fire
  7068. Experience: 29000
  7069. Blk.mag pwr: 35
  7070. Wht.mag pwr: 1
  7071. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7072. Weapon 1: SPIKE KNUCKLE
  7073. Weapon 2: SPIKE KNUCKLE
  7074. Flags: Can't throw
  7075. Death: Splash
  7076. Skill: 87
  7077. Money: 21800
  7078. Set floor 2
  7079. Set: 0304 0001
  7080. Main sprite: Fl1=On BG1, Display, Show always, Frame1 Fl2=None Init=C28AFC Idle=C28B31 Atta=C28C20 IniA=C2F028 DthA=C2F02A ATbl=C2F056 Size=0004 Remv=C28CFA Hght=FFE0
  7081. Load VRAM LZ: DAC294 002B00 1200
  7082. Load VRAM LZ: DACEF6 006200 1000
  7083.  
  7084. Axe Beak
  7085. Level: 65
  7086. HP: 2800
  7087. MP: 99
  7088. Strength: 89
  7089. Agility: 1
  7090. Intelligence: 87
  7091. Wisdom: 87
  7092. Evade: 99
  7093. Defense: 88
  7094. Magic eva: 99
  7095. Magic def: 474
  7096. Type: Animal
  7097. Element: Fire
  7098. Experience: 27784
  7099. Blk.mag pwr: 37
  7100. Wht.mag pwr: 1
  7101. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7102. Weapon 1: SPIKE KNUCKLE
  7103. Weapon 2: SPIKE KNUCKLE
  7104. Flags: Can't throw
  7105. Death: Splash
  7106. Skill: 119
  7107. Money: 20400
  7108. Set: 0304 0001
  7109. Main sprite: Fl1=On BG1, Display, Show always, Frame1 Fl2=None Init=C266A0 Idle=C266D9 Atta=C2675A IniA=C2E30F DthA=C2E311 ATbl=C2E37D Size=0003 Remv=C267AD Hght=FFE0
  7110. Load VRAM LZ: DADA27 006200 1800
  7111.  
  7112. Blue Dragon
  7113. Level: 68
  7114. HP: 3200
  7115. MP: 99
  7116. Strength: 50
  7117. Agility: 1
  7118. Intelligence: 89
  7119. Wisdom: 89
  7120. Evade: 99
  7121. Defense: 88
  7122. Magic eva: 99
  7123. Magic def: 474
  7124. Type: Dragon
  7125. Element: Air
  7126. Experience: 31570
  7127. Blk.mag pwr: 37
  7128. Wht.mag pwr: 1
  7129. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7130. Weapon 1: SPIKE KNUCKLE
  7131. Weapon 2: SPIKE KNUCKLE
  7132. Flags: Can't throw
  7133. Death: Splash
  7134. Skill: 87
  7135. Money: 28560
  7136. Set floor 2
  7137. Set: 0304 0002
  7138. Main sprite: Fl1=On BG1, Display, Show always, Frame1 Fl2=None Init=C28AFC Idle=C28B31 Atta=C28C20 IniA=C2F028 DthA=C2F02A ATbl=C2F056 Size=0004 Remv=C28CFA Hght=FFE0
  7139. Load VRAM LZ: DAC294 002B00 1200
  7140. Load VRAM LZ: DACEF6 006200 1000
  7141.  
  7142. Buffy
  7143. Level: 71
  7144. HP: 4200
  7145. MP: 99
  7146. Strength: 81
  7147. Agility: 15
  7148. Intelligence: 73
  7149. Wisdom: 73
  7150. Evade: 99
  7151. Defense: 100
  7152. Magic eva: 99
  7153. Magic def: 323
  7154. Type: Evil
  7155. Element: Dark
  7156. Experience: 35686
  7157. Blk.mag pwr: 57
  7158. Wht.mag pwr: 1
  7159. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7160. Weapon 1: SPIKE KNUCKLE
  7161. Weapon 2: SPIKE KNUCKLE
  7162. Flags: Can't throw
  7163. Death: Splash
  7164. Skill: 87
  7165. Money: 22200
  7166. Set: 0304 0001
  7167. Set: 0FC0 D000
  7168. Main sprite: Fl1=On BG2, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C26B1B Idle=C26B33 Atta=C26B63 IniA=C2E5C7 DthA=C2E5C8 ATbl=C2E5FC Size=0003 Remv=C26BAD Hght=FFE0
  7169. Load: DB44B2 7F2000 2000
  7170.  
  7171. Dark Lich
  7172. Level: 73
  7173. HP: 6666
  7174. MP: 99
  7175. Strength: 74
  7176. Agility: 1
  7177. Intelligence: 96
  7178. Wisdom: 96
  7179. Evade: 99
  7180. Defense: 200
  7181. Magic eva: 99
  7182. Magic def: 423
  7183. Type: Evil
  7184. Element: Dark
  7185. Experience: 38600
  7186. Blk.mag pwr: 44
  7187. Wht.mag pwr: 44
  7188. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7189. Weapon 1: SPIKE KNUCKLE
  7190. Weapon 2: SPIKE KNUCKLE
  7191. Flags: Can't throw
  7192. Death: Splash
  7193. Skill: 88
  7194. Money: 27000
  7195. Set floor 2
  7196. Main sprite: Fl1=On BG1, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C26DE7 Idle=C26DFB Atta=C26E82 Dead=C26EBA IniA=C2E848 DthA=C2E84A ATbl=C2E896 Remv=C26ECA
  7197. Load VRAM LZ: DBC64A 002000 1000
  7198. Load VRAM LZ: DBC64A 003000 1000
  7199. Load: DA652B 7F2000 3000
  7200. Load: DA848A 7F7000 0800
  7201.  
  7202. Biting Lizard
  7203. Level: 12
  7204. HP: 770
  7205. MP: 6
  7206. Strength: 24
  7207. Agility: 31
  7208. Intelligence: 23
  7209. Wisdom: 23
  7210. Evade: 0
  7211. Defense: 0
  7212. Magic eva: 0
  7213. Magic def: 0
  7214. Type: Lizard
  7215. Element: Water
  7216. Experience: 210
  7217. Blk.mag pwr: 14
  7218. Wht.mag pwr: 14
  7219. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7220. Weapon 1: SPIKE KNUCKLE
  7221. Weapon 2: SPIKE KNUCKLE
  7222. Flags: Can't throw
  7223. Death: Splash
  7224. Skill: 3
  7225. Money: 348
  7226. Set: 0304 0000
  7227. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=Falling Init=C2603B Idle=C2604B Atta=C260BB Dead=C26175 IniA=C2DD57 DthA=C2DD5A ATbl=C2DD94 Size=0002 Remv=C2617F Hght=FFF8 DTbl=C2DD4F
  7228. Load: DA9BC9 7F2000 2800
  7229.  
  7230. Dragon Worm
  7231. Level: 62
  7232. HP: 3525
  7233. MP: 99
  7234. Strength: 54
  7235. Agility: 10
  7236. Intelligence: 66
  7237. Wisdom: 66
  7238. Evade: 99
  7239. Defense: 90
  7240. Magic eva: 99
  7241. Magic def: 474
  7242. Type: Dragon
  7243. Element: Earth
  7244. Experience: 24290
  7245. Blk.mag pwr: 56
  7246. Wht.mag pwr: 1
  7247. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7248. Weapon 1: SPIKE KNUCKLE
  7249. Weapon 2: SPIKE KNUCKLE
  7250. Flags: Can't throw
  7251. Death: Splash
  7252. Skill: 120
  7253. Money: 17460
  7254. Set: 0304 0001
  7255. Main sprite: Fl1=On BG1, Crash chr, Display, Show always, Frame1 Fl2=None Init=C274F9 Idle=C27605 Atta=C27661 Dead=C276D1 IniA=C2ED23 DthA=C2ED25 ATbl=C2ED65 DTbl=C2ED17
  7256. Load VRAM LZ: DBBC2C 006200 1800
  7257.  
  7258. Dread Slime
  7259. Level: 72
  7260. HP: 5000
  7261. MP: 99
  7262. Strength: 46
  7263. Agility: 19
  7264. Intelligence: 80
  7265. Wisdom: 80
  7266. Evade: 99
  7267. Defense: 200
  7268. Magic eva: 99
  7269. Magic def: 500
  7270. Type: Lizard
  7271. Element: Light
  7272. Experience: 37000
  7273. Blk.mag pwr: 50
  7274. Wht.mag pwr: 50
  7275. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7276. Weapon 1: SPIKE KNUCKLE
  7277. Weapon 2: SPIKE KNUCKLE
  7278. Flags: Can't throw
  7279. Death: Splash
  7280. Skill: 119
  7281. Money: 26400
  7282. Set: 0304 0001
  7283. Set: 02CB 6601
  7284. Main sprite: On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 C28455
  7285. Clear floor 2
  7286. Load M7 LZ: DB0000 000000 1C00
  7287. Load: DAF74A 7F2000 0800
  7288. Load: DBD846 7F2800 0400
  7289. Palette: 007E=000E
  7290.  
  7291. Thunder Gigas
  7292. Level: 67
  7293. HP: 4462
  7294. MP: 99
  7295. Strength: 87
  7296. Agility: 15
  7297. Intelligence: 88
  7298. Wisdom: 88
  7299. Evade: 99
  7300. Defense: 90
  7301. Magic eva: 99
  7302. Magic def: 474
  7303. Type: Ghost
  7304. Element: Air
  7305. Experience: 30277
  7306. Blk.mag pwr: 37
  7307. Wht.mag pwr: 1
  7308. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7309. Weapon 1: SPIKE KNUCKLE
  7310. Weapon 2: SPIKE KNUCKLE
  7311. Flags: Can't throw
  7312. Death: Splash
  7313. Skill: 119
  7314. Money: 30600
  7315. Set: 0304 0002
  7316. Main sprite: Fl1=On BG1, Crash chr, Crash BG, Display, Show always, No large blocks, Frame1 Fl2=None Init=C262B8 Idle=C262C2 Atta=C2630F IniA=C2DFB8 DthA=C2DFBA ATbl=C2DFE7 Size=0004 Remv=C263AB Hght=FFE0
  7317. Load: DB5B9E 7F2000 2400
  7318. Load: DAF593 7F6400 0400
  7319.  
  7320. Doom's Eye
  7321. Level: 35
  7322. HP: 425
  7323. MP: 99
  7324. Strength: 30
  7325. Agility: 9
  7326. Intelligence: 45
  7327. Wisdom: 45
  7328. Evade: 99
  7329. Defense: 40
  7330. Magic eva: 99
  7331. Magic def: 100
  7332. Type: Evil
  7333. Element: Dark
  7334. Experience: 1
  7335. Blk.mag pwr: 4
  7336. Wht.mag pwr: 4
  7337. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7338. Weapon 1: SPIKE KNUCKLE
  7339. Weapon 2: SPIKE KNUCKLE
  7340. Flags: Can't throw
  7341. Death: Splash
  7342. Skill: 53
  7343. Money: 0
  7344.  
  7345. Mana Beast
  7346. Level: 74
  7347. HP: 9990
  7348. MP: 99
  7349. Strength: 99
  7350. Agility: 1
  7351. Intelligence: 99
  7352. Wisdom: 99
  7353. Evade: 99
  7354. Defense: 450
  7355. Magic eva: 99
  7356. Magic def: 999
  7357. Type: None
  7358. Element: Mana
  7359. Experience: 0
  7360. Blk.mag pwr: 45
  7361. Wht.mag pwr: 45
  7362. Protect against: Slow, Tangled, Sleep, Freeze, Petrify, Confuse, Stop, Mini, Barrel, Transform, Moogle, Poison, Burning
  7363. Weapon 1: SPIKE KNUCKLE
  7364. Weapon 2: SPIKE KNUCKLE
  7365. Flags: Can't throw
  7366. Death: Splash
  7367. Skill: 72
  7368. Money: 0
  7369. Set: 02CB 6601
  7370. Main sprite: On BG1, BG2, BG, Display, Show always, Frame1 C28F33
  7371. Clear floor 2
  7372. Call: C28F20
  7373. Load VRAM LZ: D877E0 006000 0C00
  7374. Palette: 0082=000D
  7375. Palette: 0083=000E
  7376.  
  7377. --- Spells ---
  7378. EARTH SLIDE
  7379. Target: Multiple, Enemy
  7380. Strength: 61
  7381. Hit: 75
  7382. Element: Earth
  7383. Inflict: None
  7384. MP cost: 3
  7385.  
  7386. GEM MISSILE
  7387. Target: Multiple, Enemy
  7388. Strength: 43
  7389. Hit: 75
  7390. Element: Earth
  7391. Inflict: None
  7392. MP cost: 2
  7393.  
  7394. SPEED DOWN
  7395. Target: Multiple, Enemy
  7396. Strength: 61
  7397. Hit: 75
  7398. Element: Earth
  7399. Inflict: Slow
  7400. MP cost: 1
  7401.  
  7402. STONE SABER
  7403. Target: Multiple, Ally
  7404. Strength: 61
  7405. Hit: 75
  7406. Element: Earth
  7407. Inflict: Petrify
  7408. MP cost: 4
  7409.  
  7410. SPEED UP
  7411. Target: Multiple, Ally
  7412. Strength: 61
  7413. Hit: 75
  7414. Element: Earth
  7415. Inflict: None
  7416. MP cost: 3
  7417.  
  7418. DEFENDER
  7419. Target: Multiple, Ally
  7420. Strength: 61
  7421. Hit: 75
  7422. Element: Earth
  7423. Inflict: None
  7424. MP cost: 2
  7425.  
  7426. FREEZE
  7427. Target: Multiple, Enemy
  7428. Strength: 61
  7429. Hit: 75
  7430. Element: Water
  7431. Inflict: None
  7432. MP cost: 2
  7433.  
  7434. ACID STORM
  7435. Target: Multiple, Enemy
  7436. Strength: 43
  7437. Hit: 75
  7438. Element: Water
  7439. Inflict: Poison
  7440. MP cost: 3
  7441.  
  7442. ENERGY ABSORB
  7443. Target: Multiple, Enemy
  7444. Strength: 43
  7445. Hit: 75
  7446. Element: Water
  7447. Inflict: None
  7448. MP cost: 2
  7449.  
  7450. ICE SABER
  7451. Target: Multiple, Ally
  7452. Strength: 61
  7453. Hit: 75
  7454. Element: Water
  7455. Inflict: Freeze
  7456. MP cost: 2
  7457.  
  7458. REMEDY
  7459. Target: Multiple, Ally
  7460. Strength: 61
  7461. Hit: 75
  7462. Element: Water
  7463. Inflict: None
  7464. MP cost: 1
  7465.  
  7466. CURE WATER
  7467. Target: Multiple, Ally
  7468. Strength: 61
  7469. Hit: 75
  7470. Element: Water
  7471. Inflict: None
  7472. MP cost: 2
  7473.  
  7474. FIREBALL
  7475. Target: Multiple, Enemy
  7476. Strength: 52
  7477. Hit: 75
  7478. Element: Fire
  7479. Inflict: None
  7480. MP cost: 2
  7481.  
  7482. EXPLODER
  7483. Target: Multiple, Enemy
  7484. Strength: 61
  7485. Hit: 75
  7486. Element: Fire
  7487. Inflict: None
  7488. MP cost: 4
  7489.  
  7490. LAVA WAVE
  7491. Target: Multiple, Enemy
  7492. Strength: 43
  7493. Hit: 75
  7494. Element: Fire
  7495. Inflict: None
  7496. MP cost: 3
  7497.  
  7498. FLAME SABER
  7499. Target: Multiple, Ally
  7500. Strength: 61
  7501. Hit: 75
  7502. Element: Fire
  7503. Inflict: Burning
  7504. MP cost: 2
  7505.  
  7506. FIRE BOUQUET
  7507. Target: Multiple, Enemy
  7508. Strength: 43
  7509. Hit: 75
  7510. Element: Fire
  7511. Inflict: None
  7512. MP cost: 3
  7513.  
  7514. BLAZE WALL
  7515. Target: Multiple, Enemy
  7516. Strength: 32
  7517. Hit: 75
  7518. Element: Fire
  7519. Inflict: Burning
  7520. MP cost: 4
  7521.  
  7522. AIR BLAST
  7523. Target: Multiple, Enemy
  7524. Strength: 43
  7525. Hit: 75
  7526. Element: Air
  7527. Inflict: None
  7528. MP cost: 2
  7529.  
  7530. THUNDERBOLT
  7531. Target: Multiple, Enemy
  7532. Strength: 61
  7533. Hit: 75
  7534. Element: Air
  7535. Inflict: None
  7536. MP cost: 4
  7537.  
  7538. SILENCE
  7539. Target: Multiple, Enemy
  7540. Strength: 61
  7541. Hit: 75
  7542. Element: Air
  7543. Inflict: Confuse
  7544. MP cost: 2
  7545.  
  7546. THUNDER SABER
  7547. Target: Multiple, Ally
  7548. Strength: 61
  7549. Hit: 75
  7550. Element: Air
  7551. Inflict: None
  7552. MP cost: 3
  7553.  
  7554. BALLOON
  7555. Target: Multiple, Enemy
  7556. Strength: 61
  7557. Hit: 75
  7558. Element: Air
  7559. Inflict: Stop
  7560. MP cost: 2
  7561.  
  7562. ANALYZER
  7563. Target: Chest, Enemy
  7564. Strength: 61
  7565. Hit: 75
  7566. Element: Air
  7567. Inflict: None
  7568. MP cost: 1
  7569.  
  7570. CHANGE FORM
  7571. Target: Multiple, Enemy
  7572. Strength: 61
  7573. Hit: 75
  7574. Element: Moon
  7575. Inflict: Transform
  7576. MP cost: 5
  7577.  
  7578. MAGIC ABSORB
  7579. Target: Multiple, Enemy
  7580. Strength: 43
  7581. Hit: 75
  7582. Element: Moon
  7583. Inflict: None
  7584. MP cost: 1
  7585.  
  7586. LUNAR MAGIC
  7587. Target: Multiple, Enemy
  7588. Strength: 61
  7589. Hit: 75
  7590. Element: Moon
  7591. Inflict: None
  7592. MP cost: 8
  7593.  
  7594. MOON SABER
  7595. Target: Multiple, Ally
  7596. Strength: 61
  7597. Hit: 75
  7598. Element: Moon
  7599. Inflict: None
  7600. MP cost: 3
  7601.  
  7602. LUNAR BOOST
  7603. Target: Multiple, Ally
  7604. Strength: 61
  7605. Hit: 75
  7606. Element: Moon
  7607. Inflict: None
  7608. MP cost: 2
  7609.  
  7610. MOON ENERGY
  7611. Target: Ally
  7612. Strength: 61
  7613. Hit: 75
  7614. Element: Moon
  7615. Inflict: None
  7616. MP cost: 2
  7617.  
  7618. SLEEP FLOWER
  7619. Target: Multiple, Enemy
  7620. Strength: 61
  7621. Hit: 75
  7622. Element: Mana
  7623. Inflict: Sleep
  7624. MP cost: 2
  7625.  
  7626. BURST
  7627. Target: Multiple, Enemy
  7628. Strength: 100
  7629. Hit: 75
  7630. Element: Mana
  7631. Inflict: None
  7632. MP cost: 4
  7633.  
  7634. MANA MAGIC
  7635. Target: Mana sword, Ally
  7636. Strength: 250
  7637. Hit: 75
  7638. Element: Mana
  7639. Inflict: None
  7640. MP cost: 1
  7641.  
  7642. REVIVIFIER
  7643. Target: Multiple, Ally
  7644. Strength: 61
  7645. Hit: 75
  7646. Element: Mana
  7647. Inflict: Dead
  7648. MP cost: 10
  7649.  
  7650. WALL
  7651. Target: Multiple, Ally
  7652. Strength: 61
  7653. Hit: 75
  7654. Element: Mana
  7655. Inflict: None
  7656. MP cost: 6
  7657.  
  7658. MANA MAGIC
  7659. Target: Mana sword, Ally
  7660. Strength: 250
  7661. Hit: 75
  7662. Element: Mana
  7663. Inflict: None
  7664. MP cost: 1
  7665.  
  7666. EVIL GATE
  7667. Target: Multiple, Enemy
  7668. Strength: 61
  7669. Hit: 75
  7670. Element: Dark
  7671. Inflict: None
  7672. MP cost: 8
  7673.  
  7674. DARK FORCE
  7675. Target: Multiple, Enemy
  7676. Strength: 61
  7677. Hit: 75
  7678. Element: Dark
  7679. Inflict: None
  7680. MP cost: 2
  7681.  
  7682. DISPEL MAGIC
  7683. Target: Multiple, Enemy
  7684. Strength: 61
  7685. Hit: 75
  7686. Element: Dark
  7687. Inflict: None
  7688. MP cost: 4
  7689.  
  7690. LIGHT SABER
  7691. Target: Multiple, Ally
  7692. Strength: 61
  7693. Hit: 75
  7694. Element: Light
  7695. Inflict: None
  7696. MP cost: 5
  7697.  
  7698. LUCENT BEAM
  7699. Target: Multiple, Enemy
  7700. Strength: 61
  7701. Hit: 75
  7702. Element: Light
  7703. Inflict: None
  7704. MP cost: 8
  7705.  
  7706. LUCID BARRIER
  7707. Target: Multiple, Ally
  7708. Strength: 61
  7709. Hit: 75
  7710. Element: Light
  7711. Inflict: None
  7712. MP cost: 4
  7713.  
  7714. --- Equipment ---
  7715. Bare Head
  7716. Bug
  7717. Defense: 0
  7718. Evade: 0
  7719. Magic Def: 0
  7720. Magic Eva: 0
  7721. Characters: sprite, woman, man
  7722. Element: None
  7723. Protect against: None
  7724.  
  7725. Bandanna
  7726. Bug
  7727. Defense: 2
  7728. Evade: 23
  7729. Magic Def: 2
  7730. Magic Eva: 23
  7731. Characters: man
  7732. Element: None
  7733. Protect against: None
  7734.  
  7735. Hair Ribbon
  7736. Bug
  7737. Defense: 3
  7738. Evade: 23
  7739. Magic Def: 3
  7740. Magic Eva: 23
  7741. Characters: woman
  7742. Element: None
  7743. Protect against: None
  7744.  
  7745. Rabite Cap
  7746. Bug
  7747. Defense: 5
  7748. Evade: 23
  7749. Magic Def: 5
  7750. Magic Eva: 23
  7751. Characters: sprite
  7752. Element: None
  7753. Protect against: None
  7754.  
  7755. Head Gear
  7756. Bug
  7757. Defense: 7
  7758. Evade: 23
  7759. Magic Def: 7
  7760. Magic Eva: 23
  7761. Characters: man
  7762. Element: None
  7763. Protect against: None
  7764.  
  7765. Quill Cap
  7766. Bug
  7767. Defense: 10
  7768. Evade: 23
  7769. Magic Def: 10
  7770. Magic Eva: 23
  7771. Characters: sprite, woman
  7772. Element: None
  7773. Protect against: None
  7774.  
  7775. Steel Cap
  7776. Bug
  7777. Defense: 13
  7778. Evade: 23
  7779. Magic Def: 13
  7780. Magic Eva: 23
  7781. Characters: man
  7782. Element: None
  7783. Protect against: None
  7784.  
  7785. Golden Tiara
  7786. Bug
  7787. Defense: 17
  7788. Evade: 23
  7789. Magic Def: 17
  7790. Magic Eva: 23
  7791. Characters: sprite, woman
  7792. Element: None
  7793. Protect against: None
  7794.  
  7795. Raccoon Cap
  7796. Bug
  7797. Defense: 21
  7798. Evade: 23
  7799. Magic Def: 21
  7800. Magic Eva: 23
  7801. Characters: sprite, woman, man
  7802. Element: None
  7803. Protect against: None
  7804.  
  7805. Quilted Hood
  7806. Agi+5, Bug
  7807. Defense: 26
  7808. Evade: 23
  7809. Magic Def: 26
  7810. Magic Eva: 23
  7811. Characters: sprite, woman
  7812. Element: None
  7813. Protect against: None
  7814.  
  7815. Tiger Cap
  7816. Bug
  7817. Defense: 32
  7818. Evade: 23
  7819. Magic Def: 32
  7820. Magic Eva: 23
  7821. Characters: sprite, woman, man
  7822. Element: None
  7823. Protect against: None
  7824.  
  7825. Circlet
  7826. Int+5, Bug
  7827. Defense: 38
  7828. Evade: 23
  7829. Magic Def: 38
  7830. Magic Eva: 23
  7831. Characters: sprite, man
  7832. Element: None
  7833. Protect against: None
  7834.  
  7835. Ruby Armet
  7836. Bug
  7837. Defense: 46
  7838. Evade: 23
  7839. Magic Def: 46
  7840. Magic Eva: 23
  7841. Characters: woman
  7842. Element: None
  7843. Protect against: None
  7844.  
  7845. Unicorn Helm
  7846. 1, Bug
  7847. Defense: 55
  7848. Evade: 23
  7849. Magic Def: 55
  7850. Magic Eva: 23
  7851. Characters: sprite, woman, man
  7852. Element: None
  7853. Protect against: None
  7854.  
  7855. Dragon Helm
  7856. Bug
  7857. Defense: 66
  7858. Evade: 23
  7859. Magic Def: 66
  7860. Magic Eva: 23
  7861. Characters: sprite, woman, man
  7862. Element: None
  7863. Protect against: None
  7864.  
  7865. Duck Helm
  7866. Bug
  7867. Defense: 78
  7868. Evade: 23
  7869. Magic Def: 78
  7870. Magic Eva: 23
  7871. Characters: sprite, woman
  7872. Element: None
  7873. Protect against: None
  7874.  
  7875. Needle Helm
  7876. Bug
  7877. Defense: 140
  7878. Evade: 23
  7879. Magic Def: 140
  7880. Magic Eva: 23
  7881. Characters: sprite, woman, man
  7882. Element: None
  7883. Protect against: None
  7884.  
  7885. Cockatrice Cap
  7886. Bug
  7887. Defense: 142
  7888. Evade: 23
  7889. Magic Def: 143
  7890. Magic Eva: 23
  7891. Characters: sprite, woman, man
  7892. Element: None
  7893. Protect against: Petrify
  7894.  
  7895. Amulet Helm
  7896. 1, Int+5, Bug
  7897. Defense: 143
  7898. Evade: 23
  7899. Magic Def: 142
  7900. Magic Eva: 23
  7901. Characters: sprite, woman
  7902. Element: None
  7903. Protect against: None
  7904.  
  7905. Griffin Helm
  7906. Agi+5, Str+5, Bug
  7907. Defense: 145
  7908. Evade: 23
  7909. Magic Def: 145
  7910. Magic Eva: 23
  7911. Characters: man
  7912. Element: None
  7913. Protect against: None
  7914.  
  7915. Faerie Crown
  7916. 1, Int+5, Bug
  7917. Defense: 150
  7918. Evade: 23
  7919. Magic Def: 150
  7920. Magic Eva: 23
  7921. Characters: sprite, woman
  7922. Element: None
  7923. Protect against: None
  7924.  
  7925. No
  7926. Bug
  7927. Defense: 0
  7928. Evade: 0
  7929. Magic Def: 0
  7930. Magic Eva: 0
  7931. Characters: sprite, woman, man
  7932. Element: None
  7933. Protect against: None
  7934.  
  7935. Overalls
  7936. Bug
  7937. Defense: 3
  7938. Evade: 37
  7939. Magic Def: 1
  7940. Magic Eva: 15
  7941. Characters: man
  7942. Element: None
  7943. Protect against: None
  7944.  
  7945. Kung Fu Suit
  7946. Bug
  7947. Defense: 4
  7948. Evade: 37
  7949. Magic Def: 2
  7950. Magic Eva: 15
  7951. Characters: woman
  7952. Element: None
  7953. Protect against: None
  7954.  
  7955. Midge Robe
  7956. Bug
  7957. Defense: 7
  7958. Evade: 37
  7959. Magic Def: 4
  7960. Magic Eva: 15
  7961. Characters: sprite
  7962. Element: None
  7963. Protect against: None
  7964.  
  7965. Chain Vest
  7966. Bug
  7967. Defense: 10
  7968. Evade: 37
  7969. Magic Def: 6
  7970. Magic Eva: 15
  7971. Characters: sprite, woman, man
  7972. Element: None
  7973. Protect against: None
  7974.  
  7975. Spiky Suit
  7976. Bug
  7977. Defense: 13
  7978. Evade: 37
  7979. Magic Def: 8
  7980. Magic Eva: 15
  7981. Characters: sprite, man
  7982. Element: None
  7983. Protect against: None
  7984.  
  7985. Kung Fu Dress
  7986. Bug
  7987. Defense: 17
  7988. Evade: 37
  7989. Magic Def: 10
  7990. Magic Eva: 15
  7991. Characters: woman
  7992. Element: None
  7993. Protect against: None
  7994.  
  7995. Fancy Overalls
  7996. Bug
  7997. Defense: 22
  7998. Evade: 37
  7999. Magic Def: 13
  8000. Magic Eva: 15
  8001. Characters: sprite, woman, man
  8002. Element: None
  8003. Protect against: None
  8004.  
  8005. Chest Guard
  8006. Bug
  8007. Defense: 28
  8008. Evade: 37
  8009. Magic Def: 16
  8010. Magic Eva: 15
  8011. Characters: sprite, woman
  8012. Element: None
  8013. Protect against: None
  8014.  
  8015. Golden Vest
  8016. Bug
  8017. Defense: 34
  8018. Evade: 37
  8019. Magic Def: 20
  8020. Magic Eva: 15
  8021. Characters: sprite, woman, man
  8022. Element: None
  8023. Protect against: None
  8024.  
  8025. Ruby Vest
  8026. Bug
  8027. Defense: 43
  8028. Evade: 37
  8029. Magic Def: 24
  8030. Magic Eva: 15
  8031. Characters: sprite, woman, man
  8032. Element: None
  8033. Protect against: None
  8034.  
  8035. Tiger Suit
  8036. Bug
  8037. Defense: 52
  8038. Evade: 37
  8039. Magic Def: 29
  8040. Magic Eva: 15
  8041. Characters: sprite, man
  8042. Element: None
  8043. Protect against: None
  8044.  
  8045. Tiger Bikini
  8046. Bug
  8047. Defense: 64
  8048. Evade: 37
  8049. Magic Def: 35
  8050. Magic Eva: 15
  8051. Characters: woman
  8052. Element: None
  8053. Protect against: None
  8054.  
  8055. Magical Armor
  8056. Bug
  8057. Defense: 78
  8058. Evade: 37
  8059. Magic Def: 41
  8060. Magic Eva: 15
  8061. Characters: sprite, woman, man
  8062. Element: None
  8063. Protect against: None
  8064.  
  8065. Tortoise Mail
  8066. Bug
  8067. Defense: 95
  8068. Evade: 37
  8069. Magic Def: 49
  8070. Magic Eva: 15
  8071. Characters: sprite, man
  8072. Element: None
  8073. Protect against: None
  8074.  
  8075. Flower Suit
  8076. Bug
  8077. Defense: 115
  8078. Evade: 37
  8079. Magic Def: 57
  8080. Magic Eva: 15
  8081. Characters: woman
  8082. Element: None
  8083. Protect against: Sleep, Poison
  8084.  
  8085. Battle Suit
  8086. Bug
  8087. Defense: 139
  8088. Evade: 37
  8089. Magic Def: 67
  8090. Magic Eva: 15
  8091. Characters: sprite, woman, man
  8092. Element: None
  8093. Protect against: None
  8094.  
  8095. Vestguard
  8096. Bug
  8097. Defense: 240
  8098. Evade: 37
  8099. Magic Def: 90
  8100. Magic Eva: 15
  8101. Characters: sprite, woman, man
  8102. Element: None
  8103. Protect against: None
  8104.  
  8105. Vampire Cape
  8106. Bug
  8107. Defense: 243
  8108. Evade: 37
  8109. Magic Def: 93
  8110. Magic Eva: 15
  8111. Characters: sprite, woman
  8112. Element: None
  8113. Protect against: None
  8114.  
  8115. Power Suit
  8116. Str+5, Bug
  8117. Defense: 245
  8118. Evade: 37
  8119. Magic Def: 95
  8120. Magic Eva: 15
  8121. Characters: man
  8122. Element: None
  8123. Protect against: None
  8124.  
  8125. Faerie Cloak
  8126. Con+5, Bug
  8127. Defense: 250
  8128. Evade: 37
  8129. Magic Def: 100
  8130. Magic Eva: 15
  8131. Characters: sprite, woman
  8132. Element: None
  8133. Protect against: None
  8134.  
  8135. Nothing
  8136. Bug
  8137. Defense: 0
  8138. Evade: 0
  8139. Magic Def: 0
  8140. Magic Eva: 0
  8141. Characters: sprite, woman, man
  8142. Element: None
  8143. Protect against: None
  8144.  
  8145. Faerie's Ring
  8146. Agi+5, Bug
  8147. Defense: 100
  8148. Evade: 15
  8149. Magic Def: 250
  8150. Magic Eva: 37
  8151. Characters: sprite, woman, man
  8152. Element: None
  8153. Protect against: Confuse, Stop, Mini, Poison
  8154.  
  8155. Elbow Pad
  8156. Bug
  8157. Defense: 2
  8158. Evade: 15
  8159. Magic Def: 4
  8160. Magic Eva: 37
  8161. Characters: sprite, woman, man
  8162. Element: None
  8163. Protect against: None
  8164.  
  8165. Power Wrist
  8166. Str+5, Bug
  8167. Defense: 4
  8168. Evade: 15
  8169. Magic Def: 7
  8170. Magic Eva: 37
  8171. Characters: sprite, woman, man
  8172. Element: None
  8173. Protect against: None
  8174.  
  8175. Cobra Bracelet
  8176. Bug
  8177. Defense: 6
  8178. Evade: 15
  8179. Magic Def: 10
  8180. Magic Eva: 37
  8181. Characters: sprite, woman, man
  8182. Element: None
  8183. Protect against: Poison
  8184.  
  8185. Wolf's Band
  8186. Agi+5, Bug
  8187. Defense: 8
  8188. Evade: 15
  8189. Magic Def: 13
  8190. Magic Eva: 37
  8191. Characters: sprite, woman, man
  8192. Element: None
  8193. Protect against: None
  8194.  
  8195. Silver Band
  8196. 1, Bug
  8197. Defense: 10
  8198. Evade: 15
  8199. Magic Def: 17
  8200. Magic Eva: 37
  8201. Characters: sprite, woman, man
  8202. Element: None
  8203. Protect against: None
  8204.  
  8205. Golem Ring
  8206. Bug
  8207. Defense: 13
  8208. Evade: 15
  8209. Magic Def: 22
  8210. Magic Eva: 37
  8211. Characters: sprite, woman, man
  8212. Element: None
  8213. Protect against: Slow
  8214.  
  8215. Frosty Ring
  8216. Bug
  8217. Defense: 16
  8218. Evade: 15
  8219. Magic Def: 28
  8220. Magic Eva: 37
  8221. Characters: sprite, woman, man
  8222. Element: None
  8223. Protect against: Freeze
  8224.  
  8225. Ivy Amulet
  8226. Bug
  8227. Defense: 20
  8228. Evade: 15
  8229. Magic Def: 34
  8230. Magic Eva: 37
  8231. Characters: sprite, woman, man
  8232. Element: None
  8233. Protect against: Sleep, Poison
  8234.  
  8235. Gold Bracelet
  8236. Bug
  8237. Defense: 24
  8238. Evade: 15
  8239. Magic Def: 43
  8240. Magic Eva: 37
  8241. Characters: sprite, woman, man
  8242. Element: None
  8243. Protect against: Petrify
  8244.  
  8245. Shield Ring
  8246. Bug
  8247. Defense: 29
  8248. Evade: 15
  8249. Magic Def: 52
  8250. Magic Eva: 37
  8251. Characters: sprite, woman, man
  8252. Element: None
  8253. Protect against: None
  8254.  
  8255. Lazuri Ring
  8256. 1, Int+5, Bug
  8257. Defense: 35
  8258. Evade: 15
  8259. Magic Def: 64
  8260. Magic Eva: 37
  8261. Characters: sprite, woman, man
  8262. Element: None
  8263. Protect against: None
  8264.  
  8265. Guardian Ring
  8266. Bug
  8267. Defense: 41
  8268. Evade: 15
  8269. Magic Def: 78
  8270. Magic Eva: 37
  8271. Characters: sprite, woman, man
  8272. Element: None
  8273. Protect against: None
  8274.  
  8275. Gauntlet
  8276. Str+5, Bug
  8277. Defense: 90
  8278. Evade: 15
  8279. Magic Def: 240
  8280. Magic Eva: 37
  8281. Characters: sprite, woman, man
  8282. Element: None
  8283. Protect against: None
  8284.  
  8285. Ninja Gloves
  8286. Agi+5, Bug
  8287. Defense: 91
  8288. Evade: 15
  8289. Magic Def: 241
  8290. Magic Eva: 37
  8291. Characters: sprite, woman, man
  8292. Element: None
  8293. Protect against: Slow
  8294.  
  8295. Dragon Ring
  8296. Bug
  8297. Defense: 92
  8298. Evade: 15
  8299. Magic Def: 242
  8300. Magic Eva: 37
  8301. Characters: sprite, woman, man
  8302. Element: None
  8303. Protect against: None
  8304.  
  8305. Watcher Ring
  8306. Bug
  8307. Defense: 93
  8308. Evade: 15
  8309. Magic Def: 243
  8310. Magic Eva: 37
  8311. Characters: sprite, woman, man
  8312. Element: None
  8313. Protect against: Moogle
  8314.  
  8315. Imp's Ring
  8316. Bug
  8317. Defense: 94
  8318. Evade: 15
  8319. Magic Def: 244
  8320. Magic Eva: 37
  8321. Characters: sprite, woman, man
  8322. Element: None
  8323. Protect against: Freeze, Burning
  8324.  
  8325. Amulet Ring
  8326. Bug
  8327. Defense: 95
  8328. Evade: 15
  8329. Magic Def: 245
  8330. Magic Eva: 37
  8331. Characters: sprite, woman, man
  8332. Element: None
  8333. Protect against: Petrify
  8334.  
  8335. Wristband
  8336. Bug
  8337. Defense: 1
  8338. Evade: 15
  8339. Magic Def: 3
  8340. Magic Eva: 37
  8341. Characters: woman, man
  8342. Element: None
  8343. Protect against: None
  8344.  
  8345. --- Man stats ---
  8346. Level 1
  8347. HP: 50
  8348. MP: 0
  8349. Strength: 15
  8350. Agility: 15
  8351. Constitution: 13
  8352. Intelligence: 5
  8353. Wisdom: 5
  8354.  
  8355. Level 2
  8356. HP: 59
  8357. MP: 0
  8358. Strength: 16
  8359. Agility: 16
  8360. Constitution: 14
  8361. Intelligence: 6
  8362. Wisdom: 6
  8363.  
  8364. Level 3
  8365. HP: 69
  8366. MP: 0
  8367. Strength: 17
  8368. Agility: 17
  8369. Constitution: 15
  8370. Intelligence: 6
  8371. Wisdom: 7
  8372.  
  8373. Level 4
  8374. HP: 79
  8375. MP: 0
  8376. Strength: 17
  8377. Agility: 17
  8378. Constitution: 16
  8379. Intelligence: 7
  8380. Wisdom: 8
  8381.  
  8382. Level 5
  8383. HP: 88
  8384. MP: 0
  8385. Strength: 18
  8386. Agility: 18
  8387. Constitution: 17
  8388. Intelligence: 7
  8389. Wisdom: 9
  8390.  
  8391. Level 6
  8392. HP: 98
  8393. MP: 0
  8394. Strength: 19
  8395. Agility: 19
  8396. Constitution: 18
  8397. Intelligence: 8
  8398. Wisdom: 9
  8399.  
  8400. Level 7
  8401. HP: 108
  8402. MP: 0
  8403. Strength: 20
  8404. Agility: 20
  8405. Constitution: 19
  8406. Intelligence: 8
  8407. Wisdom: 10
  8408.  
  8409. Level 8
  8410. HP: 117
  8411. MP: 0
  8412. Strength: 21
  8413. Agility: 21
  8414. Constitution: 20
  8415. Intelligence: 9
  8416. Wisdom: 11
  8417.  
  8418. Level 9
  8419. HP: 127
  8420. MP: 0
  8421. Strength: 22
  8422. Agility: 22
  8423. Constitution: 21
  8424. Intelligence: 9
  8425. Wisdom: 11
  8426.  
  8427. Level 10
  8428. HP: 137
  8429. MP: 0
  8430. Strength: 22
  8431. Agility: 22
  8432. Constitution: 22
  8433. Intelligence: 10
  8434. Wisdom: 12
  8435.  
  8436. Level 11
  8437. HP: 146
  8438. MP: 0
  8439. Strength: 23
  8440. Agility: 23
  8441. Constitution: 23
  8442. Intelligence: 10
  8443. Wisdom: 13
  8444.  
  8445. Level 12
  8446. HP: 156
  8447. MP: 0
  8448. Strength: 24
  8449. Agility: 24
  8450. Constitution: 24
  8451. Intelligence: 10
  8452. Wisdom: 13
  8453.  
  8454. Level 13
  8455. HP: 166
  8456. MP: 0
  8457. Strength: 25
  8458. Agility: 25
  8459. Constitution: 25
  8460. Intelligence: 11
  8461. Wisdom: 14
  8462.  
  8463. Level 14
  8464. HP: 175
  8465. MP: 0
  8466. Strength: 26
  8467. Agility: 26
  8468. Constitution: 26
  8469. Intelligence: 11
  8470. Wisdom: 15
  8471.  
  8472. Level 15
  8473. HP: 185
  8474. MP: 0
  8475. Strength: 27
  8476. Agility: 27
  8477. Constitution: 27
  8478. Intelligence: 12
  8479. Wisdom: 16
  8480.  
  8481. Level 16
  8482. HP: 195
  8483. MP: 0
  8484. Strength: 28
  8485. Agility: 28
  8486. Constitution: 28
  8487. Intelligence: 12
  8488. Wisdom: 16
  8489.  
  8490. Level 17
  8491. HP: 205
  8492. MP: 0
  8493. Strength: 28
  8494. Agility: 28
  8495. Constitution: 28
  8496. Intelligence: 13
  8497. Wisdom: 17
  8498.  
  8499. Level 18
  8500. HP: 214
  8501. MP: 0
  8502. Strength: 29
  8503. Agility: 29
  8504. Constitution: 29
  8505. Intelligence: 13
  8506. Wisdom: 18
  8507.  
  8508. Level 19
  8509. HP: 224
  8510. MP: 0
  8511. Strength: 30
  8512. Agility: 30
  8513. Constitution: 30
  8514. Intelligence: 14
  8515. Wisdom: 18
  8516.  
  8517. Level 20
  8518. HP: 234
  8519. MP: 0
  8520. Strength: 31
  8521. Agility: 31
  8522. Constitution: 31
  8523. Intelligence: 14
  8524. Wisdom: 19
  8525.  
  8526. Level 21
  8527. HP: 243
  8528. MP: 0
  8529. Strength: 32
  8530. Agility: 32
  8531. Constitution: 32
  8532. Intelligence: 15
  8533. Wisdom: 20
  8534.  
  8535. Level 22
  8536. HP: 253
  8537. MP: 0
  8538. Strength: 33
  8539. Agility: 33
  8540. Constitution: 33
  8541. Intelligence: 15
  8542. Wisdom: 21
  8543.  
  8544. Level 23
  8545. HP: 263
  8546. MP: 0
  8547. Strength: 34
  8548. Agility: 34
  8549. Constitution: 34
  8550. Intelligence: 15
  8551. Wisdom: 21
  8552.  
  8553. Level 24
  8554. HP: 272
  8555. MP: 0
  8556. Strength: 34
  8557. Agility: 34
  8558. Constitution: 34
  8559. Intelligence: 16
  8560. Wisdom: 22
  8561.  
  8562. Level 25
  8563. HP: 282
  8564. MP: 0
  8565. Strength: 35
  8566. Agility: 35
  8567. Constitution: 35
  8568. Intelligence: 16
  8569. Wisdom: 23
  8570.  
  8571. Level 26
  8572. HP: 292
  8573. MP: 0
  8574. Strength: 36
  8575. Agility: 36
  8576. Constitution: 36
  8577. Intelligence: 17
  8578. Wisdom: 23
  8579.  
  8580. Level 27
  8581. HP: 301
  8582. MP: 0
  8583. Strength: 37
  8584. Agility: 37
  8585. Constitution: 37
  8586. Intelligence: 17
  8587. Wisdom: 24
  8588.  
  8589. Level 28
  8590. HP: 311
  8591. MP: 0
  8592. Strength: 38
  8593. Agility: 38
  8594. Constitution: 38
  8595. Intelligence: 18
  8596. Wisdom: 25
  8597.  
  8598. Level 29
  8599. HP: 321
  8600. MP: 0
  8601. Strength: 39
  8602. Agility: 39
  8603. Constitution: 39
  8604. Intelligence: 18
  8605. Wisdom: 26
  8606.  
  8607. Level 30
  8608. HP: 331
  8609. MP: 0
  8610. Strength: 39
  8611. Agility: 39
  8612. Constitution: 39
  8613. Intelligence: 19
  8614. Wisdom: 26
  8615.  
  8616. Level 31
  8617. HP: 340
  8618. MP: 0
  8619. Strength: 40
  8620. Agility: 40
  8621. Constitution: 40
  8622. Intelligence: 19
  8623. Wisdom: 27
  8624.  
  8625. Level 32
  8626. HP: 350
  8627. MP: 0
  8628. Strength: 41
  8629. Agility: 41
  8630. Constitution: 41
  8631. Intelligence: 20
  8632. Wisdom: 28
  8633.  
  8634. Level 33
  8635. HP: 360
  8636. MP: 0
  8637. Strength: 42
  8638. Agility: 42
  8639. Constitution: 42
  8640. Intelligence: 20
  8641. Wisdom: 28
  8642.  
  8643. Level 34
  8644. HP: 369
  8645. MP: 0
  8646. Strength: 43
  8647. Agility: 43
  8648. Constitution: 43
  8649. Intelligence: 20
  8650. Wisdom: 29
  8651.  
  8652. Level 35
  8653. HP: 379
  8654. MP: 0
  8655. Strength: 44
  8656. Agility: 44
  8657. Constitution: 44
  8658. Intelligence: 21
  8659. Wisdom: 30
  8660.  
  8661. Level 36
  8662. HP: 389
  8663. MP: 0
  8664. Strength: 45
  8665. Agility: 45
  8666. Constitution: 45
  8667. Intelligence: 21
  8668. Wisdom: 30
  8669.  
  8670. Level 37
  8671. HP: 398
  8672. MP: 0
  8673. Strength: 45
  8674. Agility: 45
  8675. Constitution: 45
  8676. Intelligence: 22
  8677. Wisdom: 31
  8678.  
  8679. Level 38
  8680. HP: 408
  8681. MP: 0
  8682. Strength: 46
  8683. Agility: 46
  8684. Constitution: 46
  8685. Intelligence: 22
  8686. Wisdom: 32
  8687.  
  8688. Level 39
  8689. HP: 418
  8690. MP: 0
  8691. Strength: 47
  8692. Agility: 47
  8693. Constitution: 47
  8694. Intelligence: 23
  8695. Wisdom: 33
  8696.  
  8697. Level 40
  8698. HP: 427
  8699. MP: 0
  8700. Strength: 48
  8701. Agility: 48
  8702. Constitution: 48
  8703. Intelligence: 23
  8704. Wisdom: 33
  8705.  
  8706. Level 41
  8707. HP: 437
  8708. MP: 0
  8709. Strength: 49
  8710. Agility: 49
  8711. Constitution: 49
  8712. Intelligence: 24
  8713. Wisdom: 34
  8714.  
  8715. Level 42
  8716. HP: 447
  8717. MP: 0
  8718. Strength: 50
  8719. Agility: 50
  8720. Constitution: 50
  8721. Intelligence: 24
  8722. Wisdom: 35
  8723.  
  8724. Level 43
  8725. HP: 457
  8726. MP: 0
  8727. Strength: 50
  8728. Agility: 50
  8729. Constitution: 50
  8730. Intelligence: 25
  8731. Wisdom: 35
  8732.  
  8733. Level 44
  8734. HP: 466
  8735. MP: 0
  8736. Strength: 51
  8737. Agility: 51
  8738. Constitution: 51
  8739. Intelligence: 25
  8740. Wisdom: 36
  8741.  
  8742. Level 45
  8743. HP: 476
  8744. MP: 0
  8745. Strength: 52
  8746. Agility: 52
  8747. Constitution: 52
  8748. Intelligence: 25
  8749. Wisdom: 37
  8750.  
  8751. Level 46
  8752. HP: 486
  8753. MP: 0
  8754. Strength: 53
  8755. Agility: 53
  8756. Constitution: 53
  8757. Intelligence: 26
  8758. Wisdom: 38
  8759.  
  8760. Level 47
  8761. HP: 495
  8762. MP: 0
  8763. Strength: 54
  8764. Agility: 54
  8765. Constitution: 54
  8766. Intelligence: 26
  8767. Wisdom: 38
  8768.  
  8769. Level 48
  8770. HP: 505
  8771. MP: 0
  8772. Strength: 55
  8773. Agility: 55
  8774. Constitution: 55
  8775. Intelligence: 27
  8776. Wisdom: 39
  8777.  
  8778. Level 49
  8779. HP: 515
  8780. MP: 0
  8781. Strength: 56
  8782. Agility: 56
  8783. Constitution: 56
  8784. Intelligence: 27
  8785. Wisdom: 40
  8786.  
  8787. Level 50
  8788. HP: 524
  8789. MP: 0
  8790. Strength: 56
  8791. Agility: 56
  8792. Constitution: 56
  8793. Intelligence: 28
  8794. Wisdom: 40
  8795.  
  8796. Level 51
  8797. HP: 534
  8798. MP: 0
  8799. Strength: 57
  8800. Agility: 57
  8801. Constitution: 57
  8802. Intelligence: 28
  8803. Wisdom: 41
  8804.  
  8805. Level 52
  8806. HP: 544
  8807. MP: 0
  8808. Strength: 58
  8809. Agility: 58
  8810. Constitution: 58
  8811. Intelligence: 29
  8812. Wisdom: 42
  8813.  
  8814. Level 53
  8815. HP: 553
  8816. MP: 0
  8817. Strength: 59
  8818. Agility: 59
  8819. Constitution: 59
  8820. Intelligence: 29
  8821. Wisdom: 42
  8822.  
  8823. Level 54
  8824. HP: 563
  8825. MP: 0
  8826. Strength: 60
  8827. Agility: 60
  8828. Constitution: 60
  8829. Intelligence: 30
  8830. Wisdom: 43
  8831.  
  8832. Level 55
  8833. HP: 573
  8834. MP: 0
  8835. Strength: 61
  8836. Agility: 61
  8837. Constitution: 61
  8838. Intelligence: 30
  8839. Wisdom: 44
  8840.  
  8841. Level 56
  8842. HP: 582
  8843. MP: 0
  8844. Strength: 62
  8845. Agility: 62
  8846. Constitution: 62
  8847. Intelligence: 30
  8848. Wisdom: 45
  8849.  
  8850. Level 57
  8851. HP: 592
  8852. MP: 0
  8853. Strength: 62
  8854. Agility: 62
  8855. Constitution: 62
  8856. Intelligence: 31
  8857. Wisdom: 45
  8858.  
  8859. Level 58
  8860. HP: 602
  8861. MP: 0
  8862. Strength: 63
  8863. Agility: 63
  8864. Constitution: 63
  8865. Intelligence: 31
  8866. Wisdom: 46
  8867.  
  8868. Level 59
  8869. HP: 612
  8870. MP: 0
  8871. Strength: 64
  8872. Agility: 64
  8873. Constitution: 64
  8874. Intelligence: 32
  8875. Wisdom: 47
  8876.  
  8877. Level 60
  8878. HP: 621
  8879. MP: 0
  8880. Strength: 65
  8881. Agility: 65
  8882. Constitution: 65
  8883. Intelligence: 32
  8884. Wisdom: 47
  8885.  
  8886. Level 61
  8887. HP: 631
  8888. MP: 0
  8889. Strength: 66
  8890. Agility: 66
  8891. Constitution: 66
  8892. Intelligence: 33
  8893. Wisdom: 48
  8894.  
  8895. Level 62
  8896. HP: 641
  8897. MP: 0
  8898. Strength: 67
  8899. Agility: 67
  8900. Constitution: 67
  8901. Intelligence: 33
  8902. Wisdom: 49
  8903.  
  8904. Level 63
  8905. HP: 650
  8906. MP: 0
  8907. Strength: 67
  8908. Agility: 67
  8909. Constitution: 67
  8910. Intelligence: 34
  8911. Wisdom: 50
  8912.  
  8913. Level 64
  8914. HP: 660
  8915. MP: 0
  8916. Strength: 68
  8917. Agility: 68
  8918. Constitution: 68
  8919. Intelligence: 34
  8920. Wisdom: 50
  8921.  
  8922. Level 65
  8923. HP: 670
  8924. MP: 0
  8925. Strength: 69
  8926. Agility: 69
  8927. Constitution: 69
  8928. Intelligence: 35
  8929. Wisdom: 51
  8930.  
  8931. Level 66
  8932. HP: 679
  8933. MP: 0
  8934. Strength: 70
  8935. Agility: 70
  8936. Constitution: 70
  8937. Intelligence: 35
  8938. Wisdom: 52
  8939.  
  8940. Level 67
  8941. HP: 689
  8942. MP: 0
  8943. Strength: 71
  8944. Agility: 71
  8945. Constitution: 71
  8946. Intelligence: 35
  8947. Wisdom: 52
  8948.  
  8949. Level 68
  8950. HP: 699
  8951. MP: 0
  8952. Strength: 72
  8953. Agility: 72
  8954. Constitution: 72
  8955. Intelligence: 36
  8956. Wisdom: 53
  8957.  
  8958. Level 69
  8959. HP: 708
  8960. MP: 0
  8961. Strength: 73
  8962. Agility: 73
  8963. Constitution: 73
  8964. Intelligence: 36
  8965. Wisdom: 54
  8966.  
  8967. Level 70
  8968. HP: 718
  8969. MP: 0
  8970. Strength: 73
  8971. Agility: 73
  8972. Constitution: 73
  8973. Intelligence: 37
  8974. Wisdom: 54
  8975.  
  8976. Level 71
  8977. HP: 728
  8978. MP: 0
  8979. Strength: 74
  8980. Agility: 74
  8981. Constitution: 74
  8982. Intelligence: 37
  8983. Wisdom: 55
  8984.  
  8985. Level 72
  8986. HP: 738
  8987. MP: 0
  8988. Strength: 75
  8989. Agility: 75
  8990. Constitution: 75
  8991. Intelligence: 38
  8992. Wisdom: 56
  8993.  
  8994. Level 73
  8995. HP: 747
  8996. MP: 0
  8997. Strength: 76
  8998. Agility: 76
  8999. Constitution: 76
  9000. Intelligence: 38
  9001. Wisdom: 57
  9002.  
  9003. Level 74
  9004. HP: 757
  9005. MP: 0
  9006. Strength: 77
  9007. Agility: 77
  9008. Constitution: 77
  9009. Intelligence: 39
  9010. Wisdom: 57
  9011.  
  9012. Level 75
  9013. HP: 767
  9014. MP: 0
  9015. Strength: 78
  9016. Agility: 78
  9017. Constitution: 78
  9018. Intelligence: 39
  9019. Wisdom: 58
  9020.  
  9021. Level 76
  9022. HP: 776
  9023. MP: 0
  9024. Strength: 78
  9025. Agility: 78
  9026. Constitution: 78
  9027. Intelligence: 40
  9028. Wisdom: 59
  9029.  
  9030. Level 77
  9031. HP: 786
  9032. MP: 0
  9033. Strength: 79
  9034. Agility: 79
  9035. Constitution: 79
  9036. Intelligence: 40
  9037. Wisdom: 59
  9038.  
  9039. Level 78
  9040. HP: 796
  9041. MP: 0
  9042. Strength: 80
  9043. Agility: 80
  9044. Constitution: 80
  9045. Intelligence: 40
  9046. Wisdom: 60
  9047.  
  9048. Level 79
  9049. HP: 805
  9050. MP: 0
  9051. Strength: 81
  9052. Agility: 81
  9053. Constitution: 81
  9054. Intelligence: 41
  9055. Wisdom: 61
  9056.  
  9057. Level 80
  9058. HP: 815
  9059. MP: 0
  9060. Strength: 82
  9061. Agility: 82
  9062. Constitution: 82
  9063. Intelligence: 41
  9064. Wisdom: 62
  9065.  
  9066. Level 81
  9067. HP: 825
  9068. MP: 0
  9069. Strength: 83
  9070. Agility: 83
  9071. Constitution: 83
  9072. Intelligence: 42
  9073. Wisdom: 62
  9074.  
  9075. Level 82
  9076. HP: 834
  9077. MP: 0
  9078. Strength: 84
  9079. Agility: 84
  9080. Constitution: 84
  9081. Intelligence: 42
  9082. Wisdom: 63
  9083.  
  9084. Level 83
  9085. HP: 844
  9086. MP: 0
  9087. Strength: 84
  9088. Agility: 84
  9089. Constitution: 84
  9090. Intelligence: 43
  9091. Wisdom: 64
  9092.  
  9093. Level 84
  9094. HP: 854
  9095. MP: 0
  9096. Strength: 85
  9097. Agility: 85
  9098. Constitution: 85
  9099. Intelligence: 43
  9100. Wisdom: 64
  9101.  
  9102. Level 85
  9103. HP: 864
  9104. MP: 0
  9105. Strength: 86
  9106. Agility: 86
  9107. Constitution: 86
  9108. Intelligence: 44
  9109. Wisdom: 65
  9110.  
  9111. Level 86
  9112. HP: 873
  9113. MP: 0
  9114. Strength: 87
  9115. Agility: 87
  9116. Constitution: 87
  9117. Intelligence: 44
  9118. Wisdom: 66
  9119.  
  9120. Level 87
  9121. HP: 883
  9122. MP: 0
  9123. Strength: 88
  9124. Agility: 88
  9125. Constitution: 88
  9126. Intelligence: 45
  9127. Wisdom: 67
  9128.  
  9129. Level 88
  9130. HP: 893
  9131. MP: 0
  9132. Strength: 89
  9133. Agility: 89
  9134. Constitution: 89
  9135. Intelligence: 45
  9136. Wisdom: 67
  9137.  
  9138. Level 89
  9139. HP: 902
  9140. MP: 0
  9141. Strength: 90
  9142. Agility: 90
  9143. Constitution: 90
  9144. Intelligence: 45
  9145. Wisdom: 68
  9146.  
  9147. Level 90
  9148. HP: 912
  9149. MP: 0
  9150. Strength: 90
  9151. Agility: 90
  9152. Constitution: 90
  9153. Intelligence: 46
  9154. Wisdom: 69
  9155.  
  9156. Level 91
  9157. HP: 922
  9158. MP: 0
  9159. Strength: 91
  9160. Agility: 91
  9161. Constitution: 91
  9162. Intelligence: 46
  9163. Wisdom: 69
  9164.  
  9165. Level 92
  9166. HP: 931
  9167. MP: 0
  9168. Strength: 92
  9169. Agility: 92
  9170. Constitution: 92
  9171. Intelligence: 47
  9172. Wisdom: 70
  9173.  
  9174. Level 93
  9175. HP: 941
  9176. MP: 0
  9177. Strength: 93
  9178. Agility: 93
  9179. Constitution: 93
  9180. Intelligence: 47
  9181. Wisdom: 71
  9182.  
  9183. Level 94
  9184. HP: 951
  9185. MP: 0
  9186. Strength: 94
  9187. Agility: 94
  9188. Constitution: 94
  9189. Intelligence: 48
  9190. Wisdom: 71
  9191.  
  9192. Level 95
  9193. HP: 960
  9194. MP: 0
  9195. Strength: 95
  9196. Agility: 95
  9197. Constitution: 95
  9198. Intelligence: 48
  9199. Wisdom: 72
  9200.  
  9201. Level 96
  9202. HP: 970
  9203. MP: 0
  9204. Strength: 96
  9205. Agility: 96
  9206. Constitution: 96
  9207. Intelligence: 49
  9208. Wisdom: 73
  9209.  
  9210. Level 97
  9211. HP: 980
  9212. MP: 0
  9213. Strength: 97
  9214. Agility: 97
  9215. Constitution: 97
  9216. Intelligence: 49
  9217. Wisdom: 74
  9218.  
  9219. Level 98
  9220. HP: 990
  9221. MP: 0
  9222. Strength: 98
  9223. Agility: 98
  9224. Constitution: 98
  9225. Intelligence: 50
  9226. Wisdom: 74
  9227.  
  9228. Level 99
  9229. HP: 999
  9230. MP: 0
  9231. Strength: 99
  9232. Agility: 99
  9233. Constitution: 99
  9234. Intelligence: 50
  9235. Wisdom: 75
  9236.  
  9237. --- Woman stats ---
  9238. Level 1
  9239. HP: 45
  9240. MP: 8
  9241. Strength: 10
  9242. Agility: 10
  9243. Constitution: 12
  9244. Intelligence: 7
  9245. Wisdom: 15
  9246.  
  9247. Level 2
  9248. HP: 52
  9249. MP: 8
  9250. Strength: 11
  9251. Agility: 11
  9252. Constitution: 12
  9253. Intelligence: 8
  9254. Wisdom: 16
  9255.  
  9256. Level 3
  9257. HP: 59
  9258. MP: 8
  9259. Strength: 12
  9260. Agility: 11
  9261. Constitution: 13
  9262. Intelligence: 9
  9263. Wisdom: 17
  9264.  
  9265. Level 4
  9266. HP: 67
  9267. MP: 8
  9268. Strength: 13
  9269. Agility: 12
  9270. Constitution: 13
  9271. Intelligence: 10
  9272. Wisdom: 17
  9273.  
  9274. Level 5
  9275. HP: 74
  9276. MP: 9
  9277. Strength: 14
  9278. Agility: 13
  9279. Constitution: 14
  9280. Intelligence: 10
  9281. Wisdom: 18
  9282.  
  9283. Level 6
  9284. HP: 82
  9285. MP: 9
  9286. Strength: 14
  9287. Agility: 14
  9288. Constitution: 14
  9289. Intelligence: 11
  9290. Wisdom: 19
  9291.  
  9292. Level 7
  9293. HP: 89
  9294. MP: 9
  9295. Strength: 15
  9296. Agility: 14
  9297. Constitution: 15
  9298. Intelligence: 11
  9299. Wisdom: 20
  9300.  
  9301. Level 8
  9302. HP: 97
  9303. MP: 10
  9304. Strength: 16
  9305. Agility: 15
  9306. Constitution: 15
  9307. Intelligence: 12
  9308. Wisdom: 21
  9309.  
  9310. Level 9
  9311. HP: 104
  9312. MP: 10
  9313. Strength: 16
  9314. Agility: 16
  9315. Constitution: 16
  9316. Intelligence: 13
  9317. Wisdom: 22
  9318.  
  9319. Level 10
  9320. HP: 112
  9321. MP: 11
  9322. Strength: 17
  9323. Agility: 17
  9324. Constitution: 17
  9325. Intelligence: 13
  9326. Wisdom: 22
  9327.  
  9328. Level 11
  9329. HP: 119
  9330. MP: 11
  9331. Strength: 18
  9332. Agility: 17
  9333. Constitution: 17
  9334. Intelligence: 14
  9335. Wisdom: 23
  9336.  
  9337. Level 12
  9338. HP: 127
  9339. MP: 11
  9340. Strength: 18
  9341. Agility: 18
  9342. Constitution: 18
  9343. Intelligence: 15
  9344. Wisdom: 24
  9345.  
  9346. Level 13
  9347. HP: 134
  9348. MP: 12
  9349. Strength: 19
  9350. Agility: 19
  9351. Constitution: 19
  9352. Intelligence: 15
  9353. Wisdom: 25
  9354.  
  9355. Level 14
  9356. HP: 142
  9357. MP: 12
  9358. Strength: 20
  9359. Agility: 20
  9360. Constitution: 19
  9361. Intelligence: 16
  9362. Wisdom: 26
  9363.  
  9364. Level 15
  9365. HP: 149
  9366. MP: 13
  9367. Strength: 21
  9368. Agility: 20
  9369. Constitution: 20
  9370. Intelligence: 17
  9371. Wisdom: 27
  9372.  
  9373. Level 16
  9374. HP: 157
  9375. MP: 13
  9376. Strength: 21
  9377. Agility: 21
  9378. Constitution: 21
  9379. Intelligence: 17
  9380. Wisdom: 28
  9381.  
  9382. Level 17
  9383. HP: 164
  9384. MP: 14
  9385. Strength: 22
  9386. Agility: 22
  9387. Constitution: 21
  9388. Intelligence: 18
  9389. Wisdom: 28
  9390.  
  9391. Level 18
  9392. HP: 172
  9393. MP: 14
  9394. Strength: 23
  9395. Agility: 23
  9396. Constitution: 22
  9397. Intelligence: 18
  9398. Wisdom: 29
  9399.  
  9400. Level 19
  9401. HP: 180
  9402. MP: 15
  9403. Strength: 23
  9404. Agility: 23
  9405. Constitution: 22
  9406. Intelligence: 19
  9407. Wisdom: 30
  9408.  
  9409. Level 20
  9410. HP: 187
  9411. MP: 16
  9412. Strength: 24
  9413. Agility: 24
  9414. Constitution: 23
  9415. Intelligence: 20
  9416. Wisdom: 31
  9417.  
  9418. Level 21
  9419. HP: 195
  9420. MP: 16
  9421. Strength: 25
  9422. Agility: 25
  9423. Constitution: 24
  9424. Intelligence: 20
  9425. Wisdom: 32
  9426.  
  9427. Level 22
  9428. HP: 202
  9429. MP: 17
  9430. Strength: 26
  9431. Agility: 26
  9432. Constitution: 24
  9433. Intelligence: 21
  9434. Wisdom: 33
  9435.  
  9436. Level 23
  9437. HP: 210
  9438. MP: 17
  9439. Strength: 26
  9440. Agility: 26
  9441. Constitution: 25
  9442. Intelligence: 22
  9443. Wisdom: 34
  9444.  
  9445. Level 24
  9446. HP: 217
  9447. MP: 18
  9448. Strength: 27
  9449. Agility: 27
  9450. Constitution: 26
  9451. Intelligence: 22
  9452. Wisdom: 34
  9453.  
  9454. Level 25
  9455. HP: 225
  9456. MP: 19
  9457. Strength: 28
  9458. Agility: 28
  9459. Constitution: 26
  9460. Intelligence: 23
  9461. Wisdom: 35
  9462.  
  9463. Level 26
  9464. HP: 233
  9465. MP: 19
  9466. Strength: 28
  9467. Agility: 29
  9468. Constitution: 27
  9469. Intelligence: 24
  9470. Wisdom: 36
  9471.  
  9472. Level 27
  9473. HP: 240
  9474. MP: 20
  9475. Strength: 29
  9476. Agility: 29
  9477. Constitution: 28
  9478. Intelligence: 24
  9479. Wisdom: 37
  9480.  
  9481. Level 28
  9482. HP: 248
  9483. MP: 21
  9484. Strength: 30
  9485. Agility: 30
  9486. Constitution: 28
  9487. Intelligence: 25
  9488. Wisdom: 38
  9489.  
  9490. Level 29
  9491. HP: 256
  9492. MP: 22
  9493. Strength: 31
  9494. Agility: 31
  9495. Constitution: 29
  9496. Intelligence: 25
  9497. Wisdom: 39
  9498.  
  9499. Level 30
  9500. HP: 263
  9501. MP: 23
  9502. Strength: 31
  9503. Agility: 32
  9504. Constitution: 30
  9505. Intelligence: 26
  9506. Wisdom: 39
  9507.  
  9508. Level 31
  9509. HP: 271
  9510. MP: 23
  9511. Strength: 32
  9512. Agility: 32
  9513. Constitution: 30
  9514. Intelligence: 27
  9515. Wisdom: 40
  9516.  
  9517. Level 32
  9518. HP: 278
  9519. MP: 24
  9520. Strength: 33
  9521. Agility: 33
  9522. Constitution: 31
  9523. Intelligence: 27
  9524. Wisdom: 41
  9525.  
  9526. Level 33
  9527. HP: 286
  9528. MP: 25
  9529. Strength: 33
  9530. Agility: 34
  9531. Constitution: 32
  9532. Intelligence: 28
  9533. Wisdom: 42
  9534.  
  9535. Level 34
  9536. HP: 294
  9537. MP: 26
  9538. Strength: 34
  9539. Agility: 35
  9540. Constitution: 32
  9541. Intelligence: 29
  9542. Wisdom: 43
  9543.  
  9544. Level 35
  9545. HP: 302
  9546. MP: 27
  9547. Strength: 35
  9548. Agility: 36
  9549. Constitution: 33
  9550. Intelligence: 29
  9551. Wisdom: 44
  9552.  
  9553. Level 36
  9554. HP: 309
  9555. MP: 28
  9556. Strength: 35
  9557. Agility: 36
  9558. Constitution: 34
  9559. Intelligence: 30
  9560. Wisdom: 45
  9561.  
  9562. Level 37
  9563. HP: 317
  9564. MP: 29
  9565. Strength: 36
  9566. Agility: 37
  9567. Constitution: 34
  9568. Intelligence: 31
  9569. Wisdom: 45
  9570.  
  9571. Level 38
  9572. HP: 325
  9573. MP: 30
  9574. Strength: 37
  9575. Agility: 38
  9576. Constitution: 35
  9577. Intelligence: 31
  9578. Wisdom: 46
  9579.  
  9580. Level 39
  9581. HP: 332
  9582. MP: 32
  9583. Strength: 38
  9584. Agility: 39
  9585. Constitution: 36
  9586. Intelligence: 32
  9587. Wisdom: 47
  9588.  
  9589. Level 40
  9590. HP: 340
  9591. MP: 33
  9592. Strength: 38
  9593. Agility: 39
  9594. Constitution: 36
  9595. Intelligence: 32
  9596. Wisdom: 48
  9597.  
  9598. Level 41
  9599. HP: 348
  9600. MP: 34
  9601. Strength: 39
  9602. Agility: 40
  9603. Constitution: 37
  9604. Intelligence: 33
  9605. Wisdom: 49
  9606.  
  9607. Level 42
  9608. HP: 355
  9609. MP: 35
  9610. Strength: 40
  9611. Agility: 41
  9612. Constitution: 38
  9613. Intelligence: 34
  9614. Wisdom: 50
  9615.  
  9616. Level 43
  9617. HP: 363
  9618. MP: 37
  9619. Strength: 40
  9620. Agility: 42
  9621. Constitution: 38
  9622. Intelligence: 34
  9623. Wisdom: 50
  9624.  
  9625. Level 44
  9626. HP: 371
  9627. MP: 38
  9628. Strength: 41
  9629. Agility: 42
  9630. Constitution: 39
  9631. Intelligence: 35
  9632. Wisdom: 51
  9633.  
  9634. Level 45
  9635. HP: 379
  9636. MP: 39
  9637. Strength: 42
  9638. Agility: 43
  9639. Constitution: 40
  9640. Intelligence: 36
  9641. Wisdom: 52
  9642.  
  9643. Level 46
  9644. HP: 386
  9645. MP: 41
  9646. Strength: 43
  9647. Agility: 44
  9648. Constitution: 40
  9649. Intelligence: 36
  9650. Wisdom: 53
  9651.  
  9652. Level 47
  9653. HP: 394
  9654. MP: 42
  9655. Strength: 43
  9656. Agility: 45
  9657. Constitution: 41
  9658. Intelligence: 37
  9659. Wisdom: 54
  9660.  
  9661. Level 48
  9662. HP: 402
  9663. MP: 44
  9664. Strength: 44
  9665. Agility: 45
  9666. Constitution: 42
  9667. Intelligence: 38
  9668. Wisdom: 55
  9669.  
  9670. Level 49
  9671. HP: 410
  9672. MP: 46
  9673. Strength: 45
  9674. Agility: 46
  9675. Constitution: 42
  9676. Intelligence: 38
  9677. Wisdom: 56
  9678.  
  9679. Level 50
  9680. HP: 417
  9681. MP: 47
  9682. Strength: 45
  9683. Agility: 47
  9684. Constitution: 43
  9685. Intelligence: 39
  9686. Wisdom: 56
  9687.  
  9688. Level 51
  9689. HP: 425
  9690. MP: 49
  9691. Strength: 46
  9692. Agility: 48
  9693. Constitution: 43
  9694. Intelligence: 39
  9695. Wisdom: 57
  9696.  
  9697. Level 52
  9698. HP: 433
  9699. MP: 51
  9700. Strength: 47
  9701. Agility: 48
  9702. Constitution: 44
  9703. Intelligence: 40
  9704. Wisdom: 58
  9705.  
  9706. Level 53
  9707. HP: 441
  9708. MP: 53
  9709. Strength: 47
  9710. Agility: 49
  9711. Constitution: 45
  9712. Intelligence: 41
  9713. Wisdom: 59
  9714.  
  9715. Level 54
  9716. HP: 449
  9717. MP: 55
  9718. Strength: 48
  9719. Agility: 50
  9720. Constitution: 45
  9721. Intelligence: 41
  9722. Wisdom: 60
  9723.  
  9724. Level 55
  9725. HP: 457
  9726. MP: 57
  9727. Strength: 49
  9728. Agility: 51
  9729. Constitution: 46
  9730. Intelligence: 42
  9731. Wisdom: 61
  9732.  
  9733. Level 56
  9734. HP: 464
  9735. MP: 59
  9736. Strength: 50
  9737. Agility: 51
  9738. Constitution: 47
  9739. Intelligence: 43
  9740. Wisdom: 62
  9741.  
  9742. Level 57
  9743. HP: 472
  9744. MP: 61
  9745. Strength: 50
  9746. Agility: 52
  9747. Constitution: 47
  9748. Intelligence: 43
  9749. Wisdom: 62
  9750.  
  9751. Level 58
  9752. HP: 480
  9753. MP: 64
  9754. Strength: 51
  9755. Agility: 53
  9756. Constitution: 48
  9757. Intelligence: 44
  9758. Wisdom: 63
  9759.  
  9760. Level 59
  9761. HP: 488
  9762. MP: 66
  9763. Strength: 52
  9764. Agility: 54
  9765. Constitution: 49
  9766. Intelligence: 45
  9767. Wisdom: 64
  9768.  
  9769. Level 60
  9770. HP: 496
  9771. MP: 68
  9772. Strength: 52
  9773. Agility: 54
  9774. Constitution: 49
  9775. Intelligence: 45
  9776. Wisdom: 65
  9777.  
  9778. Level 61
  9779. HP: 504
  9780. MP: 71
  9781. Strength: 53
  9782. Agility: 55
  9783. Constitution: 50
  9784. Intelligence: 46
  9785. Wisdom: 66
  9786.  
  9787. Level 62
  9788. HP: 511
  9789. MP: 74
  9790. Strength: 54
  9791. Agility: 56
  9792. Constitution: 51
  9793. Intelligence: 46
  9794. Wisdom: 67
  9795.  
  9796. Level 63
  9797. HP: 519
  9798. MP: 76
  9799. Strength: 55
  9800. Agility: 57
  9801. Constitution: 51
  9802. Intelligence: 47
  9803. Wisdom: 67
  9804.  
  9805. Level 64
  9806. HP: 527
  9807. MP: 79
  9808. Strength: 55
  9809. Agility: 57
  9810. Constitution: 52
  9811. Intelligence: 48
  9812. Wisdom: 68
  9813.  
  9814. Level 65
  9815. HP: 535
  9816. MP: 82
  9817. Strength: 56
  9818. Agility: 58
  9819. Constitution: 53
  9820. Intelligence: 48
  9821. Wisdom: 69
  9822.  
  9823. Level 66
  9824. HP: 543
  9825. MP: 85
  9826. Strength: 57
  9827. Agility: 59
  9828. Constitution: 53
  9829. Intelligence: 49
  9830. Wisdom: 70
  9831.  
  9832. Level 67
  9833. HP: 551
  9834. MP: 88
  9835. Strength: 57
  9836. Agility: 60
  9837. Constitution: 54
  9838. Intelligence: 50
  9839. Wisdom: 71
  9840.  
  9841. Level 68
  9842. HP: 559
  9843. MP: 92
  9844. Strength: 58
  9845. Agility: 61
  9846. Constitution: 55
  9847. Intelligence: 50
  9848. Wisdom: 72
  9849.  
  9850. Level 69
  9851. HP: 567
  9852. MP: 95
  9853. Strength: 59
  9854. Agility: 61
  9855. Constitution: 55
  9856. Intelligence: 51
  9857. Wisdom: 73
  9858.  
  9859. Level 70
  9860. HP: 575
  9861. MP: 99
  9862. Strength: 59
  9863. Agility: 62
  9864. Constitution: 56
  9865. Intelligence: 52
  9866. Wisdom: 73
  9867.  
  9868. Level 71
  9869. HP: 583
  9870. MP: 99
  9871. Strength: 60
  9872. Agility: 63
  9873. Constitution: 57
  9874. Intelligence: 52
  9875. Wisdom: 74
  9876.  
  9877. Level 72
  9878. HP: 591
  9879. MP: 99
  9880. Strength: 61
  9881. Agility: 64
  9882. Constitution: 57
  9883. Intelligence: 53
  9884. Wisdom: 75
  9885.  
  9886. Level 73
  9887. HP: 599
  9888. MP: 99
  9889. Strength: 62
  9890. Agility: 64
  9891. Constitution: 58
  9892. Intelligence: 53
  9893. Wisdom: 76
  9894.  
  9895. Level 74
  9896. HP: 606
  9897. MP: 99
  9898. Strength: 62
  9899. Agility: 65
  9900. Constitution: 59
  9901. Intelligence: 54
  9902. Wisdom: 77
  9903.  
  9904. Level 75
  9905. HP: 614
  9906. MP: 99
  9907. Strength: 63
  9908. Agility: 66
  9909. Constitution: 59
  9910. Intelligence: 55
  9911. Wisdom: 78
  9912.  
  9913. Level 76
  9914. HP: 622
  9915. MP: 99
  9916. Strength: 64
  9917. Agility: 67
  9918. Constitution: 60
  9919. Intelligence: 55
  9920. Wisdom: 78
  9921.  
  9922. Level 77
  9923. HP: 630
  9924. MP: 99
  9925. Strength: 64
  9926. Agility: 67
  9927. Constitution: 61
  9928. Intelligence: 56
  9929. Wisdom: 79
  9930.  
  9931. Level 78
  9932. HP: 638
  9933. MP: 99
  9934. Strength: 65
  9935. Agility: 68
  9936. Constitution: 61
  9937. Intelligence: 57
  9938. Wisdom: 80
  9939.  
  9940. Level 79
  9941. HP: 646
  9942. MP: 99
  9943. Strength: 66
  9944. Agility: 69
  9945. Constitution: 62
  9946. Intelligence: 57
  9947. Wisdom: 81
  9948.  
  9949. Level 80
  9950. HP: 654
  9951. MP: 99
  9952. Strength: 67
  9953. Agility: 70
  9954. Constitution: 63
  9955. Intelligence: 58
  9956. Wisdom: 82
  9957.  
  9958. Level 81
  9959. HP: 662
  9960. MP: 99
  9961. Strength: 67
  9962. Agility: 70
  9963. Constitution: 63
  9964. Intelligence: 59
  9965. Wisdom: 83
  9966.  
  9967. Level 82
  9968. HP: 670
  9969. MP: 99
  9970. Strength: 68
  9971. Agility: 71
  9972. Constitution: 64
  9973. Intelligence: 59
  9974. Wisdom: 84
  9975.  
  9976. Level 83
  9977. HP: 678
  9978. MP: 99
  9979. Strength: 69
  9980. Agility: 72
  9981. Constitution: 64
  9982. Intelligence: 60
  9983. Wisdom: 84
  9984.  
  9985. Level 84
  9986. HP: 686
  9987. MP: 99
  9988. Strength: 69
  9989. Agility: 73
  9990. Constitution: 65
  9991. Intelligence: 60
  9992. Wisdom: 85
  9993.  
  9994. Level 85
  9995. HP: 694
  9996. MP: 99
  9997. Strength: 70
  9998. Agility: 73
  9999. Constitution: 66
  10000. Intelligence: 61
  10001. Wisdom: 86
  10002.  
  10003. Level 86
  10004. HP: 702
  10005. MP: 99
  10006. Strength: 71
  10007. Agility: 74
  10008. Constitution: 66
  10009. Intelligence: 62
  10010. Wisdom: 87
  10011.  
  10012. Level 87
  10013. HP: 710
  10014. MP: 99
  10015. Strength: 72
  10016. Agility: 75
  10017. Constitution: 67
  10018. Intelligence: 62
  10019. Wisdom: 88
  10020.  
  10021. Level 88
  10022. HP: 718
  10023. MP: 99
  10024. Strength: 72
  10025. Agility: 76
  10026. Constitution: 68
  10027. Intelligence: 63
  10028. Wisdom: 89
  10029.  
  10030. Level 89
  10031. HP: 726
  10032. MP: 99
  10033. Strength: 73
  10034. Agility: 76
  10035. Constitution: 68
  10036. Intelligence: 64
  10037. Wisdom: 90
  10038.  
  10039. Level 90
  10040. HP: 734
  10041. MP: 99
  10042. Strength: 74
  10043. Agility: 77
  10044. Constitution: 69
  10045. Intelligence: 64
  10046. Wisdom: 90
  10047.  
  10048. Level 91
  10049. HP: 742
  10050. MP: 99
  10051. Strength: 74
  10052. Agility: 78
  10053. Constitution: 70
  10054. Intelligence: 65
  10055. Wisdom: 91
  10056.  
  10057. Level 92
  10058. HP: 750
  10059. MP: 99
  10060. Strength: 75
  10061. Agility: 79
  10062. Constitution: 70
  10063. Intelligence: 66
  10064. Wisdom: 92
  10065.  
  10066. Level 93
  10067. HP: 758
  10068. MP: 99
  10069. Strength: 76
  10070. Agility: 79
  10071. Constitution: 71
  10072. Intelligence: 66
  10073. Wisdom: 93
  10074.  
  10075. Level 94
  10076. HP: 766
  10077. MP: 99
  10078. Strength: 76
  10079. Agility: 80
  10080. Constitution: 72
  10081. Intelligence: 67
  10082. Wisdom: 94
  10083.  
  10084. Level 95
  10085. HP: 774
  10086. MP: 99
  10087. Strength: 77
  10088. Agility: 81
  10089. Constitution: 72
  10090. Intelligence: 67
  10091. Wisdom: 95
  10092.  
  10093. Level 96
  10094. HP: 782
  10095. MP: 99
  10096. Strength: 78
  10097. Agility: 82
  10098. Constitution: 73
  10099. Intelligence: 68
  10100. Wisdom: 96
  10101.  
  10102. Level 97
  10103. HP: 790
  10104. MP: 99
  10105. Strength: 79
  10106. Agility: 83
  10107. Constitution: 74
  10108. Intelligence: 69
  10109. Wisdom: 97
  10110.  
  10111. Level 98
  10112. HP: 795
  10113. MP: 99
  10114. Strength: 79
  10115. Agility: 84
  10116. Constitution: 74
  10117. Intelligence: 69
  10118. Wisdom: 98
  10119.  
  10120. Level 99
  10121. HP: 800
  10122. MP: 99
  10123. Strength: 80
  10124. Agility: 85
  10125. Constitution: 75
  10126. Intelligence: 70
  10127. Wisdom: 99
  10128.  
  10129. --- Child stats ---
  10130. Level 1
  10131. HP: 40
  10132. MP: 8
  10133. Strength: 7
  10134. Agility: 12
  10135. Constitution: 10
  10136. Intelligence: 15
  10137. Wisdom: 5
  10138.  
  10139. Level 2
  10140. HP: 47
  10141. MP: 8
  10142. Strength: 8
  10143. Agility: 12
  10144. Constitution: 11
  10145. Intelligence: 16
  10146. Wisdom: 6
  10147.  
  10148. Level 3
  10149. HP: 54
  10150. MP: 8
  10151. Strength: 8
  10152. Agility: 13
  10153. Constitution: 11
  10154. Intelligence: 17
  10155. Wisdom: 6
  10156.  
  10157. Level 4
  10158. HP: 62
  10159. MP: 8
  10160. Strength: 9
  10161. Agility: 13
  10162. Constitution: 12
  10163. Intelligence: 17
  10164. Wisdom: 7
  10165.  
  10166. Level 5
  10167. HP: 69
  10168. MP: 9
  10169. Strength: 9
  10170. Agility: 14
  10171. Constitution: 12
  10172. Intelligence: 18
  10173. Wisdom: 7
  10174.  
  10175. Level 6
  10176. HP: 77
  10177. MP: 9
  10178. Strength: 10
  10179. Agility: 14
  10180. Constitution: 12
  10181. Intelligence: 19
  10182. Wisdom: 8
  10183.  
  10184. Level 7
  10185. HP: 84
  10186. MP: 9
  10187. Strength: 10
  10188. Agility: 15
  10189. Constitution: 13
  10190. Intelligence: 20
  10191. Wisdom: 8
  10192.  
  10193. Level 8
  10194. HP: 92
  10195. MP: 10
  10196. Strength: 10
  10197. Agility: 15
  10198. Constitution: 13
  10199. Intelligence: 21
  10200. Wisdom: 9
  10201.  
  10202. Level 9
  10203. HP: 99
  10204. MP: 10
  10205. Strength: 11
  10206. Agility: 16
  10207. Constitution: 14
  10208. Intelligence: 22
  10209. Wisdom: 9
  10210.  
  10211. Level 10
  10212. HP: 107
  10213. MP: 11
  10214. Strength: 11
  10215. Agility: 17
  10216. Constitution: 14
  10217. Intelligence: 22
  10218. Wisdom: 10
  10219.  
  10220. Level 11
  10221. HP: 114
  10222. MP: 11
  10223. Strength: 12
  10224. Agility: 17
  10225. Constitution: 14
  10226. Intelligence: 23
  10227. Wisdom: 10
  10228.  
  10229. Level 12
  10230. HP: 122
  10231. MP: 11
  10232. Strength: 12
  10233. Agility: 18
  10234. Constitution: 15
  10235. Intelligence: 24
  10236. Wisdom: 10
  10237.  
  10238. Level 13
  10239. HP: 129
  10240. MP: 12
  10241. Strength: 13
  10242. Agility: 19
  10243. Constitution: 15
  10244. Intelligence: 25
  10245. Wisdom: 11
  10246.  
  10247. Level 14
  10248. HP: 137
  10249. MP: 12
  10250. Strength: 13
  10251. Agility: 19
  10252. Constitution: 16
  10253. Intelligence: 26
  10254. Wisdom: 11
  10255.  
  10256. Level 15
  10257. HP: 144
  10258. MP: 13
  10259. Strength: 14
  10260. Agility: 20
  10261. Constitution: 16
  10262. Intelligence: 27
  10263. Wisdom: 12
  10264.  
  10265. Level 16
  10266. HP: 152
  10267. MP: 13
  10268. Strength: 14
  10269. Agility: 21
  10270. Constitution: 16
  10271. Intelligence: 28
  10272. Wisdom: 12
  10273.  
  10274. Level 17
  10275. HP: 159
  10276. MP: 14
  10277. Strength: 14
  10278. Agility: 21
  10279. Constitution: 17
  10280. Intelligence: 28
  10281. Wisdom: 13
  10282.  
  10283. Level 18
  10284. HP: 167
  10285. MP: 14
  10286. Strength: 15
  10287. Agility: 22
  10288. Constitution: 17
  10289. Intelligence: 29
  10290. Wisdom: 13
  10291.  
  10292. Level 19
  10293. HP: 175
  10294. MP: 15
  10295. Strength: 15
  10296. Agility: 22
  10297. Constitution: 18
  10298. Intelligence: 30
  10299. Wisdom: 14
  10300.  
  10301. Level 20
  10302. HP: 182
  10303. MP: 16
  10304. Strength: 16
  10305. Agility: 23
  10306. Constitution: 18
  10307. Intelligence: 31
  10308. Wisdom: 14
  10309.  
  10310. Level 21
  10311. HP: 190
  10312. MP: 16
  10313. Strength: 16
  10314. Agility: 24
  10315. Constitution: 18
  10316. Intelligence: 32
  10317. Wisdom: 15
  10318.  
  10319. Level 22
  10320. HP: 197
  10321. MP: 17
  10322. Strength: 17
  10323. Agility: 24
  10324. Constitution: 19
  10325. Intelligence: 33
  10326. Wisdom: 15
  10327.  
  10328. Level 23
  10329. HP: 205
  10330. MP: 17
  10331. Strength: 17
  10332. Agility: 25
  10333. Constitution: 19
  10334. Intelligence: 34
  10335. Wisdom: 15
  10336.  
  10337. Level 24
  10338. HP: 212
  10339. MP: 18
  10340. Strength: 17
  10341. Agility: 26
  10342. Constitution: 20
  10343. Intelligence: 34
  10344. Wisdom: 16
  10345.  
  10346. Level 25
  10347. HP: 220
  10348. MP: 19
  10349. Strength: 18
  10350. Agility: 26
  10351. Constitution: 20
  10352. Intelligence: 35
  10353. Wisdom: 16
  10354.  
  10355. Level 26
  10356. HP: 228
  10357. MP: 19
  10358. Strength: 18
  10359. Agility: 27
  10360. Constitution: 21
  10361. Intelligence: 36
  10362. Wisdom: 17
  10363.  
  10364. Level 27
  10365. HP: 235
  10366. MP: 20
  10367. Strength: 19
  10368. Agility: 28
  10369. Constitution: 21
  10370. Intelligence: 37
  10371. Wisdom: 17
  10372.  
  10373. Level 28
  10374. HP: 243
  10375. MP: 21
  10376. Strength: 19
  10377. Agility: 28
  10378. Constitution: 21
  10379. Intelligence: 38
  10380. Wisdom: 18
  10381.  
  10382. Level 29
  10383. HP: 251
  10384. MP: 22
  10385. Strength: 20
  10386. Agility: 29
  10387. Constitution: 22
  10388. Intelligence: 39
  10389. Wisdom: 18
  10390.  
  10391. Level 30
  10392. HP: 258
  10393. MP: 23
  10394. Strength: 20
  10395. Agility: 30
  10396. Constitution: 22
  10397. Intelligence: 39
  10398. Wisdom: 19
  10399.  
  10400. Level 31
  10401. HP: 266
  10402. MP: 23
  10403. Strength: 20
  10404. Agility: 30
  10405. Constitution: 23
  10406. Intelligence: 40
  10407. Wisdom: 19
  10408.  
  10409. Level 32
  10410. HP: 273
  10411. MP: 24
  10412. Strength: 21
  10413. Agility: 31
  10414. Constitution: 23
  10415. Intelligence: 41
  10416. Wisdom: 20
  10417.  
  10418. Level 33
  10419. HP: 281
  10420. MP: 25
  10421. Strength: 21
  10422. Agility: 32
  10423. Constitution: 23
  10424. Intelligence: 42
  10425. Wisdom: 20
  10426.  
  10427. Level 34
  10428. HP: 289
  10429. MP: 26
  10430. Strength: 22
  10431. Agility: 32
  10432. Constitution: 24
  10433. Intelligence: 43
  10434. Wisdom: 20
  10435.  
  10436. Level 35
  10437. HP: 297
  10438. MP: 27
  10439. Strength: 22
  10440. Agility: 33
  10441. Constitution: 24
  10442. Intelligence: 44
  10443. Wisdom: 21
  10444.  
  10445. Level 36
  10446. HP: 304
  10447. MP: 28
  10448. Strength: 23
  10449. Agility: 34
  10450. Constitution: 25
  10451. Intelligence: 45
  10452. Wisdom: 21
  10453.  
  10454. Level 37
  10455. HP: 312
  10456. MP: 29
  10457. Strength: 23
  10458. Agility: 34
  10459. Constitution: 25
  10460. Intelligence: 45
  10461. Wisdom: 22
  10462.  
  10463. Level 38
  10464. HP: 320
  10465. MP: 30
  10466. Strength: 24
  10467. Agility: 35
  10468. Constitution: 25
  10469. Intelligence: 46
  10470. Wisdom: 22
  10471.  
  10472. Level 39
  10473. HP: 327
  10474. MP: 32
  10475. Strength: 24
  10476. Agility: 36
  10477. Constitution: 26
  10478. Intelligence: 47
  10479. Wisdom: 23
  10480.  
  10481. Level 40
  10482. HP: 335
  10483. MP: 33
  10484. Strength: 24
  10485. Agility: 36
  10486. Constitution: 26
  10487. Intelligence: 48
  10488. Wisdom: 23
  10489.  
  10490. Level 41
  10491. HP: 343
  10492. MP: 34
  10493. Strength: 25
  10494. Agility: 37
  10495. Constitution: 27
  10496. Intelligence: 49
  10497. Wisdom: 24
  10498.  
  10499. Level 42
  10500. HP: 350
  10501. MP: 35
  10502. Strength: 25
  10503. Agility: 38
  10504. Constitution: 27
  10505. Intelligence: 50
  10506. Wisdom: 24
  10507.  
  10508. Level 43
  10509. HP: 358
  10510. MP: 37
  10511. Strength: 26
  10512. Agility: 38
  10513. Constitution: 27
  10514. Intelligence: 50
  10515. Wisdom: 25
  10516.  
  10517. Level 44
  10518. HP: 366
  10519. MP: 38
  10520. Strength: 26
  10521. Agility: 39
  10522. Constitution: 28
  10523. Intelligence: 51
  10524. Wisdom: 25
  10525.  
  10526. Level 45
  10527. HP: 374
  10528. MP: 39
  10529. Strength: 27
  10530. Agility: 40
  10531. Constitution: 28
  10532. Intelligence: 52
  10533. Wisdom: 25
  10534.  
  10535. Level 46
  10536. HP: 381
  10537. MP: 41
  10538. Strength: 27
  10539. Agility: 40
  10540. Constitution: 29
  10541. Intelligence: 53
  10542. Wisdom: 26
  10543.  
  10544. Level 47
  10545. HP: 389
  10546. MP: 42
  10547. Strength: 27
  10548. Agility: 41
  10549. Constitution: 29
  10550. Intelligence: 54
  10551. Wisdom: 26
  10552.  
  10553. Level 48
  10554. HP: 397
  10555. MP: 44
  10556. Strength: 28
  10557. Agility: 42
  10558. Constitution: 29
  10559. Intelligence: 55
  10560. Wisdom: 27
  10561.  
  10562. Level 49
  10563. HP: 405
  10564. MP: 46
  10565. Strength: 28
  10566. Agility: 42
  10567. Constitution: 30
  10568. Intelligence: 56
  10569. Wisdom: 27
  10570.  
  10571. Level 50
  10572. HP: 412
  10573. MP: 47
  10574. Strength: 29
  10575. Agility: 43
  10576. Constitution: 30
  10577. Intelligence: 56
  10578. Wisdom: 28
  10579.  
  10580. Level 51
  10581. HP: 420
  10582. MP: 49
  10583. Strength: 29
  10584. Agility: 43
  10585. Constitution: 31
  10586. Intelligence: 57
  10587. Wisdom: 28
  10588.  
  10589. Level 52
  10590. HP: 428
  10591. MP: 51
  10592. Strength: 30
  10593. Agility: 44
  10594. Constitution: 31
  10595. Intelligence: 58
  10596. Wisdom: 29
  10597.  
  10598. Level 53
  10599. HP: 436
  10600. MP: 53
  10601. Strength: 30
  10602. Agility: 45
  10603. Constitution: 31
  10604. Intelligence: 59
  10605. Wisdom: 29
  10606.  
  10607. Level 54
  10608. HP: 444
  10609. MP: 55
  10610. Strength: 30
  10611. Agility: 45
  10612. Constitution: 32
  10613. Intelligence: 60
  10614. Wisdom: 30
  10615.  
  10616. Level 55
  10617. HP: 452
  10618. MP: 57
  10619. Strength: 31
  10620. Agility: 46
  10621. Constitution: 32
  10622. Intelligence: 61
  10623. Wisdom: 30
  10624.  
  10625. Level 56
  10626. HP: 459
  10627. MP: 59
  10628. Strength: 31
  10629. Agility: 47
  10630. Constitution: 33
  10631. Intelligence: 62
  10632. Wisdom: 30
  10633.  
  10634. Level 57
  10635. HP: 467
  10636. MP: 61
  10637. Strength: 32
  10638. Agility: 47
  10639. Constitution: 33
  10640. Intelligence: 62
  10641. Wisdom: 31
  10642.  
  10643. Level 58
  10644. HP: 475
  10645. MP: 64
  10646. Strength: 32
  10647. Agility: 48
  10648. Constitution: 33
  10649. Intelligence: 63
  10650. Wisdom: 31
  10651.  
  10652. Level 59
  10653. HP: 483
  10654. MP: 66
  10655. Strength: 33
  10656. Agility: 49
  10657. Constitution: 34
  10658. Intelligence: 64
  10659. Wisdom: 32
  10660.  
  10661. Level 60
  10662. HP: 491
  10663. MP: 68
  10664. Strength: 33
  10665. Agility: 49
  10666. Constitution: 34
  10667. Intelligence: 65
  10668. Wisdom: 32
  10669.  
  10670. Level 61
  10671. HP: 499
  10672. MP: 71
  10673. Strength: 33
  10674. Agility: 50
  10675. Constitution: 35
  10676. Intelligence: 66
  10677. Wisdom: 33
  10678.  
  10679. Level 62
  10680. HP: 506
  10681. MP: 74
  10682. Strength: 34
  10683. Agility: 51
  10684. Constitution: 35
  10685. Intelligence: 67
  10686. Wisdom: 33
  10687.  
  10688. Level 63
  10689. HP: 514
  10690. MP: 76
  10691. Strength: 34
  10692. Agility: 51
  10693. Constitution: 35
  10694. Intelligence: 67
  10695. Wisdom: 34
  10696.  
  10697. Level 64
  10698. HP: 522
  10699. MP: 79
  10700. Strength: 35
  10701. Agility: 52
  10702. Constitution: 36
  10703. Intelligence: 68
  10704. Wisdom: 34
  10705.  
  10706. Level 65
  10707. HP: 530
  10708. MP: 82
  10709. Strength: 35
  10710. Agility: 53
  10711. Constitution: 36
  10712. Intelligence: 69
  10713. Wisdom: 35
  10714.  
  10715. Level 66
  10716. HP: 538
  10717. MP: 85
  10718. Strength: 36
  10719. Agility: 53
  10720. Constitution: 37
  10721. Intelligence: 70
  10722. Wisdom: 35
  10723.  
  10724. Level 67
  10725. HP: 546
  10726. MP: 88
  10727. Strength: 36
  10728. Agility: 54
  10729. Constitution: 37
  10730. Intelligence: 71
  10731. Wisdom: 35
  10732.  
  10733. Level 68
  10734. HP: 554
  10735. MP: 92
  10736. Strength: 37
  10737. Agility: 55
  10738. Constitution: 37
  10739. Intelligence: 72
  10740. Wisdom: 36
  10741.  
  10742. Level 69
  10743. HP: 562
  10744. MP: 95
  10745. Strength: 37
  10746. Agility: 55
  10747. Constitution: 38
  10748. Intelligence: 73
  10749. Wisdom: 36
  10750.  
  10751. Level 70
  10752. HP: 570
  10753. MP: 99
  10754. Strength: 37
  10755. Agility: 56
  10756. Constitution: 38
  10757. Intelligence: 73
  10758. Wisdom: 37
  10759.  
  10760. Level 71
  10761. HP: 578
  10762. MP: 99
  10763. Strength: 38
  10764. Agility: 57
  10765. Constitution: 39
  10766. Intelligence: 74
  10767. Wisdom: 37
  10768.  
  10769. Level 72
  10770. HP: 586
  10771. MP: 99
  10772. Strength: 38
  10773. Agility: 57
  10774. Constitution: 39
  10775. Intelligence: 75
  10776. Wisdom: 38
  10777.  
  10778. Level 73
  10779. HP: 594
  10780. MP: 99
  10781. Strength: 39
  10782. Agility: 58
  10783. Constitution: 39
  10784. Intelligence: 76
  10785. Wisdom: 38
  10786.  
  10787. Level 74
  10788. HP: 601
  10789. MP: 99
  10790. Strength: 39
  10791. Agility: 59
  10792. Constitution: 40
  10793. Intelligence: 77
  10794. Wisdom: 39
  10795.  
  10796. Level 75
  10797. HP: 609
  10798. MP: 99
  10799. Strength: 40
  10800. Agility: 59
  10801. Constitution: 40
  10802. Intelligence: 78
  10803. Wisdom: 39
  10804.  
  10805. Level 76
  10806. HP: 617
  10807. MP: 99
  10808. Strength: 40
  10809. Agility: 60
  10810. Constitution: 41
  10811. Intelligence: 78
  10812. Wisdom: 40
  10813.  
  10814. Level 77
  10815. HP: 625
  10816. MP: 99
  10817. Strength: 40
  10818. Agility: 61
  10819. Constitution: 41
  10820. Intelligence: 79
  10821. Wisdom: 40
  10822.  
  10823. Level 78
  10824. HP: 633
  10825. MP: 99
  10826. Strength: 41
  10827. Agility: 61
  10828. Constitution: 42
  10829. Intelligence: 80
  10830. Wisdom: 40
  10831.  
  10832. Level 79
  10833. HP: 641
  10834. MP: 99
  10835. Strength: 41
  10836. Agility: 62
  10837. Constitution: 42
  10838. Intelligence: 81
  10839. Wisdom: 41
  10840.  
  10841. Level 80
  10842. HP: 649
  10843. MP: 99
  10844. Strength: 42
  10845. Agility: 63
  10846. Constitution: 42
  10847. Intelligence: 82
  10848. Wisdom: 41
  10849.  
  10850. Level 81
  10851. HP: 657
  10852. MP: 99
  10853. Strength: 42
  10854. Agility: 63
  10855. Constitution: 43
  10856. Intelligence: 83
  10857. Wisdom: 42
  10858.  
  10859. Level 82
  10860. HP: 665
  10861. MP: 99
  10862. Strength: 43
  10863. Agility: 64
  10864. Constitution: 43
  10865. Intelligence: 84
  10866. Wisdom: 42
  10867.  
  10868. Level 83
  10869. HP: 673
  10870. MP: 99
  10871. Strength: 43
  10872. Agility: 64
  10873. Constitution: 44
  10874. Intelligence: 84
  10875. Wisdom: 43
  10876.  
  10877. Level 84
  10878. HP: 681
  10879. MP: 99
  10880. Strength: 43
  10881. Agility: 65
  10882. Constitution: 44
  10883. Intelligence: 85
  10884. Wisdom: 43
  10885.  
  10886. Level 85
  10887. HP: 689
  10888. MP: 99
  10889. Strength: 44
  10890. Agility: 66
  10891. Constitution: 44
  10892. Intelligence: 86
  10893. Wisdom: 44
  10894.  
  10895. Level 86
  10896. HP: 697
  10897. MP: 99
  10898. Strength: 44
  10899. Agility: 66
  10900. Constitution: 45
  10901. Intelligence: 87
  10902. Wisdom: 44
  10903.  
  10904. Level 87
  10905. HP: 705
  10906. MP: 99
  10907. Strength: 45
  10908. Agility: 67
  10909. Constitution: 45
  10910. Intelligence: 88
  10911. Wisdom: 45
  10912.  
  10913. Level 88
  10914. HP: 713
  10915. MP: 99
  10916. Strength: 45
  10917. Agility: 68
  10918. Constitution: 46
  10919. Intelligence: 89
  10920. Wisdom: 45
  10921.  
  10922. Level 89
  10923. HP: 721
  10924. MP: 99
  10925. Strength: 46
  10926. Agility: 68
  10927. Constitution: 46
  10928. Intelligence: 90
  10929. Wisdom: 45
  10930.  
  10931. Level 90
  10932. HP: 729
  10933. MP: 99
  10934. Strength: 46
  10935. Agility: 69
  10936. Constitution: 46
  10937. Intelligence: 90
  10938. Wisdom: 46
  10939.  
  10940. Level 91
  10941. HP: 737
  10942. MP: 99
  10943. Strength: 47
  10944. Agility: 70
  10945. Constitution: 47
  10946. Intelligence: 91
  10947. Wisdom: 46
  10948.  
  10949. Level 92
  10950. HP: 745
  10951. MP: 99
  10952. Strength: 47
  10953. Agility: 70
  10954. Constitution: 47
  10955. Intelligence: 92
  10956. Wisdom: 47
  10957.  
  10958. Level 93
  10959. HP: 753
  10960. MP: 99
  10961. Strength: 47
  10962. Agility: 71
  10963. Constitution: 48
  10964. Intelligence: 93
  10965. Wisdom: 47
  10966.  
  10967. Level 94
  10968. HP: 761
  10969. MP: 99
  10970. Strength: 48
  10971. Agility: 72
  10972. Constitution: 48
  10973. Intelligence: 94
  10974. Wisdom: 48
  10975.  
  10976. Level 95
  10977. HP: 769
  10978. MP: 99
  10979. Strength: 48
  10980. Agility: 72
  10981. Constitution: 48
  10982. Intelligence: 95
  10983. Wisdom: 48
  10984.  
  10985. Level 96
  10986. HP: 777
  10987. MP: 99
  10988. Strength: 49
  10989. Agility: 73
  10990. Constitution: 49
  10991. Intelligence: 96
  10992. Wisdom: 49
  10993.  
  10994. Level 97
  10995. HP: 785
  10996. MP: 99
  10997. Strength: 49
  10998. Agility: 74
  10999. Constitution: 49
  11000. Intelligence: 97
  11001. Wisdom: 49
  11002.  
  11003. Level 98
  11004. HP: 793
  11005. MP: 99
  11006. Strength: 50
  11007. Agility: 74
  11008. Constitution: 50
  11009. Intelligence: 98
  11010. Wisdom: 50
  11011.  
  11012. Level 99
  11013. HP: 800
  11014. MP: 99
  11015. Strength: 50
  11016. Agility: 75
  11017. Constitution: 50
  11018. Intelligence: 99
  11019. Wisdom: 50
  11020.  
  11021. --- Boss weapons ---
  11022. 00
  11023. Effective: None
  11024. Element: None
  11025. Hit: 99
  11026. Strength: 35
  11027. Inflict: Burning
  11028. Status rate: 99
  11029.  
  11030. 01
  11031. Effective: None
  11032. Element: None
  11033. Hit: 99
  11034. Strength: 34
  11035. Inflict: Freeze
  11036. Status rate: 99
  11037.  
  11038. 02
  11039. Effective: None
  11040. Element: None
  11041. Hit: 99
  11042. Strength: 125
  11043. Inflict: None
  11044. Status rate: 50
  11045.  
  11046. 03
  11047. Effective: None
  11048. Element: None
  11049. Hit: 99
  11050. Strength: 12
  11051. Inflict: None
  11052. Status rate: 50
  11053.  
  11054. 04
  11055. Effective: None
  11056. Element: None
  11057. Hit: 99
  11058. Strength: 0
  11059. Inflict: Poison
  11060. Status rate: 50
  11061.  
  11062. 05
  11063. Effective: None
  11064. Element: None
  11065. Hit: 99
  11066. Strength: 37
  11067. Inflict: None
  11068. Status rate: 50
  11069.  
  11070. 06
  11071. Effective: None
  11072. Element: None
  11073. Hit: 99
  11074. Strength: 0
  11075. Inflict: None
  11076. Status rate: 50
  11077.  
  11078. 07
  11079. Effective: None
  11080. Element: None
  11081. Hit: 99
  11082. Strength: 65
  11083. Inflict: Petrify
  11084. Status rate: 99
  11085.  
  11086. 08
  11087. Effective: None
  11088. Element: None
  11089. Hit: 99
  11090. Strength: 33
  11091. Inflict: Sleep
  11092. Status rate: 99
  11093.  
  11094. 09
  11095. Effective: None
  11096. Element: None
  11097. Hit: 99
  11098. Strength: 54
  11099. Inflict: Poison
  11100. Status rate: 99
  11101.  
  11102. 0A
  11103. Effective: None
  11104. Element: None
  11105. Hit: 99
  11106. Strength: 11
  11107. Inflict: None
  11108. Status rate: 50
  11109.  
  11110. 0B
  11111. Effective: None
  11112. Element: None
  11113. Hit: 99
  11114. Strength: 11
  11115. Inflict: Burning
  11116. Status rate: 99
  11117.  
  11118. 0C
  11119. Effective: None
  11120. Element: None
  11121. Hit: 99
  11122. Strength: 29
  11123. Inflict: None
  11124. Status rate: 50
  11125.  
  11126. 0D
  11127. Effective: None
  11128. Element: None
  11129. Hit: 99
  11130. Strength: 124
  11131. Inflict: None
  11132. Status rate: 50
  11133.  
  11134. 0E
  11135. Effective: None
  11136. Element: None
  11137. Hit: 99
  11138. Strength: 93
  11139. Inflict: Freeze
  11140. Status rate: 99
  11141.  
  11142. 0F
  11143. Effective: None
  11144. Element: None
  11145. Hit: 99
  11146. Strength: 89
  11147. Inflict: Petrify
  11148. Status rate: 99
  11149.  
  11150. 10
  11151. Effective: None
  11152. Element: None
  11153. Hit: 99
  11154. Strength: 0
  11155. Inflict: Moogle
  11156. Status rate: 50
  11157.  
  11158. 11
  11159. Effective: None
  11160. Element: None
  11161. Hit: 99
  11162. Strength: 37
  11163. Inflict: Sleep
  11164. Status rate: 99
  11165.  
  11166. 12
  11167. Effective: None
  11168. Element: None
  11169. Hit: 99
  11170. Strength: 67
  11171. Inflict: Stop
  11172. Status rate: 80
  11173.  
  11174. 13
  11175. Effective: None
  11176. Element: None
  11177. Hit: 99
  11178. Strength: 81
  11179. Inflict: Sleep
  11180. Status rate: 99
  11181.  
  11182. 14
  11183. Effective: None
  11184. Element: None
  11185. Hit: 99
  11186. Strength: 0
  11187. Inflict: Sleep
  11188. Status rate: 50
  11189.  
  11190. 15
  11191. Effective: None
  11192. Element: None
  11193. Hit: 99
  11194. Strength: 22
  11195. Inflict: Moogle
  11196. Status rate: 99
  11197.  
  11198. 16
  11199. Effective: None
  11200. Element: None
  11201. Hit: 99
  11202. Strength: 71
  11203. Inflict: Mini
  11204. Status rate: 99
  11205.  
  11206. 17
  11207. Effective: None
  11208. Element: None
  11209. Hit: 99
  11210. Strength: 22
  11211. Inflict: Slow
  11212. Status rate: 50
  11213.  
  11214. 18
  11215. Effective: None
  11216. Element: None
  11217. Hit: 99
  11218. Strength: 25
  11219. Inflict: Mini, Moogle
  11220. Status rate: 50
  11221.  
  11222. 19
  11223. Effective: None
  11224. Element: None
  11225. Hit: 99
  11226. Strength: 93
  11227. Inflict: None
  11228. Status rate: 50
  11229.  
  11230. 1A
  11231. Effective: None
  11232. Element: None
  11233. Hit: 99
  11234. Strength: 69
  11235. Inflict: None
  11236. Status rate: 50
  11237.  
  11238. 1B
  11239. Effective: None
  11240. Element: None
  11241. Hit: 75
  11242. Strength: 17
  11243. Inflict: Sleep
  11244. Status rate: 50
  11245.  
  11246. 1C
  11247. Effective: None
  11248. Element: None
  11249. Hit: 99
  11250. Strength: 30
  11251. Inflict: None
  11252. Status rate: 50
  11253.  
  11254. 1D
  11255. Effective: None
  11256. Element: None
  11257. Hit: 99
  11258. Strength: 89
  11259. Inflict: None
  11260. Status rate: 50
  11261.  
  11262. 1E
  11263. Effective: None
  11264. Element: None
  11265. Hit: 99
  11266. Strength: 25
  11267. Inflict: Poison
  11268. Status rate: 33
  11269.  
  11270. 1F
  11271. Effective: None
  11272. Element: None
  11273. Hit: 99
  11274. Strength: 70
  11275. Inflict: Poison
  11276. Status rate: 50
  11277.  
  11278. 20
  11279. Effective: None
  11280. Element: None
  11281. Hit: 99
  11282. Strength: 32
  11283. Inflict: None
  11284. Status rate: 33
  11285.  
  11286. 21
  11287. Effective: None
  11288. Element: None
  11289. Hit: 99
  11290. Strength: 34
  11291. Inflict: Sleep
  11292. Status rate: 50
  11293.  
  11294. 22
  11295. Effective: None
  11296. Element: None
  11297. Hit: 99
  11298. Strength: 36
  11299. Inflict: Sleep
  11300. Status rate: 33
  11301.  
  11302. 23
  11303. Effective: None
  11304. Element: None
  11305. Hit: 99
  11306. Strength: 33
  11307. Inflict: None
  11308. Status rate: 50
  11309.  
  11310. 24
  11311. Effective: None
  11312. Element: None
  11313. Hit: 99
  11314. Strength: 35
  11315. Inflict: None
  11316. Status rate: 50
  11317.  
  11318. 25
  11319. Effective: None
  11320. Element: None
  11321. Hit: 99
  11322. Strength: 38
  11323. Inflict: None
  11324. Status rate: 50
  11325.  
  11326. 26
  11327. Effective: None
  11328. Element: None
  11329. Hit: 99
  11330. Strength: 52
  11331. Inflict: None
  11332. Status rate: 50
  11333.  
  11334. 27
  11335. Effective: None
  11336. Element: None
  11337. Hit: 99
  11338. Strength: 70
  11339. Inflict: None
  11340. Status rate: 50
  11341.  
  11342. 28
  11343. Effective: None
  11344. Element: None
  11345. Hit: 99
  11346. Strength: 84
  11347. Inflict: None
  11348. Status rate: 50
  11349.  
  11350. 29
  11351. Effective: None
  11352. Element: None
  11353. Hit: 99
  11354. Strength: 94
  11355. Inflict: Sleep
  11356. Status rate: 33
  11357.  
  11358. 2A
  11359. Effective: None
  11360. Element: None
  11361. Hit: 99
  11362. Strength: 85
  11363. Inflict: None
  11364. Status rate: 50
  11365.  
  11366. 2B
  11367. Effective: None
  11368. Element: None
  11369. Hit: 99
  11370. Strength: 98
  11371. Inflict: Sleep
  11372. Status rate: 99
  11373.  
  11374. 2C
  11375. Effective: None
  11376. Element: None
  11377. Hit: 99
  11378. Strength: 94
  11379. Inflict: None
  11380. Status rate: 50
  11381.  
  11382. 2D
  11383. Effective: None
  11384. Element: None
  11385. Hit: 99
  11386. Strength: 103
  11387. Inflict: Sleep
  11388. Status rate: 33
  11389.  
  11390. 2E
  11391. Effective: None
  11392. Element: None
  11393. Hit: 99
  11394. Strength: 35
  11395. Inflict: None
  11396. Status rate: 50
  11397.  
  11398. 2F
  11399. Effective: None
  11400. Element: None
  11401. Hit: 99
  11402. Strength: 48
  11403. Inflict: Moogle
  11404. Status rate: 33
  11405.  
  11406. 30
  11407. Effective: None
  11408. Element: None
  11409. Hit: 99
  11410. Strength: 43
  11411. Inflict: Moogle
  11412. Status rate: 33
  11413.  
  11414. 31
  11415. Effective: None
  11416. Element: None
  11417. Hit: 99
  11418. Strength: 52
  11419. Inflict: Moogle
  11420. Status rate: 33
  11421.  
  11422. 32
  11423. Effective: None
  11424. Element: None
  11425. Hit: 99
  11426. Strength: 106
  11427. Inflict: Sleep
  11428. Status rate: 33
  11429.  
  11430. 33
  11431. Effective: None
  11432. Element: None
  11433. Hit: 99
  11434. Strength: 97
  11435. Inflict: Sleep
  11436. Status rate: 25
  11437.  
  11438. 34
  11439. Effective: None
  11440. Element: None
  11441. Hit: 99
  11442. Strength: 111
  11443. Inflict: Sleep
  11444. Status rate: 50
  11445.  
  11446. 35
  11447. Effective: None
  11448. Element: None
  11449. Hit: 99
  11450. Strength: 40
  11451. Inflict: Burning
  11452. Status rate: 50
  11453.  
  11454. 36
  11455. Effective: None
  11456. Element: None
  11457. Hit: 99
  11458. Strength: 120
  11459. Inflict: Burning
  11460. Status rate: 99
  11461.  
  11462. 37
  11463. Effective: None
  11464. Element: None
  11465. Hit: 99
  11466. Strength: 120
  11467. Inflict: Freeze
  11468. Status rate: 99
  11469.  
  11470. 38
  11471. Effective: None
  11472. Element: None
  11473. Hit: 99
  11474. Strength: 20
  11475. Inflict: None
  11476. Status rate: 50
  11477.  
  11478. 39
  11479. Effective: None
  11480. Element: None
  11481. Hit: 99
  11482. Strength: 48
  11483. Inflict: None
  11484. Status rate: 50
  11485.  
  11486. 3A
  11487. Effective: None
  11488. Element: None
  11489. Hit: 99
  11490. Strength: 68
  11491. Inflict: Petrify
  11492. Status rate: 99
  11493.  
  11494. 3B
  11495. Effective: None
  11496. Element: None
  11497. Hit: 99
  11498. Strength: 89
  11499. Inflict: Sleep
  11500. Status rate: 99
  11501.  
  11502. 3C
  11503. Effective: None
  11504. Element: None
  11505. Hit: 99
  11506. Strength: 40
  11507. Inflict: None
  11508. Status rate: 50
  11509.  
  11510. 3D
  11511. Effective: None
  11512. Element: None
  11513. Hit: 99
  11514. Strength: 59
  11515. Inflict: Mini
  11516. Status rate: 99
  11517.  
  11518. 3E
  11519. Effective: None
  11520. Element: None
  11521. Hit: 99
  11522. Strength: 50
  11523. Inflict: Mini, Moogle
  11524. Status rate: 50
  11525.  
  11526. 3F
  11527. Effective: None
  11528. Element: None
  11529. Hit: 99
  11530. Strength: 44
  11531. Inflict: Sleep
  11532. Status rate: 33
  11533.  
  11534. 40
  11535. Effective: None
  11536. Element: None
  11537. Hit: 99
  11538. Strength: 89
  11539. Inflict: Poison
  11540. Status rate: 99
  11541.  
  11542. 41
  11543. Effective: None
  11544. Element: None
  11545. Hit: 99
  11546. Strength: 46
  11547. Inflict: Sleep
  11548. Status rate: 33
  11549.  
  11550. 42
  11551. Effective: None
  11552. Element: None
  11553. Hit: 99
  11554. Strength: 36
  11555. Inflict: Sleep
  11556. Status rate: 33
  11557.  
  11558. 43
  11559. Effective: None
  11560. Element: None
  11561. Hit: 99
  11562. Strength: 50
  11563. Inflict: Sleep
  11564. Status rate: 33
  11565.  
  11566. 44
  11567. Effective: None
  11568. Element: None
  11569. Hit: 99
  11570. Strength: 7
  11571. Inflict: None
  11572. Status rate: 50
  11573.  
  11574. 45
  11575. Effective: None
  11576. Element: None
  11577. Hit: 99
  11578. Strength: 7
  11579. Inflict: None
  11580. Status rate: 50
  11581.  
  11582. 46
  11583. Effective: None
  11584. Element: None
  11585. Hit: 99
  11586. Strength: 60
  11587. Inflict: None
  11588. Status rate: 50
  11589.  
  11590. 47
  11591. Effective: None
  11592. Element: None
  11593. Hit: 99
  11594. Strength: 89
  11595. Inflict: Confuse
  11596. Status rate: 99
  11597.  
  11598. 48
  11599. Effective: None
  11600. Element: None
  11601. Hit: 99
  11602. Strength: 34
  11603. Inflict: None
  11604. Status rate: 50
  11605.  
  11606. 49
  11607. Effective: None
  11608. Element: None
  11609. Hit: 99
  11610. Strength: 89
  11611. Inflict: Stop
  11612. Status rate: 99
  11613.  
  11614. 4A
  11615. Effective: None
  11616. Element: None
  11617. Hit: 99
  11618. Strength: 89
  11619. Inflict: Mini
  11620. Status rate: 99
  11621.  
  11622. 4B
  11623. Effective: None
  11624. Element: None
  11625. Hit: 99
  11626. Strength: 76
  11627. Inflict: Slow
  11628. Status rate: 99
  11629.  
  11630. 4C
  11631. Effective: None
  11632. Element: None
  11633. Hit: 99
  11634. Strength: 89
  11635. Inflict: Slow
  11636. Status rate: 99
  11637.  
  11638. 4D
  11639. Effective: None
  11640. Element: None
  11641. Hit: 99
  11642. Strength: 76
  11643. Inflict: Poison
  11644. Status rate: 99
  11645.  
  11646. 4E
  11647. Effective: None
  11648. Element: None
  11649. Hit: 99
  11650. Strength: 85
  11651. Inflict: Sleep
  11652. Status rate: 33
  11653.  
  11654. 4F
  11655. Effective: None
  11656. Element: None
  11657. Hit: 99
  11658. Strength: 100
  11659. Inflict: None
  11660. Status rate: 50
  11661.  
  11662. 50
  11663. Effective: None
  11664. Element: None
  11665. Hit: 99
  11666. Strength: 81
  11667. Inflict: None
  11668. Status rate: 50
  11669.  
  11670. 51
  11671. Effective: None
  11672. Element: None
  11673. Hit: 99
  11674. Strength: 81
  11675. Inflict: None
  11676. Status rate: 50
  11677.  
  11678. 52
  11679. Effective: None
  11680. Element: None
  11681. Hit: 99
  11682. Strength: 95
  11683. Inflict: None
  11684. Status rate: 50
  11685.  
  11686. 53
  11687. Effective: None
  11688. Element: None
  11689. Hit: 99
  11690. Strength: 88
  11691. Inflict: None
  11692. Status rate: 66
  11693.  
  11694. 54
  11695. Effective: None
  11696. Element: None
  11697. Hit: 99
  11698. Strength: 88
  11699. Inflict: Poison
  11700. Status rate: 99
  11701.  
  11702. 55
  11703. Effective: None
  11704. Element: None
  11705. Hit: 99
  11706. Strength: 88
  11707. Inflict: Burning
  11708. Status rate: 66
  11709.  
  11710. 56
  11711. Effective: None
  11712. Element: None
  11713. Hit: 99
  11714. Strength: 88
  11715. Inflict: Freeze
  11716. Status rate: 66
  11717.  
  11718. 57
  11719. Effective: None
  11720. Element: None
  11721. Hit: 75
  11722. Strength: 30
  11723. Inflict: Mini
  11724. Status rate: 50
  11725.  
  11726. 58
  11727. Effective: None
  11728. Element: None
  11729. Hit: 75
  11730. Strength: 30
  11731. Inflict: Sleep
  11732. Status rate: 50
  11733.  
  11734. 59
  11735. Effective: None
  11736. Element: None
  11737. Hit: 75
  11738. Strength: 30
  11739. Inflict: Mini
  11740. Status rate: 50
  11741.  
  11742. 5A
  11743. Effective: None
  11744. Element: None
  11745. Hit: 75
  11746. Strength: 30
  11747. Inflict: None
  11748. Status rate: 50
  11749.  
  11750. 5B
  11751. Effective: None
  11752. Element: None
  11753. Hit: 99
  11754. Strength: 101
  11755. Inflict: None
  11756. Status rate: 50
  11757.  
  11758. 5C
  11759. Effective: None
  11760. Element: None
  11761. Hit: 99
  11762. Strength: 120
  11763. Inflict: None
  11764. Status rate: 50
  11765.  
  11766. 5D
  11767. Effective: None
  11768. Element: None
  11769. Hit: 99
  11770. Strength: 110
  11771. Inflict: None
  11772. Status rate: 50
  11773.  
  11774. 5E
  11775. Effective: None
  11776. Element: None
  11777. Hit: 99
  11778. Strength: 110
  11779. Inflict: None
  11780. Status rate: 50
  11781.  
  11782. 5F
  11783. Effective: None
  11784. Element: None
  11785. Hit: 99
  11786. Strength: 120
  11787. Inflict: None
  11788. Status rate: 50
  11789.  
  11790. 60
  11791. Effective: None
  11792. Element: None
  11793. Hit: 99
  11794. Strength: 33
  11795. Inflict: None
  11796. Status rate: 50
  11797.  
  11798. 61
  11799. Effective: None
  11800. Element: None
  11801. Hit: 99
  11802. Strength: 42
  11803. Inflict: Sleep
  11804. Status rate: 50
  11805.  
  11806. 62
  11807. Effective: None
  11808. Element: None
  11809. Hit: 99
  11810. Strength: 37
  11811. Inflict: Poison
  11812. Status rate: 50
  11813.  
  11814. 63
  11815. Effective: None
  11816. Element: None
  11817. Hit: 99
  11818. Strength: 10
  11819. Inflict: Sleep
  11820. Status rate: 99
  11821.  
  11822. 64
  11823. Effective: None
  11824. Element: None
  11825. Hit: 99
  11826. Strength: 71
  11827. Inflict: None
  11828. Status rate: 50
  11829.  
  11830. 65
  11831. Effective: None
  11832. Element: None
  11833. Hit: 99
  11834. Strength: 81
  11835. Inflict: None
  11836. Status rate: 50
  11837.  
  11838. 66
  11839. Effective: None
  11840. Element: None
  11841. Hit: 99
  11842. Strength: 81
  11843. Inflict: None
  11844. Status rate: 50
  11845.  
  11846. 67
  11847. Effective: None
  11848. Element: None
  11849. Hit: 99
  11850. Strength: 123
  11851. Inflict: None
  11852. Status rate: 50
  11853.  
  11854. 68
  11855. Effective: None
  11856. Element: None
  11857. Hit: 99
  11858. Strength: 55
  11859. Inflict: None
  11860. Status rate: 50
  11861.  
  11862. 69
  11863. Effective: None
  11864. Element: None
  11865. Hit: 99
  11866. Strength: 55
  11867. Inflict: None
  11868. Status rate: 50
  11869.  
  11870. 6A
  11871. Effective: None
  11872. Element: None
  11873. Hit: 99
  11874. Strength: 55
  11875. Inflict: None
  11876. Status rate: 50
  11877.  
  11878. 6B
  11879. Effective: None
  11880. Element: None
  11881. Hit: 99
  11882. Strength: 55
  11883. Inflict: Freeze
  11884. Status rate: 66
  11885.  
  11886. 6C
  11887. Effective: None
  11888. Element: None
  11889. Hit: 99
  11890. Strength: 55
  11891. Inflict: Burning
  11892. Status rate: 66
  11893.  
  11894. 6D
  11895. Effective: None
  11896. Element: None
  11897. Hit: 99
  11898. Strength: 125
  11899. Inflict: None
  11900. Status rate: 50
  11901.  
  11902. 6E
  11903. Effective: None
  11904. Element: None
  11905. Hit: 99
  11906. Strength: 127
  11907. Inflict: Sleep
  11908. Status rate: 99
  11909.  
  11910. 6F
  11911. Effective: None
  11912. Element: None
  11913. Hit: 99
  11914. Strength: 89
  11915. Inflict: None
  11916. Status rate: 50
  11917.  
  11918. 70
  11919. Effective: None
  11920. Element: None
  11921. Hit: 99
  11922. Strength: 89
  11923. Inflict: None
  11924. Status rate: 50
  11925.  
  11926. 71
  11927. Effective: None
  11928. Element: None
  11929. Hit: 99
  11930. Strength: 92
  11931. Inflict: None
  11932. Status rate: 50
  11933.  
  11934. 72
  11935. Effective: None
  11936. Element: None
  11937. Hit: 99
  11938. Strength: 120
  11939. Inflict: None
  11940. Status rate: 50
  11941.  
  11942. --- Shops ---
  11943. 00
  11944. Candy
  11945. Medical Herb
  11946. Cup of Wishes
  11947. Bandanna
  11948. Overalls
  11949.  
  11950. 01
  11951. Candy
  11952. Chocolate
  11953. Royal Jam
  11954. Faerie Walnut
  11955. Medical Herb
  11956. Cup of Wishes
  11957. Barrel
  11958. Bandanna
  11959. Hair Ribbon
  11960. Rabite Cap
  11961. Wristband
  11962.  
  11963. 02
  11964. Candy
  11965. Medical Herb
  11966. Cup of Wishes
  11967. Hair Ribbon
  11968. Kung Fu Suit
  11969. Wristband
  11970.  
  11971. 03
  11972. Candy
  11973. Medical Herb
  11974. Cup of Wishes
  11975. Hair Ribbon
  11976. Chain Vest
  11977. Kung Fu Dress
  11978. Elbow Pad
  11979.  
  11980. 04
  11981. Candy
  11982. Medical Herb
  11983. Cup of Wishes
  11984. Rabite Cap
  11985. Head Gear
  11986. Midge Robe
  11987. Chain Vest
  11988. Spiky Suit
  11989. Wristband
  11990. Elbow Pad
  11991. Power Wrist
  11992.  
  11993. 05
  11994. Candy
  11995. Medical Herb
  11996. Cup of Wishes
  11997. Head Gear
  11998. Spiky Suit
  11999. Kung Fu Dress
  12000. Elbow Pad
  12001. Power Wrist
  12002. Cobra Bracelet
  12003.  
  12004. 06
  12005. Candy
  12006. Chocolate
  12007. Faerie Walnut
  12008. Medical Herb
  12009. Cup of Wishes
  12010. Head Gear
  12011. Quill Cap
  12012. Spiky Suit
  12013. Kung Fu Dress
  12014. Power Wrist
  12015. Cobra Bracelet
  12016.  
  12017. 07
  12018. Candy
  12019. Chocolate
  12020. Faerie Walnut
  12021. Medical Herb
  12022. Cup of Wishes
  12023. Quill Cap
  12024. Steel Cap
  12025. Fancy Overalls
  12026. Wolf's Band
  12027.  
  12028. 08
  12029. Chocolate
  12030. Faerie Walnut
  12031. Medical Herb
  12032. Cup of Wishes
  12033. Golden Tiara
  12034. Raccoon Cap
  12035. Chest Guard
  12036. Golden Vest
  12037. Silver Band
  12038.  
  12039. 09
  12040. Chocolate
  12041. Faerie Walnut
  12042. Medical Herb
  12043. Cup of Wishes
  12044. Golden Tiara
  12045. Raccoon Cap
  12046. Chest Guard
  12047. Golden Vest
  12048. Silver Band
  12049.  
  12050. 0A
  12051. Chocolate
  12052. Faerie Walnut
  12053. Medical Herb
  12054. Cup of Wishes
  12055. Golden Tiara
  12056. Raccoon Cap
  12057. Quilted Hood
  12058. Chest Guard
  12059. Golden Vest
  12060. Ruby Vest
  12061. Silver Band
  12062. Golem Ring
  12063. Frosty Ring
  12064.  
  12065. 0B
  12066. Chocolate
  12067. Faerie Walnut
  12068. Medical Herb
  12069. Cup of Wishes
  12070. Quilted Hood
  12071. Tiger Cap
  12072. Ruby Vest
  12073. Tiger Suit
  12074. Tiger Bikini
  12075. Silver Band
  12076. Golem Ring
  12077. Frosty Ring
  12078.  
  12079. 0C
  12080. Candy
  12081. Chocolate
  12082. Faerie Walnut
  12083. Medical Herb
  12084. Cup of Wishes
  12085. Circlet
  12086. Magical Armor
  12087. Ivy Amulet
  12088.  
  12089. 0D
  12090. Chocolate
  12091. Faerie Walnut
  12092. Medical Herb
  12093. Cup of Wishes
  12094. Unicorn Helm
  12095. Dragon Helm
  12096. Duck Helm
  12097. Flower Suit
  12098. Battle Suit
  12099. Shield Ring
  12100. Lazuri Ring
  12101.  
  12102. 0E
  12103. Candy
  12104. Chocolate
  12105. Royal Jam
  12106. Faerie Walnut
  12107. Medical Herb
  12108. Cup of Wishes
  12109. Dragon Helm
  12110. Duck Helm
  12111. Tortoise Mail
  12112. Battle Suit
  12113. Gold Bracelet
  12114. Lazuri Ring
  12115.  
  12116. 0F
  12117. Candy
  12118. Chocolate
  12119. Royal Jam
  12120. Faerie Walnut
  12121. Medical Herb
  12122. Cup of Wishes
  12123. Barrel
  12124. Needle Helm
  12125. Vestguard
  12126. Gauntlet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement