DynamixDJ

Items

May 28th, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 388.47 KB | None | 0 0
  1. ____________________________________________________________________________
  2. /----------------------------------------------------------------------------\
  3. |/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\|
  4. <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
  5. |\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../|
  6. | |
  7. | {G.04} - Items |
  8. | {Items} |
  9. |/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\/''\|
  10. <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
  11. |\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../\../|
  12. \----------------------------------------------------------------------------/
  13.  
  14.  
  15. Detailed below are all 105 Items, listed in order of their in-game ID value.
  16. Items 0~69 are battle-related items, and Items 70~104 are menu-only items.
  17. After which are all 51 Key Items.
  18.  
  19. DON'T FORGET TO USE THE QSI (Quick Search Index) LINKS! To skip directly to
  20. the item you are after, use CNTR+F then search for the item you're after,
  21. surrounding the criteria with braces {}, keys above [].
  22.  
  23. UPDATE - I have now added links to pics for all Items, which have been taken
  24. from the bonus disc on the Japanese International version. The
  25. Desert Rose, Earth Harp and Guide Book have been taken from the
  26. Ultimania Omega. The Mystery Panties, Letter to a Daughter & Letter
  27. to a Wife are dummied out, and no picture exists for them.
  28.  
  29. You can view the FFVII Items picture album here:
  30. https://photos.app.goo.gl/beXeaxYUarKGNkFV2
  31.  
  32. You can view the FFVII Key Items picture album here:
  33. https://photos.app.goo.gl/r4XkVtnmJ9ejwvdF2
  34.  
  35.  
  36. Drop Rate:
  37.  
  38. The drop rate of an item is always ([x] + 1) / 64, so if you see [63] then
  39. you will have a 100% chance of getting that item. If an item has [8] drop
  40. rate then the chance of that item being dropped will be 9/64 (14.06%). Bear
  41. in mind that an enemy may have more than one drop-able item, and the previous
  42. Item drop chances must first fail before the current item can be obtained
  43. (Vagyrisk Claw being the most common example).
  44.  
  45.  
  46. Steal Rate:
  47.  
  48. The steal rate mechanics work slightly more complex. You have to take into
  49. account the Player's Lv and the Target's Lv. If you are 10 levels higher than
  50. your opponent, then the steal chance works the same as the drop chance. If
  51. you are 60 levels higher than your opponent, then the steal chances are
  52. double that of the drop chances. Wearing a Sneak Glove will always set your
  53. Lv difference to 60 as a minimum. This means that wearing a Sneak Glove gives
  54. you a 100% success rate with items that have [32] steal rate.
  55.  
  56. A = 40 + Player's Lv - Target's Lv
  57. B = (A * 512) / 100
  58. C = (B * Item Steal Rate) / 256
  59.  
  60. Steal Chance = (C + 1) / 64
  61.  
  62.  
  63. Damage Calculations:
  64.  
  65. If an Item deals (non Gravity-based or healing) damage, then the damage
  66. output will be calculated as follows:
  67. (Item Strength * 16) * ((512 - Target's Def) / 512).
  68. After this, Random Variation kicks in which will reduce the output by 0% -
  69. 6.22% for the final figure.
  70. "Base Damage" is calculated assuming 0 Def on target.
  71. A target's Def (or MDef) stat will not be considered if the item is Healing.
  72.  
  73. Note that items such as the Fire Veil and Ice Crystal which state they use
  74. Fire3 and Ice3 etc. do not actually use said magic, as the Character's Lv and
  75. Magic Attack are *not* considered when using such items. The only thing
  76. looked at when using an Item is the Item's Strength and the Target's
  77. Def/MDef. So, if you were playing a low level playthrough, then a Fire Veil
  78. would be much stronger than using Fire3, and conversely, if your party was
  79. end-game OP then Fire3 would do MUCH more damage than a Fire Veil.
  80.  
  81.  
  82. Random Variation:
  83.  
  84. Some Items will use Random Variation (such as a Molotov), which will randomly
  85. reduce the damage up to 6.22% (3841/4096 lowest, 4096/4096 highest), and some
  86. items (such as a Potion) will be exempt from Rnd Var, and will always deal
  87. 100% damage. I have denoted whether an Item has Rnd Var set to ON or OFF.
  88.  
  89.  
  90. If an Item attack all targets, then the damage dealt will *not* be split
  91. damage for 2/3 output (unlike your magic attacks when paired with All).
  92.  
  93. All items that use the Restorative Element can be used to damage "Undead"
  94. creatures (Enemies that absorb Restorative).
  95.  
  96. All damaging items are exempt from the Barrier/MBarrier checks, as well as
  97. Long Range checks (so using a Grenade on an enemy in the back row/character
  98. in the back row will not matter). Criticals will never apply, also.
  99.  
  100. .__________________________________________________________________________.
  101. //=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-\\
  102. || ||
  103. || BATTLE ITEMS ||
  104. || {BATTLE ITEMS} ||
  105. \\=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-//
  106. '¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯'
  107.  
  108. 0============================================================================0
  109. [ | ]
  110. [ 00 {POTION} | Buying Value: 50 ]
  111. [ | Selling Value: 25 ]
  112. [ https://photos.app.goo.gl/7ymP3Jk58JgESU812 | ]
  113. [_____________________________________________| ]
  114. [ | Usable in Item Menu: YES ]
  115. [ Menu Description: | Usable in Battle Menu: YES ]
  116. [ ____________________ | Sell-able in Shops: YES ]
  117. [ | Restores HP by 100 | \______________________________]
  118. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  119. [ Target: One Target Only ]
  120. [ Element: Restorative Hit Chance: 100% ]
  121. [ ]
  122. [ Item Strength: 5 Attack Type: Healing ]
  123. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  124. [ Restore Type: HP Random Variation: OFF ]
  125. [----------------------------------------------------------------------------]
  126. [ STATUSES: OFF ]
  127. [----------------------------------------------------------------------------]
  128. [ FOUND ON ENEMIES: (Potion) ]
  129. [ ]
  130. [ DROP: STEAL: MORPH: ]
  131. [ ]
  132. [ MP [8] Guard Hound [32] MP ]
  133. [ Guard Hound [8] Whole Eater [32] Guard Hound ]
  134. [ Mono Drive [8] Chuse Tank [32] Grunt ]
  135. [ Grunt [8] [8] Cripshay [32] 1st Ray ]
  136. [ Chuse Tank [8] Aero Combatant [32] Sweeper ]
  137. [ Blugu [8] Desert Sahagin [32] Rocket Launcher ]
  138. [ Hedgehog Pie [8] Whole Eater ]
  139. [ Vice [8] Chuse Tank ]
  140. [ Sahagin [8] Blugu ]
  141. [ Ceasar [8] Blood Taste ]
  142. [ Cripshay [8] Proto Machinegun ]
  143. [ Hell House [8] Vice ]
  144. [ Aero Combatant [8] Corneo's Lackey ]
  145. [ Devil Ride [8] Scotch ]
  146. [ Custom Sweeper [8] Sahagin ]
  147. [ Kalm Fang [8] Ceasar ]
  148. [ Prowler [8] Cripshay ]
  149. [ Elfadunk [8] Hell House ]
  150. [ Hell Rider VR2 [8] Aero Combatant ]
  151. [ Capparwire [8] ]
  152. [ Grangalan Jr.Jr. [8] ]
  153. [ Desert Sahagin [8] ]
  154. [ Kelzmelzer [8] ]
  155. [ ]
  156. [ BEST FARM LOCATION: STEAL Desert Sahagin - Cosmo Canyon Area (World Map) ]
  157. [ MORPH Hell House - Sector 6 Destroyed Road ]
  158. [----------------------------------------------------------------------------]
  159. [ FOUND ON FIELD MAPS: QTY: (Potion) ]
  160. [ ]
  161. [ Reactor 1 Train Station (opening screen) 2 Check either guard ]
  162. [ Reactor 1 "First Ladder Jump" screen 1 ]
  163. [ Sector 8 Overhead View of Fountain 1 ]
  164. [ Sector 7 Beginner's Hall 2nd Floor 1 ]
  165. [ Sector 4 2nd Grate (Jessie) 1 ]
  166. [ Sector 5 Aeris's House 2nd Floor 1 ]
  167. [ Sewers 1st Screen (Aps) 1 ]
  168. [ Sector 7 Train Graveyard From Sewers 2 ]
  169. [ Sector 7 Train Graveyard "Moving Trains" 1 ]
  170. [ Shinra HQ 62nd Floor 1 4th Password Attempt ]
  171. [ Hojo's Lab 68th Floor 4 ]
  172. [ Junon Parade 6 31% - 40% Rating ]
  173. [ Junon Right Side "Intermediate Hall" 1 ]
  174. [ Great Glacier Central "Potion" Screen 1 (Inf with glitch) ]
  175. [ Battle Square (Before Tiny Bronco) Inf 80 BP ]
  176. [ Wonder Square 1st Floor (Purchase from woman) Inf 1 GP ]
  177. [ Wonder Square 1st Floor (Left WOnder Catcher) Inf 39.06% Chance ]
  178. [ Wonder Square 1st Floor (Right Wonder Catcher) Inf 39.06% Chance ]
  179. [ Chocobo Square Lobby (Class C and S) Inf 5 GP (value) ]
  180. [ Bone Village (Not standing on a dig spot) Inf 50% Chance ]
  181. [----------------------------------------------------------------------------]
  182. [ FOUND IN SHOPS: [50 gil] (Potion) ]
  183. [ ]
  184. [ Sector 5 Item Shop ]
  185. [ Wall Market Item Shop ]
  186. [ Sector 7 Item Shop (After Sewers) ]
  187. [ Shinra Building Item Shop ]
  188. [ Kalm Item Shop ]
  189. [ Fort Condor Item Shop (Disc 1) ]
  190. [ Junon Harbour Weapon Shop ]
  191. [ Junon Item Shop (Disc 1) ]
  192. [ Cargo Boat Item Shop ]
  193. [ Costa Del Sol Item Shop (Disc 1) ]
  194. [ North Corel Tool Shop ]
  195. [ Ghost Square Hotel Shop ]
  196. [ Prison Pub General Store ]
  197. [ Gongaga Item Shop ]
  198. [ Cosmo Canyon Item Shop ]
  199. [ Nibelheim General Store ]
  200. [ Rocket Town Item Shop (Disc 1) ]
  201. [ Temple of the Ancients Item Shop ]
  202. [ Bone Village Item Shop ]
  203. [ Costa Del Sol Item Shop (Disc 2/3) ]
  204. [ Destroyed Mideel Item Shop ]
  205. 0============================================================================0
  206.  
  207. 0============================================================================0
  208. [ | ]
  209. [ 01 {HI-POTION} | Buying Value: 300 ]
  210. [ | Selling Value: 150 ]
  211. [ https://photos.app.goo.gl/Dza96iyhfbafjXOB2 | ]
  212. [_____________________________________________| ]
  213. [ | Usable in Item Menu: YES ]
  214. [ Menu Description: | Usable in Battle Menu: YES ]
  215. [ ____________________ | Sell-able in Shops: YES ]
  216. [ | Restores HP by 500 | \______________________________]
  217. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  218. [ Target: One Target Only ]
  219. [ Element: Restorative Hit Chance: 100% ]
  220. [ ]
  221. [ Item Strength: 25 Attack Type: Healing ]
  222. [ Base Damage: 500 Attack Formula: Item Strength * 20 ]
  223. [ Restore Type: HP Random Variation: OFF ]
  224. [----------------------------------------------------------------------------]
  225. [ STATUSES: OFF ]
  226. [----------------------------------------------------------------------------]
  227. [ FOUND ON ENEMIES: (Hi-Potion) ]
  228. [ ]
  229. [ DROP: STEAL: MORPH: ]
  230. [ ]
  231. [ Mu [8] Devil Ride [32] Smogger ]
  232. [ Levrikon [8] Elfadunk [8] Special Combatant ]
  233. [ Madouge [8] Hell Rider VR2 [32] Machine Gun ]
  234. [ Crawler [8] Doorbull [32] Laser Cannon ]
  235. [ Castanets [8] Ice Golem [32] Devil Ride ]
  236. [ Zemzelett [8] Wind Wing [32] Kalm Fang ]
  237. [ Nerosuferoth [8] Dragon Rider [32] Prowler ]
  238. [ Formula [8] Levrikon ]
  239. [ Grangalan [8] Madouge ]
  240. [ Grangalan Jr. [8] Zemzelett ]
  241. [ Beach Plug [8] Hell Rider VR2 ]
  242. [ Search Crown [8] Search Crown ]
  243. [ Bloatfloat [8] Bloatfloat ]
  244. [ Bagnadrana [8] Death Claw ]
  245. [ Death Claw [8] 2-Faced ]
  246. [ 2-Faced [8] Bandit ]
  247. [ Joker [8] Grand Horn ]
  248. [ Harpy [8] Nibel Wolf ]
  249. [ Grand Horn [8] Valron ]
  250. [ Crown Lance [8] Kyuvilduns ]
  251. [ Slaps [8] Slalom ]
  252. [ Kimara Bug [8] Quick Machine Gun ]
  253. [ Heavy Tank [8] Cactuar ]
  254. [ Golem [8] ]
  255. [ Heg [8] ]
  256. [ Stinger [8] ]
  257. [ Velcher Task [8] ]
  258. [ Valron [8] ]
  259. [ Sonic Speed [8] ]
  260. [ Kyuvilduns [8] ]
  261. [ Thunderbird [8] ]
  262. [ Razor Weed [8] ]
  263. [ Doorbull [8] ]
  264. [ Trickplay [8] ]
  265. [ Malldancer [8] ]
  266. [ Ice Golem [8] ]
  267. [ Jumping [8] ]
  268. [ Bandersnatch [8] ]
  269. [ Cuahl [8] ]
  270. [ Ironite [2] ]
  271. [ Dragon Rider [8] ]
  272. [ Spiral [8] ]
  273. [ Turks:Rude [8] (Rocket Town) ]
  274. [ ]
  275. [ BEST FARM LOCATION: STEAL Devil Ride - Midgar Area Dirt (World Map) ]
  276. [ MORPH Kalm Fang - Midgar Area Dirt (World Map) ]
  277. [----------------------------------------------------------------------------]
  278. [ FOUND ON FIELD MAPS: QTY: (Hi-Potion) ]
  279. [ ]
  280. [ Train Interior 2nd Carriage 1 Man nearest screen ]
  281. [ Sector 7 Train Graveyard From Sewers 2 ]
  282. [ Sector 7 Train Graveyard "Moving Trains" 1 ]
  283. [ Mythril Mines North Western Cavern 1 ]
  284. [ Whirlwind Maze 1st Wind Barrier 1 ]
  285. [ Fort Condor Shack 10 5x Battle 5 & 6 ]
  286. [----------------------------------------------------------------------------]
  287. [ FOUND IN SHOPS: [300 gil] (Hi-Potion) ]
  288. [ ]
  289. [ Wall Market Item Shop ]
  290. [ Junon Item Shop (Disc 1) ]
  291. [ Costa Del Sol Item Shop (Disc 1)) ]
  292. [ Gongaga Item Shop ]
  293. [ Cosmo Canyon Item Shop ]
  294. [ Nibelheim General Store ]
  295. [ Rocket Town Item Shop (Disc 1) ]
  296. [ Wutai Item Shop ]
  297. [ Temple of the Ancients Item Shop ]
  298. [ Bone Village Item Shop ]
  299. [ Icicle Inn Weapon Shop ]
  300. [ Mideel Crazy Woman Item Shop ]
  301. [ Fort Condor Item Shop (Disc 2/3) ]
  302. [ Costa Del Sol Item Shop (Disc 2/3) ]
  303. [ Rocket Town Item Shop (Disc 2/3) ]
  304. 0============================================================================0
  305.  
  306. 0============================================================================0
  307. [ | ]
  308. [ 02 {X-POTION} | Buying Value: N/A ]
  309. [ | Selling Value: 1 ]
  310. [ https://photos.app.goo.gl/ae3Y13TUecMBoGzD3 | ]
  311. [_____________________________________________| ]
  312. [ | Usable in Item Menu: YES ]
  313. [ Menu Description: | Usable in Battle Menu: YES ]
  314. [ ___________________ | Sell-able in Shops: YES ]
  315. [ | Fully Restores HP | \______________________________]
  316. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  317. [ Target: One Target Only ]
  318. [ Element: Restorative Hit Chance: 100% ]
  319. [ ]
  320. [ Item Strength: 32 Attack Type: Healing ]
  321. [ Base Damage: 100% Attack Formula: Max HP * (Item Strength / 32) ]
  322. [ Restore Type: HP Random Variation: OFF ]
  323. [----------------------------------------------------------------------------]
  324. [ STATUSES: OFF ]
  325. [----------------------------------------------------------------------------]
  326. [ FOUND ON ENEMIES: (X-Potion) ]
  327. [ ]
  328. [ DROP: STEAL: MORPH: ]
  329. [ ]
  330. [ Turks:Rude (Gongaga) [63] Bandit [8] Custom Sweeper ]
  331. [ Edgehead [8] Bullmotor [32] Midgar Zolom ]
  332. [ Bizarre Bug [63] Spiral [32] Marine ]
  333. [ Jayjujayme [8] King Behemoth [32] Mall Dancer ]
  334. [ Gorkii [63] Gremlin ]
  335. [ Magnade [8] ]
  336. [ Zolokalter [8] ]
  337. [ Roulette Cannon [63] ]
  338. [ Soldier:2nd [8] ]
  339. [ Diver Nest [2] ]
  340. [ Rilfsak [8] ]
  341. [ Eagle Gun [63] ]
  342. [ Poodler [8] ]
  343. [ Manhole [8] ]
  344. [ Gargoyle [8] ]
  345. [ Scissors [8] ]
  346. [ Dragon Zombie [2] ]
  347. [ Pollensalta [8] ]
  348. [ Death Dealer [8] ]
  349. [ ]
  350. [ BEST FARM LOCATION: STEAL Spiral - Mideel Area Dirt (World Map) ]
  351. [ MORPH Custom Sweeper - Midgar Area Dirt (World Map) ]
  352. [----------------------------------------------------------------------------]
  353. [ FOUND ON FIELD MAPS: QTY: (X-Potion) ]
  354. [ ]
  355. [ Gongaga Inn 1 ]
  356. [ Cave Of The Gi 3rd Screen (Stingers) 1 ]
  357. [ Icicle Inn Inn 2nd Floor 1 ]
  358. [ North Crater Left Path Lower Fork 1st Screen 1 ]
  359. [ North Crater Left Path Lower Fork 3rd Screen 1 ]
  360. [ North Crater Final Gathering Screen 1 Item Dupe ]
  361. [ Fort Condor Shack 15 5x Battle 10, 11 & 12 ]
  362. [ Wonder Square 1st Floor (Purchase from woman) Inf 80 GP ]
  363. 0============================================================================0
  364.  
  365. 0============================================================================0
  366. [ | ]
  367. [ 03 {ETHER} | Buying Value: 1500 ]
  368. [ Misspelt as {TINCTURE} | Selling Value: 750 ]
  369. [ | ]
  370. [ https://photos.app.goo.gl/J8aGRrkrxyPTxxso1 | ]
  371. [_____________________________________________| ]
  372. [ | Usable in Item Menu: YES ]
  373. [ Menu Description: | Usable in Battle Menu: YES ]
  374. [ ____________________ | Sell-able in Shops: YES ]
  375. [ | Restores MP by 100 | \______________________________]
  376. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  377. [ Special: Targets MP ]
  378. [ Element: Restorative Target: One Target Only ]
  379. [ Hit Chance: 100% ]
  380. [ ]
  381. [ Item Strength: 5 Attack Type: Healing ]
  382. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  383. [ Restore Type: MP Random Variation: OFF ]
  384. [----------------------------------------------------------------------------]
  385. [ STATUSES: OFF ]
  386. [----------------------------------------------------------------------------]
  387. [ FOUND ON ENEMIES: (Ether) ]
  388. [ ]
  389. [ DROP: STEAL: MORPH: ]
  390. [ ]
  391. [ Mono Drive [2] Hedgehog Pie [8] Mono Drive ]
  392. [ Turks:Reno Sector 7 [63] Deenglow [32] Hedgehog Pie ]
  393. [ Zenene [8] Kalm Fang [8] Ghost ]
  394. [ Ark Dragon [2] Prowler [32] Mandragora ]
  395. [ Scrutin Eye [2] Levrikon [8] ]
  396. [ Bullmotor [8] Ark Dragon [32] ]
  397. [ Land Worm [8] Capparwire [8] ]
  398. [ Twin Brain [8] Scrutin Eye [32] ]
  399. [ Shred [2] Land Worm [8] ]
  400. [ Killbin [8] Sonic Speed [8] ]
  401. [ Head Hunter [8] Twin Brain [32] ]
  402. [ Crysales [8] Scissors [32] ]
  403. [ Gighee [8] ]
  404. [ ]
  405. [ BEST FARM LOCATION: STEAL Prowler - Mideel Area Dirt (World Map) ]
  406. [ MORPH Custom Sweeper - Midgar Area Dirt (World Map) ]
  407. [----------------------------------------------------------------------------]
  408. [ FOUND ON FIELD MAPS: QTY: (Ether) ]
  409. [ ]
  410. [ Reactor 5 Panel Pushing & Save Point 1 ]
  411. [ Sector 7 Beginner's Hall 2nd Floor 1 ]
  412. [ Sector 4 1st Grate (Ether) 1 ]
  413. [ Sector 5 Aeris's House Exterior 1 ]
  414. [ Corneo's Mansion Western Basement 1 ]
  415. [ Sector 7 Train Graveyard "Moving Trains" 1 ]
  416. [ Shinra HQ Ascent from Wall Market 2nd Screen 1 Use Battery ]
  417. [ Shinra HQ 62nd Floor 1 3rd Password Attempt ]
  418. [ Shinra HQ 64th Floor 1 ]
  419. [ Kalm House 1 Ground Floor 1 ]
  420. [ Kalm House 2 2nd Floor 1 ]
  421. [ Kalm House 4 Ground Floor (Kalm Traveller) 1 ]
  422. [ Mythril Mines North Eastern Cavern 1 ]
  423. [ Junon Parade 6 41% - 50% Rating ]
  424. [ Cargo Ship Cargo Room 1 ]
  425. [ North Corel Eastern Tent 1 ]
  426. [ Cave Of The Gi 2nd Screen (Oil Slick) 1 ]
  427. [ Whirlwind Maze 1st Wind Barrier 1 ]
  428. [ Fort Condor Shack 3 Battle 3 ]
  429. [ Battle Square (Before Tiny Bronco) Inf 640 BP ]
  430. [ Wonder Square 1st Floor (Purchase from woman) Inf 20 GP ]
  431. [ Wonder Square 1st Floor (Right Wonder Catcher) Inf 2.94% Chance ]
  432. [ Chocobo Square Lobby (Class B, A and S) Inf 30 GP (value) ]
  433. [ Bone Village (Dig Spot 6, Normal Treasure) Inf 92% Chance ]
  434. [ Bone Village (Dig Spot 7, Normal Treasure) Inf 30% Chance ]
  435. [----------------------------------------------------------------------------]
  436. [ FOUND IN SHOPS: [1500 gil] (Ether) ]
  437. [ ]
  438. [ Ghost Square Hotel Shop ]
  439. [ Cosmo Canyon Item Shop ]
  440. [ Rocket Town Item Shop (Disc 1) ]
  441. [ Wutai Item Shop ]
  442. [ Temple of the Ancients Item Shop ]
  443. [ Bone Village Item Shop ]
  444. [ Mideel Crazy Woman Item Shop ]
  445. [ Fort Condor Item Shop (Disc 2/3) ]
  446. [ Costa Del Sol Item Shop (Disc 2/3) ]
  447. [ Rocket Town Item Shop (Disc 2/3) ]
  448. 0============================================================================0
  449.  
  450. 0============================================================================0
  451. [ | ]
  452. [ 04 {TURBO ETHER} | Buying Value: N/A ]
  453. [ | Selling Value: 1 ]
  454. [ https://photos.app.goo.gl/A7n04XOhZ3zirvl33 | ]
  455. [_____________________________________________| ]
  456. [ | Usable in Item Menu: YES ]
  457. [ Menu Description: | Usable in Battle Menu: YES ]
  458. [ ___________________ | Sell-able in Shops: YES ]
  459. [ | Fully Restores MP | \______________________________]
  460. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  461. [ Special: Targets MP ]
  462. [ Element: Restorative Target: One Target Only ]
  463. [ Hit Chance: 100% ]
  464. [ ]
  465. [ Item Strength: 32 Attack Type: Healing ]
  466. [ Base Damage: 100% Attack Formula: Max MP * (Item Strength / 32) ]
  467. [ Restore Type: MP Random Variation: OFF ]
  468. [----------------------------------------------------------------------------]
  469. [ STATUSES: OFF ]
  470. [----------------------------------------------------------------------------]
  471. [ FOUND ON ENEMIES: (Turbo Ether) ]
  472. [ ]
  473. [ DROP: STEAL: MORPH: ]
  474. [ ]
  475. [ Jersey [8] Search Crown [8] Scrutin Eye ]
  476. [ Shake [63] Land Worm [8] Beach Plug ]
  477. [ Ancient Dragon [8] Golem [8] Bullmotor ]
  478. [ Tonberry [8] Jersey [32] Twin Brain ]
  479. [ Sea Worm [8] Killbin [32] Crazy Saw ]
  480. [ Shadow Maker [63] Poodler [32] ]
  481. [ XCannon [8] Armored Golem [32] ]
  482. [ Magic Pot [63] Mover [32] ]
  483. [ Mover [63] Death Dealer [63] ]
  484. [ ]
  485. [ BEST FARM LOCATION: STEAL Search Crown - Mt. Corel Waterside Tracks ]
  486. [ MORPH Beach Plug - Gongaga Area Beach (World Map) ]
  487. [----------------------------------------------------------------------------]
  488. [ FOUND ON FIELD MAPS: QTY: (Turbo Ether) ]
  489. [ ]
  490. [ Sector 5 Slum Eastern House Kids Bedroom 1 Do not take 5 gil ]
  491. [ Mt. Corel Rollercoaster Screen 1 ]
  492. [ Cave Of The Gi 3rd Screen (Stingers) 1 ]
  493. [ Nibelheim Tifa's House Ground Floor 1 ]
  494. [ Temple of The Ancients "Maze" Screen 1 ]
  495. [ Icicle Inn Gast's House 1 ]
  496. [ North Crater Left Path Lower Fork 2nd Screen 1 ]
  497. [ North Crater Left Path Lower Fork 3rd Screen 1 ]
  498. [ North Crater Final Gathering Screen 1 Item Dupe ]
  499. [ Fort Condor Shack 6 3x Battle 8 & 9 ]
  500. [ Wonder Square 1st Floor (Purchase from woman) Inf 100 GP ]
  501. [ Chocobo Square Lobby (Class B and S) Inf 150 GP (value) ]
  502. [ Bone Village (Dig Spot 7, Normal Treasure) Inf 8% Chance ]
  503. 0============================================================================0
  504.  
  505. 0============================================================================0
  506. [ | ]
  507. [ 05 {ELIXIR} | Buying Value: N/A ]
  508. [ | Selling Value: 1 ]
  509. [ https://photos.app.goo.gl/pqC3NzkZuKnZTg1W2 | ]
  510. [_____________________________________________| ]
  511. [ | Usable in Item Menu: YES ]
  512. [ Menu Description: | Usable in Battle Menu: YES ]
  513. [ ______________________ | Sell-able in Shops: YES ]
  514. [ | Fully Restores HP/MP | \______________________________]
  515. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  516. [ Target: One Target Only ]
  517. [ Element: Restorative Hit Chance: Auto-Hit ]
  518. [ ]
  519. [ Item Strength: 32 Attack Type: Healing ]
  520. [ Base Damage: 100% Attack Formula: HP & MP * (Item Strength / 32) ]
  521. [ Restore Type: HP Random Variation: OFF ]
  522. [----------------------------------------------------------------------------]
  523. [ STATUSES: OFF ]
  524. [----------------------------------------------------------------------------]
  525. [ FOUND ON ENEMIES: (Elixir) ]
  526. [ ]
  527. [ DROP: STEAL: MORPH: ]
  528. [ ]
  529. [ Staniv [63] Gighee [8] Harpy ]
  530. [ Hungry [8] Master Tonberry [32] Vlakorados ]
  531. [ Turks:Rude Gelnika [63] Iron Man [8] Tonberry ]
  532. [ Crazy Saw [8] ]
  533. [ Turks:Reno Sector 8 [63] ]
  534. [ Turks:Rude Sector 8 [63] ]
  535. [ Dark Dragon [8] ]
  536. [ ]
  537. [ BEST FARM LOCATION: DROP Hungry - Corral Valley Spiny Path ]
  538. [ STEAL Master Tonberry - North Crater Left-Lower Path ]
  539. [ MORPH Harpy - Gold Saucer Chocobo Tracks ]
  540. [ (Next to Chocobo only) ]
  541. [----------------------------------------------------------------------------]
  542. [ FOUND ON FIELD MAPS: QTY: (Elixir) ]
  543. [ ]
  544. [ Shinra HQ Stairway Middle (Screen 4) 1 ]
  545. [ Shinra HQ 62nd Floor 1 2nd Password Attempt ]
  546. [ Mythril Mines North Western Cavern 1 ]
  547. [ Cosmo Canyon Inn Bedrooms 1 ]
  548. [ Nibelheim Item Store 1 ]
  549. [ Mt. Nibel "Elixir" Cavern 1 ]
  550. [ Wutai Secret Passage From Bell 1 ]
  551. [ Ghost Square Bedroom 1 ]
  552. [ Forgotten Capitol Enemy Skill & Beds 1 ]
  553. [ Great Glacier "Elixir Igloo" Interior 1 Inf with glitch ]
  554. [ Gaea's Cliffs "Icicle" Dungeon 1st Screen 1 ]
  555. [ Cosmo Canyon Item Store 1 Disc 2 ]
  556. [ Mideel House 2 1 ]
  557. [ Ancient Forest Cave 1 ]
  558. [ Sector 8 Upper Catwalk Area 1 ]
  559. [ Sector 8 Lower Catwalk Area 1 ]
  560. [ Mako Cannon Base 1 ]
  561. [ North Crater Descent "Cascading" Screen 1 ]
  562. [ North Crater Right Path "Mystile" Screen 1 ]
  563. [ North Crater Left Path Lower Fork 1st Screen 1 ]
  564. [ North Crater Final Gathering Screen 2 Item Dupe ]
  565. [ Fort Condor Shack 6 3x Battle 13 & 19 ]
  566. [ Wonder Square 1st Floor (Right Wonder Catcher) Inf 0.78% Chance ]
  567. [ Chocobo Square Lobby (Class B, A and S) Inf 150 GP (value) ]
  568. [ Bone Village (Dig Spot 5, Normal Treasure) Inf 14% Chance ]
  569. 0============================================================================0
  570.  
  571. 0============================================================================0
  572. [ | ]
  573. [ 06 {MEGALIXIR} | Buying Value: N/A ]
  574. [ Misspelt as {LAST ELIXIR} | Selling Value: 1 ]
  575. [ | ]
  576. [ https://photos.app.goo.gl/HNnXMfYYeHACsSBh2 | ]
  577. [_____________________________________________| ]
  578. [ | Usable in Item Menu: YES ]
  579. [ Menu Description: | Usable in Battle Menu: YES ]
  580. [ ___________________________________ | Sell-able in Shops: YES ]
  581. [ | Fully restores all members' HP/MP | \______________________________]
  582. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  583. [ Special: Targets MP ]
  584. [ Element: Restorative Target: All Targets Only ]
  585. [ Hit Chance: Auto-Hit ]
  586. [ ]
  587. [ Item Strength: 32 Attack Type: Healing ]
  588. [ Base Damage: 100% Attack Formula: HP & MP * (Item Strength / 32) ]
  589. [ Restore Type: HP Random Variation: OFF ]
  590. [----------------------------------------------------------------------------]
  591. [ STATUSES: OFF ]
  592. [----------------------------------------------------------------------------]
  593. [ FOUND ON ENEMY: (Megalixir) ]
  594. [ ]
  595. [ DROP Master Tonberry [8] - North Crater Left-Lower fork ]
  596. [----------------------------------------------------------------------------]
  597. [ FOUND ON FIELD MAPS: QTY: (Megalixir) ]
  598. [ ]
  599. [ Kalm Inn 2nd Floor 1 ]
  600. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  601. [ Temple of The Ancients Room VIII 1 ]
  602. [ Bone Village (Dig Spot 3, Good Treasure) 1 100% Chance ]
  603. [ Corral Valley "Cave Climbing" 1 ]
  604. [ Gaea's Cliff "Hanging Icicle" Screen 1 ]
  605. [ Sunken Gelnika Flooded Room 1 ]
  606. [ Sunken Gelnika Cargo Room 1 ]
  607. [ Sector 8 Upper Catwalk Area 1 ]
  608. [ North Crater Descent "2D Screen" Cavern 1 ]
  609. [ North Crater Right Path Large Nest Area 2 ]
  610. [ North Crater Final Gathering Screen 2 Item Dupe ]
  611. [ Fort Condor Shack 1 Battle 4 ]
  612. [ Wonder Square 1st Floor (Left WOnder Catcher) Inf 0.78% Chance ]
  613. [ Chocobo Square Lobby (Class S) Inf 300 GP (value) ]
  614. 0============================================================================0
  615.  
  616. 0============================================================================0
  617. [ | ]
  618. [ 07 {PHOENIX DOWN} | Buying Value: 300 ]
  619. [ | Selling Value: 150 ]
  620. [ https://photos.app.goo.gl/7PdYMm14Qt9dDS1x5 | ]
  621. [_____________________________________________| ]
  622. [ | Usable in Item Menu: YES ]
  623. [ Menu Description: | Usable in Battle Menu: YES ]
  624. [ _______________ | Sell-able in Shops: YES ]
  625. [ | Restores Life | \______________________________]
  626. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  627. [ Special: Miss if Alive ]
  628. [ Element: Restorative Target: One Target Only ]
  629. [ Hit Chance: 100% ]
  630. [ ]
  631. [ Item Strength: 8 Attack Type: Healing ]
  632. [ Base Damage: 25% Attack Formula: Max HP * (Item Strength / 32) ]
  633. [ Restore Type: None Random Variation: OFF ]
  634. [----------------------------------------------------------------------------]
  635. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  636. [ ]
  637. [ Statuses Removed: [Death] ]
  638. [----------------------------------------------------------------------------]
  639. [ SPECIAL ATTRIBUTES: ]
  640. [ ]
  641. [ 25% chance of Inflicting Death on targets that absorb Restorative. ]
  642. [----------------------------------------------------------------------------]
  643. [ FOUND ON ENEMIES: (Phoenix Down) ]
  644. [ ]
  645. [ DROP: STEAL: MORPH: ]
  646. [ ]
  647. [ Aps [63] 2-Faced [32] Deenglow ]
  648. [ Vargid Police [63] Heavy Tank [32] Ark Dragon ]
  649. [ Ark Dragon [8] Griffin [32] Griffin ]
  650. [ Griffin [63] Malldancer [8] Wind Wing ]
  651. [ Soul Fire [8] Lessaloploth [32] ]
  652. [ Dorky Face [8] Magnade [32] ]
  653. [ Ghirofelgo [8] Ironite [8] ]
  654. [ Tail Vault [63] Ghost Ship [32] ]
  655. [ Adamantaimai [8] Behemoth [32] ]
  656. [ Lessaloploth [8] King Behemoth [32] ]
  657. [ Wind Wing [8] ]
  658. [ Tonberry [8] ]
  659. [ Ghost Ship [8] ]
  660. [ Crazy Saw [8] ]
  661. [ Christopher [8] ]
  662. [ Iron Man [8] ]
  663. [ ]
  664. [ BEST FARM LOCATION: STEAL Heavy Tank - Gongaga Reactor ]
  665. [ MORPH Ark Dragon - Mythril Mines NW Cavern ]
  666. [----------------------------------------------------------------------------]
  667. [ FOUND ON FIELD MAPS: QTY: (Phoenix Down) ]
  668. [ ]
  669. [ Reactor 1 "Code Deciphered" 1 ]
  670. [ Train Interior 1st Carriage 1 Talk to Homeless Man ]
  671. [ Sector 5 Aeris's House 2nd Floor 1 ]
  672. [ Corneo's Mansion 2nd Floor Eastern Wing 1 ]
  673. [ Shinra HQ 64th Floor 1 ]
  674. [ Mt. Corel Bird's Nest 10 From Waterside Tracks ]
  675. [ Battle Square (Before Tiny Bronco) Inf 160 BP ]
  676. [ Battle Square (After Tiny Bronco) Inf 100 BP ]
  677. [ Wonder Square 1st Floor (Left WOnder Catcher) Inf 1.95% Chance ]
  678. [ Chocobo Square Lobby (Class C, B, A and S) Inf 10 GP (value) ]
  679. [----------------------------------------------------------------------------]
  680. [ FOUND IN SHOPS: [300 gil] (Phoenix Down) ]
  681. [ ]
  682. [ Sector 5 Item Shop ]
  683. [ Wall Market Item Shop ]
  684. [ Sector 7 Item Shop (After Sewers) ]
  685. [ Shinra Building Item Shop ]
  686. [ Kalm Item Shop ]
  687. [ Fort Condor Item Shop (Disc 1) ]
  688. [ Junon Harbour Weapon Shop ]
  689. [ Junon Item Shop (Disc 1) ]
  690. [ Cargo Boat Item Shop ]
  691. [ Costa Del Sol Item Shop (Disc 1) ]
  692. [ North Corel Tool Shop ]
  693. [ Ghost Square Hotel Shop ]
  694. [ Prison Pub General Store ]
  695. [ Gongaga Item Shop ]
  696. [ Cosmo Canyon Item Shop ]
  697. [ Nibelheim General Store ]
  698. [ Rocket Town Item Shop (Disc 1) ]
  699. [ Wutai Item Shop ]
  700. [ Temple of the Ancients Item Shop ]
  701. [ Bone Village Item Shop ]
  702. [ Mideel Crazy Woman Item Shop ]
  703. [ Fort Condor Item Shop (Disc 2/3) ]
  704. [ Costa Del Sol Item Shop (Disc 2/3) ]
  705. [ Rocket Town Item Shop (Disc 2/3) ]
  706. [ Destroyed Mideel Item Shop ]
  707. 0============================================================================0
  708.  
  709. 0============================================================================0
  710. [ | ]
  711. [ 08 {ANTIDOTE} | Buying Value: 80 ]
  712. [ | Selling Value: 40 ]
  713. [ https://photos.app.goo.gl/og7K9K4XzRBGp5c83 | ]
  714. [_____________________________________________| ]
  715. [ | Usable in Item Menu: NO ]
  716. [ Menu Description: | Usable in Battle Menu: YES ]
  717. [ ________________ | Sell-able in Shops: YES ]
  718. [ | Cures [Poison] | \______________________________]
  719. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  720. [ Target: One Target Only ]
  721. [ Element: None Hit Chance: Auto-Hit ]
  722. [ ]
  723. [ Item Strength: 0 Attack Type: Magical ]
  724. [ Base Damage: 0 Attack Formula: No Damage ]
  725. [ Restore Type: Status Random Variation: N/A ]
  726. [----------------------------------------------------------------------------]
  727. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  728. [ ]
  729. [ Statuses Removed: [Poison] ]
  730. [----------------------------------------------------------------------------]
  731. [ FOUND ON ENEMIES: (Antidote) ]
  732. [ ]
  733. [ DROP: STEAL: MORPH: ]
  734. [ ]
  735. [ Special Combatant [8] Brain Pod [32] Kelzmelzer ]
  736. [ Blood Taste [8] Kelzmelzer [32] Zolokalter ]
  737. [ ]
  738. [ BEST FARM LOCATION: STEAL Kelzmelzer - Woodlands Area Jungle (World Map) ]
  739. [----------------------------------------------------------------------------]
  740. [ FOUND IN SHOPS: [80 gil] (Antidote) ]
  741. [ ]
  742. [ Destroyed Mideel Item Shop ]
  743. [ Sector 5 Item Shop ]
  744. [ Wall Market Item Shop ]
  745. [ Sector 7 Item Shop (After Sewers) ]
  746. [ Shinra Building Item Shop ]
  747. [ Kalm Item Shop ]
  748. [ Junon Item Shop (Disc 1) ]
  749. [ Costa Del Sol Item Shop (Disc 1) ]
  750. [ Ghost Square Hotel Shop ]
  751. 0============================================================================0
  752.  
  753. 0============================================================================0
  754. [ | ]
  755. [ 09 {SOFT} | Buying Value: 150 ]
  756. [ | Selling Value: 75 ]
  757. [ https://photos.app.goo.gl/pPb916GjioRKEjNN8 | ]
  758. [_____________________________________________| ]
  759. [ | Usable in Item Menu: NO ]
  760. [ Menu Description: | Usable in Battle Menu: YES ]
  761. [ _________________ | Sell-able in Shops: YES ]
  762. [ | Cures [Petrify] | \______________________________]
  763. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  764. [ Target: One Target Only ]
  765. [ Element: None Hit Chance: Auto-Hit ]
  766. [ ]
  767. [ Item Strength: 0 Attack Type: Magical ]
  768. [ Base Damage: 0 Attack Formula: No Damage ]
  769. [ Restore Type: Status Random Variation: N/A ]
  770. [----------------------------------------------------------------------------]
  771. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  772. [ ]
  773. [ Statuses Removed: [Slow-Numb] [Petrify] ]
  774. [----------------------------------------------------------------------------]
  775. [ FOUND ON ENEMIES: (Soft) ]
  776. [ ]
  777. [ DROP: STEAL: MORPH: ]
  778. [ ]
  779. [ Cokatolis [8] Needle Kiss [32] Cokatolis ]
  780. [ Gagighandi [8] Bloatfloat [8] ]
  781. [ Bagrisk [8] Cokatolis [32] ]
  782. [ Gagighandi [32] ]
  783. [ Bagrisk [32] [32] ]
  784. [ ]
  785. [ BEST FARM LOCATION: STEAL Bagrisk - Cosmo Area Dirt (World Map) ]
  786. [ MORPH Cokatolis - Mt. Corel Rollercoaster Screen ]
  787. [----------------------------------------------------------------------------]
  788. [ FOUND IN SHOPS: [150 gil] (Soft) ]
  789. [ ]
  790. [ Costa Del Sol Item Shop (Disc 1) ]
  791. [ North Corel General Store ]
  792. [ Ghost Square Hotel Shop ]
  793. [ Gongaga Item Shop ]
  794. [ Cosmo Canyon Item Shop ]
  795. 0============================================================================0
  796.  
  797. 0============================================================================0
  798. [ | ]
  799. [ 10 {MAIDEN'S KISS} | Buying Value: 150 ]
  800. [ | Selling Value: 75 ]
  801. [ https://photos.app.goo.gl/qNZnocWVCdM9RCgE3 | ]
  802. [_____________________________________________| ]
  803. [ | Usable in Item Menu: NO ]
  804. [ Menu Description: | Usable in Battle Menu: YES ]
  805. [ ______________ | Sell-able in Shops: YES ]
  806. [ | Cures [Frog] | \______________________________]
  807. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  808. [ Target: One Target Only ]
  809. [ Element: None Hit Chance: Auto-Hit ]
  810. [ ]
  811. [ Item Strength: 0 Attack Type: Magical ]
  812. [ Base Damage: 0 Attack Formula: No Damage ]
  813. [ Restore Type: Status Random Variation: N/A ]
  814. [----------------------------------------------------------------------------]
  815. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  816. [ ]
  817. [ Statuses Removed: [Frog] ]
  818. [----------------------------------------------------------------------------]
  819. [ FOUND ON ENEMY: (Maiden's Kiss) ]
  820. [ ]
  821. [ DROP Touch Me [8] - Gongaga Area Jungle (World Map) ]
  822. [----------------------------------------------------------------------------]
  823. [ FOUND IN SHOPS: [150 gil] (Maiden's Kiss) ]
  824. [ ]
  825. [ North Corel General Store ]
  826. [ Ghost Square Hotel Shop ]
  827. [ Gongaga Item Shop ]
  828. [ Cosmo Canyon Item Shop ]
  829. [ Temple of the Ancients Item Shop ]
  830. 0============================================================================0
  831.  
  832. 0============================================================================0
  833. [ | ]
  834. [ 11 {CORNUCOPIA} | Buying Value: 150 ]
  835. [ | Selling Value: 75 ]
  836. [ https://photos.app.goo.gl/MJ9c9dz0OvUpc66m2 | ]
  837. [_____________________________________________| ]
  838. [ | Usable in Item Menu: NO ]
  839. [ Menu Description: | Usable in Battle Menu: YES ]
  840. [ _______________ | Sell-able in Shops: YES ]
  841. [ | Cures [Small] | \______________________________]
  842. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  843. [ Target: One Target Only ]
  844. [ Element: None Hit Chance: Auto-Hit ]
  845. [ ]
  846. [ Item Strength: 0 Attack Type: Magical ]
  847. [ Base Damage: 0 Attack Formula: No Damage ]
  848. [ Restore Type: Status Random Variation: N/A ]
  849. [----------------------------------------------------------------------------]
  850. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  851. [ ]
  852. [ Statuses Removed: [Mini] ]
  853. [----------------------------------------------------------------------------]
  854. [ FOUND IN SHOPS: [150 gil] (Cornucopia) ]
  855. [ ]
  856. [ North Corel General Store ]
  857. [ Ghost Square Hotel Shop ]
  858. [ Gongaga Item Shop ]
  859. [ Cosmo Canyon Item Shop ]
  860. 0============================================================================0
  861.  
  862. 0============================================================================0
  863. [ | ]
  864. [ 12 {ECHO SCREEN} | Buying Value: 100 ]
  865. [ | Selling Value: 50 ]
  866. [ https://photos.app.goo.gl/mnd0BYDzAwh6XRup1 | ]
  867. [_____________________________________________| ]
  868. [ | Usable in Item Menu: NO ]
  869. [ Menu Description: | Usable in Battle Menu: YES ]
  870. [ _________________ | Sell-able in Shops: YES ]
  871. [ | Cures [Silence] | \______________________________]
  872. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  873. [ Element: None Target: One Target Only ]
  874. [ Hit Chance: Auto-Hit ]
  875. [ ]
  876. [ Item Strength: 0 Attack Type: Magical ]
  877. [ Base Damage: 0 Attack Formula: No Damage ]
  878. [ Restore Type: Status Random Variation: N/A ]
  879. [----------------------------------------------------------------------------]
  880. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  881. [ ]
  882. [ Statuses Removed: [Silence] ]
  883. [----------------------------------------------------------------------------]
  884. [ FOUND ON ENEMIES: (Echo Screen) ]
  885. [ ]
  886. [ DROP: STEAL: MORPH: ]
  887. [ ]
  888. [ Eligor [2] Hammer Blaster [32] ]
  889. [ Thunderbird [8] Dorky Face [32] ]
  890. [ Hippogriff [2] Malboro [32] ]
  891. [ Armored Golem [8] ]
  892. [ ]
  893. [ BEST FARM LOCATION: STEAL Dorky Face - Shinra Mansion (Nibelheim) ]
  894. [----------------------------------------------------------------------------]
  895. [ FOUND ON FIELD MAP: QTY: (Echo Screen) ]
  896. [ ]
  897. [ Sector 7 Train Graveyard From Sewers 1 ]
  898. [----------------------------------------------------------------------------]
  899. [ FOUND IN SHOPS: [100 gil] (Echo Screen) ]
  900. [ ]
  901. [ Wall Market Item Shop ]
  902. [ Junon Item Shop (Disc 1) ]
  903. [ Ghost Square Hotel Shop ]
  904. 0============================================================================0
  905.  
  906. 0============================================================================0
  907. [ | ]
  908. [ 13 {HYPER} | Buying Value: 100 ]
  909. [ | Selling Value: 50 ]
  910. [ https://photos.app.goo.gl/DsRGyJFDpiqrwtlA3 | ]
  911. [_____________________________________________| ]
  912. [ | Usable in Item Menu: YES ]
  913. [ Menu Description: | Usable in Battle Menu: YES ]
  914. [ _________________ | Sell-able in Shops: YES ]
  915. [ | Cures [Sadness] | \______________________________]
  916. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  917. [ Special: Cannot Target Enemies ]
  918. [ Element: None Target: One Target Only ]
  919. [ Hit Chance: Auto-Hit ]
  920. [ ]
  921. [ Item Strength: 0 Attack Type: Magical ]
  922. [ Base Damage: 0 Attack Formula: No Damage ]
  923. [ Restore Type: Status Random Variation: N/A ]
  924. [----------------------------------------------------------------------------]
  925. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  926. [ ]
  927. [ Statuses Removed: [Sadness] ]
  928. [----------------------------------------------------------------------------]
  929. [ SPECIAL ATTRIBUTES: ]
  930. [ ]
  931. [ Inflicts [Fury] if player does not have [Sadness]. ]
  932. [----------------------------------------------------------------------------]
  933. [ FOUND ON ENEMIES: (Hyper) ]
  934. [ ]
  935. [ DROP: STEAL: MORPH: ]
  936. [ ]
  937. [ Sahagin [2] Sahagin [8] Skeeskee ]
  938. [ Sword Dance [8] Corvette [8] Slaps ]
  939. [ Skeeskee [8] Pollensalta [32] ]
  940. [ Headbomber [2] ]
  941. [ ]
  942. [ BEST FARM LOCATION: STEAL Pollensalta - North Crater Right Path ]
  943. [ MORPH Skeeskee - Cosmo Canyon Area (World Map) ]
  944. [----------------------------------------------------------------------------]
  945. [ FOUND ON FIELD MAPS: QTY: (Hyper) ]
  946. [ ]
  947. [ Corneo's Mansion Don's Bedroom 1 ]
  948. [ Chocobo Square Lobby (Class C and B) Inf 10 GP (value) ]
  949. [----------------------------------------------------------------------------]
  950. [ FOUND IN SHOPS: [100 gil] (Hyper) ]
  951. [ ]
  952. [ Wall Market Item Shop ]
  953. [ Sector 7 Item Shop (After Sewers) ]
  954. [ Kalm Item Shop ]
  955. [ Fort Condor Item Shop (Disc 1) ]
  956. [ Junon Item Shop (Disc 1) ]
  957. [ Costa Del Sol Item Shop (Disc 1) ]
  958. [ North Corel General Store ]
  959. [ Ghost Square Hotel Shop ]
  960. [ Gongaga Item Shop ]
  961. [ Cosmo Canyon Item Shop ]
  962. [ Rocket Town Item Shop (Disc 1) ]
  963. [ Wutai Item Shop ]
  964. [ Temple of the Ancients Item Shop ]
  965. [ Bone Village Item Shop ]
  966. [ Mideel Crazy Woman Item Shop ]
  967. [ Fort Condor Item Shop (Disc 2/3) ]
  968. [ Costa Del Sol Item Shop (Disc 2/3) ]
  969. 0============================================================================0
  970.  
  971. 0============================================================================0
  972. [ | ]
  973. [ 14 {TRANQUILIZER} | Buying Value: 100 ]
  974. [ | Selling Value: 50 ]
  975. [ https://photos.app.goo.gl/qMXX2LDJnyMGC3nJ3 | ]
  976. [_____________________________________________| ]
  977. [ | Usable in Item Menu: YES ]
  978. [ Menu Description: | Usable in Battle Menu: YES ]
  979. [ ______________ | Sell-able in Shops: YES ]
  980. [ | Cures [Fury] | \______________________________]
  981. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  982. [ Special: Cannot Target Enemies ]
  983. [ Element: None Target: One Target Only ]
  984. [ Hit Chance: Auto-Hit ]
  985. [ ]
  986. [ Item Strength: 0 Attack Type: Magical ]
  987. [ Base Damage: 0 Attack Formula: No Damage ]
  988. [ Restore Type: Status Random Variation: N/A ]
  989. [----------------------------------------------------------------------------]
  990. [ ]
  991. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  992. [ ]
  993. [ Statuses Removed: [Fury] ]
  994. [----------------------------------------------------------------------------]
  995. [ SPECIAL ATTRIBUTES: ]
  996. [ ]
  997. [ Inflicts [Sadness] if player does not have [Fury]. ]
  998. [----------------------------------------------------------------------------]
  999. [ FOUND ON ENEMIES: (Tranquilizer) ]
  1000. [ ]
  1001. [ DROP: STEAL: MORPH: ]
  1002. [ ]
  1003. [ Ceasar [2] Ceasar [8] Vargid Police ]
  1004. [ Mighty Grunt [8] Mighty Grunt [32] Headbomber ]
  1005. [ Sample:H0512-opt [63] Grenade Combatant [32] Cuahl ]
  1006. [ Razor Weed [8] Vargid Police [32] ]
  1007. [ Sculpture [2] Skeeskee [32] ]
  1008. [ Headbomber [63] ]
  1009. [ Cuahl [32] ]
  1010. [ Head Hunter [32] ]
  1011. [ ]
  1012. [ BEST FARM LOCATION: STEAL Skeeskee - Cosmo Canyon Area (World Map) ]
  1013. [----------------------------------------------------------------------------]
  1014. [ FOUND ON FIELD MAP: QTY: (Tranquilizer) ]
  1015. [ ]
  1016. [ Chocobo Square Lobby (Class C and B) Inf 10 GP (value) ]
  1017. [----------------------------------------------------------------------------]
  1018. [ FOUND IN SHOPS: [100 gil] (Tranquilizer) ]
  1019. [ ]
  1020. [ Wall Market Item Shop ]
  1021. [ Sector 7 Item Shop (After Sewers) ]
  1022. [ Kalm Item Shop ]
  1023. [ Fort Condor Item Shop (Disc 1) ]
  1024. [ Junon Item Shop (Disc 1) ]
  1025. [ Costa Del Sol Item Shop (Disc 1) ]
  1026. [ North Corel General Store ]
  1027. [ Ghost Square Hotel Shop ]
  1028. [ Gongaga Item Shop ]
  1029. [ Cosmo Canyon Item Shop ]
  1030. [ Rocket Town Item Shop (Disc 1) ]
  1031. [ Wutai Item Shop ]
  1032. [ Temple of the Ancients Item Shop ]
  1033. [ Bone Village Item Shop ]
  1034. [ Mideel Crazy Woman Item Shop ]
  1035. [ Fort Condor Item Shop (Disc 2/3) ]
  1036. [ Costa Del Sol Item Shop (Disc 2/3) ]
  1037. 0============================================================================0
  1038.  
  1039. 0============================================================================0
  1040. [ | ]
  1041. [ 15 {REMEDY} | Buying Value: 1000 ]
  1042. [ | Selling Value: 500 ]
  1043. [ https://photos.app.goo.gl/ArqRGccCA7vbw2wI2 | ]
  1044. [_____________________________________________| ]
  1045. [ | Usable in Item Menu: NO ]
  1046. [ Menu Description: | Usable in Battle Menu: YES ]
  1047. [ _______________________ | Sell-able in Shops: YES ]
  1048. [ | Cures abnormal status | \______________________________]
  1049. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1050. [ Target: One Target Only ]
  1051. [ Element: None Hit Chance: Auto-Hit ]
  1052. [ ]
  1053. [ Item Strength: 0 Attack Type: Magical ]
  1054. [ Base Damage: 0 Attack Formula: No Damage ]
  1055. [ Restore Type: Status Random Variation: N/A ]
  1056. [----------------------------------------------------------------------------]
  1057. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  1058. [ ]
  1059. [ Statuses Removed: [Sleep] [Poison] [Sadness] [Fury] [Confusion] [Silence] ]
  1060. [ [Frog] [Mini] [Slow-Numb] [Petrify] [Berserk] [Paralyze] ]
  1061. [ [Darkness] ]
  1062. [----------------------------------------------------------------------------]
  1063. [ FOUND ON ENEMIES: (Remedy) ]
  1064. [ ]
  1065. [ DROP: STEAL: MORPH: ]
  1066. [ ]
  1067. [ Jayjujayme [8] [8] Velcher Task [32] Zenene ]
  1068. [ Under Lizard [8] Under Lizard [32] Needle Kiss ]
  1069. [ Gargoyle [63] Soldier:2nd [8] Gagighandi ]
  1070. [ Parasite [8] Parasite [32] Touch Me ]
  1071. [ Bagrisk ]
  1072. [ Velcher Task ]
  1073. [ Under Lizard ]
  1074. [ Toxic Frog ]
  1075. [ Parasite ]
  1076. [ ]
  1077. [ BEST FARM LOCATION: STEAL Velcher Task - Rocket Launch Pad Area Grass ]
  1078. [ MORPH Needle Kiss - Mt. Corel Rollercoaster Screen ]
  1079. [----------------------------------------------------------------------------]
  1080. [ FOUND ON FIELD MAPS: QTY: (Remedy) ]
  1081. [ ]
  1082. [ Swamp Area 1st Screen (Upper-Left Fork) 1 ]
  1083. [ North Crater Left Path Lower Fork 1st Screen 1 ]
  1084. [ North Crater Final Gathering Screen 2 Item Dupe ]
  1085. [ Battle Square (After Tiny Bronco) Inf 200 BP ]
  1086. [ Battle Square (After Highwind) Inf 100 BP ]
  1087. [----------------------------------------------------------------------------]
  1088. [ FOUND IN SHOP: [1000 gil] (Remedy) ]
  1089. [ ]
  1090. [ Mideel Crazy Woman Item Shop ]
  1091. 0============================================================================0
  1092.  
  1093. 0============================================================================0
  1094. [ | ]
  1095. [ 16 {SMOKE BOMB} | Buying Value: N/A ]
  1096. [ | Selling Value: 150 ]
  1097. [ https://photos.app.goo.gl/aGlYPFcj8GzGg7Sq2 | ]
  1098. [_____________________________________________| ]
  1099. [ | Usable in Item Menu: NO ]
  1100. [ Menu Description: | Usable in Battle Menu: YES ]
  1101. [ _________________________________________ | Sell-able in Shops: YES ]
  1102. [ | Can escape from opponents during battle | \______________________________]
  1103. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1104. [ Target: All Targets Only ]
  1105. [ Element: None Hit Chance: Auto-Hit ]
  1106. [ ]
  1107. [ Item Strength: 0 Attack Type: Magical ]
  1108. [ Base Damage: 0 Attack Formula: No Damage ]
  1109. [ Restore Type: None Random Variation: N/A ]
  1110. [----------------------------------------------------------------------------]
  1111. [ STATUSES: OFF ]
  1112. [----------------------------------------------------------------------------]
  1113. [ SPECIAL ATTRIBUTES: ]
  1114. [ ]
  1115. [ Flees from battle with 0 rewards if the "Escape From Battle" flag allows. ]
  1116. [----------------------------------------------------------------------------]
  1117. [ FOUND ON ENEMIES: (Smoke Bomb) ]
  1118. [ ]
  1119. [ DROP: STEAL: MORPH: ]
  1120. [ ]
  1121. [ Smogger [8] Slalom [8] Hammer Blaster ]
  1122. [ Gi Spector [8] ]
  1123. [ Edgehead [8] ]
  1124. [ ]
  1125. [ BEST FARM LOCATION: STEAL Slalom - Junon Path to Reactor ]
  1126. 0============================================================================0
  1127.  
  1128. 0============================================================================0
  1129. [ | ]
  1130. [ 17 {SPEED DRINK} | Buying Value: N/A ]
  1131. [ | Selling Value: 500 ]
  1132. [ https://photos.app.goo.gl/ugYjvXbn2b9Fb3DA3 | ]
  1133. [_____________________________________________| ]
  1134. [ | Usable in Item Menu: NO ]
  1135. [ Menu Description: | Usable in Battle Menu: YES ]
  1136. [ ___________________________ | Sell-able in Shops: YES ]
  1137. [ | Casts [Haste] on one ally | \______________________________]
  1138. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1139. [ Target: One Target Only ]
  1140. [ Element: None Hit Chance: Auto-Hit ]
  1141. [ ]
  1142. [ Item Strength: 0 Attack Type: Magical ]
  1143. [ Base Damage: 0 Attack Formula: No Damage ]
  1144. [ Restore Type: None Random Variation: N/A ]
  1145. [----------------------------------------------------------------------------]
  1146. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  1147. [ ]
  1148. [ Statuses Inflicted: [Haste] ]
  1149. [----------------------------------------------------------------------------]
  1150. [ FOUND ON ENEMIES: (Speed Drink) ]
  1151. [ ]
  1152. [ DROP: STEAL: MORPH: ]
  1153. [ ]
  1154. [ Vice [32] Formula ]
  1155. [ Sonic Speed ]
  1156. [ ]
  1157. [ BEST FARM LOCATION: STEAL Vice - Sector 5 Slums (by Save Point) ]
  1158. [ MORPH Formula - Junon Area Forests (World Map) ]
  1159. 0============================================================================0
  1160.  
  1161. 0============================================================================0
  1162. [ | ]
  1163. [ 18 {HERO DRINK} | Buying Value: N/A ]
  1164. [ | Selling Value: 1 ]
  1165. [ https://photos.app.goo.gl/dbwvzDT8wCvxG36J2 | ]
  1166. [_____________________________________________| ]
  1167. [ | Usable in Item Menu: NO ]
  1168. [ Menu Description: | Usable in Battle Menu: YES ]
  1169. [ ___________________________________ | Sell-able in Shops: YES ]
  1170. [ | Raises ability once during battle | \______________________________]
  1171. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1172. [ Special: Cannot Target Enemies ]
  1173. [ Element: None Target: One Target Only ]
  1174. [ Hit Chance: Auto-Hit ]
  1175. [ ]
  1176. [ Item Strength: 0 Attack Type: Physical ]
  1177. [ Base Damage: 0 Attack Formula: No Damage ]
  1178. [ Restore Type: None Random Variation: N/A ]
  1179. [----------------------------------------------------------------------------]
  1180. [ STATUSES: OFF ]
  1181. [----------------------------------------------------------------------------]
  1182. [ SPECIAL ATTRIBUTES: ]
  1183. [ ]
  1184. [ Boosts Attack, MAttack, Defence & MDefence by 30%, capped at 100% (4 max). ]
  1185. [----------------------------------------------------------------------------]
  1186. [ FOUND ON FIELD MAPS: QTY: (Hero Drink) ]
  1187. [ ]
  1188. [ Icicle Inn "Map" House 1 ]
  1189. [ North Crater Descent "2D" Screen 1 ]
  1190. [ Swamp Area 2nd Screen (Upper-Left Fork) 1 ]
  1191. [ North Crater Final Gathering Screen 1 Item Dupe ]
  1192. [ Chocobo Square Lobby (Class B, A and S) Inf 15 GP (value) ]
  1193. 0============================================================================0
  1194.  
  1195. 0============================================================================0
  1196. [ | ]
  1197. [ 19 {VACCINE} | Buying Value: N/A ]
  1198. [ | Selling Value: 1 ]
  1199. [ https://photos.app.goo.gl/7fruAaX7m6z7WCl22 | ]
  1200. [_____________________________________________| ]
  1201. [ | Usable in Item Menu: NO ]
  1202. [ Menu Description: | Usable in Battle Menu: YES ]
  1203. [ __________________________________ | Sell-able in Shops: YES ]
  1204. [ | Protects against transformations | \______________________________]
  1205. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1206. [ Target: One Target Only ]
  1207. [ Element: None Hit Chance: 100% ]
  1208. [ ]
  1209. [ Item Strength: 0 Attack Type: Magical ]
  1210. [ Base Damage: 0 Attack Formula: No Damage ]
  1211. [ Restore Type: None Random Variation: N/A ]
  1212. [----------------------------------------------------------------------------]
  1213. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  1214. [ ]
  1215. [ Statuses Inflicted: [Resist] ]
  1216. [----------------------------------------------------------------------------]
  1217. [ FOUND ON ENEMIES: (Vaccine) ]
  1218. [ ]
  1219. [ DROP: STEAL: MORPH: ]
  1220. [ ]
  1221. [ Dragon Zombie ]
  1222. [ Dark Dragon ]
  1223. [ ]
  1224. [ BEST FARM LOCATION: MORPH Dark Dragon - North Crater Decent ]
  1225. [----------------------------------------------------------------------------]
  1226. [ FOUND ON FIELD MAPS: QTY: (Vaccine) ]
  1227. [ ]
  1228. [ Icicle Inn "Map" House 1 ]
  1229. [ Swamp Area 2nd Screen (Upper-Left Fork) 1 ]
  1230. [ North Crater Left Path Lower Fork 2nd Screen 1 ]
  1231. [ North Crater Final Gathering Screen 2 Item Dupe ]
  1232. 0============================================================================0
  1233.  
  1234. 0============================================================================0
  1235. [ | ]
  1236. [ 20 {GRENADE} | Buying Value: 80 ]
  1237. [ | Selling Value: 40 ]
  1238. [ https://photos.app.goo.gl/zsL4oJjfkbBjTDR82 | ]
  1239. [_____________________________________________| ]
  1240. [ | Usable in Item Menu: NO ]
  1241. [ Menu Description: | Usable in Battle Menu: YES ]
  1242. [ _______________________________________ | Sell-able in Shops: YES ]
  1243. [ | Explosive damage against one opponent | \______________________________]
  1244. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1245. [ Special: Start on Enemy ]
  1246. [ Element: Shoot Target: One Target Only ]
  1247. [ Hit Chance: Auto-Hit ]
  1248. [ ]
  1249. [ Item Strength: 10 Attack Type: Physical ]
  1250. [ Base Damage: 160 Attack Formula: Item Strength * 16 ]
  1251. [ Restore Type: None Random Variation: ON ]
  1252. [----------------------------------------------------------------------------]
  1253. [ STATUSES: OFF ]
  1254. [----------------------------------------------------------------------------]
  1255. [ FOUND ON ENEMIES: (Grenade) ]
  1256. [ ]
  1257. [ DROP: STEAL: MORPH: ]
  1258. [ ]
  1259. [ Special Combatant [2] MP [8] Grenade Combatant ]
  1260. [ Grenade Combatant [8] Grunt [8] ]
  1261. [ Mighty Grunt [8] ]
  1262. [ ]
  1263. [ BEST FARM LOCATION: None! (No areas re-visitable) ]
  1264. [----------------------------------------------------------------------------]
  1265. [ FOUND ON FIELD MAP: QTY: (Grenade) ]
  1266. [ ]
  1267. [ Junon Parade 1 0% - 30% rating ]
  1268. [----------------------------------------------------------------------------]
  1269. [ FOUND IN SHOPS: [80 gil] (Grenade) ]
  1270. [ ]
  1271. [ Sector 7 Weapon Shop ]
  1272. [ Sector 5 Weapon Shop ]
  1273. [ Sector 7 Item Shop (After Sewers) ]
  1274. [ Junon Harbour Weapon Shop ]
  1275. 0============================================================================0
  1276.  
  1277. 0============================================================================0
  1278. [ | ]
  1279. [ 21 {SHRAPNEL} | Buying Value: N/A ]
  1280. [ | Selling Value: 1 ]
  1281. [ https://photos.app.goo.gl/vIRbQv28WLc9NAyp1 | ]
  1282. [_____________________________________________| ]
  1283. [ | Usable in Item Menu: NO ]
  1284. [ Menu Description: | Usable in Battle Menu: YES ]
  1285. [ ________________________________________ | Sell-able in Shops: YES ]
  1286. [ | Explosive damage against all opponents | \______________________________]
  1287. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1288. [ Special: Start on Enemy ]
  1289. [ Element: Shoot Target: All Targets Only ]
  1290. [ Hit Chance: Auto-Hit ]
  1291. [ ]
  1292. [ Item Strength: 26 Attack Type: Physical ]
  1293. [ Base Damage: 416 Attack Formula: Item Strength * 16 ]
  1294. [ Restore Type: None Random Variation: ON ]
  1295. [----------------------------------------------------------------------------]
  1296. [ STATUSES: OFF ]
  1297. [----------------------------------------------------------------------------]
  1298. [ FOUND ON ENEMIES: (Shrapnel) ]
  1299. [ ]
  1300. [ DROP: STEAL: MORPH: ]
  1301. [ ]
  1302. [ Bomb [8] Bomb ]
  1303. [ ]
  1304. [ BEST FARM LOCATION: MORPH Bomb - Mt. Corel Bridge ]
  1305. [----------------------------------------------------------------------------]
  1306. [ FOUND ON FIELD MAP: QTY: (Shrapnel) ]
  1307. [ ]
  1308. [ Battle Square (Before Tiny Bronco) Inf 320 BP ]
  1309. 0============================================================================0
  1310.  
  1311. 0============================================================================0
  1312. [ | ]
  1313. [ 22 {RIGHT ARM} | Buying Value: N/A ]
  1314. [ | Selling Value: 1 ]
  1315. [ https://photos.app.goo.gl/DeTjqPNi030nv79r1 | ]
  1316. [_____________________________________________| ]
  1317. [ | Usable in Item Menu: NO ]
  1318. [ Menu Description: | Usable in Battle Menu: YES ]
  1319. [ ________________________________________ | Sell-able in Shops: YES ]
  1320. [ | Explosive damage against all opponents | \______________________________]
  1321. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1322. [ Special: Start on Enemy ]
  1323. [ Element: Shoot Target: All Targets Only ]
  1324. [ Hit Chance: Auto-Hit ]
  1325. [ ]
  1326. [ Item Strength: 100 Attack Type: Physical ]
  1327. [ Base Damage: 1600 Attack Formula: Item Strength * 16 ]
  1328. [ Restore Type: None Random Variation: ON ]
  1329. [----------------------------------------------------------------------------]
  1330. [ STATUSES: OFF ]
  1331. [----------------------------------------------------------------------------]
  1332. [ FOUND ON ENEMIES: (Right Arm) ]
  1333. [ ]
  1334. [ DROP: STEAL: MORPH: ]
  1335. [ ]
  1336. [ Grenade [8] Bomb [8] Grenade ]
  1337. [ Grenade [8] ]
  1338. [ ]
  1339. [ BEST FARM LOCATION: STEAL Bomb - Mt. Corel Bridge ]
  1340. [----------------------------------------------------------------------------]
  1341. [ FOUND ON FIELD MAP: QTY: (Right Arm) ]
  1342. [ ]
  1343. [ Battle Square (After Highwind) Inf 500 BP ]
  1344. 0============================================================================0
  1345.  
  1346. 0============================================================================0
  1347. [ | ]
  1348. [ 23 {HOURGLASS} | Buying Value: N/A ]
  1349. [ | Selling Value: 1 ]
  1350. [ https://photos.app.goo.gl/K1Gnlwdz2YtZiEaQ2 | ]
  1351. [_____________________________________________| ]
  1352. [ | Usable in Item Menu: NO ]
  1353. [ Menu Description: | Usable in Battle Menu: YES ]
  1354. [ _____________________ | Sell-able in Shops: YES ]
  1355. [ | Stops all opponents | \______________________________]
  1356. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1357. [ Special: Start on Enemy ]
  1358. [ Element: None Target: All Targets Only ]
  1359. [ Hit Chance: Auto-Hit ]
  1360. [ ]
  1361. [ Item Strength: 0 Attack Type: Magical ]
  1362. [ Base Damage: 0 Attack Formula: No Damage ]
  1363. [ Restore Type: None Random Variation: N/A ]
  1364. [----------------------------------------------------------------------------]
  1365. [ STATUSES: ON INFLICTS Statuses Chance = 80% ]
  1366. [ ]
  1367. [ Statuses Inflicted: [Stop] ]
  1368. [----------------------------------------------------------------------------]
  1369. [ FOUND ON ENEMIES: (Hourglass) ]
  1370. [ ]
  1371. [ DROP: STEAL: MORPH: ]
  1372. [ ]
  1373. [ Edgehead [8] Kimara Bug ]
  1374. [ ]
  1375. [ BEST FARM LOCATION: MORPH Kimara Bug - Gongaga Jungle ]
  1376. 0============================================================================0
  1377.  
  1378. 0============================================================================0
  1379. [ | ]
  1380. [ 24 {KISS OF DEATH} | Buying Value: N/A ]
  1381. [ | Selling Value: 1 ]
  1382. [ https://photos.app.goo.gl/xOUAquHYxm0pRhdu1 | ]
  1383. [_____________________________________________| ]
  1384. [ | Usable in Item Menu: NO ]
  1385. [ Menu Description: | Usable in Battle Menu: YES ]
  1386. [ _______________________________ | Sell-able in Shops: YES ]
  1387. [ | Uses "Death" on all opponents | \______________________________]
  1388. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1389. [ Special: Start on Enemy ]
  1390. [ Element: None Target: All Targets Only ]
  1391. [ Hit Chance: Auto-Hit ]
  1392. [ ]
  1393. [ Item Strength: 0 Attack Type: Magical ]
  1394. [ Base Damage: 0 Attack Formula: No Damage ]
  1395. [ Restore Type: None Random Variation: N/A ]
  1396. [----------------------------------------------------------------------------]
  1397. [ STATUSES: ON INFLICTS Statuses Chance = 68% ]
  1398. [ ]
  1399. [ Statuses Inflicted: [Death] ]
  1400. [----------------------------------------------------------------------------]
  1401. [ FOUND ON ENEMY: (Kiss Of Death) ]
  1402. [ ]
  1403. [ DROP Death Dealer [8] - North Crater Right Path ]
  1404. 0============================================================================0
  1405.  
  1406. 0============================================================================0
  1407. [ | ]
  1408. [ 25 {SPIDER WEB} | Buying Value: N/A ]
  1409. [ | Selling Value: 1 ]
  1410. [ https://photos.app.goo.gl/QfhyGqQz5Ghh9gak6 | ]
  1411. [_____________________________________________| ]
  1412. [ | Usable in Item Menu: NO ]
  1413. [ Menu Description: | Usable in Battle Menu: YES ]
  1414. [ _____________________ | Sell-able in Shops: YES ]
  1415. [ | Slows all opponents | \______________________________]
  1416. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1417. [ Special: Start on Enemy ]
  1418. [ Element: None Target: All Targets Only ]
  1419. [ Hit Chance: Auto-Hit ]
  1420. [ ]
  1421. [ Item Strength: 0 Attack Type: Magical ]
  1422. [ Base Damage: 0 Attack Formula: No Damage ]
  1423. [ Restore Type: None Random Variation: N/A ]
  1424. [----------------------------------------------------------------------------]
  1425. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  1426. [ ]
  1427. [ Statuses Inflicted: [Slow] ]
  1428. [----------------------------------------------------------------------------]
  1429. [ FOUND ON ENEMIES: (Spider Web) ]
  1430. [ ]
  1431. [ DROP: STEAL: MORPH: ]
  1432. [ ]
  1433. [ Grashtrike [2] Grashtrike [32] Grashtrike ]
  1434. [ Kimara Bug [32] ]
  1435. [ ]
  1436. [ BEST FARM LOCATION: STEAL Kimara Bug - Gongaga Jungle ]
  1437. 0============================================================================0
  1438.  
  1439. 0============================================================================0
  1440. [ | ]
  1441. [ 26 {DREAM POWDER} | Buying Value: N/A ]
  1442. [ | Selling Value: 1 ]
  1443. [ https://photos.app.goo.gl/SJnaG8c3kTuaAN822 | ]
  1444. [_____________________________________________| ]
  1445. [ | Usable in Item Menu: NO ]
  1446. [ Menu Description: | Usable in Battle Menu: YES ]
  1447. [ _________________________________ | Sell-able in Shops: YES ]
  1448. [ | Uses "Sleepel" on all opponents | \______________________________]
  1449. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1450. [ Special: Start on Enemy ]
  1451. [ Element: None Target: All Targets Only ]
  1452. [ Hit Chance: Auto-Hit ]
  1453. [ ]
  1454. [ Item Strength: 0 Attack Type: Magical ]
  1455. [ Base Damage: 0 Attack Formula: No Damage ]
  1456. [ Restore Type: None Random Variation: N/A ]
  1457. [----------------------------------------------------------------------------]
  1458. [ STATUSES: ON INFLICTS Statuses Chance = 80% ]
  1459. [ ]
  1460. [ Statuses Inflicted: [Sleep] ]
  1461. [----------------------------------------------------------------------------]
  1462. [ FOUND ON ENEMIES: (Dream Powder) ]
  1463. [ ]
  1464. [ DROP: STEAL: MORPH: ]
  1465. [ ]
  1466. [ Crown Lance ]
  1467. [ Crysales ]
  1468. [ ]
  1469. [ BEST FARM LOCATION: MORPH Crown Lance - Cosmo Area Beach (World Map) ]
  1470. 0============================================================================0
  1471.  
  1472. 0============================================================================0
  1473. [ | ]
  1474. [ 27 {MUTE MASK} | Buying Value: N/A ]
  1475. [ | Selling Value: 1 ]
  1476. [ https://photos.app.goo.gl/9pNAtCYgTtCw3Mwv2 | ]
  1477. [_____________________________________________| ]
  1478. [ | Usable in Item Menu: NO ]
  1479. [ Menu Description: | Usable in Battle Menu: YES ]
  1480. [ _________________________________ | Sell-able in Shops: YES ]
  1481. [ | Uses "Silence" on all opponents | \______________________________]
  1482. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1483. [ Special: Start on Enemy ]
  1484. [ Element: None Target: All Targets Only ]
  1485. [ Hit Chance: Auto-Hit ]
  1486. [ ]
  1487. [ Item Strength: 0 Attack Type: Magical ]
  1488. [ Base Damage: 0 Attack Formula: No Damage ]
  1489. [ Restore Type: None Random Variation: N/A ]
  1490. [----------------------------------------------------------------------------]
  1491. [ STATUSES: ON INFLICTS Statuses Chance = 80% ]
  1492. [ ]
  1493. [ Statuses Inflicted: [Silence] ]
  1494. [----------------------------------------------------------------------------]
  1495. [ FOUND ON ENEMIES: (Mute Mask) ]
  1496. [ ]
  1497. [ DROP: STEAL: MORPH: ]
  1498. [ ]
  1499. [ Bahba Velamyu [8] Crazy Saw [32] Eligor ]
  1500. [ Garuda [8] Bahba Velamyu ]
  1501. [ Dorky Face ]
  1502. [ ]
  1503. [ BEST FARM LOCATION: MORPH Bahba Velamyu - Nibel Area Forests (World Map) ]
  1504. 0============================================================================0
  1505.  
  1506. 0============================================================================0
  1507. [ | ]
  1508. [ 28 {WAR GONG} | Buying Value: N/A ]
  1509. [ | Selling Value: 1 ]
  1510. [ https://photos.app.goo.gl/Q2Dnl2VvrKTuyy4E2 | ]
  1511. [_____________________________________________| ]
  1512. [ | Usable in Item Menu: NO ]
  1513. [ Menu Description: | Usable in Battle Menu: YES ]
  1514. [ _________________________________ | Sell-able in Shops: YES ]
  1515. [ | Uses "Berserk" on all opponents | \______________________________]
  1516. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1517. [ Special: Start on Enemy ]
  1518. [ Element: None Target: All Targets Only ]
  1519. [ Hit Chance: Auto-Hit ]
  1520. [ ]
  1521. [ Item Strength: 0 Attack Type: Magical ]
  1522. [ Base Damage: 0 Attack Formula: No Damage ]
  1523. [ Restore Type: None Random Variation: N/A ]
  1524. [----------------------------------------------------------------------------]
  1525. [ STATUSES: ON INFLICTS Statuses Chance = 80% ]
  1526. [ ]
  1527. [ Statuses Inflicted: [Berserk] ]
  1528. [----------------------------------------------------------------------------]
  1529. [ SPECIAL ATTRIBUTES: ]
  1530. [ ]
  1531. [ When used on allies, Hit Chance becomes 100%. ]
  1532. [----------------------------------------------------------------------------]
  1533. [ FOUND ON ENEMIES: (War Gong) ]
  1534. [ ]
  1535. [ DROP: STEAL: MORPH: ]
  1536. [ ]
  1537. [ Grand Horn [8] Behemoth [32] ]
  1538. [ ]
  1539. [ BEST FARM LOCATION: DROP Grand Horn - Gongaga Area Grass (World Map) ]
  1540. 0============================================================================0
  1541.  
  1542. 0============================================================================0
  1543. [ | ]
  1544. [ 29 {LOCO WEED} | Buying Value: N/A ]
  1545. [ | Selling Value: 1 ]
  1546. [ https://photos.app.goo.gl/0ItbN0pbHsnqs0wI2 | ]
  1547. [_____________________________________________| ]
  1548. [ | Usable in Item Menu: NO ]
  1549. [ Menu Description: | Usable in Battle Menu: YES ]
  1550. [ _______________________________ | Sell-able in Shops: YES ]
  1551. [ | Uses "Confu" on all opponents | \______________________________]
  1552. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1553. [ Special: Start on Enemy ]
  1554. [ Element: None Target: All Targets Only ]
  1555. [ Hit Chance: Auto-Hit ]
  1556. [ ]
  1557. [ Item Strength: 0 Attack Type: Magical ]
  1558. [ Base Damage: 0 Attack Formula: No Damage ]
  1559. [ Restore Type: None Random Variation: N/A ]
  1560. [----------------------------------------------------------------------------]
  1561. [ STATUSES: ON INFLICTS Statuses Chance = 80% ]
  1562. [ ]
  1563. [ Statuses Inflicted: [Confusion] ]
  1564. [----------------------------------------------------------------------------]
  1565. [ FOUND ON ENEMIES: (Loco weed) ]
  1566. [ ]
  1567. [ DROP: STEAL: MORPH: ]
  1568. [ ]
  1569. [ Hammer Blaster [8] ]
  1570. [ Sword Dance [8] ]
  1571. [ Soldier:3rd [8] ]
  1572. [ Razor Weed [8] ]
  1573. [ Corvette [8] ]
  1574. [ ]
  1575. [ BEST FARM LOCATION: DROP Razor Weed - Wutai Area Grass (World Map) ]
  1576. 0============================================================================0
  1577.  
  1578. 0============================================================================0
  1579. [ | ]
  1580. [ 30 {FIRE FANG} | Buying Value: N/A ]
  1581. [ | Selling Value: 1 ]
  1582. [ https://photos.app.goo.gl/YWbnnaL6g6Z5PH2Y2 | ]
  1583. [_____________________________________________| ]
  1584. [ | Usable in Item Menu: NO ]
  1585. [ Menu Description: | Usable in Battle Menu: YES ]
  1586. [ _______________________________ | Sell-able in Shops: YES ]
  1587. [ | Uses "Fire2" on all opponents | \______________________________]
  1588. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1589. [ Special: Start on Enemy ]
  1590. [ Element: Fire Target: All Targets Only ]
  1591. [ Hit Chance: Auto-Hit ]
  1592. [ ]
  1593. [ Item Strength: 60 Attack Type: Magical ]
  1594. [ Base Damage: 960 Attack Formula: Item Strength * 16 ]
  1595. [ Restore Type: None Random Variation: ON ]
  1596. [----------------------------------------------------------------------------]
  1597. [ STATUSES: OFF ]
  1598. [----------------------------------------------------------------------------]
  1599. [ FOUND ON ENEMIES: (Fire Fang) ]
  1600. [ ]
  1601. [ DROP: STEAL: MORPH: ]
  1602. [ ]
  1603. [ Dragon [63] Land Worm ]
  1604. [ ]
  1605. [ BEST FARM LOCATION: DROP Dragon - Mt. Nibel "5 Pipe" Screen ]
  1606. [----------------------------------------------------------------------------]
  1607. [ FOUND ON FIELD MAP: QTY: (Fire Fang) ]
  1608. [ ]
  1609. [ Chocobo Square Lobby (Class C, B and A) Inf 20 GP (value) ]
  1610. 0============================================================================0
  1611.  
  1612. 0============================================================================0
  1613. [ | ]
  1614. [ 31 {FIRE VEIL} | Buying Value: 800 ]
  1615. [ | Selling Value: 400 ]
  1616. [ https://photos.app.goo.gl/XPP8W9xDvhgnYQCy1 | ]
  1617. [_____________________________________________| ]
  1618. [ | Usable in Item Menu: NO ]
  1619. [ Menu Description: | Usable in Battle Menu: YES ]
  1620. [ _______________________________ | Sell-able in Shops: YES ]
  1621. [ | Uses "Fire3" on all opponents | \______________________________]
  1622. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1623. [ Special: Start on Enemy ]
  1624. [ Element: Fire Target: All Targets Only ]
  1625. [ Hit Chance: Auto-Hit ]
  1626. [ ]
  1627. [ Item Strength: 75 Attack Type: Magical ]
  1628. [ Base Damage: 1200 Attack Formula: Item Strength * 16 ]
  1629. [ Restore Type: None Random Variation: ON ]
  1630. [----------------------------------------------------------------------------]
  1631. [ STATUSES: OFF ]
  1632. [----------------------------------------------------------------------------]
  1633. [ FOUND ON ENEMIES: (Fire Veil) ]
  1634. [ ]
  1635. [ DROP: STEAL: MORPH: ]
  1636. [ ]
  1637. [ Foulander [8] Desert Sahagin ]
  1638. [ ]
  1639. [ BEST FARM LOCATION: MORPH Desert Sahagin - Cosmo Canyon Area (World Map) ]
  1640. [----------------------------------------------------------------------------]
  1641. [ FOUND ON FIELD MAP: QTY: (Fire Veil) ]
  1642. [ ]
  1643. [ Chocobo Square Lobby (Class A and S) Inf 50 GP (value) ]
  1644. [----------------------------------------------------------------------------]
  1645. [ FOUND IN SHOP: [800 gil] (Fire Veil) ]
  1646. [ ]
  1647. [ Wutai Item Shop ]
  1648. 0============================================================================0
  1649.  
  1650. 0============================================================================0
  1651. [ | ]
  1652. [ 32 {ANTARCTIC WIND} | Buying Value: N/A ]
  1653. [ | Selling Value: 1 ]
  1654. [ https://photos.app.goo.gl/deKSWMQBhTCiN1dn2 | ]
  1655. [_____________________________________________| ]
  1656. [ | Usable in Item Menu: NO ]
  1657. [ Menu Description: | Usable in Battle Menu: YES ]
  1658. [ ______________________________ | Sell-able in Shops: YES ]
  1659. [ | Uses "Ice2" on all opponents | \______________________________]
  1660. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1661. [ Special: Start on Enemy ]
  1662. [ Element: Ice Target: All Targets Only ]
  1663. [ Hit Chance: Auto-Hit ]
  1664. [ ]
  1665. [ Item Strength: 75 Attack Type: Magical ]
  1666. [ Base Damage: 1200 Attack Formula: Item Strength * 16 ]
  1667. [ Restore Type: None Random Variation: ON ]
  1668. [----------------------------------------------------------------------------]
  1669. [ STATUSES: OFF ]
  1670. [----------------------------------------------------------------------------]
  1671. [ FOUND ON ENEMY: (Antarctic Wind) ]
  1672. [ ]
  1673. [ MORPH Jumping - Icicle Area Snow (World Map) ]
  1674. [----------------------------------------------------------------------------]
  1675. [ FOUND ON FIELD MAP: QTY: (Antarctic Wind) ]
  1676. [ ]
  1677. [ Chocobo Square Lobby (Class B, C, A and S) Inf 20 GP (value) ]
  1678. 0============================================================================0
  1679.  
  1680. 0============================================================================0
  1681. [ | ]
  1682. [ 33 {ICE CRYSTAL} | Buying Value: N/A ]
  1683. [ | Selling Value: 1 ]
  1684. [ https://photos.app.goo.gl/31tQNw2OFBFOwm813 | ]
  1685. [_____________________________________________| ]
  1686. [ | Usable in Item Menu: NO ]
  1687. [ Menu Description: | Usable in Battle Menu: YES ]
  1688. [ ______________________________ | Sell-able in Shops: YES ]
  1689. [ | Uses "Ice3" on all opponents | \______________________________]
  1690. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1691. [ Special: Start on Enemy ]
  1692. [ Element: Ice Target: All Targets Only ]
  1693. [ Hit Chance: Auto-Hit ]
  1694. [ ]
  1695. [ Item Strength: 130 Attack Type: Magical ]
  1696. [ Base Damage: 2080 Attack Formula: Item Strength * 16 ]
  1697. [ Restore Type: None Random Variation: ON ]
  1698. [----------------------------------------------------------------------------]
  1699. [ STATUSES: OFF ]
  1700. [----------------------------------------------------------------------------]
  1701. [ FOUND ON ENEMIES: (Ice Crystal) ]
  1702. [ ]
  1703. [ DROP: STEAL: MORPH: ]
  1704. [ ]
  1705. [ Garuda [8] Bandersnatch ]
  1706. [ Snow [8] ]
  1707. [ ]
  1708. [ BEST FARM LOCATION: MORPH Bandersnatch - Icicle Area Snow (World Map) ]
  1709. [----------------------------------------------------------------------------]
  1710. [ FOUND ON FIELD MAP: QTY: (Ice Crystal) ]
  1711. [ ]
  1712. [ Chocobo Square Lobby (Class B, A and S) Inf 50 GP (value) ]
  1713. 0============================================================================0
  1714.  
  1715. 0============================================================================0
  1716. [ | ]
  1717. [ 34 {BOLT PLUME} | Buying Value: N/A ]
  1718. [ | Selling Value: 1 ]
  1719. [ https://photos.app.goo.gl/ZAKwqmnKIsvWEC6h1 | ]
  1720. [_____________________________________________| ]
  1721. [ | Usable in Item Menu: NO ]
  1722. [ Menu Description: | Usable in Battle Menu: YES ]
  1723. [ _______________________________ | Sell-able in Shops: YES ]
  1724. [ | Uses "Bolt2" on all opponents | \______________________________]
  1725. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1726. [ Special: Start on Enemy ]
  1727. [ Element: Lightning Target: All Targets Only ]
  1728. [ Hit Chance: Auto-Hit ]
  1729. [ ]
  1730. [ Item Strength: 26 Attack Type: Magical ]
  1731. [ Base Damage: 416 Attack Formula: Item Strength * 16 ]
  1732. [ Restore Type: None Random Variation: ON ]
  1733. [----------------------------------------------------------------------------]
  1734. [ STATUSES: OFF ]
  1735. [----------------------------------------------------------------------------]
  1736. [ FOUND ON ENEMIES: (Bolt Plume) ]
  1737. [ ]
  1738. [ DROP: STEAL: MORPH: ]
  1739. [ ]
  1740. [ Needle Kiss [8] Thunderbird [32] Soldier:3rd ]
  1741. [ Thunderbird [8] ]
  1742. [ Garuda [8] ]
  1743. [ ]
  1744. [ BEST FARM LOCATION: STEAL Thunderbird - Wutai Area Dirt (World Map) ]
  1745. [----------------------------------------------------------------------------]
  1746. [ FOUND ON FIELD MAP: QTY: (Bolt Plume) ]
  1747. [ ]
  1748. [ Chocobo Square Lobby (Class B, C, A and S) Inf 20 GP (value) ]
  1749. 0============================================================================0
  1750.  
  1751. 0============================================================================0
  1752. [ | ]
  1753. [ 35 {SWIFT BOLT} | Buying Value: 800 ]
  1754. [ | Selling Value: 400 ]
  1755. [ https://photos.app.goo.gl/JTnDNzG4f4Oc5sUc2 | ]
  1756. [_____________________________________________| ]
  1757. [ | Usable in Item Menu: NO ]
  1758. [ Menu Description: | Usable in Battle Menu: YES ]
  1759. [ _______________________________ | Sell-able in Shops: YES ]
  1760. [ | Uses "Bolt3" on all opponents | \______________________________]
  1761. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1762. [ Special: Start on Enemy ]
  1763. [ Element: Lightning Target: All Targets Only ]
  1764. [ Hit Chance: Auto-Hit ]
  1765. [ ]
  1766. [ Item Strength: 75 Attack Type: Magical ]
  1767. [ Base Damage: 1200 Attack Formula: Item Strength * 16 ]
  1768. [ Restore Type: None Random Variation: ON ]
  1769. [----------------------------------------------------------------------------]
  1770. [ STATUSES: OFF ]
  1771. [----------------------------------------------------------------------------]
  1772. [ FOUND ON ENEMY: (Swift Bolt) ]
  1773. [ ]
  1774. [ MORPH Thunderbird - Wutai Area Dirt (World Map) ]
  1775. [----------------------------------------------------------------------------]
  1776. [ FOUND ON FIELD MAPS: QTY: (Swift Bolt) ]
  1777. [ ]
  1778. [ Wutai Secret Passage From Bell 1 ]
  1779. [ Chocobo Square Lobby (Class A and S) Inf 50 GP (value) ]
  1780. [----------------------------------------------------------------------------]
  1781. [ FOUND IN SHOP: [800 gil] (Swift Bolt) ]
  1782. [ ]
  1783. [ Wutai Item Shop ]
  1784. 0============================================================================0
  1785.  
  1786. 0============================================================================0
  1787. [ | ]
  1788. [ 36 {EARTH DRUM} | Buying Value: N/A ]
  1789. [ | Selling Value: 1 ]
  1790. [ https://photos.app.goo.gl/XIA9YR86jUi1IGxG3 | ]
  1791. [_____________________________________________| ]
  1792. [ | Usable in Item Menu: NO ]
  1793. [ Menu Description: | Usable in Battle Menu: YES ]
  1794. [ ________________________________ | Sell-able in Shops: YES ]
  1795. [ | Uses "Quake2" on all opponents | \______________________________]
  1796. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1797. [ Special: Start on Enemy ]
  1798. [ Element: Earth Target: All Targets Only ]
  1799. [ Hit Chance: Auto-Hit ]
  1800. [ ]
  1801. [ Item Strength: 40 Attack Type: Magical ]
  1802. [ Base Damage: 640 Attack Formula: Item Strength * 16 ]
  1803. [ Restore Type: None Random Variation: ON ]
  1804. [----------------------------------------------------------------------------]
  1805. [ STATUSES: OFF ]
  1806. [----------------------------------------------------------------------------]
  1807. [ FOUND ON ENEMIES: (Earth Drum) ]
  1808. [ ]
  1809. [ DROP: STEAL: MORPH: ]
  1810. [ ]
  1811. [ Flower Prong S/M/L [8] Christopher [8] ]
  1812. [ Screamer [8] ]
  1813. [ ]
  1814. [ BEST FARM LOCATION: STEAL Christopher - North Crater Swamp Area ]
  1815. 0============================================================================0
  1816.  
  1817. 0============================================================================0
  1818. [ | ]
  1819. [ 37 {EARTH MALLET} | Buying Value: N/A ]
  1820. [ | Selling Value: 1 ]
  1821. [ https://photos.app.goo.gl/2cWxVM15CBFK2GFt1 | ]
  1822. [_____________________________________________| ]
  1823. [ | Usable in Item Menu: NO ]
  1824. [ Menu Description: | Usable in Battle Menu: YES ]
  1825. [ ________________________________ | Sell-able in Shops: YES ]
  1826. [ | Uses "Quake3" on all opponents | \______________________________]
  1827. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1828. [ Special: Start on Enemy ]
  1829. [ Element: Earth Target: All Targets Only ]
  1830. [ Hit Chance: Auto-Hit ]
  1831. [ ]
  1832. [ Item Strength: 160 Attack Type: Magical ]
  1833. [ Base Damage: 2560 Attack Formula: Item Strength * 16 ]
  1834. [ Restore Type: None Random Variation: ON ]
  1835. [----------------------------------------------------------------------------]
  1836. [ STATUSES: OFF ]
  1837. [----------------------------------------------------------------------------]
  1838. [ FOUND ON ENEMY: (Earth Mallet) ]
  1839. [ ]
  1840. [ DROP Gigas [8] - Whirlwind Maze Outer Crater ]
  1841. [ ]
  1842. [ !!! ITEM IS PERMANENTLY MISSABLE !!! ]
  1843. 0============================================================================0
  1844.  
  1845. 0============================================================================0
  1846. [ | ]
  1847. [ 38 {DEADLY WASTE} | Buying Value: N/A ]
  1848. [ | Selling Value: 1 ]
  1849. [ https://photos.app.goo.gl/VpRH7r3WQexUu0ss1 | ]
  1850. [_____________________________________________| ]
  1851. [ | Usable in Item Menu: NO ]
  1852. [ Menu Description: | Usable in Battle Menu: YES ]
  1853. [ ______________________________ | Sell-able in Shops: YES ]
  1854. [ | Uses "Bio2" on all opponents | \______________________________]
  1855. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1856. [ Special: Start on Enemy ]
  1857. [ Element: Poison Target: All Targets Only ]
  1858. [ Hit Chance: Auto-Hit ]
  1859. [ ]
  1860. [ Item Strength: 6 Attack Type: Magical ]
  1861. [ Base Damage: 96 Attack Formula: Item Strength * 16 ]
  1862. [ Restore Type: None Random Variation: ON ]
  1863. [----------------------------------------------------------------------------]
  1864. [ STATUSES: ON INFLICTS Statuses Chance = 20% ]
  1865. [ ]
  1866. [ Statuses Inflicted: [Poison] ]
  1867. [----------------------------------------------------------------------------]
  1868. [ FOUND ON ENEMIES: (Deadly Waste) ]
  1869. [ ]
  1870. [ DROP: STEAL: MORPH: ]
  1871. [ ]
  1872. [ Smogger [8] Zenene [32] Brain Pod ]
  1873. [ Brain Pod [8] ]
  1874. [ Jayjujayme [8] ]
  1875. [ Slalom [8] ]
  1876. [ ]
  1877. [ BEST FARM LOCATION: DROP Jayjujayme - Da-chao Statue 1st Screen ]
  1878. 0============================================================================0
  1879.  
  1880. 0============================================================================0
  1881. [ | ]
  1882. [ 39 {M-TENTACLES} | Buying Value: N/A ]
  1883. [ | Selling Value: 1 ]
  1884. [ https://photos.app.goo.gl/tYIEM6WrF6hHqCxc2 | ]
  1885. [_____________________________________________| ]
  1886. [ | Usable in Item Menu: NO ]
  1887. [ Menu Description: | Usable in Battle Menu: YES ]
  1888. [ ____________________ | Sell-able in Shops: YES ]
  1889. [ | Uses "Bio2" on all opponents | \______________________________]
  1890. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1891. [ Special: Start on Enemy ]
  1892. [ Element: Poison Target: All Targets Only ]
  1893. [ Hit Chance: Auto-Hit ]
  1894. [ ]
  1895. [ Item Strength: 150 Attack Type: Magical ]
  1896. [ Base Damage: 2400 Attack Formula: Item Strength * 16 ]
  1897. [ Restore Type: None Random Variation: ON ]
  1898. [----------------------------------------------------------------------------]
  1899. [ STATUSES: ON INFLICTS Statuses Chance = 48% ]
  1900. [ ]
  1901. [ Statuses Inflicted: [Poison] ]
  1902. [----------------------------------------------------------------------------]
  1903. [ FOUND ON ENEMIES: (M-Tentacles) ]
  1904. [ ]
  1905. [ DROP: STEAL: MORPH: ]
  1906. [ ]
  1907. [ Sneaky Step [8] Malboro [32] ]
  1908. [ Malboro [63] ]
  1909. [ ]
  1910. [ BEST FARM LOCATION: STEAL Malboro - North Crater Right Path ]
  1911. 0============================================================================0
  1912.  
  1913. 0============================================================================0
  1914. [ | ]
  1915. [ 40 {STARDUST} | Buying Value: N/A ]
  1916. [ | Selling Value: 1 ]
  1917. [ https://photos.app.goo.gl/jWCVXsAKusYzdtJq1 | ]
  1918. [_____________________________________________| ]
  1919. [ | Usable in Item Menu: NO ]
  1920. [ Menu Description: | Usable in Battle Menu: YES ]
  1921. [ ________________________________ | Sell-able in Shops: YES ]
  1922. [ | Uses "Comet2" on all opponents | \______________________________]
  1923. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1924. [ Special: Start on Enemy ]
  1925. [ Element: None Target: 4 Random Target ]
  1926. [ Hit Chance: Auto-Hit ]
  1927. [ ]
  1928. [ Item Strength: 70 Attack Type: Magical ]
  1929. [ Base Damage: 1120 Attack Formula: Item Strength * 16 ]
  1930. [ Restore Type: None Random Variation: ON ]
  1931. [----------------------------------------------------------------------------]
  1932. [ STATUSES: OFF ]
  1933. [----------------------------------------------------------------------------]
  1934. [ FOUND ON ENEMIES: (Stardust) ]
  1935. [ ]
  1936. [ DROP: STEAL: MORPH: ]
  1937. [ ]
  1938. [ Serpent [2] ]
  1939. [ Behemoth [8] ]
  1940. [ ]
  1941. [ BEST FARM LOCATION: DROP Serpent - Sunken Gelnika Cargo Room ]
  1942. [----------------------------------------------------------------------------]
  1943. [ FOUND ON FIELD MAP: QTY: (Stardust) ]
  1944. [ ]
  1945. [ Battle Square (After Highwind) Inf 8000 BP ]
  1946. 0============================================================================0
  1947.  
  1948. 0============================================================================0
  1949. [ | ]
  1950. [ 41 {VAMPIRE FANG} | Buying Value: N/A ]
  1951. [ | Selling Value: 1 ]
  1952. [ https://photos.app.goo.gl/nMlJ2gQQLASOt83D2 | ]
  1953. [_____________________________________________| ]
  1954. [ | Usable in Item Menu: NO ]
  1955. [ Menu Description: | Usable in Battle Menu: YES ]
  1956. [ _______________________________ | Sell-able in Shops: YES ]
  1957. [ | Drains HP out of one opponent | \______________________________]
  1958. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1959. [ Special 1: Absorbs 100% of Damage ]
  1960. [ Special 2: Enemy Selected First ]
  1961. [ Element: None Target: One Target Only ]
  1962. [ Hit Chance: Auto-Hit ]
  1963. [ ]
  1964. [ Item Strength: 12 Attack Type: Magical ]
  1965. [ Base Damage: 192 Attack Formula: Item Strength * 16 ]
  1966. [ Restore Type: None Random Variation: ON ]
  1967. [----------------------------------------------------------------------------]
  1968. [ STATUSES: OFF ]
  1969. [----------------------------------------------------------------------------]
  1970. [ FOUND ON ENEMIES: (Vampire Fang) ]
  1971. [ ]
  1972. [ DROP: STEAL: MORPH: ]
  1973. [ ]
  1974. [ Black Bat [8] Black Bat ]
  1975. [ Evilhead [8] ]
  1976. [ ]
  1977. [ BEST FARM LOCATION: MORPH Black Bat - Shinra Mansion Staircase ]
  1978. 0============================================================================0
  1979.  
  1980. 0============================================================================0
  1981. [ | ]
  1982. [ 42 {GHOST HAND} | Buying Value: N/A ]
  1983. [ | Selling Value: 1 ]
  1984. [ https://photos.app.goo.gl/i3fuhUW9uCWHKpww2 | ]
  1985. [_____________________________________________| ]
  1986. [ | Usable in Item Menu: NO ]
  1987. [ Menu Description: | Usable in Battle Menu: YES ]
  1988. [ _______________________________ | Sell-able in Shops: YES ]
  1989. [ | Drains MP out of one opponent | \______________________________]
  1990. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  1991. [ Special 1: Targets MP ]
  1992. [ Special 2: Absorbs 100% of Damage ]
  1993. [ Special 3: Enemy Selected First ]
  1994. [ Element: None Target: One Target Only ]
  1995. [ Hit Chance: Auto-Hit ]
  1996. [ ]
  1997. [ Item Strength: 2 Attack Type: Magical ]
  1998. [ Base Damage: 32 Attack Formula: Item Strength * 16 ]
  1999. [ Restore Type: None Random Variation: ON ]
  2000. [----------------------------------------------------------------------------]
  2001. [ STATUSES: OFF ]
  2002. [----------------------------------------------------------------------------]
  2003. [ FOUND ON ENEMIES: (Ghost Hand) ]
  2004. [ ]
  2005. [ DROP: STEAL: MORPH: ]
  2006. [ ]
  2007. [ Ghost [2] Ghost [32] Gi Spector ]
  2008. [ Sneaky Step ]
  2009. [ ]
  2010. [ BEST FARM LOCATION: STEAL Ghost - Train Graveyard (After Sewers) ]
  2011. [ ]
  2012. [ !!! ITEM IS PERMANENTLY MISSABLE !!! ]
  2013. [ (Can obtain from Battle Square before obtaining the Tiny Bronco) ]
  2014. 0============================================================================0
  2015.  
  2016. 0============================================================================0
  2017. [ | ]
  2018. [ 43 {VAGYRISK CLAW} | Buying Value: N/A ]
  2019. [ | Selling Value: 1 ]
  2020. [ https://photos.app.goo.gl/cdmBf3uqX9EPWT303 | ]
  2021. [_____________________________________________| ]
  2022. [ | Usable in Item Menu: NO ]
  2023. [ Menu Description: | Usable in Battle Menu: YES ]
  2024. [ ________________________ | Sell-able in Shops: YES ]
  2025. [ | Petrifies one opponent | \______________________________]
  2026. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2027. [ Special: Start on Enemy ]
  2028. [ Element: None Target: One Target Only ]
  2029. [ Hit Chance: Auto-Hit ]
  2030. [ ]
  2031. [ Item Strength: 0 Attack Type: Magical ]
  2032. [ Base Damage: 0 Attack Formula: No Damage ]
  2033. [ Restore Type: None Random Variation: N/A ]
  2034. [----------------------------------------------------------------------------]
  2035. [ STATUSES: ON INFLICTS Statuses Chance = 68% ]
  2036. [ ]
  2037. [ Statuses Inflicted: [Petrify] ]
  2038. [----------------------------------------------------------------------------]
  2039. [ FOUND ON ENEMIES: (Vagyrisk Claw) ]
  2040. [ ]
  2041. [ DROP: STEAL: MORPH: ]
  2042. [ ]
  2043. [ CMD.Grand Horn Lv19 [63] Bagrisk [8] ]
  2044. [ ]
  2045. [ BEST FARM LOCATION: STEAL Bagrisk - Cosmo Canyon Area Dirt (World Map) ]
  2046. [ ]
  2047. [ !!! ITEM IS PERMANENTLY MISSABLE !!! ]
  2048. [ (Must be lower than Lv 78 to fail the chances of stealing a Soft) ]
  2049. 0============================================================================0
  2050.  
  2051. 0============================================================================0
  2052. [ | ]
  2053. [ 44 {LIGHT CURTAIN} | Buying Value: N/A ]
  2054. [ | Selling Value: 1 ]
  2055. [ https://photos.app.goo.gl/gdOfveY6oNXBV3Kt2 | ]
  2056. [_____________________________________________| ]
  2057. [ | Usable in Item Menu: NO ]
  2058. [ Menu Description: | Usable in Battle Menu: YES ]
  2059. [ _____________________________________ | Sell-able in Shops: YES ]
  2060. [ | Creates [Barrier] around all allies | \______________________________]
  2061. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2062. [ Target: All Targets Only ]
  2063. [ Element: None Hit Chance: Auto-Hit ]
  2064. [ ]
  2065. [ Item Strength: 0 Attack Type: Magical ]
  2066. [ Base Damage: 0 Attack Formula: No Damage ]
  2067. [ Restore Type: None Random Variation: N/A ]
  2068. [ ]
  2069. [----------------------------------------------------------------------------]
  2070. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2071. [ ]
  2072. [ Statuses Inflicted: [Barrier] ]
  2073. [----------------------------------------------------------------------------]
  2074. [ FOUND ON ENEMIES: (LIght Curtain) ]
  2075. [ ]
  2076. [ DROP: STEAL: MORPH: ]
  2077. [ ]
  2078. [ Garuda [8] Sword Dance ]
  2079. [ Unknown [2] Corvette ]
  2080. [ ]
  2081. [ BEST FARM LOCATION: MORPH Corvette - Junon Underwater Pipe ]
  2082. 0============================================================================0
  2083.  
  2084. 0============================================================================0
  2085. [ | ]
  2086. [ 45 {LUNAR CURTAIN} | Buying Value: N/A ]
  2087. [ | Selling Value: 1 ]
  2088. [ https://photos.app.goo.gl/5ZqYtZ0I7iHYR3di2 | ]
  2089. [_____________________________________________| ]
  2090. [ | Usable in Item Menu: NO ]
  2091. [ Menu Description: | Usable in Battle Menu: YES ]
  2092. [ ______________________________________ | Sell-able in Shops: YES ]
  2093. [ | Creates [MBarrier] around all allies | \______________________________]
  2094. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2095. [ Target: All Targets Only ]
  2096. [ Element: None Hit Chance: Auto-Hit ]
  2097. [ ]
  2098. [ Item Strength: 0 Attack Type: Magical ]
  2099. [ Base Damage: 0 Attack Formula: No Damage ]
  2100. [ Restore Type: None Random Variation: N/A ]
  2101. [----------------------------------------------------------------------------]
  2102. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2103. [ ]
  2104. [ Statuses Inflicted: [MBarrier] ]
  2105. [----------------------------------------------------------------------------]
  2106. [ FOUND ON ENEMIES: (Lunar Curtain) ]
  2107. [ ]
  2108. [ DROP: STEAL: MORPH: ]
  2109. [ ]
  2110. [ Foulander [8] ]
  2111. [ Unknown 2 [2] ]
  2112. [ ]
  2113. [ BEST FARM LOCATION: DROP Foulander - Da-chao Statue 2nd Screen ]
  2114. 0============================================================================0
  2115.  
  2116. 0============================================================================0
  2117. [ | ]
  2118. [ 46 {MIRROR} | Buying Value: N/A ]
  2119. [ | Selling Value: 1 ]
  2120. [ https://photos.app.goo.gl/HwYYgRdIrLfEkj9s1 | ]
  2121. [_____________________________________________| ]
  2122. [ | Usable in Item Menu: NO ]
  2123. [ Menu Description: | Usable in Battle Menu: YES ]
  2124. [ ______________________________ | Sell-able in Shops: YES ]
  2125. [ | Uses "Reflect" on all allies | \______________________________]
  2126. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2127. [ Target: All Targets Only ]
  2128. [ Element: None Hit Chance: Auto-Hit ]
  2129. [ ]
  2130. [ Item Strength: 0 Attack Type: Magical ]
  2131. [ Base Damage: 0 Attack Formula: No Damage ]
  2132. [ Restore Type: None Random Variation: N/A ]
  2133. [----------------------------------------------------------------------------]
  2134. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2135. [ ]
  2136. [ Statuses Inflicted: [Reflect] ]
  2137. [----------------------------------------------------------------------------]
  2138. [ FOUND ON ENEMY: (Mirror) ]
  2139. [ ]
  2140. [ DROP Mirage [8] - Shinra Mansion 2nd Floor Eastern Wing ]
  2141. 0============================================================================0
  2142.  
  2143. 0============================================================================0
  2144. [ | ]
  2145. [ 47 {HOLY TORCH} | Buying Value: N/A ]
  2146. [ | Selling Value: 1 ]
  2147. [ https://photos.app.goo.gl/PA8gPPNq8vlY9xJl1 | ]
  2148. [_____________________________________________| ]
  2149. [ | Usable in Item Menu: NO ]
  2150. [ Menu Description: | Usable in Battle Menu: YES ]
  2151. [ _________________________________ | Sell-able in Shops: YES ]
  2152. [ | Uses "DeSpell" on all opponents | \______________________________]
  2153. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2154. [ Special: Start on Enemy ]
  2155. [ Element: None Target: All Targets Only ]
  2156. [ Hit Chance: Auto-Hit ]
  2157. [ ]
  2158. [ Item Strength: 0 Attack Type: Magical ]
  2159. [ Base Damage: 0 Attack Formula: No Damage ]
  2160. [ Restore Type: Status Random Variation: N/A ]
  2161. [----------------------------------------------------------------------------]
  2162. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  2163. [ ]
  2164. [ Statuses Removed: [Haste] [Slow] [Stop] [Mini] [Regen] [Barrier] ]
  2165. [ [MBarrier] [Reflect] [Shield] ]
  2166. [----------------------------------------------------------------------------]
  2167. [ SPECIAL ATTRIBUTES: ]
  2168. [ ]
  2169. [ Contrary to the menu description, a Holy Torch does not actually cast ]
  2170. [ DeSpell: ]
  2171. [ ]
  2172. [ Holy Torch DOES cure Mini (DeSpell doesn't) ]
  2173. [ DeSpell DOES cure Death Force and Resist (Holy Torch doesn't) ]
  2174. [----------------------------------------------------------------------------]
  2175. [ FOUND ON ENEMIES: (Holy Torch) ]
  2176. [ ]
  2177. [ DROP: STEAL: MORPH: ]
  2178. [ ]
  2179. [ Unknown 3 [2] Stilva ]
  2180. [ Evilhead ]
  2181. [ ]
  2182. [ BEST FARM LOCATION: MORPH Evilhead - Gaea's Cliffs "Hanging Icicles" ]
  2183. [ ]
  2184. [ If you missed the Holy Torch in Gaea's Cliffs, then morph the Stilva in ]
  2185. [ the Battle Square instead (it's easier than the Unknown 3 drop). ]
  2186. 0============================================================================0
  2187.  
  2188. 0============================================================================0
  2189. [ | ]
  2190. [ 48 {BIRD WING} | Buying Value: N/A ]
  2191. [ | Selling Value: 1 ]
  2192. [ https://photos.app.goo.gl/5FxPVbpXBNst20fR2 | ]
  2193. [_____________________________________________| ]
  2194. [ | Usable in Item Menu: NO ]
  2195. [ Menu Description: | Usable in Battle Menu: YES ]
  2196. [ _________________________________ | Sell-able in Shops: YES ]
  2197. [ | Uses whirlwind on all opponents | \______________________________]
  2198. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2199. [ Special: Start on Enemy ]
  2200. [ Element: Wind Target: All Targets Only ]
  2201. [ Hit Chance: Auto-Hit ]
  2202. [ ]
  2203. [ Item Strength: 65 Attack Type: Magical ]
  2204. [ Base Damage: 1040 Attack Formula: Item Strength * 16 ]
  2205. [ Restore Type: None Random Variation: ON ]
  2206. [----------------------------------------------------------------------------]
  2207. [ STATUSES: OFF ]
  2208. [----------------------------------------------------------------------------]
  2209. [ FOUND ON ENEMIES: (Bird Wing) ]
  2210. [ ]
  2211. [ DROP: STEAL: MORPH: ]
  2212. [ ]
  2213. [ Zuu [8] Zuu [32] Zuu ]
  2214. [ Tonadu [63] Tonadu [63] ]
  2215. [ ]
  2216. [ BEST FARM LOCATION: STEAL Tonadu - Woodlands Area Beach (World Map) ]
  2217. [----------------------------------------------------------------------------]
  2218. [ FOUND ON FIELD MAP: QTY: (Bird Wing) ]
  2219. [ ]
  2220. [ Battle Square (After Tiny Bronco) Inf 1600 BP ]
  2221. 0============================================================================0
  2222.  
  2223. 0============================================================================0
  2224. [ | ]
  2225. [ 49 {DRAGON SCALES} | Buying Value: N/A ]
  2226. [ | Selling Value: 1 ]
  2227. [ https://photos.app.goo.gl/1wxzHRteTj3Gk1kA2 | ]
  2228. [_____________________________________________| ]
  2229. [ | Usable in Item Menu: NO ]
  2230. [ Menu Description: | Usable in Battle Menu: YES ]
  2231. [ _______________________________ | Sell-able in Shops: YES ]
  2232. [ | Water damage on all opponents | \______________________________]
  2233. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2234. [ Special: Start on Enemy ]
  2235. [ Element: Water Target: All Targets Only ]
  2236. [ Hit Chance: Auto-Hit ]
  2237. [ ]
  2238. [ Item Strength: 230 Attack Type: Magical ]
  2239. [ Base Damage: 3680 Attack Formula: Item Strength * 16 ]
  2240. [ Restore Type: None Random Variation: ON ]
  2241. [----------------------------------------------------------------------------]
  2242. [ STATUSES: OFF ]
  2243. [----------------------------------------------------------------------------]
  2244. [ FOUND ON ENEMIES: (Dragon Scales) ]
  2245. [ ]
  2246. [ DROP: STEAL: MORPH: ]
  2247. [ ]
  2248. [ Adamantaimai [8] Sea Worm [32] Sea Worm ]
  2249. [ Serpent [8] ]
  2250. [ ]
  2251. [ BEST FARM LOCATION: STEAL Sea Worm - Mideel Area Beach (World Map) ]
  2252. [----------------------------------------------------------------------------]
  2253. [ FOUND ON FIELD MAP: QTY: (Dragon Scales) ]
  2254. [ ]
  2255. [ Wonder Square 2nd Floor (Torpedo Attack Lv4) 1 ]
  2256. 0============================================================================0
  2257.  
  2258. 0============================================================================0
  2259. [ | ]
  2260. [ 50 {IMPALER} | Buying Value: 500 ]
  2261. [ | Selling Value: 250 ]
  2262. [ https://photos.app.goo.gl/4q28eRqnfI4nsBXm2 | ]
  2263. [_____________________________________________| ]
  2264. [ | Usable in Item Menu: NO ]
  2265. [ Menu Description: | Usable in Battle Menu: YES ]
  2266. [ __________________________________ | Sell-able in Shops: YES ]
  2267. [ | Changes one opponent into a frog | \______________________________]
  2268. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2269. [ Special: Start on Enemy ]
  2270. [ Element: None Target: One Target Only ]
  2271. [ Hit Chance: Auto-Hit ]
  2272. [ ]
  2273. [ Item Strength: 0 Attack Type: Magical ]
  2274. [ Base Damage: 0 Attack Formula: No Damage ]
  2275. [ Restore Type: None Random Variation: N/A ]
  2276. [----------------------------------------------------------------------------]
  2277. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2278. [ ]
  2279. [ Statuses Inflicted: [Frog] ]
  2280. [----------------------------------------------------------------------------]
  2281. [ FOUND ON ENEMIES: (Impaler) ]
  2282. [ ]
  2283. [ DROP: STEAL: MORPH: ]
  2284. [ ]
  2285. [ Toxic Frog [8] Touch Me [32] ]
  2286. [ Toxic Frog [32] ]
  2287. [ ]
  2288. [ BEST FARM LOCATION: STEAL Touch Me - Gongaga Area Jungle (World Map) ]
  2289. [----------------------------------------------------------------------------]
  2290. [ FOUND IN SHOP: [500 gil] (Impaler) ]
  2291. [ ]
  2292. [ Gongaga Weapon Shop ]
  2293. 0============================================================================0
  2294.  
  2295. 0============================================================================0
  2296. [ | ]
  2297. [ 51 {SHRIVEL} | Buying Value: 500 ]
  2298. [ | Selling Value: 250 ]
  2299. [ https://photos.app.goo.gl/kCLN0wP242VfYA9E3 | ]
  2300. [_____________________________________________| ]
  2301. [ | Usable in Item Menu: NO ]
  2302. [ Menu Description: | Usable in Battle Menu: YES ]
  2303. [ _____________________________ | Sell-able in Shops: YES ]
  2304. [ | Uses "Mini" on one opponent | \______________________________]
  2305. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2306. [ Special: Start on Enemy ]
  2307. [ Element: None Target: One Target Only ]
  2308. [ Hit Chance: Auto-Hit ]
  2309. [ ]
  2310. [ Item Strength: 0 Attack Type: Magical ]
  2311. [ Base Damage: 0 Attack Formula: No Damage ]
  2312. [ Restore Type: None Random Variation: N/A ]
  2313. [----------------------------------------------------------------------------]
  2314. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2315. [ ]
  2316. [ Statuses Inflicted: [Mini] ]
  2317. [----------------------------------------------------------------------------]
  2318. [ FOUND ON ENEMIES: (Shrivel) ]
  2319. [ ]
  2320. [ DROP: STEAL: MORPH: ]
  2321. [ ]
  2322. [ Grimguard [8] Grimguard [32] ]
  2323. [ Gremlin [8] ]
  2324. [ ]
  2325. [ BEST FARM LOCATION: STEAL Grimguard - Corral Valley Upper Cavern ]
  2326. [----------------------------------------------------------------------------]
  2327. [ FOUND IN SHOP: [500 gil] (Shrivel) ]
  2328. [ ]
  2329. [ Gongaga Weapon Shop ]
  2330. 0============================================================================0
  2331.  
  2332. 0============================================================================0
  2333. [ | ]
  2334. [ 52 {EYE DROP} | Buying Value: 50 ]
  2335. [ | Selling Value: 25 ]
  2336. [ https://photos.app.goo.gl/2N9HmEhI4M3InJNB2 | ]
  2337. [_____________________________________________| ]
  2338. [ | Usable in Item Menu: NO ]
  2339. [ Menu Description: | Usable in Battle Menu: YES ]
  2340. [ __________________ | Sell-able in Shops: YES ]
  2341. [ | Cures [Darkness] | \______________________________]
  2342. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2343. [ Target: One Target Only ]
  2344. [ Element: None Hit Chance: Auto-Hit ]
  2345. [ ]
  2346. [ Item Strength: 0 Attack Type: Magical ]
  2347. [ Base Damage: 0 Attack Formula: No Damage ]
  2348. [ Restore Type: None Random Variation: N/A ]
  2349. [----------------------------------------------------------------------------]
  2350. [ STATUSES: ON REMOVES Statuses Chance = 100% ]
  2351. [ ]
  2352. [ Statuses Removed: [Darkness] ]
  2353. [----------------------------------------------------------------------------]
  2354. [ FOUND ON ENEMIES: (Eye Drop) ]
  2355. [ ]
  2356. [ DROP: STEAL: MORPH: ]
  2357. [ ]
  2358. [ Marine [63] Blugu [32] ]
  2359. [ Battery Cap [8] Blood Taste [32] ]
  2360. [ Allemagne [63] Allemagne [32] ]
  2361. [ ]
  2362. [ BEST FARM LOCATION: DROP Allemagne - North Crater Swamp Area ]
  2363. [----------------------------------------------------------------------------]
  2364. [ FOUND IN SHOPS: [50 gil] (Eye Drop) ]
  2365. [ ]
  2366. [ Wall Market Item Shop ]
  2367. [ Shinra Building Item Shop ]
  2368. [ Kalm Item Shop ]
  2369. [ Junon Item Shop (Disc 1) ]
  2370. [ Costa Del Sol Item Shop (Disc 1) ]
  2371. 0============================================================================0
  2372.  
  2373. 0============================================================================0
  2374. [ | ]
  2375. [ 53 {MOLOTOV} | Buying Value: 400 ]
  2376. [ | Selling Value: 200 ]
  2377. [ https://photos.app.goo.gl/nOt8JEwwCW7BqVDV2 | ]
  2378. [_____________________________________________| ]
  2379. [ | Usable in Item Menu: NO ]
  2380. [ Menu Description: | Usable in Battle Menu: YES ]
  2381. [ _____________________________ | Sell-able in Shops: YES ]
  2382. [ | Fire damage on one opponent | \______________________________]
  2383. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2384. [ Special: Start on Enemy ]
  2385. [ Element: Fire Target: One Target Only ]
  2386. [ Hit Chance: Auto-Hit ]
  2387. [ ]
  2388. [ Item Strength: 25 Attack Type: Physical ]
  2389. [ Base Damage: 400 Attack Formula: Item Strength * 16 ]
  2390. [ Restore Type: None Random Variation: ON ]
  2391. [----------------------------------------------------------------------------]
  2392. [ STATUSES: OFF ]
  2393. [----------------------------------------------------------------------------]
  2394. [ FOUND ON ENEMIES: (Molotov) ]
  2395. [ ]
  2396. [ DROP: STEAL: MORPH: ]
  2397. [ ]
  2398. [ Guard System [2] ]
  2399. [ Hard Attacker [8] ]
  2400. [ ]
  2401. [ BEST FARM LOCATION: DROP Guard System - Junon Paths to Reactor ]
  2402. [----------------------------------------------------------------------------]
  2403. [ FOUND IN SHOPS: [400 gil] (Molotov) ]
  2404. [ ]
  2405. [ Costa Del Sol Weapon Shop (Disc 1) ]
  2406. [ Corel Weapon Shop ]
  2407. [ Gongaga Weapon Shop ]
  2408. 0============================================================================0
  2409.  
  2410. 0============================================================================0
  2411. [ | ]
  2412. [ 54 {S-MINE} | Buying Value: 1000 ]
  2413. [ | Selling Value: 500 ]
  2414. [ https://photos.app.goo.gl/X6Dki7TjV8Yv87wD2 | ]
  2415. [_____________________________________________| ]
  2416. [ | Usable in Item Menu: NO ]
  2417. [ Menu Description: | Usable in Battle Menu: YES ]
  2418. [ __________________________________ | Sell-able in Shops: YES ]
  2419. [ | Explosive damage on one opponent | \______________________________]
  2420. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2421. [ Special: Start on Enemy ]
  2422. [ Element: Shoot Target: One Target Only ]
  2423. [ Hit Chance: Auto-Hit ]
  2424. [ ]
  2425. [ Item Strength: 100 Attack Type: Physical ]
  2426. [ Base Damage: 1600 Attack Formula: Item Strength * 16 ]
  2427. [ Restore Type: None Random Variation: On ]
  2428. [----------------------------------------------------------------------------]
  2429. [ STATUSES: OFF ]
  2430. [----------------------------------------------------------------------------]
  2431. [ FOUND ON ENEMIES: (S-Mine) ]
  2432. [ ]
  2433. [ DROP: STEAL: MORPH: ]
  2434. [ ]
  2435. [ Submarine Crew [8] Attack Squad [8] ]
  2436. [ Captain [8] ]
  2437. [ Gun Carrier [8] ]
  2438. [ ]
  2439. [ BEST FARM LOCATION: NONE! (No area is re-visitable) ]
  2440. [----------------------------------------------------------------------------]
  2441. [ FOUND ON FIELD MAP: QTY: (S-Mine) ]
  2442. [ ]
  2443. [ Battle Square (After Tiny Bronco) Inf 3200 BP ]
  2444. [----------------------------------------------------------------------------]
  2445. [ FOUND IN SHOPS: [1000 gil] (S-Mine) ]
  2446. [ ]
  2447. [ Fort Condor Item Shop (Disc 2/3) ]
  2448. [ Costa Del Sol Weapon Shop (Disc 2/3) ]
  2449. [ Rocket Town Weapon Shop (Disc 2/3) ]
  2450. 0============================================================================0
  2451.  
  2452. 0============================================================================0
  2453. [ | ]
  2454. [ 55 {8-INCH CANNON} | Buying Value: N/A ]
  2455. [ | Selling Value: 1 ]
  2456. [ https://photos.app.goo.gl/w9DJC7201E5HGXeH2 | ]
  2457. [_____________________________________________| ]
  2458. [ | Usable in Item Menu: NO ]
  2459. [ Menu Description: | Usable in Battle Menu: YES ]
  2460. [ _______________________________________ | Sell-able in Shops: YES ]
  2461. [ | Explosive damage against one opponent | \______________________________]
  2462. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2463. [ Special: Start on Enemy ]
  2464. [ Element: Shoot Target: One Target Only ]
  2465. [ Hit Chance: Auto-Hit ]
  2466. [ ]
  2467. [ Item Strength: 200 Attack Type: Physical ]
  2468. [ Base Damage: 3200 Attack Formula: Item Strength * 16 ]
  2469. [ Restore Type: None Random Variation: ON ]
  2470. [----------------------------------------------------------------------------]
  2471. [ STATUSES: OFF ]
  2472. [----------------------------------------------------------------------------]
  2473. [ FOUND ON ENEMIES: (8-Inch Cannon) ]
  2474. [ ]
  2475. [ DROP: STEAL: MORPH: ]
  2476. [ ]
  2477. [ Cromwell [2] Attack Squad [8] ]
  2478. [ Grosspanzer-Big [63] Submarine Crew [8] ]
  2479. [ ]
  2480. [ BEST FARM LOCATION: NONE! (no area is re-visitable) ]
  2481. [ ]
  2482. [ !!! ITEM IS PERMANENTLY MISSABLE !!! ]
  2483. [ (Make sure to encounter the Grosspanzer-Big at the foot ]
  2484. [ of the Mako Cannon on Disc 2 during the raid on Midgar) ]
  2485. 0============================================================================0
  2486.  
  2487. 0============================================================================0
  2488. [ | ]
  2489. [ 56 {GRAVIBALL} | Buying Value: N/A ]
  2490. [ | Selling Value: 1 ]
  2491. [ https://photos.app.goo.gl/1J5kXztbRLQGThMH2 | ]
  2492. [_____________________________________________| ]
  2493. [ | Usable in Item Menu: NO ]
  2494. [ Menu Description: | Usable in Battle Menu: YES ]
  2495. [ __________________________________ | Sell-able in Shops: YES ]
  2496. [ | Uses "Demi" against one opponent | \______________________________]
  2497. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2498. [ Special: Start on Enemy ]
  2499. [ Element: Gravity Target: One Target Only ]
  2500. [ Hit Chance: 100% ]
  2501. [ ]
  2502. [ Item Strength: 8 Attack Type: Magical ]
  2503. [ Base Damage: 25% Attack Formula: HP * (Item Strength / 32) ]
  2504. [ Restore Type: None Random Variation: OFF ]
  2505. [----------------------------------------------------------------------------]
  2506. [ STATUSES: OFF ]
  2507. [----------------------------------------------------------------------------]
  2508. [ FOUND ON ENEMIES: (Graviball) ]
  2509. [ ]
  2510. [ DROP: STEAL: MORPH: ]
  2511. [ ]
  2512. [ Deenglow [8] Shadow Maker [63] ]
  2513. [ ]
  2514. [ BEST FARM LOCATION: NONE! (no area is re-visitable) ]
  2515. [ ]
  2516. [ !!! ITEM IS PERMANENTLY MISSABLE !!! ]
  2517. [ (Make sure to steal from the Shadow Maker in Sector 8 ]
  2518. [ Winding Tunnels on Disc 2 during the raid on Midgar) ]
  2519. 0============================================================================0
  2520.  
  2521. 0============================================================================0
  2522. [ | ]
  2523. [ 57 {T/S BOMB} | Buying Value: N/A ]
  2524. [ | Selling Value: 1 ]
  2525. [ https://photos.app.goo.gl/6xUevPldpJwr0JDx1 | ]
  2526. [_____________________________________________| ]
  2527. [ | Usable in Item Menu: NO ]
  2528. [ Menu Description: | Usable in Battle Menu: YES ]
  2529. [ ___________________________________ | Sell-able in Shops: YES ]
  2530. [ | Uses "Demi2" against one opponent | \______________________________]
  2531. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2532. [ Special: Start on Enemy ]
  2533. [ Element: Gravity Target: One Target Only ]
  2534. [ Hit Chance: 100% ]
  2535. [ ]
  2536. [ Item Strength: 16 Attack Type: Magical ]
  2537. [ Base Damage: 50% Attack Formula: HP * (Item Strength / 32) ]
  2538. [ Restore Type: None Random Variation: OFF ]
  2539. [----------------------------------------------------------------------------]
  2540. [ STATUSES: OFF ]
  2541. [----------------------------------------------------------------------------]
  2542. [ FOUND ON ENEMIES: (T/S Bomb) ]
  2543. [ ]
  2544. [ DROP: STEAL: MORPH: ]
  2545. [ ]
  2546. [ Flapbeat [8] Flapbeat [32] Flapbeat ]
  2547. [ ]
  2548. [ BEST FARM LOCATION: STEAL Flapbeat - Gold Saucer Area Grass (World Map) ]
  2549. [----------------------------------------------------------------------------]
  2550. [ FOUND ON FIELD MAP: QTY: (T/S Bomb) ]
  2551. [ ]
  2552. [ Wonder Square 2nd Floor (Torpedo Attack Lv2) 1 ]
  2553. 0============================================================================0
  2554.  
  2555. 0============================================================================0
  2556. [ | ]
  2557. [ 58 {INK} | Buying Value: N/A ]
  2558. [ | Selling Value: 1 ]
  2559. [ https://photos.app.goo.gl/6irq631PRlKfAeYp1 | ]
  2560. [_____________________________________________| ]
  2561. [ | Usable in Item Menu: NO ]
  2562. [ Menu Description: | Usable in Battle Menu: YES ]
  2563. [ ______________________________________ | Sell-able in Shops: YES ]
  2564. [ | Uses [Darkness] against one opponent | \______________________________]
  2565. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2566. [ Special: Start on Enemy ]
  2567. [ Element: None Target: One Target Only ]
  2568. [ Hit Chance: Auto-Hit ]
  2569. [ ]
  2570. [ Item Strength: 0 Attack Type: Magical ]
  2571. [ Base Damage: 0 Attack Formula: No Damage ]
  2572. [ Restore Type: None Random Variation: N/A ]
  2573. [----------------------------------------------------------------------------]
  2574. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2575. [ ]
  2576. [ Statuses Inflicted: [Darkness] ]
  2577. [----------------------------------------------------------------------------]
  2578. [ SPECIAL ATTRIBUTES: ]
  2579. [ ]
  2580. [ Darkness only affects Attack, Morph, D.blow, Mug, Slash-All, Flash, 2xCut ]
  2581. [ and 4xCut. Since enemies cannot use any of these Commands, inflicting ]
  2582. [ Darkness on an enemy is pointless, which makes Ink an obsolete item. ]
  2583. [----------------------------------------------------------------------------]
  2584. [ FOUND ON ENEMY: (Ink) ]
  2585. [ ]
  2586. [ STEAL Bad Rap [8] - Sunken Gelnika Corridor ]
  2587. [----------------------------------------------------------------------------]
  2588. [ FOUND ON FIELD MAP: QTY: (Ink) ]
  2589. [ ]
  2590. [ Wonder Square 2nd Floor (Torpedo Attack Lv1) 1 ]
  2591. 0============================================================================0
  2592.  
  2593. 0============================================================================0
  2594. [ | ]
  2595. [ 59 {DAZERS} | Buying Value: N/A ]
  2596. [ | Selling Value: 1 ]
  2597. [ https://photos.app.goo.gl/oCNcEkxWZuRZyGgc2 | ]
  2598. [_____________________________________________| ]
  2599. [ | Usable in Item Menu: NO ]
  2600. [ Menu Description: | Usable in Battle Menu: YES ]
  2601. [ ________________________ | Sell-able in Shops: YES ]
  2602. [ | Paralyzes one opponent | \______________________________]
  2603. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2604. [ Special: Start on Enemy ]
  2605. [ Element: None Target: One Target Only ]
  2606. [ Hit Chance: Auto-Hit ]
  2607. [ ]
  2608. [ Item Strength: 0 Attack Type: Magical ]
  2609. [ Base Damage: 0 Attack Formula: No Damage ]
  2610. [ Restore Type: None Random Variation: N/A ]
  2611. [----------------------------------------------------------------------------]
  2612. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2613. [ ]
  2614. [ Statuses Inflicted: [Paralyse] ]
  2615. [----------------------------------------------------------------------------]
  2616. [ FOUND ON ENEMIES: (Dazers) ]
  2617. [ ]
  2618. [ DROP: STEAL: MORPH: ]
  2619. [ ]
  2620. [ Boundfat [8] Battery Cap [32] Boundfat ]
  2621. [ Bad Rap [8] Boundfat [32] ]
  2622. [ ]
  2623. [ BEST FARM LOCATION: STEAL Battery Cap - Nibel Area Forests (World Map) ]
  2624. 0============================================================================0
  2625.  
  2626. 0============================================================================0
  2627. [ | ]
  2628. [ 60 {DRAGON FANG} | Buying Value: N/A ]
  2629. [ | Selling Value: 1 ]
  2630. [ https://photos.app.goo.gl/KUjoDxfkbSRXwxqq1 | ]
  2631. [_____________________________________________| ]
  2632. [ | Usable in Item Menu: NO ]
  2633. [ Menu Description: | Usable in Battle Menu: YES ]
  2634. [ _________________________________________ | Sell-able in Shops: YES ]
  2635. [ | Lightning damages against all opponents | \______________________________]
  2636. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2637. [ Special: Start on Enemy ]
  2638. [ Element: Lightning Target: All Targets Only ]
  2639. [ Hit Chance: Auto-Hit ]
  2640. [ ]
  2641. [ Item Strength: 150 Attack Type: Magical ]
  2642. [ Base Damage: 2400 Attack Formula: Item Strength * 16 ]
  2643. [ Restore Type: None Random Variation: ON ]
  2644. [----------------------------------------------------------------------------]
  2645. [ STATUSES: OFF ]
  2646. [----------------------------------------------------------------------------]
  2647. [ FOUND ON ENEMY: (Dragon Fang) ]
  2648. [ ]
  2649. [ DROP Schizo (Left) [63] - Gaea's Cliffs Upper-most Cavern ]
  2650. [----------------------------------------------------------------------------]
  2651. [ FOUND ON FIELD MAP: QTY: (Dragon Fang) ]
  2652. [ ]
  2653. [ Wonder Square 2nd Flor (Torpedo Attack Lv3) 1 ]
  2654. 0============================================================================0
  2655.  
  2656. 0============================================================================0
  2657. [ | ]
  2658. [ 61 {CAULDRON} | Buying Value: N/A ]
  2659. [ Misspelt as {CALDRON} | Selling Value: 1 ]
  2660. [ | ]
  2661. [ https://photos.app.goo.gl/dfAbUtWMOVUAtlnv2 | ]
  2662. [_____________________________________________| ]
  2663. [ | Usable in Item Menu: NO ]
  2664. [ Menu Description: | Usable in Battle Menu: YES ]
  2665. [ _____________________________________ | Sell-able in Shops: YES ]
  2666. [ | Uses [Poison/Confu/Sleepel/Silence/ | \______________________________]
  2667. [ | Small/Frog] | ]
  2668. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ Special: Start on Enemy ]
  2669. [ Element: None Target: One Target Only ]
  2670. [ Hit Chance: Auto-Hit ]
  2671. [ ]
  2672. [ Item Strength: 0 Attack Type: Magical ]
  2673. [ Base Damage: 0 Attack Formula: No Damage ]
  2674. [ Restore Type: None Random Variation: N/A ]
  2675. [----------------------------------------------------------------------------]
  2676. [ STATUSES: ON INFLICTS Statuses Chance = 100% ]
  2677. [ ]
  2678. [ Statuses Inflicted: [Sleep] [Poison] [Confusion] [Silence] [Frog] [Mini] ]
  2679. [----------------------------------------------------------------------------]
  2680. [ FOUND ON ENEMIES: (Cauldron) ]
  2681. [ ]
  2682. [ DROP: STEAL: MORPH: ]
  2683. [ ]
  2684. [ Dragon Zombie [8] Dragon Zombie [32] ]
  2685. [ ]
  2686. [ BEST FARM LOCATION: STEAL Dragon Zombie - North Crater Right Path ]
  2687. [----------------------------------------------------------------------------]
  2688. [ FOUND ON FIELD MAP: QTY: (Cauldron) ]
  2689. [ ]
  2690. [ Wonder Square 2nd Floor (Torpedo Attack Lv5) 1 ]
  2691. 0============================================================================0
  2692.  
  2693. 0============================================================================0
  2694. [ | ]
  2695. [ 62 {SYLKIS GREENS} | Buying Value: 5000 ]
  2696. [ | Selling Value: 2500 ]
  2697. [ https://photos.app.goo.gl/KbRJrnj8KlfHUC8Q2 | ]
  2698. [_____________________________________________| ]
  2699. [ | Usable in Item Menu: NO ]
  2700. [ Menu Description: | Usable in Battle Menu: YES ]
  2701. [ ____________________________ | Sell-able in Shops: YES ]
  2702. [ | When you want a Chocobo... | \______________________________]
  2703. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2704. [ Special: Start on Enemy ]
  2705. [ Element: Restorative Target: One Target Only ]
  2706. [ Hit Chance: 100% ]
  2707. [ ]
  2708. [ Item Strength: 5 Attack Type: Magical ]
  2709. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2710. [ Restore Type: None Random Variation: OFF ]
  2711. [----------------------------------------------------------------------------]
  2712. [ STATUSES: OFF ]
  2713. [----------------------------------------------------------------------------]
  2714. [ SPECIAL ATTRIBUTES: ]
  2715. [ ]
  2716. [ Occupies Chocobo for 1 turn, enables the use of Chocobuckle. ]
  2717. [ ]
  2718. [ FEEDING: ]
  2719. [ Dash + 10% ]
  2720. [ Run + 10% ]
  2721. [ Stam + 2% ]
  2722. [ Intl + 1-4 ]
  2723. [ Coop + 4 ]
  2724. [----------------------------------------------------------------------------]
  2725. [ FOUND IN SHOP: [5000 gil] (Sylkis Greens) ]
  2726. [ ]
  2727. [ Chocobo Sage general Store ]
  2728. 0============================================================================0
  2729.  
  2730. 0============================================================================0
  2731. [ | ]
  2732. [ 63 {REAGAN GREENS} | Buying Value: 3000 ]
  2733. [ Misspelt as {REGAN GREENS} | Selling Value: 1500 ]
  2734. [ | ]
  2735. [ https://photos.app.goo.gl/aIngUOmrbUErddc13 | ]
  2736. [_____________________________________________| ]
  2737. [ | Usable in Item Menu: NO ]
  2738. [ Menu Description: | Usable in Battle Menu: YES ]
  2739. [ ____________________________ | Sell-able in Shops: YES ]
  2740. [ | When you want a Chocobo... | \______________________________]
  2741. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2742. [ Special: Start on Enemy ]
  2743. [ Element: Restorative Target: One Target Only ]
  2744. [ Hit Chance: 100% ]
  2745. [ ]
  2746. [ Item Strength: 5 Attack Type: Magical ]
  2747. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2748. [ Restore Type: None Random Variation: OFF ]
  2749. [----------------------------------------------------------------------------]
  2750. [ STATUSES: OFF ]
  2751. [----------------------------------------------------------------------------]
  2752. [ SPECIAL ATTRIBUTES: ]
  2753. [ ]
  2754. [ Occupies Chocobo for 8 turns, Reduces Chocobo's run chance by 87.5%. ]
  2755. [ ]
  2756. [ FEEDING: ]
  2757. [ Dash + 5% ]
  2758. [ Run + 5% ]
  2759. [ Stam + 1% ]
  2760. [ Coop + 3 ]
  2761. [----------------------------------------------------------------------------]
  2762. [ FOUND ON FIELD MAPS: QTY: (Reagan Greens) ]
  2763. [ ]
  2764. [ Battle Square (After Highwind) Inf 2000 BP ]
  2765. [----------------------------------------------------------------------------]
  2766. [ FOUND IN SHOP: [3000 gil] (Reagan Greens) ]
  2767. [ ]
  2768. [ Chocobo Sage general Store ]
  2769. 0============================================================================0
  2770.  
  2771. 0============================================================================0
  2772. [ | ]
  2773. [ 64 {MIMETT GREENS} | Buying Value: 1500 ]
  2774. [ Misspelt as {MEMMET GREENS} {MEMIT GREENS} | Selling Value: 750 ]
  2775. [ {SAMOLEN GREENS} | ]
  2776. [ | ]
  2777. [ https://photos.app.goo.gl/XO23a3pYE3qvMHHq1 | ]
  2778. [_____________________________________________| ]
  2779. [ | Usable in Item Menu: NO ]
  2780. [ Menu Description: | Usable in Battle Menu: YES ]
  2781. [ ____________________________ | Sell-able in Shops: YES ]
  2782. [ | When you want a Chocobo... | \______________________________]
  2783. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2784. [ Special: Start on Enemy ]
  2785. [ Element: Restorative Target: One Target Only ]
  2786. [ Hit Chance: 100% ]
  2787. [ ]
  2788. [ Item Strength: 5 Attack Type: Magical ]
  2789. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2790. [ Restore Type: None Random Variation: OFF ]
  2791. [----------------------------------------------------------------------------]
  2792. [ STATUSES: OFF ]
  2793. [----------------------------------------------------------------------------]
  2794. [ SPECIAL ATTRIBUTES: ]
  2795. [ ]
  2796. [ Occupies Chocobo for 1 turn, enables the use of Chocobuckle. ]
  2797. [ ]
  2798. [ FEEDING: ]
  2799. [ Dash + 1-16 ]
  2800. [ Run + 0-3 ]
  2801. [ Stam + 3-10 ]
  2802. [ Accl + 0-1 ]
  2803. [ Coop + 2 ]
  2804. [----------------------------------------------------------------------------]
  2805. [ FOUND ON FIELD MAPS: QTY: (Mimett Greens) ]
  2806. [ ]
  2807. [ Battle Square (Before Tiny Bronco) Inf 1280 BP ]
  2808. [ Battle Square (After Tiny Bronco) Inf 400 BP ]
  2809. [----------------------------------------------------------------------------]
  2810. [ FOUND IN SHOPS: [1500 gil] (Mimett Greens) ]
  2811. [ ]
  2812. [ Chocobo Ranch Shop (Disc 1) ]
  2813. [ Chocobo Ranch Shop (Disc 2/3) ]
  2814. 0============================================================================0
  2815.  
  2816. 0============================================================================0
  2817. [ | ]
  2818. [ 65 {CURIEL GREENS} | Buying Value: 1000 ]
  2819. [ Misspelt as {KURIE GREENS} | Selling Value: 500 ]
  2820. [ | ]
  2821. [ https://photos.app.goo.gl/AbB7Uox3dmYUpT1l1 | ]
  2822. [_____________________________________________| ]
  2823. [ | Usable in Item Menu: NO ]
  2824. [ Menu Description: | Usable in Battle Menu: YES ]
  2825. [ ____________________________ | Sell-able in Shops: YES ]
  2826. [ | When you want a Chocobo... | \______________________________]
  2827. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2828. [ Special: Start on Enemy ]
  2829. [ Element: Restorative Target: One Target Only ]
  2830. [ Hit Chance: 100% ]
  2831. [ ]
  2832. [ Item Strength: 5 Attack Type: Magical ]
  2833. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2834. [ Restore Type: None Random Variation: OFF ]
  2835. [----------------------------------------------------------------------------]
  2836. [ STATUSES: OFF ]
  2837. [----------------------------------------------------------------------------]
  2838. [ SPECIAL ATTRIBUTES: ]
  2839. [ ]
  2840. [ Occupies Chocobo for 5 turns. ]
  2841. [ ]
  2842. [ FEEDING: ]
  2843. [ Dash + 0-3 ]
  2844. [ Run + 0-3 ]
  2845. [ Stam + 3-10 ]
  2846. [ Coop + 2 ]
  2847. [----------------------------------------------------------------------------]
  2848. [ FOUND IN SHOPS: [1000 gil] (Curiel Greens) ]
  2849. [ ]
  2850. [ Chocobo Ranch Shop (Disc 1) ]
  2851. [ Chocobo Ranch Shop (Disc 2/3) ]
  2852. 0============================================================================0
  2853.  
  2854. 0============================================================================0
  2855. [ | ]
  2856. [ 66 {PAHSANA GREENS} | Buying Value: 800 ]
  2857. [ Misspelt as {PASANA GREENS} | Selling Value: 400 ]
  2858. [ | ]
  2859. [ https://photos.app.goo.gl/1UK92WgHRXFLMbjy7 | ]
  2860. [_____________________________________________| ]
  2861. [ | Usable in Item Menu: NO ]
  2862. [ Menu Description: | Usable in Battle Menu: YES ]
  2863. [ ____________________________ | Sell-able in Shops: YES ]
  2864. [ | When you want a Chocobo... | \______________________________]
  2865. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2866. [ Special: Start on Enemy ]
  2867. [ Element: Restorative Target: One Target Only ]
  2868. [ Hit Chance: 100% ]
  2869. [ ]
  2870. [ Item Strength: 5 Attack Type: Magical ]
  2871. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2872. [ Restore Type: None Random Variation: OFF ]
  2873. [----------------------------------------------------------------------------]
  2874. [ STATUSES: OFF ]
  2875. [----------------------------------------------------------------------------]
  2876. [ SPECIAL ATTRIBUTES: ]
  2877. [ ]
  2878. [ Reduces Chocobo's run chance by 80%. ]
  2879. [ ]
  2880. [ FEEDING: ]
  2881. [ Intl + 1-8 ]
  2882. [ Coop + 1-2 ]
  2883. [----------------------------------------------------------------------------]
  2884. [ FOUND IN SHOPS: [800 gil] (Pahsana Greens) ]
  2885. [ ]
  2886. [ Chocobo Ranch Shop (Disc 1) ]
  2887. [ Chocobo Ranch Shop (Disc 2/3) ]
  2888. 0============================================================================0
  2889.  
  2890. 0============================================================================0
  2891. [ | ]
  2892. [ 67 {TANTAL GREENS} | Buying Value: 400 ]
  2893. [ | Selling Value: 200 ]
  2894. [ https://photos.app.goo.gl/b5zTEivgHe1XDvrC2 | ]
  2895. [_____________________________________________| ]
  2896. [ | Usable in Item Menu: NO ]
  2897. [ Menu Description: | Usable in Battle Menu: YES ]
  2898. [ ____________________________ | Sell-able in Shops: YES ]
  2899. [ | When you want a Chocobo... | \______________________________]
  2900. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2901. [ Special: Start on Enemy ]
  2902. [ Element: Restorative Target: One Target Only ]
  2903. [ Hit Chance: 100% ]
  2904. [ ]
  2905. [ Item Strength: 5 Attack Type: Magical ]
  2906. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2907. [ Restore Type: None Random Variation: OFF ]
  2908. [----------------------------------------------------------------------------]
  2909. [ STATUSES: OFF ]
  2910. [----------------------------------------------------------------------------]
  2911. [ SPECIAL ATTRIBUTES: ]
  2912. [ ]
  2913. [ Occupies Chocobo for 3 turns. ]
  2914. [ ]
  2915. [ FEEDING: ]
  2916. [ Dash + 1-4 ]
  2917. [ Run + 1-4 ]
  2918. [ Stam + 1-2 ]
  2919. [ Intl + 1 ]
  2920. [ Coop + 1 ]
  2921. [----------------------------------------------------------------------------]
  2922. [ FOUND IN SHOPS: [400 gil] (Tantal Greens) ]
  2923. [ ]
  2924. [ Chocobo Ranch Shop (Disc 1) ]
  2925. [ Chocobo Ranch Shop (Disc 2/3) ]
  2926. 0============================================================================0
  2927.  
  2928. 0============================================================================0
  2929. [ | ]
  2930. [ 68 {KRAKKA GREENS} | Buying Value: 250 ]
  2931. [ Misspelt as {KARAKA GREENS} | Selling Value: 125 ]
  2932. [ | ]
  2933. [ https://photos.app.goo.gl/Z9UWvjni9DBWOLSf1 | ]
  2934. [_____________________________________________| ]
  2935. [ | Usable in Item Menu: NO ]
  2936. [ Menu Description: | Usable in Battle Menu: YES ]
  2937. [ ____________________________ | Sell-able in Shops: YES ]
  2938. [ | When you want a Chocobo... | \______________________________]
  2939. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2940. [ Special: Start on Enemy ]
  2941. [ Element: Restorative Target: One Target Only ]
  2942. [ Hit Chance: 100% ]
  2943. [ ]
  2944. [ Item Strength: 5 Attack Type: Magical ]
  2945. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2946. [ Restore Type: None Random Variation: OFF ]
  2947. [----------------------------------------------------------------------------]
  2948. [ STATUSES: OFF ]
  2949. [----------------------------------------------------------------------------]
  2950. [ SPECIAL ATTRIBUTES: ]
  2951. [ ]
  2952. [ Reduces Chocobo's run chance by 66.6%. ]
  2953. [ ]
  2954. [ FEEDING: ]
  2955. [ Intl + 1-2 ]
  2956. [ Coop + 1 ]
  2957. [----------------------------------------------------------------------------]
  2958. [ FOUND IN SHOPS: [250 gil] (Krakka Greens) ]
  2959. [ ]
  2960. [ Chocobo Ranch Shop (Disc 1) ]
  2961. [ Chocobo Ranch Shop (Disc 2/3) ]
  2962. 0============================================================================0
  2963.  
  2964. 0============================================================================0
  2965. [ | ]
  2966. [ 69 {GYSAHL GREENS} | Buying Value: 100 ]
  2967. [ Misspelt as {GIZZARD GREENS} | Selling Value: 50 ]
  2968. [ | ]
  2969. [ https://photos.app.goo.gl/rCEqc7Taxr5nDhXk2 | ]
  2970. [_____________________________________________| ]
  2971. [ | Usable in Item Menu: NO ]
  2972. [ Menu Description: | Usable in Battle Menu: YES ]
  2973. [ ____________________________ | Sell-able in Shops: YES ]
  2974. [ | When you want a Chocobo... | \______________________________]
  2975. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  2976. [ Special: Start on Enemy ]
  2977. [ Element: Restorative Target: One Target Only ]
  2978. [ Hit Chance: 100% ]
  2979. [ ]
  2980. [ Item Strength: 5 Attack Type: Magical ]
  2981. [ Base Damage: 100 Attack Formula: Item Strength * 20 ]
  2982. [ Restore Type: None Random Variation: OFF ]
  2983. [----------------------------------------------------------------------------]
  2984. [ STATUSES: OFF ]
  2985. [----------------------------------------------------------------------------]
  2986. [ SPECIAL ATTRIBUTES: ]
  2987. [ ]
  2988. [ Occupies Chocobo for 2 turns. ]
  2989. [ ]
  2990. [ FEEDING: ]
  2991. [ Dash + 0-3 ]
  2992. [ Run + 0-2 ]
  2993. [ Stam + 0-3 ]
  2994. [ Coop + 1 ]
  2995. [----------------------------------------------------------------------------]
  2996. [ FOUND IN SHOPS: [100 gil] (Gysahl Greens) ]
  2997. [ ]
  2998. [ Chocobo Ranch Shop (Disc 1) ]
  2999. [ Chocobo Ranch Shop (Disc 2/3) ]
  3000. 0============================================================================0
  3001.  
  3002. .__________________________________________________________________________.
  3003. //=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-\\
  3004. || ||
  3005. || NON - BATTLE ITEMS ||
  3006. || {NON-BATTLE ITEMS} ||
  3007. \\=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-//
  3008. '¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯'
  3009.  
  3010. 0============================================================================0
  3011. [ | ]
  3012. [ 70 {TENT} | Buying Value: 500 ]
  3013. [ | Selling Value: 250 ]
  3014. [ https://photos.app.goo.gl/nqra5gS1nfqw7Cx33 | ]
  3015. [_____________________________________________| ]
  3016. [ | Usable in Item Menu: YES ]
  3017. [ Menu Description: | Usable in Battle Menu: NO ]
  3018. [ ____________________________ | Sell-able in Shops: YES ]
  3019. [ | Restores ally's max HP/MP. | \______________________________]
  3020. [ | Use at Save point. | ]
  3021. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3022. [----------------------------------------------------------------------------]
  3023. [ ITEM ATTRIBUTES: ]
  3024. [ ]
  3025. [ Full recovery to all players, only use at Save Points. Does not recover ]
  3026. [ from KO or remove Fury/Sadness. ]
  3027. [----------------------------------------------------------------------------]
  3028. [ FOUND ON ENEMIES: (Tent) ]
  3029. [ ]
  3030. [ DROP: STEAL: MORPH: ]
  3031. [ ]
  3032. [ Bandit [8] Gremlin [32] ]
  3033. [ Stilva [8] ]
  3034. [ ]
  3035. [ BEST FARM LOCATION: NONE! (no area is re-visitable) ]
  3036. [----------------------------------------------------------------------------]
  3037. [ FOUND ON FIELD MAPS: QTY: (Tent) ]
  3038. [ ]
  3039. [ Sector 4 Tent & Save Point 1 ]
  3040. [ Mythril Mines North Eastern Cavern 1 ]
  3041. [ Mt. Corel Bulldozer Pit 1 ]
  3042. [----------------------------------------------------------------------------]
  3043. [ FOUND IN SHOPS: [500 gil] (Tent) ]
  3044. [ ]
  3045. [ Sector 5 Item Shop ]
  3046. [ Wall Market Item Shop ]
  3047. [ Sector 7 Item Shop (After Sewers) ]
  3048. [ Shinra Building Item Shop ]
  3049. [ Kalm Item Shop ]
  3050. [ Fort Condor Item Shop (Disc 1) ]
  3051. [ Junon Harbour Weapon Shop ]
  3052. [ Junon Item Shop (Disc 1) ]
  3053. [ Costa Del Sol Item Shop (Disc 1) ]
  3054. [ North Corel Tool Shop ]
  3055. [ Prison Pub General Store ]
  3056. [ Gongaga Item Shop ]
  3057. [ Cosmo Canyon Item Shop ]
  3058. [ Nibelheim General Store ]
  3059. [ Rocket Town Item Shop (Disc 1) ]
  3060. [ Wutai Item Shop ]
  3061. [ Temple of the Ancients Item Shop ]
  3062. [ Bone Village Item Shop ]
  3063. [ Icicle Inn Weapon Shop ]
  3064. [ Mideel Crazy Woman Item Shop ]
  3065. [ Destroyed Mideel Item Shop ]
  3066. [ Fort Condor Item Shop (Disc 2/3) ]
  3067. [ Costa Del Sol Item Shop (Disc 2/3) ]
  3068. [ Rocket Town Item Shop (Disc 2/3) ]
  3069. 0============================================================================0
  3070.  
  3071. 0============================================================================0
  3072. [ | ]
  3073. [ 71 {POWER SOURCE} | Buying Value: N/A ]
  3074. [ | Selling Value: 250 ]
  3075. [ https://photos.app.goo.gl/D4FZRnA2kjogTkD92 | ]
  3076. [_____________________________________________| ]
  3077. [ | Usable in Item Menu: YES ]
  3078. [ Menu Description: | Usable in Battle Menu: NO ]
  3079. [ ___________________ | Sell-able in Shops: YES ]
  3080. [ | Raises [Strength] | \______________________________]
  3081. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3082. [----------------------------------------------------------------------------]
  3083. [ ITEM ATTRIBUTES: ]
  3084. [ ]
  3085. [ Increases Strength permanently by 1. ]
  3086. [----------------------------------------------------------------------------]
  3087. [ FOUND ON ENEMIES: (Power Source) ]
  3088. [ ]
  3089. [ DROP: STEAL: MORPH: ]
  3090. [ ]
  3091. [ Lifeform-Hojo N [63] Heavy Tank ]
  3092. [ Screamer ]
  3093. [ Unknown ]
  3094. [ ]
  3095. [ BEST FARM LOCATION: MORPH Heavy Tank - Gongaga Reactor ]
  3096. [ Extended W-Item MORPH Screamer - Mt. Nibel Path to Reactor ]
  3097. [----------------------------------------------------------------------------]
  3098. [ FOUND ON FIELD MAPS: QTY: (Power Source) ]
  3099. [ ]
  3100. [ Junon Right Side "Barracks" 3rd Floor 1 ]
  3101. [ Costa Del Sol Villa Basement 1 ]
  3102. [ Mt. Corel Bulldozer Pit 1 ]
  3103. [ Rocket Town House 2 1 ]
  3104. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3105. [ Corral Valley Cave Upper Cavern 1 ]
  3106. [ Sector 8 Winding Tunnels "Fork" Screen 1 ]
  3107. [ North Crater Descent "Cascading" Screen 1 ]
  3108. [ North Crater Descent "2D Screen" Cavern 1 ]
  3109. 0============================================================================0
  3110.  
  3111. 0============================================================================0
  3112. [ | ]
  3113. [ 72 {GUARD SOURCE} | Buying Value: N/A ]
  3114. [ | Selling Value: 250 ]
  3115. [ https://photos.app.goo.gl/8ZFCkXtUeV2QFYhg2 | ]
  3116. [_____________________________________________| ]
  3117. [ | Usable in Item Menu: YES ]
  3118. [ Menu Description: | Usable in Battle Menu: NO ]
  3119. [ ___________________ | Sell-able in Shops: YES ]
  3120. [ | Raises [Vitality] | \______________________________]
  3121. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3122. [----------------------------------------------------------------------------]
  3123. [ ITEM ATTRIBUTES: ]
  3124. [ ]
  3125. [ Increases Vitality permanently by 1. ]
  3126. [----------------------------------------------------------------------------]
  3127. [ FOUND ON ENEMIES: (Guard Source) ]
  3128. [ ]
  3129. [ DROP: STEAL: MORPH: ]
  3130. [ ]
  3131. [ Dark Nation [63] Bagnadrana ]
  3132. [ Unknown 2 ]
  3133. [ Spiral ]
  3134. [ Armored Golem ]
  3135. [ ]
  3136. [ BEST FARM LOCATION: MORPH Unknown 2 - Sunken Gelnika Cargo Room ]
  3137. [ Extended W-Item MORPH Bagnadrana - Mt. Corel Path to Reactor ]
  3138. [----------------------------------------------------------------------------]
  3139. [ FOUND ON FIELD MAPS: QTY: (Guard Source) ]
  3140. [ ]
  3141. [ Kalm House 3 2nd Floor 1 ]
  3142. [ Junon Right Side "Barracks" 3rd Floor 1 ]
  3143. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3144. [ Forgotten Capitol "Guard Source" Shell 1 ]
  3145. [ Rocket Town Item Store (Disc 2) 1 ]
  3146. [ Sector 8 Winding Tunnels "Fork" Screen 1 ]
  3147. [ North Crater Descent "Spiral" Screen 1 ]
  3148. [ North Crater Descent "Cascading" Screen 1 ]
  3149. [ North Crater Descent "2D Screen" Cavern 1 ]
  3150. [ North Crater Final Gathering Screen 1 ]
  3151. 0============================================================================0
  3152.  
  3153. 0============================================================================0
  3154. [ | ]
  3155. [ 73 {MAGIC SOURCE} | Buying Value: N/A ]
  3156. [ | Selling Value: 250 ]
  3157. [ https://photos.app.goo.gl/kM4xdhDlfQ9jV8dT2 | ]
  3158. [_____________________________________________| ]
  3159. [ | Usable in Item Menu: YES ]
  3160. [ Menu Description: | Usable in Battle Menu: NO ]
  3161. [ ______________________ | Sell-able in Shops: YES ]
  3162. [ | Raises [Magic Power] | \______________________________]
  3163. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3164. [----------------------------------------------------------------------------]
  3165. [ ITEM ATTRIBUTES: ]
  3166. [ ]
  3167. [ Increases Magic permanently by 1. ]
  3168. [----------------------------------------------------------------------------]
  3169. [ FOUND ON ENEMIES: (Magic Source) ]
  3170. [ ]
  3171. [ DROP: STEAL: MORPH: ]
  3172. [ ]
  3173. [ 8 eye ]
  3174. [ Unknown 3 ]
  3175. [ ]
  3176. [ BEST FARM LOCATION: MORPH Unknown 3 - Sunken Gelnika Cargo Room ]
  3177. [ Extended W-Item MORPH 8 eye - Battle Square (After Highwind) ]
  3178. [----------------------------------------------------------------------------]
  3179. [ FOUND ON FIELD MAPS: QTY: (Magic Source) ]
  3180. [ ]
  3181. [ Shinra Mansion 2nd Floor Eastern Wing 1 ]
  3182. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3183. [ Forgotten Capitol "Save Point Hut" 1 ]
  3184. [ Cosmo Canyon Item Store (Disc 2) 1 ]
  3185. [ Sector 8 Winding Tunnels "Fork" Screen 1 ]
  3186. [ North Crater Descent "Cascading" Screen 1 ]
  3187. [ Swamp Area 1st Screen (Upper-Left Fork) 1 ]
  3188. [ North Crater Final Gathering Screen 1 ]
  3189. 0============================================================================0
  3190.  
  3191. 0============================================================================0
  3192. [ | ]
  3193. [ 74 {MIND SOURCE} | Buying Value: N/A ]
  3194. [ Misspelt as {MIND PLUS} | Selling Value: 250 ]
  3195. [ | ]
  3196. [ https://photos.app.goo.gl/VBhbx6fKaMVlp5Ix1 | ]
  3197. [_____________________________________________| ]
  3198. [ | Usable in Item Menu: YES ]
  3199. [ Menu Description: | Usable in Battle Menu: NO ]
  3200. [ _________________ | Sell-able in Shops: YES ]
  3201. [ | Raises [Spirit] | \______________________________]
  3202. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3203. [----------------------------------------------------------------------------]
  3204. [ ITEM ATTRIBUTES: ]
  3205. [ ]
  3206. [ Increases Spirit permanently by 1. ]
  3207. [----------------------------------------------------------------------------]
  3208. [ FOUND ON ENEMIES: (Mind Source) ]
  3209. [ ]
  3210. [ DROP: STEAL: MORPH: ]
  3211. [ ]
  3212. [ Dragon Rider ]
  3213. [ Killbin ]
  3214. [ Serpent ]
  3215. [ ]
  3216. [ BEST FARM LOCATION: MORPH Serpent - Sunken Gelnika Cargo Room ]
  3217. [----------------------------------------------------------------------------]
  3218. [ FOUND ON FIELD MAPS: QTY: (Mind Source) ]
  3219. [ ]
  3220. [ Mythril Mines Eastern (Swamp) Entrance 1 ]
  3221. [ Junon Right Side "Barracks" 2nd Floor 1 ]
  3222. [ Mt. Corel Bulldozer Pit 1 ]
  3223. [ Nibelheim Village 1 ]
  3224. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3225. [ Temple of The Ancients "Maze" Screen 1 ]
  3226. [ Great Glacier Forest 1 ]
  3227. [ Sector 8 Winding Tunnels "Fork" Screen 1 ]
  3228. [ Shinra HQ 64th Floor (Disc 2) 1 ]
  3229. [ North Crater Descent "Cascading" Screen 1 ]
  3230. [ North Crater Descent "2D" Screen 1 ]
  3231. [ North Crater Final Gathering Screen 1 ]
  3232. 0============================================================================0
  3233.  
  3234. 0============================================================================0
  3235. [ | ]
  3236. [ 75 {SPEED SOURCE} | Buying Value: N/A ]
  3237. [ | Selling Value: 250 ]
  3238. [ https://photos.app.goo.gl/XJLVeww9JtULBHri2 | ]
  3239. [_____________________________________________| ]
  3240. [ | Usable in Item Menu: YES ]
  3241. [ Menu Description: | Usable in Battle Menu: NO ]
  3242. [ ____________________ | Sell-able in Shops: YES ]
  3243. [ | Raises [Dexterity] | \______________________________]
  3244. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3245. [----------------------------------------------------------------------------]
  3246. [ ITEM ATTRIBUTES: ]
  3247. [ ]
  3248. [ Increases Dexterity permanently by 1. ]
  3249. [----------------------------------------------------------------------------]
  3250. [ FOUND ON ENEMY: (Speed Source) ]
  3251. [ ]
  3252. [ MORPH Poodler - Sunken Gelnika Corridor ]
  3253. [----------------------------------------------------------------------------]
  3254. [ FOUND ON FIELD MAPS: QTY: (Speed Source) ]
  3255. [ ]
  3256. [ Junon Left Side "Barracks" Ground Floor 1 ]
  3257. [ Wonder Square 2nd Floor 1 ]
  3258. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3259. [ Gaea's Cliffs "Icicle" Dungeon 1st Screen 1 ]
  3260. [ Shinra HQ 64th Floor (Disc 2) 2 ]
  3261. [ North Crater Right Path "Mystile" Screen 1 ]
  3262. [ North Crater Right Path Large Nest Area 1 ]
  3263. [ North Crater Left Path Lower Fork 3rd Screen 1 ]
  3264. [ North Crater Final Gathering Screen 1 ]
  3265. 0============================================================================0
  3266.  
  3267. 0============================================================================0
  3268. [ | ]
  3269. [ 76 {LUCK SOURCE} | Buying Value: N/A ]
  3270. [ | Selling Value: 250 ]
  3271. [ https://photos.app.goo.gl/CJJb3QDQfXLZ7DdX7 | ]
  3272. [_____________________________________________| ]
  3273. [ | Usable in Item Menu: YES ]
  3274. [ Menu Description: | Usable in Battle Menu: NO ]
  3275. [ _______________ | Sell-able in Shops: YES ]
  3276. [ | Raises [Luck] | \______________________________]
  3277. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3278. [----------------------------------------------------------------------------]
  3279. [ ITEM ATTRIBUTES: ]
  3280. [ ]
  3281. [ Increases Luck permanently by 1. ]
  3282. [----------------------------------------------------------------------------]
  3283. [ FOUND ON ENEMY: (Luck Source) ]
  3284. [ ]
  3285. [ MORPH Bad Rap - Sunken Gelnika Corridor ]
  3286. [----------------------------------------------------------------------------]
  3287. [ FOUND ON FIELD MAPS: QTY: (Luck Source) ]
  3288. [ ]
  3289. [ Junon Right Side "Barracks" 2nd Floor 1 ]
  3290. [ Nibelheim House 2nd Floor 1 ]
  3291. [ Nibelheim Inn Ground Floor 1 ]
  3292. [ Wutai Turtle's Paradise 1 (Complete Mini-Quest) ]
  3293. [ North Crater Circular Bottom-Most Screen 1 ]
  3294. 0============================================================================0
  3295.  
  3296. 0============================================================================0
  3297. [ | ]
  3298. [ 77 {ZEIO NUT} | Buying Value: N/A ]
  3299. [ | Selling Value: 1 ]
  3300. [ https://photos.app.goo.gl/pmNWXGdChIPFj0RB3 | ]
  3301. [_____________________________________________| ]
  3302. [ | Usable in Item Menu: NO ]
  3303. [ Menu Description: | Usable in Battle Menu: NO ]
  3304. [ __________________________________ | Sell-able in Shops: YES ]
  3305. [ | When you want to breed Chocobos… | \______________________________]
  3306. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3307. [----------------------------------------------------------------------------]
  3308. [ ITEM ATTRIBUTES: ]
  3309. [ ]
  3310. [ BREEDING: ]
  3311. [ ]
  3312. [ Colour: [Black] + [Wonderful] = 100% Gold (12+ races won cumulatively) ]
  3313. [ 3.1% Gold (less than 12 races won) ]
  3314. [ ]
  3315. [ If you AREN'T breeding a Black and Wonderful Chocobo, or you ]
  3316. [ are but you FAILED to obtain a Gold Chocobo, then its breed ]
  3317. [ will have a 50/50 chance of being its fathers or mothers. ]
  3318. [ ]
  3319. [ ]
  3320. [ ]
  3321. [ ]
  3322. [ ]
  3323. [ ]
  3324. [ ]
  3325. [ ]
  3326. [ ]
  3327. [ ]
  3328. [ ]
  3329. [ ]
  3330. [ ]
  3331. [----------------------------------------------------------------------------]
  3332. [ FOUND ON ENEMIES: (Zeio Nut) ]
  3333. [ ]
  3334. [ DROP: STEAL: MORPH: ]
  3335. [ ]
  3336. [ Goblin [8] Goblin [8] ]
  3337. [ ]
  3338. [ BEST FARM LOCATION: STEAL Goblin - Goblin Island Forests (World Map) ]
  3339. 0============================================================================0
  3340.  
  3341. 0============================================================================0
  3342. [ | ]
  3343. [ 78 {CAROB NUT} | Buying Value: N/A ]
  3344. [ | Selling Value: 1 ]
  3345. [ https://photos.app.goo.gl/9A4q3DlLLL9IVNnB2 | ]
  3346. [_____________________________________________| ]
  3347. [ | Usable in Item Menu: NO ]
  3348. [ Menu Description: | Usable in Battle Menu: NO ]
  3349. [ __________________________________ | Sell-able in Shops: YES ]
  3350. [ | When you want to breed Chocobos… | \______________________________]
  3351. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3352. [----------------------------------------------------------------------------]
  3353. [ ITEM ATTRIBUTES: ]
  3354. [ ]
  3355. [ BREEDING: ]
  3356. [ ]
  3357. [ Colour: ]
  3358. [ ]
  3359. [ ]
  3360. [ ]
  3361. [ ]
  3362. [ ]
  3363. [----------------------------------------------------------------------------]
  3364. [ FOUND ON ENEMIES: (Carob Nut) ]
  3365. [ ]
  3366. [ DROP: STEAL: MORPH: ]
  3367. [ ]
  3368. [ Vlakorados [32] Vlakorados [32] ]
  3369. [ ]
  3370. [ BEST FARM LOCATION: STEAL Vlakorados - Icicle Area Grass (World Map) ]
  3371. [----------------------------------------------------------------------------]
  3372. [ FOUND ON FIELD MAPS: QTY: (Carob Nut) ]
  3373. [ ]
  3374. [ Wonder Square 1st Floor (Purchase from woman) Inf 500 GP ]
  3375. 0============================================================================0
  3376.  
  3377. 0============================================================================0
  3378. [ | ]
  3379. [ 79 {POROV NUT} | Buying Value: 2000 ]
  3380. [ Misspelt as {POROFU NUT} | Selling Value: 1000 ]
  3381. [ | ]
  3382. [ https://photos.app.goo.gl/b7JtqAQs9lzZZR7S2 | ]
  3383. [_____________________________________________| ]
  3384. [ | Usable in Item Menu: NO ]
  3385. [ Menu Description: | Usable in Battle Menu: NO ]
  3386. [ __________________________________ | Sell-able in Shops: YES ]
  3387. [ | When you want to breed Chocobos… | \______________________________]
  3388. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3389. [----------------------------------------------------------------------------]
  3390. [ ITEM ATTRIBUTES: ]
  3391. [ ]
  3392. [ BREEDING: ]
  3393. [ ]
  3394. [ Colour: ]
  3395. [ ]
  3396. [ ]
  3397. [ ]
  3398. [ ]
  3399. [ ]
  3400. [----------------------------------------------------------------------------]
  3401. [ FOUND IN SHOP: [2000 gil] (Porov Nut) ]
  3402. [ ]
  3403. [ Chocobo Sage General Store ]
  3404. 0============================================================================0
  3405.  
  3406. 0============================================================================0
  3407. [ | ]
  3408. [ 80 {PRAM NUT} | Buying Value: 1500 ]
  3409. [ Misspelt as {PARAM NUT} | Selling Value: 750 ]
  3410. [ | ]
  3411. [ https://photos.app.goo.gl/aMjxRKCiD7tXo6jE3 | ]
  3412. [_____________________________________________| ]
  3413. [ | Usable in Item Menu: NO ]
  3414. [ Menu Description: | Usable in Battle Menu: NO ]
  3415. [ __________________________________ | Sell-able in Shops: YES ]
  3416. [ | When you want to breed Chocobos… | \______________________________]
  3417. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3418. [----------------------------------------------------------------------------]
  3419. [ ITEM ATTRIBUTES: ]
  3420. [ ]
  3421. [ BREEDING: ]
  3422. [ ]
  3423. [ Colour: ]
  3424. [ ]
  3425. [ ]
  3426. [ ]
  3427. [ ]
  3428. [ ]
  3429. [----------------------------------------------------------------------------]
  3430. [ FOUND IN SHOP: [1500 gil] (Pram Nut) ]
  3431. [ ]
  3432. [ Chocobo Sage General Store ]
  3433. 0============================================================================0
  3434.  
  3435. 0============================================================================0
  3436. [ | ]
  3437. [ 81 {LASAN NUT} | Buying Value: 600 ]
  3438. [ | Selling Value: 300 ]
  3439. [ https://photos.app.goo.gl/teLNdZs2tqBShThx1 | ]
  3440. [_____________________________________________| ]
  3441. [ | Usable in Item Menu: NO ]
  3442. [ Menu Description: | Usable in Battle Menu: NO ]
  3443. [ __________________________________ | Sell-able in Shops: YES ]
  3444. [ | When you want to breed Chocobos… | \______________________________]
  3445. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3446. [----------------------------------------------------------------------------]
  3447. [ ITEM ATTRIBUTES: ]
  3448. [ ]
  3449. [ BREEDING: ]
  3450. [ ]
  3451. [ Colour: ]
  3452. [ ]
  3453. [ ]
  3454. [ ]
  3455. [ ]
  3456. [ ]
  3457. [----------------------------------------------------------------------------]
  3458. [ FOUND ON ENEMIES: (Lasan Nut) ]
  3459. [ ]
  3460. [ DROP: STEAL: MORPH: ]
  3461. [ ]
  3462. [ Mandragora [8] Mandragora [8] ]
  3463. [ ]
  3464. [ BEST FARM LOCATION: STEAL Mandragora - Grasslands Area Grass (World Map) ]
  3465. [----------------------------------------------------------------------------]
  3466. [ FOUND IN SHOP: [600 gil] (Lasan Nut) ]
  3467. [ ]
  3468. [ Chocobo Ranch Shop (Disc 2/3) ]
  3469. 0============================================================================0
  3470.  
  3471. 0============================================================================0
  3472. [ | ]
  3473. [ 82 {SARAHA NUT} | Buying Value: 400 ]
  3474. [ | Selling Value: 200 ]
  3475. [ https://photos.app.goo.gl/FlWfAwNM617o79WA3 | ]
  3476. [_____________________________________________| ]
  3477. [ | Usable in Item Menu: NO ]
  3478. [ Menu Description: | Usable in Battle Menu: NO ]
  3479. [ __________________________________ | Sell-able in Shops: YES ]
  3480. [ | When you want to breed Chocobos… | \______________________________]
  3481. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3482. [----------------------------------------------------------------------------]
  3483. [ ITEM ATTRIBUTES: ]
  3484. [ ]
  3485. [ BREEDING: ]
  3486. [ ]
  3487. [ Colour: ]
  3488. [ ]
  3489. [ ]
  3490. [ ]
  3491. [ ]
  3492. [ ]
  3493. [----------------------------------------------------------------------------]
  3494. [ FOUND ON ENEMIES: (Saraha Nut) ]
  3495. [ ]
  3496. [ DROP: STEAL: MORPH: ]
  3497. [ ]
  3498. [ Spencer [8] Spencer [8] ]
  3499. [ ]
  3500. [ BEST FARM LOCATION: STEAL Spencer - Gold Saucer Area (Grass) World Map) ]
  3501. [----------------------------------------------------------------------------]
  3502. [ FOUND IN SHOP: [400 gil] (Saraha Nut) ]
  3503. [ ]
  3504. [ Chocobo Ranch Shop (Disc 2/3) ]
  3505. 0============================================================================0
  3506.  
  3507. 0============================================================================0
  3508. [ | ]
  3509. [ 83 {LUCHILE NUT} | Buying Value: 200 ]
  3510. [ Misspelt {RUCHIN NUT} | Selling Value: 100 ]
  3511. [ | ]
  3512. [ https://photos.app.goo.gl/9a3G6YyQx4OeFmqz2 | ]
  3513. [_____________________________________________| ]
  3514. [ | Usable in Item Menu: NO ]
  3515. [ Menu Description: | Usable in Battle Menu: NO ]
  3516. [ __________________________________ | Sell-able in Shops: YES ]
  3517. [ | When you want to breed Chocobos… | \______________________________]
  3518. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3519. [----------------------------------------------------------------------------]
  3520. [ ITEM ATTRIBUTES: ]
  3521. [ ]
  3522. [ BREEDING: ]
  3523. [ ]
  3524. [ Colour: ]
  3525. [ ]
  3526. [ ]
  3527. [ ]
  3528. [ ]
  3529. [ ]
  3530. [----------------------------------------------------------------------------]
  3531. [ FOUND ON ENEMIES: (Luchile Nut) ]
  3532. [ ]
  3533. [ DROP: STEAL: MORPH: ]
  3534. [ ]
  3535. [ Nibel Wolf [8] Nibel Wolf [8] ]
  3536. [ ]
  3537. [ BEST FARM LOCATION: STEAL Nibel Wolf - Nibel Area Grass (World Map) ]
  3538. [----------------------------------------------------------------------------]
  3539. [ FOUND IN SHOP: [200 gil] (Luchile Nut) ]
  3540. [ ]
  3541. [ Chocobo Ranch Shop (Disc 2/3) ]
  3542. 0============================================================================0
  3543.  
  3544. 0============================================================================0
  3545. [ | ]
  3546. [ 84 {PEPIO NUT} | Buying Value: 100 ]
  3547. [ Misspelt as {PIPIO NUT} | Selling Value: 50 ]
  3548. [ | ]
  3549. [ https://photos.app.goo.gl/SonBbeNM1sKbqkzs1 | ]
  3550. [_____________________________________________| ]
  3551. [ | Usable in Item Menu: NO ]
  3552. [ Menu Description: | Usable in Battle Menu: NO ]
  3553. [ __________________________________ | Sell-able in Shops: YES ]
  3554. [ | When you want to breed Chocobos… | \______________________________]
  3555. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3556. [----------------------------------------------------------------------------]
  3557. [ ITEM ATTRIBUTES: ]
  3558. [ ]
  3559. [ BREEDING: ]
  3560. [ ]
  3561. [ Colour: ]
  3562. [ ]
  3563. [ ]
  3564. [ ]
  3565. [ ]
  3566. [ ]
  3567. [----------------------------------------------------------------------------]
  3568. [ FOUND ON ENEMIES: (Pepio Nut) ]
  3569. [ ]
  3570. [ DROP: STEAL: MORPH: ]
  3571. [ ]
  3572. [ Dual Horn [8] Dual Horn [8] ]
  3573. [ ]
  3574. [ BEST FARM LOCATION: STEAL Dual Horn - Woodlands Area Grass (World Map) ]
  3575. [----------------------------------------------------------------------------]
  3576. [ FOUND IN SHOP: [100 gil] (Pepio Nut) ]
  3577. [ ]
  3578. [ Chocobo Ranch Shop (Disc 2/3) ]
  3579. 0============================================================================0
  3580.  
  3581. 0============================================================================0
  3582. [ | ]
  3583. [ 85 {BATTERY} | Buying Value: 100 ]
  3584. [ | Selling Value: N/A ]
  3585. [ https://photos.app.goo.gl/PwDZ9tKJZFhX2zc72 | ]
  3586. [_____________________________________________| ]
  3587. [ | Usable in Item Menu: NO ]
  3588. [ Menu Description: | Usable in Battle Menu: NO ]
  3589. [ ______________________________________ | Sell-able in Shops: NO ]
  3590. [ | Looks like it can start some sort of | \______________________________]
  3591. [ | machine | ]
  3592. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3593. [----------------------------------------------------------------------------]
  3594. [ ITEM ATTRIBUTES: ]
  3595. [ ]
  3596. [ Required to progress with the storyline. Only 2 are required (third is for ]
  3597. [ an optional Ether). ]
  3598. [----------------------------------------------------------------------------]
  3599. [ FOUND ON FIELD MAP: QTY: (Battery) ]
  3600. [ ]
  3601. [ Wall Market Weapon Store 3 100 gil each ]
  3602. 0============================================================================0
  3603.  
  3604. 0============================================================================0
  3605. [ | ]
  3606. [ 86 {TISSUE} | Buying Value: N/A ]
  3607. [ | Selling Value: 1 ]
  3608. [ https://photos.app.goo.gl/vQg5ehzupmF1KddI2 | ]
  3609. [_____________________________________________| ]
  3610. [ | Usable in Item Menu: NO ]
  3611. [ Menu Description: | Usable in Battle Menu: NO ]
  3612. [ ______________________________ | Sell-able in Shops: YES ]
  3613. [ | This one's a little tough... | \______________________________]
  3614. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3615. [----------------------------------------------------------------------------]
  3616. [ ITEM ATTRIBUTES: ]
  3617. [ ]
  3618. [ Has no actual purpose. ]
  3619. [----------------------------------------------------------------------------]
  3620. [ FOUND ON FIELD MAP: QTY: (Tissue) ]
  3621. [ ]
  3622. [ Battle Square (All Battle Sets) Inf (Consolation Prize) ]
  3623. 0============================================================================0
  3624.  
  3625. 0============================================================================0
  3626. [ | ]
  3627. [ 87 {OMNISLASH} | Buying Value: N/A ]
  3628. [ | Selling Value: N/A ]
  3629. [ https://photos.app.goo.gl/NC5SrKTIxnWDXuJP2 | ]
  3630. [_____________________________________________| ]
  3631. [ | Usable in Item Menu: YES ]
  3632. [ Menu Description: | Usable in Battle Menu: NO ]
  3633. [ _______________________________ | Sell-able in Shops: NO ]
  3634. [ | Learn Limit Skill "Omnislash" | \______________________________]
  3635. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3636. [----------------------------------------------------------------------------]
  3637. [ ITEM ATTRIBUTES: ]
  3638. [ ]
  3639. [ Cloud's Lv4 Limit Break manual. ]
  3640. [ Performs 15x attacks on random single enemies for 0.75x damage. ]
  3641. [ Auto critical is enabled. ]
  3642. [ ]
  3643. [ QUOTES: ]
  3644. [ ("OK, I got it!") ]
  3645. [ ("I'm not too sure but...") ]
  3646. [ ("Don't really care.") ]
  3647. [----------------------------------------------------------------------------]
  3648. [ FOUND ON FIELD MAPS: QTY: (Omnislash) ]
  3649. [ ]
  3650. [ Battle Square (After Tiny Bronco) 1 51,200 BP ]
  3651. [ Battle Square (After Highwind) 1 32,000 BP ]
  3652. 0============================================================================0
  3653.  
  3654. 0============================================================================0
  3655. [ | ]
  3656. [ 88 {CATASTROPHE} | Buying Value: N/A ]
  3657. [ | Selling Value: N/A ]
  3658. [ https://photos.app.goo.gl/s7WwJA8b3LH5T3rt9 | ]
  3659. [_____________________________________________| ]
  3660. [ | Usable in Item Menu: YES ]
  3661. [ Menu Description: | Usable in Battle Menu: NO ]
  3662. [ _________________________________ | Sell-able in Shops: NO ]
  3663. [ | Learn Limit Skill "Catastrophe" | \______________________________]
  3664. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3665. [----------------------------------------------------------------------------]
  3666. [ ITEM ATTRIBUTES: ]
  3667. [ ]
  3668. [ Barret's Lv4 Limit Break manual. ]
  3669. [ Performs 10x attacks on random single enemies for 1.25x damage. ]
  3670. [ ]
  3671. [ QUOTES: ]
  3672. [ ("Heh! No sweat!") ]
  3673. [ ("D-d-d-damn! My head hurts!") ]
  3674. [ ("Got nuthin' to do with me!") ]
  3675. [----------------------------------------------------------------------------]
  3676. [ FOUND ON FIELD MAP: QTY: (Catastrophe) ]
  3677. [ ]
  3678. [ North Corel Western Hut 1 ]
  3679. [ ]
  3680. [ Speak to the woman with the green cap after completing the Huge Materia ]
  3681. [ quest on Disc 2. ]
  3682. 0============================================================================0
  3683.  
  3684. 0============================================================================0
  3685. [ | ]
  3686. [ 89 {FINAL HEAVEN} | Buying Value: N/A ]
  3687. [ | Selling Value: N/A ]
  3688. [ https://photos.app.goo.gl/la7ebW5E1PZQCtEG3 | ]
  3689. [_____________________________________________| ]
  3690. [ | Usable in Item Menu: YES ]
  3691. [ Menu Description: | Usable in Battle Menu: NO ]
  3692. [ __________________________________ | Sell-able in Shops: NO ]
  3693. [ | Learn Limit Skill "Final Heaven" | \______________________________]
  3694. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3695. [----------------------------------------------------------------------------]
  3696. [ ITEM ATTRIBUTES: ]
  3697. [ ]
  3698. [ Tifa's Lv4 Limit Bream manual. ]
  3699. [ Performs 1 attack on a random enemy for 2.625x normal damage. ]
  3700. [ ]
  3701. [ QUOTES: ]
  3702. [ ("Hmm, so that's it.") ]
  3703. [ ("I'm not too sure, but...") ]
  3704. [ ("I've got the wrong person.") ]
  3705. [----------------------------------------------------------------------------]
  3706. [ FOUND ON FIELD MAP: QTY: (Final Heaven) ]
  3707. [ ]
  3708. [ Nibelheim Tifa's House 2nd Floor 1 ]
  3709. [ ]
  3710. [ Once CLoud is back in the party on Disc 2, play the piano in Tifa's ]
  3711. [ bedroom to receive her Lv4 Limit Break manual. ]
  3712. [ ]
  3713. [ Play the following notes: ]
  3714. [ X, Sq, Tr, L1+Tr, L1+Sq, X, Sq, Tr, L1+X, O, X, Sq, X ]
  3715. 0============================================================================0
  3716.  
  3717. 0============================================================================0
  3718. [ | ]
  3719. [ 90 {GREAT GOSPEL} | Buying Value: N/A ]
  3720. [ | Selling Value: N/A ]
  3721. [ https://photos.app.goo.gl/1fs6NyFb9dy4mc073 | ]
  3722. [_____________________________________________| ]
  3723. [ | Usable in Item Menu: YES ]
  3724. [ Menu Description: | Usable in Battle Menu: NO ]
  3725. [ __________________________________ | Sell-able in Shops: NO ]
  3726. [ | Learn Limit Skill "Great Gospel" | \______________________________]
  3727. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3728. [----------------------------------------------------------------------------]
  3729. [ ITEM ATTRIBUTES: ]
  3730. [ ]
  3731. [ Aeris's Lv4 Limit Break manual. ]
  3732. [ Inflicts [Peerless] on all allies, as well as reviving and fully restoring ]
  3733. [ HP and MP. ]
  3734. [ ]
  3735. [ QUOTES: ]
  3736. [ ("This should be okay.") ]
  3737. [ ("Not quite ready yet.") ]
  3738. [ ("It isn't me.") ]
  3739. [----------------------------------------------------------------------------]
  3740. [ FOUND ON FIELD MAP: QTY: (Great Gospel) ]
  3741. [ ]
  3742. [ Blacksmith's House Inf ]
  3743. [ ]
  3744. [ Once you obtain the buggy, head back over to Junon (by driving the buggy ]
  3745. [ straight into Costa Del Sol). Cross the river near the Forests to find a ]
  3746. [ cave. Speak to the man here to have him tell you a stat; keep running out ]
  3747. [ then in until he tell you your battle count. ]
  3748. [ ]
  3749. [ You need to get the final two figures of the battle count to even (144). ]
  3750. [ He will then hand you the Mythril (you'll receive a Bolt Ring if the final ]
  3751. [ two figures are odd). ]
  3752. [ ]
  3753. [ Once you have obtained the Tiny Bronco, you can head to the Blacksmith ]
  3754. [ near Gongaga to trade the Mythril for the item in the smaller box, which ]
  3755. [ is the Great Gospel. You can get an infinite supply so long as you never ]
  3756. [ take the item in the larger box, which is a Gold Armlet. ]
  3757. 0============================================================================0
  3758.  
  3759. 0============================================================================0
  3760. [ | ]
  3761. [ 91 {COSMO MEMORY} | Buying Value: N/A ]
  3762. [ | Selling Value: N/A ]
  3763. [ https://photos.app.goo.gl/ZjGix2lfI71jMv753 | ]
  3764. [_____________________________________________| ]
  3765. [ | Usable in Item Menu: YES ]
  3766. [ Menu Description: | Usable in Battle Menu: NO ]
  3767. [ __________________________________ | Sell-able in Shops: NO ]
  3768. [ | Learn Limit Skill "Cosmo Memory" | \______________________________]
  3769. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3770. [----------------------------------------------------------------------------]
  3771. [ ITEM ATTRIBUTES: ]
  3772. [ ]
  3773. [ Red XIII's Lv4 Limit Break manual. ]
  3774. [ Performs 1 attack on all enemies for 7.8125x normal damage. ]
  3775. [ ]
  3776. [ QUOTES: ]
  3777. [ ("Right, I've got it!") ]
  3778. [ ("I don't get it.") ]
  3779. [ ("It has nothing to do with me".) ]
  3780. [----------------------------------------------------------------------------]
  3781. [ FOUND ON ENEMY: (Cosmo Memory) ]
  3782. [ ]
  3783. [ DROP Lost Number [63] - Shinra Mansion 2nd Floor Western Wing ]
  3784. [ ]
  3785. [ When you get to Nibelheim (after obtaining the Buggy), head into the ]
  3786. [ Shinra mansion and inspect the note in the bottom left corner to engage in ]
  3787. [ a mini-game. You must find the 4 combinations for the safe on the 2nd ]
  3788. [ floor western wing. ]
  3789. [ ]
  3790. [ Safe combo: ]
  3791. [ Right 36, Left 10, Right 59, Right 97 ]
  3792. [ ]
  3793. [ Once you've entered the correct combination (without going past the ]
  3794. [ required value) you must fight Lost Number. Beat him for the Cosmo Memory. ]
  3795. 0============================================================================0
  3796.  
  3797. 0============================================================================0
  3798. [ | ]
  3799. [ 92 {ALL CREATION} | Buying Value: N/A ]
  3800. [ | Selling Value: N/A ]
  3801. [ https://photos.app.goo.gl/LW00LYOIwFtDke4s2 | ]
  3802. [_____________________________________________| ]
  3803. [ | Usable in Item Menu: YES ]
  3804. [ Menu Description: | Usable in Battle Menu: NO ]
  3805. [ __________________________________ | Sell-able in Shops: NO ]
  3806. [ | Learn Limit Skill "All Creation" | \______________________________]
  3807. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3808. [----------------------------------------------------------------------------]
  3809. [ ITEM ATTRIBUTES: ]
  3810. [ ]
  3811. [ Yuffie's Lv4 Limit Break manual. ]
  3812. [ Performs 1 attack on all enemies for 8x normal damage. ]
  3813. [ ]
  3814. [ QUOTES: ]
  3815. [ ("Cool! This should do it!") ]
  3816. [ ("Nope! I don't get it!") ]
  3817. [ ("Oh wow, I'm totally clueless!") ]
  3818. [----------------------------------------------------------------------------]
  3819. [ FOUND ON ENEMY: (All Creation) ]
  3820. [ ]
  3821. [ DROP Godo [63] - Wutai Pagoda 5th Floor ]
  3822. [ ]
  3823. [ After obtaining the Tiny Bronco, complete Yuffie's sidequest in Wutai. ]
  3824. [ After which you can engage in the Pagoda quest. Defeat the first four ]
  3825. [ sub-bosses to face Godo. Defeat him to obtain the All Creation. ]
  3826. 0============================================================================0
  3827.  
  3828. 0============================================================================0
  3829. [ | ]
  3830. [ 93 {CHAOS} | Buying Value: N/A ]
  3831. [ | Selling Value: N/A ]
  3832. [ https://photos.app.goo.gl/iz4dDHypJ9IPoc5G2 | ]
  3833. [_____________________________________________| ]
  3834. [ | Usable in Item Menu: YES ]
  3835. [ Menu Description: | Usable in Battle Menu: NO ]
  3836. [ ___________________________ | Sell-able in Shops: NO ]
  3837. [ | Learn Limit Skill "Chaos" | \______________________________]
  3838. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3839. [----------------------------------------------------------------------------]
  3840. [ ITEM ATTRIBUTES: ]
  3841. [ ]
  3842. [ Vincent's Lv4 Limit Break manual. ]
  3843. [ Transforms Vincent into Chaos! ]
  3844. [ ]
  3845. [ QUOTES: ]
  3846. [ ("I'm becoming less human...") ]
  3847. [ ("I'm still not ready.") ]
  3848. [ ("It has nothing to do with me.") ]
  3849. [----------------------------------------------------------------------------]
  3850. [ FOUND ON FIELD MAP: QTY: (Chaos) ]
  3851. [ ]
  3852. [ Lucrecia's Waterfall 1 ]
  3853. [ ]
  3854. [ After Cloud rejoins the party on Disc 2, either breed a Green Chocobo or ]
  3855. [ obtain the submarine and head to the enclosed waterfall near the Gold ]
  3856. [ saucer (see map section F.06). Put Vincent in your party and enter the ]
  3857. [ cave for a scene. ]
  3858. [ ]
  3859. [ After, head outside and fight between 1 and 11 battles then reenter the ]
  3860. [ cave for Chaos and Death Penalty. ]
  3861. 0============================================================================0
  3862.  
  3863. 0============================================================================0
  3864. [ | ]
  3865. [ 94 {HIGHWIND} | Buying Value: N/A ]
  3866. [ | Selling Value: N/A ]
  3867. [ https://photos.app.goo.gl/Mrg9gx6ZByTcHS6B6 | ]
  3868. [_____________________________________________| ]
  3869. [ | Usable in Item Menu: YES ]
  3870. [ Menu Description: | Usable in Battle Menu: NO ]
  3871. [ ______________________________ | Sell-able in Shops: NOS ]
  3872. [ | Learn Limit Skill "Highwind" | \______________________________]
  3873. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3874. [----------------------------------------------------------------------------]
  3875. [ ITEM ATTRIBUTES: ]
  3876. [ ]
  3877. [ Cid's Lv4 Limit Break manual. ]
  3878. [ Performs 18x attacks on random single enemies for 0.6875x damage. ]
  3879. [ ]
  3880. [ QUOTES: ]
  3881. [ ("Hey I like this! Lemme use it!") ]
  3882. [ ("Hmph, don't quite get it but...") ]
  3883. [ ("Not me! Give it to someone else!") ]
  3884. [----------------------------------------------------------------------------]
  3885. [ FOUND ON FIELD MAP: QTY: (Highwind) ]
  3886. [ ]
  3887. [ Sunken Gelnika Cargo Room 1 ]
  3888. [ ]
  3889. [ Can be obtained once you have the Submarine on Disc 2. ]
  3890. 0============================================================================0
  3891.  
  3892. 0============================================================================0
  3893. [ | ]
  3894. [ 95 {1/35 SOLDIER} | Buying Value: N/A ]
  3895. [ | Selling Value: 25 ]
  3896. [ https://photos.app.goo.gl/lkeDtXacQFYcEtH03 | ]
  3897. [_____________________________________________| ]
  3898. [ | Usable in Item Menu: NO ]
  3899. [ Menu Description: | Usable in Battle Menu: NO ]
  3900. [ _________________________________________ | Sell-able in Shops: YES ]
  3901. [ | Shinra armored ‘attack’ soldiers: 12 in | \______________________________]
  3902. [ | the set! | ]
  3903. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3904. [----------------------------------------------------------------------------]
  3905. [ ITEM ATTRIBUTES: ]
  3906. [ ]
  3907. [ Has no actual purpose. ]
  3908. [----------------------------------------------------------------------------]
  3909. [ FOUND ON FIELD MAPS: QTY: (1/35 Soldier) ]
  3910. [ ]
  3911. [ Junon Right Side "Barracks" 2nd Floor 1 ]
  3912. [ Junon Left Side "Barracks" 2nd Floor 1 ]
  3913. [ Speed Square Coaster Ride Lobby (3000 - 4999) Inf 33.2% Chance ]
  3914. 0============================================================================0
  3915.  
  3916. 0============================================================================0
  3917. [ | ]
  3918. [ 96 {SUPER SWEEPER} | Buying Value: N/A ]
  3919. [ | Selling Value: 25 ]
  3920. [ https://photos.app.goo.gl/HkQMSCZcS38dsdKw6 | ]
  3921. [_____________________________________________| ]
  3922. [ | Usable in Item Menu: NO ]
  3923. [ Menu Description: | Usable in Battle Menu: NO ]
  3924. [ _______________________________________ | Sell-able in Shops: YES ]
  3925. [ | A new machine to protect the reactor! | \______________________________]
  3926. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3927. [----------------------------------------------------------------------------]
  3928. [ ITEM ATTRIBUTES: ]
  3929. [ ]
  3930. [ Has no actual purpose. ]
  3931. [----------------------------------------------------------------------------]
  3932. [ FOUND ON FIELD MAP: QTY: (Super Sweeper) ]
  3933. [ ]
  3934. [ Speed Square Coaster Ride Lobby (3000 - 4999) Inf 33.2% Chance ]
  3935. 0============================================================================0
  3936.  
  3937. 0============================================================================0
  3938. [ | ]
  3939. [ 97 {MASAMUNE BLADE} | Buying Value: N/A ]
  3940. [ | Selling Value: 25 ]
  3941. [ https://photos.app.goo.gl/yTWSpegiVtLzj5pQA | ]
  3942. [_____________________________________________| ]
  3943. [ | Usable in Item Menu: NO ]
  3944. [ Menu Description: | Usable in Battle Menu: NO ]
  3945. [ ______________________________________ | Sell-able in Shops: YES ]
  3946. [ | A perfect copy of Sephiroth's sword! | \______________________________]
  3947. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3948. [----------------------------------------------------------------------------]
  3949. [ ITEM ATTRIBUTES: ]
  3950. [ ]
  3951. [ Has no actual purpose. ]
  3952. [----------------------------------------------------------------------------]
  3953. [ FOUND ON FIELD MAP: QTY: (Masamune Blade) ]
  3954. [ ]
  3955. [ Speed Square Coaster Ride Lobby (3000 - 4999) Inf 33.6% Chance ]
  3956. 0============================================================================0
  3957.  
  3958. 0============================================================================0
  3959. [ | ]
  3960. [ 98 {SAVE CRYSTAL} | Buying Value: N/A ]
  3961. [ | Selling Value: N/A ]
  3962. [ https://photos.app.goo.gl/CVr9maMpK8GA6T1n1 | ]
  3963. [_____________________________________________| ]
  3964. [ | Usable in Item Menu: YES ]
  3965. [ Menu Description: | Usable in Battle Menu: NO ]
  3966. [ ________________________________________ | Sell-able in Shops: NO ]
  3967. [ | Use this to create a SAVE Point in the | \______________________________]
  3968. [ | ‘North Cave’ | ]
  3969. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3970. [----------------------------------------------------------------------------]
  3971. [ ITEM ATTRIBUTES: ]
  3972. [ ]
  3973. [ Creates a permanent Save Point. For use in the North Crater only. ]
  3974. [----------------------------------------------------------------------------]
  3975. [ FOUND ON FIELD MAP: QTY: (Save Crystal) ]
  3976. [ ]
  3977. [ North Crater Descent "Spiral" Screen 1 ]
  3978. 0============================================================================0
  3979.  
  3980. 0============================================================================0
  3981. [ | ]
  3982. [ 99 {COMBAT DIARY} | Buying Value: N/A ]
  3983. [ | Selling Value: N/A ]
  3984. [ https://photos.app.goo.gl/EVUMLZGG8Bx7rk7U8 | ]
  3985. [_____________________________________________| ]
  3986. [ | Usable in Item Menu: NO ]
  3987. [ Menu Description: | Usable in Battle Menu: NO ]
  3988. [ ___________________________________ | Sell-able in Shops: NO ]
  3989. [ | A record of Master Dio's fiercest | \______________________________]
  3990. [ | battles | ]
  3991. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  3992. [----------------------------------------------------------------------------]
  3993. [ ITEM ATTRIBUTES: ]
  3994. [ ]
  3995. [ Has no actual purpose. ]
  3996. [----------------------------------------------------------------------------]
  3997. [ FOUND ON FIELD MAPS: QTY: (Combat Diary) ]
  3998. [ ]
  3999. [ Battle Square (Special Battle) Inf 33.6% Chance ]
  4000. 0============================================================================0
  4001.  
  4002. 0============================================================================0
  4003. [ | ]
  4004. [ 100 {AUTOGRAPH} | Buying Value: N/A ]
  4005. [ | Selling Value: N/A ]
  4006. [ https://photos.app.goo.gl/DkxNCHk8iXg9KzLF6 | ]
  4007. [_____________________________________________| ]
  4008. [ | Usable in Item Menu: NO ]
  4009. [ Menu Description: | Usable in Battle Menu: NO ]
  4010. [ _________________ | Sell-able in Shops: NO ]
  4011. [ | Dio's Autograph | \______________________________]
  4012. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4013. [----------------------------------------------------------------------------]
  4014. [ ITEM ATTRIBUTES: ]
  4015. [ ]
  4016. [ Has no actual purpose. ]
  4017. [----------------------------------------------------------------------------]
  4018. [ FOUND ON FIELD MAP: QTY: (Autograph) ]
  4019. [ ]
  4020. [ Battle Square (Special Battle) Inf 33.6% Chance ]
  4021. 0============================================================================0
  4022.  
  4023. 0============================================================================0
  4024. [ | ]
  4025. [ 101 {GAMBLER} | Buying Value: N/A ]
  4026. [ | Selling Value: N/A ]
  4027. [ https://photos.app.goo.gl/6x4AvwWoDV2awDcV2 | ]
  4028. [_____________________________________________| ]
  4029. [ | Usable in Item Menu: NO ]
  4030. [ Menu Description: | Usable in Battle Menu: NO ]
  4031. [ ______________________________________ | Sell-able in Shops: NO ]
  4032. [ | Second part of Dio's diary: The Gold | \______________________________]
  4033. [ | Saucer years | ]
  4034. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4035. [----------------------------------------------------------------------------]
  4036. [ ITEM ATTRIBUTES: ]
  4037. [ ]
  4038. [ Has no actual purpose. ]
  4039. [----------------------------------------------------------------------------]
  4040. [ FOUND ON FIELD MAP: QTY: (Gambler) ]
  4041. [ ]
  4042. [ Battle Square (Special Battle) Inf 32.8% Chance ]
  4043. 0============================================================================0
  4044.  
  4045. 0============================================================================0
  4046. [ | ]
  4047. [ 102 (DESERT ROSE} | Buying Value: N/A ]
  4048. [ | Selling Value: N/A ]
  4049. [ | ]
  4050. [_____________________________________________| ]
  4051. [ | Usable in Item Menu: NO ]
  4052. [ Menu Description: | Usable in Battle Menu: NO ]
  4053. [ ______________________________ | Sell-able in Shops: NO ]
  4054. [ | Blooms once every 1000 years | \______________________________]
  4055. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4056. [----------------------------------------------------------------------------]
  4057. [ ITEM ATTRIBUTES: ]
  4058. [ ]
  4059. [ Trade with the Kalm Traveller for a Gold Chocobo. ]
  4060. [----------------------------------------------------------------------------]
  4061. [ FOUND ON ENEMY: (Desert Rose) ]
  4062. [ ]
  4063. [ DROP Ruby Weapon [63] - Gold Saucer Area Desert (World Map) ]
  4064. 0============================================================================0
  4065.  
  4066. 0============================================================================0
  4067. [ | ]
  4068. [ 103 {EARTH HARP} | Buying Value: N/A ]
  4069. [ | Selling Value: N/A ]
  4070. [ | ]
  4071. [_____________________________________________| ]
  4072. [ | Usable in Item Menu: NO ]
  4073. [ Menu Description: | Usable in Battle Menu: NO ]
  4074. [ _____________________________________ | Sell-able in Shops: NO ]
  4075. [ | Calms the hearts of all who hear it | \______________________________]
  4076. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4077. [----------------------------------------------------------------------------]
  4078. [ ITEM ATTRIBUTES: ]
  4079. [ ]
  4080. [ Trade with the Kalm Traveller for Master Magic, Command and Summon. ]
  4081. [----------------------------------------------------------------------------]
  4082. [ FOUND ON ENEMY: (Earth Harp) ]
  4083. [ ]
  4084. [ DROP Emerald Weapon [63] - Ocean Floor ]
  4085. 0============================================================================0
  4086.  
  4087. 0============================================================================0
  4088. [ | ]
  4089. [ 104 {GUIDE BOOK} | Buying Value: N/A ]
  4090. [ | Selling Value: N/A ]
  4091. [ | ]
  4092. [_____________________________________________| ]
  4093. [ | Usable in Item Menu: NO ]
  4094. [ Menu Description: | Usable in Battle Menu: NO ]
  4095. [ ________________________________________ | Sell-able in Shops: NO ]
  4096. [ | Map of another world. It slumbers with | \______________________________]
  4097. [ | sunken ships | ]
  4098. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4099. [----------------------------------------------------------------------------]
  4100. [ ITEM ATTRIBUTES: ]
  4101. [ ]
  4102. [ Trade with the Kalm Traveller for the Underwater Materia. ]
  4103. [----------------------------------------------------------------------------]
  4104. [ FOUND ON ENEMY: (Guide Book) ]
  4105. [ ]
  4106. [ MORPH Ghost Ship - Junon Underwater Pipe ]
  4107. 0============================================================================0
  4108.  
  4109. .__________________________________________________________________________.
  4110. //=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-\\
  4111. || ||
  4112. || KEY ITEMS ||
  4113. || {KEY ITEMS} ||
  4114. \\=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-.=-//
  4115. '¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯'
  4116.  
  4117. 0============================================================================0
  4118. [ ]
  4119. [ 00 {COTTON DRESS} https://photos.app.goo.gl/Y8eaFyh1aEpdE2kp1 ]
  4120. [____________________________________________________________________________]
  4121. [ ]
  4122. [ Menu Description: ]
  4123. [ ____________________ ]
  4124. [ | Cotton-woven dress | ]
  4125. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4126. [----------------------------------------------------------------------------]
  4127. [ KEY ITEM ATTRIBUTES: ]
  4128. [ ]
  4129. [ + 1 to Cloud's "Prettiness" rating. ]
  4130. [----------------------------------------------------------------------------]
  4131. [ FOUND ON FIELD MAP: ]
  4132. [ ]
  4133. [ Wall Market Clothes Shop (Chosen "Clean" and either "Shiny" or "Shimmers") ]
  4134. 0============================================================================0
  4135.  
  4136. 0============================================================================0
  4137. [ ]
  4138. [ 01 {SATIN DRESS} https://photos.app.goo.gl/un8N1yaNRkNNZ7K72 ]
  4139. [____________________________________________________________________________]
  4140. [ ]
  4141. [ Menu Description: ]
  4142. [ _____________________ ]
  4143. [ | Dress made of satin | ]
  4144. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4145. [----------------------------------------------------------------------------]
  4146. [ KEY ITEM ATTRIBUTES: ]
  4147. [ ]
  4148. [ + 3 to Cloud's "Prettiness" rating. ]
  4149. [----------------------------------------------------------------------------]
  4150. [ FOUND ON FIELD MAP: ]
  4151. [ ]
  4152. [ Wall Market Clothes Shop (Chosen "Soft" and "Shiny") ]
  4153. 0============================================================================0
  4154.  
  4155. 0============================================================================0
  4156. [ ]
  4157. [ 02 {SILK DRESS} https://photos.app.goo.gl/anoDuBzsgI35Fx0z1 ]
  4158. [____________________________________________________________________________]
  4159. [ ]
  4160. [ Menu Description: ]
  4161. [ ____________________ ]
  4162. [ | Dress made of silk | ]
  4163. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4164. [----------------------------------------------------------------------------]
  4165. [ KEY ITEM ATTRIBUTES: ]
  4166. [ ]
  4167. [ + 5 to Cloud's "Prettiness" rating. ]
  4168. [----------------------------------------------------------------------------]
  4169. [ FOUND ON FIELD MAP: ]
  4170. [ ]
  4171. [ Wall Market Clothes Shop (Chosen "Soft" and "Shimmers") ]
  4172. 0============================================================================0
  4173.  
  4174. 0============================================================================0
  4175. [ ]
  4176. [ 03 {WIG} https://photos.app.goo.gl/fxGfegT7x6jWOnwc2 ]
  4177. [____________________________________________________________________________]
  4178. [ ]
  4179. [ Menu Description: ]
  4180. [ ______________________________ ]
  4181. [ | Wig made from messed up hair | ]
  4182. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4183. [----------------------------------------------------------------------------]
  4184. [ KEY ITEM ATTRIBUTES: ]
  4185. [ ]
  4186. [ + 1 to Cloud's "Prettiness" rating. ]
  4187. [----------------------------------------------------------------------------]
  4188. [ FOUND ON FIELD MAP: ]
  4189. [ ]
  4190. [ Wall Market Gym (Lose to Big Bro) ]
  4191. 0============================================================================0
  4192.  
  4193. 0============================================================================0
  4194. [ ]
  4195. [ 04 {DYED WIG} https://photos.app.goo.gl/DIq8ZNXbeWK0iSHJ2 ]
  4196. [____________________________________________________________________________]
  4197. [ ]
  4198. [ Menu Description: ]
  4199. [ ___________________________________ ]
  4200. [ | Wig made of hair dyed light brown | ]
  4201. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4202. [----------------------------------------------------------------------------]
  4203. [ KEY ITEM ATTRIBUTES: ]
  4204. [ ]
  4205. [ + 3 to Cloud's "Prettiness" rating. ]
  4206. [----------------------------------------------------------------------------]
  4207. [ FOUND ON FIELD MAP: ]
  4208. [ ]
  4209. [ Wall Market Gym (Draw with Big Bro) ]
  4210. 0============================================================================0
  4211.  
  4212. 0============================================================================0
  4213. [ ]
  4214. [ 05 {BLONDE WIG} https://photos.app.goo.gl/5Y0hP0nC7YJQQpl32 ]
  4215. [____________________________________________________________________________]
  4216. [ ]
  4217. [ Menu Description: ]
  4218. [ ______________ ]
  4219. [ | A blonde wig | ]
  4220. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4221. [----------------------------------------------------------------------------]
  4222. [ KEY ITEM ATTRIBUTES: ]
  4223. [ ]
  4224. [ + 5 to Cloud's "Prettiness" rating. ]
  4225. [----------------------------------------------------------------------------]
  4226. [ FOUND ON FIELD MAP: ]
  4227. [ ]
  4228. [ Wall Market Gym (Beat Big Bro) ]
  4229. 0============================================================================0
  4230.  
  4231. 0============================================================================0
  4232. [ ]
  4233. [ 06 {GLASS TIARA} https://photos.app.goo.gl/uzFu7bg0ThDEu6AR2 ]
  4234. [____________________________________________________________________________]
  4235. [ ]
  4236. [ Menu Description: ]
  4237. [ _______________ ]
  4238. [ | A glass tiara | ]
  4239. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4240. [----------------------------------------------------------------------------]
  4241. [ KEY ITEM ATTRIBUTES: ]
  4242. [ ]
  4243. [ + 1 to Cloud's "Prettiness" rating. ]
  4244. [----------------------------------------------------------------------------]
  4245. [ FOUND ON FIELD MAP: ]
  4246. [ ]
  4247. [ Wall Market Materia Shop (50 gil option) ]
  4248. 0============================================================================0
  4249.  
  4250. 0============================================================================0
  4251. [ ]
  4252. [ 07 {RUBY TIARA} https://photos.app.goo.gl/ot5RRqronlE4Dpog2 ]
  4253. [____________________________________________________________________________]
  4254. [ ]
  4255. [ Menu Description: ]
  4256. [ ______________ ]
  4257. [ | A ruby tiara | ]
  4258. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4259. [----------------------------------------------------------------------------]
  4260. [ KEY ITEM ATTRIBUTES: ]
  4261. [ ]
  4262. [ + 3 to Cloud's "Prettiness" rating. ]
  4263. [----------------------------------------------------------------------------]
  4264. [ FOUND ON FIELD MAP: ]
  4265. [ ]
  4266. [ Wall Market Materia Shop (100 gil option) ]
  4267. 0============================================================================0
  4268.  
  4269. 0============================================================================0
  4270. [ ]
  4271. [ 08 {DIAMOND TIARA} https://photos.app.goo.gl/rv25zAgrBL0HjPG23 ]
  4272. [____________________________________________________________________________]
  4273. [ ]
  4274. [ Menu Description: ]
  4275. [ _________________ ]
  4276. [ | A diamond tiara | ]
  4277. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4278. [----------------------------------------------------------------------------]
  4279. [ KEY ITEM ATTRIBUTES: ]
  4280. [ ]
  4281. [ + 5 to Cloud's "Prettiness" rating. ]
  4282. [----------------------------------------------------------------------------]
  4283. [ FOUND ON FIELD MAP: ]
  4284. [ ]
  4285. [ Wall Market Materia Shop (200 gil option) ]
  4286. 0============================================================================0
  4287.  
  4288. 0============================================================================0
  4289. [ ]
  4290. [ 09 {COLOGNE} https://photos.app.goo.gl/5LuCOsJL8QB1VthG2 ]
  4291. [____________________________________________________________________________]
  4292. [ ]
  4293. [ Menu Description: ]
  4294. [ _______________ ]
  4295. [ | Cheap perfume | ]
  4296. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4297. [----------------------------------------------------------------------------]
  4298. [ KEY ITEM ATTRIBUTES: ]
  4299. [ ]
  4300. [ + 1 to Cloud's "Prettiness" rating. ]
  4301. [----------------------------------------------------------------------------]
  4302. [ FOUND ON FIELD MAP: ]
  4303. [ ]
  4304. [ Wall Market Pub (Trade Disinfectant) ]
  4305. 0============================================================================0
  4306.  
  4307. 0============================================================================0
  4308. [ ]
  4309. [ 10 {FLOWER COLOGNE} https://photos.app.goo.gl/ikKuAPbTBvQV9pTt1 ]
  4310. [____________________________________________________________________________]
  4311. [ ]
  4312. [ Menu Description: ]
  4313. [ ________________________ ]
  4314. [ | Flower scented perfume | ]
  4315. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4316. [----------------------------------------------------------------------------]
  4317. [ KEY ITEM ATTRIBUTES: ]
  4318. [ ]
  4319. [ + 3 to Cloud's "Prettiness" rating. ]
  4320. [----------------------------------------------------------------------------]
  4321. [ FOUND ON FIELD MAP: ]
  4322. [ ]
  4323. [ Wall Market Pub (Trade Deodorant) ]
  4324. 0============================================================================0
  4325.  
  4326. 0============================================================================0
  4327. [ ]
  4328. [ 11 {SEXY COLOGNE} https://photos.app.goo.gl/m9KVC3QIDa3Ox46W2 ]
  4329. [____________________________________________________________________________]
  4330. [ ]
  4331. [ Menu Description: ]
  4332. [ __________________________________ ]
  4333. [ | A perfume that amorously arouses | ]
  4334. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4335. [----------------------------------------------------------------------------]
  4336. [ KEY ITEM ATTRIBUTES: ]
  4337. [ ]
  4338. [ + 5 to Cloud's "Prettiness" rating. ]
  4339. [----------------------------------------------------------------------------]
  4340. [ FOUND ON FIELD MAP: ]
  4341. [ ]
  4342. [ Wall Market Pub (Trade Disinfectant) ]
  4343. 0============================================================================0
  4344.  
  4345. 0============================================================================0
  4346. [ ]
  4347. [ 12 {MEMBER'S CARD} https://photos.app.goo.gl/SeyzfmNI2zOtOeuZ2 ]
  4348. [____________________________________________________________________________]
  4349. [ ]
  4350. [ Menu Description: ]
  4351. [ _____________________________________ ]
  4352. [ | Membership card to the Honeybee Inn | ]
  4353. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4354. [----------------------------------------------------------------------------]
  4355. [ KEY ITEM ATTRIBUTES: ]
  4356. [ ]
  4357. [ Allows Access to the Honey Bee Inn ]
  4358. [----------------------------------------------------------------------------]
  4359. [ FOUND ON FIELD MAP: ]
  4360. [ ]
  4361. [ Wall Market South, man in South East corner. Speak to him *after* ]
  4362. [ agreeing with Aeris that you'll dress as a woman. ]
  4363. 0============================================================================0
  4364.  
  4365. 0============================================================================0
  4366. [ ]
  4367. [ 13 {LINGERIE} https://photos.app.goo.gl/gDNZWbGFraGuNefo2 ]
  4368. [____________________________________________________________________________]
  4369. [ ]
  4370. [ Menu Description: ]
  4371. [ ____________________ ]
  4372. [ | Perfumed underwear | ]
  4373. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4374. [----------------------------------------------------------------------------]
  4375. [ KEY ITEM ATTRIBUTES: ]
  4376. [ ]
  4377. [ + 0 to Cloud's "Prettiness" rating. Initially, the Lingerie were supposed ]
  4378. [ to grant +1, however, this was phased out of the final version. ]
  4379. [----------------------------------------------------------------------------]
  4380. [ FOUND ON FIELD MAP: ]
  4381. [ ]
  4382. [ Honey Bee Inn &$#% Room. ]
  4383. 0============================================================================0
  4384.  
  4385. 0============================================================================0
  4386. [ ]
  4387. [ 14 {MYSTERY PANTIES} ]
  4388. [____________________________________________________________________________]
  4389. [ ]
  4390. [ Menu Description: ]
  4391. [ ________________________________________ ]
  4392. [ | Panties with a childish design on them | ]
  4393. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4394. [----------------------------------------------------------------------------]
  4395. [ KEY ITEM ATTRIBUTES: ]
  4396. [ ]
  4397. [ + 0 to Cloud's "Prettiness" rating. Initially, the Mystery Panties were ]
  4398. [ supposed to grant +3, however, this was phased out of the final version. ]
  4399. [----------------------------------------------------------------------------]
  4400. [ FOUND ON FIELD MAP: ]
  4401. [ ]
  4402. [ Dummied Out Content ]
  4403. 0============================================================================0
  4404.  
  4405. 0============================================================================0
  4406. [ ]
  4407. [ 15 {BIKINI BRIEFS} https://photos.app.goo.gl/cTIXOpMERgyhcyq02 ]
  4408. [____________________________________________________________________________]
  4409. [ ]
  4410. [ Menu Description: ]
  4411. [ ______________________ ]
  4412. [ | Tight-fitting briefs | ]
  4413. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4414. [----------------------------------------------------------------------------]
  4415. [ KEY ITEM ATTRIBUTES: ]
  4416. [ ]
  4417. [ + 0 to Cloud's "Prettiness" rating. Initially, the Bikini Briefs were ]
  4418. [ supposed to grant +5, however, this was phased out of the final version. ]
  4419. [----------------------------------------------------------------------------]
  4420. [ FOUND ON FIELD MAP: ]
  4421. [ ]
  4422. [ Honey Bee Inn Group Room ]
  4423. 0============================================================================0
  4424.  
  4425. 0============================================================================0
  4426. [ ]
  4427. [ 16 {PHARMACY COUPONS} https://photos.app.goo.gl/VenWNixeWvqIfFHC2 ]
  4428. [____________________________________________________________________________]
  4429. [ ]
  4430. [ Menu Description: ]
  4431. [ ____________________________________________ ]
  4432. [ | Can be exchanged for goods at the pharmacy | ]
  4433. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4434. [----------------------------------------------------------------------------]
  4435. [ KEY ITEM ATTRIBUTES: ]
  4436. [ ]
  4437. [ Exchange at the Item Store for Disinfectant, Deodorant or Digestive ]
  4438. [----------------------------------------------------------------------------]
  4439. [ FOUND ON FIELD MAP: ]
  4440. [ ]
  4441. [ Wall Market Diner (Select option 2 after eating) ]
  4442. 0============================================================================0
  4443.  
  4444. 0============================================================================0
  4445. [ ]
  4446. [ 17 {DISINFECTANT} https://photos.app.goo.gl/PfWWjSYXiU9o8QBZ2 ]
  4447. [____________________________________________________________________________]
  4448. [ ]
  4449. [ Menu Description: ]
  4450. [ ________________ ]
  4451. [ | A disinfectant | ]
  4452. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4453. [----------------------------------------------------------------------------]
  4454. [ KEY ITEM ATTRIBUTES: ]
  4455. [ ]
  4456. [ Used to trade for the Cologne ]
  4457. [----------------------------------------------------------------------------]
  4458. [ FOUND ON FIELD MAP: ]
  4459. [ ]
  4460. [ Wall Market Item Store (Trade Pharmacy Coupons) ]
  4461. 0============================================================================0
  4462.  
  4463. 0============================================================================0
  4464. [ ]
  4465. [ 18 {DEODORANT} https://photos.app.goo.gl/8oNR63LjT67QXfik2 ]
  4466. [____________________________________________________________________________]
  4467. [ ]
  4468. [ Menu Description: ]
  4469. [ _____________ ]
  4470. [ | A deodorant | ]
  4471. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4472. [----------------------------------------------------------------------------]
  4473. [ KEY ITEM ATTRIBUTES: ]
  4474. [ ]
  4475. [ Used to trade for the Flower Cologne ]
  4476. [----------------------------------------------------------------------------]
  4477. [ FOUND ON FIELD MAP: ]
  4478. [ ]
  4479. [ Wall Market Item Store (Trade Pharmacy Coupons) ]
  4480. 0============================================================================0
  4481.  
  4482. 0============================================================================0
  4483. [ ]
  4484. [ 19 {DIGESTIVE} https://photos.app.goo.gl/O9EKXJtjcoxSXF0b2 ]
  4485. [____________________________________________________________________________]
  4486. [ ]
  4487. [ Menu Description: ]
  4488. [ _____________ ]
  4489. [ | A digestive | ]
  4490. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4491. [----------------------------------------------------------------------------]
  4492. [ KEY ITEM ATTRIBUTES: ]
  4493. [ ]
  4494. [ Used to trade for the Sexy Cologne ]
  4495. [----------------------------------------------------------------------------]
  4496. [ FOUND ON FIELD MAP: ]
  4497. [ ]
  4498. [ Wall Market Item Store (Trade Pharmacy Coupons) ]
  4499. 0============================================================================0
  4500.  
  4501. 0============================================================================0
  4502. [ ]
  4503. [ 20 {HUGE MATERIA} https://photos.app.goo.gl/vI6fC88drIMgKCrb2 ]
  4504. [____________________________________________________________________________]
  4505. [ ]
  4506. [ Menu Description: ]
  4507. [ ____________________________________________ ]
  4508. [ | Materia you get at the Fort Condor Reactor | ]
  4509. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4510. [----------------------------------------------------------------------------]
  4511. [ KEY ITEM ATTRIBUTES: ]
  4512. [ ]
  4513. [ {YELLOW HUGE MATERIA} ]
  4514. [ Exchange a mastered Mime, Manipulate, Morph, Sense, Steal, Deathblow and ]
  4515. [ Throw Materia to obtain the Master Command Materia. ]
  4516. [----------------------------------------------------------------------------]
  4517. [ FOUND ON FIELD MAPS: ]
  4518. [ ]
  4519. [ Fort Condor after Huge Materia Quest OR ]
  4520. [ Cid's Rocket if missed at Fort Condor *AND* Green Huge Materia obtained in ]
  4521. [ North Corel ]
  4522. 0============================================================================0
  4523.  
  4524. 0============================================================================0
  4525. [ ]
  4526. [ 21 {HUGE MATERIA} https://photos.app.goo.gl/199qbCYmOgMqxCof2 ]
  4527. [____________________________________________________________________________]
  4528. [ ]
  4529. [ Menu Description: ]
  4530. [ ______________________________________ ]
  4531. [ | Materia you get at the Corel Reactor | ]
  4532. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4533. [----------------------------------------------------------------------------]
  4534. [ KEY ITEM ATTRIBUTES: ]
  4535. [ ]
  4536. [ {GREEN HUGE MATERIA} ]
  4537. [ Exchange all 21 unique mastered Magic Materias to obtain the Master Magic ]
  4538. [ Materia. ]
  4539. [----------------------------------------------------------------------------]
  4540. [ FOUND ON FIELD MAPS: ]
  4541. [ ]
  4542. [ North Corel after Huge Materia Quest OR ]
  4543. [ Cid's Rocket if missed at North Corel ]
  4544. 0============================================================================0
  4545.  
  4546. 0============================================================================0
  4547. [ ]
  4548. [ 22 {HUGE MATERIA} https://photos.app.goo.gl/tWk2U8Z4lQpmSo563 ]
  4549. [____________________________________________________________________________]
  4550. [ ]
  4551. [ Menu Description: ]
  4552. [ ___________________________________________ ]
  4553. [ | Materia you get at the Underwater Reactor | ]
  4554. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4555. [----------------------------------------------------------------------------]
  4556. [ KEY ITEM ATTRIBUTES: ]
  4557. [ ]
  4558. [ {RED HUGE MATERIA} ]
  4559. [ Exchange all 16 unique mastered Summon Materias to obtain the Master ]
  4560. [ Summon Materia. ]
  4561. [----------------------------------------------------------------------------]
  4562. [ FOUND ON FIELD MAPS: ]
  4563. [ ]
  4564. [ Ocean Floor after Huge Materia Quest OR ]
  4565. [ Cid's Rocket if missed in the Submarine mission *AND* Green Huge Materia ]
  4566. [ obtained in North Corel *AND* Yellow Huge Materia obtained in Fort Condor ]
  4567. 0============================================================================0
  4568.  
  4569. 0============================================================================0
  4570. [ ]
  4571. [ 23 {HUGE MATERIA} https://photos.app.goo.gl/3wtKfSniOgRYlJT73 ]
  4572. [____________________________________________________________________________]
  4573. [ ]
  4574. [ Menu Description: ]
  4575. [ _________________________________ ]
  4576. [ | Materia you get from the rocket | ]
  4577. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4578. [----------------------------------------------------------------------------]
  4579. [ KEY ITEM ATTRIBUTES: ]
  4580. [ ]
  4581. [ {BLUE HUGE MATERIA} ]
  4582. [ If Bahamut and Neo Bahamut have been obtained then you will receive the ]
  4583. [ Bahamut ZERO Materia (while retaining Bahamut and Neo Bahamut). ]
  4584. [----------------------------------------------------------------------------]
  4585. [ FOUND ON FIELD MAPS: ]
  4586. [ ]
  4587. [ Cid's Rocket ONLY if the other three Huge Materias have been obtained ]
  4588. 0============================================================================0
  4589.  
  4590. 0============================================================================0
  4591. [ ]
  4592. [ 24 {KEY TO ANCIENTS} https://photos.app.goo.gl/iwJw4ykZusZF4D862 ]
  4593. [____________________________________________________________________________]
  4594. [ ]
  4595. [ Menu Description: ]
  4596. [ _______________________________ ]
  4597. [ | An old key found in the ocean | ]
  4598. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4599. [----------------------------------------------------------------------------]
  4600. [ KEY ITEM ATTRIBUTES: ]
  4601. [ ]
  4602. [ Used to progress the Story in the City of The Ancients on Disc 2 ]
  4603. [----------------------------------------------------------------------------]
  4604. [ FOUND ON WORLD MAPS: ]
  4605. [ ]
  4606. [ Ocean Floor, Northern Alcove ]
  4607. 0============================================================================0
  4608.  
  4609. 0============================================================================0
  4610. [ ]
  4611. [ 25 {LETTER TO A DAUGHTER} ]
  4612. [____________________________________________________________________________]
  4613. [ ]
  4614. [ Menu Description: ]
  4615. [ ____________________________________________ ]
  4616. [ | A letter to a young girl who lives in Kalm | ]
  4617. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4618. [----------------------------------------------------------------------------]
  4619. [ KEY ITEM ATTRIBUTES: ]
  4620. [ ]
  4621. [ Dummied out Content. Originally used for a sidequest involving the locked ]
  4622. [ chest in Kalm (the "Travelling Salesman" sidequest). ]
  4623. 0============================================================================0
  4624.  
  4625. 0============================================================================0
  4626. [ ]
  4627. [ 26 {LETTER TO A WIFE} ]
  4628. [____________________________________________________________________________]
  4629. [ ]
  4630. [ Menu Description: ]
  4631. [ ______________________________________ ]
  4632. [ | A letter to a wife who lives in Kalm | ]
  4633. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4634. [----------------------------------------------------------------------------]
  4635. [ KEY ITEM ATTRIBUTES: ]
  4636. [ ]
  4637. [ Dummied out Content. Originally used for a sidequest involving the locked ]
  4638. [ chest in Kalm (the "Travelling Salesman" sidequest). ]
  4639. 0============================================================================0
  4640.  
  4641. 0============================================================================0
  4642. [ ]
  4643. [ 27 {LUNAR HARP} https://photos.app.goo.gl/vZffWe8EnHQdGUMc2 ]
  4644. [____________________________________________________________________________]
  4645. [ ]
  4646. [ Menu Description: ]
  4647. [ ________________________________________________ ]
  4648. [ | An instrument used to wake the Sleeping Forest | ]
  4649. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4650. [----------------------------------------------------------------------------]
  4651. [ KEY ITEM ATTRIBUTES: ]
  4652. [ ]
  4653. [ Used to progress in the Story towards the end of Disc 1 ]
  4654. [----------------------------------------------------------------------------]
  4655. [ FOUND ON FIELD MAP: ]
  4656. [ ]
  4657. [ Bone Village Dig Spot 1 ]
  4658. 0============================================================================0
  4659.  
  4660. 0============================================================================0
  4661. [ ]
  4662. [ 28 {BASEMENT KEY} https://photos.app.goo.gl/0KjLdHjrKwQXJeQb2 ]
  4663. [____________________________________________________________________________]
  4664. [ ]
  4665. [ Menu Description: ]
  4666. [ ________________________________________________ ]
  4667. [ | Key to the basement room in the Shinra Mansion | ]
  4668. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4669. [----------------------------------------------------------------------------]
  4670. [ KEY ITEM ATTRIBUTES: ]
  4671. [ ]
  4672. [ Used to unlock the room in the Shinra Mansion Basement so that you can ]
  4673. [ recruit Vincent ]
  4674. [----------------------------------------------------------------------------]
  4675. [ FOUND ON FIELD MAP: ]
  4676. [ ]
  4677. [ Shinra Mansion 2nd Floor Western Wing. Obtain from the Safe after ]
  4678. [ defeating Lost Number (Safe Combo = Right 36 Left 10 Right 59 Right 97) ]
  4679. 0============================================================================0
  4680.  
  4681. 0============================================================================0
  4682. [ ]
  4683. [ 29 {KEY TO SECTOR 5} https://photos.app.goo.gl/L7SthjQZ5iW7HOsA2 ]
  4684. [____________________________________________________________________________]
  4685. [ ]
  4686. [ Menu Description: ]
  4687. [ ______________________________________ ]
  4688. [ | Opens the gate to Sector 5 in Midgar | ]
  4689. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4690. [----------------------------------------------------------------------------]
  4691. [ KEY ITEM ATTRIBUTES: ]
  4692. [ ]
  4693. [ Used to re-visit parts of Midgar on Disc 2 ]
  4694. [----------------------------------------------------------------------------]
  4695. [ FOUND ON FIELD MAP: ]
  4696. [ ]
  4697. [ Bone Village Dis Spots 5, 6 and 7 (Normal Treasure) ]
  4698. 0============================================================================0
  4699.  
  4700. 0============================================================================0
  4701. [ ]
  4702. [ 30 {KEYCARD 60} https://photos.app.goo.gl/GYnBSKM0PpaLjvfE3 ]
  4703. [____________________________________________________________________________]
  4704. [ ]
  4705. [ Menu Description: ]
  4706. [ _______________________________________________________________ ]
  4707. [ | Allows you to go as far as the 60th floor in the Shinra Bldg. | ]
  4708. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4709. [----------------------------------------------------------------------------]
  4710. [ KEY ITEM ATTRIBUTES: ]
  4711. [ ]
  4712. [ Required to progress with the Storyline ]
  4713. [----------------------------------------------------------------------------]
  4714. [ FOUND ON FIELD MAP: ]
  4715. [ ]
  4716. [ Shinra HQ 59th Floor after defeating the 3x Mighty Grunts ]
  4717. 0============================================================================0
  4718.  
  4719. 0============================================================================0
  4720. [ ]
  4721. [ 31 {KEYCARD 62} https://photos.app.goo.gl/GYnBSKM0PpaLjvfE3 ]
  4722. [____________________________________________________________________________]
  4723. [ ]
  4724. [ Menu Description: ]
  4725. [ _______________________________________________________________ ]
  4726. [ | Allows you to go as far as the 62nd floor in the Shinra Bldg. | ]
  4727. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4728. [----------------------------------------------------------------------------]
  4729. [ KEY ITEM ATTRIBUTES: ]
  4730. [ ]
  4731. [ Required to progress with the Storyline ]
  4732. [----------------------------------------------------------------------------]
  4733. [ FOUND ON FIELD MAP: ]
  4734. [ ]
  4735. [ Shinra HQ 61st Floor Talk to the guy in the grey suit and choose option 2 ]
  4736. 0============================================================================0
  4737.  
  4738. 0============================================================================0
  4739. [ ]
  4740. [ 32 {KEYCARD 65} https://photos.app.goo.gl/GYnBSKM0PpaLjvfE3 ]
  4741. [____________________________________________________________________________]
  4742. [ ]
  4743. [ Menu Description: ]
  4744. [ _______________________________________________________________ ]
  4745. [ | Allows you to go as far as the 65th floor in the Shinra Bldg. | ]
  4746. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4747. [----------------------------------------------------------------------------]
  4748. [ KEY ITEM ATTRIBUTES: ]
  4749. [ ]
  4750. [ Required to progress with the Storyline ]
  4751. [----------------------------------------------------------------------------]
  4752. [ FOUND ON FIELD MAP: ]
  4753. [ ]
  4754. [ Shinra HQ 62nd Floor Correctly guess Mayor Domino's password ]
  4755. 0============================================================================0
  4756.  
  4757. 0============================================================================0
  4758. [ ]
  4759. [ 33 {KEYCARD 66} https://photos.app.goo.gl/GYnBSKM0PpaLjvfE3 ]
  4760. [____________________________________________________________________________]
  4761. [ ]
  4762. [ Menu Description: ]
  4763. [ _______________________________________________________________ ]
  4764. [ | Allows you to go as far as the 66th floor in the Shinra Bldg. | ]
  4765. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4766. [----------------------------------------------------------------------------]
  4767. [ KEY ITEM ATTRIBUTES: ]
  4768. [ ]
  4769. [ Required to progress with the Storyline ]
  4770. [----------------------------------------------------------------------------]
  4771. [ FOUND ON FIELD MAP: ]
  4772. [ ]
  4773. [ Shinra HQ 65th Floor Awarded for completing the model of Midgar ]
  4774. 0============================================================================0
  4775.  
  4776. 0============================================================================0
  4777. [ ]
  4778. [ 34 {KEYCARD 68} https://photos.app.goo.gl/GYnBSKM0PpaLjvfE3 ]
  4779. [____________________________________________________________________________]
  4780. [ ]
  4781. [ Menu Description: ]
  4782. [ _______________________________________________________________ ]
  4783. [ | Allows you to go as far as the 68th floor in the Shinra Bldg. | ]
  4784. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4785. [----------------------------------------------------------------------------]
  4786. [ KEY ITEM ATTRIBUTES: ]
  4787. [ ]
  4788. [ NOT required to progress with the Storyline (can optionally obtain) ]
  4789. [----------------------------------------------------------------------------]
  4790. [ FOUND ON FIELD MAP: ]
  4791. [ ]
  4792. [ Shinra HQ Hojo's Laboratory 68th Floor After defeating H0512, speak to the ]
  4793. [ NPC in the Control Centre ]
  4794. 0============================================================================0
  4795.  
  4796. 0============================================================================0
  4797. [ ]
  4798. [ 35 {MIDGAR PARTS} https://photos.app.goo.gl/JYFzGoxJvvgnoc333 ]
  4799. [____________________________________________________________________________]
  4800. [ ]
  4801. [ Menu Description: ]
  4802. [ _______________________________ ]
  4803. [ | Part of the Midgar city model | ]
  4804. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4805. [----------------------------------------------------------------------------]
  4806. [ KEY ITEM ATTRIBUTES: ]
  4807. [ ]
  4808. [ 1st Midgar Parts. Required to complete the model of Midgar for Keycard 66 ]
  4809. [----------------------------------------------------------------------------]
  4810. [ FOUND ON FIELD MAP: ]
  4811. [ ]
  4812. [ Shinra HQ 65th Floor (random chest) ]
  4813. 0============================================================================0
  4814.  
  4815. 0============================================================================0
  4816. [ ]
  4817. [ 36 {MIDGAR PARTS} https://photos.app.goo.gl/JYFzGoxJvvgnoc333 ]
  4818. [____________________________________________________________________________]
  4819. [ ]
  4820. [ Menu Description: ]
  4821. [ _______________________________ ]
  4822. [ | Part of the Midgar city model | ]
  4823. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4824. [----------------------------------------------------------------------------]
  4825. [ KEY ITEM ATTRIBUTES: ]
  4826. [ ]
  4827. [ 2nd Midgar Parts. Required to complete the model of Midgar for Keycard 66 ]
  4828. [----------------------------------------------------------------------------]
  4829. [ FOUND ON FIELD MAP: ]
  4830. [ ]
  4831. [ Shinra HQ 65th Floor (random chest) ]
  4832. 0============================================================================0
  4833.  
  4834. 0============================================================================0
  4835. [ ]
  4836. [ 37 {MIDGAR PARTS} https://photos.app.goo.gl/JYFzGoxJvvgnoc333 ]
  4837. [____________________________________________________________________________]
  4838. [ ]
  4839. [ Menu Description: ]
  4840. [ _______________________________ ]
  4841. [ | Part of the Midgar city model | ]
  4842. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4843. [----------------------------------------------------------------------------]
  4844. [ KEY ITEM ATTRIBUTES: ]
  4845. [ ]
  4846. [ 3rd Midgar Parts. Required to complete the model of Midgar for Keycard 66 ]
  4847. [----------------------------------------------------------------------------]
  4848. [ FOUND ON FIELD MAP: ]
  4849. [ ]
  4850. [ Shinra HQ 65th Floor (random chest) ]
  4851. 0============================================================================0
  4852.  
  4853. 0============================================================================0
  4854. [ ]
  4855. [ 38 {MIDGAR PARTS} https://photos.app.goo.gl/JYFzGoxJvvgnoc333 ]
  4856. [____________________________________________________________________________]
  4857. [ ]
  4858. [ Menu Description: ]
  4859. [ _______________________________ ]
  4860. [ | Part of the Midgar city model | ]
  4861. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4862. [----------------------------------------------------------------------------]
  4863. [ KEY ITEM ATTRIBUTES: ]
  4864. [ ]
  4865. [ 4th Midgar Parts. Required to complete the model of Midgar for Keycard 66 ]
  4866. [----------------------------------------------------------------------------]
  4867. [ FOUND ON FIELD MAP: ]
  4868. [ ]
  4869. [ Shinra HQ 65th Floor (random chest) ]
  4870. 0============================================================================0
  4871.  
  4872. 0============================================================================0
  4873. [ ]
  4874. [ 39 {MIDGAR PARTS} https://photos.app.goo.gl/JYFzGoxJvvgnoc333 ]
  4875. [____________________________________________________________________________]
  4876. [ ]
  4877. [ Menu Description: ]
  4878. [ _______________________________ ]
  4879. [ | Part of the Midgar city model | ]
  4880. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4881. [----------------------------------------------------------------------------]
  4882. [ KEY ITEM ATTRIBUTES: ]
  4883. [ ]
  4884. [ 5th Midgar Parts. Required to complete the model of Midgar for Keycard 66 ]
  4885. [----------------------------------------------------------------------------]
  4886. [ FOUND ON FIELD MAP: ]
  4887. [ ]
  4888. [ Shinra HQ 65th Floor (random chest) ]
  4889. 0============================================================================0
  4890.  
  4891. 0============================================================================0
  4892. [ ]
  4893. [ 40 {PHS} https://photos.app.goo.gl/L9zDil81rz7ff1qG2 ]
  4894. [____________________________________________________________________________]
  4895. [ ]
  4896. [ Menu Description: ]
  4897. [ _____________________________________________________ ]
  4898. [ | Able to call your party members from long distances | ]
  4899. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4900. [----------------------------------------------------------------------------]
  4901. [ KEY ITEM ATTRIBUTES: ]
  4902. [ ]
  4903. [ Required to re-arrange your party members (Save Points only) ]
  4904. [----------------------------------------------------------------------------]
  4905. [ FOUND ON FIELD MAP: ]
  4906. [ ]
  4907. [ Automatically obtained in Kalm after the flashback ]
  4908. 0============================================================================0
  4909.  
  4910. 0============================================================================0
  4911. [ ]
  4912. [ 41 {GOLD TICKET} https://photos.app.goo.gl/UpnjTQ5b7EyurQQy9 ]
  4913. [____________________________________________________________________________]
  4914. [ ]
  4915. [ Menu Description: ]
  4916. [ ___________________________________ ]
  4917. [ | Unlimited pass to the Gold Saucer | ]
  4918. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4919. [----------------------------------------------------------------------------]
  4920. [ KEY ITEM ATTRIBUTES: ]
  4921. [ ]
  4922. [ Can enter the Gold Saucer freely without having to pay 3000 gil each time ]
  4923. [----------------------------------------------------------------------------]
  4924. [ FOUND ON FIELD MAP: ]
  4925. [ ]
  4926. [ Gold Saucer Ropeway Station (purchase for 30,00 gil) OR ]
  4927. [ Gold Saucer Wonder Square 1st Floor (purchase from woman for 300 GP) ]
  4928. 0============================================================================0
  4929.  
  4930. 0============================================================================0
  4931. [ ]
  4932. [ 42 {KEYSTONE} https://photos.app.goo.gl/XjOcGFdSyegcsV022 ]
  4933. [____________________________________________________________________________]
  4934. [ ]
  4935. [ Menu Description: ]
  4936. [ ___________________________________ ]
  4937. [ | Key to the Temple of the Ancients | ]
  4938. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4939. [----------------------------------------------------------------------------]
  4940. [ KEY ITEM ATTRIBUTES: ]
  4941. [ ]
  4942. [ Required to progress with the storyline (gains entry to the TOTA) ]
  4943. [----------------------------------------------------------------------------]
  4944. [ FOUND ON FIELD MAP: ]
  4945. [ ]
  4946. [ Gold Saucer Battle Square after completing (or failing) the mandatory ]
  4947. [ battle ]
  4948. 0============================================================================0
  4949.  
  4950. 0============================================================================0
  4951. [ ]
  4952. [ 43 {LEVIATHAN SCALES} https://photos.app.goo.gl/qLWGn307ClK3x2jq1 ]
  4953. [____________________________________________________________________________]
  4954. [ ]
  4955. [ Menu Description: ]
  4956. [ ________________________________ ]
  4957. [ | Scales with the power of water | ]
  4958. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4959. [----------------------------------------------------------------------------]
  4960. [ KEY ITEM ATTRIBUTES: ]
  4961. [ ]
  4962. [ Used to vanquish the flames in the cavern in Da-chao Statue so you can ]
  4963. [ obtain the Oritsuru and Steal as well Materia ]
  4964. [----------------------------------------------------------------------------]
  4965. [ FOUND ON FIELD MAP: ]
  4966. [ ]
  4967. [ Junon Underwater Reactor Just before you board the Submarine ]
  4968. 0============================================================================0
  4969.  
  4970. 0============================================================================0
  4971. [ ]
  4972. [ 44 {GLACIER MAP} https://photos.app.goo.gl/h9qzAcHxLpQEMCZg7 ]
  4973. [____________________________________________________________________________]
  4974. [ ]
  4975. [ Menu Description: ]
  4976. [ ________________________________________ ]
  4977. [ | A map you can use on the Great Glacier | ]
  4978. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4979. [----------------------------------------------------------------------------]
  4980. [ KEY ITEM ATTRIBUTES: ]
  4981. [ ]
  4982. [ Used to help navigate the Great Glacier (press Square to activate) ]
  4983. [----------------------------------------------------------------------------]
  4984. [ FOUND ON FIELD MAP: ]
  4985. [ ]
  4986. [ Icicle Inn Eastern House ]
  4987. 0============================================================================0
  4988.  
  4989. 0============================================================================0
  4990. [ ]
  4991. [ 45 {A COUPON} https://photos.app.goo.gl/evWoF3aJkT38yV1dA ]
  4992. [____________________________________________________________________________]
  4993. [ ]
  4994. [ Menu Description: ]
  4995. [ ____________________________ ]
  4996. [ | Can be exchanged for items | ]
  4997. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  4998. [----------------------------------------------------------------------------]
  4999. [ KEY ITEM ATTRIBUTES: ]
  5000. [ ]
  5001. [ Exchange for a Star Pendant ]
  5002. [----------------------------------------------------------------------------]
  5003. [ FOUND ON FIELD MAP: ]
  5004. [ ]
  5005. [ Shinra HQ 63rd Floor Left-most room ]
  5006. 0============================================================================0
  5007.  
  5008. 0============================================================================0
  5009. [ ]
  5010. [ 46 {B COUPON} https://photos.app.goo.gl/TNNqFqUuUsh6KdEeA ]
  5011. [____________________________________________________________________________]
  5012. [ ]
  5013. [ Menu Description: ]
  5014. [ ____________________________ ]
  5015. [ | Can be exchanged for items | ]
  5016. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  5017. [----------------------------------------------------------------------------]
  5018. [ KEY ITEM ATTRIBUTES: ]
  5019. [ ]
  5020. [ Exchange for Four Slots ]
  5021. [----------------------------------------------------------------------------]
  5022. [ FOUND ON FIELD MAP: ]
  5023. [ ]
  5024. [ Shinra HQ 63rd Floor Right-most room ]
  5025. 0============================================================================0
  5026.  
  5027. 0============================================================================0
  5028. [ ]
  5029. [ 47 {C COUPON} https://photos.app.goo.gl/EATNHMXLoppmkVJe2 ]
  5030. [____________________________________________________________________________]
  5031. [ ]
  5032. [ Menu Description: ]
  5033. [ ____________________________ ]
  5034. [ | Can be exchanged for items | ]
  5035. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  5036. [----------------------------------------------------------------------------]
  5037. [ KEY ITEM ATTRIBUTES: ]
  5038. [ ]
  5039. [ Exchange for All Materia ]
  5040. [----------------------------------------------------------------------------]
  5041. [ FOUND ON FIELD MAP: ]
  5042. [ ]
  5043. [ Shinra HQ 63rd Floor Middle room ]
  5044. 0============================================================================0
  5045.  
  5046. 0============================================================================0
  5047. [ ]
  5048. [ 48 {BLACK MATERIA} https://photos.app.goo.gl/mAUcYczQTgGD1JG12 ]
  5049. [____________________________________________________________________________]
  5050. [ ]
  5051. [ Menu Description: ]
  5052. [ _______________ ]
  5053. [ | Black Materia | ]
  5054. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  5055. [----------------------------------------------------------------------------]
  5056. [ KEY ITEM ATTRIBUTES: ]
  5057. [ ]
  5058. [ Used to Summon Meteor (storyline related, cannot miss) ]
  5059. 0============================================================================0
  5060.  
  5061. 0============================================================================0
  5062. [ ]
  5063. [ 49 {MYTHRIL} https://photos.app.goo.gl/HdjBgAYFcBtKcQJT9 ]
  5064. [____________________________________________________________________________]
  5065. [ ]
  5066. [ Menu Description: ]
  5067. [ _______________________________ ]
  5068. [ | Might be of some help to you… | ]
  5069. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  5070. [----------------------------------------------------------------------------]
  5071. [ KEY ITEM ATTRIBUTES: ]
  5072. [ ]
  5073. [ Used to exchange for either the Great Gospel or a Gold Armlet from the ]
  5074. [ Weapon Seller near Gongaga ]
  5075. [----------------------------------------------------------------------------]
  5076. [ FOUND ON FIELD MAP: ]
  5077. [ ]
  5078. [ Sleeping Man's Cave near Junon. Speak to him when the final two digits of ]
  5079. [ your battle count are even and he will hand over the Mythril. Can keep ]
  5080. [ coming back for an endless supply of Mythril ]
  5081. 0============================================================================0
  5082.  
  5083. 0============================================================================0
  5084. [ ]
  5085. [ 50 {SNOWBOARD} https://photos.app.goo.gl/TwQML7ziZSJ8pz4i2 ]
  5086. [____________________________________________________________________________]
  5087. [ ]
  5088. [ Menu Description: ]
  5089. [ ___________________________________ ]
  5090. [ | Allows you to slide over the snow | ]
  5091. [ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ]
  5092. [----------------------------------------------------------------------------]
  5093. [ KEY ITEM ATTRIBUTES: ]
  5094. [ ]
  5095. [ Required to progress with the storyline (Can't go snowboarding without a ]
  5096. [ Snowboard!!!) ]
  5097. [----------------------------------------------------------------------------]
  5098. [ FOUND ON FIELD MAP: ]
  5099. [ ]
  5100. [ Icicle Inn Middle House (after tussling with Elena) ]
  5101. 0============================================================================0
Add Comment
Please, Sign In to add comment