ff7tk  0.02
Toolkit for making FF7 Tools
FF7Item.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // copyright 2012 -2016 Chris Rizzitello <sithlord48@gmail.com> //
3 // //
4 // This file is part of FF7tk //
5 // //
6 // FF7tk is free software: you can redistribute it and/or modify //
7 // it under the terms of the GNU General Public License as published by //
8 // the Free Software Foundation, either version 3 of the License, or //
9 // (at your option) any later version. //
10 // //
11 // FF7tk is distributed in the hope that it will be useful, //
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of //
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
14 // GNU General Public License for more details. //
15 /****************************************************************************/
16 
17 #ifndef FF7ITEM_H
18  #define FF7ITEM_H
19 #include <QObject>
20 #include <QIcon>
21 
25 struct ITEM {
26  QString name;
27  QString desc;
28  qint8 type;
29  QString imageString;
30  qint8 mgrowth;
31  qint8 mslots;
32  qint8 linked;
33  qint8 hp;
34  qint8 mp;
35  qint8 str;
36  qint8 vit;
37  qint8 dex;
38  qint8 lck;
39  qint8 mag;
40  qint8 spi;
42  /* all Elements in FF7
43  -3: Absorb
44  -2: Nullify
45  -1: Halve
46  0: No Effect
47  +1: Damage
48  */
49  qint8 e_restoration;
50  qint8 e_fire;
51  qint8 e_cold;
52  qint8 e_lightning;
53  qint8 e_earth;
54  qint8 e_wind;
55  qint8 e_water;
56  qint8 e_gravity;
57  qint8 e_holy;
58  qint8 e_poison;
59  qint8 e_cut;
60  qint8 e_shoot;
61  qint8 e_punch;
62  qint8 e_hit;
64  /* all Status Effects in FF7
65  -2: Protect
66  -1: Remove
67  0: No Effect
68  +1: Infilict
69  +2: Auto SelfCast
70  */
71  qint8 s_death;
72  qint8 s_slow_numb;
73  qint8 s_d_sentence;
74  qint8 s_paralysis;
75  qint8 s_petrify;
76  qint8 s_silence;
77  qint8 s_sleep;
78  qint8 s_confusion;
79  qint8 s_berserk;
80  qint8 s_frog;
81  qint8 s_mini;
82  qint8 s_poison;
83  qint8 s_fury;
84  qint8 s_sadness;
85  qint8 s_darkness;
86  qint8 s_haste;
87  qint8 s_slow;
88  qint8 s_stop;
89  qint8 s_barrier;
90  qint8 s_m_barrier;
91  qint8 s_reflect;
92  qint8 s_sheild;
93  qint8 s_regen;
94  qint8 s_resist;
95 };
99 class FF7Item
100 {
101  public:
105  enum ItemType
106  {
107  Unknown,Item,Armor,Accessory,WeaponCloud,
108  WeaponBarret,WeaponTifa,WeaponRed,WeaponAerith,WeaponCid,
109  WeaponYuffie,WeaponCait,WeaponVincent};
110 
115  {
116  Absorb = -3,
117  Nullify =-2,
118  Protect =-2,
119  Halve =-1,
120  Remove=-1,
121  NoEffect=0x00,
122  Damage=0x01,
123  Infilict=0x01,
124  SelfCast=0x02
125  };
129  enum ItemId
130  {
131  Potion=0x00,HiPotion=0x01,XPotion=0x02,Ether=0x03,TurboEther=0x04,Elixir=0x05,Megalixir=0x06,PhoenixDown=0x07,Antidote=0x08,Soft=0x09,MaidensKiss=0x0A,Cornucopia=0x0B,Echoscreen=0x0C,Hyper=0x0D,Tranquilizer=0x0E,Remedy=0x0F,
132  SmokeBomb=0x10,SpeedDrink=0x11,HeroDrink=0x12,Vaccine=0x13,Grenade=0x14,Shrapnel=0x15,RightArm=0x16,Hourglass=0x17,KissOfDeath=0x18,SpiderWeb=0x19,DreamPowder=0x1A,MuteMask=0x1B,WarGong=0x1C,Locoweed=0x1D,FireFang=0x1E,FireVeil=0x1F,
133  AntarcticWind=0x20,IceCrystal=0x21,BoltPlume=0x22,SwiftBolt=0x23,EarthDrum=0x24,EarthMallet=0x25,DeadlyWaste=0x26,MTentacles=0x27,Stardust=0x28,VampireFang=0x29,GhostHand=0x2A,VagyriskClaw=0x2B,LightCurtain=0x2C,LunarCurtain=0x2D,Mirror=0x2E,HolyTorch=0x2F,
134  BirdWing=0x30,DragonScales=0x31,Impaler=0x32,Shrivel=0x33,Eyedrop=0x34,Molotov=0x35,SMine=0x36,EightInchCannon=0x37,Graviball=0x38,TSBomb=0x39,Ink=0x3A,Dazers=0x3B,DragonFang=0x3C,Cauldron=0x3D,SylkisGreens=0x3E,ReaganGreens=0x3F,
135  MimettGreens=0x40,CurielGreens=0x41,PahsanGreens=0x42,TantalGreens=0x43,KrakkaGreens=0x44,GysahlGreens=0x45,Tent=0x46,PowerSource=0x47,GuardSource=0x48,MagicSource=0x49,MindSource=0x4A,SpeedSource=0x4B,LuckSource=0x4C,ZeioNut=0x4D,CarobNut=0x4E,PorovNut=0x4F,
136  PramNut=0x50,LasanNut=0x51,SaharaNut=0x52,LuchileNut=0x53,PepioNut=0x54,Battery=0x55,Tissue=0x56,Omnislash=0x57,Catastrophe=0x58,FinalHeaven=0x59,GreatGospel=0x5A,CosmoMemory=0x5B,AllCreation=0x5C,Chaos=0x5D,Highwind=0x5E,_135thSoldier=0x5F,
137  SuperSweeper=0x60,MasamuneBlade=0x61,SaveCrystal=0x62,CombatDiary=0x63,Autograph=0x64,Gambler=0x65,DesertRose=0x66,EarthHarp=0x67,GuideBook=0x68,
138  BusterSword=0x80,MythrilSaber=0x81,Hardedge=0x82,BytterflyEdge=0x83,EnhanceSword=0x84,Organics=0x85,CrystalSword=0x86,ForceStealer=0x87,RuneBlade=0x88,Murasame=0x89,NailBat=0x8A,Yoshiyuki=0x8B,Apocalypse=0x8C,HeavensCloud=0x8D,Ragnarok=0x8E,UltimaWeapon=0x8F,
139  LeatherGlove=0x90,MetalKnuckle=0x91,MythrilClaw=0x92,GrandGlove=0x93,TigerFang=0x94,DiamondKnuckle=0x95,DragonClaw=0x96,CrystalGlove=0x97,MotorDrive=0x98,PlatinumFist=0x99,KaiserKnuckle=0x9A,WorkGlove=0x9B,Powersoul=0x9C,MasterFist=0x9D,GodsHand=0x9E,PremiumHeart=0x9F,
140  GatlingGun=0xA0,AssaultGun=0xA1,CannonBall=0xA2,AtomicScissors=0xA3,HeavyVulcan=0xA4,Chainsaw=0xA5,Microlaser=0xA6,AMCannon=0xA7,WMachineGun=0xA8,DrillArm=0xA9,SolidBazooka=0xAA,RocketPunch=0xAB,EnemyLauncher=0xAC,PileBanger=0xAD,MaxRay=0xAE,MissingScore=0xAF,
141  MythrilClip=0xB0,DiamondPin=0xB1,SilverBarrette=0xB2,GoldBarrette=0xB3,AdamanClip=0xB4,CrystalComb=0xB5,MagicComb=0xB6,PlusBarrette=0xB7,Centclip=0xB8,Hairpin=0xB9,SeraphComb=0xBA,BehemothHorn=0xBB,SpringGunClip=0xBC,LimitedMoon=0xBD,
142  GuardStick=0xBE,MythrilRod=0xBF,FullMetalStaff=0xC0,StrikingStaff=0xC1,PrismStaff=0xC2,AuroraRod=0xC3,WizardStaff=0xC4,WizerStaff=0xC5,FairyTale=0xC6,Umbrella=0xC7,PrincessGuard=0xC8,
143  Spear=0xC9,SlashLance=0xCA,Trident=0xCB,MastAx=0xCC,Partisan=0xCD,ViperHalberd=0xCE,Javelin=0xCF,GrowLance=0xD0,Mop=0xD1,DragoonLance=0xD2,Scimitar=0xD3,Flayer=0xD4,SpiritLance=0xD5,VenusGospel=0xD6,
144  FourPointShuriken=0xD7,Boomerang=0xD8,Pinwheel=0xD9,RazorRing=0xDA,Hawkeye=0xDB,CrystalCross=0xDC,WindSlash=0xDD,TwinViper=0xDE,SpiralShuriken=0xDF,Superball=0xE0,MagicShuriken=0xE1,RisingSun=0xE2,Oritsuru=0xE3,Conformer=0xE4,
145  YellowMphone=0xE5,GreenMphone=0xE6,BlueMphone=0xE7,RedMphone=0xE8,CrystalMphone=0xE9,WhiteMphone=0xEA,BlackMphone=0xEB,SilverMphone=0xEC,TrumpetShell=0xED,GoldMphone=0xEE,BattleTrumpet=0xEF,StarlightPhone=0xF0,HpShout=0xF1,
146  Quicksilver=0xF2,Shotgun=0xF3,Shortbarrel=0xF4,Lariat=0xF5,Winchester=0xF6,Peacemaker=0xF7,Buntline=0xF8,LongBarrelR=0xF9,SilverRifle=0xFA,SniperCR=0xFB,SupershotST=0xFC,Outsider=0xFD,DeathPenalty=0xFE,Masamune=0xFF,
147  BronzeBangle=0x100,IronBangle=0x101,TitanBangle=0x102,MythrilArmlet=0x103,CarbonBangle=0x104,SilverArmlet=0x105,GoldArmlet=0x106,DiamondBangle=0x107,CrystalBangle=0x108,PlatinumBangle=0x109,RuneArmlet=0x10A,Edincoat=0x10B,WizardBracelet=0x10C,AdamanBangle=0x10D,GigasArmlet=0x10E,ImperialGuard=0x10F,
148  AegisArmlet=0x110,FourthBracelet=0x111,WarriorBangle=0x112,ShinraBeta=0x113,ShinraAlpha=0x114,FourSlots=0x115,FireArmlet=0x116,AuroraArmlet=0x117,BoltArmlet=0x118,DragonArmlet=0x119,MinervaBand=0x11A,EscortGuard=0x11B,Mystile=0x11C,Ziedrich=0x11D,PreciousWatch=0x11E,Chocobracelet=0x11F,
149  PowerWrist=0x120,ProtectVest=0x121,Earring=0x122,Talisman=0x123,ChocoFeather=0x124,Amulet=0x125,ChampionBelt=0x126,PoisonRing=0x127,ToughRing=0x128,Circlet=0x129, StarPendant=0x12A,SilverGlasses=0x12B,Headband=0x12C,FairyRing=0x12D,JemRing=0x12E,WhiteCape=0x12F,
150  SprintShoes=0x130,PeaceRing=0x131,Ribbon=0x132,FireRing=0x133,IceRing=0x134,BoltRing=0x135,TetraElemental=0x136,SafetyBit=0x137,FuryRing=0x138,CurseRing=0x139,ProtectRing=0x13A,CatsBell=0x13B,ReflectRing=0x13C,WaterRing=0x13D,SneakGlove=0x13E,HypnoCrown=0x13F,
151  EmptyItem=0x1FF,EmptyItemData=0xFFFF
152  };
157  quint16 itemDecode(quint16 itemraw);
158 
164  quint16 itemEncode(quint16 id,quint8 qty);
165 
171  quint16 itemId(quint16 item);
172 
178  quint8 itemQty(quint16 item);
179 
184  QString name(int id);
185 
190  QString desc(int id);
191 
197  qint8 type(int id);
198 
204  QIcon icon(int id);
205 
211  QImage image(int id);
212 
218  qint8 materiaSlots(int id);
219 
225  qint8 linkedSlots(int id);
226 
231  qint8 materiaGrowthRate(int id);
232 
237  qint8 statHP(int id);
238 
239 
244  qint8 statMP(int id);
245 
250  qint8 statSTR(int id);
251 
256  qint8 statVIT(int id);
257 
262  qint8 statDEX(int id);
263 
268  qint8 statLCK(int id);
269 
274  qint8 statMAG(int id);
275 
280  qint8 statSPI(int id);
281 
282  //Elemental Functions
288  qint8 elementRestoration(int id);
289 
295  qint8 elementFire(int id);
296 
297 
303  qint8 elementCold(int id);
304 
310  qint8 elementLightning(int id);
311 
317  qint8 elementEarth(int id);
318 
324  qint8 elementWind(int id);
325 
331  qint8 elementWater(int id);
332 
338  qint8 elementGravity(int id);
339 
345  qint8 elementHoly(int id);
346 
352  qint8 elementPoison(int id);
353 
359  qint8 elementCut(int id);
360 
366  qint8 elementShoot(int id);
367 
373  qint8 elementPunch(int id);
374 
380  qint8 elementHit(int id);
381 
382  //Status Functions
388  qint8 statusDeath(int id);
389 
395  qint8 statusSlowNumb(int id);
396 
402  qint8 statusDeathSentence(int id);
403 
409  qint8 statusParalysis(int id);
410 
416  qint8 statusPetrify(int id);
417 
423  qint8 statusSilence(int id);
424 
430  qint8 statusSleep(int id);
431 
437  qint8 statusConfusion(int id);
438 
444  qint8 statusBerserk(int id);
445 
451  qint8 statusFrog(int id);
452 
458  qint8 statusMini(int id);
459 
465  qint8 statusPoison(int id);
466 
472  qint8 statusFury(int id);
473 
479  qint8 statusSadness(int id);
480 
486  qint8 statusDarkness(int id);
487 
493  qint8 statusHaste(int id);
494 
500  qint8 statusSlow(int id);
501 
507  qint8 statusStop(int id);
508 
514  qint8 statusBarrier(int id);
515 
521  qint8 statusMagicBarrier(int id);
522 
528  qint8 statusReflect(int id);
529 
535  qint8 statusShield(int id);
536 
542  qint8 statusRegen(int id);
543 
549  qint8 statusResist(int id);
550 
551 
556  QImage imageMateriaSlotNoGrowth(void);
557 
562  QImage imageMateriaSlot(void);
563 
568  QImage imageMateriaLink(void);
569 
574  QString styleMateriaSlotNoGrowth(void);
575 
580  QString styleMateriaSlot(void);
581 
586  QString styleMateriaLink(void);
587 };
588 
592 static ITEM Items[]=
593 {
594  {QT_TRANSLATE_NOOP("Items","Potion"),QT_TRANSLATE_NOOP("Item_desc","Restores 100 HP"),1,QString(":/items/item"),
595  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
596  {QT_TRANSLATE_NOOP("Items","Hi-Potion"),QT_TRANSLATE_NOOP("Item_desc","Restores 500 HP"),1,QString(":/items/item"),
597  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
598  {QT_TRANSLATE_NOOP("Items","X-Potion"),QT_TRANSLATE_NOOP("Item_desc","Restores all lost HP"),1,QString(":/items/item"),
599  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
600  {QT_TRANSLATE_NOOP("Items","Ether"),QT_TRANSLATE_NOOP("Item_desc","Restores 100 MP"),1,QString(":/items/item"),
601  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
602  {QT_TRANSLATE_NOOP("Items","Turbo Ether"),QT_TRANSLATE_NOOP("Item_desc","Restores all lost MP"),1,QString(":/items/item"),
603  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
604  {QT_TRANSLATE_NOOP("Items","Elixir"),QT_TRANSLATE_NOOP("Item_desc","Fully Restores HP/MP"),1,QString(":/items/item"),
605  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
606  {QT_TRANSLATE_NOOP("Items","Megalixir"),QT_TRANSLATE_NOOP("Item_desc","Fully Restores all Members HP/MP"),1,QString(":/items/item"),
607  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
608  {QT_TRANSLATE_NOOP("Items","Phoenix Down"),QT_TRANSLATE_NOOP("Item_desc","Restores life"),1,QString(":/items/item"),
609  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
610  {QT_TRANSLATE_NOOP("Items","Antidote"),QT_TRANSLATE_NOOP("Item_desc","Cures [Poison]"),1,QString(":/items/item"),
611  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0},
612  {QT_TRANSLATE_NOOP("Items","Soft"),QT_TRANSLATE_NOOP("Item_desc","Cures [Petrify]"),1,QString(":/items/item"),
613  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
614  {QT_TRANSLATE_NOOP("Items","Maiden's Kiss"),QT_TRANSLATE_NOOP("Item_desc","Cures [Frog]"),1,QString(":/items/item"),
615  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
616  {QT_TRANSLATE_NOOP("Items","Cornucopia"),QT_TRANSLATE_NOOP("Item_desc","Cures [Mini]"),1,QString(":/items/item"),
617  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0},
618  {QT_TRANSLATE_NOOP("Items","Echo Screen"),QT_TRANSLATE_NOOP("Item_desc","Cures [Silence]"),1,QString(":/items/item"),
619  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
620  {QT_TRANSLATE_NOOP("Items","Hyper"),QT_TRANSLATE_NOOP("Item_desc","Cures [Sadness]"),1,QString(":/items/item"),
621  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,-1,0,0,0,0,0,0,0,0,0,0},
622  {QT_TRANSLATE_NOOP("Items","Tranquilizer"),QT_TRANSLATE_NOOP("Item_desc","Cures [Fury]"),1,QString(":/items/item"),
623  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,+1,0,0,0,0,0,0,0,0,0,0},
624  {QT_TRANSLATE_NOOP("Items","Remedy"),QT_TRANSLATE_NOOP("Item_desc","Cures abnormal status"),1,QString(":/items/item"),
625  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0},
626  {QT_TRANSLATE_NOOP("Items","Smoke Bomb"),QT_TRANSLATE_NOOP("Item_desc","Can escape from opponents during battle"),1,QString(":/items/item"),
627  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
628  {QT_TRANSLATE_NOOP("Items","Speed Drink"),QT_TRANSLATE_NOOP("Item_desc","Casts [Haste] on one ally"),1,QString(":/items/item"),
629  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0},
630  {QT_TRANSLATE_NOOP("Items","Hero Drink"),QT_TRANSLATE_NOOP("Item_desc","Raises ability once during battle"),1,QString(":/items/item"),
631  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
632  {QT_TRANSLATE_NOOP("Items","Vaccine"),QT_TRANSLATE_NOOP("Item_desc","Protects against transformations"),1,QString(":/items/item"),
633  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
634  {QT_TRANSLATE_NOOP("Items","Grenade"),QT_TRANSLATE_NOOP("Item_desc","Explosive damage against one opponent"),1,QString(":/items/item"),
635  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
636  {QT_TRANSLATE_NOOP("Items","Shrapnel"),QT_TRANSLATE_NOOP("Item_desc","Explosive damage against all opponents"),1,QString(":/items/item"),
637  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
638  {QT_TRANSLATE_NOOP("Items","Right arm"),QT_TRANSLATE_NOOP("Item_desc","Explosive damage against all opponents"),1,QString(":/items/item"),
639  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
640  {QT_TRANSLATE_NOOP("Items","Hourglass"),QT_TRANSLATE_NOOP("Item_desc","Stops all opponents"),1,QString(":/items/item"),
641  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0},
642  {QT_TRANSLATE_NOOP("Items","Kiss of Death"),QT_TRANSLATE_NOOP("Item_desc","Uses [Death] on all opponents"),1,QString(":/items/item"),
643  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
644  {QT_TRANSLATE_NOOP("Items","Spider Web"),QT_TRANSLATE_NOOP("Item_desc","Slows all opponents"),1,QString(":/items/item"),
645  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0},
646  {QT_TRANSLATE_NOOP("Items","Dream Powder"),QT_TRANSLATE_NOOP("Item_desc","Uses [Sleepel] on all opponents"),1,QString(":/items/item"),
647  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
648  {QT_TRANSLATE_NOOP("Items","Mute Mask"),QT_TRANSLATE_NOOP("Item_desc","Uses [Silence] on all opponents"),1,QString(":/items/item"),
649  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
650  {QT_TRANSLATE_NOOP("Items","War Gong"),QT_TRANSLATE_NOOP("Item_desc","Uses [Berserk] on all opponents"),1,QString(":/items/item"),
651  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
652  {QT_TRANSLATE_NOOP("Items","Loco weed"),QT_TRANSLATE_NOOP("Item_desc","Uses [Confu] on all opponents"),1,QString(":/items/item"),
653  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
654  {QT_TRANSLATE_NOOP("Items","Fire Fang"),QT_TRANSLATE_NOOP("Item_desc","Uses [Fire2] on all opponents"),1,QString(":/items/item"),
655  0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
656  {QT_TRANSLATE_NOOP("Items","Fire Veil"),QT_TRANSLATE_NOOP("Item_desc","Uses [Fire3] on all opponents"),1,QString(":/items/item"),
657  0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
658  {QT_TRANSLATE_NOOP("Items","Antarctic Wind"),QT_TRANSLATE_NOOP("Item_desc","Uses [Ice2] on all opponents"),1,QString(":/items/item"),
659  0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
660  {QT_TRANSLATE_NOOP("Items","Ice Crystal"),QT_TRANSLATE_NOOP("Item_desc","Uses [Ice3] on all opponents"),1,QString(":/items/item"),
661  0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
662  {QT_TRANSLATE_NOOP("Items","Bolt Plume"),QT_TRANSLATE_NOOP("Item_desc","Uses [Bolt2] on all opponents"),1,QString(":/items/item"),
663  0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
664  {QT_TRANSLATE_NOOP("Items","Swift Bolt"),QT_TRANSLATE_NOOP("Item_desc","Uses [Bolt3] on all opponents"),1,QString(":/items/item"),
665  0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
666  {QT_TRANSLATE_NOOP("Items","Earth Drum"),QT_TRANSLATE_NOOP("Item_desc","Uses [Quake2] on all opponents"),1,QString(":/items/item"),
667  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
668  {QT_TRANSLATE_NOOP("Items","Earth Mallet"),QT_TRANSLATE_NOOP("Item_desc","Uses [Quake3] on all opponents"),1,QString(":/items/item"),
669  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
670  {QT_TRANSLATE_NOOP("Items","Deadly Waste"),QT_TRANSLATE_NOOP("Item_desc","Uses [Bio2] on all opponents"),1,QString(":/items/item"),
671  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0},
672  {QT_TRANSLATE_NOOP("Items","M-Tentacles"),QT_TRANSLATE_NOOP("Item_desc","Uses [Bio3] on all opponents"),1,QString(":/items/item"),
673  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0},
674  {QT_TRANSLATE_NOOP("Items","Stardust"),QT_TRANSLATE_NOOP("Item_desc","Uses [Comet2] on all opponents"),1,QString(":/items/item"),
675  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
676  {QT_TRANSLATE_NOOP("Items","Vampire Fang"),QT_TRANSLATE_NOOP("Item_desc","Drains HP out of one opponent"),1,QString(":/items/item"),
677  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
678  {QT_TRANSLATE_NOOP("Items","Ghost Hand"),QT_TRANSLATE_NOOP("Item_desc","Drains MP out of one opponent"),1,QString(":/items/item"),
679  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
680  {QT_TRANSLATE_NOOP("Items","Vagyrisk Claw"),QT_TRANSLATE_NOOP("Item_desc","Petrifies one opponent"),1,QString(":/items/item"),
681  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
682  {QT_TRANSLATE_NOOP("Items","Light Curtain"),QT_TRANSLATE_NOOP("Item_desc","Creates [Barrier] around all allies"),1,QString(":/items/item"),
683  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0},
684  {QT_TRANSLATE_NOOP("Items","Lunar Curtain"),QT_TRANSLATE_NOOP("Item_desc","Creates [MBarrier] around all allies"),1,QString(":/items/item"),
685  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0},
686  {QT_TRANSLATE_NOOP("Items","Mirror"),QT_TRANSLATE_NOOP("Item_desc","Uses [Reflect] on all allies"),1,QString(":/items/item"),
687  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0},
688  {QT_TRANSLATE_NOOP("Items","Holy Torch"),QT_TRANSLATE_NOOP("Item_desc","Uses [DeSpell] on all allies"),1,QString(":/items/item"),
689  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1,0},
690  {QT_TRANSLATE_NOOP("Items","Bird Wing"),QT_TRANSLATE_NOOP("Item_desc","Uses whirlwind on all opponents"),1,QString(":/items/item"),
691  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
692  {QT_TRANSLATE_NOOP("Items","Dragon Scales"),QT_TRANSLATE_NOOP("Item_desc","Water damage on all opponents"),1,QString(":/items/item"),
693  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
694  {QT_TRANSLATE_NOOP("Items","Impaler"),QT_TRANSLATE_NOOP("Item_desc","Changes one opponent to a frog"),1,QString(":/items/item"),
695  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
696  {QT_TRANSLATE_NOOP("Items","Shrivel"),QT_TRANSLATE_NOOP("Item_desc","Uses [Mini] on one opponent"),1,QString(":/items/item"),
697  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0},
698  {QT_TRANSLATE_NOOP("Items","Eye drop"),QT_TRANSLATE_NOOP("Item_desc","Cures [Darkness]"),1,QString(":/items/item"),
699  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0},
700  {QT_TRANSLATE_NOOP("Items","Molotov"),QT_TRANSLATE_NOOP("Item_desc","Fire damage on one opponent"),1,QString(":/items/item"),
701  0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
702  {QT_TRANSLATE_NOOP("Items","S-mine"),QT_TRANSLATE_NOOP("Item_desc","Explosive damage on one opponent"),1,QString(":/items/item"),
703  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
704  {QT_TRANSLATE_NOOP("Items","8-inch Cannon"),QT_TRANSLATE_NOOP("Item_desc","Explosive damage against one opponent"),1,QString(":/items/item"),
705  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
706  {QT_TRANSLATE_NOOP("Items","Graviball"),QT_TRANSLATE_NOOP("Item_desc","Uses [Demi] against one opponent"),1,QString(":/items/item"),
707  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
708  {QT_TRANSLATE_NOOP("Items","T/S Bomb"),QT_TRANSLATE_NOOP("Item_desc","Uses [Demi2] against one opponent"),1,QString(":/items/item"),
709  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
710  {QT_TRANSLATE_NOOP("Items","Ink"),QT_TRANSLATE_NOOP("Item_desc","Uses [Darkness] against one opponent"),1,QString(":/items/item"),
711  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0},
712  {QT_TRANSLATE_NOOP("Items","Dazers"),QT_TRANSLATE_NOOP("Item_desc","Paralyzes one opponent"),1,QString(":/items/item"),
713  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
714  {QT_TRANSLATE_NOOP("Items","Dragon Fang"),QT_TRANSLATE_NOOP("Item_desc","Lightning damage against all opponents"),1,QString(":/items/item"),
715  0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
716  {QT_TRANSLATE_NOOP("Items","Cauldron"),QT_TRANSLATE_NOOP("Item_desc","Uses [Poison/Confu/Sleepel/Silence/Small/Frog]"),1,QString(":/items/item"),
717  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,+1,+1,0,+1,+1,+1,0,0,0,0,0,0,0,0,0,0,0,0},
718  {QT_TRANSLATE_NOOP("Items","Sylkis Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
719  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
720  {QT_TRANSLATE_NOOP("Items","Reagan Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
721  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
722  {QT_TRANSLATE_NOOP("Items","Mimett Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
723  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
724  {QT_TRANSLATE_NOOP("Items","Curiel Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
725  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
726  {QT_TRANSLATE_NOOP("Items","Pahsana Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
727  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
728  {QT_TRANSLATE_NOOP("Items","Tantal Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
729  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
730  {QT_TRANSLATE_NOOP("Items","Krakka Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
731  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
732  {QT_TRANSLATE_NOOP("Items","Gysahl Greens"),QT_TRANSLATE_NOOP("Item_desc","When you want a chocobo..."),1,QString(":/items/item"),
733  0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
734  {QT_TRANSLATE_NOOP("Items","Tent"),QT_TRANSLATE_NOOP("Item_desc","Restores ally's max HP/MP. Use at Save Point."),1,QString(":/items/item"),
735  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
736  {QT_TRANSLATE_NOOP("Items","Power Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Strength]"),1,QString(":/items/item"),
737  0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
738  {QT_TRANSLATE_NOOP("Items","Guard Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Vitality]"),1,QString(":/items/item"),
739  0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
740  {QT_TRANSLATE_NOOP("Items","Magic Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Magic Power]"),1,QString(":/items/item"),
741  0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
742  {QT_TRANSLATE_NOOP("Items","Mind Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Spirit]"),1,QString(":/items/item"),
743  0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
744  {QT_TRANSLATE_NOOP("Items","Speed Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Dexterity]"),1,QString(":/items/item"),
745  0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
746  {QT_TRANSLATE_NOOP("Items","Luck Source"),QT_TRANSLATE_NOOP("Item_desc","Raises [Luck]"),1,QString(":/items/item"),
747  0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
748  {QT_TRANSLATE_NOOP("Items","Zeio Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
749  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
750  {QT_TRANSLATE_NOOP("Items","Carob Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
751  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
752  {QT_TRANSLATE_NOOP("Items","Porov Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
753  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
754  {QT_TRANSLATE_NOOP("Items","Pram Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
755  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
756  {QT_TRANSLATE_NOOP("Items","Lasan Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
757  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
758  {QT_TRANSLATE_NOOP("Items","Saraha Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
759  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
760  {QT_TRANSLATE_NOOP("Items","Luchile Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
761  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
762  {QT_TRANSLATE_NOOP("Items","Pepio Nut"),QT_TRANSLATE_NOOP("Item_desc","When you want to breed Chocobos..."),1,QString(":/items/item"),
763  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
764  {QT_TRANSLATE_NOOP("Items","Battery"),QT_TRANSLATE_NOOP("Item_desc","Looks like it can start some sort of machine"),1,QString(":/items/item"),
765  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
766  {QT_TRANSLATE_NOOP("Items","Tissue"),QT_TRANSLATE_NOOP("Item_desc","This one's a little tough..."),1,QString(":/items/item"),
767  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
768  {QT_TRANSLATE_NOOP("Items","Omnislash"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Omnislash]"),1,QString(":/items/item"),
769  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
770  {QT_TRANSLATE_NOOP("Items","Catastrophe"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Catastrophe]"),1,QString(":/items/item"),
771  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
772  {QT_TRANSLATE_NOOP("Items","Final Heaven"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Final Heaven]"),1,QString(":/items/item"),
773  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
774  {QT_TRANSLATE_NOOP("Items","Great Gospel"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Great Gospel]"),1,QString(":/items/item"),
775  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
776  {QT_TRANSLATE_NOOP("Items","Cosmo Memory"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Cosmo Memory]"),1,QString(":/items/item"),
777  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
778  {QT_TRANSLATE_NOOP("Items","All Creation"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [All Creation]"),1,QString(":/items/item"),
779  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
780  {QT_TRANSLATE_NOOP("Items","Chaos"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Chaos]"),1,QString(":/items/item"),
781  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
782  {QT_TRANSLATE_NOOP("Items","Highwind"),QT_TRANSLATE_NOOP("Item_desc","Learn Limit Skill [Highwind]"),1,QString(":/items/item"),
783  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
784  {QT_TRANSLATE_NOOP("Items","1/35 soldier"),QT_TRANSLATE_NOOP("Item_desc","Shinra armored 'attack' soldiers: 12 in the Set!"),1,QString(":/items/item"),
785  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
786  {QT_TRANSLATE_NOOP("Items","Super Sweeper"),QT_TRANSLATE_NOOP("Item_desc","A new machine to protect the reactor!"),1,QString(":/items/item"),
787  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
788  {QT_TRANSLATE_NOOP("Items","Masamune Blade"),QT_TRANSLATE_NOOP("Item_desc","A prefect copy of Sephiroth's sword!"),1,QString(":/items/item"),
789  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
790  {QT_TRANSLATE_NOOP("Items","Save Crystal"),QT_TRANSLATE_NOOP("Item_desc","Use This to create a SAVE Point in the 'North Cave'"),1,QString(":/items/item"),
791  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
792  {QT_TRANSLATE_NOOP("Items","Combat Diary"),QT_TRANSLATE_NOOP("Item_desc","A record of Master Dio's fiercest battles"),1,QString(":/items/item"),
793  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
794  {QT_TRANSLATE_NOOP("Items","Autograph"),QT_TRANSLATE_NOOP("Item_desc","Dio's autograph"),1,QString(":/items/item"),
795  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
796  {QT_TRANSLATE_NOOP("Items","Gambler"),QT_TRANSLATE_NOOP("Item_desc","Second part of Dio's diary: The Gold Saucer years"),1,QString(":/items/item"),
797  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
798  {QT_TRANSLATE_NOOP("Items","Desert Rose"),QT_TRANSLATE_NOOP("Item_desc","Blooms once every 1000 years"),1,QString(":/items/item"),
799  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
800  {QT_TRANSLATE_NOOP("Items","Earth Harp"),QT_TRANSLATE_NOOP("Item_desc","Calms the hearts of all who hear it"),1,QString(":/items/item"),
801  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
802  {QT_TRANSLATE_NOOP("Items","Guide Book"),QT_TRANSLATE_NOOP("Item_desc","Map of another world. It Slumbers with sunken ships"),1,QString(":/items/item"),
803  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
804  //nothing 106-127
805  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
806  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
807  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
808  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
809  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
810  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
811  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
812  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
813  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
814  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
815  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
816  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
817  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
818  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
819  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
820  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
821  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
822  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
823  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
824  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
825  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
826  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
827  {QT_TRANSLATE_NOOP("Items","DON'T USE"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
828  //cloud weapons 128 -143
829  {QT_TRANSLATE_NOOP("Items","Buster Sword"),QT_TRANSLATE_NOOP("Item_desc","Initial equiping"),4,QString(":/items/sword"),
830  1,2,1,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
831  {QT_TRANSLATE_NOOP("Items","Mythril Saber"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
832  1,3,1,0,0,0,0,0,0,+4,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
833  {QT_TRANSLATE_NOOP("Items","Hardedge"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
834  1,4,1,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
835  {QT_TRANSLATE_NOOP("Items","Butterfly Edge"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
836  1,4,2,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
837  {QT_TRANSLATE_NOOP("Items","Enhance Sword"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
838  1,8,4,0,0,0,0,0,0,+16,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
839  {QT_TRANSLATE_NOOP("Items","Organics"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
840  1,6,2,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
841  {QT_TRANSLATE_NOOP("Items","Crystal Sword"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
842  1,6,3,0,0,0,0,0,0,+19,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
843  {QT_TRANSLATE_NOOP("Items","Force Stealer"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
844  2,3,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
845  {QT_TRANSLATE_NOOP("Items","Rune Blade"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
846  2,4,0,0,0,0,0,0,0,+9,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
847  {QT_TRANSLATE_NOOP("Items","Murasame"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
848  1,5,2,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
849  {QT_TRANSLATE_NOOP("Items","Nail Bat"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
850  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
851  {QT_TRANSLATE_NOOP("Items","Yoshiyuki"),QT_TRANSLATE_NOOP("Item_desc","Sword is used when an ally is down"),4,QString(":/items/sword"),
852  0,2,0,0,0,0,0,0,0,+9,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
853  {QT_TRANSLATE_NOOP("Items","Apocalypse"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
854  3,3,0,0,0,0,0,0,0,+43,+16,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
855  {QT_TRANSLATE_NOOP("Items","Heaven's Cloud"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
856  1,6,0,0,0,0,0,0,0,+31,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
857  {QT_TRANSLATE_NOOP("Items","Ragnarok"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
858  1,6,3,0,0,0,0,0,0,+43,+35,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
859  {QT_TRANSLATE_NOOP("Items","Ultima Weapon"),QT_TRANSLATE_NOOP("Item_desc",""),4,QString(":/items/sword"),
860  0,8,4,0,0,0,0,0,0,+51,+24,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
862  {QT_TRANSLATE_NOOP("Items","Leather Glove"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
863  1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
864  {QT_TRANSLATE_NOOP("Items","Metal Knuckle"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
865  1,2,1,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
866  {QT_TRANSLATE_NOOP("Items","Mythril Claw"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
867  1,3,1,0,0,0,0,0,0,+3,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
868  {QT_TRANSLATE_NOOP("Items","Grand Glove"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
869  1,4,1,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
870  {QT_TRANSLATE_NOOP("Items","Tiger Fang"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
871  1,4,2,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
872  {QT_TRANSLATE_NOOP("Items","Diamond Knuckle"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
873  1,5,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
874  {QT_TRANSLATE_NOOP("Items","Dragon Claw"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
875  1,6,2,0,0,0,0,0,0,+13,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
876  {QT_TRANSLATE_NOOP("Items","Crystal Glove"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
877  1,6,3,0,0,0,0,0,0,+16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
878  {QT_TRANSLATE_NOOP("Items","Motor Drive"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
879  2,3,0,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
880  {QT_TRANSLATE_NOOP("Items","Platinum Fist"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
881  2,4,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
882  {QT_TRANSLATE_NOOP("Items","Kaiser Knuckle"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
883  1,8,1,0,0,0,0,0,0,+13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
884  {QT_TRANSLATE_NOOP("Items","Work Glove"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
885  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
886  {QT_TRANSLATE_NOOP("Items","Powersoul"),QT_TRANSLATE_NOOP("Item_desc","Power up when [Near death]"),6,QString(":/items/glove"),
887  2,4,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
888  {QT_TRANSLATE_NOOP("Items","Master Fist"),QT_TRANSLATE_NOOP("Item_desc","Power up when condition changes"),6,QString(":/items/glove"),
889  1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
890  {QT_TRANSLATE_NOOP("Items","God's Hand"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
891  1,4,2,0,0,0,0,0,0,+34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
892  {QT_TRANSLATE_NOOP("Items","Premium Heart"),QT_TRANSLATE_NOOP("Item_desc",""),6,QString(":/items/glove"),
893  0,8,4,0,0,0,0,0,0,+32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
894  //barret's weapons 160-175
895  {QT_TRANSLATE_NOOP("Items","Gatling Gun"),QT_TRANSLATE_NOOP("Item_desc","Initial equip. Long Range Weapon"),5,QString(":/items/gunarm"),
896  1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
897  {QT_TRANSLATE_NOOP("Items","Assault Gun"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
898  1,2,1,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
899  {QT_TRANSLATE_NOOP("Items","Cannon Ball"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
900  1,3,1,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
901  {QT_TRANSLATE_NOOP("Items","Atomic Scissors"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
902  1,4,1,0,0,0,0,0,0,+4,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
903  {QT_TRANSLATE_NOOP("Items","Heavy Vulcan"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
904  1,4,2,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
905  {QT_TRANSLATE_NOOP("Items","Chainsaw"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
906  1,5,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
907  {QT_TRANSLATE_NOOP("Items","Microlaser"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
908  1,6,2,0,0,0,0,0,0,+13,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
909  {QT_TRANSLATE_NOOP("Items","A M Cannon"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
910  1,6,3,0,0,0,0,0,0,+16,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
911  {QT_TRANSLATE_NOOP("Items","W Machine Gun"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
912  2,3,0,0,0,0,0,0,0,+3,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
913  {QT_TRANSLATE_NOOP("Items","Drill Arm"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
914  2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
915  {QT_TRANSLATE_NOOP("Items","Solid Bazooka"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
916  1,8,4,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
917  {QT_TRANSLATE_NOOP("Items","Rocket Punch"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
918  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
919  {QT_TRANSLATE_NOOP("Items","Enemy Launcher"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
920  1,5,1,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
921  {QT_TRANSLATE_NOOP("Items","Pile Banger"),QT_TRANSLATE_NOOP("Item_desc",""),5,QString(":/items/gunarm"),
922  0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
923  {QT_TRANSLATE_NOOP("Items","Max Ray"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
924  1,6,3,0,0,0,0,0,0,+30,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
925  {QT_TRANSLATE_NOOP("Items","Missing Score"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),5,QString(":/items/gunarm"),
926  0,8,4,0,0,0,0,0,0,+49,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
927  //red's weapons 176-189
928  {QT_TRANSLATE_NOOP("Items","Mythril Clip"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
929  1,3,1,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
930  {QT_TRANSLATE_NOOP("Items","Diamond Pin"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
931  1,4,1,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
932  {QT_TRANSLATE_NOOP("Items","Silver Barrette"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
933  1,4,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
934  {QT_TRANSLATE_NOOP("Items","Gold Barrette"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
935  1,5,2,0,0,0,0,0,0,+13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
936  {QT_TRANSLATE_NOOP("Items","Adaman Clip"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
937  1,6,2,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
938  {QT_TRANSLATE_NOOP("Items","Crystal Comb"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
939  1,6,3,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
940  {QT_TRANSLATE_NOOP("Items","Magic Comb"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
941  2,3,0,0,0,0,0,0,0,+4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
942  {QT_TRANSLATE_NOOP("Items","Plus Barrette"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
943  2,4,0,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
944  {QT_TRANSLATE_NOOP("Items","Centclip"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
945  1,8,0,0,0,0,0,0,0,+22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
946  {QT_TRANSLATE_NOOP("Items","Hairpin"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),7,QString(":/items/clip"),
947  0,0,0,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
948  {QT_TRANSLATE_NOOP("Items","Seraph Comb"),QT_TRANSLATE_NOOP("Item_desc","Memento of father"),7,QString(":/items/clip"),
949  1,4,0,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
950  {QT_TRANSLATE_NOOP("Items","Behemoth Horn"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
951  1,6,0,0,0,0,+35,0,0,+26,+18,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
952  {QT_TRANSLATE_NOOP("Items","Spring Gun Clip"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
953  1,6,3,0,0,0,0,0,0,+55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
954  {QT_TRANSLATE_NOOP("Items","Limited Moon"),QT_TRANSLATE_NOOP("Item_desc",""),7,QString(":/items/clip"),
955  0,8,4,0,0,0,0,0,0,+31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
956  //aeris weapons 190-200
957  {QT_TRANSLATE_NOOP("Items","Guard Stick"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
958  1,1,0,0,0,0,+1,0,0,+2,+4,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
959  {QT_TRANSLATE_NOOP("Items","Mythril Rod"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
960  1,2,1,0,0,0,0,0,0,+3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
961  {QT_TRANSLATE_NOOP("Items","Full Metal Staff"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
962  1,3,1,0,0,0,0,0,0,+4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
963  {QT_TRANSLATE_NOOP("Items","Striking Staff"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
964  1,4,1,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
965  {QT_TRANSLATE_NOOP("Items","Prism Staff"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
966  1,4,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
967  {QT_TRANSLATE_NOOP("Items","Aurora Rod"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
968  1,5,2,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
969  {QT_TRANSLATE_NOOP("Items","Wizard Staff"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
970  2,3,0,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
971  {QT_TRANSLATE_NOOP("Items","Wizer Staff"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
972  2,4,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
973  {QT_TRANSLATE_NOOP("Items","Fairy Tale"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
974  1,7,0,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
975  {QT_TRANSLATE_NOOP("Items","Umbrella"),QT_TRANSLATE_NOOP("Item_desc",""),8,QString(":/items/staff"),
976  0,0,0,0,0,0,+20,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
977  {QT_TRANSLATE_NOOP("Items","Princess Guard"),QT_TRANSLATE_NOOP("Item_desc","Raises Power when you need to protect others nearby"),8,QString(":/items/staff"),
978  1,7,3,0,0,0,+12,0,0,+22,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
979  //cid weapons 201-214
980  {QT_TRANSLATE_NOOP("Items","Spear"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
981  1,4,2,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
982  {QT_TRANSLATE_NOOP("Items","Slash Lance"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
983  1,5,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
984  {QT_TRANSLATE_NOOP("Items","Trident"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
985  1,6,0,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
986  {QT_TRANSLATE_NOOP("Items","Mast Ax"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
987  1,6,2,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
988  {QT_TRANSLATE_NOOP("Items","Partisan"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
989  1,6,3,0,0,0,0,0,0,+17,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
990  {QT_TRANSLATE_NOOP("Items","Viper Halberd"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
991  2,4,0,0,0,0,0,0,0,+13,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
992  {QT_TRANSLATE_NOOP("Items","Javelin"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
993  2,5,2,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
994  {QT_TRANSLATE_NOOP("Items","Grow Lance"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
995  1,6,3,0,0,0,0,0,0,+31,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
996  {QT_TRANSLATE_NOOP("Items","Mop"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
997  0,0,0,0,0,0,0,0,0,+3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
998  {QT_TRANSLATE_NOOP("Items","Dragoon Lance"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
999  1,8,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1000  {QT_TRANSLATE_NOOP("Items","Scimitar"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
1001  3,2,1,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1002  {QT_TRANSLATE_NOOP("Items","Flayer"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
1003  1,6,0,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1004  {QT_TRANSLATE_NOOP("Items","Spirit Lance"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
1005  1,4,2,0,0,0,0,0,0,+43,+20,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1006  {QT_TRANSLATE_NOOP("Items","Venus Gospel"),QT_TRANSLATE_NOOP("Item_desc",""),9,QString(":/items/spear"),
1007  0,8,4,0,0,0,0,0,0,+42,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1008  //yuffie weapons 215-228
1009  {QT_TRANSLATE_NOOP("Items","4-point Shuriken"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1010  1,3,1,0,0,0,0,0,0,+6,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1011  {QT_TRANSLATE_NOOP("Items","Boomerang"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1012  1,4,1,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1013  {QT_TRANSLATE_NOOP("Items","Pinwheel"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1014  1,4,2,0,0,0,0,0,0,+9,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1015  {QT_TRANSLATE_NOOP("Items","Razor Ring"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1016  1,5,2,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1017  {QT_TRANSLATE_NOOP("Items","Hawkeye"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1018  1,6,2,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1019  {QT_TRANSLATE_NOOP("Items","Crystal Cross"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1020  1,6,3,0,0,0,0,0,0,+18,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1021  {QT_TRANSLATE_NOOP("Items","Wind Slash"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1022  2,3,0,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1023  {QT_TRANSLATE_NOOP("Items","Twin Viper"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1024  2,4,0,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1025  {QT_TRANSLATE_NOOP("Items","Spiral Shuriken"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1026  1,8,1,0,0,0,0,0,0,+18,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1027  {QT_TRANSLATE_NOOP("Items","Superball"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1028  0,0,0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1029  {QT_TRANSLATE_NOOP("Items","Magic Shuriken"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1030  1,3,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1031  {QT_TRANSLATE_NOOP("Items","Rising Sun"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1032  2,4,2,0,0,0,0,0,0,+16,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1033  {QT_TRANSLATE_NOOP("Items","Oritsuru"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1034  1,8,2,0,0,0,0,0,0,+38,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1035  {QT_TRANSLATE_NOOP("Items","Conformer"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),10,QString(":/items/star"),
1036  0,8,4,0,0,0,0,0,0,+42,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1037  //cait sith weapons 229-241
1038  {QT_TRANSLATE_NOOP("Items","Yellow M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1039  1,4,1,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1040  {QT_TRANSLATE_NOOP("Items","Green M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1041  1,4,2,0,0,0,0,0,0,+9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1042  {QT_TRANSLATE_NOOP("Items","Blue M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1043  1,5,2,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1044  {QT_TRANSLATE_NOOP("Items","Red M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1045  1,6,2,0,0,0,0,0,0,+15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1046  {QT_TRANSLATE_NOOP("Items","Crystal M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1047  1,6,3,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1048  {QT_TRANSLATE_NOOP("Items","White M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1049  2,3,0,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1050  {QT_TRANSLATE_NOOP("Items","Black M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1051  2,4,0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1052  {QT_TRANSLATE_NOOP("Items","Silver M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1053  1,8,0,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1054  {QT_TRANSLATE_NOOP("Items","Trumpet Shell"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1055  0,0,0,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1056  {QT_TRANSLATE_NOOP("Items","Gold M-phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1057  1,8,4,0,0,0,0,0,0,+28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1058  {QT_TRANSLATE_NOOP("Items","Battle Trumpet"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1059  0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1060  {QT_TRANSLATE_NOOP("Items","Starlight Phone"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1061  1,8,4,0,0,0,+30,0,0,+31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1062  {QT_TRANSLATE_NOOP("Items","HP Shout"),QT_TRANSLATE_NOOP("Item_desc",""),11,QString(":/items/mphone"),
1063  0,8,4,0,0,0,0,0,0,+44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1064  //vincent weapons... 242-254
1065  {QT_TRANSLATE_NOOP("Items","Quicksilver"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1066  1,4,1,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1067  {QT_TRANSLATE_NOOP("Items","Shotgun"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1068  1,4,2,0,0,0,0,0,0,+12,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1069  {QT_TRANSLATE_NOOP("Items","Shortbarrel"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1070  1,5,2,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1071  {QT_TRANSLATE_NOOP("Items","Lariat"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1072  1,6,2,0,0,0,0,0,0,+16,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1073  {QT_TRANSLATE_NOOP("Items","Winchester"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1074  1,6,3,0,0,0,0,0,0,+18,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1075  {QT_TRANSLATE_NOOP("Items","Peacemaker"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1076  2,3,1,0,0,0,0,0,0,+8,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1077  {QT_TRANSLATE_NOOP("Items","Buntline"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1078  2,4,2,0,0,0,0,0,0,+18,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1079  {QT_TRANSLATE_NOOP("Items","Long Barrel R"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1080  1,8,4,0,0,0,0,0,0,+14,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1081  {QT_TRANSLATE_NOOP("Items","Silver Rifle"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1082  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1083  {QT_TRANSLATE_NOOP("Items","Sniper CR"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1084  1,4,2,0,0,0,0,0,0,+7,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1085  {QT_TRANSLATE_NOOP("Items","Supershot ST"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1086  0,6,3,0,0,0,0,0,0,+52,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1087  {QT_TRANSLATE_NOOP("Items","Outsider"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1088  1,8,2,0,0,0,0,0,0,+48,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1089  {QT_TRANSLATE_NOOP("Items","Death Penalty"),QT_TRANSLATE_NOOP("Item_desc","Long Range Weapon"),12,QString(":/items/gun"),
1090  0,8,4,0,0,0,0,0,0,+34,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1091  //sepi weapon =255
1092  {QT_TRANSLATE_NOOP("Items","Masamune"),QT_TRANSLATE_NOOP("Item_desc",""),0,QString(""),0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1093  //armor 256-287
1094  {QT_TRANSLATE_NOOP("Items","Bronze Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1095  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1096  {QT_TRANSLATE_NOOP("Items","Iron Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1097  1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1098  {QT_TRANSLATE_NOOP("Items","Titan Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1099  1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1100  {QT_TRANSLATE_NOOP("Items","Mythril Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1101  1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1102  {QT_TRANSLATE_NOOP("Items","Carbon Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1103  1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1104  {QT_TRANSLATE_NOOP("Items","Silver Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1105  1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1106  {QT_TRANSLATE_NOOP("Items","Gold Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1107  1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1108  {QT_TRANSLATE_NOOP("Items","Diamond Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1109  1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1110  {QT_TRANSLATE_NOOP("Items","Crystal Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1111  1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1112  {QT_TRANSLATE_NOOP("Items","Platinum Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1113  2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1114  {QT_TRANSLATE_NOOP("Items","Rune Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1115  2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1116  {QT_TRANSLATE_NOOP("Items","Edincoat"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1117  1,7,0,0,0,0,0,0,0,+5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1118  {QT_TRANSLATE_NOOP("Items","Wizard Bracelet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1119  1,8,4,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1120  {QT_TRANSLATE_NOOP("Items","Adaman Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1121  1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1122  {QT_TRANSLATE_NOOP("Items","Gigas Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1123  0,5,2,0,0,+30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1124  {QT_TRANSLATE_NOOP("Items","Imperial Guard"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1125  1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1126  {QT_TRANSLATE_NOOP("Items","Aegis Armlet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1127  1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1128  {QT_TRANSLATE_NOOP("Items","Fourth Bracelet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1129  1,5,2,0,0,0,0,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1130  {QT_TRANSLATE_NOOP("Items","Warrior Bangle"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1131  0,4,2,0,0,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1132  {QT_TRANSLATE_NOOP("Items","Shinra Beta"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1133  1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1134  {QT_TRANSLATE_NOOP("Items","Shinra Alpha"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1135  1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1136  {QT_TRANSLATE_NOOP("Items","Four Slots"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1137  1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1138  {QT_TRANSLATE_NOOP("Items","Fire Armlet"),QT_TRANSLATE_NOOP("Item_desc","Drains [Fire] attacks"),2,QString(":/items/armor"),
1139  1,4,2,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1140  {QT_TRANSLATE_NOOP("Items","Aurora Armlet"),QT_TRANSLATE_NOOP("Item_desc","Drains [Cold] attacks"),2,QString(":/items/armor"),
1141  1,4,2,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1142  {QT_TRANSLATE_NOOP("Items","Bolt Armlet"),QT_TRANSLATE_NOOP("Item_desc","Drains [Lightning] attacks"),2,QString(":/items/armor"),
1143  1,4,2,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1144  {QT_TRANSLATE_NOOP("Items","Dragon Armlet"),QT_TRANSLATE_NOOP("Item_desc","Drains 1/2 [Fire/Cold/Lightning] attack"),2,QString(":/items/armor"),
1145  1,6,3,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1146  {QT_TRANSLATE_NOOP("Items","Minerva Band"),QT_TRANSLATE_NOOP("Item_desc","Women's Armlet nullifies [Fire/Cold/Gravity/Holy]"),2,QString(":/items/armor"),
1147  1,6,3,0,0,0,0,0,0,0,0,0,-2,-2,0,0,0,0,-2,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1148  {QT_TRANSLATE_NOOP("Items","Escort Guard"),QT_TRANSLATE_NOOP("Item_desc","Man's Armlet nullifies [Lightning/Earth/Water/Poison]"),2,QString(":/items/armor"),
1149  1,6,3,0,0,0,0,0,0,0,0,0,0,0,-2,-2,0,-2,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1150  {QT_TRANSLATE_NOOP("Items","Mystile"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1151  1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1152  {QT_TRANSLATE_NOOP("Items","Ziedrich"),QT_TRANSLATE_NOOP("Item_desc","Decreases all elemental attacks by 1/2"),2,QString(":/items/armor"),
1153  0,0,0,0,0,+20,0,0,0,+20,0,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1154  {QT_TRANSLATE_NOOP("Items","Precious Watch"),QT_TRANSLATE_NOOP("Item_desc","A gorgeous watch"),2,QString(":/items/armor"),
1155  1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1156  {QT_TRANSLATE_NOOP("Items","Chocobracelet"),QT_TRANSLATE_NOOP("Item_desc",""),2,QString(":/items/armor"),
1157  1,4,0,0,0,0,0,+30,+20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1158  //accessorys 288-319
1159  {QT_TRANSLATE_NOOP("Items","Power Wrist"),QT_TRANSLATE_NOOP("Item_desc","Strength +10"),3,QString(":/items/accessory"),
1160  0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1161  {QT_TRANSLATE_NOOP("Items","Protect Vest"),QT_TRANSLATE_NOOP("Item_desc","Vitality +10"),3,QString(":/items/accessory"),
1162  0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1163  {QT_TRANSLATE_NOOP("Items","Earring"),QT_TRANSLATE_NOOP("Item_desc","Magic +10"),3,QString(":/items/accessory"),
1164  0,0,0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1165  {QT_TRANSLATE_NOOP("Items","Talisman"),QT_TRANSLATE_NOOP("Item_desc","Spirit +10"),3,QString(":/items/accessory"),
1166  0,0,0,0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1167  {QT_TRANSLATE_NOOP("Items","Choco Feather"),QT_TRANSLATE_NOOP("Item_desc","Dexterity +10"),3,QString(":/items/accessory"),
1168  0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1169  {QT_TRANSLATE_NOOP("Items","Amulet"),QT_TRANSLATE_NOOP("Item_desc","Luck +10"),3,QString(":/items/accessory"),
1170  0,0,0,0,0,0,0,0,+10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1171  {QT_TRANSLATE_NOOP("Items","Champion Belt"),QT_TRANSLATE_NOOP("Item_desc","Power & Vitality +30"),3,QString(":/items/accessory"),
1172  0,0,0,0,0,+30,+30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1173  {QT_TRANSLATE_NOOP("Items","Poison Ring"),QT_TRANSLATE_NOOP("Item_desc","Drains [Poison] attacks, protects against [Poison]"),3,QString(":/items/accessory"),
1174  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0},
1175  {QT_TRANSLATE_NOOP("Items","Tough Ring"),QT_TRANSLATE_NOOP("Item_desc","Vitality & Spirit +50"),3,QString(":/items/accessory"),
1176  0,0,0,0,0,0,+50,0,0,0,+50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1177  {QT_TRANSLATE_NOOP("Items","Circlet"),QT_TRANSLATE_NOOP("Item_desc","Magic & Spirit +30"),3,QString(":/items/accessory"),
1178  0,0,0,0,0,0,0,0,0,+30,+30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1179  {QT_TRANSLATE_NOOP("Items","Star Pendant"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Poison]"),3,QString(":/items/accessory"),
1180  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0},
1181  {QT_TRANSLATE_NOOP("Items","Silver Glasses"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Darkness]"),3,QString(":/items/accessory"),
1182  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0},
1183  {QT_TRANSLATE_NOOP("Items","Headband"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Sleep]"),3,QString(":/items/accessory"),
1184  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1185  {QT_TRANSLATE_NOOP("Items","Fairy Ring"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Poison/Darkness]"),3,QString(":/items/accessory"),
1186  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,-2,0,0,0,0,0,0,0,0,0},
1187  {QT_TRANSLATE_NOOP("Items","Jem Ring"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Paralyze/Petrify/Slow-numb]"),3,QString(":/items/accessory"),
1188  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,-2,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1189  {QT_TRANSLATE_NOOP("Items","White Cape"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Frog/Small]"),3,QString(":/items/accessory"),
1190  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,-2,0,0,0,0,0,0,0,0,0,0,0,0,0},
1191  {QT_TRANSLATE_NOOP("Items","Sprint Shoes"),QT_TRANSLATE_NOOP("Item_desc","Automatically put you in [Haste]"),3,QString(":/items/accessory"),
1192  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0},
1193  {QT_TRANSLATE_NOOP("Items","Peace Ring"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Berserk/Fury/Sadness]"),3,QString(":/items/accessory"),
1194  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,-2,0,0,0,-2,-2,0,0,0,0,0,0,0,0,0,0},
1195  {QT_TRANSLATE_NOOP("Items","Ribbon"),QT_TRANSLATE_NOOP("Item_desc","Protects against all abnormal status"),3,QString(":/items/accessory"),
1196  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,0,0,0,0,0,0,0,0,0},
1197  {QT_TRANSLATE_NOOP("Items","Fire Ring"),QT_TRANSLATE_NOOP("Item_desc","Nullifies [Fire] attacks"),3,QString(":/items/accessory"),
1198  0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1199  {QT_TRANSLATE_NOOP("Items","Ice Ring"),QT_TRANSLATE_NOOP("Item_desc","Nullifies [Cold] attacks"),3,QString(":/items/accessory"),
1200  0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1201  {QT_TRANSLATE_NOOP("Items","Bolt Ring"),QT_TRANSLATE_NOOP("Item_desc","Nullifies [Lightning] attacks"),3,QString(":/items/accessory"),
1202  0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1203  {QT_TRANSLATE_NOOP("Items","Tetra Elemental"),QT_TRANSLATE_NOOP("Item_desc","Drains [Fire/Cold/Lightning/Earth] attacks"),3,QString(":/items/accessory"),
1204  0,0,0,0,0,0,0,0,0,0,0,0,-3,-3,-3,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1205  {QT_TRANSLATE_NOOP("Items","Safety Bit"),QT_TRANSLATE_NOOP("Item_desc","Protects against [Sudden Death/Petrify/Slow-numb]"),3,QString(":/items/accessory"),
1206  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,-2,-2,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1207  {QT_TRANSLATE_NOOP("Items","Fury Ring"),QT_TRANSLATE_NOOP("Item_desc","Automatically puts you in [Berserk]"),3,QString(":/items/accessory"),
1208  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1209  {QT_TRANSLATE_NOOP("Items","Curse Ring"),QT_TRANSLATE_NOOP("Item_desc","It increases each status but..."),3,QString(":/items/accessory"),
1210  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1211  {QT_TRANSLATE_NOOP("Items","Protect Ring"),QT_TRANSLATE_NOOP("Item_desc","Automatically sets up [Barrier/MBarrier]"),3,QString(":/items/accessory"),
1212  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+2,+2,0,0,0,0},
1213  {QT_TRANSLATE_NOOP("Items","Cat's Bell"),QT_TRANSLATE_NOOP("Item_desc","Restores HP as you walk"),3,QString(":/items/accessory"),
1214  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1215  {QT_TRANSLATE_NOOP("Items","Reflect Ring"),QT_TRANSLATE_NOOP("Item_desc","Automatically sets up [Reflect]"),3,QString(":/items/accessory"),
1216  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,+2,0,0,0},
1217  {QT_TRANSLATE_NOOP("Items","Water Ring"),QT_TRANSLATE_NOOP("Item_desc","Drains Water attacks"),3,QString(":/items/accessory"),
1218  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1219  {QT_TRANSLATE_NOOP("Items","Sneak Glove"),QT_TRANSLATE_NOOP("Item_desc","Increases Stealing rate"),3,QString(":/items/accessory"),
1220  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1221  {QT_TRANSLATE_NOOP("Items","HypnoCrown"),QT_TRANSLATE_NOOP("Item_desc","Increases Manipulation rate"),3,QString(":/items/accessory"),
1222  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
1223 };
1224 #endif //FF7Item
qint8 spi
Definition: FF7Item.h:40
qint8 s_petrify
Definition: FF7Item.h:75
qint8 s_slow
Definition: FF7Item.h:87
qint8 e_earth
Definition: FF7Item.h:53
qint8 s_paralysis
Definition: FF7Item.h:74
qint8 hp
Definition: FF7Item.h:33
qint8 s_d_sentence
Definition: FF7Item.h:73
qint8 s_slow_numb
Definition: FF7Item.h:72
qint8 s_frog
Definition: FF7Item.h:80
qint8 s_silence
Definition: FF7Item.h:76
qint8 e_cold
Definition: FF7Item.h:51
qint8 e_punch
Definition: FF7Item.h:61
qint8 e_cut
Definition: FF7Item.h:59
qint8 str
Definition: FF7Item.h:35
qint8 s_sadness
Definition: FF7Item.h:84
qint8 s_reflect
Definition: FF7Item.h:91
qint8 lck
Definition: FF7Item.h:38
qint8 e_gravity
Definition: FF7Item.h:56
qint8 s_sheild
Definition: FF7Item.h:92
qint8 s_darkness
Definition: FF7Item.h:85
ItemType
Item types in Final Fantasy 7.
Definition: FF7Item.h:105
qint8 e_wind
Definition: FF7Item.h:54
qint8 s_regen
Definition: FF7Item.h:93
Class containg all kinds of info about items in FF7.
Definition: FF7Item.h:99
qint8 s_fury
Definition: FF7Item.h:83
qint8 s_sleep
Definition: FF7Item.h:77
qint8 vit
Definition: FF7Item.h:36
qint8 e_holy
Definition: FF7Item.h:57
qint8 e_hit
Definition: FF7Item.h:62
qint8 s_barrier
Definition: FF7Item.h:89
qint8 s_haste
Definition: FF7Item.h:86
datatype for one item "kernel" style
Definition: FF7Item.h:25
qint8 s_death
Definition: FF7Item.h:71
qint8 s_poison
Definition: FF7Item.h:82
qint8 e_fire
Definition: FF7Item.h:50
qint8 e_lightning
Definition: FF7Item.h:52
qint8 s_stop
Definition: FF7Item.h:88
QString desc
Definition: FF7Item.h:27
QString imageString
Definition: FF7Item.h:29
qint8 e_poison
Definition: FF7Item.h:58
QString name
Definition: FF7Item.h:26
qint8 e_water
Definition: FF7Item.h:55
qint8 e_restoration
Definition: FF7Item.h:49
qint8 e_shoot
Definition: FF7Item.h:60
ItemEffect
Possible Elemental Effects and Status Effects for items.
Definition: FF7Item.h:114
static ITEM Items[]
Itemdata for all items in Final Fantasy 7.
Definition: FF7Item.h:592
ItemId
Item Name to ID.
Definition: FF7Item.h:129
qint8 s_confusion
Definition: FF7Item.h:78
qint8 mslots
Definition: FF7Item.h:31
qint8 type
Definition: FF7Item.h:28
qint8 mp
Definition: FF7Item.h:34
qint8 s_berserk
Definition: FF7Item.h:79
qint8 dex
Definition: FF7Item.h:37
qint8 s_m_barrier
Definition: FF7Item.h:90
qint8 mgrowth
Definition: FF7Item.h:30
qint8 s_resist
Definition: FF7Item.h:94
qint8 s_mini
Definition: FF7Item.h:81
qint8 linked
Definition: FF7Item.h:32
qint8 mag
Definition: FF7Item.h:39